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

Issue 797813006: Replicate sandbox flags for OOPIF (Chromium part 2) (Closed)

Created:
5 years, 11 months ago by alexmos
Modified:
5 years, 11 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@iframe-sandbox-flags-part1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replicate sandbox flags for OOPIF (Chromium part 2). * Remove old versions of createChildFrame. * Add browser tests. Related CLs: Chromium part 1: https://codereview.chromium.org/837283003/ Blink part 1: https://codereview.chromium.org/793493003/ Blink part 2: https://codereview.chromium.org/838903002/ BUG=426512 Committed: https://crrev.com/f832a2f6df39d1c9d0e0a759d21b273fee95f537 Cr-Commit-Position: refs/heads/master@{#313384}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Total comments: 5

Patch Set 6 : Rebase #

Patch Set 7 : Ensure no popups are created in test. Undo temp createChildFrame in mojo. #

Patch Set 8 : Use NavigateFrameToURL in test #

Patch Set 9 : Rebase #

Patch Set 10 : Rebase #

Patch Set 11 : Undo temporary createChildFrame in android_webview #

Patch Set 12 : Fix issue in previous rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -43 lines) Patch
M android_webview/renderer/print_web_view_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +0 lines, -10 lines 0 comments Download
M components/printing/renderer/print_web_view_helper.cc View 1 2 3 4 5 6 7 8 11 2 chunks +0 lines, -11 lines 0 comments Download
M content/browser/frame_host/frame_tree_browsertest.cc View 1 1 chunk +42 lines, -0 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +101 lines, -0 lines 0 comments Download
M content/common/frame_replication_state.h View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -8 lines 0 comments Download
A content/test/data/sandboxed_frames.html View 1 chunk +9 lines, -0 lines 0 comments Download
M mojo/services/html_viewer/html_document.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -3 lines 0 comments Download
M mojo/services/html_viewer/html_document.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 25 (7 generated)
alexmos
Nasko, could you please take a look?
5 years, 11 months ago (2015-01-16 18:58:56 UTC) #2
nasko
Just a couple of nits on the test, otherwise it looks good! https://codereview.chromium.org/797813006/diff/80001/content/browser/site_per_process_browsertest.cc File content/browser/site_per_process_browsertest.cc ...
5 years, 11 months ago (2015-01-20 23:26:50 UTC) #3
alexmos
https://codereview.chromium.org/797813006/diff/80001/content/browser/site_per_process_browsertest.cc File content/browser/site_per_process_browsertest.cc (right): https://codereview.chromium.org/797813006/diff/80001/content/browser/site_per_process_browsertest.cc#newcode971 content/browser/site_per_process_browsertest.cc:971: // subframe. NavigateFrameToURL can't be used here because it ...
5 years, 11 months ago (2015-01-21 02:10:43 UTC) #4
nasko
LGTM https://codereview.chromium.org/797813006/diff/80001/content/browser/site_per_process_browsertest.cc File content/browser/site_per_process_browsertest.cc (right): https://codereview.chromium.org/797813006/diff/80001/content/browser/site_per_process_browsertest.cc#newcode1001 content/browser/site_per_process_browsertest.cc:1001: EXPECT_TRUE(success); On 2015/01/21 02:10:43, alexmos wrote: > On ...
5 years, 11 months ago (2015-01-21 17:36:37 UTC) #5
alexmos
Time for a couple of OWNER approvals: thestig@: please review components/printing/renderer/print_web_view_helper.cc aa@: please review mojo/services/html_viewer/*
5 years, 11 months ago (2015-01-23 00:09:55 UTC) #7
Lei Zhang
On 2015/01/23 00:09:55, alexmos wrote: > Time for a couple of OWNER approvals: > > ...
5 years, 11 months ago (2015-01-23 00:13:21 UTC) #8
alexmos
On 2015/01/23 00:13:21, Lei Zhang wrote: > On 2015/01/23 00:09:55, alexmos wrote: > > Time ...
5 years, 11 months ago (2015-01-23 01:01:03 UTC) #9
alexmos
Another owner approval: mkosiba@: please review android_webview/renderer/print_web_view_helper.cc
5 years, 11 months ago (2015-01-23 07:53:38 UTC) #11
mkosiba (inactive)
lgtm
5 years, 11 months ago (2015-01-23 10:01:30 UTC) #12
alexmos
aa@: friendly ping for owners approval for mojo/services/html_viewer/*
5 years, 11 months ago (2015-01-26 20:50:57 UTC) #13
Aaron Boodman
lgtm
5 years, 11 months ago (2015-01-27 18:51:40 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797813006/220001
5 years, 11 months ago (2015-01-27 21:00:42 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/38690) Try jobs failed on following ...
5 years, 11 months ago (2015-01-27 21:08:04 UTC) #18
alexmos
boliu@: could you please review android_webview/renderer/print_web_view_helper.cc for owner approval? mkosiba@ already signed off on it, ...
5 years, 11 months ago (2015-01-27 22:07:28 UTC) #20
boliu
On 2015/01/27 22:07:28, alexmos wrote: > boliu@: could you please review > android_webview/renderer/print_web_view_helper.cc for owner ...
5 years, 11 months ago (2015-01-27 22:28:25 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/797813006/220001
5 years, 11 months ago (2015-01-27 22:39:17 UTC) #23
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 11 months ago (2015-01-27 22:44:40 UTC) #24
commit-bot: I haz the power
5 years, 11 months ago (2015-01-27 22:46:26 UTC) #25
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/f832a2f6df39d1c9d0e0a759d21b273fee95f537
Cr-Commit-Position: refs/heads/master@{#313384}

Powered by Google App Engine
This is Rietveld 408576698