Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Issue 7621032: Initial inline web store install bindings. (Closed)

Created:
9 years, 4 months ago by Mihai Parparita -not on Chrome
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Erik does not do reviews, Paweł Hajdan Jr., mihaip+watch_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Initial inline web store install bindings. Adds chrome.webstore.install() which looks for a <link> tag with the right relation and href (that points to a CWS item). Does not actually show an inline install UI, just opens the CWS page in a new tab. R=aa@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97274

Patch Set 1 #

Total comments: 18

Patch Set 2 : Review feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+429 lines, -28 lines) Patch
M chrome/browser/chrome_content_browser_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tab_helper.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/extensions/extension_tab_helper.cc View 1 4 chunks +23 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_ui.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/browser/extensions/webstore_inline_install_browsertest.cc View 1 chunk +72 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_resource_cache.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension.h View 1 1 chunk +0 lines, -7 lines 0 comments Download
M chrome/common/extensions/extension.cc View 1 3 chunks +3 lines, -16 lines 0 comments Download
M chrome/common/extensions/extension_constants.h View 1 2 chunks +14 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_constants.cc View 1 2 chunks +19 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_messages.h View 1 chunk +5 lines, -1 line 0 comments Download
A chrome/renderer/extensions/chrome_webstore_bindings.h View 1 1 chunk +26 lines, -0 lines 0 comments Download
A chrome/renderer/extensions/chrome_webstore_bindings.cc View 1 1 chunk +168 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_dispatcher.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/extension_helper.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/renderer/extensions/extension_helper.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_inline_install/find_link.html View 1 chunk +57 lines, -0 lines 0 comments Download
A chrome/test/data/extensions/api_test/webstore_inline_install/install.html View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Mihai Parparita -not on Chrome
9 years, 4 months ago (2011-08-17 02:21:18 UTC) #1
Aaron Boodman
http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode273 chrome/browser/chrome_content_browser_client.cc:273: switches::kEnableInlineWebstoreInstall, It looks like you aren't using this in ...
9 years, 4 months ago (2011-08-17 04:53:03 UTC) #2
Mihai Parparita -not on Chrome
http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode273 chrome/browser/chrome_content_browser_client.cc:273: switches::kEnableInlineWebstoreInstall, On 2011/08/17 04:53:03, Aaron Boodman wrote: > It ...
9 years, 4 months ago (2011-08-17 23:00:16 UTC) #3
Aaron Boodman
ok http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7621032/diff/1/chrome/browser/chrome_content_browser_client.cc#newcode273 chrome/browser/chrome_content_browser_client.cc:273: switches::kEnableInlineWebstoreInstall, On 2011/08/17 23:00:16, Mihai Parparita wrote: > ...
9 years, 4 months ago (2011-08-17 23:15:41 UTC) #4
Aaron Boodman
lgtm
9 years, 4 months ago (2011-08-17 23:25:18 UTC) #5
commit-bot: I haz the power
9 years, 4 months ago (2011-08-18 03:09:07 UTC) #6
Change committed as 97274

Powered by Google App Engine
This is Rietveld 408576698