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

Issue 2593983002: Replace DOMWindowProperty in core/ with ContextClient (Closed)

Created:
4 years ago by haraken
Modified:
3 years, 12 months ago
Reviewers:
Michael Lippautz, sof
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, shimazu+worker_chromium.org, kinuko+worker_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, horo+watch_chromium.org, falken+watch_chromium.org, blink-worker-reviews_chromium.org, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace DOMWindowProperty in core/ with ContextClient This is a preparation for deprecating DOMWindowProperty. BUG=610176 Committed: https://crrev.com/e2eaec7e72e92484106db0546183c7921a370530 Cr-Commit-Position: refs/heads/master@{#440692}

Patch Set 1 #

Total comments: 2

Patch Set 2 : temp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -20 lines) Patch
M third_party/WebKit/Source/core/css/StyleMedia.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/StyleMedia.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/DOMSelection.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/DOMSelection.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/History.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/History.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Screen.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Screen.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (9 generated)
haraken
PTAL https://codereview.chromium.org/2593983002/diff/1/third_party/WebKit/Source/core/css/StyleMedia.h File third_party/WebKit/Source/core/css/StyleMedia.h (right): https://codereview.chromium.org/2593983002/diff/1/third_party/WebKit/Source/core/css/StyleMedia.h#newcode41 third_party/WebKit/Source/core/css/StyleMedia.h:41: public ContextClient { ScriptWrappable must be the left-most ...
4 years ago (2016-12-21 10:01:09 UTC) #2
sof
lgtm https://codereview.chromium.org/2593983002/diff/1/third_party/WebKit/Source/core/css/StyleMedia.h File third_party/WebKit/Source/core/css/StyleMedia.h (right): https://codereview.chromium.org/2593983002/diff/1/third_party/WebKit/Source/core/css/StyleMedia.h#newcode41 third_party/WebKit/Source/core/css/StyleMedia.h:41: public ContextClient { On 2016/12/21 10:01:09, haraken wrote: ...
4 years ago (2016-12-21 10:10:48 UTC) #3
haraken
mlippautz@: I was thinking that at some point the wrapper tracing was relying on the ...
4 years ago (2016-12-21 11:51:39 UTC) #5
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/2593983002/1
4 years ago (2016-12-21 11:52:06 UTC) #7
Michael Lippautz
On 2016/12/21 11:51:39, haraken wrote: > mlippautz@: I was thinking that at some point the ...
4 years ago (2016-12-21 12:14:06 UTC) #8
haraken
On 2016/12/21 12:14:06, Michael Lippautz wrote: > On 2016/12/21 11:51:39, haraken wrote: > > mlippautz@: ...
4 years ago (2016-12-21 12:37:58 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/338553)
4 years ago (2016-12-21 12:48:47 UTC) #11
Michael Lippautz
On 2016/12/21 12:37:58, haraken wrote: > On 2016/12/21 12:14:06, Michael Lippautz wrote: > > On ...
4 years ago (2016-12-21 12:57:36 UTC) #12
sof
Some interesting failures coming through here; is it required/expected that DOMWindowProperty keeps a strong frame ...
4 years ago (2016-12-21 13:31:27 UTC) #13
haraken
On 2016/12/21 13:31:27, sof wrote: > Some interesting failures coming through here; is it required/expected ...
4 years ago (2016-12-21 13:34:57 UTC) #14
haraken
On 2016/12/21 13:34:57, haraken wrote: > On 2016/12/21 13:31:27, sof wrote: > > Some interesting ...
3 years, 12 months ago (2016-12-26 04:28:19 UTC) #15
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/2593983002/20001
3 years, 12 months ago (2016-12-26 04:28:34 UTC) #18
commit-bot: I haz the power
Committed patchset #2 (id:20001)
3 years, 12 months ago (2016-12-26 05:43:59 UTC) #21
commit-bot: I haz the power
3 years, 12 months ago (2016-12-26 05:46:53 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e2eaec7e72e92484106db0546183c7921a370530
Cr-Commit-Position: refs/heads/master@{#440692}

Powered by Google App Engine
This is Rietveld 408576698