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

Issue 2803603004: Rewrite references to "wtf/" to "platform/wtf/" in platform/weborigin. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
Tom Sepez
CC:
chromium-reviews, blink-reviews, kinuko+watch
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in platform/weborigin. 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 updated in order to prevent further introduction of "wtf/". BUG=691465 R=tsepez@chromium.org Review-Url: https://codereview.chromium.org/2803603004 Cr-Commit-Position: refs/heads/master@{#462763} Committed: https://chromium.googlesource.com/chromium/src/+/d644b8c1c3b95774b901bb87c112096056d9bf6c

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -66 lines) Patch
M third_party/WebKit/Source/platform/weborigin/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KURL.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KURL.cpp View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KURLHash.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KURLTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KnownPorts.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/weborigin/KnownPorts.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/Referrer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SchemeRegistry.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SchemeRegistry.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityOriginHash.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityPolicy.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/Suborigin.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/Suborigin.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/SuboriginTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/weborigin/URLSecurityOriginMap.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Yuta Kitamura
tsepez: PTAL? (For context, see my announcement in blink-dev.)
3 years, 8 months ago (2017-04-06 09:34:09 UTC) #3
Tom Sepez
Stampity Stamp LGTM.
3 years, 8 months ago (2017-04-06 16:30:23 UTC) #6
Tom Sepez
On 2017/04/06 16:30:23, Tom Sepez wrote: > Stampity Stamp LGTM. Something to consider for your ...
3 years, 8 months ago (2017-04-06 16:32:45 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/2803603004/1
3 years, 8 months ago (2017-04-07 04:37:43 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/d644b8c1c3b95774b901bb87c112096056d9bf6c
3 years, 8 months ago (2017-04-07 05:17:51 UTC) #12
Yuta Kitamura
3 years, 8 months ago (2017-04-07 05:47:25 UTC) #13
Message was sent while issue was closed.
On 2017/04/06 16:32:45, Tom Sepez wrote:
> On 2017/04/06 16:30:23, Tom Sepez wrote:
> > Stampity Stamp LGTM.
> 
> Something to consider for your sed-fu bag of tricks that is much faster than
> find:
>    sed -i 's/this/that/g' `git grep -l this`

Yeah that's right. I'm aware that my shell-fu has
room for improvement... ;)

Powered by Google App Engine
This is Rietveld 408576698