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

Issue 12210082: content: convert accessibility notifications to observer usage (Closed)

Created:
7 years, 10 months ago by Paweł Hajdan Jr.
Modified:
7 years, 9 months ago
Reviewers:
dmazzoni, jam
CC:
chromium-reviews, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

content: convert accessibility notifications to callbacks BUG=170921 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185393

Patch Set 1 #

Patch Set 2 : trybots #

Patch Set 3 : trybots 2 #

Total comments: 1

Patch Set 4 : fixes #

Total comments: 2

Patch Set 5 : fixes #

Total comments: 2

Patch Set 6 : last fix #

Patch Set 7 : windows #

Total comments: 1

Patch Set 8 : content only #

Patch Set 9 : rebase #

Patch Set 10 : Windows fixes #

Patch Set 11 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -78 lines) Patch
M content/browser/accessibility/accessibility_win_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 chunks +58 lines, -36 lines 0 comments Download
M content/browser/accessibility/cross_platform_accessibility_browsertest.cc View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 2 3 4 5 6 7 3 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 5 6 7 2 chunks +13 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 3 chunks +25 lines, -11 lines 0 comments Download
M content/public/browser/notification_types.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Paweł Hajdan Jr.
7 years, 10 months ago (2013-02-08 14:08:22 UTC) #1
dmazzoni
lgtm https://codereview.chromium.org/12210082/diff/5003/content/public/browser/render_view_host_observer.h File content/public/browser/render_view_host_observer.h (right): https://codereview.chromium.org/12210082/diff/5003/content/public/browser/render_view_host_observer.h#newcode45 content/public/browser/render_view_host_observer.h:45: virtual void AccessibilityLayoutComplete(); Perhaps a single method with ...
7 years, 10 months ago (2013-02-08 15:55:21 UTC) #2
jam
since these notifications are only used inside content, and only for testing, they shouldn't be ...
7 years, 10 months ago (2013-02-08 17:59:27 UTC) #3
Paweł Hajdan Jr.
PTAL
7 years, 10 months ago (2013-02-12 14:51:33 UTC) #4
dmazzoni
https://codereview.chromium.org/12210082/diff/10002/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/12210082/diff/10002/content/browser/renderer_host/render_view_host_impl.h#newcode666 content/browser/renderer_host/render_view_host_impl.h:666: std::vector<base::Closure> accessibility_layout_callbacks_; I can't imagine we'll ever need more ...
7 years, 10 months ago (2013-02-12 16:00:52 UTC) #5
jam
https://codereview.chromium.org/12210082/diff/10002/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/12210082/diff/10002/content/browser/renderer_host/render_view_host_impl.h#newcode666 content/browser/renderer_host/render_view_host_impl.h:666: std::vector<base::Closure> accessibility_layout_callbacks_; On 2013/02/12 16:00:52, Dominic Mazzoni wrote: > ...
7 years, 10 months ago (2013-02-12 17:48:18 UTC) #6
Paweł Hajdan Jr.
PTAL
7 years, 10 months ago (2013-02-13 15:36:12 UTC) #7
dmazzoni
lgtm
7 years, 10 months ago (2013-02-13 19:49:20 UTC) #8
jam
lgtm, thank you this looks great https://codereview.chromium.org/12210082/diff/12001/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/12210082/diff/12001/content/browser/renderer_host/render_view_host_impl.h#newcode425 content/browser/renderer_host/render_view_host_impl.h:425: // Set accessibility ...
7 years, 10 months ago (2013-02-14 00:39:00 UTC) #9
Paweł Hajdan Jr.
https://codereview.chromium.org/12210082/diff/12001/content/browser/renderer_host/render_view_host_impl.h File content/browser/renderer_host/render_view_host_impl.h (right): https://codereview.chromium.org/12210082/diff/12001/content/browser/renderer_host/render_view_host_impl.h#newcode425 content/browser/renderer_host/render_view_host_impl.h:425: // Set accessibility callbacks (only for testing). On 2013/02/14 ...
7 years, 10 months ago (2013-02-14 09:28:11 UTC) #10
Paweł Hajdan Jr.
PTAL Sorry I missed one windows test file in chrome. If you want me to ...
7 years, 10 months ago (2013-02-14 13:41:19 UTC) #11
dmazzoni
https://codereview.chromium.org/12210082/diff/17001/chrome/browser/accessibility/accessibility_win_browsertest.cc File chrome/browser/accessibility/accessibility_win_browsertest.cc (right): https://codereview.chromium.org/12210082/diff/17001/chrome/browser/accessibility/accessibility_win_browsertest.cc#newcode224 chrome/browser/accessibility/accessibility_win_browsertest.cc:224: content::WebContents* web_contents = How about a helper method to ...
7 years, 10 months ago (2013-02-15 19:34:19 UTC) #12
jam
On 2013/02/14 13:41:19, Paweł Hajdan Jr. wrote: > PTAL > > Sorry I missed one ...
7 years, 10 months ago (2013-02-18 03:53:30 UTC) #13
dmazzoni
On 2013/02/18 03:53:30, jam wrote: > On 2013/02/14 13:41:19, Paweł Hajdan Jr. wrote: > > ...
7 years, 10 months ago (2013-02-18 04:20:17 UTC) #14
Paweł Hajdan Jr.
Alright, with accessibility_win_browsertest.cc in content this is again a content-only change. PTAL Please do a ...
7 years, 9 months ago (2013-02-27 19:32:35 UTC) #15
dmazzoni
lgtm
7 years, 9 months ago (2013-02-27 19:34:53 UTC) #16
Paweł Hajdan Jr.
7 years, 9 months ago (2013-03-01 01:44:47 UTC) #17
Message was sent while issue was closed.
Committed patchset #11 manually as r185393 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698