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

Issue 50073004: We don't need to pass |creationContext| to v8SetReturnValue family (Closed)

Created:
7 years, 1 month ago by haraken
Modified:
7 years, 1 month ago
CC:
blink-reviews, Nils Barth (inactive), kojih, jsbell+bindings_chromium.org, abarth-chromium, marja+watch_chromium.org, adamk+blink_chromium.org, Nate Chapin, Inactive
Visibility:
Public.

Description

We don't need to pass |creationContext| to v8SetReturnValue family Just a clean up. No change in behavior. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160892

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+312 lines, -314 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 2 3 16 chunks +28 lines, -30 lines 0 comments Download
M Source/bindings/tests/results/V8Float64Array.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8Float64Array.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8SupportTestInterface.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8SupportTestInterface.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/tests/results/V8TestActiveDOMObject.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestConstants.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestCustomAccessors.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestEvent.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventConstructor.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventTarget.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventTarget.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestException.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestExtendedEvent.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.h View 1 2 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceEmpty.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterfaceImplementedAs.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestMediaQueryListListener.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestNamedConstructor.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestNode.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 3 14 chunks +14 lines, -14 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestObjectPython.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestOverloadedConstructors.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestSerializedScriptValueInterface.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.h View 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/tests/results/V8TestTypedefs.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8ArrayBufferCustom.h View 1 4 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8DataViewCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Float32ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Float64ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Int16ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Int32ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Int8ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8TypedArrayCustom.h View 1 3 chunks +4 lines, -4 lines 0 comments Download
M Source/bindings/v8/custom/V8Uint16ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Uint32ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Uint8ArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download
M Source/bindings/v8/custom/V8Uint8ClampedArrayCustom.h View 1 2 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
haraken
PTAL
7 years, 1 month ago (2013-10-29 11:53:02 UTC) #1
marja
lgtm *except* that you should probably also clean up the custom bindings in the same ...
7 years, 1 month ago (2013-10-29 11:56:42 UTC) #2
haraken
On 2013/10/29 11:56:42, marja wrote: > lgtm *except* that you should probably also clean up ...
7 years, 1 month ago (2013-10-29 12:11:00 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/50073004/50001
7 years, 1 month ago (2013-10-29 12:11:22 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/bindings/tests/results/V8Float64Array.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 1 month ago (2013-10-29 12:11:42 UTC) #5
marja
On 2013/10/29 12:11:00, haraken wrote: > On 2013/10/29 11:56:42, marja wrote: > > lgtm *except* ...
7 years, 1 month ago (2013-10-29 12:12:15 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/50073004/100001
7 years, 1 month ago (2013-10-29 12:21:27 UTC) #7
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=10066
7 years, 1 month ago (2013-10-29 12:39:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/50073004/100001
7 years, 1 month ago (2013-10-29 12:44:10 UTC) #9
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=10070
7 years, 1 month ago (2013-10-29 13:00:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/50073004/100001
7 years, 1 month ago (2013-10-29 15:49:02 UTC) #11
commit-bot: I haz the power
Retried try job too often on blink_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_presubmit&number=10085
7 years, 1 month ago (2013-10-29 16:11:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/50073004/240001
7 years, 1 month ago (2013-10-30 00:25:00 UTC) #13
commit-bot: I haz the power
Change committed as 160892
7 years, 1 month ago (2013-10-30 02:48:06 UTC) #14
Nils Barth (inactive)
7 years, 1 month ago (2013-10-30 03:04:05 UTC) #15
Message was sent while issue was closed.
Nice cleanup -- thanks haraken!

Python side is at:
IDL compiler: Remove creationContext from v8SetReturnValue* in Python CG
https://codereview.chromium.org/51993002/

Powered by Google App Engine
This is Rietveld 408576698