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

Issue 1088473002: Refactor ScopedAXObjectCache to remove ref count (Closed)

Created:
5 years, 8 months ago by keishi
Modified:
5 years, 6 months ago
CC:
blink-reviews, je_julie(Not used), aboxhall, sof, eae+blinkwatch, dglazkov+blink, blink-reviews-dom_chromium.org, nektarios, dmazzoni, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Refactor ScopedAXObjectCache to remove ref count ScopedAXObjectCache doesn't need to be ref counted. BUG=None

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Patch Set 6 : #

Total comments: 2

Patch Set 7 : removed m_ownedCache init #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -42 lines) Patch
M Source/core/dom/AXObjectCache.h View 1 2 3 4 3 chunks +7 lines, -8 lines 0 comments Download
M Source/core/dom/AXObjectCache.cpp View 1 2 3 4 5 6 2 chunks +9 lines, -17 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/accessibility/AXObjectCacheImpl.cpp View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/accessibility/InspectorAccessibilityAgent.cpp View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebAXObject.cpp View 1 2 3 4 1 chunk +1 line, -6 lines 0 comments Download
M public/web/WebAXObject.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
dmazzoni
lgtm Thanks, that's a lot cleaner
5 years, 7 months ago (2015-04-28 06:31:00 UTC) #2
haraken
https://codereview.chromium.org/1088473002/diff/60001/Source/core/dom/AXObjectCache.h File Source/core/dom/AXObjectCache.h (right): https://codereview.chromium.org/1088473002/diff/60001/Source/core/dom/AXObjectCache.h#newcode144 Source/core/dom/AXObjectCache.h:144: class CORE_EXPORT ScopedAXObjectCache { I'm not quite sure how ...
5 years, 7 months ago (2015-04-28 11:36:25 UTC) #4
keishi
https://codereview.chromium.org/1088473002/diff/60001/Source/core/dom/AXObjectCache.h File Source/core/dom/AXObjectCache.h (right): https://codereview.chromium.org/1088473002/diff/60001/Source/core/dom/AXObjectCache.h#newcode144 Source/core/dom/AXObjectCache.h:144: class CORE_EXPORT ScopedAXObjectCache { On 2015/04/28 11:36:25, haraken wrote: ...
5 years, 6 months ago (2015-05-28 06:49:13 UTC) #5
haraken
LGTM https://codereview.chromium.org/1088473002/diff/100001/Source/core/dom/AXObjectCache.cpp File Source/core/dom/AXObjectCache.cpp (right): https://codereview.chromium.org/1088473002/diff/100001/Source/core/dom/AXObjectCache.cpp#newcode63 Source/core/dom/AXObjectCache.cpp:63: : m_ownedCache(nullptr) This wouldn't be necessary.
5 years, 6 months ago (2015-05-28 08:50:08 UTC) #6
keishi
https://codereview.chromium.org/1088473002/diff/100001/Source/core/dom/AXObjectCache.cpp File Source/core/dom/AXObjectCache.cpp (right): https://codereview.chromium.org/1088473002/diff/100001/Source/core/dom/AXObjectCache.cpp#newcode63 Source/core/dom/AXObjectCache.cpp:63: : m_ownedCache(nullptr) On 2015/05/28 08:50:08, haraken wrote: > > ...
5 years, 6 months ago (2015-05-29 05:05:05 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1088473002/120001
5 years, 6 months ago (2015-05-29 05:05:27 UTC) #10
commit-bot: I haz the power
5 years, 6 months ago (2015-05-29 05:10:38 UTC) #12
Try jobs failed on following builders:
  blink_presubmit on tryserver.blink (JOB_FAILED,
http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/3...)

Powered by Google App Engine
This is Rietveld 408576698