New issue
Advanced search Search tips

Issue 794845 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Aug 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Convert blink::WebTaskRunner to base::SingleThreadedTaskRunner

Project Member Reported by yutak@chromium.org, Dec 14 2017

Issue description

To reduce inter-module abstraction layers, we'd like to remove
blink::WebTaskRunner and replace it with base::SingleThreadedTaskRunner.

WebTaskRunner is already an a subclass of SingleThreadedTaskRunner, but
it has several members that don't exist in SingleThreadedTaskRunner.
We need to remove or move those out of WebTaskRunner.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Dec 15 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/137c61be2db3cbbbdf512f5d9a3be7ef302c08df

commit 137c61be2db3cbbbdf512f5d9a3be7ef302c08df
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 15 11:22:49 2017

Allow base::Location in Blink.

We'd like to use base::Location and FROM_HERE in Blink instead of
blink::WebTraceLocation and BLINK_FROM_HERE.

Regarding a DEPS change in public/platform/scheduler, the only reference
of those names in public/ is in that directory, so I updated the DEPS
file there instead of the one in public/.

Bug:  794845 
Change-Id: I4249abcb727186281229f41a0c81df649de8fbf7
Reviewed-on: https://chromium-review.googlesource.com/826924
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524359}
[modify] https://crrev.com/137c61be2db3cbbbdf512f5d9a3be7ef302c08df/third_party/WebKit/Source/DEPS
[modify] https://crrev.com/137c61be2db3cbbbdf512f5d9a3be7ef302c08df/third_party/WebKit/Tools/Scripts/audit-non-blink-usage.py
[modify] https://crrev.com/137c61be2db3cbbbdf512f5d9a3be7ef302c08df/third_party/WebKit/public/platform/scheduler/DEPS

Project Member

Comment 2 by bugdroid1@chromium.org, Dec 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f0b415f4c2016a041f151dc32e991b24604089b7

commit f0b415f4c2016a041f151dc32e991b24604089b7
Author: Yuta Kitamura <yutak@chromium.org>
Date: Mon Dec 18 09:29:58 2017

Remove WebTraceLocation references from bindings/ & core/.

This patch only does mechanical replacements of the following:
    * WebTraceLocation -> base::Location
    * BLINK_FROM_HERE -> FROM_HERE
    * #include WebTraceLocation.h -> #include "base/location.h"

There is no semantic change.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ie5ab04332d46072a9a1b4d03d3fb4a8b952a5b25
Reviewed-on: https://chromium-review.googlesource.com/831316
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524667}
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorldTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/V8GCForContextDispose.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/bindings/core/v8/V8IdleTaskRunner.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/animation/Animation.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/animation/CompositorMutatorImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/animation/DocumentTimeline.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/animation/PendingAnimations.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/clipboard/DataTransferItem.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/css/CSSSelectorWatch.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ExecutionContext.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/MessagePort.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ModuleMap.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ModuleMapTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ScriptRunner.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/ScriptedIdleTaskControllerTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/events/DOMWindowEventQueue.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/events/DOMWindowEventQueue.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/events/EventQueue.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/events/MediaElementEventQueue.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/dom/events/MediaElementEventQueue.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/editing/FrameCaret.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/editing/finder/TextFinder.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/editing/spellcheck/IdleSpellCheckCallback.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/exported/WebHelperPluginImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/exported/WebPluginContainerImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/fileapi/FileReader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/DOMTimer.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/PausableScriptExecutor.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/PlatformEventController.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/ReportingContext.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLSourceElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLStyleElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/HTMLTrackElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/ExternalPopupMenu.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/HTMLFormControlElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/HTMLInputElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/HTMLSelectElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/SearchInputType.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/forms/SpinButtonElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/imports/HTMLImportTreeRoot.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/media/HTMLMediaElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetector.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/media/MediaRemotingInterstitial.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/track/TextTrackList.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/input/EventHandler.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/input/MouseEventManager.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/inspector/InspectorOverlayAgent.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/intersection_observer/IntersectionObserverController.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/layout/LayoutProgress.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/layout/LayoutText.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/layout/ScrollbarsTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/leak_detector/BlinkLeakDetector.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/IdlenessDetector.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/ImageLoader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/InteractiveDetector.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/InteractiveDetectorTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/LinkLoader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/SubresourceFilter.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/TextTrackLoader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/mojo/MojoWatcher.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/mojo/test/MojoInterfaceInterceptor.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/page/ValidationMessageClientImpl.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/paint/FirstMeaningfulPaintDetector.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/scheduler/VirtualTimeTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/SVGStyleElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/animation/SMILTimeContainer.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/animation/SVGSMILElement.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/svg/graphics/SVGImageChromeClient.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/DedicatedWorkerObjectProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerEventQueue.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerEventQueue.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerThread.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/Worklet.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.cpp
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/workers/WorkletThreadHolder.h
[modify] https://crrev.com/f0b415f4c2016a041f151dc32e991b24604089b7/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp

Project Member

Comment 3 by bugdroid1@chromium.org, Dec 18 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/41f6c8762dca5575d4dfee57457fd6b47a93cad9

commit 41f6c8762dca5575d4dfee57457fd6b47a93cad9
Author: Yuta Kitamura <yutak@chromium.org>
Date: Mon Dec 18 09:31:55 2017

Remove WebTraceLocation references from modules/.

This patch only does mechanical replacements of the following:
    * WebTraceLocation -> base::Location
    * BLINK_FROM_HERE -> FROM_HERE
    * #include WebTraceLocation.h -> #include "base/location.h"

There is no semantic change.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I6d02024027e6aad4ec20ec4d7ebfca201665b4c4
Reviewed-on: https://chromium-review.googlesource.com/831381
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524668}
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/animationworklet/AnimationWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/animationworklet/AnimationWorkletThread.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/animationworklet/AnimationWorkletThreadTest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/audio_output_devices/HTMLMediaElementAudioOutputDevice.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasRenderingContext2D.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/clipboard/ClipboardPromise.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/eventsource/EventSource.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/fetch/BytesConsumer.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/geolocation/GeoNotifier.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegateTest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverflowMenuListElement.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverlayPlayButtonElement.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/media_controls/elements/MediaControlPanelElement.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediacapturefromelement/TimedCanvasDrawListener.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediasession/MediaMetadata.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediasource/MediaSource.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediasource/SourceBuffer.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediasource/SourceBufferList.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/mediastream/MediaStream.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/notifications/Notification.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/payments/PaymentRequestUpdateEvent.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/peerconnection/RTCDTMFSender.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/peerconnection/RTCDataChannel.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/sensor/Sensor.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/sensor/SensorProxy.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/speech/testing/PlatformSpeechSynthesizerMock.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/vibration/VibrationController.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletObjectProxy.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletThread.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webdatabase/Database.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webdatabase/DatabaseManager.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webdatabase/DatabaseThread.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/webmidi/MIDIPort.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
[modify] https://crrev.com/41f6c8762dca5575d4dfee57457fd6b47a93cad9/third_party/WebKit/Source/modules/xr/XRFrameProvider.cpp

Project Member

Comment 4 by bugdroid1@chromium.org, Dec 19 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8a9883b2f174024fa8d257e5fb752a5d087893c8

commit 8a9883b2f174024fa8d257e5fb752a5d087893c8
Author: Yuta Kitamura <yutak@chromium.org>
Date: Tue Dec 19 04:35:52 2017

Remove WebTraceLocation references from platform/.

This patch only does mechanical replacements of the following:
    * WebTraceLocation -> base::Location
    * BLINK_FROM_HERE -> FROM_HERE
    * #include WebTraceLocation.h -> #include "base/location.h"

There is no semantic change.

This patch also does the similar conversion to one core/ file
that was added recently.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I79dcf0c31e450a4bf18835e3a666208208393ce1
Reviewed-on: https://chromium-review.googlesource.com/831771
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524944}
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/AsyncMethodRunner.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/LongTaskDetectorTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/Timer.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/Timer.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/TimerPerfTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/TimerTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/WebTaskRunnerTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/bindings/ScriptWrappableVisitor.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/blob/BlobRegistry.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/MailboxTextureHolder.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/heap/GCTaskRunner.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/heap/ThreadState.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/BufferingDataPipeWriter.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/RawResourceTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/loader/fetch/ResourceResponseTest.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/web_scheduler.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl_unittest.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
[modify] https://crrev.com/8a9883b2f174024fa8d257e5fb752a5d087893c8/third_party/WebKit/Source/platform/threading/BackgroundTaskRunnerTest.cpp

Status: Started (was: Untriaged)
Project Member

Comment 6 by bugdroid1@chromium.org, Dec 21 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/b150c1157b435d4e0dddaa5566eadaf8cd34b3be

commit b150c1157b435d4e0dddaa5566eadaf8cd34b3be
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Dec 21 08:38:12 2017

Remove WebTraceLocation and BLINK_FROM_HERE.

We no longer need those abstraction, and they can be safely replaced
with base::Location and FROM_HERE, respectively.

This patch comes with some leftover use sites that weren't converted
in the previous batch of conversion patches.

Bug:  794845 
Change-Id: I8f771977c29687d0013b3a503b77d60299e4be23
Reviewed-on: https://chromium-review.googlesource.com/832297
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525647}
[modify] https://crrev.com/b150c1157b435d4e0dddaa5566eadaf8cd34b3be/content/shell/renderer/layout_test/blink_test_runner.cc
[modify] https://crrev.com/b150c1157b435d4e0dddaa5566eadaf8cd34b3be/content/shell/test_runner/test_plugin.cc
[modify] https://crrev.com/b150c1157b435d4e0dddaa5566eadaf8cd34b3be/third_party/WebKit/public/BUILD.gn
[delete] https://crrev.com/ed8f21db26cc0be62acf8e258aa949cb59fc2686/third_party/WebKit/public/platform/WebTraceLocation.h
[modify] https://crrev.com/b150c1157b435d4e0dddaa5566eadaf8cd34b3be/third_party/WebKit/public/platform/scheduler/child/webthread_base.h

Project Member

Comment 7 by bugdroid1@chromium.org, Dec 21 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c6c5524751517a627fc2934f7f4acb9d26569a76

commit c6c5524751517a627fc2934f7f4acb9d26569a76
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Dec 21 12:13:13 2017

WebTaskRunner: Define namespace-level CrossThreadTask posting functions.

We plan to remove several WebTaskRunner's member functions so that we
can replace it with plain base::SingleThreadTaskRunner. This patch is
the first step of removing two cross-thread posting functions in
WebTaskRunner.

This patch defines two namespace-level functions that are identical to
WebTaskRunner's existing member functions in terms of their functional-
ities. We are going to migrate all the use sites to the new global
functions, so that we can remove the member functions eventually.

Bug:  794845 
Change-Id: I7700dd5cf222d976ee16c923ca20a65d66ed66f3
Reviewed-on: https://chromium-review.googlesource.com/839162
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525675}
[modify] https://crrev.com/c6c5524751517a627fc2934f7f4acb9d26569a76/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/c6c5524751517a627fc2934f7f4acb9d26569a76/third_party/WebKit/Source/platform/WebTaskRunner.h

Project Member

Comment 8 by bugdroid1@chromium.org, Dec 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/1ebaa6570782efd99a872234e6d88c50eb07e0dc

commit 1ebaa6570782efd99a872234e6d88c50eb07e0dc
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 22 08:43:00 2017

Migrate to namespace-level PostCrossThreadTask() in platform/.

This patch replaces use sites of WebTaskRunner::PostTask() for
CrossThreadTask with a namespace-level function PostCrossThreadTask().

Both functions are identical, and there should be no behavior change.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I58647c581ae7eea8b81fe830b44011bb20bfdcdd
Reviewed-on: https://chromium-review.googlesource.com/842386
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525957}
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/LongTaskDetectorTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/blob/BlobBytesProvider.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/blob/BlobData.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/MailboxTextureHolder.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/loader/fetch/ResourceResponseTest.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp
[modify] https://crrev.com/1ebaa6570782efd99a872234e6d88c50eb07e0dc/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc

Project Member

Comment 9 by bugdroid1@chromium.org, Dec 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/d875eb408fe0814d5b367c2ce9238afece9d4187

commit d875eb408fe0814d5b367c2ce9238afece9d4187
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 22 08:43:32 2017

Migrate to namespace-level PostCrossThreadTask() in modules/.

This patch replaces use sites of WebTaskRunner::PostTask() for
CrossThreadTask with a namespace-level function PostCrossThreadTask().

Both functions are identical, and there should be no behavior change.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ifcf6cbd35663c178bcccb49b3a30a35be130ebca
Reviewed-on: https://chromium-review.googlesource.com/842442
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525958}
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/animationworklet/AnimationWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/time_zone_monitor/TimeZoneMonitorClient.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AudioWorkletMessagingProxy.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/AudioWorkletObjectProxy.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webdatabase/Database.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webdatabase/DatabaseTracker.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/d875eb408fe0814d5b367c2ce9238afece9d4187/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp

Project Member

Comment 10 by bugdroid1@chromium.org, Dec 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/aa8d29ea870f168f50085464ab429282d7fa9e06

commit aa8d29ea870f168f50085464ab429282d7fa9e06
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 22 09:04:00 2017

Migrate to namespace-level PostCrossThreadTask() in bindings/ & core/.

This patch replaces use sites of WebTaskRunner::PostTask() for
CrossThreadTask with a namespace-level function PostCrossThreadTask().

Both functions are identical, and there should be no behavior change.

Bug:  794845 
Change-Id: I85c501e443eaced484013a01749c36a1b13fdab2
Reviewed-on: https://chromium-review.googlesource.com/842385
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525962}
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorldTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/animation/CompositorMutatorImpl.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreator.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/loader/InteractiveDetectorTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/messaging/MessagePort.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/mojo/MojoWatcher.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/DedicatedWorkerObjectProxy.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/SharedWorkerReportingProxy.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/ThreadedObjectProxyBase.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/WorkerThread.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.cpp
[modify] https://crrev.com/aa8d29ea870f168f50085464ab429282d7fa9e06/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.cpp

Project Member

Comment 11 by bugdroid1@chromium.org, Dec 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/ef414c066331d7648d32d21da3b81f06e5058458

commit ef414c066331d7648d32d21da3b81f06e5058458
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 22 10:54:16 2017

Remove WebTaskRunner::PostTask() for CrossThreadClosure.

All the use sites were removed. New code must use namespace-level
PostCrossThreadTask() function.

Bug:  794845 
Change-Id: I683696aebc1ebc04a301c61cf0e6a1436255c731
Reviewed-on: https://chromium-review.googlesource.com/842609
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525971}
[modify] https://crrev.com/ef414c066331d7648d32d21da3b81f06e5058458/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/ef414c066331d7648d32d21da3b81f06e5058458/third_party/WebKit/Source/platform/WebTaskRunner.h

Project Member

Comment 12 by bugdroid1@chromium.org, Dec 22 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/46a95b5e5e2927310ca676cfad084aa4bb08e6a1

commit 46a95b5e5e2927310ca676cfad084aa4bb08e6a1
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Dec 22 16:12:36 2017

Remove WebTaskRunner::PostDelayedTask() for CrossThreadClosure.

This patch removes WebTaskRunner::PostDelayedTask() for CrossThread-
Closure. New code must use a new namespace-level PostDelayedCrossThread-
Task() instead. These are functionally identical.

This patch also converts all the existing usage. Since the number of the
use sites is small, it's convenient to do migration and removal together.

Bug:  794845 
Change-Id: I8c9deafe1e6fbc6c23c9d38864b97d9396e72320
Reviewed-on: https://chromium-review.googlesource.com/842962
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#526002}
[modify] https://crrev.com/46a95b5e5e2927310ca676cfad084aa4bb08e6a1/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/46a95b5e5e2927310ca676cfad084aa4bb08e6a1/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/46a95b5e5e2927310ca676cfad084aa4bb08e6a1/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/46a95b5e5e2927310ca676cfad084aa4bb08e6a1/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/46a95b5e5e2927310ca676cfad084aa4bb08e6a1/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc

Project Member

Comment 13 by bugdroid1@chromium.org, Jan 11 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/324d9c81946ecb9e4f41f0d4215cdd157f195d6a

commit 324d9c81946ecb9e4f41f0d4215cdd157f195d6a
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Jan 11 08:04:57 2018

Add namespace-level Post[Delayed]CancellableTask().

Currently, we plan to move WebTaskRunner::Post[Delayed]CancellableTask()
out of WebTaskRunner class. This patch is the first step of this work;
this patch adds the namespace-level functions with the same names so we
can start migrate the existing call sites of WebTaskRunner members to
namespace-level ones.

Bug:  794845 
Change-Id: I2d439901ac71ed98bf767a4fcb0a2af96d4513fe
Reviewed-on: https://chromium-review.googlesource.com/856056
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#528578}
[modify] https://crrev.com/324d9c81946ecb9e4f41f0d4215cdd157f195d6a/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/324d9c81946ecb9e4f41f0d4215cdd157f195d6a/third_party/WebKit/Source/platform/WebTaskRunner.h

Project Member

Comment 14 by bugdroid1@chromium.org, Jan 12 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d

commit 5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Jan 12 05:24:19 2018

Remove all the obsolete calls of WebTaskRunner::Post[Delayed]CancellableTask().

This patch removes all the use sites of WebTaskRunner::Post[Delayed]-
CancellableTask(), which is now obsolete in favor of namespace-level
functions with the same names.

The number of the existing use sites was relatively small, so this patch
removes the use sites and the definitions of the obsolete functions at
once.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ieabcfa2e3502d42f9ebccbda4908b88579799a21
Reviewed-on: https://chromium-review.googlesource.com/861598
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#528885}
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/frame/PlatformEventController.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/html/HTMLDetailsElement.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/html/HTMLSourceElement.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/html/media/HTMLMediaElement.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/loader/ImageLoader.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/loader/NavigationScheduler.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/core/workers/WorkerThread.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/modules/media_controls/elements/MediaControlOverflowMenuListElement.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/modules/sensor/Sensor.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/WebTaskRunnerTest.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
[modify] https://crrev.com/5c1e2ef8429b3a7b1d5aa1c4c038df6f8802b15d/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm

Project Member

Comment 15 by bugdroid1@chromium.org, Jan 25 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a76341608ab75fed6fd808e1cba17f8934a41b1b

commit a76341608ab75fed6fd808e1cba17f8934a41b1b
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Jan 25 07:36:01 2018

Allow base::{Time,TimeDelta,TimeTicks} in Blink.

As of crrev.com/531516, all of the WTF counterparts of those base
classes are now simple aliases to the base ones. Now, we can start
using the base classes in Blink.

Bug: 763980,  794845 
Change-Id: Ica8d81549ed6d7fd4f56ed03d22562c973e8a00e
Reviewed-on: https://chromium-review.googlesource.com/886041
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531841}
[modify] https://crrev.com/a76341608ab75fed6fd808e1cba17f8934a41b1b/third_party/WebKit/Source/DEPS
[modify] https://crrev.com/a76341608ab75fed6fd808e1cba17f8934a41b1b/third_party/WebKit/Tools/Scripts/audit-non-blink-usage.py

Project Member

Comment 16 by bugdroid1@chromium.org, Jan 25 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/bde15e9ce39da7110472b18623781ccf3d4a2aa3

commit bde15e9ce39da7110472b18623781ccf3d4a2aa3
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Jan 25 09:49:48 2018

Add a function to get current virtual time to WebScheduler.

This patch adds a new function to WebScheduler so that Timer can obtain
the current virtual time without using WebTaskRunner::Monotonically-
IncreasingVirtualTimeSeconds().

WebTaskRunner::MonotonicallyIncreasingVirtualTimeSeconds() is not
deleted in this patch, though, because there are some tests using it
and they deserve a separate patch.

Bug:  794845 
Change-Id: I21c2f7accc86c7216ee917e5c29bc0ad3ec44b07
Reviewed-on: https://chromium-review.googlesource.com/882703
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531860}
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/core/dom/ScriptedIdleTaskControllerTest.cpp
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/Timer.cpp
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/Timer.h
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/scheduler/child/web_scheduler.h
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.cc
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.cc
[modify] https://crrev.com/bde15e9ce39da7110472b18623781ccf3d4a2aa3/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.h

Project Member

Comment 17 by bugdroid1@chromium.org, Jan 26 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c4e3de1eb4aa66fe3aea82037595ee62a435f44c

commit c4e3de1eb4aa66fe3aea82037595ee62a435f44c
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Jan 26 23:46:42 2018

Allow #include of base/single_thread_task_runner.h in Blink.

The use of base::SingleThreadTaskRunner is already allowed according
to audit-non-blink-usage.py, but #include of the header was not
allowed except in Source/platform/.

This patch allows the include in the other places of Source/.

base::SingleThreadTaskRunner will be used much more frequently in
Blink, after we finish the conversion of WebTaskRunner. This change
prepares for it.

Bug: 763980,  794845 
Change-Id: Iab0ed63f23efdfcb05df0b219bbed98e53f36f9c
Reviewed-on: https://chromium-review.googlesource.com/888300
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532093}
[modify] https://crrev.com/c4e3de1eb4aa66fe3aea82037595ee62a435f44c/third_party/WebKit/Source/DEPS
[modify] https://crrev.com/c4e3de1eb4aa66fe3aea82037595ee62a435f44c/third_party/WebKit/Source/platform/DEPS

Project Member

Comment 18 by bugdroid1@chromium.org, Jan 27 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/02991b92772b91d8e142dca925a8c9b3b3aae1e3

commit 02991b92772b91d8e142dca925a8c9b3b3aae1e3
Author: Yuta Kitamura <yutak@chromium.org>
Date: Sat Jan 27 16:51:46 2018

Remove WebTaskRunner::MonotonicallyIncreasingVirtualTimeSeconds().

This patch removes a method from WebTaskRunner. At this point, WebTask-
Runner is functionally identical to base::SingleThreadTaskRunner, and
we can start working on the actual removal of WebTaskRunner.

WebViewSchedulerImplTest is also modified so it doesn't depend on the
removed function.

Bug:  794845 
Change-Id: I2945c890e7e957f7187103f46f71a314c77c90fb
Reviewed-on: https://chromium-review.googlesource.com/888378
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532229}
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.cc
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
[modify] https://crrev.com/02991b92772b91d8e142dca925a8c9b3b3aae1e3/third_party/WebKit/Source/platform/scheduler/test/renderer_scheduler_test_support.cc

Project Member

Comment 19 by bugdroid1@chromium.org, Jan 30 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c32b18d4361a2a2aa27ce70fbc78c771930c3caf

commit c32b18d4361a2a2aa27ce70fbc78c771930c3caf
Author: Yuta Kitamura <yutak@chromium.org>
Date: Tue Jan 30 04:13:00 2018

Make WebTaskRunner an alias to base::SingleThreadTaskRunner.

WebTaskRunner has become functionally identical to base::SingleThread-
TaskRunner, and we can start removing this extra indirection.

This patch makes WebTaskRunner a type alias to base::SingleThreadTask-
Runner. This essentially removes WebTaskRunner, and lets all the Blink
code use base::SingleThreadTaskRunner instead. There are a lot of
references of the name WebTaskRunner in the code base, though; they will
be fixed in follow-up patches.

The code in platform/scheduler is handled differently; all the
references of WebTaskRunner are actually rewritten to base::Single-
ThreadTaskRunner. This is to avoid recursive dependency that would be
caused by the #include of WebTaskRunner.h.

This special treatment in platform/scheduler produces some strange class
names and function names, like WebTaskRunnerImpl. Those names will be
fixed in a later patch.

In the whole code base, there were many forward declarations of
WebTaskRunner. They no longer work, so they are replaced with #include
WebTaskRunner.h for now. They will eventually become base::SingleThread-
TaskRunner and #include single_thread_task_runner.h, respectively.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I428e4189942923456eb56bd04e17646b0b4b40bc
Reviewed-on: https://chromium-review.googlesource.com/890693
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532745}
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/content/test/mock_webassociatedurlloader.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/media/blink/mock_webassociatedurlloader.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/dom/ExecutionContext.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/loader/FrameFetchContext.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/script/Modulator.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/script/ModulatorImplBase.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/script/ScriptRunner.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/style/FilterOperation.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/testing/DummyModulator.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/modules/webdatabase/Database.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/modules/webgl/WebGLQuery.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/WebFrameScheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/WebThread.cpp
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/web_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler_unittest.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl_unittest.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/test/fake_web_frame_scheduler.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/scheduler/test/renderer_scheduler_test_support.cc
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithMockScheduler.cpp
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/public/platform/Platform.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/public/platform/WebThread.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/public/platform/scheduler/test/renderer_scheduler_test_support.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/third_party/WebKit/public/web/WebAssociatedURLLoader.h
[modify] https://crrev.com/c32b18d4361a2a2aa27ce70fbc78c771930c3caf/tools/v8_context_snapshot/v8_context_snapshot_generator.cc

Project Member

Comment 21 by bugdroid1@chromium.org, Jan 30 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/6d76b403dc86ff3801af176e29952cad0f0cd9a6

commit 6d76b403dc86ff3801af176e29952cad0f0cd9a6
Author: Yuta Kitamura <yutak@chromium.org>
Date: Tue Jan 30 12:05:56 2018

Mass rename WebTaskRunner -> base::SingleThreadTaskRunner in modules/.

WebTaskRunner is being deprecated. Use SingleThreadTaskRunner instead.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I7e4235744a65aaee263e388960366ed2cbebd941
Reviewed-on: https://chromium-review.googlesource.com/893018
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532846}
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/clipboard/ClipboardPromise.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/clipboard/ClipboardPromise.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/crypto/SubtleCrypto.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/exported/WebEmbeddedWorkerImpl.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegate.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/peerconnection/RTCPeerConnection.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/presentation/PresentationAvailabilityState.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/quota/DeprecatedStorageInfo.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuota.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/serviceworkers/WebEmbeddedWorkerImplTest.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webdatabase/Database.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webdatabase/Database.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webdatabase/SQLTransactionClient.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webgl/WebGLQuery.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/WebSocketHandle.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
[modify] https://crrev.com/6d76b403dc86ff3801af176e29952cad0f0cd9a6/third_party/WebKit/Source/modules/xr/XRFrameProvider.cpp

Project Member

Comment 22 by bugdroid1@chromium.org, Jan 31 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/8d3890cbac1386d897ea978fbac147832b79c395

commit 8d3890cbac1386d897ea978fbac147832b79c395
Author: Yuta Kitamura <yutak@chromium.org>
Date: Wed Jan 31 09:01:05 2018

Mass rename WebTaskRunner -> base::SingleThreadTaskRunner in core/.

WebTaskRunner is being deprecated. Use SingleThreadTaskRunner instead.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Id7550222db748583b9e7fc1449a14964b9a497c3
Reviewed-on: https://chromium-review.googlesource.com/895064
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533236}
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/animation/Animation.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/dom/Document.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/dom/ExecutionContext.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/dom/ScriptedIdleTaskControllerTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/editing/FrameCaret.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/editing/FrameCaret.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/exported/WebDevToolsAgentImpl.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/fetch/BytesConsumer.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/fetch/BytesConsumerForDataConsumerHandle.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/fetch/BytesConsumerTestUtil.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/fetch/BytesConsumerTestUtil.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/DOMTimer.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/DOMTimer.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/FrameTestHelpers.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/LocalFrame.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/LocalFrame.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/LocalFrameView.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/ReportingContext.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/RootFrameViewport.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/VisualViewport.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/VisualViewport.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/HTMLLinkElement.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/canvas/HTMLCanvasElement.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/media/MediaRemotingInterstitial.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/media/PictureInPictureInterstitial.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/layout/custom/LayoutWorkletGlobalScopeProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/layout/custom/LayoutWorkletGlobalScopeProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/EmptyClients.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/FrameFetchContext.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/LinkLoader.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/LinkLoader.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/SubresourceFilter.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinker.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/resource/FontResource.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/loader/resource/ImageResource.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/messaging/MessagePort.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/mojo/MojoWatcher.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/mojo/test/MojoInterfaceInterceptor.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/Modulator.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/ModulatorImplBase.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/ModulatorImplBase.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/ModuleMap.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/ModuleMapTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/script/ScriptRunner.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/ClipPathOperation.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/ClipPathOperation.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/FilterOperation.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/FilterOperation.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/FilterOperations.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/style/FilterOperations.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/svg/SVGElementProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/svg/SVGElementProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/testing/DummyModulator.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/testing/DummyModulator.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/testing/NullExecutionContext.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/timing/PerformanceBase.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/MainThreadWorkletGlobalScope.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkerInspectorProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkerOrWorkletGlobalScope.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkerThread.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/Worklet.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.h
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.cpp
[modify] https://crrev.com/8d3890cbac1386d897ea978fbac147832b79c395/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h

Project Member

Comment 23 by bugdroid1@chromium.org, Feb 1 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/196e6562a10e5816c66dc5166656080fa1979798

commit 196e6562a10e5816c66dc5166656080fa1979798
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 01 05:23:17 2018

Mass rename WebTaskRunner -> base::SingleThreadTaskRunner in platform/.

WebTaskRunner is being deprecated. Use SingleThreadTaskRunner instead.

Some files in core/ are also updated due to a change in #include
dependency.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Idd1b01cba2be5a48eb0233058dbcad7e97c4dad1
Reviewed-on: https://chromium-review.googlesource.com/895130
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533571}
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/core/dom/Document.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/core/html/HTMLSourceElement.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/AsyncMethodRunner.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/Timer.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/Timer.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/TimerTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/bindings/Microtask.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/blob/BlobData.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/blob/BlobRegistry.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/BitmapImage.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/MailboxTextureHolder.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/TextureHolder.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/graphics/test/FakeScrollableArea.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/heap/GCTaskRunner.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/BufferingDataPipeWriter.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/BufferingDataPipeWriter.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/RawResource.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/RawResource.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/Resource.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/ResourceClient.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/scroll/ScrollbarTestSuite.h
[modify] https://crrev.com/196e6562a10e5816c66dc5166656080fa1979798/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp

Project Member

Comment 24 by bugdroid1@chromium.org, Feb 1 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/f712ff2ecc03bc673ab4381ea0698c371a627a01

commit f712ff2ecc03bc673ab4381ea0698c371a627a01
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 01 09:35:15 2018

Remove WebTaskRunner alias.

Nobody (almost) uses the WebTaskRunner alias any more. It can be
removed now.

The files WebTaskRunner.{h,cpp} remain, since they contain several
other functions. We would perhaps like to rename them.

Bug:  794845 
Change-Id: Ic9d358a4f852420e847fe9d7de7baa4689d2a087
Reviewed-on: https://chromium-review.googlesource.com/896728
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#533611}
[modify] https://crrev.com/f712ff2ecc03bc673ab4381ea0698c371a627a01/third_party/WebKit/Source/core/scheduler/VirtualTimeTest.cpp
[modify] https://crrev.com/f712ff2ecc03bc673ab4381ea0698c371a627a01/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/f712ff2ecc03bc673ab4381ea0698c371a627a01/third_party/WebKit/Source/platform/WebTaskRunner.h

Project Member

Comment 25 by bugdroid1@chromium.org, Feb 8 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/1a8ae6de74a7c37b8c72497138e70f4687ee50ad

commit 1a8ae6de74a7c37b8c72497138e70f4687ee50ad
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 08 01:40:44 2018

Add WebThread::GetTaskRunner(), deprecating two other functions.

Now WebTaskRunner is gone, the function name WebThread::
GetWebTaskRunner() makes little sense. And WebThread also has a member
function GetSingleThreadTaskRunner(), which behaves a bit differently
but is basically conceptually redundant.

This patch adds a single unified function GetTaskRunner(), which
GetWebTaskRunner() and GetSingleThreadTaskRunner() will eventually be
migrated into. It returns the default task queue if the scheduler is
present, or ThreadTaskRunnerHandle::Get() otherwise. The behavior of
the old two functions is changed to match this, which is compatible
with existing use cases.

Bug:  794845 
Change-Id: I8ad5c6ecf68db3ec238b5245b0be2692f3bcd13f
Reviewed-on: https://chromium-review.googlesource.com/903305
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535242}
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/WebThread.cpp
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.cc
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler.h
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.cc
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/public/platform/WebThread.h
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
[modify] https://crrev.com/1a8ae6de74a7c37b8c72497138e70f4687ee50ad/tools/v8_context_snapshot/v8_context_snapshot_generator.cc

Project Member

Comment 26 by bugdroid1@chromium.org, Feb 8 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/12a956f344ebb0fe4b427985b98a5b934152f2b5

commit 12a956f344ebb0fe4b427985b98a5b934152f2b5
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 08 09:37:51 2018

Rename GetWebTaskRunner() to GetTaskRunner() in platform/.

WebThread::GetWebTaskRunner() is deprecated. We are moving to
GetTaskRunner().

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I23282ccf1fa21e4f1b25fd2179a0278a3b139888
Reviewed-on: https://chromium-review.googlesource.com/907916
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535341}
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/LongTaskDetectorTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/MemoryCoordinator.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/WebThreadSupportingGC.h
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/audio/ReverbConvolver.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/blob/BlobBytesProvider.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/CompositorMutatorImpl.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/MailboxTextureHolder.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/BufferingDataPipeWriterTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/MemoryCacheTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/RawResourceTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/ResourceResponseTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/loader/fetch/ResourceTest.cpp
[modify] https://crrev.com/12a956f344ebb0fe4b427985b98a5b934152f2b5/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp

Project Member

Comment 27 by bugdroid1@chromium.org, Feb 8 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9

commit 30aa8d28d475f1c42d9aeb642dad64e7b463b5e9
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 08 09:52:16 2018

Rename GetWebTaskRunner() to GetTaskRunner() in bindings, controller and core.

WebThread::GetWebTaskRunner() is deprecated. We are moving to
GetTaskRunner().

Bug:  794845 
Change-Id: I0c18b010bf7529d9302264b968bcfa5cf9319756
Reviewed-on: https://chromium-review.googlesource.com/907913
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535344}
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorldTest.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/controller/BlinkInitializer.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/fetch/DataConsumerHandleTestUtil.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/html/track/vtt/VTTRegion.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/leak_detector/BlinkLeakDetector.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/loader/EmptyClients.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/loader/InteractiveDetectorTest.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/script/ModuleMapTest.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/testing/NullExecutionContext.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
[modify] https://crrev.com/30aa8d28d475f1c42d9aeb642dad64e7b463b5e9/third_party/WebKit/Source/core/workers/WorkerBackingThread.cpp

Project Member

Comment 28 by bugdroid1@chromium.org, Feb 8 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a5eeff12b16a3506960fbd698d3c2aef444b2d4e

commit a5eeff12b16a3506960fbd698d3c2aef444b2d4e
Author: Yuta Kitamura <yutak@chromium.org>
Date: Thu Feb 08 10:33:38 2018

Rename GetWebTaskRunner() to GetTaskRunner() in modules/.

WebThread::GetWebTaskRunner() is deprecated. We are moving to
GetTaskRunner().

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ibd47315376515d56b1ae2ee2b15869f628cb2e3b
Reviewed-on: https://chromium-review.googlesource.com/907915
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535346}
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegateTest.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/presentation/PresentationAvailabilityState.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/serviceworkers/WaitUntilObserver.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webgl/WebGLQuery.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/a5eeff12b16a3506960fbd698d3c2aef444b2d4e/third_party/WebKit/Source/modules/xr/XRFrameProvider.cpp

Project Member

Comment 29 by bugdroid1@chromium.org, Feb 9 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c

commit 2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Feb 09 09:23:19 2018

Remove WebThread::GetWebTaskRunner().

This patch removes all the remaining references mainly in
platform/scheduler, and actually removes GetWebTaskRunner() function,
which is deprecated.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ie6dc596168a5cc9d84689d379144fe7fd5519a7d
Reviewed-on: https://chromium-review.googlesource.com/910269
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#535673}
[modify] https://crrev.com/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c/third_party/WebKit/Source/modules/webgl/WebGLSync.cpp
[modify] https://crrev.com/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c/third_party/WebKit/Source/platform/WebThread.cpp
[modify] https://crrev.com/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
[modify] https://crrev.com/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler_unittest.cc
[modify] https://crrev.com/2f5a7e6cc72397c678036d8aa1b0b25ddf31e06c/third_party/WebKit/public/platform/WebThread.h

Project Member

Comment 30 by bugdroid1@chromium.org, Feb 14 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/5ee2b9b07be8eabebc1390b521f225da9f837cdf

commit 5ee2b9b07be8eabebc1390b521f225da9f837cdf
Author: Yuta Kitamura <yutak@chromium.org>
Date: Wed Feb 14 09:00:31 2018

Rename WebThread::SingleThreadTaskRunner() to TaskRunner().

SingleThreadTaskRunner() is deprecated, and should be moved to
TaskRunner().

This patch renames all the existing use sites and remove the function.

Bug:  794845 
Change-Id: Id8f8fb48f37262054845cbd5c91f73bc680ab31b
Reviewed-on: https://chromium-review.googlesource.com/918201
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#536684}
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/content/child/blink_platform_impl.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/content/renderer/loader/web_url_request_util.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/content/renderer/render_thread_impl.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/content/shell/renderer/layout_test/blink_test_runner.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/content/shell/test_runner/test_plugin.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/controller/BlinkInitializer.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/WebThread.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/scheduler/child/webthread_base.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/scheduler/child/webthread_impl_for_worker_scheduler_unittest.cc
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/Source/platform/testing/TestingPlatformSupportWithMockScheduler.cpp
[modify] https://crrev.com/5ee2b9b07be8eabebc1390b521f225da9f837cdf/third_party/WebKit/public/platform/WebThread.h

Project Member

Comment 31 by bugdroid1@chromium.org, Feb 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c32ff97cf95dd93780923463341974163f9cb318

commit c32ff97cf95dd93780923463341974163f9cb318
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Feb 16 05:13:05 2018

Rename WebTaskRunnerImpl to TaskRunnerImpl.

WebTaskRunner has became SingleThreadTaskRunner. So, the class name
WebTaskRunnerImpl does not make sense anymore.

Bug:  794845 
Change-Id: Ibdb105e889febe98a1b10f96b2f4547657f3f79d
Reviewed-on: https://chromium-review.googlesource.com/920724
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537208}
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/TimerTest.cpp
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/BUILD.gn
[add] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/child/task_runner_impl.cc
[rename] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/child/task_runner_impl.h
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.cc
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[delete] https://crrev.com/25dbf796378f81fb079870f7c0b7ea927c2d06ef/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.cc
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.cc
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.cc
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.h
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.cc
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl.h
[modify] https://crrev.com/c32ff97cf95dd93780923463341974163f9cb318/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc

Project Member

Comment 32 by bugdroid1@chromium.org, Feb 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/486b5b438302b18f217094b9bd1e956df6c96033

commit 486b5b438302b18f217094b9bd1e956df6c96033
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Feb 16 05:34:04 2018

Rename FakeWebTaskRunner to FakeTaskRunner.

WebTaskRunner is gone, and "Web" prefix does not make sense anymore.

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I88fc46250b6c178886827967240c142bc67a4b83
Reviewed-on: https://chromium-review.googlesource.com/920126
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537217}
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/core/editing/FrameCaretTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/WebTaskRunnerTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/scheduler/BUILD.gn
[rename] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/scheduler/test/fake_task_runner.cc
[rename] https://crrev.com/486b5b438302b18f217094b9bd1e956df6c96033/third_party/WebKit/Source/platform/scheduler/test/fake_task_runner.h

Project Member

Comment 33 by bugdroid1@chromium.org, Feb 16 2018

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/a72c70c7bb723a493b7604708eee99e4463a1498

commit a72c70c7bb723a493b7604708eee99e4463a1498
Author: Yuta Kitamura <yutak@chromium.org>
Date: Fri Feb 16 11:39:54 2018

Remove CreateWebTaskRunnerForTesting().

We no longer have WebTaskRunner, and the function is now essentially
identical to GetSingleThreadTaskRunnerForTesting().

This patch removes CreateWebTaskRunnerForTesting() along with its helper
class, and migrates all the call sites to GetSingleThreadTaskRunnerFor-
Testing().

Bug:  794845 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I11094734d79aca4dbf4d7b191df6adb76cce19c1
Reviewed-on: https://chromium-review.googlesource.com/923869
Reviewed-by: Alexander Timin <altimin@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#537287}
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/Source/platform/graphics/test/FakeScrollableArea.h
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/Source/platform/scheduler/test/renderer_scheduler_test_support.cc
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
[modify] https://crrev.com/a72c70c7bb723a493b7604708eee99e4463a1498/third_party/WebKit/public/platform/scheduler/test/renderer_scheduler_test_support.h

Status: Fixed (was: Started)
This is done!

Sign in to add a comment