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

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

Created:
3 years, 8 months ago by Yuta Kitamura
Modified:
3 years, 8 months ago
Reviewers:
haraken
CC:
chromium-reviews, shans, qsr+mojo_chromium.org, tzik, blink-reviews-platform-graphics_chromium.org, dshwang, eae+blinkwatch, dcheng, lunalu1, kinuko+watch, abarth-chromium, rwlbuis, Yoav Weiss, krit, drott+blinkwatch_chromium.org, Aaron Boodman, viettrungluu+watch_chromium.org, Justin Novosad, hongchan, dglazkov+blink, Rik, gavinp+loader_chromium.org, iclelland, blink-reviews, ajuma+watch_chromium.org, Eric Willigers, rjwright, Mads Ager (chromium), nhiroki, Raymond Toy, loading-reviews_chromium.org, tommyw+watchlist_chromium.org, fuzzing_chromium.org, yzshen+watch_chromium.org, darktears, piman+watch_chromium.org, Nate Chapin, darin (slow to review), tyoshino+watch_chromium.org, dtapuska+blinkwatch_chromium.org, gavinp+prerender_chromium.org, blink-reviews-animation_chromium.org, scheduler-bugs_chromium.org, pdr+graphicswatchlist_chromium.org, fmalita+watch_chromium.org, blink-reviews-events_chromium.org, mac-reviews_chromium.org, oilpan-reviews, Stephen Chennney, kouhei+heap_chromium.org, kinuko+fileapi
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. 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 restriction is lifted to platform/ level. Duplicated entries in the subdirectories are removed. BUG=691465 R=haraken@chromium.org Review-Url: https://codereview.chromium.org/2810413002 Cr-Commit-Position: refs/heads/master@{#464353} Committed: https://chromium.googlesource.com/chromium/src/+/4e52b3f47ede65dcc6b52dc31fd59a92bb31f6cf

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+411 lines, -472 lines) Patch
M third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/AsyncMethodRunner.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/CalculationValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/ColorSuggestion.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/ContentSettingCallbacks.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/ContentSettingCallbacks.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/ContextMenu.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/ContextMenuItem.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/CrossThreadCopier.h View 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/platform/CrossThreadCopier.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/CrossThreadFunctional.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Crypto.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/CryptoResult.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Cursor.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/DateComponents.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/DateComponents.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/Decimal.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/Decimal.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/DecimalTest.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/DragImage.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/DragImage.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/DragImageTest.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/EventDispatchForbiddenScope.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/FileChooser.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/FileMetadata.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/FrameViewBase.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/FrameViewBase.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Histogram.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/HostWindow.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/InstanceCounters.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/KillRing.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Language.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Language.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LayoutLocale.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/LayoutLocale.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/LayoutTestSupport.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LayoutTestSupport.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LayoutUnit.h View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/LayoutUnit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Length.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/LengthBox.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LengthPoint.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LengthSize.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/LifecycleNotifier.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/LinkHash.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/LinkHash.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/MemoryCoordinator.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/MemoryCoordinator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PODArena.h View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/PODArenaTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODFreeListArena.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODInterval.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODIntervalTree.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/PODIntervalTreeTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PODRedBlackTree.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/PODRedBlackTreeTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PartitionAllocMemoryDumpProvider.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PlatformResourceLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PluginScriptForbiddenScope.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/PluginScriptForbiddenScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Prerender.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/ScopedOrientationChangeIndicator.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/ScopedOrientationChangeIndicator.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/ScriptForbiddenScope.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/ScriptForbiddenScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/SecureTextInput.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/SerializedResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBuffer.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBuffer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBufferChunkReader.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/SharedBufferTest.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/StorageQuotaCallbacks.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/Supplementable.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/TextCodecFuzzer.cpp View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/Theme.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/Timer.h View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/Timer.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/TimerTest.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/UUID.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/UUID.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/UserGestureIndicator.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/UserGestureIndicator.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/UserGestureIndicatorTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WaitableEvent.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/WaitableEvent.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/WebFrameScheduler.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WebIconSizesParser.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/WebIconSizesParserTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WebScheduler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WebTaskRunner.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/WebThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/WebThreadSupportingGC.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/WebThreadSupportingGC.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/WebVectorTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/animation/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/platform/audio/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobData.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobData.cpp View 1 chunk +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobDataTest.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobRegistry.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobRegistry.cpp View 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobURL.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobURL.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/clipboard/ClipboardUtilities.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/clipboard/ClipboardUtilitiesWin.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/credentialmanager/PlatformCredential.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/credentialmanager/PlatformFederatedCredential.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/credentialmanager/PlatformPasswordCredential.h View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/platform/exported/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/feature_policy/FeaturePolicyFuzzer.cpp View 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/WebKit/Source/platform/fonts/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/geometry/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/CompositorElementId.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/gpu/ImageLayerBridge.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/heap/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/platform/image-decoders/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/ImageEncoderUtils.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoder.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/JPEGImageEncoderTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/PNGImageEncoder.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/image-encoders/WEBPImageEncoder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/instrumentation/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/platform/json/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/loader/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/BlockExceptions.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mac/BlockExceptions.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mac/ColorMac.mm View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/GraphicsContextCanvas.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mac/LocalCurrentGraphicsContext.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/mac/ThemeMac.mm View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamCenter.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamComponent.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamDescriptor.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamSource.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/mediastream/MediaStreamWebAudioSource.h View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/ArchiveResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLParser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/mojo/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/network/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/peerconnection/RTCSessionDescriptionRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/peerconnection/RTCStatsRequest.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/peerconnection/RTCStatsResponseBase.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/peerconnection/RTCVoidRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/plugins/PluginData.h View 1 chunk +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/plugins/PluginListBuilder.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/testing/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/Source/platform/text/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
D third_party/WebKit/Source/platform/transforms/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/weborigin/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/wtf/CryptographicallyRandomNumber.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/HashTable.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/dtoa/double-conversion.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/dtoa/utils.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/AtomicString.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/StringConcatenate.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/WTFString.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/wtf/text/WTFString.cpp 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 06:51:48 UTC) #3
haraken
rs LGTM
3 years, 8 months ago (2017-04-13 06:52:47 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/2810413002/1
3 years, 8 months ago (2017-04-13 08:43:18 UTC) #8
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 09:15:43 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/4e52b3f47ede65dcc6b52dc31fd5...

Powered by Google App Engine
This is Rietveld 408576698