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

Issue 2795713004: Rewrite references to "wtf/" to "platform/wtf/" in platform/geometry. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, krit, drott+blinkwatch_chromium.org, blink-reviews-platform-graphics_chromium.org, dshwang, pdr+graphicswatchlist_chromium.org, fmalita+watch_chromium.org, Rik, Justin Novosad, blink-reviews, kinuko+watch, ajuma+watch_chromium.org, Stephen Chennney, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in platform/geometry. 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, too, in order to prevent further introduction of "wtf/". BUG=691465 Review-Url: https://codereview.chromium.org/2795713004 Cr-Commit-Position: refs/heads/master@{#462040} Committed: https://chromium.googlesource.com/chromium/src/+/7cd5f9222a2687524aafc477a5416d3c60b6a261

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -102 lines) Patch
M third_party/WebKit/Source/platform/geometry/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoublePoint.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoublePoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoubleRect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoubleRect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoubleRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoubleSize.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/DoubleSize.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatBox.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatBox.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatBoxTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPoint.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPoint.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPoint3D.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPoint3D.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPolygon.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPolygon.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatPolygonTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatQuad.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatQuad.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatQuadTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRect.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRectOutsets.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRoundedRect.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatSize.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/FloatSize.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntPoint.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntPoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntRect.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntRect.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntRectOutsets.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntSize.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntSize.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/IntSizeHash.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutPoint.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutPoint.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRect.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRect.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRectOutsets.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRectOutsets.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutRectTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutSize.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/LayoutSize.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/geometry/Region.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/TransformState.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (10 generated)
Yuta Kitamura
haraken: PTAL? (There was no OWNERS file in platform/geometry)
3 years, 8 months ago (2017-04-05 06:49:26 UTC) #6
haraken
LGTM
3 years, 8 months ago (2017-04-05 06:49:47 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/2795713004/1
3 years, 8 months ago (2017-04-05 07:22:12 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/184157)
3 years, 8 months ago (2017-04-05 07:38:15 UTC) #11
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/2795713004/1
3 years, 8 months ago (2017-04-05 11:03:05 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 12:34:45 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/7cd5f9222a2687524aafc477a541...

Powered by Google App Engine
This is Rietveld 408576698