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

Issue 23842002: Whitelisting exts and plugins from cross-site document blocking (Closed)

Created:
7 years, 3 months ago by dsjang
Modified:
7 years, 3 months ago
Reviewers:
Charlie Reis, jam, awong
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Visibility:
Public.

Description

Whitelisting exts and plugins from cross-site document blocking BUG=268640 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221215

Patch Set 1 #

Total comments: 13

Patch Set 2 : Exclude plugins from cross-site document data collection/blocking. #

Total comments: 30

Patch Set 3 : Test cases are fixed. #

Patch Set 4 : Another bug is fixed in test cases. #

Total comments: 12

Patch Set 5 : comments are improved. #

Total comments: 4

Patch Set 6 : Comments & Coding style are improved. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -5 lines) Patch
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.h View 1 3 chunks +6 lines, -0 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 4 chunks +11 lines, -4 lines 0 comments Download
M content/child/site_isolation_policy.h View 1 2 3 chunks +7 lines, -0 lines 0 comments Download
M content/child/site_isolation_policy.cc View 1 2 3 4 4 chunks +25 lines, -1 line 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/renderer/content_renderer_client.cc View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_process_impl.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dsjang
This is the first attempt to exclude extension/plugin processes from the cross-site document blocking checking. ...
7 years, 3 months ago (2013-08-31 02:43:35 UTC) #1
Charlie Reis
On 2013/08/31 02:43:35, dsjang wrote: > This is the first attempt to exclude extension/plugin processes ...
7 years, 3 months ago (2013-09-03 16:43:23 UTC) #2
dsjang
According to jam, ResourceLoaderBridge::requestor_pid can be used to distinguish responses for plugins from usual responses. ...
7 years, 3 months ago (2013-09-03 19:13:11 UTC) #3
Charlie Reis
Looks like SiteIsolationPolicyBrowserTest.CrossSiteDocumentBlockingForMimeType started failing? https://codereview.chromium.org/23842002/diff/11001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/23842002/diff/11001/chrome/renderer/chrome_content_renderer_client.cc#newcode1312 chrome/renderer/chrome_content_renderer_client.cc:1312: // SiteIsolationPolicy for a ...
7 years, 3 months ago (2013-09-03 20:22:10 UTC) #4
dsjang
https://codereview.chromium.org/23842002/diff/11001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/23842002/diff/11001/chrome/renderer/chrome_content_renderer_client.cc#newcode1312 chrome/renderer/chrome_content_renderer_client.cc:1312: // SiteIsolationPolicy for a renderer process without having the ...
7 years, 3 months ago (2013-09-03 22:31:30 UTC) #5
Charlie Reis
LGTM with nits about the comments. John, can you confirm that this is what you ...
7 years, 3 months ago (2013-09-03 22:59:17 UTC) #6
jam
lgtm https://codereview.chromium.org/23842002/diff/48001/chrome/renderer/chrome_content_renderer_client.h File chrome/renderer/chrome_content_renderer_client.h (right): https://codereview.chromium.org/23842002/diff/48001/chrome/renderer/chrome_content_renderer_client.h#newcode142 chrome/renderer/chrome_content_renderer_client.h:142: nit: why add blank line? follow the convention... ...
7 years, 3 months ago (2013-09-04 00:32:23 UTC) #7
dsjang
https://codereview.chromium.org/23842002/diff/6001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/23842002/diff/6001/chrome/renderer/chrome_content_renderer_client.cc#newcode1309 chrome/renderer/chrome_content_renderer_client.cc:1309: // SiteIsolationPolicy is off by default. We would like ...
7 years, 3 months ago (2013-09-04 00:37:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dsjang@chromium.org/23842002/57001
7 years, 3 months ago (2013-09-04 00:41:51 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-09-04 17:17:58 UTC) #10
Message was sent while issue was closed.
Change committed as 221215

Powered by Google App Engine
This is Rietveld 408576698