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

Issue 2709703004: Clean up V8ObjectConstructor (Closed)

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

Description

Clean up V8ObjectConstructor - Remove unused methods (and references to Document) - Move V8ScriptRunner::instantiateObject into V8ObjectConstructor BUG=682322 Review-Url: https://codereview.chromium.org/2709703004 Cr-Commit-Position: refs/heads/master@{#452522} Committed: https://chromium.googlesource.com/chromium/src/+/37298765ba284eadee3de618fff59582969eacba

Patch Set 1 #

Total comments: 5

Patch Set 2 : Inline instantiateObject #

Total comments: 3

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -97 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.h View 1 2 chunks +3 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp View 1 2 1 chunk +7 lines, -23 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.h View 1 1 chunk +1 line, -15 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp View 1 2 1 chunk +0 lines, -47 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
adithyas
3 years, 10 months ago (2017-02-21 22:00:24 UTC) #7
jbroman
https://codereview.chromium.org/2709703004/diff/1/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp File third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp (right): https://codereview.chromium.org/2709703004/diff/1/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp#newcode60 third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp:60: v8::MaybeLocal<v8::Object> V8ObjectConstructor::instantiateObject( Why not go further and just inline ...
3 years, 10 months ago (2017-02-21 22:10:28 UTC) #8
adithyas
https://codereview.chromium.org/2709703004/diff/1/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp File third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp (right): https://codereview.chromium.org/2709703004/diff/1/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp#newcode60 third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp:60: v8::MaybeLocal<v8::Object> V8ObjectConstructor::instantiateObject( On 2017/02/21 at 22:10:28, jbroman wrote: > ...
3 years, 10 months ago (2017-02-21 22:37:41 UTC) #9
haraken
LGTM https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp File third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp (right): https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp#newcode43 third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp:43: function->NewInstance(isolate->GetCurrentContext(), argc, argv); Would you keep this function ...
3 years, 10 months ago (2017-02-21 23:16:15 UTC) #11
jbroman
https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp File third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp (right): https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp#newcode43 third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp:43: function->NewInstance(isolate->GetCurrentContext(), argc, argv); On 2017/02/21 at 23:16:15, haraken wrote: ...
3 years, 10 months ago (2017-02-22 04:59:24 UTC) #12
adithyas
https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp File third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp (right): https://codereview.chromium.org/2709703004/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp#newcode43 third_party/WebKit/Source/bindings/core/v8/V8ObjectConstructor.cpp:43: function->NewInstance(isolate->GetCurrentContext(), argc, argv); On 2017/02/21 at 23:16:15, haraken wrote: ...
3 years, 10 months ago (2017-02-22 15:30:05 UTC) #13
jbroman
lgtm I don't have strong feelings about whether this should ultimately live in V8ScriptRunner. At ...
3 years, 10 months ago (2017-02-22 23:17:01 UTC) #14
haraken
On 2017/02/22 23:17:01, jbroman wrote: > lgtm > > I don't have strong feelings about ...
3 years, 10 months ago (2017-02-23 00:36:30 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/2709703004/20001
3 years, 10 months ago (2017-02-23 14:40:08 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/158782) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 10 months ago (2017-02-23 14:41:54 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/2709703004/40001
3 years, 10 months ago (2017-02-23 15:20:39 UTC) #22
commit-bot: I haz the power
3 years, 10 months ago (2017-02-23 17:05:41 UTC) #25
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/37298765ba284eadee3de618fff5...

Powered by Google App Engine
This is Rietveld 408576698