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

Issue 8403024: Set extension-related webkit preferences in a common location. (Closed)

Created:
9 years, 1 month ago by Aaron Boodman
Modified:
9 years, 1 month ago
Reviewers:
Zhenyao Mo, jam, Matt Perry
CC:
chromium-reviews, Avi (use Gerrit), creis+watch_chromium.org, Erik does not do reviews, ajwong+watch_chromium.org, jam, mihaip+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Set extension-related webkit preferences in a common location. Before we were ending up with different preferences set in different locations. I'm not sure if this approach is right from the content-team's point of view. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107882

Patch Set 1 #

Total comments: 3

Patch Set 2 : blah #

Patch Set 3 : remove is_web_ui param #

Unified diffs Side-by-side diffs Delta from patch set Stats (+78 lines, -53 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_host.cc View 1 2 1 chunk +1 line, -17 lines 0 comments Download
A chrome/browser/extensions/extension_webkit_preferences.h View 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/extensions/extension_webkit_preferences.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M chrome/browser/notifications/balloon_host.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/background_contents.cc View 1 2 1 chunk +3 lines, -6 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/render_view_host_delegate_helper.cc View 1 2 4 chunks +17 lines, -3 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/mock_content_browser_client.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/mock_content_browser_client.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 2 2 chunks +1 line, -2 lines 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M content/shell/shell_content_browser_client.h View 1 2 1 chunk +1 line, -3 lines 0 comments Download
M content/shell/shell_content_browser_client.cc View 1 2 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Aaron Boodman
Zhenyao, Sorry this took so long. A lot of things came up. John, can you ...
9 years, 1 month ago (2011-10-27 05:28:49 UTC) #1
jam
http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc File content/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc#newcode1802 content/browser/tab_contents/tab_contents.cc:1802: // web_ui, doesn't it? you can just do (ChildProcessSecurityPolicy::GetInstance()->HasWebUIBindings(rvh->process()->id())
9 years, 1 month ago (2011-10-27 17:10:23 UTC) #2
Zhenyao Mo
Thanks for getting this done. I don't really know extensions stuff enough to review this ...
9 years, 1 month ago (2011-10-27 17:17:06 UTC) #3
Aaron Boodman
http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc File content/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc#newcode1802 content/browser/tab_contents/tab_contents.cc:1802: // web_ui, doesn't it? On 2011/10/27 17:10:24, John Abd-El-Malek ...
9 years, 1 month ago (2011-10-27 22:47:23 UTC) #4
commit-bot: I haz the power
No LGTM from valid reviewers yet.
9 years, 1 month ago (2011-10-28 03:10:55 UTC) #5
Aaron Boodman
+mpcomplete for extensions review John, if this is OK with you can I get an ...
9 years, 1 month ago (2011-10-28 07:17:29 UTC) #6
jam
http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc File content/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/8403024/diff/1/content/browser/tab_contents/tab_contents.cc#newcode1802 content/browser/tab_contents/tab_contents.cc:1802: // web_ui, doesn't it? On 2011/10/27 22:47:23, Aaron Boodman ...
9 years, 1 month ago (2011-10-28 16:20:50 UTC) #7
Matt Perry
lgtm
9 years, 1 month ago (2011-10-28 18:25:21 UTC) #8
Aaron Boodman
John, PTAL
9 years, 1 month ago (2011-10-28 18:52:13 UTC) #9
jam
9 years, 1 month ago (2011-10-28 20:19:14 UTC) #10
lgtm

Powered by Google App Engine
This is Rietveld 408576698