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

Issue 720693002: ResourcePtr refactoring (Closed)

Created:
6 years, 1 month ago by yhirano
Modified:
6 years, 1 month ago
CC:
blink-reviews, tyoshino+watch_chromium.org, Nate Chapin, gavinp+loader_chromium.org, dcheng
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

ResourcePtr refactoring - ResourcePtrBase destructor is non-virtual, so make it protected. - ResourcePtr<R> should accept ResourcePtr<U> only when U* is convertible to R*. - Use static_cast instead of reinterpret_cast. - Delete the unused assignment operator. BUG=None R=tyoshino Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185271

Patch Set 1 #

Total comments: 2

Patch Set 2 : trying to fix windows failure #

Patch Set 3 : trying to fix windows failure #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -14 lines) Patch
M Source/core/clipboard/DataTransfer.h View 2 chunks +1 line, -1 line 0 comments Download
M Source/core/fetch/ResourceFetcherTest.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/fetch/ResourcePtr.h View 1 2 3 2 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 18 (7 generated)
yhirano
6 years, 1 month ago (2014-11-12 07:00:05 UTC) #1
tyoshino (SeeGerritForStatus)
lgtm
6 years, 1 month ago (2014-11-12 08:53:57 UTC) #2
yhirano
+japhet@ for OWNER review.
6 years, 1 month ago (2014-11-12 09:14:17 UTC) #4
Nate Chapin
https://codereview.chromium.org/720693002/diff/1/Source/core/fetch/ResourcePtr.h File Source/core/fetch/ResourcePtr.h (right): https://codereview.chromium.org/720693002/diff/1/Source/core/fetch/ResourcePtr.h#newcode53 Source/core/fetch/ResourcePtr.h:53: ResourcePtrBase& operator=(const ResourcePtrBase&) = delete; I'm not familiar with ...
6 years, 1 month ago (2014-11-12 17:31:28 UTC) #5
dcheng
https://codereview.chromium.org/720693002/diff/1/Source/core/fetch/ResourcePtr.h File Source/core/fetch/ResourcePtr.h (right): https://codereview.chromium.org/720693002/diff/1/Source/core/fetch/ResourcePtr.h#newcode53 Source/core/fetch/ResourcePtr.h:53: ResourcePtrBase& operator=(const ResourcePtrBase&) = delete; On 2014/11/12 17:31:28, Nate ...
6 years, 1 month ago (2014-11-12 18:31:15 UTC) #7
Nate Chapin
Thanks. LGTM
6 years, 1 month ago (2014-11-12 18:41:43 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/720693002/1
6 years, 1 month ago (2014-11-13 01:04:56 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/36204)
6 years, 1 month ago (2014-11-13 03:20:14 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/720693002/1
6 years, 1 month ago (2014-11-13 03:22:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/720693002/60001
6 years, 1 month ago (2014-11-13 05:32:01 UTC) #17
commit-bot: I haz the power
6 years, 1 month ago (2014-11-13 06:36:16 UTC) #18
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 185271

Powered by Google App Engine
This is Rietveld 408576698