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

Issue 8917020: Adds a BrowserAccessibilityManager accessor to RenderWidgetHostView. (Closed)

Created:
9 years ago by David Tseng
Modified:
9 years ago
Reviewers:
dmazzoni, sky
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, dpranke-watch+content_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Adds a BrowserAccessibilityManager accessor to RenderWidgetHostView. Upcoming test infrastructure requires access to this meember. TEST=try bots. BUG=none. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114537

Patch Set 1 #

Patch Set 2 : Moves up BrowserAccessibilityManager to RenderWidgetHostView #

Patch Set 3 : Remove forward declaration. #

Total comments: 2

Patch Set 4 : Remove include of browser_accessibility_manager.h from header. #

Total comments: 14

Patch Set 5 : Address comments. #

Patch Set 6 : Insert proper includes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -26 lines) Patch
M content/browser/renderer_host/render_widget_host_view.h View 1 2 3 4 4 chunks +8 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view.cc View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.h View 1 2 3 4 5 2 chunks +0 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 chunks +10 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.h View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 4 5 5 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
David Tseng
9 years ago (2011-12-12 21:43:56 UTC) #1
dmazzoni
As discussed, let's move ownership of the BrowserAccessibilityManager* to the base class, since most of ...
9 years ago (2011-12-12 23:46:55 UTC) #2
David Tseng
PTAL. scoped_ptr in lines a destructor which calls delete on the ptr. The new patch ...
9 years ago (2011-12-13 01:26:38 UTC) #3
dmazzoni
The coding style guide specifically says you should be able to forward-declare for scoped_ptr - ...
9 years ago (2011-12-13 05:57:24 UTC) #4
David Tseng
Figured it out. I can't in-line any calls to scoped_ptr methods as they require a ...
9 years ago (2011-12-13 19:27:04 UTC) #5
David Tseng
+ sky for OWNERS approval.
9 years ago (2011-12-13 20:43:39 UTC) #6
dmazzoni
lgtm http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.cc File content/browser/renderer_host/render_widget_host_view.cc (right): http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.cc#newcode8 content/browser/renderer_host/render_widget_host_view.cc:8: #include "base/memory/scoped_ptr.h" Not needed, I think, if included ...
9 years ago (2011-12-13 20:52:36 UTC) #7
sky
http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.h File content/browser/renderer_host/render_widget_host_view.h (right): http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.h#newcode316 content/browser/renderer_host/render_widget_host_view.h:316: BrowserAccessibilityManager* browser_accessibility_manager(); If you use unix_hacker_style, inline int. http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.h#newcode317 ...
9 years ago (2011-12-13 21:37:12 UTC) #8
David Tseng
http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.cc File content/browser/renderer_host/render_widget_host_view.cc (right): http://codereview.chromium.org/8917020/diff/7001/content/browser/renderer_host/render_widget_host_view.cc#newcode8 content/browser/renderer_host/render_widget_host_view.cc:8: #include "base/memory/scoped_ptr.h" On 2011/12/13 20:52:36, Dominic Mazzoni wrote: > ...
9 years ago (2011-12-13 23:59:21 UTC) #9
sky
LGTM
9 years ago (2011-12-14 15:29:03 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/8917020/8010
9 years ago (2011-12-14 18:06:07 UTC) #11
commit-bot: I haz the power
Try job failure for 8917020-8010 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-14 18:22:06 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/8917020/8010
9 years ago (2011-12-14 21:01:41 UTC) #13
commit-bot: I haz the power
Try job failure for 8917020-8010 (retry) on win_rel for step "compile" (clobber build). It's a ...
9 years ago (2011-12-14 21:31:31 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dtseng@chromium.org/8917020/13004
9 years ago (2011-12-14 22:47:06 UTC) #15
commit-bot: I haz the power
9 years ago (2011-12-15 00:06:52 UTC) #16
Change committed as 114537

Powered by Google App Engine
This is Rietveld 408576698