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

Issue 15975002: Implement V8ScriptRunner::callFunction()

Created:
7 years, 7 months ago by haraken
Modified:
7 years, 7 months ago
CC:
blink-reviews, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, adamk+blink_chromium.org, haraken, Nate Chapin
Visibility:
Public.

Description

Implement V8ScriptRunner::callFunction() This patch just factors out the core part of ScriptController::callFunctionWithInstrumentation() to V8ScriptRunner::callFunction(). The goal of the refactoring is to aggregate all call sites of Function::Call() into V8ScriptRunner::callFunction() and V8ScriptRunner::callInternalFunction(). I'll implement V8ScriptRunner::callInternalFunction() in the next patch. BUG=241743 R=abarth,eseidel Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151053

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -23 lines) Patch
M Source/bindings/v8/ScriptController.cpp View 1 5 chunks +3 lines, -15 lines 0 comments Download
M Source/bindings/v8/V8ScriptRunner.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/bindings/v8/V8ScriptRunner.cpp View 1 2 1 chunk +22 lines, -8 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
haraken
r? https://codereview.chromium.org/15975002/diff/1/Source/bindings/v8/V8ScriptRunner.cpp File Source/bindings/v8/V8ScriptRunner.cpp (right): https://codereview.chromium.org/15975002/diff/1/Source/bindings/v8/V8ScriptRunner.cpp#newcode143 Source/bindings/v8/V8ScriptRunner.cpp:143: TRACE_EVENT0("v8", "v8.callFunction"); Previously this was: TRACE_EVENT1("v8", "v8.callFunction", "callsite", ...
7 years, 7 months ago (2013-05-24 04:22:32 UTC) #1
abarth-chromium
lgtm
7 years, 7 months ago (2013-05-24 06:09:22 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15975002/1
7 years, 7 months ago (2013-05-24 06:09:27 UTC) #3
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=9889
7 years, 7 months ago (2013-05-24 07:01:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15975002/1
7 years, 7 months ago (2013-05-24 07:14:36 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15975002/1
7 years, 7 months ago (2013-05-24 07:18:51 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/bindings/v8/V8ScriptRunner.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-24 07:18:53 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/15975002/15001
7 years, 7 months ago (2013-05-24 08:06:57 UTC) #8
commit-bot: I haz the power
Change committed as 151053
7 years, 7 months ago (2013-05-24 08:07:18 UTC) #9
commit-bot: I haz the power
7 years, 7 months ago (2013-05-24 11:34:27 UTC) #10

Powered by Google App Engine
This is Rietveld 408576698