Merge lp:~justinmcp/unity-chromium-extension/13.10 into lp:unity-chromium-extension/13.10

Proposed by Justin McPherson
Status: Merged
Approved by: David Barth
Approved revision: 237
Merged at revision: 237
Proposed branch: lp:~justinmcp/unity-chromium-extension/13.10
Merge into: lp:unity-chromium-extension/13.10
Diff against target: 11 lines (+1/-1)
1 file modified
chromium-extension/manifest.json.in (+1/-1)
To merge this branch: bzr merge lp:~justinmcp/unity-chromium-extension/13.10
Reviewer Review Type Date Requested Status
Alexandre Abreu (community) Needs Information
David Barth (community) Approve
Robert Bruce Park (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+205391@code.launchpad.net

Commit message

Infobars support has moved to the stable channel of chromium. This means
support is not patched in the way it was previously, and it's now necessary for the extension to request use.

Description of the change

Infobars support has moved to the stable channel of chromium. This means
support is not patched in the way it was previously, and it's now necessary for
the extension to request use.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Robert Bruce Park (robru) wrote :

Bah, this is way easier than I was expecting. Ok!

review: Approve
Revision history for this message
David Barth (dbarth) wrote :

Robert: I think this fix is very important. I will top-approve this branch: can you upload it to -proposed for a quick resolution of the problem. Thanks.

review: Approve
Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

quick question: ... don't you also need to update the background.js page? doesn't it refer to chrome.experimental.infobars?

review: Needs Information
Revision history for this message
Justin McPherson (justinmcp) wrote :

@abreu-alexandre; Support was previously patched into the correct "namespace", so there is no need, good forward thinking :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'chromium-extension/manifest.json.in'
--- chromium-extension/manifest.json.in 2013-09-19 16:19:40 +0000
+++ chromium-extension/manifest.json.in 2014-02-07 15:42:21 +0000
@@ -33,7 +33,7 @@
33 "page": "background-page.html"33 "page": "background-page.html"
34 }, 34 },
3535
36 "permissions": ["tabs", "http://*/*", "notifications"],36 "permissions": ["tabs", "http://*/*", "notifications", "infobars"],
37 37
38 "options_page": "options.html",38 "options_page": "options.html",
39 39

Subscribers

People subscribed via source and target branches

to all changes: