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

Issue 1413093007: OOPIF: Use the same uniqueName when swapping between local and remote. (Closed)

Created:
5 years, 1 month ago by Charlie Reis
Modified:
5 years ago
Reviewers:
dcheng
CC:
blink-reviews, chromium-reviews, Nate Chapin, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

OOPIF: Use the same uniqueName when swapping between local and remote. When swapping from a RemoteFrame to a LocalFrame, we now preserve both the name and unique name. BUG=502317 TEST=Unique name doesn't change when an OOPIF navigates into parent process. Committed: https://crrev.com/52fc30ea9456e3aa2bc7cab45bff11db6d6c00ed Cr-Commit-Position: refs/heads/master@{#361805}

Patch Set 1 #

Patch Set 2 : Preserve uniqueName #

Total comments: 4

Patch Set 3 : Set name at commit time instead #

Patch Set 4 : Rebase #

Patch Set 5 : Revert to PS2 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -1 line) Patch
M third_party/WebKit/Source/core/page/FrameTree.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/FrameTree.cpp View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 4 1 chunk +52 lines, -0 lines 4 comments Download

Messages

Total messages: 30 (10 generated)
Charlie Reis
Daniel, here's the change I had been considering, for context in the discussion. It does ...
5 years, 1 month ago (2015-11-06 23:04:48 UTC) #3
dcheng
I feel pretty strongly that we shouldn't add a new callback for this. The order ...
5 years, 1 month ago (2015-11-09 06:01:21 UTC) #4
Charlie Reis
On 2015/11/09 06:01:21, dcheng wrote: > I feel pretty strongly that we shouldn't add a ...
5 years, 1 month ago (2015-11-09 07:09:00 UTC) #5
dcheng
On 2015/11/09 at 07:09:00, creis wrote: > On 2015/11/09 06:01:21, dcheng wrote: > > I ...
5 years, 1 month ago (2015-11-09 09:03:06 UTC) #6
Charlie Reis
On 2015/11/09 09:03:06, dcheng wrote: > On 2015/11/09 at 07:09:00, creis wrote: > > On ...
5 years, 1 month ago (2015-11-09 20:01:37 UTC) #7
dcheng
On 2015/11/09 at 20:01:37, creis wrote: > On 2015/11/09 09:03:06, dcheng wrote: > > On ...
5 years, 1 month ago (2015-11-09 20:35:57 UTC) #8
dcheng
Charlie, are you OK with resurrecting PS2? I'd rather see this + https://codereview.chromium.org/1422333009 landed: I ...
5 years ago (2015-11-25 05:59:57 UTC) #9
dcheng
https://codereview.chromium.org/1413093007/diff/20001/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp File third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp (right): https://codereview.chromium.org/1413093007/diff/20001/third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp#newcode90 third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp:90: return frame()->tree().uniqueName(); On 2015/11/06 at 23:04:48, Charlie Reis wrote: ...
5 years ago (2015-11-25 18:14:51 UTC) #10
Charlie Reis
On 2015/11/25 05:59:57, dcheng wrote: > Charlie, are you OK with resurrecting PS2? I'd rather ...
5 years ago (2015-11-25 18:22:43 UTC) #11
Charlie Reis
Ok, we're back to the approach from patch set 2, without changes to WebRemoteFrameImpl::uniqueName.
5 years ago (2015-11-25 23:35:01 UTC) #12
dcheng
https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp File third_party/WebKit/Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp#newcode7493 third_party/WebKit/Source/web/tests/WebFrameTest.cpp:7493: // Swap back to a LocalFrame. Do we actually ...
5 years ago (2015-11-25 23:43:26 UTC) #13
Charlie Reis
https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp File third_party/WebKit/Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp#newcode7493 third_party/WebKit/Source/web/tests/WebFrameTest.cpp:7493: // Swap back to a LocalFrame. On 2015/11/25 23:43:26, ...
5 years ago (2015-11-25 23:54:59 UTC) #14
dcheng
lgtm
5 years ago (2015-11-26 00:29:38 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413093007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413093007/80001
5 years ago (2015-11-26 00:42:43 UTC) #20
dcheng
https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp File third_party/WebKit/Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp#newcode7493 third_party/WebKit/Source/web/tests/WebFrameTest.cpp:7493: // Swap back to a LocalFrame. On 2015/11/25 at ...
5 years ago (2015-11-26 01:01:50 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ios_rel_device_ninja on ...
5 years ago (2015-11-26 01:37:11 UTC) #23
dcheng
https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp File third_party/WebKit/Source/web/tests/WebFrameTest.cpp (right): https://codereview.chromium.org/1413093007/diff/80001/third_party/WebKit/Source/web/tests/WebFrameTest.cpp#newcode7493 third_party/WebKit/Source/web/tests/WebFrameTest.cpp:7493: // Swap back to a LocalFrame. On 2015/11/26 at ...
5 years ago (2015-11-26 02:02:34 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1413093007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1413093007/80001
5 years ago (2015-11-26 02:06:11 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-11-26 02:44:03 UTC) #28
commit-bot: I haz the power
5 years ago (2015-11-26 02:45:11 UTC) #30
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/52fc30ea9456e3aa2bc7cab45bff11db6d6c00ed
Cr-Commit-Position: refs/heads/master@{#361805}

Powered by Google App Engine
This is Rietveld 408576698