lp://staging/~osomon/webbrowser-app/xenial-sru-1
Created by
Olivier Tilloy
and last modified
- Get this branch:
- bzr branch lp://staging/~osomon/webbrowser-app/xenial-sru-1
Only
Olivier Tilloy
can upload to this branch. If you are
Olivier Tilloy
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Ubuntu Phablet Team: Pending requested
-
Diff: 905 lines (+274/-86)27 files modifieddebian/changelog (+15/-0)
debian/control (+2/-1)
src/Ubuntu/CMakeLists.txt (+4/-0)
src/Ubuntu/Web/UserAgent02.qml (+4/-10)
src/Ubuntu/Web/plugin.cpp (+7/-0)
src/Ubuntu/Web/ua-overrides-desktop.js (+5/-0)
src/Ubuntu/Web/ua-overrides-mobile.js (+6/-1)
src/app/browserapplication.cpp (+32/-24)
src/app/browserapplication.h (+1/-2)
src/app/config.h.in (+0/-1)
src/app/single-instance-manager.cpp (+39/-3)
src/app/single-instance-manager.h (+1/-1)
src/app/webbrowser/Browser.qml (+21/-15)
src/app/webbrowser/BrowserTab.qml (+3/-2)
src/app/webbrowser/NavigationBar.qml (+1/-2)
src/app/webbrowser/webbrowser-app.cpp (+1/-1)
src/app/webcontainer/WebApp.qml (+1/-0)
src/app/webcontainer/WebViewImplOxide.qml (+28/-14)
src/app/webcontainer/WebappContainerWebview.qml (+3/-1)
src/app/webcontainer/webapp-container.cpp (+32/-1)
src/app/webcontainer/webapp-container.h (+1/-0)
src/app/webcontainer/webapp-container.qml (+2/-0)
tests/autopilot/webapp_container/tests/__init__.py (+4/-0)
tests/autopilot/webapp_container/tests/fake_servers.py (+29/-0)
tests/autopilot/webapp_container/tests/test_popup_webview_overlay.py (+19/-0)
tests/autopilot/webapp_container/tests/test_saml_url_patterns.py (+9/-3)
tests/unittests/single-instance-manager/tst_SingleInstanceManagerTests.cpp (+4/-4)
Related bugs
Bug #1466427: User agent string claims it's running Ubuntu 14.04 | High | Fix Released | |
Bug #1565055: google hangouts thinks we are unsupported | High | Fix Released | |
Bug #1565063: Update the chromium version in the user agent | Medium | Fix Released | |
Bug #1572673: [webapp-container] Invalid variable access error 'popupWindowController' | Medium | Fix Released | |
Bug #1573017: [webapp-container] SAML detection logic broken | High | Fix Released | |
Bug #1576639: memory threshold is too high | High | Fix Released | |
Bug #1577806: [SRU] webbrowser app and webcontainer open under the same instance | Critical | Fix Released | |
Bug #1580290: First tab is always reloaded when the session is restored | High | Fix Released | |
Bug #1581025: Secure connection icon not showing | High | Fix Released | |
Bug #1600176: [SRU] webbrowser-app bug fixes | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 1425. By Olivier Tilloy
-
Fix container/
webbrowser app_id; Properly set applicationname based on package name and app name. - 1423. By Olivier Tilloy
-
Keep the securityStatus property of the address bar always in sync with the current webview.
- 1422. By Olivier Tilloy
-
Fine-tune the custom memory-pressure handler, from data gathered on several devices.
- 1419. By Olivier Tilloy
-
Track SAML requests that are part of redirection chains and do not trigger a navigation requested delegate.
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