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

Issue 678673002: Oilpan: clear FrameLoader during LocalFrame detach. (Closed)

Created:
6 years, 2 months ago by sof
Modified:
6 years, 2 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Oilpan: clear FrameLoader during LocalFrame detach. Following r183834, the FrameOwner is disconnected during frame detach. The clearing of the FrameLoader that needs to happen for Oilpan can consequently be moved to a more natural place and be done as part of the other LocalFrame detach operations (rather than being a special action of FrameOwner disconnecting.) R=haraken BUG=425559 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184382

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -6 lines) Patch
M Source/core/frame/LocalFrame.cpp View 2 chunks +6 lines, -6 lines 2 comments Download

Messages

Total messages: 12 (5 generated)
sof
Please take a look. LocalFrame::detach() is now a more natural place for handling the FrameLoader ...
6 years, 2 months ago (2014-10-24 09:14:07 UTC) #2
haraken
LGTM
6 years, 2 months ago (2014-10-24 13:45:39 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678673002/1
6 years, 2 months ago (2014-10-24 20:01:38 UTC) #5
dcheng
https://codereview.chromium.org/678673002/diff/1/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (left): https://codereview.chromium.org/678673002/diff/1/Source/core/frame/LocalFrame.cpp#oldcode289 Source/core/frame/LocalFrame.cpp:289: setView(nullptr); One quick question--is this getting handled elsewhere now? ...
6 years, 2 months ago (2014-10-24 20:03:51 UTC) #7
sof
https://codereview.chromium.org/678673002/diff/1/Source/core/frame/LocalFrame.cpp File Source/core/frame/LocalFrame.cpp (left): https://codereview.chromium.org/678673002/diff/1/Source/core/frame/LocalFrame.cpp#oldcode289 Source/core/frame/LocalFrame.cpp:289: setView(nullptr); On 2014/10/24 20:03:51, dcheng wrote: > One quick ...
6 years, 2 months ago (2014-10-24 20:05:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/678673002/1
6 years, 2 months ago (2014-10-24 20:47:40 UTC) #11
commit-bot: I haz the power
6 years, 2 months ago (2014-10-24 20:48:57 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 184382

Powered by Google App Engine
This is Rietveld 408576698