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

Issue 842033003: Cleanup RemotePlatformLayer when disconnecting RemoteFrame. (Closed)

Created:
5 years, 11 months ago by lfg
Modified:
5 years, 10 months ago
Reviewers:
kenrb, Nate Chapin, dcheng
CC:
blink-reviews, site-isolation-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Cleanup RemotePlatformLayer when disconnecting RemoteFrame. BUG=448507 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=189994

Patch Set 1 #

Patch Set 2 : Moving RemotePlatformLayer to RemoteFrame. #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : rebase #

Total comments: 5

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : rebase #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -52 lines) Patch
M Source/core/frame/Frame.h View 1 2 3 3 chunks +0 lines, -13 lines 0 comments Download
M Source/core/frame/Frame.cpp View 1 2 3 4 5 6 7 8 4 chunks +0 lines, -18 lines 0 comments Download
M Source/core/frame/RemoteFrame.h View 1 2 3 3 chunks +12 lines, -6 lines 0 comments Download
M Source/core/frame/RemoteFrame.cpp View 1 2 3 4 5 6 7 4 chunks +29 lines, -0 lines 0 comments Download
M Source/core/layout/compositing/CompositedLayerMapping.cpp View 1 2 3 4 5 6 7 2 chunks +5 lines, -2 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 2 3 4 5 6 7 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderPart.cpp View 1 2 3 4 5 6 7 2 chunks +1 line, -5 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -4 lines 0 comments Download

Messages

Total messages: 21 (4 generated)
lfg
PTAL.
5 years, 11 months ago (2015-01-16 23:23:42 UTC) #2
kenrb
Are you able to move RemotePlatformLayer to RemoteFrame? It is on Frame for legacy reasons ...
5 years, 11 months ago (2015-01-19 17:06:19 UTC) #3
lfg
On 2015/01/19 17:06:19, kenrb wrote: > Are you able to move RemotePlatformLayer to RemoteFrame? It ...
5 years, 11 months ago (2015-01-19 23:27:18 UTC) #4
kenrb
On 2015/01/19 23:27:18, lfg wrote: > On 2015/01/19 17:06:19, kenrb wrote: > > Are you ...
5 years, 11 months ago (2015-01-20 17:34:59 UTC) #5
lfg
On 2015/01/20 17:34:59, kenrb wrote: > On 2015/01/19 23:27:18, lfg wrote: > > On 2015/01/19 ...
5 years, 11 months ago (2015-01-23 17:36:03 UTC) #6
kenrb
Good stuff, it will be nice to have this cleaned up. I would speculate wildly ...
5 years, 11 months ago (2015-01-23 18:31:02 UTC) #7
lfg
The failed tests were because of a uninitialized variable m_remotePlatformLayer in RemoteFrame.cpp . Please, take ...
5 years, 10 months ago (2015-02-03 03:43:46 UTC) #8
kenrb
lgtm You probably want dcheng and japhet for Blink owner reviewers.
5 years, 10 months ago (2015-02-03 18:12:47 UTC) #9
lfg
dcheng@chromium.org: Please review changes in Source/core/* japhet@chromium.org: Please review changes in Source/web/WebLocalFrameImpl.cpp
5 years, 10 months ago (2015-02-03 18:37:07 UTC) #11
dcheng
https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp File Source/core/frame/RemoteFrame.cpp (right): https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp#newcode89 Source/core/frame/RemoteFrame.cpp:89: if (owner() && owner()->isLocal()) Why do we do this ...
5 years, 10 months ago (2015-02-03 22:08:38 UTC) #12
lfg
https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp File Source/core/frame/RemoteFrame.cpp (right): https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp#newcode89 Source/core/frame/RemoteFrame.cpp:89: if (owner() && owner()->isLocal()) On 2015/02/03 22:08:37, dcheng wrote: ...
5 years, 10 months ago (2015-02-03 22:54:50 UTC) #13
dcheng
https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp File Source/core/frame/RemoteFrame.cpp (right): https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp#newcode89 Source/core/frame/RemoteFrame.cpp:89: if (owner() && owner()->isLocal()) On 2015/02/03 22:54:50, lfg wrote: ...
5 years, 10 months ago (2015-02-04 00:02:23 UTC) #14
lfg
On 2015/02/04 00:02:23, dcheng wrote: > https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp > File Source/core/frame/RemoteFrame.cpp (right): > > https://codereview.chromium.org/842033003/diff/80001/Source/core/frame/RemoteFrame.cpp#newcode89 > ...
5 years, 10 months ago (2015-02-04 00:22:03 UTC) #15
dcheng
lgtm for Source/core changes.
5 years, 10 months ago (2015-02-04 01:14:31 UTC) #16
Nate Chapin
lgtm
5 years, 10 months ago (2015-02-10 23:30:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/842033003/160001
5 years, 10 months ago (2015-02-11 20:17:58 UTC) #20
commit-bot: I haz the power
5 years, 10 months ago (2015-02-11 22:08:45 UTC) #21
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=189994

Powered by Google App Engine
This is Rietveld 408576698