New issue
Advanced search Search tips

Issue 825768 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

::blink::testing clashes with ::testing and violates the coding standard

Project Member Reported by brat...@opera.com, Mar 26 2018

Issue description

Inside blink there is an ongoing conflict for the code whether
"testing" means ::testing (from gtest) or ::blink::testing. So
far it has been resolved mostly by adding a "::" prefix whenever
::testing was intended, but that is a bit annoying and coding should
not be annoying.

I suggest renaming ::blink::testing to ::blink::test_helpers which
resolves the conflict once and for all and also adheres to the
coding standard that says no sub-namespace may have the same
name as a common top level namespace.

I will upload a CL which is.
 112 files changed, 492 insertions(+), 476 deletions(-)

 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 28 2018

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

commit de351f393e5af7126425768903498b9c7180b951
Author: Daniel Bratell <bratell@opera.com>
Date: Wed Mar 28 15:31:59 2018

Rename ::blink::testing to ::blink::test

Inside blink there is an ongoing conflict for the code whether
"testing" means ::testing (from gtest) or ::blink::testing. So
far it has been resolved mostly by adding a "::" prefix whenever
::testing was intended, but that is a bit annoying and coding should
not be annoying.

This patch renames ::blink::testing to ::blink::test (aka
"test" in all the code since the code is already
inside blink). That resolves the conflict once and for all and also
adheres to the coding standard that says no sub-namespace may have
the same name as a common top level namespace.

This does *not* move the files to a new directory test.
This does *not* remove all the :: prefixes that are now unnecessary.

Bug:  825768 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ie35502b0d5b4f401df104e38600ede878d24bdfa
Reviewed-on: https://chromium-review.googlesource.com/980054
Commit-Queue: Daniel Bratell <bratell@opera.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546491}
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/core/v8/BindingSecurityTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorldTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/core/v8/WindowProxyTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/controller/OomInterventionImplTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/clipboard/DataObjectTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/css/threaded/FontObjectThreadedTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/css/threaded/TextRendererThreadedTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/dom/events/ListenerLeakTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/editing/LinkSelectionTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/editing/finder/TextFinderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/events/WebInputEventConversionTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/PrerenderingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImplTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebDocumentSubresourceFilterTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebFrameSerializerSanitizationTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebFrameSerializerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebFrameTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebMeaningfulLayoutsTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebPluginContainerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebSearchableFormDataTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/exported/WebViewTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/BlobBytesConsumerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/BodyStreamBufferTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/BytesConsumerForDataConsumerHandleTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/BytesConsumerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/BytesConsumerTestUtil.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/ReadableStreamBytesConsumerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/fetch/ResponseTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/BrowserControlsTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/DeferredLoadingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/FrameSerializerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/FrameTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/MHTMLArchiveTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/MHTMLLoadingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/frame/VisualViewportTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/html/forms/PasswordInputTypeTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/html/media/HTMLMediaElementEventListenersTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserLoadingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/input/ImeOnFocusTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/input/TouchActionTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/intersection_observer/IntersectionObserverTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/layout/LayoutGeometryMapTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/layout/ScrollbarsTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/DocumentLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/PingLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/ProgrammaticScrollTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/page/ViewportTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/page/scrolling/RootScrollerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinatorTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/paint/LinkHighlightImplTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/paint/PaintPropertyTreeUpdateTests.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/paint/VideoPainterTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/scheduler/FrameThrottlingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/scheduler/ThrottlingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/scheduler/VirtualTimeTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/testing/PageTestBase.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/testing/sim/SimTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/workers/WorkerModuleFetchCoordinatorTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchIconLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/credentialmanager/CredentialsContainerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/filesystem/DOMFileSystemBaseTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/media_controls/MediaControlsImplTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/media_controls/MediaControlsOrientationLockDelegateTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/media_controls/MediaControlsRotateToFullscreenDelegateTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/notifications/NotificationImageLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/notifications/NotificationResourcesLoaderTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/modules/wake_lock/ScreenWakeLockTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/TimerPerfTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/exported/WebImageTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/fonts/FontPlatformDataTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/fonts/FontTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/HighContrastImageClassifierTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.h
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcherTest.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/FontTestHelpers.h
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/ScopedMockedURL.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/ScopedMockedURL.h
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
[modify] https://crrev.com/de351f393e5af7126425768903498b9c7180b951/third_party/WebKit/Tools/Scripts/audit-non-blink-usage.py

Project Member

Comment 2 by bugdroid1@chromium.org, Mar 29 2018

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

commit e3186f8db408bd61344aab89c53be1d7a3b39ace
Author: Daniel Bratell <bratell@opera.com>
Date: Thu Mar 29 10:32:58 2018

Remove the "::" prefix from testing namespace declarations.

Since ::blink::testing was renamed ::blink::test_helpers, the
"::" prefix on testing is no longer necessary. There is no longer
anything that can confuse the compiler regarding what "testing"
means.

Bug:  825768 
Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ibf65dd643185623530ce2f06ddc46fb8be34947a
Reviewed-on: https://chromium-review.googlesource.com/980035
Commit-Queue: Daniel Bratell <bratell@opera.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#546783}
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/ActivityLoggerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/BindingSecurityTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/DictionaryTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/ScriptModuleTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolverTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunnerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/controller/OomInterventionImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/AnimationClockTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/PropertyHandleTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/README.md
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/animation/TimingInputTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/clipboard/DataObjectTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/clipboard/DataTransferTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/RuleFeatureSetTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/SelectorQueryTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/StyleEngineTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/invalidation/StyleInvalidatorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/parser/CSSLazyParsingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/resolver/MatchResultTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/css/threaded/TextRendererThreadedTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/AttrTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/DocumentTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/FirstLetterPseudoElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/IdleDeadlineTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/PausableObjectTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/ScriptedAnimationControllerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/ScriptedIdleTaskControllerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/events/ListenerLeakTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/dom/ng/slot_assignment_test.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/CaretDisplayItemClientTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/KeyboardTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/LinkSelectionTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/LocalCaretRectTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/RenderedPositionTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/finder/TextFinderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/iterators/TextIteratorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/ActiveSuggestionMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/CompositionMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/DocumentMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/GrammarMarkerListImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/GrammarMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/SortedDocumentMarkerListEditorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/SpellingMarkerListImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/SpellingMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/SuggestionMarkerListImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/SuggestionMarkerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/markers/UnsortedDocumentMarkerListEditorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/editing/state_machines/StateMachineTestUtil.h
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/events/TouchEventTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/LocalFrameClientImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/PrerenderingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebDocumentSubresourceFilterTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebDocumentTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebFrameSerializerSanitizationTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebFrameSerializerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebFrameTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebPluginContainerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebSearchableFormDataTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebSurroundingTextTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/exported/WebViewTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/BodyStreamBufferTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/BytesConsumerForDataConsumerHandleTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/BytesConsumerTestUtil.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/BytesConsumerTestUtil.h
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/FetchDataLoaderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/FetchResponseDataTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/FormDataBytesConsumerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fetch/ReadableStreamBytesConsumerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/fileapi/PublicURLManagerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/AdTrackerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/BrowserControlsTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/DOMTimerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/FrameSerializerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/HistoryTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/LocalFrameViewTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/MHTMLArchiveTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/MHTMLLoadingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/PerformanceMonitorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/RotationViewportAnchorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/UseCounterTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/VisualViewportTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/csp/CSPDirectiveListTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/csp/MediaListDirectiveTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/HTMLFrameElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/HTMLIFrameElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/HTMLLinkElementSizesAttributeTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/HTMLSlotElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/ImageDocumentTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/canvas/CanvasAsyncBlobCreatorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/canvas/CanvasFontCacheTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/canvas/ImageDataTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/forms/ExternalPopupMenuTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/forms/OptionListTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/forms/TextControlElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/media/AutoplayUmaHelperTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/media/HTMLMediaElementEventListenersTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/media/HTMLMediaElementTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/media/HTMLVideoElementPersistentTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/media/MediaCustomControlsFullscreenDetectorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/parser/CSSPreloadScannerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/html/parser/HTMLDocumentParserLoadingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/imagebitmap/ImageBitmapTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/input/ImeOnFocusTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/input/TouchActionTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/CollapsedBorderValueTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/LayoutGeometryMapTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/LayoutInlineTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/LayoutTextFragmentTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/LayoutTextTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/MapCoordinatesTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/OverflowModelTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ScrollAnchorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ScrollbarsTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/VisualRectMappingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_rect_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/geometry/ng_physical_offset_rect_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_items_builder_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/inline/ng_offset_mapping_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.h
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/ng/ng_relative_utils_test.cc
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/layout/shapes/BoxShapeTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/AllowedByNosniffTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/BaseFetchContextTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/DocumentLoadTimingTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/DocumentLoaderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/InteractiveDetectorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/ProgrammaticScrollTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/resource/FontResourceTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/ChromeClientImplTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/ChromeClientTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/ContextMenuControllerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/DragControllerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/EffectiveNavigationPolicyTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/PageOverlayTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/SlotScopedTraversalTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/ViewportTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/WindowFeaturesTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/scrolling/RootScrollerTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/scrolling/ScrollIntoViewTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/scrolling/ScrollStateTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinatorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/page/scrolling/SnapCoordinatorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/BlockPainterTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/BoxPaintInvalidatorTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/HTMLCanvasPainterTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/PaintControllerPaintTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/PaintInvalidationTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/PaintLayerClipperTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/PaintLayerPainterTest.cpp
[modify] https://crrev.com/e3186f8db408bd61344aab89c53be1d7a3b39ace/third_party/WebKit/Source/core/paint/PaintLayerScrollableAreaT

Comment 3 by ricea@chromium.org, Mar 29 2018

Components: Blink>Internals
Owner: brat...@opera.com
Status: Assigned (was: Untriaged)

Comment 4 by brat...@opera.com, Mar 29 2018

Status: Fixed (was: Assigned)
Everything I planned to land has now landed. The name became ::blink::test. Closing as Fixed.

Sign in to add a comment