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

Issue 92043: Refactor ExtensionView to support a UI-less extension instance.... (Closed)

Created:
11 years, 8 months ago by Matt Perry
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Refactor ExtensionView to support a UI-less extension instance. - Introduce ExtensionHost, which is the guy that talks to the RenderViewHost. - ExtensionView holds an ExtensionHost, and also renders its contents in an HWND. - Added code to load a page optionally specified in the manifest as a background process whenever it exists. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14902

Patch Set 1 #

Total comments: 33

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 3

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -321 lines) Patch
M chrome/browser/browser.vcproj View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/browser_list.h View 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/browser_list.cc View 2 3 4 1 chunk +17 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension.h View 1 2 3 4 5 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension.cc View 1 2 3 4 3 chunks +13 lines, -0 lines 0 comments Download
A + chrome/browser/extensions/extension_host.h View 1 2 3 4 4 chunks +38 lines, -28 lines 0 comments Download
A + chrome/browser/extensions/extension_host.cc View 1 2 3 4 4 chunks +70 lines, -67 lines 0 comments Download
M chrome/browser/extensions/extension_view.h View 1 2 3 4 5 1 chunk +37 lines, -66 lines 0 comments Download
M chrome/browser/extensions/extension_view.cc View 1 2 3 4 5 2 chunks +69 lines, -129 lines 0 comments Download
M chrome/browser/extensions/extension_view_unittest.cc View 1 2 3 4 4 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/extensions/extensions_service.h View 1 2 3 4 4 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extensions_service.cc View 1 2 3 4 5 chunks +24 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extensions_service_unittest.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.h View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_widget_host.cc View 1 2 3 4 3 chunks +9 lines, -5 lines 0 comments Download
M chrome/chrome.gyp View 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/temp_scaffolding_stubs.h View 1 2 3 4 5 2 chunks +22 lines, -9 lines 0 comments Download
A chrome/test/data/extensions/good/extension2/2/background.html View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/extensions/good/extension2/2/manifest.json View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Matt Perry
11 years, 8 months ago (2009-04-22 22:45:25 UTC) #1
Erik does not do reviews
http://codereview.chromium.org/92043/diff/1/14 File chrome/browser/browser.vcproj (right): http://codereview.chromium.org/92043/diff/1/14#newcode1949 Line 1949: RelativePath=".\extensions\extension_host.cc" missing .gyp file http://codereview.chromium.org/92043/diff/1/12 File chrome/browser/extensions/extension.cc (right): ...
11 years, 8 months ago (2009-04-22 23:28:31 UTC) #2
Matt Perry
http://codereview.chromium.org/92043/diff/1/14 File chrome/browser/browser.vcproj (right): http://codereview.chromium.org/92043/diff/1/14#newcode1949 Line 1949: RelativePath=".\extensions\extension_host.cc" On 2009/04/22 23:28:31, Erik Kay wrote: > ...
11 years, 8 months ago (2009-04-22 23:56:00 UTC) #3
Erik does not do reviews
http://codereview.chromium.org/92043/diff/1/12 File chrome/browser/extensions/extension.cc (right): http://codereview.chromium.org/92043/diff/1/12#newcode400 Line 400: FilePath plugins_dir = path_.AppendASCII(kPluginsDirname); On 2009/04/22 23:56:00, Matt ...
11 years, 8 months ago (2009-04-23 00:10:13 UTC) #4
Matt Perry
ready for another look http://codereview.chromium.org/92043/diff/1/12 File chrome/browser/extensions/extension.cc (right): http://codereview.chromium.org/92043/diff/1/12#newcode400 Line 400: FilePath plugins_dir = path_.AppendASCII(kPluginsDirname); ...
11 years, 8 months ago (2009-04-23 21:32:36 UTC) #5
Erik does not do reviews
LGTM http://codereview.chromium.org/92043/diff/2001/3007 File chrome/browser/extensions/extension_host.cc (right): http://codereview.chromium.org/92043/diff/2001/3007#newcode160 Line 160: render_view_host()->process()->profile()); On 2009/04/23 21:32:36, Matt Perry wrote: ...
11 years, 8 months ago (2009-04-23 21:43:33 UTC) #6
Matt Perry
FYI, I uploaded a new snapshot that merged in the changes from the past couple ...
11 years, 7 months ago (2009-04-29 20:08:00 UTC) #7
Matt Perry
On 2009/04/29 20:08:00, Matt Perry wrote: > FYI, I uploaded a new snapshot that merged ...
11 years, 7 months ago (2009-04-29 20:08:21 UTC) #8
Matt Perry
FYI, I uploaded a new snapshot that merged in the changes from the past couple ...
11 years, 7 months ago (2009-04-29 20:08:38 UTC) #9
Erik does not do reviews
11 years, 7 months ago (2009-04-29 21:13:24 UTC) #10
from my standpoint, it still LGTM, but aa should really look at this now

Powered by Google App Engine
This is Rietveld 408576698