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

Issue 2383613003: Remove 'V8' prefix from generated callback function classes (Closed)

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

Description

Remove 'V8' prefix from generated callback function classes It wouldn't make much sense to have 'V8' prefix since V8 specific conversions are encapsulated in the generated code. BUG=569301 Committed: https://crrev.com/7395f42e6c47b2e75ea28b0c4db644fd7a25b07a Cr-Commit-Position: refs/heads/master@{#422646}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Alphabetical order #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -718 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/BUILD.gn View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/custom/V8PerformanceObserverCustom.cpp View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/code_generator_v8.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_callback_function.py View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/scripts/v8_types.py View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/templates/callback_function.h.tmpl View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/LongExperimentalCallbackFunction.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/StringSequenceCallbackFunctionLongSequenceArg.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.h View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8LongExperimentalCallbackFunction.cpp View 1 chunk +0 lines, -67 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionLongSequenceArg.h View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8StringSequenceCallbackFunctionLongSequenceArg.cpp View 1 chunk +0 lines, -66 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 5 chunks +6 lines, -6 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.h View 1 chunk +0 lines, -54 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8VoidCallbackFunctionInterfaceArg.cpp View 1 chunk +0 lines, -63 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.h View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/core/V8VoidExperimentalCallbackFunction.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/VoidCallbackFunctionInterfaceArg.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/core/VoidExperimentalCallbackFunction.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp View 3 chunks +6 lines, -6 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/modules/V8VoidCallbackFunctionModules.h View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/WebKit/Source/bindings/tests/results/modules/V8VoidCallbackFunctionModules.cpp View 1 chunk +0 lines, -60 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.h View 3 chunks +8 lines, -8 lines 0 comments Download
A + third_party/WebKit/Source/bindings/tests/results/modules/VoidCallbackFunctionModules.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/testing/CallbackFunctionTest.h View 1 2 2 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/testing/CallbackFunctionTest.cpp View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBaseTest.cpp View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.h View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.cpp View 1 2 2 chunks +5 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserverTest.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
bashi
PTAL
4 years, 2 months ago (2016-09-30 07:06:10 UTC) #4
peria
It seems reasonable to me to have 'V8' prefix to show those classes handle v8::Local ...
4 years, 2 months ago (2016-09-30 07:31:45 UTC) #5
bashi
On 2016/09/30 07:31:45, peria wrote: > It seems reasonable to me to have 'V8' prefix ...
4 years, 2 months ago (2016-09-30 07:53:14 UTC) #6
bashi
https://codereview.chromium.org/2383613003/diff/1/third_party/WebKit/Source/core/timing/PerformanceObserver.h File third_party/WebKit/Source/core/timing/PerformanceObserver.h (right): https://codereview.chromium.org/2383613003/diff/1/third_party/WebKit/Source/core/timing/PerformanceObserver.h#newcode21 third_party/WebKit/Source/core/timing/PerformanceObserver.h:21: class PerformanceObserverCallback; On 2016/09/30 07:31:44, peria wrote: > alphabetical ...
4 years, 2 months ago (2016-09-30 07:53:57 UTC) #7
lkawai
LGTM
4 years, 2 months ago (2016-09-30 08:03:39 UTC) #8
Yuki
lgtm
4 years, 2 months ago (2016-09-30 08:06:24 UTC) #9
peria
On 2016/09/30 07:53:14, bashi1 wrote: > On 2016/09/30 07:31:45, peria wrote: > > It seems ...
4 years, 2 months ago (2016-09-30 08:08:04 UTC) #10
bashi
On 2016/09/30 08:08:04, peria wrote: > On 2016/09/30 07:53:14, bashi1 wrote: > > On 2016/09/30 ...
4 years, 2 months ago (2016-09-30 09:30:09 UTC) #11
haraken
LGTM
4 years, 2 months ago (2016-09-30 13:11:46 UTC) #12
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/2383613003/40001
4 years, 2 months ago (2016-10-04 01:00:18 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-04 01:05:34 UTC) #20
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 01:07:28 UTC) #22
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7395f42e6c47b2e75ea28b0c4db644fd7a25b07a
Cr-Commit-Position: refs/heads/master@{#422646}

Powered by Google App Engine
This is Rietveld 408576698