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

Issue 2359553003: Replaced PassRefPtr copies with moves. (Closed)

Created:
4 years, 3 months ago by Bugs Nash
Modified:
4 years, 3 months ago
Reviewers:
haraken, Yuta Kitamura
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-animation_chromium.org, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-style_chromium.org, blink-worker-reviews_chromium.org, chromium-reviews, dglazkov+blink, dshwang, eae+blinkwatch, Eric Willigers, falken, hongchan, horo+watch_chromium.org, kinuko+worker_chromium.org, kinuko+watch, rjwright, rwlbuis, Raymond Toy, shans, shimazu+worker_chromium.org, sof, slimming-paint-reviews_chromium.org, tyoshino+watch_chromium.org, yhirano+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replaced PassRefPtr copies with moves. Part of making PassRefPtr move only, in preparation for the removal of PassRefPtr. The PassRefPtr copies in this patch were those that were more difficult to find (those involved in templates and cross thread) and new ones added since previous patches. BUG=640449 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Committed: https://crrev.com/0b54afe50728088d9434c02a9f8cca6d7180226d Cr-Commit-Position: refs/heads/master@{#420173}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -23 lines) Patch
M third_party/WebKit/Source/bindings/core/v8/DOMWrapperWorld.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/bindings/core/v8/ScriptState.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/SizeInterpolationFunctions.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSImageGeneratorValue.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/ElementRareData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.cpp View 4 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleVariableData.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerMessagingProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/workers/InProcessWorkerObjectProxy.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/websockets/WorkerWebSocketChannel.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/Length.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/audio/AudioDestination.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/platform/blob/BlobRegistry.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (8 generated)
Bugs Nash
4 years, 3 months ago (2016-09-21 00:39:13 UTC) #7
haraken
LGTM Just to confirm: If we forget to add std::move, will we get some compile ...
4 years, 3 months ago (2016-09-21 00:40:50 UTC) #8
Bugs Nash
On 2016/09/21 at 00:40:50, haraken wrote: > LGTM > > Just to confirm: If we ...
4 years, 3 months ago (2016-09-21 00:43:00 UTC) #9
haraken
On 2016/09/21 00:43:00, Bugs Nash wrote: > On 2016/09/21 at 00:40:50, haraken wrote: > > ...
4 years, 3 months ago (2016-09-21 00:44:41 UTC) #10
Yuta Kitamura
On 2016/09/21 00:44:41, haraken wrote: > On 2016/09/21 00:43:00, Bugs Nash wrote: > > On ...
4 years, 3 months ago (2016-09-21 06:21:06 UTC) #11
Yuta Kitamura
lgtm
4 years, 3 months ago (2016-09-21 06:21:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2359553003/1
4 years, 3 months ago (2016-09-21 21:46:56 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-09-21 21:53:34 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 21:55:37 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/0b54afe50728088d9434c02a9f8cca6d7180226d
Cr-Commit-Position: refs/heads/master@{#420173}

Powered by Google App Engine
This is Rietveld 408576698