lp://staging/~abreu-alexandre/webbrowser-app/add-to-homescreen
- Get this branch:
- bzr branch lp://staging/~abreu-alexandre/webbrowser-app/add-to-homescreen
Branch merges
- Ubuntu Phablet Team: Pending requested
-
Diff: 3824 lines (+3064/-229)28 files modifiedCMakeLists.txt (+1/-0)
helper/CMakeLists.txt (+1/-0)
helper/homescreen-webapp-installer/CMakeLists.txt (+3/-0)
helper/homescreen-webapp-installer/homescreen-webapp-installer.py (+266/-0)
po/webbrowser-app.pot (+128/-227)
src/app/webbrowser/AddressBar.qml (+22/-2)
src/app/webbrowser/Browser.qml (+56/-0)
src/app/webbrowser/CMakeLists.txt (+4/-0)
src/app/webbrowser/Chrome.qml (+6/-0)
src/app/webbrowser/FavoriteOptionTabs.qml (+386/-0)
src/app/webbrowser/HomescreenWebappInstaller.qml (+157/-0)
src/app/webbrowser/NavigationBar.qml (+41/-0)
src/app/webbrowser/homescreen-installed-webapp-model.cpp (+342/-0)
src/app/webbrowser/homescreen-installed-webapp-model.h (+85/-0)
src/app/webbrowser/homescreen-manifest-content.cpp (+180/-0)
src/app/webbrowser/homescreen-manifest-content.h (+109/-0)
src/app/webbrowser/homescreen-manifest-parser.cpp (+131/-0)
src/app/webbrowser/homescreen-manifest-parser.h (+41/-0)
src/app/webbrowser/homescreen-manifest-request.cpp (+176/-0)
src/app/webbrowser/homescreen-manifest-request.h (+60/-0)
src/app/webbrowser/homescreen-webapp-model.cpp (+350/-0)
src/app/webbrowser/homescreen-webapp-model.h (+54/-0)
src/app/webbrowser/homescreen-webapp.cpp (+236/-0)
src/app/webbrowser/homescreen-webapp.h (+86/-0)
src/app/webbrowser/page-metadata-gathering.js (+101/-0)
src/app/webbrowser/webbrowser-app.cpp (+4/-0)
src/app/webcontainer/WebApp.qml (+28/-0)
src/app/webcontainer/WebappContainerWebview.qml (+10/-0)
Related bugs
Bug #1411726: [webapp-container] Support Install webapp capable websites | Undecided | Invalid |
Related blueprints
Branch information
Recent revisions
- 1152. By Olivier Tilloy
-
Use the contextMenu API new in oxide 1.8.
Update the visuals for the context menu in narrow and wide form factors.
Add text editing commands to the context menu.
Add unit and autopilot tests for the context menu features.
This bumps the runtime dependency of webapp-container and qtdeclarative5-ubuntu- web-plugin on liboxideqt- qmlplugin to 1.8.
This also removes the qtdeclarative5-ubuntu- web-plugin- assets binary package, which contained only one PNG asset which is not used anywhere any longer. Fixes: #1264493, #1326070, #1438046, #1450430, #1471181, #1477309, #1477310, #1477315, #1487090
Approved by: PS Jenkins bot, Ugo Riboni, Ken VanDine - 1149. By Olivier Tilloy
-
Remove an old workaround for an issue that was fixed since then in the content hub and that caused the file picker to accept the selected file twice.
Approved by: Michael Sheldon, Alexandre Abreu
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/webbrowser-app