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

Issue 2784473002: [Bindings] Move some private symbols from V8HiddenValue to V8PrivateProperty (Closed)

Created:
3 years, 8 months ago by peria
Modified:
3 years, 8 months ago
Reviewers:
haraken, Yuki
CC:
chromium-reviews, blink-reviews, blink-reviews-bindings_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Move event, state, port1, and port2 from V8HiddenValue to V8PrivateProperty BUG=611864 Review-Url: https://codereview.chromium.org/2784473002 Cr-Commit-Position: refs/heads/master@{#461463} Committed: https://chromium.googlesource.com/chromium/src/+/0582ff42568b3f83c5da9e6ccf5fce1fc02e252d

Patch Set 1 : . #

Total comments: 14

Patch Set 2 : Work for comments #

Total comments: 8

Patch Set 3 : . #

Total comments: 4

Patch Set 4 : work for nits #

Patch Set 5 : Rebase #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -62 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp View 1 2 3 4 3 chunks +7 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8HiddenValue.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h View 1 2 3 4 5 2 chunks +4 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp View 1 2 3 4 3 chunks +9 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp View 1 2 3 4 3 chunks +14 lines, -32 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 41 (26 generated)
peria
PTL
3 years, 8 months ago (2017-03-28 13:42:12 UTC) #5
Yuki
https://codereview.chromium.org/2784473002/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp File third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/2784473002/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode159 third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp:159: eventSymbol.set(context, context->Global(), v8::Undefined(isolate())); Looks like we can write as ...
3 years, 8 months ago (2017-03-28 14:10:50 UTC) #6
peria
https://codereview.chromium.org/2784473002/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp File third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/2784473002/diff/40001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode159 third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp:159: eventSymbol.set(context, context->Global(), v8::Undefined(isolate())); On 2017/03/28 14:10:50, Yuki wrote: > ...
3 years, 8 months ago (2017-03-29 03:53:31 UTC) #8
Yuki
LGTM. https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h File third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h (right): https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h#newcode50 third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h:50: X(PopStateEvent, State) \ nit: sort in alphabetical order? ...
3 years, 8 months ago (2017-03-29 06:22:53 UTC) #13
haraken
https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp File third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode139 third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp:139: // expose it. Do you know how the js ...
3 years, 8 months ago (2017-03-29 06:35:40 UTC) #14
Yuki
https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp File third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp (right): https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp#newcode139 third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp:139: // expose it. On 2017/03/29 06:35:39, haraken wrote: > ...
3 years, 8 months ago (2017-03-29 06:46:42 UTC) #15
peria
https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h File third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h (right): https://codereview.chromium.org/2784473002/diff/80001/third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h#newcode50 third_party/WebKit/Source/bindings/core/v8/V8PrivateProperty.h:50: X(PopStateEvent, State) \ On 2017/03/29 06:22:53, Yuki wrote: > ...
3 years, 8 months ago (2017-03-29 07:00:01 UTC) #16
haraken
LGTM https://codereview.chromium.org/2784473002/diff/100001/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp File third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp (right): https://codereview.chromium.org/2784473002/diff/100001/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp#newcode132 third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp:132: ASSERT(frame); We can remove this code. https://codereview.chromium.org/2784473002/diff/100001/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp#newcode153 third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp:153: ...
3 years, 8 months ago (2017-03-29 07:37:24 UTC) #19
peria
https://codereview.chromium.org/2784473002/diff/100001/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp File third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp (right): https://codereview.chromium.org/2784473002/diff/100001/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp#newcode132 third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp:132: ASSERT(frame); On 2017/03/29 07:37:24, haraken wrote: > > We ...
3 years, 8 months ago (2017-03-29 07:45:27 UTC) #20
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/2784473002/120001
3 years, 8 months ago (2017-03-29 07:45:44 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/418912)
3 years, 8 months ago (2017-03-29 09:05:24 UTC) #25
peria
Rebased. PTAL just in case.
3 years, 8 months ago (2017-04-03 09:30:35 UTC) #31
Yuki
LGTM.
3 years, 8 months ago (2017-04-03 09:44:20 UTC) #33
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/2784473002/160001
3 years, 8 months ago (2017-04-03 17:16:50 UTC) #38
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 17:36:08 UTC) #41
Message was sent while issue was closed.
Committed patchset #6 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/0582ff42568b3f83c5da9e6ccf5f...

Powered by Google App Engine
This is Rietveld 408576698