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

Issue 427673008: Move FrameDestructionObserver into LocalFrame. (Closed)

Created:
6 years, 4 months ago by dcheng
Modified:
6 years, 4 months ago
Reviewers:
kenrb, eseidel
CC:
blink-reviews, site-isolation-reviews_chromium.org
Project:
blink
Visibility:
Public.

Description

Move FrameDestructionObserver into LocalFrame. Prepratory cleanup for making recursive frame detach work for all frames. FrameDestructionObserver can only observe a LocalFrame. Similarly willDetachFrameHost() and detachFromFrameHost() can only be called on LocalFrames, since these methods are only called by FrameLoader. BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179178

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -48 lines) Patch
M Source/core/frame/Frame.h View 4 chunks +0 lines, -10 lines 0 comments Download
M Source/core/frame/Frame.cpp View 3 chunks +0 lines, -33 lines 0 comments Download
M Source/core/frame/LocalFrame.h View 4 chunks +8 lines, -2 lines 0 comments Download
M Source/core/frame/LocalFrame.cpp View 5 chunks +27 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dcheng
Ken: you don't have any plans for using these callbacks do you? The way I ...
6 years, 4 months ago (2014-07-29 06:51:56 UTC) #1
kenrb
These mostly look like they can live on LocalFrame without any problem, but why detachFrameHost()? ...
6 years, 4 months ago (2014-07-29 19:07:52 UTC) #2
dcheng
On 2014/07/29 at 19:07:52, kenrb wrote: > These mostly look like they can live on ...
6 years, 4 months ago (2014-07-29 19:09:27 UTC) #3
kenrb
On 2014/07/29 19:09:27, dcheng (OOO) wrote: > Since I'm exposing a virtual detach method on ...
6 years, 4 months ago (2014-07-29 19:20:15 UTC) #4
dcheng
On 2014/07/29 at 19:20:15, kenrb wrote: > On 2014/07/29 19:09:27, dcheng (OOO) wrote: > > ...
6 years, 4 months ago (2014-07-29 19:28:55 UTC) #5
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 4 months ago (2014-07-29 21:34:38 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/427673008/1
6 years, 4 months ago (2014-07-29 21:35:29 UTC) #7
commit-bot: I haz the power
6 years, 4 months ago (2014-07-29 22:06:52 UTC) #8
Message was sent while issue was closed.
Change committed as 179178

Powered by Google App Engine
This is Rietveld 408576698