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

Issue 2815193003: Rewrite references to "wtf/" to "platform/wtf/" in core/page. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, kenneth.christiansen, shans, rjwright, blink-reviews-animation_chromium.org, dcheng, blink-layers+watch_chromium.org, darktears, blink-reviews, Eric Willigers
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in core/page. 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/2815193003 Cr-Commit-Position: refs/heads/master@{#464355} Committed: https://chromium.googlesource.com/chromium/src/+/e8c6d48de32bc55a2288e219c740636028bf697b

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -84 lines) Patch
M third_party/WebKit/Source/core/page/AutoscrollController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/AutoscrollController.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/ChromeClient.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/ContextMenuController.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/ContextMenuController.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/CreateWindow.h View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/core/page/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/DragController.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragData.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/DragData.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/DragSession.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/DragState.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/EditorClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/FocusController.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/FrameTree.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/FrameTree.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/Page.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/PageAnimator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PagePopup.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PagePopupClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/PagePopupClient.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/PagePopupController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PageVisibilityNotifier.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PageVisibilityState.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/PointerLockController.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/PrintContext.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/page/ScopedPageSuspender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/ScopedPageSuspender.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/SpellCheckerClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/TouchAdjustment.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/TouchDisambiguation.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/ValidationMessageClient.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/WindowFeatures.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/WindowFeatures.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollCustomizationCallbacks.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollState.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollState.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollStateCallback.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/scrolling/SnapCoordinator.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (7 generated)
Yuta Kitamura
haraken: PTAL?
3 years, 8 months ago (2017-04-13 07:55:16 UTC) #3
haraken
LGTM
3 years, 8 months ago (2017-04-13 08:02:14 UTC) #4
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/2815193003/1
3 years, 8 months ago (2017-04-13 09:07:56 UTC) #8
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 09:20:57 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/e8c6d48de32bc55a2288e219c740...

Powered by Google App Engine
This is Rietveld 408576698