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

Issue 2812643002: Fix names of local constants after blink rename. (Closed)

Created:
3 years, 8 months ago by Nico
Modified:
3 years, 8 months ago
CC:
darktears, apavlov+blink_chromium.org, atotic+reviews_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-frames_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-style_chromium.org, cbiesinger, chromium-reviews, dglazkov+blink, dgrogan+ng_chromium.org, eae+blinkwatch, emircan+watch+mediarecorder_chromium.org, glebl+reviews_chromium.org, haraken, jchaffraix+rendering, kinuko+watch, leviw+renderwatch, mcasas+mediarecorder_chromium.org, ojan+watch_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, scheduler-bugs_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix names of local constants after blink rename. The blink rename script renamed some constant const kFoos to k_foos. Undo that again manually. No intended behavior change. BUG=578344, 675877 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_layout_ng Review-Url: https://codereview.chromium.org/2812643002 Cr-Commit-Position: refs/heads/master@{#463281} Committed: https://chromium.googlesource.com/chromium/src/+/9b0611279ba80484dfe17163519cabbd5939c935

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -65 lines) Patch
M third_party/WebKit/Source/core/css/cssom/InlineStylePropertyMap.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserFastPathsTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditingCommandTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditorTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/editing/commands/SmartReplaceICU.cpp View 2 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMTimerTest.cpp View 4 chunks +4 lines, -4 lines 3 comments Download
M third_party/WebKit/Source/core/html/HTMLTextAreaElementTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/mediarecorder/MediaRecorder.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/WebVectorTest.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/base/task_queue_selector_unittest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/KeyboardTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 3 chunks +6 lines, -6 lines 1 comment Download

Messages

Total messages: 19 (11 generated)
Nico
3 years, 8 months ago (2017-04-10 14:30:44 UTC) #4
dglazkov
lgtm
3 years, 8 months ago (2017-04-10 14:32:46 UTC) #7
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/2812643002/1
3 years, 8 months ago (2017-04-10 14:33:26 UTC) #10
Dan Elphick
https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp File third_party/WebKit/Source/core/frame/DOMTimerTest.cpp (right): https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp#newcode96 third_party/WebKit/Source/core/frame/DOMTimerTest.cpp:96: const char* g_k_set_interval_script_text = There's also this constant that ...
3 years, 8 months ago (2017-04-10 14:55:43 UTC) #12
Nico
https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp File third_party/WebKit/Source/core/frame/DOMTimerTest.cpp (right): https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp#newcode96 third_party/WebKit/Source/core/frame/DOMTimerTest.cpp:96: const char* g_k_set_interval_script_text = On 2017/04/10 14:55:43, Dan Elphick ...
3 years, 8 months ago (2017-04-10 15:21:40 UTC) #14
Dan Elphick
https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp File third_party/WebKit/Source/core/frame/DOMTimerTest.cpp (right): https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp#newcode96 third_party/WebKit/Source/core/frame/DOMTimerTest.cpp:96: const char* g_k_set_interval_script_text = On 2017/04/10 15:21:40, Nico wrote: ...
3 years, 8 months ago (2017-04-10 15:33:58 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/9b0611279ba80484dfe17163519cabbd5939c935
3 years, 8 months ago (2017-04-10 15:55:55 UTC) #18
dcheng
3 years, 8 months ago (2017-04-10 17:30:46 UTC) #19
Message was sent while issue was closed.
LGTM

https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/w...
File third_party/WebKit/Source/web/tests/WebFrameTest.cpp (right):

https://codereview.chromium.org/2812643002/diff/1/third_party/WebKit/Source/w...
third_party/WebKit/Source/web/tests/WebFrameTest.cpp:5104: static const char*
kFindString = "foo";
Btw, the reason the tool thought that this (and several other things like this)
wasn't a constant is because it wasn't: it's missing a const after char*, so
this can actually be assigned.

Powered by Google App Engine
This is Rietveld 408576698