Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Issue 3263007: Reland r57788 - Expose Extension Bindings to Component Applications (Closed)

Created:
10 years, 3 months ago by rafaelw
Modified:
9 years, 7 months ago
Reviewers:
Matt Perry
CC:
chromium-reviews, ben+cc_chromium.org, Erik does not do reviews, brettw-cc_chromium.org, Aaron Boodman, pam+watch_chromium.org, Paweł Hajdan Jr., darin-cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Reland r57788 - Expose Extension Bindings to Component Applications This patch allows component (built-in) extension apps to have extension api bindings. Note that this patch adds browser-side api permission checking for extension requests. This is step two along the path to exposing an extension management api to the gallery (webstore). Original Review: http://codereview.chromium.org/3163044 BUG=27431 TBR=mpcomplete Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=57941

Patch Set 1 #

Patch Set 2 : don't hide gallery url in omnibar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -118 lines) Patch
M chrome/browser/browser_url_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/dom_ui/dom_ui_factory.cc View 1 4 chunks +17 lines, -14 lines 0 comments Download
M chrome/browser/extensions/app_process_apitest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/content_script_all_frames_apitest.cc View 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_dom_ui.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_dom_ui.cc View 1 chunk +13 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_function_dispatcher.cc View 3 chunks +20 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_messages_browsertest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extensions_service.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/notifications/balloon_host.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/tab_contents/background_contents.cc View 1 chunk +8 lines, -7 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_manager.cc View 2 chunks +5 lines, -10 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_view.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/extension.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/common/extensions/extension.cc View 3 chunks +47 lines, -0 lines 0 comments Download
M chrome/common/render_messages_params.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_params.cc View 3 chunks +25 lines, -1 line 0 comments Download
M chrome/renderer/extensions/event_bindings.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/event_bindings.cc View 4 chunks +19 lines, -4 lines 0 comments Download
M chrome/renderer/extensions/extension_process_bindings.cc View 8 chunks +14 lines, -43 lines 0 comments Download
M chrome/renderer/extensions/extension_renderer_info.h View 4 chunks +14 lines, -0 lines 0 comments Download
chrome/renderer/extensions/extension_renderer_info.cc View 3 chunks +31 lines, -0 lines 0 comments Download
M chrome/renderer/mock_render_thread.h View 1 chunk +0 lines, -1 line 0 comments Download
chrome/renderer/mock_render_thread.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/render_thread.cc View 1 chunk +28 lines, -14 lines 0 comments Download
M chrome/renderer/resources/extension_process_bindings.js View 2 chunks +6 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698