[webapp-container] Improve override mechanism
Bug #1447212 reported by
Alexandre Abreu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webbrowser-app |
Invalid
|
Undecided
|
Unassigned | ||
webbrowser-app (Ubuntu) |
Triaged
|
High
|
Alexandre Abreu |
Bug Description
The override mechanism is useful but can be improved to require less import for qml dependancies that endup being embedded in the various webapp click.
Related branches
lp://staging/~abreu-alexandre/webbrowser-app/container-extension
- system-apps-ci-bot: Needs Fixing (continuous-integration)
- Alberto Mardegan (community): Approve
- PS Jenkins bot: Needs Fixing (continuous-integration)
-
Diff: 757 lines (+382/-83)13 files modifiedsrc/app/webcontainer/UrlFilteringUtils.js (+82/-0)
src/app/webcontainer/WebApp.qml (+1/-0)
src/app/webcontainer/WebViewImplOxide.qml (+20/-0)
src/app/webcontainer/WebappContainerWebview.qml (+85/-5)
src/app/webcontainer/main-webview-server-script.js (+33/-0)
src/app/webcontainer/url-pattern-utils.cpp (+1/-1)
src/app/webcontainer/webapp-container.cpp (+28/-0)
src/app/webcontainer/webapp-container.qml (+16/-67)
tests/autopilot/webapp_container/tests/__init__.py (+5/-5)
tests/autopilot/webapp_container/tests/fake_servers.py (+5/-0)
tests/autopilot/webapp_container/tests/test_chrome.py (+4/-4)
tests/autopilot/webapp_container/tests/test_container_extension.py (+101/-0)
tests/autopilot/webapp_container/tests/test_context_menu.py (+1/-1)
Changed in webbrowser-app: | |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in webbrowser-app: | |
importance: | Medium → High |
Changed in webbrowser-app (Ubuntu): | |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
importance: | Undecided → High |
status: | New → Triaged |
Changed in webbrowser-app: | |
status: | Triaged → Invalid |
assignee: | Alexandre Abreu (abreu-alexandre) → nobody |
importance: | High → Undecided |
To post a comment you must log in.