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

Issue 313023003: Oilpan: Replace RefPtrs to Document in core/{accessibility,animation,fetch} with Oilpan transition … (Closed)

Created:
6 years, 6 months ago by tkent
Modified:
6 years, 6 months ago
CC:
blink-reviews, shans, rjwright, aboxhall, Mike Lawther (Google), blink-reviews-animation_chromium.org, dstockwell, Timothy Loh, dmazzoni, gavinp+loader_chromium.org, darktears, Nate Chapin, Steve Block, Eric Willigers
Visibility:
Public.

Description

Oilpan: Replace RefPtrs to Document in core/{accessibility,animation,fetch} with Oilpan transition types. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175456

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -10 lines) Patch
M Source/core/accessibility/AXMenuList.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/accessibility/AXObjectCache.cpp View 1 chunk +1 line, -1 line 4 comments Download
M Source/core/animation/AnimationPlayerTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationStackTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/AnimationTimelineTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/EffectInputTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/fetch/DocumentResource.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/fetch/DocumentResource.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
tkent
Please review this.
6 years, 6 months ago (2014-06-04 06:06:02 UTC) #1
haraken
LGTM
6 years, 6 months ago (2014-06-04 06:09:47 UTC) #2
dmazzoni
https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp File Source/core/accessibility/AXObjectCache.cpp (right): https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp#newcode694 Source/core/accessibility/AXObjectCache.cpp:694: RefPtrWillBeRawPtr<Document> protectorForCacheOwner(m_document); In this particular case, the RefPtr is ...
6 years, 6 months ago (2014-06-04 06:27:26 UTC) #3
Mads Ager (chromium)
LGTM https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp File Source/core/accessibility/AXObjectCache.cpp (right): https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp#newcode694 Source/core/accessibility/AXObjectCache.cpp:694: RefPtrWillBeRawPtr<Document> protectorForCacheOwner(m_document); On 2014/06/04 06:27:26, dmazzoni wrote: > ...
6 years, 6 months ago (2014-06-04 06:30:13 UTC) #4
haraken
https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp File Source/core/accessibility/AXObjectCache.cpp (right): https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp#newcode694 Source/core/accessibility/AXObjectCache.cpp:694: RefPtrWillBeRawPtr<Document> protectorForCacheOwner(m_document); On 2014/06/04 06:27:26, dmazzoni wrote: > In ...
6 years, 6 months ago (2014-06-04 06:31:50 UTC) #5
zerny-chromium
lgtm https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp File Source/core/accessibility/AXObjectCache.cpp (right): https://codereview.chromium.org/313023003/diff/1/Source/core/accessibility/AXObjectCache.cpp#newcode694 Source/core/accessibility/AXObjectCache.cpp:694: RefPtrWillBeRawPtr<Document> protectorForCacheOwner(m_document); On 2014/06/04 06:27:26, dmazzoni wrote: > ...
6 years, 6 months ago (2014-06-04 06:31:52 UTC) #6
dmazzoni
On Tue, Jun 3, 2014 at 11:30 PM, <ager@chromium.org> wrote: > Most of them are ...
6 years, 6 months ago (2014-06-04 06:32:12 UTC) #7
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-04 07:53:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/313023003/1
6 years, 6 months ago (2014-06-04 07:55:03 UTC) #9
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 09:01:30 UTC) #10
Message was sent while issue was closed.
Change committed as 175456

Powered by Google App Engine
This is Rietveld 408576698