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

Issue 2562303002: Add ContextLifecycleObserver::frame() (Closed)

Created:
4 years ago by haraken
Modified:
4 years ago
Reviewers:
sof
CC:
chromium-reviews, michaeln, tyoshino+watch_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, gavinp+loader_chromium.org, blink-reviews, Nate Chapin, loading-reviews_chromium.org, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add ContextLifecycleObserver::frame() I'm replacing DOMWindowProperty with ContextLifecycleObserver. (ContextLifecycleObserver::contextDestroyed() is called already almost at the same timing as DOMWindowProperty::frameDestroyed().) To make the replacement easier, this CL introduces ContextLifecycleObserver::frame(). Also this CL moves ApplicationCache to ContextLifecycleObserver. BUG=610176 Committed: https://crrev.com/164ea1ce58813039385db255a4fcd47f3a4b5205 Cr-Commit-Position: refs/heads/master@{#437852}

Patch Set 1 #

Total comments: 1

Patch Set 2 : temp #

Patch Set 3 : temp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -8 lines) Patch
M third_party/WebKit/Source/core/dom/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/dom/ContextLifecycleObserver.cpp View 1 chunk +17 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCache.h View 3 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/appcache/ApplicationCache.cpp View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 23 (13 generated)
haraken
PTAL
4 years ago (2016-12-12 06:26:29 UTC) #2
sof
lgtm https://codereview.chromium.org/2562303002/diff/1/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h File third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h (right): https://codereview.chromium.org/2562303002/diff/1/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h#newcode42 third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h:42: LocalFrame* frame() const; Add a short comment stating ...
4 years ago (2016-12-12 06:35:26 UTC) #5
haraken
> https://codereview.chromium.org/2562303002/diff/1/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h > File third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h (right): > > https://codereview.chromium.org/2562303002/diff/1/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h#newcode42 > third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h:42: LocalFrame* > frame() const; ...
4 years ago (2016-12-12 06:40:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562303002/20001
4 years ago (2016-12-12 06:41:06 UTC) #9
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h: While running git apply --index -p1; error: patch failed: ...
4 years ago (2016-12-12 08:27:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562303002/40001
4 years ago (2016-12-12 08:42:05 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/196995)
4 years ago (2016-12-12 10:45:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562303002/40001
4 years ago (2016-12-12 10:50:34 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-12-12 12:39:26 UTC) #21
commit-bot: I haz the power
4 years ago (2016-12-12 15:11:39 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/164ea1ce58813039385db255a4fcd47f3a4b5205
Cr-Commit-Position: refs/heads/master@{#437852}

Powered by Google App Engine
This is Rietveld 408576698