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

Issue 2806263002: Rename blink::AtomicString::Lower() to DeprecatedLower(). (Closed)

Created:
3 years, 8 months ago by tkent
Modified:
3 years, 8 months ago
Reviewers:
Yuta Kitamura
CC:
aboxhall+watch_chromium.org, aboxhall, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, chromium-reviews, dglazkov+blink, dmazzoni+watch_chromium.org, dmazzoni, dominicc+watchlist_chromium.org, dougt+watch_chromium.org, dtseng+watch_chromium.org, eae+blinkwatch, eric.carlson_apple.com, fs, gavinp+prerender_chromium.org, gavinp+loader_chromium.org, gasubic, haraken, Nate Chapin, jchaffraix+rendering, je_julie, kinuko+watch, leviw+renderwatch, loading-reviews+fetch_chromium.org, loading-reviews_chromium.org, loading-reviews+parser_chromium.org, nektar+watch_chromium.org, nektarios, pdr+renderingwatchlist_chromium.org, rwlbuis, sof, nessy, szager+layoutwatch_chromium.org, tyoshino+watch_chromium.org, webcomponents-bugzilla_chromium.org, Yoav Weiss, yuzo+watch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename blink::AtomicString::Lower() to DeprecatedLower(). Lower() is confusing, and is misused frequently. BUG=627682 Review-Url: https://codereview.chromium.org/2806263002 Cr-Commit-Position: refs/heads/master@{#463237} Committed: https://chromium.googlesource.com/chromium/src/+/599385089a2e09580b86528bad3814db9510ec1e

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update a comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -26 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/properties/CSSPropertyAPIContent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 3 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/InputMethodController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLEmbedElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLLinkElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLObjectElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLTrackElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutQuote.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/accessibility/AXNodeObject.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/CrossOriginAccessControl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/HTTPParsers.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/AtomicString.h View 1 1 chunk +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (11 generated)
tkent
yutak@, would you review this please?
3 years, 8 months ago (2017-04-10 08:16:05 UTC) #5
Yuta Kitamura
lgtm https://codereview.chromium.org/2806263002/diff/1/third_party/WebKit/Source/platform/wtf/text/AtomicString.h File third_party/WebKit/Source/platform/wtf/text/AtomicString.h (right): https://codereview.chromium.org/2806263002/diff/1/third_party/WebKit/Source/platform/wtf/text/AtomicString.h#newcode173 third_party/WebKit/Source/platform/wtf/text/AtomicString.h:173: AtomicString DeprecatedLower() const; I would slightly prefer renaming ...
3 years, 8 months ago (2017-04-10 08:34:09 UTC) #8
tkent
https://codereview.chromium.org/2806263002/diff/1/third_party/WebKit/Source/platform/wtf/text/AtomicString.h File third_party/WebKit/Source/platform/wtf/text/AtomicString.h (right): https://codereview.chromium.org/2806263002/diff/1/third_party/WebKit/Source/platform/wtf/text/AtomicString.h#newcode173 third_party/WebKit/Source/platform/wtf/text/AtomicString.h:173: AtomicString DeprecatedLower() const; On 2017/04/10 at 08:34:09, Yuta Kitamura ...
3 years, 8 months ago (2017-04-10 08:45:22 UTC) #9
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/2806263002/20001
3 years, 8 months ago (2017-04-10 12:49:39 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-10 12:56:10 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/599385089a2e09580b86528bad38...

Powered by Google App Engine
This is Rietveld 408576698