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

Issue 1594653003: Move utilities for V8 extras functions into V8Binding.h (Closed)

Created:
4 years, 11 months ago by domenic
Modified:
4 years, 11 months ago
Reviewers:
haraken, yhirano
CC:
blink-reviews, blink-reviews-bindings_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move utilities for V8 extras functions into V8BindingMacros.h These were previously only used inside ReadableStreamOperations.cpp, but a subsequent commit will need them in other files as well. While doing so, change them to use V8ScriptRunner::callFunction instead of calling directly. BUG= R=haraken@chromium.org,yhirano@chromium.org Committed: https://crrev.com/68f232928d36dbabad0ff44583873c63ef169e96 Cr-Commit-Position: refs/heads/master@{#370273}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use V8ScriptRunner #

Total comments: 1

Patch Set 3 : Move to V8Binding.h and fix tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -29 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperations.cpp View 1 2 6 chunks +7 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ReadableStreamOperationsTest.cpp View 1 2 3 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/V8Binding.h View 1 2 2 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (6 generated)
domenic
4 years, 11 months ago (2016-01-15 23:40:53 UTC) #1
haraken
https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h File third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h (right): https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h#newcode119 third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h:119: return function->Call(context, undefined, numArgs, args); We want to unify ...
4 years, 11 months ago (2016-01-16 03:54:31 UTC) #2
yhirano
https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h File third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h (right): https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h#newcode35 third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h:35: #include "bindings/core/v8/ScriptValue.h" Not used?
4 years, 11 months ago (2016-01-17 23:59:55 UTC) #3
domenic
https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h File third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h (right): https://codereview.chromium.org/1594653003/diff/1/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h#newcode35 third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h:35: #include "bindings/core/v8/ScriptValue.h" On 2016/01/17 at 23:59:55, yhirano wrote: > ...
4 years, 11 months ago (2016-01-19 21:41:00 UTC) #4
haraken
LGTM with one comment. https://codereview.chromium.org/1594653003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h File third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h (right): https://codereview.chromium.org/1594653003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h#newcode36 third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h:36: #include "bindings/core/v8/V8ScriptRunner.h" Hmm, V8BindingMacros.h is ...
4 years, 11 months ago (2016-01-19 21:49:48 UTC) #5
domenic
On 2016/01/19 at 21:49:48, haraken wrote: > LGTM with one comment. > > https://codereview.chromium.org/1594653003/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h > ...
4 years, 11 months ago (2016-01-19 22:39:31 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1594653003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1594653003/40001
4 years, 11 months ago (2016-01-19 22:40:39 UTC) #10
domenic
On 2016/01/19 at 22:40:39, commit-bot wrote: > CQ is trying da patch. Follow status at ...
4 years, 11 months ago (2016-01-19 22:44:33 UTC) #12
yhirano
lgtm
4 years, 11 months ago (2016-01-20 01:30:57 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1594653003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1594653003/40001
4 years, 11 months ago (2016-01-20 01:38:19 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 11 months ago (2016-01-20 01:47:07 UTC) #16
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 01:49:26 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/68f232928d36dbabad0ff44583873c63ef169e96
Cr-Commit-Position: refs/heads/master@{#370273}

Powered by Google App Engine
This is Rietveld 408576698