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

Issue 110723005: Make calls to AtomicString(const String&) explicit in editing/ (Closed)

Created:
7 years ago by Inactive
Modified:
7 years ago
CC:
blink-reviews, groby+blinkspell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Make calls to AtomicString(const String&) explicit in editing/ Make calls to AtomicString(const String&) explicit in editing/ and avoid useless conversions from String to AtomicString when possible. This is one step towards making the AtomicString(const String&) constructor explicit. This CL takes care only of the editing/ part so that it is more easily reviewable. R=eseidel, abarth BUG=323739 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163805

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M Source/core/editing/ApplyStyleCommand.cpp View 5 chunks +5 lines, -5 lines 2 comments Download
M Source/core/editing/CreateLinkCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditorCommand.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/ReplaceSelectionCommand.cpp View 2 chunks +6 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Inactive
https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp File Source/core/editing/ApplyStyleCommand.cpp (right): https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp#newcode403 Source/core/editing/ApplyStyleCommand.cpp:403: setNodeAttribute(element.get(), styleAttr, AtomicString(inlineStyle->asText())); It seems several callers of asText() ...
7 years ago (2013-12-09 22:44:10 UTC) #1
Inactive
On 2013/12/09 22:44:10, Chris Dumez wrote: > https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp > File Source/core/editing/ApplyStyleCommand.cpp (right): > > https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp#newcode403 ...
7 years ago (2013-12-12 15:38:45 UTC) #2
abarth-chromium
lgtm https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp File Source/core/editing/ApplyStyleCommand.cpp (right): https://codereview.chromium.org/110723005/diff/1/Source/core/editing/ApplyStyleCommand.cpp#newcode403 Source/core/editing/ApplyStyleCommand.cpp:403: setNodeAttribute(element.get(), styleAttr, AtomicString(inlineStyle->asText())); On 2013/12/09 22:44:10, Chris Dumez ...
7 years ago (2013-12-12 18:37:51 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/110723005/1
7 years ago (2013-12-12 18:38:25 UTC) #4
commit-bot: I haz the power
7 years ago (2013-12-12 19:43:24 UTC) #5
Message was sent while issue was closed.
Change committed as 163805

Powered by Google App Engine
This is Rietveld 408576698