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

Issue 2373983006: reflow comments in wtf/text (Closed)

Created:
4 years, 2 months ago by Nico
Modified:
4 years, 2 months ago
Reviewers:
dcheng
CC:
chromium-reviews, blink-reviews, blink-reviews-wtf_chromium.org, Mikhail
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

reflow comments in wtf/text BUG=563793 Committed: https://crrev.com/26e2733660998f34f0998a56516c317fcaaa9359 Cr-Commit-Position: refs/heads/master@{#422321}

Patch Set 1 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+193 lines, -140 lines) Patch
M third_party/WebKit/Source/wtf/text/AtomicString.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicString.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/AtomicStringTable.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/Base64.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/CString.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/CString.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/Collator.h View 1 chunk +4 lines, -3 lines 3 comments Download
M third_party/WebKit/Source/wtf/text/StringBuilder.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringBuilderTest.cpp View 3 chunks +10 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringConcatenate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringConcatenate.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImpl.h View 3 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImpl.cpp View 10 chunks +22 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringImplCF.cpp View 3 chunks +15 lines, -12 lines 2 comments Download
M third_party/WebKit/Source/wtf/text/StringOperators.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/StringStatics.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/StringUTF8Adaptor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodec.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecICU.cpp View 8 chunks +19 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecLatin1.cpp View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp View 2 chunks +4 lines, -3 lines 1 comment Download
M third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp View 6 chunks +18 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextCodecUserDefined.cpp View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/TextEncodingRegistry.cpp View 1 chunk +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextPosition.h View 4 chunks +26 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/TextPosition.cpp View 1 chunk +16 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFString.h View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFString.cpp View 4 chunks +8 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/wtf/text/WTFStringTest.cpp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 13 (6 generated)
Nico
4 years, 2 months ago (2016-10-01 02:48:03 UTC) #4
dcheng
lgtm https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/wtf/text/Collator.h File third_party/WebKit/Source/wtf/text/Collator.h (right): https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/wtf/text/Collator.h#newcode54 third_party/WebKit/Source/wtf/text/Collator.h:54: Collator(const char* locale); If we just add explicit ...
4 years, 2 months ago (2016-10-01 03:06:14 UTC) #5
Nico
thanks! https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/wtf/text/Collator.h File third_party/WebKit/Source/wtf/text/Collator.h (right): https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/wtf/text/Collator.h#newcode54 third_party/WebKit/Source/wtf/text/Collator.h:54: Collator(const char* locale); On 2016/10/01 03:06:14, dcheng wrote: ...
4 years, 2 months ago (2016-10-01 16:42:24 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/2373983006/1
4 years, 2 months ago (2016-10-01 16:42:43 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-01 16:48:02 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/26e2733660998f34f0998a56516c317fcaaa9359 Cr-Commit-Position: refs/heads/master@{#422321}
4 years, 2 months ago (2016-10-01 16:49:59 UTC) #12
Nico
4 years, 2 months ago (2016-10-01 16:54:52 UTC) #13
Message was sent while issue was closed.
https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/w...
File third_party/WebKit/Source/wtf/text/Collator.h (right):

https://codereview.chromium.org/2373983006/diff/1/third_party/WebKit/Source/w...
third_party/WebKit/Source/wtf/text/Collator.h:54: Collator(const char* locale);
On 2016/10/01 16:42:24, Nico (mostly away until Oct 3) wrote:
> On 2016/10/01 03:06:14, dcheng wrote:
> > If we just add explicit here, will things still build?
> 
> I don't know. I can try in a separate CL.

here: https://codereview.chromium.org/2383163003

Powered by Google App Engine
This is Rietveld 408576698