No installation process triggered when a url matches more than one URL in the list of available apps
Bug #1078325 reported by
Alexandre Abreu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
WebApps: unity-chromium-extensions |
Fix Released
|
Medium
|
Alexandre Abreu | ||
unity-chromium-extension (Ubuntu) |
Fix Released
|
Medium
|
Unassigned | ||
Quantal |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When an URL is being matched by more than one entry in the available apps DB (for a single webapp though) no request to install is being issued to the user.
[Test Case]
- precondition: have no reddit webapp installed,
- open chromium,
- go to reddit.com,
- no request to install is being issued even-though the webapp is available,
[Regression Potential]
No WebApp can be installed or run anymore. The code updated is small but the area where it is deals with either installing or launching an instance of a webapp.
Related branches
lp://staging/~abreu-alexandre/unity-chromium-extension/fix-1078325
- PS Jenkins bot (community): Approve (continuous-integration)
- Maxim Ermilov (community): Approve
-
Diff: 26 lines (+6/-2)1 file modifiedchromium-extension/background-page.js (+6/-2)
description: | updated |
Changed in unity-chromium-extension: | |
status: | In Progress → Fix Committed |
Changed in unity-chromium-extension (Ubuntu): | |
importance: | Undecided → Medium |
Changed in unity-chromium-extension (Ubuntu Quantal): | |
importance: | Undecided → Medium |
Changed in unity-chromium-extension: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
[Regression Risks]
No WebApp can be installed or run anymore. The code updated is small but the area where it is deals with either installing or launching an instance of a webapp.