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

Issue 2799683005: Rewrite references to "wtf/" to "platform/wtf/" in platform/text. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, blink-reviews, kinuko+watch, leviw+bidiwatch_chromium.org, mac-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in platform/text. This is essentially the result of the following shell command followed by git cl format: find . -type f -exec sed -i 's/"wtf\//"platform\/wtf\//g' {} \; DEPS is added in order to prevent further introduction of "wtf/". BUG=691465 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2799683005 Cr-Commit-Position: refs/heads/master@{#462777} Committed: https://chromium.googlesource.com/chromium/src/+/e9ce5ebd1722e4c8f07e724e362eb278cf962069

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -178 lines) Patch
M third_party/WebKit/Source/platform/text/BidiCharacterRun.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/BidiContext.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/BidiContext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/BidiResolver.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/BidiRunList.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/BidiTextRun.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/Character.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/Character.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/CharacterTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/platform/text/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/text/DateTimeFormat.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/DateTimeFormat.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/DateTimeFormatTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/DecodeEscapeSequences.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/Hyphenation.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/Hyphenation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/ICUError.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LineEnding.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LineEnding.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleICU.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleICU.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleICUTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleMac.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleMac.mm View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleMacTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleToScriptMapping.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleToScriptMapping.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleWin.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleWin.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/text/LocaleWinTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/PlatformLocale.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/PlatformLocale.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/QuotedPrintable.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/QuotedPrintable.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/SegmentedString.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/text/StringTruncator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/StringTruncator.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/SuffixTree.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TabSize.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextBoundaries.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextBoundaries.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIterator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIterator.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIteratorICU.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIteratorInternalICU.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextBreakIteratorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextCheckerClient.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextChecking.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextEncodingDetectorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextRun.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextRunIterator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/TextStream.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/TextStream.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/UnicodeRange.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/text/UnicodeUtilities.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/text/UnicodeUtilities.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/text/UnicodeUtilitiesTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (7 generated)
Yuta Kitamura
haraken: PTAL?
3 years, 8 months ago (2017-04-06 09:33:40 UTC) #3
haraken
LGTM
3 years, 8 months ago (2017-04-06 11:11:21 UTC) #6
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/2799683005/1
3 years, 8 months ago (2017-04-07 04:18:08 UTC) #8
commit-bot: I haz the power
3 years, 8 months ago (2017-04-07 05:46:30 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/e9ce5ebd1722e4c8f07e724e362e...

Powered by Google App Engine
This is Rietveld 408576698