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

Issue 2620493002: binding: Changes the association among global-proxy/global/worker-instance. (Closed)

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

Description

binding: Changes the association among global-proxy/global/worker-instance. Since V8 now supports internal fields for the global proxy objects, let's change the mappings among global proxy object / global object / C++ instance in Blink. With this CL, a global proxy object and C++ instance point to each other, and a global object points to the C++ instance (without reverse pointer). BUG=675872 Review-Url: https://codereview.chromium.org/2620493002 Cr-Commit-Position: refs/heads/master@{#443515} Committed: https://chromium.googlesource.com/chromium/src/+/168be21d6c68f2e884d1e163edf2f9595e05ba43

Patch Set 1 #

Patch Set 2 : Synced. #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -59 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ToV8.h View 3 chunks +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ToV8.cpp View 2 chunks +0 lines, -20 lines 2 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 1 7 chunks +3 lines, -30 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.cpp View 1 1 chunk +31 lines, -4 lines 2 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (16 generated)
Yuki
3 years, 11 months ago (2017-01-11 12:36:30 UTC) #12
Yuki
Could you review this CL?
3 years, 11 months ago (2017-01-11 12:36:42 UTC) #13
haraken
LGTM https://codereview.chromium.org/2620493002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp File third_party/WebKit/Source/bindings/core/v8/ToV8.cpp (right): https://codereview.chromium.org/2620493002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp#newcode14 third_party/WebKit/Source/bindings/core/v8/ToV8.cpp:14: v8::Local<v8::Value> ToV8(DOMWindow* window, Are you planning to remove ...
3 years, 11 months ago (2017-01-11 12:43:53 UTC) #14
Yuki
https://codereview.chromium.org/2620493002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp File third_party/WebKit/Source/bindings/core/v8/ToV8.cpp (right): https://codereview.chromium.org/2620493002/diff/20001/third_party/WebKit/Source/bindings/core/v8/ToV8.cpp#newcode14 third_party/WebKit/Source/bindings/core/v8/ToV8.cpp:14: v8::Local<v8::Value> ToV8(DOMWindow* window, On 2017/01/11 12:43:52, haraken wrote: > ...
3 years, 11 months ago (2017-01-11 12:48:28 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/2620493002/20001
3 years, 11 months ago (2017-01-11 13:27:28 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/98111)
3 years, 11 months ago (2017-01-11 15:00:17 UTC) #19
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/2620493002/20001
3 years, 11 months ago (2017-01-13 05:41:53 UTC) #21
commit-bot: I haz the power
3 years, 11 months ago (2017-01-13 07:49:58 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/168be21d6c68f2e884d1e163edf2...

Powered by Google App Engine
This is Rietveld 408576698