lp:~osomon/webbrowser-app/remove-formFactor
Created by
Olivier Tilloy
and last modified
- Get this branch:
- bzr branch lp:~osomon/webbrowser-app/remove-formFactor
Only
Olivier Tilloy
can upload to this branch. If you are
Olivier Tilloy
please log in for upload directions.
Branch merges
Propose for merging
- Alexandre Abreu (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 1105 lines (+475/-141)22 files modifiedREADME (+0/-5)
debian/control (+1/-0)
src/Ubuntu/Web/UbuntuWebView02.qml (+2/-2)
src/Ubuntu/Web/plugin.cpp (+1/-38)
src/app/BrowserView.qml (+2/-0)
src/app/CMakeLists.txt (+7/-1)
src/app/browserapplication.cpp (+42/-14)
src/app/meminfo.cpp (+137/-0)
src/app/meminfo.h (+65/-0)
src/app/webbrowser/Browser.qml (+69/-31)
src/app/webbrowser/BrowserTab.qml (+3/-0)
src/app/webbrowser/Chrome.qml (+3/-1)
src/app/webbrowser/SettingsPage.qml (+1/-20)
src/app/webbrowser/TabItem.qml (+9/-8)
src/app/webbrowser/TabsBar.qml (+4/-1)
src/app/webbrowser/webbrowser-app.cpp (+2/-0)
src/app/webcontainer/WebApp.qml (+3/-2)
src/app/webcontainer/WebViewImplOxide.qml (+6/-11)
tests/autopilot/webbrowser_app/tests/__init__.py (+2/-7)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/meminfo/CMakeLists.txt (+15/-0)
tests/unittests/meminfo/tst_MemInfoTests.cpp (+100/-0)
Related bugs
Bug #1446904: browser is limited to 2 live webviews | High | Fix Released |
|
Bug #1542375: Get rid of the formFactor context property | High | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 1367. By Olivier Tilloy
-
Raise the threshold for which a system is considered low on memory, from tests run on a MX4.
- 1364. By Olivier Tilloy
-
When low on memory, the current public tab might have been unloaded, so reload it when exiting incognito mode.
- 1363. By Olivier Tilloy
-
Verify that a geolocation permission request originates from the webapp’s domain before silently accepting it.
- 1358. By Olivier Tilloy
-
Remove the last reference to 'formFactor' from the webapp container codebase.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:webbrowser-app