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

Issue 113213002: Rename toWebCoreString*() utility methods to toCoreString*() (Closed)

Created:
7 years ago by Inactive
Modified:
7 years ago
Reviewers:
haraken, pfeldman, eseidel
CC:
blink-reviews, apavlov+blink_chromium.org, adamk+blink_chromium.org, aandrey+blink_chromium.org, Nils Barth (inactive), caseq+blink_chromium.org, Nate Chapin, arv+blink, yurys+blink_chromium.org, abarth-chromium, marja+watch_chromium.org, devtools-reviews_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, kojih, jsbell+bindings_chromium.org, alph+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, watchdog-blink-watchlist_google.com
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Rename toWebCoreString*() utility methods to toCoreString*() Rename toWebCoreString*() utility methods to toCoreString*() as WebCore no longer exists. R=haraken, pfeldman BUG=327338 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163759

Patch Set 1 #

Patch Set 2 : Keep "to" prefix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+67 lines, -67 lines) Patch
M Source/bindings/scripts/code_generator_v8.pm View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestEventTarget.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/IDBBindingUtilities.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/PageScriptDebugServer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/ScriptCallStackFactory.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/ScriptDebugServer.cpp View 1 7 chunks +11 lines, -11 lines 0 comments Download
M Source/bindings/v8/ScriptEventListener.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptHeapSnapshot.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptPreprocessor.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptProfiler.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/ScriptValue.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 2 chunks +7 lines, -7 lines 0 comments Download
M Source/bindings/v8/V8Initializer.cpp View 1 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/v8/V8WindowShell.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/WorkerScriptController.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8BiquadFilterNodeCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8OscillatorNodeCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8PannerNodeCustom.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/custom/V8WindowCustom.cpp View 1 5 chunks +6 lines, -6 lines 0 comments Download
M Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/inspector/JavaScriptCallFrame.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/ScriptProfile.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Inactive
This is a first step in the direction we discussed on the bug. I am ...
7 years ago (2013-12-11 20:52:11 UTC) #1
eseidel
I would leave them as "to" since that's the pattern in the rest of core/. ...
7 years ago (2013-12-11 22:23:50 UTC) #2
Inactive
On 2013/12/11 22:23:50, eseidel wrote: > I would leave them as "to" since that's the ...
7 years ago (2013-12-12 00:11:24 UTC) #3
haraken
On 2013/12/12 00:11:24, Chris Dumez wrote: > On 2013/12/11 22:23:50, eseidel wrote: > > I ...
7 years ago (2013-12-12 00:18:27 UTC) #4
Inactive
On 2013/12/12 00:18:27, haraken wrote: > On 2013/12/12 00:11:24, Chris Dumez wrote: > > On ...
7 years ago (2013-12-12 00:23:10 UTC) #5
haraken
> > I'd prefer toCoreString() since other conversion methods in V8Binding.h that > can > ...
7 years ago (2013-12-12 00:36:47 UTC) #6
Inactive
> Sorry, my description was the other way. My point is that toXXX() in V8Binding.h ...
7 years ago (2013-12-12 00:39:57 UTC) #7
Inactive
On 2013/12/12 00:39:57, Chris Dumez wrote: > > Sorry, my description was the other way. ...
7 years ago (2013-12-12 01:04:42 UTC) #8
haraken
LGTM, but we should wait for an approval from pfeldman.
7 years ago (2013-12-12 01:10:22 UTC) #9
pfeldman
lgtm. haraken, this is a simple rename, right? why wait for approval :-)
7 years ago (2013-12-12 06:23:09 UTC) #10
haraken
On 2013/12/12 06:23:09, pfeldman wrote: > lgtm. haraken, this is a simple rename, right? why ...
7 years ago (2013-12-12 06:24:14 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/113213002/20001
7 years ago (2013-12-12 06:24:33 UTC) #12
commit-bot: I haz the power
7 years ago (2013-12-12 07:41:36 UTC) #13
Message was sent while issue was closed.
Change committed as 163759

Powered by Google App Engine
This is Rietveld 408576698