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

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, shans, szager+layoutwatch_chromium.org, tzik, dshwang, eae+blinkwatch, fs, dcheng, dominicc+watchlist_chromium.org, apavlov+blink_chromium.org, kinuko+worker_chromium.org, kouhei+svg_chromium.org, rwlbuis, caseq+blink_chromium.org, krit, blink-reviews-css, blink-reviews-html_chromium.org, chasej+watch_chromium.org, blink-reviews-dom_chromium.org, dglazkov+blink, jchaffraix+rendering, Navid Zolghadr, blink-reviews, gyuyoung2, falken+watch_chromium.org, pdr+svgwatchlist_chromium.org, blink-worker-reviews_chromium.org, Eric Willigers, panicker+watch_chromium.org, rjwright, blink-reviews-style_chromium.org, zoltan1, blink-reviews-paint_chromium.org, blink-reviews-layout_chromium.org, sof, nhiroki, lushnikov+blink_chromium.org, darktears, Stephen Chennney, devtools-reviews_chromium.org, tyoshino+watch_chromium.org, dtapuska+blinkwatch_chromium.org, iclelland+watch_chromuim.org, blink-reviews-animation_chromium.org, pdr+renderingwatchlist_chromium.org, leviw+renderwatch, fmalita+watch_chromium.org, shimazu+worker_chromium.org, pfeldman+blink_chromium.org, horo+watch_chromium.org, blink-reviews-frames_chromium.org, kinuko+fileapi, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. 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 rules restricting the use of wtf/ are hoisted up to the core/ level. DEPS restrictions in subdirectories are removed. BUG=691465 R=haraken@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Review-Url: https://codereview.chromium.org/2818083002 Cr-Commit-Position: refs/heads/master@{#464902} Committed: https://chromium.googlesource.com/chromium/src/+/0110828d28809599d256eb7611a94bf2e19377e2

Patch Set 1 #

Patch Set 2 : Rebase. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -273 lines) Patch
M third_party/WebKit/Source/core/CoreExport.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/CoreInitializer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/CoreInitializer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/core/animation/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataObject.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataObject.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataObjectItem.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransfer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/DataTransferItemList.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/DraggedIsolatedFileSystem.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/clipboard/Pasteboard.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/clipboard/Pasteboard.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/css/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/dom/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/editing/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/DOMWindowEventQueue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/ErrorEvent.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/Event.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventDispatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventFactory.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListener.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventListenerMap.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPath.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventQueue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventSender.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventTarget.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/GenericEventQueue.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MessageEvent.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/NavigatorEvents.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/NodeEventContext.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/RegisteredEventListener.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/ScopedEventQueue.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/ScopedEventQueue.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/TreeScopeEventContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/WindowEventContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/Blob.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/File.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileList.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReader.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderSync.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/URLFileAPI.h View 1 chunk +2 lines, -2 lines 0 comments Download
D third_party/WebKit/Source/core/frame/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/html/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/input/GestureManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/KeyboardEventManager.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/TouchEventManager.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/TouchEventManager.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/core/layout/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/loader/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/origin_trials/OriginTrialContext.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/origin_trials/OriginTrialContext.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/core/page/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/paint/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/plugins/PluginView.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/ReadableStreamController.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/streams/Stream.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/style/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/svg/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/testing/CallbackFunctionTest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/DeathAwareScriptWrappable.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/DictionaryTest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/DummyPageHolder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/DummyPageHolder.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/testing/GarbageCollectedScriptWrappable.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/InternalSettings.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/Internals.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRect.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/LayerRectList.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/OriginTrialsTestPartial.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/RecordTest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/testing/UnionTypesTest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/testing/UnionTypesTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/DOMWindowPerformance.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/MemoryInfo.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/MemoryInfo.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceEntry.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceLongTaskTiming.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceMark.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceMeasure.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserver.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceObserverEntryList.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceResourceTiming.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceUserTiming.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceUserTiming.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/TaskAttributionTiming.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/timing/WorkerPerformance.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/WorkerPerformance.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/core/workers/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/core/xml/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 17 (13 generated)
Yuta Kitamura
haraken: PTAL? This is supposed to be the last rewriting patch. After this lands, I'll ...
3 years, 8 months ago (2017-04-14 06:35:37 UTC) #4
haraken
LGTM
3 years, 8 months ago (2017-04-14 18:38:48 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/2818083002/40001
3 years, 8 months ago (2017-04-17 05:19:49 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-04-17 07:32:57 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/0110828d28809599d256eb7611a9...

Powered by Google App Engine
This is Rietveld 408576698