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

Issue 2818613003: Rewrite references to "wtf/" to "platform/wtf/" in core/frame. (Closed)

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken, Nate Chapin
CC:
chromium-reviews, blink-reviews-style_chromium.org, mlamouri+watch-blink_chromium.org, dcheng, fuzzing_chromium.org, timvolodine, blink-reviews, blink-reviews-frames_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in core/frame. 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=japhet@chromium.org Review-Url: https://codereview.chromium.org/2818613003 Cr-Commit-Position: refs/heads/master@{#464343} Committed: https://chromium.googlesource.com/chromium/src/+/3b8cd5612815432d74825a69c4431ea4968e7050

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+148 lines, -144 lines) Patch
M third_party/WebKit/Source/core/frame/ContentSettingsClient.h View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/core/frame/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMTimer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMTimer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindowBase64.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindowBase64.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DOMWindowTimers.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/DeprecatedScheduleStyleRecalcDuringLayout.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Deprecation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/EventHandlerRegistry.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Frame.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameConsole.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameConsole.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameLifecycle.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameLifecycle.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameSerializer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameSerializer.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.h View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/History.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/History.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/HostsUsingFeatures.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/ImageBitmap.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LayoutSubtreeRootList.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalDOMWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrame.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/LocalFrameClient.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/Location.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Navigator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/NavigatorID.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/NavigatorID.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/NavigatorLanguage.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PageScaleConstraints.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/PageScaleConstraintsSet.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PerformanceMonitor.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PerformanceMonitor.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PlatformEventDispatcher.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/PlatformEventDispatcher.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/RemoteDOMWindow.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/Settings.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/SettingsDelegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/SmartClip.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrity.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrity.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/frame/SubresourceIntegrityTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPDirective.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPDirectiveList.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPSource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/CSPSource.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyFuzzer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/csp/MediaListDirective.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/MediaListDirective.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/SourceListDirective.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/frame/csp/SourceListDirective.cpp View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
Yuta Kitamura
Hi japhet, can you look at this? For context, see my announcement in blink-dev. Thanks!
3 years, 8 months ago (2017-04-13 07:16:06 UTC) #3
haraken
rs LGTM
3 years, 8 months ago (2017-04-13 07:22:53 UTC) #4
Yuta Kitamura
I've got approval from haraken, so I'm landing this now. Please let me know if ...
3 years, 8 months ago (2017-04-13 08:44:27 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/2818613003/1
3 years, 8 months ago (2017-04-13 08:45:06 UTC) #9
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 08:52:33 UTC) #12
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/3b8cd5612815432d74825a69c443...

Powered by Google App Engine
This is Rietveld 408576698