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

Issue 7135003: Remove last extension dependencies from content. (Closed)

Created:
9 years, 6 months ago by Matt Perry
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews, cbentzel+watch_chromium.org, jennb, Erik does not do reviews, brettw-cc_chromium.org, jam, Dmitry Titov, dcheng, prasadt, joi+watch-content_chromium.org, Aaron Boodman, pam+watch_chromium.org, jianli, Paweł Hajdan Jr., darin-cc_chromium.org
Visibility:
Public.

Description

Remove last extension dependencies from content. - UserScript reference from BufferedResourceHandler. - ExtensionInfoMap references from RenderMessageFilter and WorkerProcessHost and ResourceContext. BUG=76697 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88388

Patch Set 1 #

Patch Set 2 : removed info map from context #

Patch Set 3 : oops #

Total comments: 8

Patch Set 4 : review #

Total comments: 8

Patch Set 5 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+101 lines, -53 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 1 chunk +30 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/DEPS View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download
M content/browser/content_browser_client.h View 1 2 3 4 2 chunks +14 lines, -0 lines 0 comments Download
M content/browser/content_browser_client.cc View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M content/browser/renderer_host/buffered_resource_handler.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_message_filter.cc View 1 2 3 4 2 chunks +4 lines, -11 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_delegate.h View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_delegate.cc View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M content/browser/resource_context.h View 1 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/resource_context.cc View 1 1 chunk +0 lines, -12 lines 0 comments Download
M content/browser/worker_host/worker_process_host.cc View 1 2 3 4 2 chunks +9 lines, -13 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Matt Perry
Waiting for http://codereview.chromium.org/7125006/ before checking in.
9 years, 6 months ago (2011-06-07 22:29:42 UTC) #1
jam
http://codereview.chromium.org/7135003/diff/4001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7135003/diff/4001/chrome/browser/chrome_content_browser_client.cc#newcode386 chrome/browser/chrome_content_browser_client.cc:386: io_data->GetExtensionInfoMap()->extensions().GetByID(url.host()); nit: spacing http://codereview.chromium.org/7135003/diff/4001/content/browser/content_browser_client.h File content/browser/content_browser_client.h (right): http://codereview.chromium.org/7135003/diff/4001/content/browser/content_browser_client.h#newcode149 content/browser/content_browser_client.h:149: ...
9 years, 6 months ago (2011-06-07 23:17:52 UTC) #2
Matt Perry
http://codereview.chromium.org/7135003/diff/4001/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7135003/diff/4001/chrome/browser/chrome_content_browser_client.cc#newcode386 chrome/browser/chrome_content_browser_client.cc:386: io_data->GetExtensionInfoMap()->extensions().GetByID(url.host()); On 2011/06/07 23:17:53, John Abd-El-Malek wrote: > nit: ...
9 years, 6 months ago (2011-06-07 23:58:09 UTC) #3
jam
http://codereview.chromium.org/7135003/diff/4002/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7135003/diff/4002/chrome/browser/chrome_content_browser_client.cc#newcode463 chrome/browser/chrome_content_browser_client.cc:463: const GURL& url, const content::ResourceContext& context) { nit: add ...
9 years, 6 months ago (2011-06-08 00:18:17 UTC) #4
jam
also can you remove the headers from content\browser\DEPS
9 years, 6 months ago (2011-06-08 00:21:46 UTC) #5
Matt Perry
http://codereview.chromium.org/7135003/diff/4002/chrome/browser/chrome_content_browser_client.cc File chrome/browser/chrome_content_browser_client.cc (right): http://codereview.chromium.org/7135003/diff/4002/chrome/browser/chrome_content_browser_client.cc#newcode463 chrome/browser/chrome_content_browser_client.cc:463: const GURL& url, const content::ResourceContext& context) { On 2011/06/08 ...
9 years, 6 months ago (2011-06-08 00:33:37 UTC) #6
jam
9 years, 6 months ago (2011-06-08 00:46:26 UTC) #7
lgtm, thanks for doing this

Powered by Google App Engine
This is Rietveld 408576698