New issue
Advanced search Search tips

Issue 763844 link

Starred by 4 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocked on:
issue 772026
issue 774107



Sign in to add a comment

Replace WTF::RefPtr with scoped_refptr

Project Member Reported by altimin@chromium.org, Sep 11 2017

Issue description

Merge WTF::RefPtr with scoped_refptr to unify Blink with the rest of the chromium code base.
 
Showing comments 3 - 102 of 102 Older
Project Member

Comment 3 by bugdroid1@chromium.org, Sep 20 2017

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

commit 20598ec583e5aca1c5013e5969828045dca2b962
Author: tzik <tzik@chromium.org>
Date: Wed Sep 20 10:19:47 2017

Use fully qualified name for WTF::AdoptRef in core/{layout,style}

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict to base::AdoptRef.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: Ie788a87cd8c55daef41b01b04fc548e636ce235b
Reviewed-on: https://chromium-review.googlesource.com/674507
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503101}
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/CounterNode.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_break_token.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_line_box_fragment.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/BasicShapes.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/ClipPathOperation.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/ComputedStyle.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/NinePieceImage.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/QuotesData.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/SVGComputedStyle.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/ShadowList.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/StylePath.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/StyleRay.cpp
[modify] https://crrev.com/20598ec583e5aca1c5013e5969828045dca2b962/third_party/WebKit/Source/core/style/StyleReflection.h

Project Member

Comment 4 by bugdroid1@chromium.org, Sep 20 2017

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

commit e535de89cb7f32fe90da6039b399d7716368af6f
Author: tzik <tzik@chromium.org>
Date: Wed Sep 20 16:09:08 2017

Use fully qualified name for WTF::AdoptRef in modules/

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict to base::AdoptRef.

Bug: 763844
Change-Id: Iab5548681d120c7e62a88856fb5109056b11ce18
Reviewed-on: https://chromium-review.googlesource.com/674364
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503169}
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.h
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/AudioParam.h
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
[modify] https://crrev.com/e535de89cb7f32fe90da6039b399d7716368af6f/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp

Project Member

Comment 5 by bugdroid1@chromium.org, Sep 21 2017

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

commit 76c9540a816cb0250c928bb11a34a2f54fae065b
Author: tzik <tzik@chromium.org>
Date: Thu Sep 21 02:40:44 2017

Use fully qualified name for WTF::AdoptRef in core/

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I7b04635767f07334c8446e6905016eb05eba87c6
Reviewed-on: https://chromium-review.googlesource.com/674583
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503334}
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/CSSCustomFontData.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/CSSFontFace.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/CSSSelector.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/CSSVariableData.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/MediaList.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/dom/QualifiedName.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/editing/FrameCaretTest.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/exported/WebPagePopupImpl.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/html/forms/FileChooser.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/html/parser/HTMLParserReentryPermit.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/paint/ClipRects.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/testing/Internals.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/typed_arrays/DOMDataView.cpp
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
[modify] https://crrev.com/76c9540a816cb0250c928bb11a34a2f54fae065b/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp

Project Member

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

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

commit 5baa867bc41f84b8f3eb86d81801a8f7ada0672e
Author: tzik <tzik@chromium.org>
Date: Thu Sep 21 03:57:10 2017

Use fully qualified name for WTF::AdoptRef in platform/graphics/

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I3461f79e38af63a1db8345b7a66fa788a447fe78
Reviewed-on: https://chromium-review.googlesource.com/676505
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503348}
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/BitmapImage.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/Gradient.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/filters/PointLightSource.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
[modify] https://crrev.com/5baa867bc41f84b8f3eb86d81801a8f7ada0672e/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h

Project Member

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

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

commit 27b00fdef997a3b02c945c459ed7989462467aa6
Author: tzik <tzik@chromium.org>
Date: Thu Sep 21 06:28:41 2017

Use fully qualified name for WTF::AdoptRef in platform/

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Change-Id: I6497118c72d3c55be6e862edd9e9d59d79a79e66
Reviewed-on: https://chromium-review.googlesource.com/676766
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503369}
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/CalculationValue.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/DragImageTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/LayoutLocale.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/PODArena.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/PODFreeListArena.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/SharedBuffer.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/TimerTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/WebTaskRunnerTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/animation/TimingFunction.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/animation/TimingFunction.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/audio/AudioBus.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/bindings/ScriptState.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/blob/BlobData.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebContentSettingCallbacks.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebCryptoAlgorithm.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebCryptoKey.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebCryptoKeyAlgorithm.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebMediaDeviceInfo.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebRTCICECandidate.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/CustomFontData.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/FontFamily.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/UnicodeRangeSetTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFontCache.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizerTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/network/EncodedFormData.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.cc
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/text/BidiContext.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/IdentityTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/SkewTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp
[modify] https://crrev.com/27b00fdef997a3b02c945c459ed7989462467aa6/third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp

Project Member

Comment 8 by bugdroid1@chromium.org, Sep 21 2017

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

commit 87530f977a9df9533798df2e20f51920cacf97fe
Author: tzik <tzik@chromium.org>
Date: Thu Sep 21 08:49:03 2017

Use fully qualified name for WTF::AdoptRef in bindings/

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Change-Id: I1e8f822ae142d00882fc0c863666e3c3197d5e9e
Reviewed-on: https://chromium-review.googlesource.com/676983
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503394}
[modify] https://crrev.com/87530f977a9df9533798df2e20f51920cacf97fe/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
[modify] https://crrev.com/87530f977a9df9533798df2e20f51920cacf97fe/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
[modify] https://crrev.com/87530f977a9df9533798df2e20f51920cacf97fe/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValue.cpp

Project Member

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

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

commit b83f5831b040ce6d43c1568c844d3ad743a3e783
Author: tzik <tzik@chromium.org>
Date: Fri Sep 22 07:05:55 2017

Move HashTableDeletedValue handling of RefPtr and Strings to Traits

This is a preparation to replace WTF::RefPtr impl scoped_refptr.
As scoped_refptr<> doesn't support HashTableDeletedValue itself, and
it's invalid to construct scoped_refptr<> with an invalid pointer,
such as -1. We should avoid creating the deleted value of RefPtr
with its constructor.

This CL moves out the logic from the ctor of RefPtr to HashTraits,
to avoid using RefPtr constructor for the HashTableDeletedValue.

Bug: 763844
Change-Id: Icb99a006e412103f1a14aa4ab8cffc0f13bfab66
Reviewed-on: https://chromium-review.googlesource.com/677167
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503676}
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/HashTraits.h
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/text/AtomicString.h
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/text/AtomicStringHash.h
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/text/StringHash.h
[modify] https://crrev.com/b83f5831b040ce6d43c1568c844d3ad743a3e783/third_party/WebKit/Source/platform/wtf/text/WTFString.h

Project Member

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

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

commit 5f26be33cb93f78b46b910e7cc034364b2b6cb3b
Author: tzik <tzik@chromium.org>
Date: Fri Sep 22 08:17:42 2017

Add HashTableDeletedValue support to WTF::Vector

This CL removes the deleted value construction of WTF::String through
its constructor, that blocks further refactoring. And to do it, this
adds the deleted value support to WTF::Vector.

Bug: 763844
Change-Id: I5b286b5740d76f807af797606da5fd65b2ff74a8
Reviewed-on: https://chromium-review.googlesource.com/672180
Reviewed-by: Andrey Kosyakov <caseq@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503685}
[modify] https://crrev.com/5f26be33cb93f78b46b910e7cc034364b2b6cb3b/third_party/WebKit/Source/core/inspector/InspectorDOMSnapshotAgent.cpp
[modify] https://crrev.com/5f26be33cb93f78b46b910e7cc034364b2b6cb3b/third_party/WebKit/Source/platform/wtf/Vector.h

Project Member

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

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

commit b91551c9ef35f0cfafc22f6d53e3659ebd539274
Author: tzik <tzik@chromium.org>
Date: Fri Sep 22 08:50:09 2017

Replace HashTableDeletedValue construction of RefPtr in ScriptModule

This CL moves HashTableDeletedValue handling of ScriptModule out of its
constructor. So that we can avoid the deleted value construction of
WTF::RefPtr through its ctor, which is being removed.

Bug: 763844
Change-Id: I8bf41998797d679429552f3bda8f1b8b6ce90c03
Reviewed-on: https://chromium-review.googlesource.com/677998
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503692}
[modify] https://crrev.com/b91551c9ef35f0cfafc22f6d53e3659ebd539274/third_party/WebKit/Source/bindings/core/v8/ScriptModule.cpp
[modify] https://crrev.com/b91551c9ef35f0cfafc22f6d53e3659ebd539274/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h

Project Member

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

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

commit 491a0425a353255c14bff741ab9acdb8179134ef
Author: tzik <tzik@chromium.org>
Date: Fri Sep 22 18:23:36 2017

Replace HashTableDeletedValue construction of RefPtr in platform/

This CL moves HashTableDeletedValue handling of KURL and PreloadKey out
of their constructor. So that we can avoid the deleted value construction
of WTF::RefPtr through its ctor, which is being removed.

Bug: 763844
Change-Id: Idda0813c98fc13b37abee31b27cc2d9fbd7d325c
Reviewed-on: https://chromium-review.googlesource.com/677900
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503797}
[modify] https://crrev.com/491a0425a353255c14bff741ab9acdb8179134ef/third_party/WebKit/Source/platform/loader/fetch/PreloadKey.h
[modify] https://crrev.com/491a0425a353255c14bff741ab9acdb8179134ef/third_party/WebKit/Source/platform/weborigin/KURL.cpp
[modify] https://crrev.com/491a0425a353255c14bff741ab9acdb8179134ef/third_party/WebKit/Source/platform/weborigin/KURL.h
[modify] https://crrev.com/491a0425a353255c14bff741ab9acdb8179134ef/third_party/WebKit/Source/platform/weborigin/KURLHash.h

Project Member

Comment 13 by bugdroid1@chromium.org, Sep 25 2017

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

commit 8163586692b0e6e377772931a402ba6eae654c29
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 05:13:01 2017

Replace HashTableDeletedValue construction of RefPtr in core/

This CL moves out HashTableDeletedValue handling of constructors of
core/ classes. So that we can avoid the deleted value construction of
WTF::RefPtr through its ctor, which is being removed.

Bug: 763844
Change-Id: Idc1bb8f1506c47d715dc44445636c753b8d9e5d8
Reviewed-on: https://chromium-review.googlesource.com/678459
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503983}
[modify] https://crrev.com/8163586692b0e6e377772931a402ba6eae654c29/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/8163586692b0e6e377772931a402ba6eae654c29/third_party/WebKit/Source/core/html/custom/CustomElementDescriptor.h
[modify] https://crrev.com/8163586692b0e6e377772931a402ba6eae654c29/third_party/WebKit/Source/core/html/custom/CustomElementDescriptorHash.h
[modify] https://crrev.com/8163586692b0e6e377772931a402ba6eae654c29/third_party/WebKit/Source/core/html/custom/V0CustomElementDescriptor.h
[modify] https://crrev.com/8163586692b0e6e377772931a402ba6eae654c29/third_party/WebKit/Source/core/html/custom/V0CustomElementDescriptorHash.h

Project Member

Comment 14 by bugdroid1@chromium.org, Sep 25 2017

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

commit 5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 06:24:25 2017

Use fully qualified name for WTF::AdoptRef in core/animation

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Change-Id: Ie3bda42c107c242362258950102b173785a2f096
Reviewed-on: https://chromium-review.googlesource.com/674544
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503988}
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/AnimationTestHelper.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/BasicShapeInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSDefaultInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSFontVariationSettingsInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/StringKeyframe.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/TransitionInterpolation.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/TransitionKeyframe.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableTransform.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
[modify] https://crrev.com/5d0ea979f0ba87655b7ef0e03b58fa3c04986ba6/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h

Project Member

Comment 15 by bugdroid1@chromium.org, Sep 25 2017

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

commit 956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 06:34:13 2017

Use qualified name for WTF::AdoptRef

This CL replaces bare AdoptRef with WTF::AdoptRef, so that it doesn't
conflict with base::AdoptRef.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I016799673aeec4a81ffd973fc4708e135568c04f
Reviewed-on: https://chromium-review.googlesource.com/672305
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503989}
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/build/scripts/templates/fields/group.tmpl
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/HashSetTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/RefVector.h
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/TreeNodeTest.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/text/CString.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp
[modify] https://crrev.com/956dbf5833d3324bc8635e8bc0ca9ccb7a63c02d/third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h

Project Member

Comment 16 by bugdroid1@chromium.org, Sep 25 2017

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

commit ea990a5092ca94e88fd35f64b5c3b34a4e976ab0
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 06:42:21 2017

Remove WTF::RefPtr<>::Clear

This CL replaces RefPtr<>::Clear() with nullptr assignment, which behaves
same as Clear(). As scoped_refptr<> doesn't have a corresponding method,
the removal pushes RefPtr one step closer to scoped_refptr.

Bug: 763844
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: I385ecc7b76a422b8985488b773c58b995b3cb066
Reviewed-on: https://chromium-review.googlesource.com/679414
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#503990}
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/animation/InterpolationValue.h
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/css/RuleFeature.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/dom/SpaceSplitString.h
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/input/EventHandler.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/layout/LayoutMenuList.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/loader/ImageLoader.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/loader/ScheduledNavigation.h
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/exported/WebEmbeddedWorkerImpl.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/fetch/FetchRequestData.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/indexeddb/IDBValueWrapping.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/Prerender.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/fonts/FontCache.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContextTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/HashSetTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/ea990a5092ca94e88fd35f64b5c3b34a4e976ab0/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.cpp

Project Member

Comment 17 by bugdroid1@chromium.org, Sep 25 2017

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

commit 681ee90cd38476c31b59f306692c161c7c61b859
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 08:42:10 2017

Remove in-class HashTableDeletedValue support from RefPtr, String, and AtomicString

Bug: 763844
Change-Id: I28d92441a663c3d3b66ac481051e2caac72acb1a
Reviewed-on: https://chromium-review.googlesource.com/680615
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504007}
[modify] https://crrev.com/681ee90cd38476c31b59f306692c161c7c61b859/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/681ee90cd38476c31b59f306692c161c7c61b859/third_party/WebKit/Source/platform/wtf/text/AtomicString.h
[modify] https://crrev.com/681ee90cd38476c31b59f306692c161c7c61b859/third_party/WebKit/Source/platform/wtf/text/WTFString.h

Project Member

Comment 18 by bugdroid1@chromium.org, Sep 25 2017

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

commit c6a110591d84ea8159b577d317769d3003a05279
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 10:08:46 2017

Rename WTF::RefPtr<>::Swap to WTF::RefPtr<>::swap

This is to align the method names of RefPtr<> to corresponding ones in
scoped_refptr by renaming RefPtr::Swap to RefPtr::swap.

Bug: 763844
Change-Id: I1761a3e1e61a7856e017cb224ea3210680baf5c1
Reviewed-on: https://chromium-review.googlesource.com/679375
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504021}
[modify] https://crrev.com/c6a110591d84ea8159b577d317769d3003a05279/third_party/WebKit/Source/core/animation/SampledEffect.cpp
[modify] https://crrev.com/c6a110591d84ea8159b577d317769d3003a05279/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/c6a110591d84ea8159b577d317769d3003a05279/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/c6a110591d84ea8159b577d317769d3003a05279/third_party/WebKit/Source/platform/wtf/text/WTFString.h

Project Member

Comment 19 by bugdroid1@chromium.org, Sep 25 2017

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

commit 6c0f5885c29241451dbc8eed53d171df1d926675
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 13:37:45 2017

Remove WTF::RefPtr construction from a reference of the pointee

This is a step to get WTF::RefPtr closer to scoped_refptr by removing
RefPtr<T> construction from T&.

Bug: 763844
Change-Id: I7ae0183ed9bdbb938889f9bba20e121e57c3739d
Reviewed-on: https://chromium-review.googlesource.com/679374
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504041}
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/core/dom/events/CustomEvent.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/core/events/ErrorEvent.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/core/events/PopStateEvent.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/core/events/PromiseRejectionEvent.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/DelayProcessor.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
[modify] https://crrev.com/6c0f5885c29241451dbc8eed53d171df1d926675/third_party/WebKit/Source/platform/wtf/RefPtr.h

Project Member

Comment 20 by bugdroid1@chromium.org, Sep 25 2017

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

commit 9b551ca45181301fe69cab45c503eed9d4b08d26
Author: tzik <tzik@chromium.org>
Date: Mon Sep 25 17:38:29 2017

Change the counter type of base::RefCounted from size_t to uint32_t

All other reference counts uses int instead of size_t, and as the size
of reference count matters to Blink, base::RefCounted should use 32 bit
ref count to unify to Blink's WTF::RefCounted.

Bug: 763844
Change-Id: I74bdd4eead19e43c9e803bf9e0014a0ddebdf5d5
Reviewed-on: https://chromium-review.googlesource.com/672325
Reviewed-by: Will Harris <wfh@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504092}
[modify] https://crrev.com/9b551ca45181301fe69cab45c503eed9d4b08d26/base/memory/ref_counted.cc
[modify] https://crrev.com/9b551ca45181301fe69cab45c503eed9d4b08d26/base/memory/ref_counted.h

Project Member

Comment 21 by bugdroid1@chromium.org, Sep 26 2017

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

commit d06e9a05f8dc5b84c912812f9f2f48ec3549421e
Author: tzik <tzik@chromium.org>
Date: Tue Sep 26 09:17:30 2017

Remove ambiguities affected by {WTF,base}::RefCounted unification

The upcoming unification of WTF::RefCounted and base::RefCounted causes
compile errors around AdoptRef, Bind, Passed due ADL.
This CL converts them to fully qualified names before it happens.

Bug: 763844
Change-Id: Ib2361e02e70de193f3b6d0401ff626426d0a162c
Reviewed-on: https://chromium-review.googlesource.com/684095
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504320}
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueThreadedTest.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/core/layout/LayoutThemeFuchsia.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/core/layout/LayoutThemeWin.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/d06e9a05f8dc5b84c912812f9f2f48ec3549421e/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp

Project Member

Comment 22 by bugdroid1@chromium.org, Sep 26 2017

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

commit 20430a88ccfea78f68c56e1eb177e8c59a21db75
Author: tzik <tzik@chromium.org>
Date: Tue Sep 26 14:35:32 2017

Remove WTF::RefCountedBase::RefCount()

This CL removes the getter of the ref count value from
WTF::RefCountedBase, which is missing on base::RefCounted and will be
unavailable after these unification. And this also removes all usage of
the getter.

Bug: 763844
Change-Id: I3b91d16213a160c9c6a2bf1e4cea16598043c00e
Reviewed-on: https://chromium-review.googlesource.com/680618
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504364}
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/core/css/CSSCalculationValueTest.cpp
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/20430a88ccfea78f68c56e1eb177e8c59a21db75/third_party/WebKit/Source/platform/wtf/RefCounted.h

Project Member

Comment 23 by bugdroid1@chromium.org, Sep 26 2017

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

commit b0acad58bb82224d492323155481e6c5f31208c9
Author: tzik <tzik@chromium.org>
Date: Tue Sep 26 14:35:40 2017

Add external deleter support to WTF::RefCounted

NGPhysicalFragment needs special handling on the destruction
rather than being destroyed by WTF::RefCounted. However, existing
style of the destruction hook will be unavailable after unifying
base::RefCounted and WTF::RefCounted.

This CL adds a proper way to inject the destruction function of a
ref counted object. The destruction function will be injected to
base::RefCounted after the unification.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: If763525a55c4621abd711a16a531817528a42b69
Reviewed-on: https://chromium-review.googlesource.com/681955
Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504365}
[modify] https://crrev.com/b0acad58bb82224d492323155481e6c5f31208c9/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
[modify] https://crrev.com/b0acad58bb82224d492323155481e6c5f31208c9/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
[modify] https://crrev.com/b0acad58bb82224d492323155481e6c5f31208c9/third_party/WebKit/Source/platform/wtf/RefCounted.h
[modify] https://crrev.com/b0acad58bb82224d492323155481e6c5f31208c9/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
[modify] https://crrev.com/b0acad58bb82224d492323155481e6c5f31208c9/third_party/WebKit/public/platform/WebPrivatePtr.h

Project Member

Comment 24 by bugdroid1@chromium.org, Sep 27 2017

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

commit ee0dc7fbd141cf15db83759510dfdd3f1f85d0ef
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 04:02:08 2017

Avoid applying AdoptRef twice for QualifiedNameImpl

When a QualifiedNameImpl was created in QNameComponentsTranslator::Translate,
after AdoptRef is called to it, it's LeakRef'ed and AdoptRef'ed again in
QualifiedNameImpl ctor.
However, an upcoming change to RefPtr forbids the second AdoptRef call,
and the second AdoptRef will hit DCHECK.

Bug: 763844
Change-Id: I0947020f75de87fdad745620ac8a836d9ceab425
Reviewed-on: https://chromium-review.googlesource.com/685414
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504575}
[modify] https://crrev.com/ee0dc7fbd141cf15db83759510dfdd3f1f85d0ef/third_party/WebKit/Source/core/dom/QualifiedName.cpp

Project Member

Comment 25 by bugdroid1@chromium.org, Sep 27 2017

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

commit e96b357933fb19a98e696f6865140c645d868880
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 07:40:18 2017

Add tests for traits injection of WTF::RefCounted

Bug: 763844
Change-Id: I6c949adaa882d2aafa50bb53fc5375acb5cf024d
Reviewed-on: https://chromium-review.googlesource.com/684636
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504595}
[modify] https://crrev.com/e96b357933fb19a98e696f6865140c645d868880/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp

Project Member

Comment 26 by bugdroid1@chromium.org, Sep 27 2017

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

commit 6a768b876072110935a89258d71a52d18da11943
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 09:10:37 2017

Convert InvalidationSet to RefCounted

InvalidationSet used to have a manual implementation for RefPtr for the
custom destruction logic. However, after WTF::RefCounted gets a trait
to inject the custom deleter, InvalidationSet can be a RefCounted type.

Bug: 763844
Change-Id: If24576d28c0fe64433596fa4ddfdf91d422b4a68
Reviewed-on: https://chromium-review.googlesource.com/685194
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Darren Shen <shend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504604}
[modify] https://crrev.com/6a768b876072110935a89258d71a52d18da11943/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
[modify] https://crrev.com/6a768b876072110935a89258d71a52d18da11943/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h

Project Member

Comment 27 by bugdroid1@chromium.org, Sep 27 2017

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

commit d79989cc845f591c93f11a559da5324c4ecedfb3
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 13:39:30 2017

Make WTF::RefCounted::DeleteInternal a function template

RefCounted::DeleteInternal causes a compile error on a component build
on Windows clang, due to unexpected instantiation of DeleteInternal.
This CL prevents it by converting it to a template, so that the
instantiation of RefCounted<> doesn't imply DeleteInternal instantiation.

Bug: 763844
Change-Id: Iccee42276833b06215b123b5f1a812988245f7eb
Reviewed-on: https://chromium-review.googlesource.com/686676
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504647}
[modify] https://crrev.com/d79989cc845f591c93f11a559da5324c4ecedfb3/third_party/WebKit/Source/platform/wtf/RefCounted.h
[modify] https://crrev.com/d79989cc845f591c93f11a559da5324c4ecedfb3/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h

Project Member

Comment 28 by bugdroid1@chromium.org, Sep 27 2017

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

commit 2e8a148e6c387088004f188c1e5f66169d51a340
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 14:51:44 2017

Add external deleter support to base::RefCounted

The external deleter is needed when the destructor of |T| is unavailable
for base::RefCounted, e.g. Blink's ref counted classes can be destroyed
by WTF::RefCounted, but cannot by base::RefCounted.
In such case, we need to inject the destruction as the traits.

Bug: 763844
Change-Id: Id7c74d4686915b62a2b843922c976d08d0eb5b13
Reviewed-on: https://chromium-review.googlesource.com/681954
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504669}
[modify] https://crrev.com/2e8a148e6c387088004f188c1e5f66169d51a340/base/memory/ref_counted.h

Project Member

Comment 29 by bugdroid1@chromium.org, Sep 27 2017

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

commit a52799b9768d08e97e539d74675b9e62fa64e6ed
Author: tzik <tzik@chromium.org>
Date: Wed Sep 27 17:21:41 2017

Make base::RefCounted::DeleteInternal a function template

base::RefCounted{,ThreadSafe}::DeleteInternal cause a compile error if
all of below met:
 - The pointee class has a private destructor that RefCounted cannot
   access.
 - A Traits is given to delete the pointee.
 - On a component build on windows.
 - The pointee class is has XXX_EXPORT.
That implies, a subclass of base::RefCounted needs to mark
base::RefCounted as friend for the unused DeleteInternal.

That is, on Windows component build, all methods of an instantiated
class template are also instantiated for exporting.
So, RefCounted::DeleteInternal for an exported ref counted class
is instantiated even though it's never called, and it hits an error
by touching the private dtor of the pointee class.

This CL converts DeleteInternal to a function template, so that
it's not instantiated.

Bug: 763844
Change-Id: I681c8a2eaedd88d2e864719ba8edf2f423e956f5
Reviewed-on: https://chromium-review.googlesource.com/686954
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504715}
[modify] https://crrev.com/a52799b9768d08e97e539d74675b9e62fa64e6ed/base/memory/ref_counted.h
[modify] https://crrev.com/a52799b9768d08e97e539d74675b9e62fa64e6ed/base/memory/ref_counted_unittest.cc

Comment 30 by tzik@chromium.org, Sep 27 2017

Owner: tzik@chromium.org
Status: Started (was: Available)
A status update:

> 1. Remove `using WTF::AdoptRef` and replace AdoptRef with fully qualified WTF::AdoptRef.
> This is needed to do (2), since bare AdoptRef conflicts to base::AdoptRef on ADL.

Done.

> 3. Move HashTable support of WTF::RefPtr out to a HashTraits.
> WTF::RefPtr has a built-in HashTable support, i.e. HashTableDeletedValue handling, which should not be brought to base/.
> So we should move it out of class, and move to HashTraits<>.

Done.

> 2. Make WTF::RefCounted a subclass of base::RefCounted.
> So that scoped_refptr<> can handle WTF::RefCounted, and we can provide a conversion function from WTF::RefPtr
> to scoped_refptr.
> 4. Convert WTF::RefPtr to a wrapper of scoped_refptr.

WIP. https://chromium-review.googlesource.com/c/chromium/src/+/672324

> 5. Rename WTF::RefPtr methods with corresponding scoped_refptr methods.
> E.g. Swap() -> swap(), Clear() -> reset() and Get() -> get().

Swap() and Clear() are done.
Get() is WIP: https://chromium-review.googlesource.com/c/chromium/src/+/686515
LeakRef() is pending.

> 6. Remove WTF::RefPtr impl, and replace it with an alias of scoped_refptr<>.
> 7. Inline the alias to the users.
Pending.
Project Member

Comment 31 by bugdroid1@chromium.org, Sep 28 2017

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

commit 07e2adf627647d031083cc8df0398c71d1062ce8
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 07:14:00 2017

Add RefPtr<>::get() as a replacement of Get().

Get() needs to be renamed to get() for the unification of WTF::RefPtr
and base scoped_refptr. As a preparation to it, this CL adds get(), so
that we can update its callers incrementally.

Bug: 763844
Change-Id: I11254c581c5d73d274fd8de57b94599a83ccaf79
Reviewed-on: https://chromium-review.googlesource.com/688384
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504931}
[modify] https://crrev.com/07e2adf627647d031083cc8df0398c71d1062ce8/third_party/WebKit/Source/platform/wtf/RefPtr.h

Project Member

Comment 32 by bugdroid1@chromium.org, Sep 28 2017

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

commit 290a5804ff49342452f677890b489a60086d38b8
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 09:14:55 2017

Replace RefPtr<>::Get() with get() in bindings/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in bindings/ to use get().

Bug: 763844
Change-Id: I9185360adbba55fd99252e4a1d3d027667c7432d
Reviewed-on: https://chromium-review.googlesource.com/688975
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kenichi Ishibashi <bashi@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504950}
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverDelegate.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8ObjectBuilder.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8ObjectBuilder.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/serialization/UnpackedSerializedScriptValue.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModulesTest.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/modules/v8/custom/V8CustomSQLStatementErrorCallback.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/modules/v8/wasm/WasmResponseExtensions.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/templates/callback_function.cpp.tmpl
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/templates/callback_interface.cpp.tmpl
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/templates/methods.cpp.tmpl
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_any_callback_function_optional_any_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_long_callback_function.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_string_sequence_callback_function_long_sequence_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function_dictionary_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function_enum_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function_interface_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function_test_interface_sequence_arg.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/core/v8_void_callback_function_typedef.cc
[modify] https://crrev.com/290a5804ff49342452f677890b489a60086d38b8/third_party/WebKit/Source/bindings/tests/results/modules/v8_void_callback_function_modules.cc

Project Member

Comment 33 by bugdroid1@chromium.org, Sep 28 2017

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

commit e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 09:15:34 2017

Replace RefPtr<>::Get() with get() in core/layout/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/layout/ to use get().

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I9fc657dcc157ad0a39aab44f8f590c7d0345bcef
Reviewed-on: https://chromium-review.googlesource.com/688263
Reviewed-by: Kent Tamura <tkent@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504951}
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutObject.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutObject.h
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutText.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutTextFragment.h
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/LayoutView.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item.h
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_items_builder_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_block_child_iterator.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_block_child_iterator_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
[modify] https://crrev.com/e4a3e1cb42e4f6bb0d50f28a05796d11a2ee4c0c/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp

Project Member

Comment 34 by bugdroid1@chromium.org, Sep 28 2017

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

commit 376855731225f36589d2f3fdae6aaade3046a57f
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 09:16:22 2017

Replace RefPtr<>::Get() with get() in core/css/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/css/ to use get().

Bug: 763844
Change-Id: Ie6773409047449fb3b2a8b8dc6a3c17c02288a3f
Reviewed-on: https://chromium-review.googlesource.com/688262
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504952}
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSCalculationValueTest.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSPaintValue.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSPathValue.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSStyleSheet.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/ElementRuleCollector.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/FontFaceSetDocument.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/MediaList.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/MediaQueryList.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/MediaQueryMatcherTest.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/PropertyRegistration.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/RuleFeature.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/StyleRule.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/StyleRuleImport.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
[modify] https://crrev.com/376855731225f36589d2f3fdae6aaade3046a57f/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h

Project Member

Comment 35 by bugdroid1@chromium.org, Sep 28 2017

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

commit abfe42811c395e02cd43fb7f57c0e0d0c1794254
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 10:58:07 2017

Replace RefPtr<>::Get() with get() in platform/fonts/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in platform/fonts/ to use get().

Bug: 763844
Change-Id: Icd6448c6c4460dad758721333bce06b02d81a1e9
Reviewed-on: https://chromium-review.googlesource.com/688781
Reviewed-by: Emil A Eklund <eae@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504963}
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontData.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontDataForRangeSet.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontDataForRangeSet.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontDescription.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontFamily.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontFamilyTest.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFontCache.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizer.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizerTest.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.cpp
[modify] https://crrev.com/abfe42811c395e02cd43fb7f57c0e0d0c1794254/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp

Project Member

Comment 36 by bugdroid1@chromium.org, Sep 28 2017

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

commit b90a4b6ab344cf6d32522a9add257b6140f659f4
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 11:10:59 2017

Replace RefPtr<>::Get() with get() in core/{dom,frame,html}/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/{dom,frame,html} to use get().

Bug: 763844
Change-Id: Ib3dadfd9e49a6a1fedcf88fe4c9bb46418e53245
Reviewed-on: https://chromium-review.googlesource.com/688780
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504967}
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/DynamicModuleResolverTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/ElementRareData.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/ModulatorImplBase.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/ModulatorImplBase.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/Node.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/ScriptModuleResolverImplTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/SecurityContext.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/SecurityContext.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/dom/UserGestureIndicatorTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/History.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/HistoryTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/LocalFrameView.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/MHTMLTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/WebViewFrameWidget.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/HTMLOptionElement.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/forms/FileChooser.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.cpp
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
[modify] https://crrev.com/b90a4b6ab344cf6d32522a9add257b6140f659f4/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp

Project Member

Comment 37 by bugdroid1@chromium.org, Sep 28 2017

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

commit 4c787dcdb58d077d091a1cd545dcf09774e5d720
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 12:35:31 2017

Replace RefPtr<>::Get() with get() in core/loader/ and modules/fetch/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/loader/ and modules/fetch/ to
use get().

Bug: 763844
Change-Id: I1e4e3754512070ad290603c9ccef01bc7d97c90d
Reviewed-on: https://chromium-review.googlesource.com/688779
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504978}
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/BaseFetchContext.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/FormSubmission.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/HistoryItem.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/HistoryItem.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/ImageLoader.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/PingLoader.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoaderTest.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinkerTest.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumer.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/Request.cpp
[modify] https://crrev.com/4c787dcdb58d077d091a1cd545dcf09774e5d720/third_party/WebKit/Source/modules/fetch/RequestInit.cpp

Project Member

Comment 38 by bugdroid1@chromium.org, Sep 28 2017

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

commit d11452b28cbcd29aa1238067db2596c4455c59b6
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 13:04:56 2017

Replace RefPtr<>::Get() with get() in platform/graphics/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in platform/graphics/ to use get().

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: Ib807e04102fd90fa45065872d2e7d1db6580d990
Reviewed-on: https://chromium-review.googlesource.com/688264
Reviewed-by: Ian Vollick <vollick@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504992}
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/Image.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/compositing/ContentLayerClientImplTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayerTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/PaintChunkerTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/PaintPropertyNode.h
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeStateTest.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.cpp
[modify] https://crrev.com/d11452b28cbcd29aa1238067db2596c4455c59b6/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h

Project Member

Comment 39 by bugdroid1@chromium.org, Sep 28 2017

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

commit 2107e9db6e9bc95590df0616c60f3b846f7c9ac0
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 14:21:16 2017

Replace RefPtr<>::Get() with get() in modules/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in modules/ to use get().

Bug: 763844
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: I62a7652bbfca4cb9bdfe30b58a261c420047836e
Reviewed-on: https://chromium-review.googlesource.com/690354
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505015}
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/canvas2d/CanvasGradient.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/exported/WebStorageEventDispatcherImpl.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBRequestLoader.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBTestHelper.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBValueWrapping.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/IDBValueWrappingTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/nfc/MessageCallback.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/payments/PaymentRequestEvent.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioListener.h
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webdatabase/Database.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webdatabase/QuotaTrackerTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/websockets/DOMWebSocketTest.cpp
[modify] https://crrev.com/2107e9db6e9bc95590df0616c60f3b846f7c9ac0/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp

Project Member

Comment 40 by bugdroid1@chromium.org, Sep 28 2017

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

commit 3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 15:18:59 2017

Replace RefPtr<>::Get() with get() in platform/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in platform/ to use get().

Bug: 763844
Change-Id: I6884ea0a5bee8c1500c8a6de037c917a719ffc98
Reviewed-on: https://chromium-review.googlesource.com/690355
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505028}
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/Cursor.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/DragImage.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/DragImageTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/LayoutLocale.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/PODArena.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/PODRedBlackTree.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/PngFuzzer.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/Prerender.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/animation/AnimationTranslationUtil.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/AudioBus.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/AudioResampler.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/PushPullFIFO.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/audio/SincResampler.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/bindings/ScriptState.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/bindings/V8ValueCache.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebImageTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebString.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyFuzzer.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoder.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoder.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/Resource.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceLoaderOptionsTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/fetch/SubstituteData.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/network/EncodedFormDataTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/plugins/PluginData.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.cc
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.cc
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl_unittest.cc
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/text/BidiContext.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/text/BidiContext.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/text/BidiResolver.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/transforms/TransformOperations.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/weborigin/SecurityOriginHash.h
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp
[modify] https://crrev.com/3cf20755524bfd9ccd9d9c4eee2540cdb3252ccb/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp

Project Member

Comment 41 by bugdroid1@chromium.org, Sep 28 2017

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

commit 26ae25867f81427c9a2f3749435d8f4c8bcf59f7
Author: tzik <tzik@chromium.org>
Date: Thu Sep 28 16:42:45 2017

Replace RefPtr<>::Get() with get() in core/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/ to use get().

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I0393de185243f16e79d3dee967424752e62a04be
Reviewed-on: https://chromium-review.googlesource.com/690135
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505054}
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/clipboard/ClipboardPromise.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/editing/FrameCaretTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/events/ErrorEvent.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/events/PopStateEvent.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/exported/WebPagePopupImpl.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/exported/WebViewImpl.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/imagebitmap/ImageBitmapTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/page/DragController.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/page/PagePopupClientTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/page/ValidationMessageOverlayDelegate.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/BoxPainterBase.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/ImagePainter.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/PaintLayer.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/streams/ReadableStreamController.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/ClipPathOperation.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/ComputedStyle.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/DataEquivalency.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/DataRef.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/SVGComputedStyle.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/ShapeValue.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/style/StyleInheritedVariables.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/svg/SVGElementRareData.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/timing/PerformanceBaseTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/typed_arrays/DOMArrayBufferBase.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/typed_arrays/DOMArrayBufferView.h
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
[modify] https://crrev.com/26ae25867f81427c9a2f3749435d8f4c8bcf59f7/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp

Project Member

Comment 42 by bugdroid1@chromium.org, Sep 29 2017

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

commit 5dd7073f576a7b5692ebc5981beaec09193cb67c
Author: tzik <tzik@chromium.org>
Date: Fri Sep 29 04:52:54 2017

Refactor WebAudioBus impl

This CL contains:
 1. Remove unneeded WebAudioBusPrivate and casts from/to it.
 2. Avoid applying AdoptRef twice for single AudioBus.
 3. Use nullptr instead of 0 around WebAudioBus

The main part is (2). An upcoming change bans multiple invocation of
WTF::AdoptRef for a single object, and as its preparation, this CL
removes a failing case.

Bug: 763844
Tbr: rtoy@chromium.org
Change-Id: I362a83cd03d49b77ef9e4d81544bd5c7a9b2bc5e
Reviewed-on: https://chromium-review.googlesource.com/686088
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505296}
[modify] https://crrev.com/5dd7073f576a7b5692ebc5981beaec09193cb67c/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/5dd7073f576a7b5692ebc5981beaec09193cb67c/third_party/WebKit/public/platform/WebAudioBus.h

Project Member

Comment 43 by bugdroid1@chromium.org, Sep 29 2017

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

commit 19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e
Author: tzik <tzik@chromium.org>
Date: Fri Sep 29 04:54:03 2017

Replace RefPtr<>::Get() with get() in core/animation/

RefPtr<>::Get() is being renamed to get() for a preparation of the
unification of RefPtr and scoped_refptr.
This CL updates calles of Get() in core/animation/ to use get().

Bug: 763844
Change-Id: I784542c713551b8028a4f7690687b83a7c59d1ac
Reviewed-on: https://chromium-review.googlesource.com/688261
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505298}
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSFontVariationSettingsInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CompositorAnimations.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/CustomCompositorAnimations.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/EffectInput.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/EffectStack.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/EffectStackTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/InterpolableValue.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/InterpolableValue.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/KeyframeEffectTest.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/LegacyStyleInterpolation.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/StringKeyframe.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/Timing.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/TransitionInterpolation.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/TransitionKeyframe.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/TransitionKeyframe.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.cpp
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h
[modify] https://crrev.com/19a84daf8a8b078d9476a2a4d80cc6a5eb7adf4e/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp

Project Member

Comment 44 by bugdroid1@chromium.org, Sep 29 2017

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

commit 3e6a96e73ba7b1d7ca23a36591651d951dd29ae3
Author: tzik <tzik@chromium.org>
Date: Fri Sep 29 05:19:11 2017

Replace RefPtr<>::Get() with get()

This CL removes RefPtr<>::Get() in order to rename it to get().

Bug: 763844
Change-Id: I90f05a57d9f9bdf493983656a731585a7fb15ed8
Reviewed-on: https://chromium-review.googlesource.com/686515
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505302}
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/build/scripts/templates/fields/pointer.tmpl
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/core/animation/ElementAnimations.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/graphics/HighContrastImageClassifierTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/Functional.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/HashFunctions.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/HashSetTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/HashTraits.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/TreeNodeTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/text/CString.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/text/StringHash.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/text/StringImplTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/text/StringViewTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/text/WTFString.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilderTest.cpp
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
[modify] https://crrev.com/3e6a96e73ba7b1d7ca23a36591651d951dd29ae3/third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h

Project Member

Comment 45 by bugdroid1@chromium.org, Oct 2 2017

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

commit 829f9d44018107442769f10bda9a7b02f4bbb7cf
Author: tzik <tzik@chromium.org>
Date: Mon Oct 02 02:57:59 2017

Rename WTF::RefCounted::{Ref,Deref} to {AddRef,Release}

This is non performance sensitive part of http://crrev.com/c/672324.
This contains:
 * Rename WTF::RefCounted::{Ref,Deref} to {AddRef,Release} respectively.
 * Convert AdoptRef to WTF::AdoptRef where AdoptRef is found by ADL.
 * Remove an extra friend. Add a missing #include for IWYU.

Bug: 763844
Change-Id: Ibecc4882643ddaf12cec00db6173729dd5b5275e
Reviewed-on: https://chromium-review.googlesource.com/692959
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#505531}
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/css/CSSSelector.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/css/CSSSelector.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/dom/QualifiedName.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/exported/WebPagePopupImpl.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/html/forms/FormController.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/layout/LayoutEmbeddedContent.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/layout/LayoutEmbeddedContent.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/Length.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/bindings/ScriptState.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/bindings/V8ValueCache.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/DequeTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/HashSetTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/RefCounted.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/Vector.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/VectorTest.cpp
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
[modify] https://crrev.com/829f9d44018107442769f10bda9a7b02f4bbb7cf/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp

Project Member

Comment 46 by bugdroid1@chromium.org, Oct 3 2017

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

commit 4b0a5d0498dfd0b126cc1af0889d0a98eff102f5
Author: tzik <tzik@chromium.org>
Date: Tue Oct 03 13:02:10 2017

Remove RefPtr::LeakRef

This replaces RefPtr::LeakRef with AddRef(), and removes LeakRef, so
that RefPtr gets the interface parity to scoped_refptr.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I7203a55ecab6daa853e93d0b467e89a135c3891d
Reviewed-on: https://chromium-review.googlesource.com/691475
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506014}
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/css/CSSSelector.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/dom/QualifiedName.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/exported/WebPagePopupImpl.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/core/layout/LayoutQuote.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/fonts/FontCache.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/wtf/StdLibExtras.h
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
[modify] https://crrev.com/4b0a5d0498dfd0b126cc1af0889d0a98eff102f5/third_party/WebKit/public/platform/WebPrivatePtr.h

Project Member

Comment 47 by bugdroid1@chromium.org, Oct 4 2017

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

commit f8c8fa8f95edbb1856101769e828622915290ac0
Author: tzik <tzik@chromium.org>
Date: Wed Oct 04 04:54:06 2017

Make WTF::RefCounted a thin wrapper of base::RefCounted

After this CL, WTF::RefCounted is a subclass of base::RefCounted, so
that scoped_refptr can point that. Also after this, WTF::RefPtr holds
a scoped_refptr instead of a raw pointer, and delegates most of the ref
management to scoped_refptr.

Bug: 763844
Change-Id: I2c9694b3d8d23b2002a7564072c6cea511763200
Reviewed-on: https://chromium-review.googlesource.com/672324
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506302}
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/transforms/TransformOperation.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/RefCounted.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/SizeLimits.cpp
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/ThreadSafeRefCounted.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/text/CString.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
[modify] https://crrev.com/f8c8fa8f95edbb1856101769e828622915290ac0/third_party/WebKit/public/platform/WebPrivatePtr.h

Comment 48 by tzik@chromium.org, Oct 4 2017

Another status update:

> 1. Remove `using WTF::AdoptRef` and replace AdoptRef with fully qualified WTF::AdoptRef.
> This is needed to do (2), since bare AdoptRef conflicts to base::AdoptRef on ADL.
>
> 2. Make WTF::RefCounted a subclass of base::RefCounted.
> So that scoped_refptr<> can handle WTF::RefCounted, and we can provide a conversion function from WTF::RefPtr
> to scoped_refptr.
>
> 3. Move HashTable support of WTF::RefPtr out to a HashTraits.
> WTF::RefPtr has a built-in HashTable support, i.e. HashTableDeletedValue handling, which should not be brought to base/.
> So we should move it out of class, and move to HashTraits<>.
>
> 4. Convert WTF::RefPtr to a wrapper of scoped_refptr.
>
> 5. Rename WTF::RefPtr methods with corresponding scoped_refptr methods.
> E.g. Swap() -> swap(), Clear() -> reset() and Get() -> get().
>

1-5 are done. Now WTF::RefPtr is a wrapper of scoped_refptr, and RefPtr has almost same interface to scoped_refptr.
However, I have a concern if it causes a performance regression. So, before proceeding to step 6, I'd hold it for a few days until the perf bot catches up to that change.

> 6. Remove WTF::RefPtr impl, and replace it with an alias of scoped_refptr<>.

WIP: http://crrev.com/c/700334

> 7. Inline the alias to the users.
Pending.
Project Member

Comment 49 by bugdroid1@chromium.org, Oct 5 2017

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

commit 596bd15055f10035acc84df1ba863a080cc8671d
Author: tzik <tzik@chromium.org>
Date: Thu Oct 05 08:49:51 2017

Remove unused RefPtrValuePeeker code from RefPtr

Bug: 763844
Change-Id: Icfaf76fd6be189bc16b0d428e4ddcd5060e28139
Reviewed-on: https://chromium-review.googlesource.com/700056
Reviewed-by: Yuta Kitamura <yutak@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506681}
[modify] https://crrev.com/596bd15055f10035acc84df1ba863a080cc8671d/third_party/WebKit/Source/platform/wtf/RefPtr.h

Project Member

Comment 50 by bugdroid1@chromium.org, Oct 5 2017

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

commit dca5651bf052b019b3d3972b3c726dc5a0388e7f
Author: tzik <tzik@chromium.org>
Date: Thu Oct 05 10:37:07 2017

Make WTF::RefPtr an alias of scoped_refptr

Bug: 763844
Change-Id: Id348010e19f90b3042b4193a7641760949a12e50
Reviewed-on: https://chromium-review.googlesource.com/700334
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506696}
[modify] https://crrev.com/dca5651bf052b019b3d3972b3c726dc5a0388e7f/third_party/WebKit/Source/platform/wtf/Forward.h
[modify] https://crrev.com/dca5651bf052b019b3d3972b3c726dc5a0388e7f/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/dca5651bf052b019b3d3972b3c726dc5a0388e7f/third_party/WebKit/public/platform/WebAudioBus.h

Project Member

Comment 51 by bugdroid1@chromium.org, Oct 5 2017

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

commit 33a814529d1f6bb7e88e2268ee1a38d9d7aebf2d
Author: James MacLean <wjmaclean@chromium.org>
Date: Thu Oct 05 15:09:06 2017

Revert "Make WTF::RefPtr an alias of scoped_refptr"

This reverts commit dca5651bf052b019b3d3972b3c726dc5a0388e7f.

Reason for revert: appears to be breaking a bunch of bots, e.g.

https://build.chromium.org/p/chromium.mac/builders/Mac10.9%20Tests%20%28dbg%29/builds/45778

See also: https://bugs.chromium.org/p/chromium/issues/detail?id=771978

Original change's description:
> Make WTF::RefPtr an alias of scoped_refptr
> 
> Bug: 763844
> Change-Id: Id348010e19f90b3042b4193a7641760949a12e50
> Reviewed-on: https://chromium-review.googlesource.com/700334
> Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
> Reviewed-by: Kentaro Hara <haraken@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#506696}

TBR=haraken@chromium.org,tzik@chromium.org

Change-Id: I09fee4ea6aeec51098bea98509dad262c89cf4f5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 763844
Reviewed-on: https://chromium-review.googlesource.com/701269
Reviewed-by: James MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#506732}
[modify] https://crrev.com/33a814529d1f6bb7e88e2268ee1a38d9d7aebf2d/third_party/WebKit/Source/platform/wtf/Forward.h
[modify] https://crrev.com/33a814529d1f6bb7e88e2268ee1a38d9d7aebf2d/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/33a814529d1f6bb7e88e2268ee1a38d9d7aebf2d/third_party/WebKit/public/platform/WebAudioBus.h

Comment 52 by kbr@chromium.org, Oct 5 2017

Blockedon: 772026
Project Member

Comment 53 by bugdroid1@chromium.org, Oct 7 2017

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

commit cffe0b3a56727366ebfc5c2eab7832a86517be6d
Author: tzik <tzik@chromium.org>
Date: Sat Oct 07 13:52:48 2017

Remove RefPtr auto unwrap in WTF::Bind and add WTF::RetainedRef

BindUnwrapTraits specialization for RefPtr in Function.h causes ODR
violation after the unification of RefPtr and scoped_refptr, as the
BindUnwrapTraits specialization is not necessarily visible from where
it's needed. I.e. if a source file includes "base/bind.h" and
"base/memory/ref_counted.h", and uses base::Bind with scoped_refptr,
then unspecialized BindUnwrapTraits is used on the callback invocation.
However, if the source file includes "Functional.h", specialized
BindUnwrapTraits is used.

Bug: 763844, 771978
Change-Id: I37f6cb2d99a93656811a14d4f94d6643552340c4
Reviewed-on: https://chromium-review.googlesource.com/705834
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507293}
[modify] https://crrev.com/cffe0b3a56727366ebfc5c2eab7832a86517be6d/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/cffe0b3a56727366ebfc5c2eab7832a86517be6d/third_party/WebKit/Source/platform/CrossThreadCopier.h
[modify] https://crrev.com/cffe0b3a56727366ebfc5c2eab7832a86517be6d/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/cffe0b3a56727366ebfc5c2eab7832a86517be6d/third_party/WebKit/Source/platform/wtf/Functional.h
[modify] https://crrev.com/cffe0b3a56727366ebfc5c2eab7832a86517be6d/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp

Project Member

Comment 54 by bugdroid1@chromium.org, Oct 9 2017

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

commit 654f5efa1d0fea72a82393d203a7af14bf9fb764
Author: tzik <tzik@chromium.org>
Date: Mon Oct 09 01:51:25 2017

Remove blink::RawData::DetachFromCurrentThread

As |data| there can be null, its usage causes UB on the existing code,
and will hit an assertion failure after the unification of WTF::RefPtr
and scoped_refptr.

This CL removes RawData::DetachFromCurrentThread itself, as it's nop
and there's no other user.

Bug: 763844, 772026
Change-Id: I4984b3f104fc6ba430e1e6d9a2ec342fc93b6fb2
Reviewed-on: https://chromium-review.googlesource.com/706435
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507316}
[modify] https://crrev.com/654f5efa1d0fea72a82393d203a7af14bf9fb764/third_party/WebKit/Source/platform/blob/BlobData.cpp
[modify] https://crrev.com/654f5efa1d0fea72a82393d203a7af14bf9fb764/third_party/WebKit/Source/platform/blob/BlobData.h

Project Member

Comment 55 by bugdroid1@chromium.org, Oct 9 2017

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

commit dacad9a5d42f6b1f485aa347fa5b36bf7374286e
Author: tzik <tzik@chromium.org>
Date: Mon Oct 09 04:21:17 2017

Make WTF::RefPtr an alias of scoped_refptr

This is a reland of http://crrev.com/dca5651bf052b019.
Failures on Linux CFI bot and Mac debug bots should be fixed
separately as http://crrev.com/c/705834 and
http://crrev.com/c/706435.

Bug: 763844
Change-Id: Id354300af2e587a067f8c7b754ce5db83a8cc9d4
Reviewed-on: https://chromium-review.googlesource.com/706874
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507327}
[modify] https://crrev.com/dacad9a5d42f6b1f485aa347fa5b36bf7374286e/third_party/WebKit/Source/platform/wtf/Forward.h
[modify] https://crrev.com/dacad9a5d42f6b1f485aa347fa5b36bf7374286e/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/dacad9a5d42f6b1f485aa347fa5b36bf7374286e/third_party/WebKit/public/platform/WebAudioBus.h

Project Member

Comment 56 by bugdroid1@chromium.org, Oct 13 2017

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

commit 78b1544ced9e7e98a805c3f34087ccaefa93cb31
Author: tzik <tzik@chromium.org>
Date: Fri Oct 13 01:57:26 2017

Move scoped_refptr to its own file

Blink will start using scoped_refptr, but will not use base::RefCounted
directly ATM. This CL moves scoped_refptr to its own file, so that
Blink can check ref_counted.h inclusion by DEPS rule. And avoid using
base::RefCounted accidentally.

Bug: 763844
Change-Id: I6f7f076b4f5c0a5ab4b49ef72310cf37faac3bf5
Reviewed-on: https://chromium-review.googlesource.com/711818
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#508579}
[modify] https://crrev.com/78b1544ced9e7e98a805c3f34087ccaefa93cb31/base/BUILD.gn
[modify] https://crrev.com/78b1544ced9e7e98a805c3f34087ccaefa93cb31/base/memory/ref_counted.h
[add] https://crrev.com/78b1544ced9e7e98a805c3f34087ccaefa93cb31/base/memory/scoped_refptr.h

Comment 57 by tzik@chromium.org, Oct 13 2017

Blockedon: 774107
Project Member

Comment 58 by bugdroid1@chromium.org, Oct 13 2017

Project Member

Comment 59 by bugdroid1@chromium.org, Oct 16 2017

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

commit 3e04193c7395b114dda5c889d2e402e44b660caa
Author: tzik <tzik@chromium.org>
Date: Mon Oct 16 17:29:30 2017

Add a free function version of swap for scoped_refptr

RefPtr had swap() as a free function, and scoped_refptr doesn't. So,
after RefPtr merged to scoped_refptr, each swap() callsites fell back
to inefficient std::swap(), that hurts performance. Especially,
std::sort() and std::priority_queue() are badly affected.

This CL adds the missing free function version of swap() to fix the
regression.

Bug: 774107, 763844
Change-Id: I9598e0a1e90d2b0c2b5f44d1ed108a64c85ca6d6
Reviewed-on: https://chromium-review.googlesource.com/721099
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509086}
[modify] https://crrev.com/3e04193c7395b114dda5c889d2e402e44b660caa/base/memory/scoped_refptr.h

Project Member

Comment 60 by bugdroid1@chromium.org, Oct 17 2017

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

commit e4bb7ea75e7546903f9597c429f41705332d05a9
Author: tzik <tzik@chromium.org>
Date: Tue Oct 17 06:35:52 2017

Use base/memory/scoped_refptr.h instead of ref_counted.h in Blink

scoped_refptr.h is allowed in Blink, and ref_counted.h is allowed only on wtf now.
This CL updates existing ref_counted.h inclusion to scoped_refptr.h.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I3837118b1cb4176c427ad9e39e43ade2769aeaf9
Reviewed-on: https://chromium-review.googlesource.com/712274
Reviewed-by: Alexander Timin <altimin@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#509306}
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/animation/CompositorAnimationHostTest.cpp
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/animation/CompositorAnimationTimeline.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/animation/CompositorAnimationTimelineTest.cpp
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/graphics/SurfaceLayerBridge.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositor.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayer.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/base/test_time_source.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/base/time_domain.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/renderer/idle_time_estimator_unittest.cc
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/scheduler/utility/webthread_impl_for_utility_thread.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/testing/CompositorTest.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/e4bb7ea75e7546903f9597c429f41705332d05a9/third_party/WebKit/Source/platform/wtf/text/StringImpl.h

Project Member

Comment 61 by bugdroid1@chromium.org, Oct 19 2017

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

commit 2406234011dac820232d1fa20958bbf5847279e9
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 13:55:26 2017

Replace WTF::RefPtr with scoped_refptr in core/html

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/html to remove RefPtr.

Bug: 763844
Change-Id: I66a4c246afce9800028427adef60f4a6e9cd429d
Reviewed-on: https://chromium-review.googlesource.com/727601
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510075}
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLCanvasElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLFrameElementBase.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLFrameElementBase.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLFrameOwnerElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLIFrameElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLIFrameElementTest.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLImageElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLImageElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLLinkElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLLinkElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLMarqueeElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/HTMLSourceElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/LinkStyle.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextHost.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/ImageElementBase.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/canvas/ImageElementBase.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/DateTimeEditElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/FileChooser.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/FileChooser.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/FormData.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/FormData.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/HTMLInputElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/HTMLInputElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/HTMLOptionElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/ImageInputType.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/InputTypeView.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/InternalPopupMenu.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/TextControlInnerElements.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/forms/TextControlInnerElements.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/media/HTMLVideoElement.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/media/HTMLVideoElement.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLParserReentryPermit.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLParserReentryPermit.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLPreloadScanner.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLToken.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.cpp
[modify] https://crrev.com/2406234011dac820232d1fa20958bbf5847279e9/third_party/WebKit/Source/core/html/parser/XSSAuditorDelegate.h

Project Member

Comment 62 by bugdroid1@chromium.org, Oct 19 2017

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

commit d7eb687c69fa89effe249400857b6e1f7e6f0850
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 14:20:36 2017

Replace WTF::RefPtr with scoped_refptr in core/loader

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/loader to remove RefPtr.

Bug: 763844
Change-Id: Ifc46f2984639ab3f6a9d5ea3c248e28b10f65f71
Reviewed-on: https://chromium-review.googlesource.com/727501
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510078}
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/DocumentLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/EmptyClients.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/EmptyClients.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FormSubmission.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FormSubmission.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FrameFetchContext.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FrameFetchContext.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FrameLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/FrameLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/HistoryItem.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/HistoryItem.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/ImageLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/LinkLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/LinkLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/LinkLoaderClient.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/LinkLoaderTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/PingLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/PingLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/ScheduledNavigation.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/SubresourceFilter.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/WorkerFetchContext.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/WorkerFetchContext.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoaderTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/modulescript/ModuleTreeLinkerTest.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/FontResource.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/FontResource.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/ImageResource.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/ImageResource.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.cpp
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/ImageResourceContent.h
[modify] https://crrev.com/d7eb687c69fa89effe249400857b6e1f7e6f0850/third_party/WebKit/Source/core/loader/resource/ImageResourceTest.cpp

Project Member

Comment 63 by bugdroid1@chromium.org, Oct 19 2017

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

commit c3815b3c505ef261f82cc739b53da5941d866dd2
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 16:26:28 2017

Update GDB pretty printer for the unification of WTF::RefPtr scoped_refptr

WTF::RefPtr used to have a scoped_refptr, but RefPtr is an alias of
scoped_refptr now. This updates the member access in the pretty printer
to fix the WTF::String printing.
Also, this CL drops OwnPtr and RefPtr pretty printer that are no longer
needed.

Bug: 763844
Change-Id: Ifb9418d6f5487a4ebc97c2c7b6c0b563746299a7
Reviewed-on: https://chromium-review.googlesource.com/727781
Reviewed-by: Aleks Totic <atotic@chromium.org>
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510103}
[modify] https://crrev.com/c3815b3c505ef261f82cc739b53da5941d866dd2/third_party/WebKit/Tools/gdb/webkit.py

Project Member

Comment 64 by bugdroid1@chromium.org, Oct 19 2017

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

commit 18051af09a87d6cdc4446b93bca6f5ce8f453bd4
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 18:07:25 2017

Replace WTF::RefPtr with scoped_refptr in core/frame

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/frame to remove RefPtr.

Bug: 763844
Change-Id: I4cd5877a45c20aba61018c532b09336aa24050f7
Reviewed-on: https://chromium-review.googlesource.com/727447
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510139}
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMTimer.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMTimer.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMWindow.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/DOMWindow.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/FrameSerializer.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/FrameSerializer.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/FrameTestHelpers.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/FrameTestHelpers.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/History.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/History.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/HistoryTest.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalDOMWindow.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalFrame.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalFrame.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalFrameClient.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalFrameView.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/LocalFrameView.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/MHTMLTest.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RemoteDOMWindow.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RemoteDOMWindow.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RemoteFrameClientImpl.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RootFrameViewport.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RootFrameViewport.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/RootFrameViewportTest.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/VisualViewport.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/VisualViewport.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/WebFrameWidgetBase.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/WebFrameWidgetImpl.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/WebViewFrameWidget.h
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicy.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/csp/ContentSecurityPolicyTest.cpp
[modify] https://crrev.com/18051af09a87d6cdc4446b93bca6f5ce8f453bd4/third_party/WebKit/Source/core/frame/csp/SourceListDirectiveTest.cpp

Project Member

Comment 65 by bugdroid1@chromium.org, Oct 19 2017

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

commit eab8e967175bec3a2bdb05b313284e106410bc25
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 18:37:34 2017

Reduce wtf/RefPtr.h

This CL contains:
 - Moves WTF::GetPtr overload for RefPtr to wtf/GetPtr.h,
 - Moves RefPtrValuePeeker to wtf/HashFunctions.h
 - Merges WTF::AdoptRef and base::AdoptRef.
as a preparation of RefPtr.h removal.

Bug: 763844
Change-Id: Iac2cfe6af0304ed4ea180f6ed50a08e9065672b9
Reviewed-on: https://chromium-review.googlesource.com/727683
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510145}
[modify] https://crrev.com/eab8e967175bec3a2bdb05b313284e106410bc25/third_party/WebKit/Source/platform/wtf/GetPtr.h
[modify] https://crrev.com/eab8e967175bec3a2bdb05b313284e106410bc25/third_party/WebKit/Source/platform/wtf/HashTraits.h
[modify] https://crrev.com/eab8e967175bec3a2bdb05b313284e106410bc25/third_party/WebKit/Source/platform/wtf/RefPtr.h

Project Member

Comment 66 by bugdroid1@chromium.org, Oct 19 2017

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

commit 866a0da554ef7718740f3a83c9f0611da26c0275
Author: tzik <tzik@chromium.org>
Date: Thu Oct 19 20:12:34 2017

Replace WTF::RefPtr with scoped_refptr in core/css

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/css to remove RefPtr.

Bug: 763844
Change-Id: I45575d76738769f0ff0747278d03274c37268f80
Reviewed-on: https://chromium-review.googlesource.com/727646
Reviewed-by: Darren Shen <shend@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510178}
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/ActiveStyleSheetsTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/BasicShapeFunctions.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCalculationValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCalculationValueTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCrossfadeValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCrossfadeValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCustomFontData.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontFace.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontFace.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontFaceSource.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontFaceSource.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontFaceSourceTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontSelector.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSFontSelector.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSGradientValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSGradientValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSMediaRule.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSMediaRule.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSPaintValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSPaintValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSPathValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSPathValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSSegmentedFontFace.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSSelector.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSStyleSheet.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSStyleSheet.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSVariableData.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/ElementRuleCollector.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/FontFace.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/FontFaceSetDocument.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/LocalFontFaceSource.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/LocalFontFaceSource.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaList.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaList.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQueryEvaluatorTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQueryList.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQueryList.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQueryMatcher.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQueryMatcherTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/MediaQuerySetTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/OffscreenFontSelector.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/OffscreenFontSelector.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/PropertyRegistration.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/PropertyRegistration.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/RemoteFontFaceSource.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/RemoteFontFaceSource.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/RuleFeature.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/RuleFeature.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleElement.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleMedia.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleRule.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleRule.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleRuleImport.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/StyleRuleImport.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/invalidation/InvalidationSetTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/invalidation/StyleInvalidatorTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/CSSTokenizerInputStream.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/MediaConditionTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/MediaQueryParser.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/MediaQueryParser.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/parser/SizesAttributeParser.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/CSSToStyleMap.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/CSSVariableResolver.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/FontBuilder.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/FontBuilder.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/FontBuilderTest.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleResolverState.cpp
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/resolver/StyleResolverState.h
[modify] https://crrev.com/866a0da554ef7718740f3a83c9f0611da26c0275/third_party/WebKit/Source/core/css/threaded/FontObjectThreadedTest.cpp

Project Member

Comment 67 by bugdroid1@chromium.org, Oct 20 2017

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

commit 99faa7973498729a478616339a521d65c9b2d1df
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 06:52:11 2017

Replace WTF::RefPtr with scoped_refptr in core/animation

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/animation to remove RefPtr.

Bug: 763844
Change-Id: I2ec662eb5ad75bdddb164b4267529fdc0f2a61f5
Reviewed-on: https://chromium-review.googlesource.com/725161
Reviewed-by: Timothy Loh <timloh@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510362}
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/AnimationInputHelpers.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/AnimationSimTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/BasicShapeInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/BasicShapeInterpolationFunctions.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSBasicShapeInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSDefaultInterpolationType.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSFilterListInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSFontVariationSettingsInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSImageInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSImageListInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSImageSliceInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSOffsetRotateInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSPathInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSRotateInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSScaleInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSShadowListInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSSizeListInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSTransformInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CSSVisibilityInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/EffectInput.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/EffectModel.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/EffectStack.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/ElementAnimations.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/FilterInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InertEffect.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InertEffect.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/Interpolation.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InterpolationEffect.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InterpolationEffect.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InterpolationValue.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/Keyframe.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/Keyframe.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/KeyframeEffectModelTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/KeyframeEffectReadOnly.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/LengthInterpolationFunctions.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/ListInterpolationFunctions.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/PairwiseInterpolationValue.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/PathInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/SVGTransformListInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/SampledEffect.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/ShadowInterpolationFunctions.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/StringKeyframe.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/StringKeyframe.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/Timing.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TimingInput.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TimingInputTest.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TransitionInterpolation.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TransitionInterpolation.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TransitionKeyframe.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TransitionKeyframe.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/TypedInterpolationValue.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableDouble.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableFilterOperations.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableTransform.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableTransform.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableUnknown.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/animatable/AnimatableValue.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSAnimations.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSTimingData.h
[modify] https://crrev.com/99faa7973498729a478616339a521d65c9b2d1df/third_party/WebKit/Source/core/animation/css/CSSTransitionDataTest.cpp

Project Member

Comment 68 by bugdroid1@chromium.org, Oct 20 2017

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

commit 696680c388ca8d12ecc6438720d72dba57425a4c
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 06:54:02 2017

Replace WTF::RefPtr with scoped_refptr in core/worker

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/worker to remove RefPtr.

Bug: 763844
Change-Id: I0667d2c0cc9c73b23ed60a6ce3f685518ff599da
Reviewed-on: https://chromium-review.googlesource.com/727446
Reviewed-by: Matt Falkenhagen <falken@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510363}
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorker.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorker.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScope.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerObjectProxy.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerObjectProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/DedicatedWorkerTest.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/GlobalScopeCreationParams.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/MainThreadWorkletTest.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ParentFrameTaskRunners.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletMessagingProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/ThreadedWorkletTest.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkerThreadTest.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/Worklet.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletGlobalScope.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletGlobalScope.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletGlobalScopeProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletModuleResponsesMapProxy.h
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.cpp
[modify] https://crrev.com/696680c388ca8d12ecc6438720d72dba57425a4c/third_party/WebKit/Source/core/workers/WorkletModuleTreeClient.h

Project Member

Comment 69 by bugdroid1@chromium.org, Oct 20 2017

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

commit 199f150cd5633d45678e35c6b90d75e5baa0f021
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 13:34:47 2017

Replace WTF::RefPtr with scoped_refptr in core/dom

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/dom to remove RefPtr.

Bug: 763844
Change-Id: I4dba348a2e0b291df17bf930c44b1aa2d0ea918c
Reviewed-on: https://chromium-review.googlesource.com/727604
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Reviewed-by: Hayato Ito <hayato@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510419}
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/BlinkCloneableMessage.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/DOMImplementation.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Document.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Document.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/DocumentModulatorImpl.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/DocumentModulatorImpl.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/DocumentTest.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/DynamicModuleResolverTest.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Element.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Element.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ElementRareData.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ElementRareData.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/MessagePort.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/MessagePort.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ModulatorImplBase.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ModulatorImplBase.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Node.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/Node.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/PseudoElement.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/PseudoElement.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/QualifiedName.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/RemoteSecurityContext.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/RemoteSecurityContext.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ScriptModuleResolverImplTest.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ScriptRunner.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/SecurityContext.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/SecurityContext.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/SpaceSplitString.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/UserGestureIndicator.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/UserGestureIndicator.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/UserGestureIndicatorTest.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/WorkletModulatorImpl.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/WorkletModulatorImpl.h
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/events/CustomEvent.cpp
[modify] https://crrev.com/199f150cd5633d45678e35c6b90d75e5baa0f021/third_party/WebKit/Source/core/dom/events/CustomEvent.h

Project Member

Comment 70 by bugdroid1@chromium.org, Oct 20 2017

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

commit a45a46834ff0d9cb3465d6630da6cb778ea6228d
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 14:42:01 2017

Replace WTF::RefPtr with scoped_refptr in core/layout

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/layout to remove RefPtr.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I01fcd002c724a6c63a290845ab879c841a9c463b
Reviewed-on: https://chromium-review.googlesource.com/725581
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510431}
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/CounterNode.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/CounterNode.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutBR.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutBlock.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutCounter.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutCounter.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutFullScreen.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutFullScreen.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutImageResource.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutImageResource.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutInline.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutListMarker.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutMenuList.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutMultiColumnSpannerPlaceholder.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutObject.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutObject.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutRubyRun.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutScrollbar.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutScrollbarPart.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTable.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTableCell.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTableRow.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTableSection.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutText.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutText.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextCombine.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextCombine.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextControl.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextFragment.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutTextFragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeAndroid.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeFuchsia.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeLinux.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeLinux.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeMac.mm
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeMobile.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeMobile.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeWin.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutThemeWin.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/LayoutView.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/MultiColumnFragmentainerGroupTest.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/TextAutosizer.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/api/LayoutItem.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/api/LayoutTextControlItem.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/api/LayoutTextFragmentItem.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/api/LayoutTextItem.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/NGInlineLayoutTest.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_box_state.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_break_token.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_item_result.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_items_builder_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_layout_algorithm_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_offset_mapping_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_inline_node_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_line_box_fragment_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_line_breaker_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_line_box_fragment.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_line_box_fragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_physical_text_fragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/inline/ng_text_fragment_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/layout_ng_block_flow.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/layout_ng_list_item.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_absolute_utils_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_base_fragment_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_base_fragment_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_base_layout_algorithm_test.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_child_iterator_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_node.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_block_node.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_column_layout_algorithm_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_constraint_space.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_constraint_space_builder_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_container_fragment_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_container_fragment_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_layout_algorithm.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_layout_input_node.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_layout_result.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_length_utils.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_out_of_flow_layout_part_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_page_layout_algorithm.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_page_layout_algorithm.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_box_fragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_container_fragment.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_container_fragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_positioned_float.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_relative_utils_test.cc
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGInlineText.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceGradient.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceLinearGradient.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceRadialGradient.cpp
[modify] https://crrev.com/a45a46834ff0d9cb3465d6630da6cb778ea6228d/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceRadialGradient.h

Project Member

Comment 71 by bugdroid1@chromium.org, Oct 20 2017

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

commit a4e87ee16888d17d9f2fab8a224b3b58de35d3b7
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 14:52:37 2017

Replace WTF::RefPtr with scoped_refptr in core/style

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/style to remove RefPtr.

Bug: 763844
Change-Id: I0bed4dcee9c5ee46788d8d96f7c58630aaf67226
Reviewed-on: https://chromium-review.googlesource.com/727645
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Bugs Nash <bugsnash@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510433}
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/BasicShapes.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/BasicShapes.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ClipPathOperation.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ComputedStyle.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ComputedStyle.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ComputedStyleTest.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/DataEquivalency.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/DataRef.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/MemberCopy.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/NinePieceImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/QuotesData.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/QuotesData.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/SVGComputedStyle.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/SVGComputedStyle.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/SVGComputedStyleTest.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ShadowList.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ShadowList.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/ShapeValue.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleFetchedImage.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleFetchedImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleFetchedImageSet.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleFetchedImageSet.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleGeneratedImage.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleGeneratedImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleInheritedVariables.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleInheritedVariables.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleInvalidImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleNonInheritedVariables.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StylePath.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StylePath.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StylePendingImage.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleRay.cpp
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleRay.h
[modify] https://crrev.com/a4e87ee16888d17d9f2fab8a224b3b58de35d3b7/third_party/WebKit/Source/core/style/StyleReflection.h

Project Member

Comment 72 by bugdroid1@chromium.org, Oct 20 2017

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

commit b793bdbba6f814eb5509c058fee27a0e77202980
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 17:24:24 2017

Replace WTF::RefPtr with scoped_refptr in modules/webaudio

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in modules/webaudio to remove RefPtr.

Bug: 763844
Change-Id: I6c482bc302de36189c4d5450c4edb01f9a47fd1a
Reviewed-on: https://chromium-review.googlesource.com/731205
Reviewed-by: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510477}
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AnalyserNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AnalyserNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AsyncAudioDecoder.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioBasicProcessorHandler.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioBuffer.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioDestinationNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioListener.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioNodeInput.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioParam.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioParam.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioSummingJunction.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScope.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/AudioWorkletThreadTest.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ConvolverNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DefaultAudioDestinationNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DelayProcessor.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/DynamicsCompressorNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/GainNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/GainNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/OscillatorNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/PannerNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/PannerNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/RealtimeAnalyser.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.cpp
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/StereoPannerNode.h
[modify] https://crrev.com/b793bdbba6f814eb5509c058fee27a0e77202980/third_party/WebKit/Source/modules/webaudio/WaveShaperNode.cpp

Project Member

Comment 73 by bugdroid1@chromium.org, Oct 20 2017

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

commit 90c56cbbd2b4a7824ab539193946ca21265a7eef
Author: tzik <tzik@chromium.org>
Date: Fri Oct 20 19:40:17 2017

Replace WTF::RefPtr with scoped_refptr in core/

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/ to remove RefPtr.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I04b06f6bb5814f59f469fe95c1922b87f0746fed
Reviewed-on: https://chromium-review.googlesource.com/727505
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510523}
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/ClipboardPromise.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/ClipboardPromise.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/DataObject.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/DataObject.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/DataObjectItem.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/DataObjectItem.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/clipboard/DataTransfer.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/editing/Editor.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/editing/FrameCaret.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/editing/FrameCaret.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/editing/FrameCaretTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/ErrorEvent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/MessageEvent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/MessageEvent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/PopStateEvent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/PopStateEvent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/events/PromiseRejectionEvent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/LocalFrameClientImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/LocalFrameClientImpl.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebDragDataTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebFrameSerializer.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebFrameSerializerSanitizationTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebFrameTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebPagePopupImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebSearchableFormData.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebSerializedScriptValue.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebUserGestureToken.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WebViewImpl.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/exported/WorkerShadowPage.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/Blob.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/Blob.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/File.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/File.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/FileListTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/FileReader.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/FileReaderLoader.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fileapi/FileTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/fullscreen/Fullscreen.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/imagebitmap/ImageBitmapFactories.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/imagebitmap/ImageBitmapTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/input/EventHandler.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorPageAgent.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorPageAgent.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/NetworkResourcesData.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/inspector/NetworkResourcesData.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/mojo/MojoWatcher.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/mojo/tests/JsToCppTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/offscreencanvas/OffscreenCanvas.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/origin_trials/OriginTrialContextTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/ChromeClient.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/ChromeClientImpl.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/ChromeClientImpl.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/DragController.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/PagePopupClientTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/PrintContext.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/page/ValidationMessageOverlayDelegate.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/BoxPainterBase.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ClipRects.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ClipRectsCache.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/FindPaintOffsetAndVisualRectNeedingUpdate.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/FindPropertiesNeedingUpdate.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ImagePainter.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/NinePieceImagePainter.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayer.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayer.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayerClipper.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintLayerTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/SelectionPaintingUtils.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ThemePainterMac.mm
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/compositing/CompositingReasonFinderTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ng/ng_paint_fragment.cc
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/paint/ng/ng_paint_fragment.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/probe/CoreProbes.pidl
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/scheduler/VirtualTimeTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/streams/ReadableStreamController.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGElement.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGElementRareData.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEDiffuseLightingElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEDistantLightElement.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFELightElement.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFEPointLightElement.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFESpecularLightingElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/SVGFESpotLightElement.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/SVGImage.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/SVGImageTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/testing/Internals.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/testing/Internals.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/testing/PageTestBase.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/timing/PerformanceBase.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/timing/PerformanceBase.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/timing/PerformanceBaseTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/timing/PerformanceNavigationTiming.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMArrayBuffer.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMArrayBuffer.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMArrayBufferBase.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMArrayBufferView.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMDataView.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMDataView.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMSharedArrayBuffer.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/typed_arrays/DOMTypedArray.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/url/URLSearchParams.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/url/URLSearchParams.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/XSLTProcessorLibxslt.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/parser/SharedBufferReader.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/parser/SharedBufferReader.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xml/parser/XMLDocumentParser.h
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp
[modify] https://crrev.com/90c56cbbd2b4a7824ab539193946ca21265a7eef/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h

Project Member

Comment 74 by bugdroid1@chromium.org, Oct 21 2017

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

commit a36fb8491d8dcd11f045051d2d8ed78d3c60057c
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Sat Oct 21 02:08:18 2017

Use scoped_refptr instead of WTF::RefPtr in platform/blob

Now scoped_refptr can be used in blink. This CL is to replace WTF::RefPtr
with scoped_refptr. Additionally fixed some wrong coding style.

Bug: 763844
Change-Id: I75d12694f24119252e855b74bfc26d43e1393f3e
Reviewed-on: https://chromium-review.googlesource.com/727502
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Reviewed-by: Marijn Kruisselbrink <mek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510643}
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobBytesProvider.cpp
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobBytesProvider.h
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobBytesProviderTest.cpp
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobData.cpp
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobData.h
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobDataTest.cpp
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobRegistry.cpp
[modify] https://crrev.com/a36fb8491d8dcd11f045051d2d8ed78d3c60057c/third_party/WebKit/Source/platform/blob/BlobRegistry.h

Project Member

Comment 75 by bugdroid1@chromium.org, Oct 21 2017

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

commit b4af84b4cb89dbb352464bbfa2eb2da5ba784a62
Author: tzik <tzik@chromium.org>
Date: Sat Oct 21 04:24:30 2017

Replace WTF::RefPtr with scoped_refptr in modules/

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in modules/ to remove RefPtr.

Bug: 763844
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: I475a1542668648658f5971b7009e320efeb4ea46
Reviewed-on: https://chromium-review.googlesource.com/731343
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510658}
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/accessibility/AXInlineTextBox.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/accessibility/AXObject.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/broadcastchannel/BroadcastChannel.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/budget/BudgetService.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/cachestorage/Cache.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/BaseRenderingContext2D.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasGradient.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasPattern.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2D.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DTest.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/crypto/CryptoResultImpl.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/PaintWorklet.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScopeProxy.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/encryptedmedia/MediaKeyStatusMap.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/exported/WebEmbeddedWorkerImpl.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/exported/WebStorageEventDispatcherImpl.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapRenderingContext.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/nfc/MessageCallback.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/notifications/Notification.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/notifications/NotificationData.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/speech/SpeechSynthesis.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/speech/SpeechSynthesisVoice.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/vr/VRDisplay.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/vr/VRDisplay.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/webgl/GLStringQuery.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/webgl/WebGLQuery.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
[modify] https://crrev.com/b4af84b4cb89dbb352464bbfa2eb2da5ba784a62/third_party/WebKit/Source/modules/webgl/WebGLTimerQueryEXT.h

@tzik, I have a question as below, 

>6. Remove WTF::RefPtr impl, and replace it with an alias of scoped_refptr<>.

I know that you have been replacing WTF::RefPtr with scoped_refptr<>. But it looks you didn't include "base/memory/scoped_refptr.h" directly in the modified files. So I wonder if you will keep using wtf/RefPtr.h file in the blink. If not, wouldn't it good to include "base/memory/scoped_refptr.h" in the modified files? Because, as far as I know, Chromium has preferred to use direct include rather than indirect include.
Project Member

Comment 77 by bugdroid1@chromium.org, Oct 23 2017

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

commit 70e1d4536e0383463976608f80e735c2ceddba65
Author: tzik <tzik@chromium.org>
Date: Mon Oct 23 07:06:11 2017

Merge WTF::WrapRefPtr into base::WrapRefCounted

This renames WTF::WrapRefPtr with WTF::WrapRefCounted for naming parity
between base and WTF.

Bug: 763844
Change-Id: I13c7c1f2937ea84e353070b49d0ebaee1d803d90
Reviewed-on: https://chromium-review.googlesource.com/731443
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510724}
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/core/dom/events/CustomEvent.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/core/events/PopStateEvent.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/webaudio/AudioScheduledSourceNode.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/70e1d4536e0383463976608f80e735c2ceddba65/third_party/WebKit/Source/platform/wtf/RefPtr.h

Project Member

Comment 78 by bugdroid1@chromium.org, Oct 23 2017

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

commit c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6
Author: tzik <tzik@chromium.org>
Date: Mon Oct 23 08:23:20 2017

Replace WTF::RefPtr with scoped_refptr in storage modules

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in storage modules to remove RefPtr.

Bug: 763844
Change-Id: I7b90b8d866a3284a13bf5deda4940935a04418a1
Reviewed-on: https://chromium-review.googlesource.com/731207
Reviewed-by: Joshua Bell <jsbell@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Michael Nordman <michaeln@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510735}
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/filesystem/DOMFileSystemSync.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/filesystem/FileSystemCallbacks.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBCursor.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBIndex.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBIndex.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBKey.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBObservation.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequest.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequestLoader.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequestLoader.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequestQueueItem.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequestQueueItem.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBTestHelper.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBTestHelper.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBTransaction.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBValue.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBValueWrapping.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBValueWrapping.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/IDBValueWrappingTest.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/InspectorIndexedDBAgent.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/indexeddb/WebIDBCallbacksImpl.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/webdatabase/Database.h
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/webdatabase/InspectorDatabaseAgent.cpp
[modify] https://crrev.com/c19a68086e41f8a50e51ddb1b8d0a0d2adc395e6/third_party/WebKit/Source/modules/webdatabase/QuotaTrackerTest.cpp

Project Member

Comment 79 by bugdroid1@chromium.org, Oct 23 2017

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

commit 2f8a90bb707f336da1c082a0604b193acaff6750
Author: tzik <tzik@chromium.org>
Date: Mon Oct 23 08:35:43 2017

Replace WTF::RefPtr with scoped_refptr in modules/*worker*

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in modules/*worker* to remove RefPtr.

Bug: 763844
Change-Id: Id035ce5cf0347672bba32804dc3ae8466bba1f63
Reviewed-on: https://chromium-review.googlesource.com/731206
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510736}
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScope.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletGlobalScopeTest.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/AnimationWorkletThreadTest.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/WorkletAnimation.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/compositorworker/WorkletAnimation.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/FetchRespondWithObserver.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchRespondWithObserver.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContentSettingsProxy.h
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScopeProxy.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.cpp
[modify] https://crrev.com/2f8a90bb707f336da1c082a0604b193acaff6750/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerScriptCachedMetadataHandler.h

Project Member

Comment 80 by bugdroid1@chromium.org, Oct 23 2017

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

commit e54fde96ea1c566cce0f4041cd9c283de230f265
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Mon Oct 23 08:49:18 2017

Use scoped_refptr instead of WTF::RefPtr in platform/animation

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/animation.

Bug: 763844
Change-Id: If605ad01a04b3b5001a8554ee4c6834157fa5a2b
Reviewed-on: https://chromium-review.googlesource.com/732085
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510739}
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.cpp
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurveTest.cpp
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/CompositorKeyframe.cpp
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/TimingFunction.cpp
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/TimingFunction.h
[modify] https://crrev.com/e54fde96ea1c566cce0f4041cd9c283de230f265/third_party/WebKit/Source/platform/animation/TimingFunctionTest.cpp

Project Member

Comment 81 by bugdroid1@chromium.org, Oct 23 2017

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

commit c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00
Author: tzik <tzik@chromium.org>
Date: Mon Oct 23 09:07:51 2017

Replace WTF::RefPtr with scoped_refptr in modules/{fetch,websockets}

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in core/{fetch,websockets} to remove RefPtr.

Bug: 763844
Change-Id: Ibe4236916ae3d77b6dee2f19611561523a6d46cf
Reviewed-on: https://chromium-review.googlesource.com/731204
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Yutaka Hirano <yhirano@chromium.org>
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510743}
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/Body.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BodyStreamBuffer.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BytesConsumer.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BytesConsumer.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BytesConsumerTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FetchDataLoader.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FetchDataLoaderTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FetchManager.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FetchRequestData.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumer.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/Request.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/Request.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/RequestInit.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/RequestInit.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/fetch/Response.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/DOMWebSocket.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/DOMWebSocketTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannelTest.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/WebSocketChannel.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/WebSocketHandleClient.h
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/WebSocketHandleImpl.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp
[modify] https://crrev.com/c3ab363bbde8f4f8d5ec4f0aa1af25b54b481b00/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h

Project Member

Comment 82 by bugdroid1@chromium.org, Oct 23 2017

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

commit 7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Mon Oct 23 10:40:06 2017

Use scoped_refptr instead of WTF::RefPtr in platform/font

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/font.

Bug: 763844
Change-Id: I1956fa506e3d7cd7ff10e5280be77bd3031f44e7
Reviewed-on: https://chromium-review.googlesource.com/732798
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#510758}
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/BitmapGlyphsBlacklistTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/CustomFontData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/Font.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/Font.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCache.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCache.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCacheKey.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCacheTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontCustomPlatformData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDataCache.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDataCache.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDataForRangeSet.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDescription.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDescription.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontDescriptionTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFallbackList.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFamily.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontFamilyTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontGlobalContext.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontPlatformData.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/FontSelector.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/SegmentedFontData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/UnicodeRangeSetTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroid.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/android/FontCacheAndroidTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/fuchsia/FontCacheFuchsia.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/linux/FontCacheLinux.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/mac/FontCacheMac.mm
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/opentype/FontSettingsTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShapeIterator.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaperTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFontCache.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperFuzzer.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeCache.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResult.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizer.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBloberizerTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultInlineHeaders.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreaker.h
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/shaping/ShapingLineBreakerTest.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/skia/FontCacheSkia.cpp
[modify] https://crrev.com/7b20499fff2b1a299551ecf8ea8e9fbcf104e1a9/third_party/WebKit/Source/platform/fonts/win/FontCacheSkiaWin.cpp

Project Member

Comment 83 by bugdroid1@chromium.org, Oct 24 2017

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

commit c89e2d8602a1050fc99525f60f470441b43a14d1
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Tue Oct 24 06:56:17 2017

Use scoped_refptr instead of WTF::RefPtr in platform/scheduler

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/scheduler.

Bug: 763844
Change-Id: Ia3c1ee77c84ba42cd07f1a32452bd78659e41e80
Reviewed-on: https://chromium-review.googlesource.com/734561
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511048}
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/child/web_scheduler_impl.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/child/worker_global_scope_scheduler.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl_unittest.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/renderer_web_scheduler_impl.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/web_frame_scheduler_impl_unittest.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/web_view_scheduler_impl_unittest.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/test/fake_web_frame_scheduler.h
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.cc
[modify] https://crrev.com/c89e2d8602a1050fc99525f60f470441b43a14d1/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h

Project Member

Comment 84 by bugdroid1@chromium.org, Oct 24 2017

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

commit 8761b7bf600539b8e4ec8fb08d642a547af5815d
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Tue Oct 24 15:06:17 2017

Use scoped_refptr instead of WTF::RefPtr in platform/wtf

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/graphics. Additionally fix style nits using
git cl format.

Bug: 763844
Change-Id: If9ade527dd21457c74f8848e49de10397c4b6f3c
Reviewed-on: https://chromium-review.googlesource.com/735104
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511148}
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/Allocator.md
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/DequeTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/Functional.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/HashFunctions.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/HashSetTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/HashTraits.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/ListHashSetTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/RefPtrTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/RefVector.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/SizeLimits.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/StdLibExtras.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/TreeNodeTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/VectorTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/VectorTraits.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/experimental/ContainerTypeOperations.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/AtomicString.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/AtomicString.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/AtomicStringCF.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/AtomicStringTable.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/CString.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/CString.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringBuffer.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringHash.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringImpl.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringImplTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringOperators.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringStatics.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringView.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/StringViewTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/text/WTFString.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBuffer.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilderTest.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferContents.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.cpp
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferView.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Float32Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Float64Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Int16Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Int32Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/TypedArrayBase.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint16Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint32Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h
[modify] https://crrev.com/8761b7bf600539b8e4ec8fb08d642a547af5815d/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8ClampedArray.h

Project Member

Comment 85 by bugdroid1@chromium.org, Oct 25 2017

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

commit 4c58fbeaf0498087c2575f1b1cd17360ccced090
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Wed Oct 25 04:21:57 2017

Use scoped_refptr instead of WTF::RefPtr in platform/graphics

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/graphics. Additionally fix style nits using
git cl format.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Change-Id: I24c4d75a7fd3df1ecd13c29ce8d10b17ee64f612
Reviewed-on: https://chromium-review.googlesource.com/735062
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511369}
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/AcceleratedStaticBitmapImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/BitmapImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/BitmapImageTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DecodingImageGeneratorTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DeferredImageDecoder.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/GeneratedImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Gradient.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Gradient.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/HighContrastImageClassifierTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Image.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Image.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageBuffer.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageDecodingStoreTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageFrameGeneratorTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImageLayerChromiumTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImagePattern.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/ImagePattern.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/MailboxTextureHolder.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImplTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasPlaceholder.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasResourceProvider.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/OffscreenCanvasResourceProvider.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PaintRecordPattern.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Pattern.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/Pattern.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PictureSnapshot.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/PlaceholderImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurface.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/StaticBitmapImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/UnacceleratedImageBufferSurface.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/UnacceleratedStaticBitmapImage.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/compositing/CompositedLayerRasterInvalidatorTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/compositing/PaintArtifactCompositorTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/compositing/PaintChunksToCcLayerTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/DistantLightSource.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FELighting.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FELighting.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/FESpecularLighting.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/PointLightSource.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/filters/SpotLightSource.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferTestHelpers.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/ImageLayerBridge.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/ImageLayerBridge.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContext.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/gpu/SharedGpuContextTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/ClipPaintPropertyNode.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/EffectPaintPropertyNode.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/GeometryMapperTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/PaintControllerTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/PaintPropertyNode.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/PaintPropertyNodeTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeState.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/PropertyTreeStateTest.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/ScrollHitTestDisplayItem.cpp
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/ScrollHitTestDisplayItem.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/ScrollPaintPropertyNode.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/paint/TransformPaintPropertyNode.h
[modify] https://crrev.com/4c58fbeaf0498087c2575f1b1cd17360ccced090/third_party/WebKit/Source/platform/graphics/test/FakeScrollableArea.h

Project Member

Comment 86 by bugdroid1@chromium.org, Oct 25 2017

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

commit 81d4600df4953e641ae42094d4327646364214ff
Author: tzik <tzik@chromium.org>
Date: Wed Oct 25 11:49:37 2017

Replace WTF::RefPtr with scoped_refptr in bindings/

scoped_refptr is allowed in Blink now, and WTF::RefPtr is an alias of
scoped_refptr for migration. This CL inlines the alias to the RefPtr
users in bindings/ to remove RefPtr.

Bug: 763844
Change-Id: Ib92b8d442749aea332f6ca224b2831e8347f11a8
Reviewed-on: https://chromium-review.googlesource.com/735099
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Hitoshi Yoshida <peria@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511419}
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/IDLExtendedAttributes.md
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/CallbackPromiseAdapter.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorldTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/RejectedPromises.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptFunction.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptModule.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptStreamer.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptString.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptValue.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8BindingForTesting.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8ContextSnapshot.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8GCController.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8IntersectionObserverDelegate.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8NodeFilterCondition.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8ObjectBuilder.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8ScriptRunner.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/WorkerOrWorkletScriptController.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/custom/V8WindowCustom.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValue.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValue.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFactory.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFactory.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueFuzzer.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/SerializedScriptValueThreadedTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/UnpackedSerializedScriptValue.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/UnpackedSerializedScriptValue.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializerTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/V8BindingForModulesTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/serialization/SerializedScriptValueForModulesFactory.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/serialization/SerializedScriptValueForModulesFactory.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueDeserializerForModules.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModules.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/serialization/V8ScriptValueSerializerForModulesTest.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/modules/v8/wasm/WasmResponseExtensions.cpp
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/scripts/v8_types.py
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/templates/callback_interface.h.tmpl
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/templates/methods.cpp.tmpl
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackInterface.h
[modify] https://crrev.com/81d4600df4953e641ae42094d4327646364214ff/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp

Project Member

Comment 87 by bugdroid1@chromium.org, Oct 25 2017

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

commit 218a893c325ce3fcbd303c698319c9b9c08df392
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Wed Oct 25 12:03:08 2017

Use scoped_refptr instead of WTF::RefPtr in platform/exported

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/exported. Additionally fix style nits using
git cl format.

Bug: 763844
Change-Id: I2174031a5f93565965ca19dcc3df95745f69defd
Reviewed-on: https://chromium-review.googlesource.com/737733
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511421}
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebBlobInfo.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebCORS.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebContentSettingCallbacks.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebCryptoResult.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebData.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebHTTPBody.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebHTTPLoadInfo.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebImage.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebImageTest.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebMediaDeviceInfo.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebRTCICECandidate.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebSecurityOrigin.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebServiceWorkerRequest.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebServiceWorkerResponse.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebSpeechSynthesizerClientImpl.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebThreadSafeData.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebURLLoadTiming.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
[modify] https://crrev.com/218a893c325ce3fcbd303c698319c9b9c08df392/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp

Project Member

Comment 88 by bugdroid1@chromium.org, Oct 26 2017

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

commit 7e2a5d569ccc9862737882f7e3d5dec043aa600a
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Thu Oct 26 13:51:56 2017

Replace WTF::RefPtr with scoped_refptr in modules of platform

scoped_refptr can be used in blink now. This CL is to replace WTF::RefPtr
with scoped_refptr in platform/image-decoders, platform/loader, platform/transforms.

Bug: 763844
Change-Id: I4fee03758cbed0c4b9c3d6f1aec887d4178651a7
Reviewed-on: https://chromium-review.googlesource.com/737728
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Mike West <mkwst@chromium.org>
Cr-Commit-Position: refs/heads/master@{#511809}
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReader.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/FastSharedBufferReaderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/ImageDecoder.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/ImageDecoderTestHelpers.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/SegmentReader.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/bmp/BMPImageReader.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/gif/GIFImageReader.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/ico/ICOImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/png/PNGImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/image-decoders/webp/WEBPImageDecoderTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/CachedMetadata.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/CachedMetadataHandler.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/FetchContext.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/RawResource.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/Resource.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/Resource.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoadTiming.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoader.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoaderOptions.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceLoaderOptionsTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceRequest.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceRequestTest.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceResponse.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/ResourceTimingInfo.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/fetch/SubstituteData.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/loader/testing/MockFetchContext.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/IdentityTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/InterpolatedTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/Matrix3DTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/MatrixTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/PerspectiveTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/RotateTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/ScaleTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/SkewTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/SkewTransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/TransformOperation.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/TransformOperations.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/TransformOperations.h
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.cpp
[modify] https://crrev.com/7e2a5d569ccc9862737882f7e3d5dec043aa600a/third_party/WebKit/Source/platform/transforms/TranslateTransformOperation.h

Project Member

Comment 89 by bugdroid1@chromium.org, Oct 27 2017

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

commit 17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Fri Oct 27 23:58:37 2017

Replace all uses of RefPtr with scoped_refptr in platform

scoped_refptr can be used in blink now. This CL is to replace all of remaining uses of
WTF::RefPtr with scoped_refptr in platform.

Bug: 763844
Change-Id: Iffb8268ac36384ec690d12c8f573d0cfe1a09b50
Reviewed-on: https://chromium-review.googlesource.com/737774
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Kenneth Russell <kbr@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512355}
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/CalculationValue.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/CrossThreadCopier.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/CrossThreadCopier.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Cursor.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/DragImage.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/DragImageTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/LayoutLocale.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/LayoutLocale.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/LayoutLocaleTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Length.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Length.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODArena.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODArenaTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODFreeListArena.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODIntervalTree.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODRedBlackTree.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/PODRedBlackTreeTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Prerender.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SerializedResource.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SharedBuffer.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SharedBuffer.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SharedBufferChunkReader.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SharedBufferChunkReader.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/SharedBufferTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Timer.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/Timer.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/TimerTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/WebFrameScheduler.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/WebTaskRunner.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/WebTaskRunnerTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioBus.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioBus.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioDestination.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioDestination.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioFileReader.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/AudioResampler.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/HRTFElevation.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/HRTFPanner.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/MultiChannelResampler.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/PushPullFIFO.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/PushPullFIFOMultithreadTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/PushPullFIFOTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/Reverb.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/audio/SincResampler.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/CallbackFunctionBase.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/ScriptState.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/ScriptState.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/V8PerIsolateData.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/bindings/V8ValueCache.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/credentialmanager/PlatformFederatedCredential.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/credentialmanager/PlatformFederatedCredential.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyFuzzer.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/feature_policy/FeaturePolicyTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/heap/HeapTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/ArchiveResource.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/ArchiveResource.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/MHTMLParser.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mhtml/MHTMLParser.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mojo/KURLSecurityOriginTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/mojo/SecurityOriginStructTraits.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/EncodedFormData.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/EncodedFormData.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/EncodedFormDataTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/NetworkStateNotifier.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/NetworkStateNotifier.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/NetworkStateNotifierTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/NetworkUtils.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/NetworkUtils.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/network/WebSocketHandshakeRequest.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/plugins/PluginData.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/scroll/ScrollAnimatorTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/scroll/ScrollbarTestSuite.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisUtterance.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesisVoice.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/speech/PlatformSpeechSynthesizer.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/ArenaTestHelpers.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/FontTestHelpers.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/PaintPropertyTestHelpers.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/TestPaintArtifact.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/TestPaintArtifact.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/UnitTestHelpers.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/BidiContext.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/BidiContext.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/BidiResolver.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/Hyphenation.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/HyphenationTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/fuchsia/HyphenationFuchsia.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/hyphenation/HyphenationMinikin.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/linux/HyphenationLinux.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/mac/HyphenationMac.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/text/win/HyphenationWin.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/OriginAccessEntryTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityOrigin.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityOriginHash.h
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityOriginTest.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityPolicy.cpp
[modify] https://crrev.com/17d3f424c2a38cb2c4dfc7a24ffdc32879c5cffc/third_party/WebKit/Source/platform/weborigin/SecurityPolicyTest.cpp

Project Member

Comment 90 by bugdroid1@chromium.org, Oct 30 2017

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

commit 2ffcf85f1fe4704c3b60bede55278738451b7041
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Mon Oct 30 07:53:49 2017

Remove all uses of WTF::RefPtr in blink

scoped_refptr can be used in blink now. This CL is to replace some remaining uses of
WTF::RefPtr with scoped_refptr in blink.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng
Change-Id: I5925ee3793a94fe947be943e3206fe1d9a4f862e
Reviewed-on: https://chromium-review.googlesource.com/742768
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#512453}
[modify] https://crrev.com/2ffcf85f1fe4704c3b60bede55278738451b7041/third_party/WebKit/Source/build/scripts/make_instrumenting_probes.py
[modify] https://crrev.com/2ffcf85f1fe4704c3b60bede55278738451b7041/third_party/WebKit/Source/build/scripts/templates/fields/group.tmpl
[modify] https://crrev.com/2ffcf85f1fe4704c3b60bede55278738451b7041/third_party/WebKit/Source/core/animation/CSSRayInterpolationType.cpp
[modify] https://crrev.com/2ffcf85f1fe4704c3b60bede55278738451b7041/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h

I am interested to work on this bug. Please let me know whether i can take up this task or not?

Comment 92 by tzik@chromium.org, Nov 1 2017

#c91: I think there are just few things left to do, and Gyuyoung is about to land them.
Project Member

Comment 93 by bugdroid1@chromium.org, Nov 1 2017

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

commit ca2f9aedd172b9eb41b172211f26e037c104ce70
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Wed Nov 01 17:14:10 2017

Clean up all remaining uses of RefPtr in blink

scoped_refptr can be used in blink now. This CL is to replace all of remaining uses of
WTF::RefPtr with scoped_refptr in public/ and Tools/.

Bug: 763844
Change-Id: I288722eb51f5f8186862c36c692c4169b07bca1e
Reviewed-on: https://chromium-review.googlesource.com/746441
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Quinten Yearsley <qyearsley@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#513161}
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebAudioBus.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebBlobInfo.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebCrypto.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebData.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebHTTPBody.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebHTTPLoadInfo.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebImage.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebMediaStreamSource.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebMediaStreamTrack.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebPrivatePtr.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebSecurityOrigin.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebThreadSafeData.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/WebURLLoadTiming.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/web/WebSerializedScriptValue.h
[modify] https://crrev.com/ca2f9aedd172b9eb41b172211f26e037c104ce70/third_party/WebKit/public/web/WebUserGestureToken.h

Project Member

Comment 94 by bugdroid1@chromium.org, Nov 6 2017

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

commit ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2
Author: tzik <tzik@chromium.org>
Date: Mon Nov 06 16:43:17 2017

Remove blink::SingleThreadTaskRunnerRefPtr

SingleThreadTaskRunnerRefPtr is no longer needed after we allow
scoped_refptr in Blink. This CL removes it and inlines the alias to its
users.

Bug: 763844
Change-Id: I8328aecfe2fe0d7556c4e50f25e48ae23b96190b
Reviewed-on: https://chromium-review.googlesource.com/749570
Commit-Queue: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Alexander Timin <altimin@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#514151}
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/loader/web_url_loader_impl.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/loader/web_url_loader_impl.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/mojo/blink_interface_registry_impl.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/mojo/blink_interface_registry_impl.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/render_frame_impl.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/renderer/service_worker/worker_fetch_context_impl.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/content/test/test_blink_web_unit_test_support.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/PRESUBMIT.py
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.cpp
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/core/frame/WebLocalFrameImpl.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/WebTaskRunner.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/WebThread.cpp
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/exported/InterfaceRegistry.cpp
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/exported/Platform.cpp
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/loader/testing/WebURLLoaderFactoryWithMock.cpp
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/loader/testing/WebURLLoaderFactoryWithMock.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.cc
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/scheduler/renderer/webthread_impl_for_renderer_scheduler.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/InterfaceRegistry.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/Platform.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/WebThread.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/WebURLLoaderFactory.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/WebWorkerFetchContext.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerNetworkProvider.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/platform/scheduler/child/webthread_base.h
[delete] https://crrev.com/6804a845f099810c3f858a28a22e753a63d5d19e/third_party/WebKit/public/platform/scheduler/single_thread_task_runner.h
[modify] https://crrev.com/ae73ecf6e5332d3fc52e7fbe85b59e5d10cfbef2/third_party/WebKit/public/web/WebLocalFrame.h

Project Member

Comment 95 by bugdroid1@chromium.org, Nov 7 2017

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

commit 6cda2768b8bd52f5d20f3276d8a17f0cde3517a7
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Tue Nov 07 04:43:02 2017

Remove RefPtr type in wtf/RefPtr.h

To avoid new uses of RefPtr in the upcoming CLs, this cl removes RefPtr type in wtf/RefPtr.h
and the code generators. Additionally new uses of RefPtr in ShapingLineBreakerPerfTest
are removed

Bug: 763844
Change-Id: Ia3662ea419d57e15628f49a8c1e6d286dabdc550
Reviewed-on: https://chromium-review.googlesource.com/754250
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#514393}
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/build/scripts/make_computed_style_base.py
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/core/css/CSSProperties.json5
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/core/css/ComputedStyleExtraFields.json5
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/platform/testing/ShapingLineBreakerPerfTest.cpp
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/platform/wtf/Forward.h
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/6cda2768b8bd52f5d20f3276d8a17f0cde3517a7/third_party/WebKit/public/platform/WebAudioBus.h

Comment 96 by tzik@chromium.org, Nov 7 2017

Status: Fixed (was: Started)
Thanks for Gyuyong, we've finished to replace WTF::RefPtr with scoped_refptr. 🎉
Tzik: Would you announce the victory in blink-dev?

Project Member

Comment 98 by bugdroid1@chromium.org, Nov 15 2017

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

commit c9af8da650375df77b7d5a4e8708d83ef9ddd4a5
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Wed Nov 15 09:52:25 2017

Change RefPtr.h include with scoped_refptr.h in core/ of blink

All uses of RefPtr have been removed in blink. Now is time to remove RefPtr.h
in blink. As one of the step, this CL replaces RefPtr.h with scoped_refptr.h
in core folder of blink. After landing this CL, new CL will remove all RefPtr.h
file and remained uses.

Bug: 763844
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng;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: Ibbd154a735a6fab40cb732026588323dadce877c
Reviewed-on: https://chromium-review.googlesource.com/768316
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#516652}
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/Animation.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/CompositorAnimationsTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/DocumentTimeline.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/ElementAnimations.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/InertEffect.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/Keyframe.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/KeyframeEffectModel.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/Timing.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/animation/css/CSSAnimatableValueFactory.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/clipboard/DataObject.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/clipboard/Pasteboard.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/BasicShapeFunctions.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/BinaryDataFontFaceSource.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSBasicShapeValues.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSBorderImage.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSBorderImageSliceValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSContentDistributionValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSCustomPropertyDeclaration.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSFontFace.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSFontFaceSrcValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSGradientValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSImageGeneratorValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSImageValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSInheritedValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSInitialValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSPathValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSQuadValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSReflectValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSRuleList.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSShadowValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSTestHelper.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSTimingFunctionValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSUnsetValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSValuePool.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSVariableData.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/CSSVariableReferenceValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/ElementRuleCollector.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/FontFaceSetLoadEvent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/FontFaceSource.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/PropertyRegistration.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/StyleRule.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/invalidation/InvalidationSet.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/parser/CSSVariableParser.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/resolver/FontBuilder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/resolver/MatchResult.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/css/resolver/StyleResolver.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/Document.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/LayoutTreeBuilder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/MessagePort.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/RangeTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/SecurityContext.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/StaticRangeTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/UserGestureIndicator.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/XMLDocument.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/EventDispatcher.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/EventDispatcher.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/MediaElementEventQueue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/NodeEventContext.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/ScopedEventQueue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/dom/events/WindowEventContext.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/editing/FrameSelectionTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/editing/GranularityStrategyTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/editing/markers/DocumentMarkerControllerTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/editing/spellcheck/SpellCheckRequester.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/events/ErrorEvent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/events/EventFactory.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/events/RegisteredEventListener.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/LocalFrameClientImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/SharedWorkerRepositoryClientImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebAssociatedURLLoaderImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebDOMActivityLogger.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebDOMEvent.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebDocument.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebElementCollection.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebFileChooserCompletionImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebFormControlElement.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebHelperPluginImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebImageDecoder.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebPluginContainerImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebPluginDocument.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebSharedWorkerImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebTextCheckingCompletionImpl.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/exported/WebViewImpl.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/fileapi/Blob.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/fileapi/File.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/fileapi/FileReaderLoader.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/frame/DOMTimer.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/frame/FrameViewAutoSizeInfo.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/frame/SuspendableScriptExecutor.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/frame/WebViewFrameWidget.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/fullscreen/Fullscreen.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/HTMLImageFallbackHelper.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/ImageDocument.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/LinkManifest.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/canvas/CanvasImageSource.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContextFactory.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/forms/FileInputType.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/forms/LabelsNodeList.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/forms/PasswordInputType.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/forms/RadioNodeList.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/imports/LinkImport.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLDocumentParser.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLElementStack.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLFormattingElementList.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLParserReentryPermit.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLParserScriptRunner.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/HTMLTreeBuilder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/parser/TokenizedChunkQueue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/html/track/TextTrackList.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/imagebitmap/ImageBitmap.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/input/EventHandler.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/DOMEditor.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/DOMPatchSupport.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorCSSAgent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorDOMAgent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorHistory.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorOverlayAgent.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorStyleSheet.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/InspectorWorkerAgent.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/inspector/WorkerInspectorController.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/HitTestLocation.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/HitTestingTransformState.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/LayoutImageResourceStyleImage.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/LayoutProgress.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/LayoutText.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/line/AbstractInlineTextBox.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_base_fragment_builder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_block_break_token.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_block_layout_algorithm.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_container_fragment_builder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_floats_utils.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_layout_result.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_length_utils_test.cc
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_physical_fragment.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/layout/ng/ng_unpositioned_float.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/DocumentLoadTiming.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/DocumentLoader.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/NavigationScheduler.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/private/PrerenderHandle.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/resource/CSSStyleSheetResourceTest.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/loader/resource/FontResource.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/page/ContextMenuController.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/page/DragController.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/page/FocusController.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/page/PointerLockController.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/page/TouchAdjustment.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/paint/ObjectPaintProperties.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/paint/SelectionPaintingUtils.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/streams/ReadableStreamController.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/BasicShapes.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/CounterDirectives.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/DataEquivalency.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/DataRef.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/FillLayer.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/MemberCopy.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/QuotesData.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/SVGComputedStyleDefs.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/ShapeValue.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/style/StylePath.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/svg/graphics/SVGImage.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/svg/graphics/SVGImageForContainer.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/testing/GarbageCollectedScriptWrappable.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/timing/PerformanceMeasure.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/typed_arrays/DOMArrayBuffer.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/DedicatedWorker.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/DedicatedWorkerMessagingProxy.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/DedicatedWorkerObjectProxy.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/ThreadedWorkletGlobalScope.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/WorkerGlobalScope.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/WorkerScriptLoader.cpp
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/WorkerScriptLoader.h
[modify] https://crrev.com/c9af8da650375df77b7d5a4e8708d83ef9ddd4a5/third_party/WebKit/Source/core/workers/WorkerThread.h
[modify] https://crrev.com/c9af8d
Project Member

Comment 99 by bugdroid1@chromium.org, Nov 16 2017

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

commit 10d3078171629031e662ce7ee50251f91127b58b
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Thu Nov 16 17:07:48 2017

Change RefPtr.h include with scoped_refptr.h in platform/ and modules/ of blink

All uses of RefPtr have been removed in blink. Now is time to remove RefPtr.h
in blink. As one of the step, this CL replaces RefPtr.h with scoped_refptr.h
in platform and modules folder of blink. After landing this CL, new CL will
remove all RefPtr.h file and remained uses.

Bug: 763844
Cq-Include-Trybots: 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: If5cc4480ebf96948573c49b164909072f8322db7
Reviewed-on: https://chromium-review.googlesource.com/773923
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517111}
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/EventModulesFactory.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/accessibility/AXObjectCacheImpl.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/audio_output_devices/SetSinkIdCallbacks.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/cachestorage/InspectorCacheStorageAgent.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/canvas/canvas2d/CanvasStyle.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/canvas/canvas2d/HitRegion.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/canvas/imagebitmap/ImageBitmapRenderingContext.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/exported/WebSpeechGrammar.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/Body.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/BytesConsumer.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/BytesConsumer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandle.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/BytesConsumerTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/FetchRequestData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/FetchResponseData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/FormDataBytesConsumerTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/ReadableStreamBytesConsumer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/RequestInit.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/fetch/Response.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBAny.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBAny.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBCursor.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBDatabase.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBEventDispatcher.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBKey.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBMetadata.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBObjectStore.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBObservation.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBRequest.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBRequestLoader.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBRequestQueueItem.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBRequestQueueItem.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBRequestTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBTestHelper.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBTransactionTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBValue.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBValue.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBValueWrapping.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/indexeddb/IDBValueWrappingTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/installedapp/InstalledAppController.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/mediasource/MediaSourceRegistry.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/mediastream/NavigatorMediaStream.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/mediastream/UserMediaClient.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/mediastream/UserMediaClient.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/payments/PaymentRequest.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/peerconnection/RTCDataChannelTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescriptionRequestImpl.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/plugins/DOMMimeType.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/plugins/DOMPlugin.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/push_messaging/PushManager.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/push_messaging/PushSubscription.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/quota/DOMWindowQuota.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/quota/DeprecatedStorageQuotaCallbacksImpl.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/screen_orientation/LockOrientationCallback.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/FetchEvent.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchEvent.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClient.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerClients.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerLinkResource.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerWindowClient.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/speech/DOMWindowSpeechSynthesis.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/speech/SpeechRecognitionClientProxy.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/storage/DOMWindowStorage.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/storage/Storage.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/storage/Storage.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioBuffer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioBufferSourceNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioNodeOutput.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioParam.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioProcessingEvent.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/AudioWorkletNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/BaseAudioContext.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/BiquadProcessor.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/ChannelMergerNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/ChannelSplitterNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/ConstantSourceNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/ConvolverNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/DeferredTaskHandler.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/DelayProcessor.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/GainNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/MediaElementAudioSourceNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioDestinationNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/MediaStreamAudioSourceNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/OfflineAudioCompletionEvent.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/OfflineAudioDestinationNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/OscillatorNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/ScriptProcessorNode.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webaudio/WaveShaperProcessor.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webdatabase/QuotaTrackerTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLContextGroup.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLRenderbuffer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/webgl/WebGLTransformFeedback.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/websockets/DocumentWebSocketChannel.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/CalculationValue.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/Cursor.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/DragImage.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/DragImageTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/PODArenaTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/PODFreeListArenaTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/PODRedBlackTree.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/Prerender.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/SharedBufferTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/WebFrameScheduler.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/animation/CompositorFloatAnimationCurve.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/animation/CompositorKeyframe.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/animation/TimingFunction.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/audio/AudioDestination.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/audio/AudioFileReader.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/audio/HRTFElevation.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/audio/HRTFPanner.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/bindings/SharedPersistent.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/bindings/V8ValueCache.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/blob/BlobData.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/blob/BlobRegistry.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/blob/BlobRegistry.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebAudioBus.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebImage.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebMediaDeviceInfo.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebRTCSessionDescription.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisUtterance.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebSpeechSynthesisVoice.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/exported/WebURLResponse.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/feature_policy/FeaturePolicy.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/CustomFontData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontCache.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontDescription.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontFallbackIterator.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontFamily.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontPlatformData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/FontSelector.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/opentype/FontSettings.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/opentype/FontSettingsTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/opentype/OpenTypeVerticalDataTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzFace.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/BitmapImage.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridge.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/Canvas2DLayerBridgeTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/CanvasResourceProvider.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/CrossfadeGeneratedImage.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTest.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/DeferredImageDecoderTestWoPlatform.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/DrawLooperBuilder.cpp
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/FrameData.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/Gradient.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/GradientGeneratedImage.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/Image.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/ImageBuffer.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/ImageFrameGenerator.h
[modify] https://crrev.com/10d3078171629031e662ce7ee50251f91127b58b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcher.h
[modify] https://crrev.com/10d307
Project Member

Comment 100 by bugdroid1@chromium.org, Nov 17 2017

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

commit 2d26468aad19d8c5ca9755fac8ac5f19eda52f55
Author: Daniel Cheng <dcheng@chromium.org>
Date: Fri Nov 17 08:28:34 2017

Disallow base::RefCounted usage in Blink.

Most usage is implicitly disallowed in Blink, but Source/platform
currently suppresses all checks. Mark base::RefCounted as disallowed in
Source/platform as well.

Bug: 763844
Change-Id: I5c6ad3c1157b429eb7f3a1ffbf290cd346086858
Reviewed-on: https://chromium-review.googlesource.com/776023
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#517342}
[modify] https://crrev.com/2d26468aad19d8c5ca9755fac8ac5f19eda52f55/third_party/WebKit/Tools/Scripts/audit-non-blink-usage.py

Project Member

Comment 101 by bugdroid1@chromium.org, Nov 21 2017

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

commit 209d58852daa3c0afc4afc9b5646f35e732e0ac2
Author: Gyuyoung Kim <gyuyoung.kim@lge.com>
Date: Tue Nov 21 04:10:59 2017

Change RefPtr.h include with scoped_refptr.h in bindings/ and public/ of blink

All uses of RefPtr have been removed in blink. Now is time to remove RefPtr.h
in blink. As a final step, this CL replaces RefPtr.h with scoped_refptr.h
in bindings and public folders of blink. And this CL removes RefPtr.h and things
regarding it finally.

Bug: 763844
Change-Id: I1caa17c6f20f51b192001efdd8096e38fcfad578
Reviewed-on: https://chromium-review.googlesource.com/776294
Commit-Queue: Gyuyoung Kim <gyuyoung.kim@lge.com>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Reviewed-by: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518105}
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/DEPS
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/GeneratedCodeHelper.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinition.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptCustomElementDefinitionBuilder.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptEventListener.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptPromise.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptPromisePropertyTest.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptString.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/ScriptValue.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V0CustomElementConstructorBuilder.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8ErrorHandler.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8EventListener.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8LazyEventListener.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8V0CustomElementLifecycleCallbacks.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/V8WorkerOrWorkletEventListener.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/custom/V8DocumentCustom.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/custom/V8MessageChannelCustom.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/serialization/UnpackedSerializedScriptValue.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueDeserializer.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/core/v8/serialization/V8ScriptValueSerializer.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/modules/v8/WebGLAny.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/modules/v8/wasm/WasmResponseExtensions.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/scripts/v8_interface.py
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBuffer.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8ArrayBufferView.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8DataView.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8SVGTestInterface.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestAttributeGetters.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestCallbackFunctions.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestConstants.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexed.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedGlobal.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestIntegerIndexedPrimaryGlobal.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface2.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterface3.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCheckSecurity.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceCustomConstructor.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceDocument.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEmpty.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventInitConstructor.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceEventTarget.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceGarbageCollected.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceNode.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceOriginTrialEnabled.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceSecureContext.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestNode.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestObject.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperations.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestSpecialOperationsNotEnumerable.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestTypedefs.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8TestVariadicConstructorArguments.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/core/V8Uint8ClampedArray.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInheritedLegacyUnenumerableNamedProperties.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface5.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterfacePartial.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestNotEnumerableNamedGetter.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/bindings/tests/results/modules/V8TestSubObject.cpp
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/build/scripts/templates/InternalRuntimeFlags.h.tmpl
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/build/scripts/templates/InternalSettingsGenerated.h.tmpl
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/core/exported/LocalFrameClientImpl.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/platform/wtf/BUILD.gn
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/Source/platform/wtf/README.md
[delete] https://crrev.com/409bbfc962b545826cf1b95c8c7518b4f8dc56d6/third_party/WebKit/Source/platform/wtf/RefPtr.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebCrypto.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebData.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebHTTPBody.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebImage.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebPrivatePtr.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebSecurityOrigin.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebThreadSafeData.h
[modify] https://crrev.com/209d58852daa3c0afc4afc9b5646f35e732e0ac2/third_party/WebKit/public/platform/WebURLLoadTiming.h

Project Member

Comment 102 by bugdroid1@chromium.org, Dec 14 2017

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

commit cea8306d39589a5a0e9c7f69c04f1e5e4f0ea9ac
Author: Aleks Totic <atotic@chromium.org>
Date: Thu Dec 14 17:13:00 2017

Fix broken DataRef printer

https://chromium-review.googlesource.com/c/chromium/src/+/727781 broke printing of DataRefs
This commit makes DataRef print like this:

(gdb) p container_style.box_data_
$2 = DataRef(scoped_refptr((blink::ComputedStyleBase::StyleBoxData *)0x1e6143288
170))

Bug: 763844
Change-Id: I6ebcdd2d32b032659d3cc00973859c23ccb8b693
Reviewed-on: https://chromium-review.googlesource.com/826262
Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org>
Reviewed-by: Taiju Tsuiki <tzik@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#524093}
[modify] https://crrev.com/cea8306d39589a5a0e9c7f69c04f1e5e4f0ea9ac/third_party/WebKit/Tools/gdb/webkit.py

Showing comments 3 - 102 of 102 Older

Sign in to add a comment