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

Issue 10544099: Refactor all accessibility code out of webkit/glue. (Closed)

Created:
8 years, 6 months ago by dmazzoni
Modified:
8 years, 6 months ago
Reviewers:
tony, jam
CC:
chromium-reviews, James Su, hashimoto+watch_chromium.org, jochen+watch-content_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, jam, penghuang+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, yusukes+watch_chromium.org, ctguil+watch_chromium.org, zork+watch_chromium.org, David Tseng
Visibility:
Public.

Description

Refactor all accessibility code out of webkit/glue. Moves the data definitions into content/common and the serialization code into content/renderer. There are no code changes here, this is just a refactoring. BUG=132129 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=141768

Patch Set 1 #

Patch Set 2 : Switch to clean branch #

Patch Set 3 : Fix Mac build #

Total comments: 12

Patch Set 4 : Move 'using' out of header files, make serializer from class into a global function #

Patch Set 5 : Rebase #

Patch Set 6 : Fix Mac typos #

Patch Set 7 : More Mac compile errors #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2072 lines, -2333 lines) Patch
M content/browser/accessibility/browser_accessibility.h View 1 2 3 5 chunks +20 lines, -16 lines 0 comments Download
M content/browser/accessibility/browser_accessibility.cc View 1 2 3 5 chunks +14 lines, -11 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_cocoa.mm View 1 2 3 4 5 28 chunks +197 lines, -175 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_gtk.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_gtk.cc View 3 chunks +11 lines, -11 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_mac_unittest.mm View 1 2 3 4 5 6 2 chunks +9 lines, -7 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.h View 1 2 3 4 chunks +9 lines, -10 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager.cc View 7 chunks +12 lines, -12 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_gtk.h View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_gtk.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_mac.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_mac.mm View 1 2 3 4 5 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_unittest.cc View 11 chunks +83 lines, -83 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_win.h View 1 2 3 2 chunks +1 line, -4 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_manager_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.h View 1 2 3 3 chunks +9 lines, -8 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win.cc View 72 chunks +255 lines, -239 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 7 chunks +63 lines, -62 lines 0 comments Download
M content/browser/accessibility/cross_platform_accessibility_browsertest.cc View 17 chunks +119 lines, -113 lines 0 comments Download
M content/browser/accessibility/renderer_accessibility_browsertest.cc View 19 chunks +137 lines, -130 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 2 3 4 5 chunks +3 lines, -7 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_gtk.cc View 1 2 3 3 chunks +6 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_win.cc View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M content/common/accessibility_messages.h View 4 chunks +9 lines, -9 lines 0 comments Download
A + content/common/accessibility_node_data.h View 1 2 3 4 chunks +11 lines, -48 lines 0 comments Download
A content/common/accessibility_node_data.cc View 1 chunk +411 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/accessibility_node_serializer.h View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
A content/renderer/accessibility_node_serializer.cc View 1 2 3 1 chunk +594 lines, -0 lines 0 comments Download
M content/renderer/renderer_accessibility.h View 1 chunk +0 lines, -4 lines 0 comments Download
M content/renderer/renderer_accessibility.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/renderer_accessibility_browsertest.cc View 8 chunks +26 lines, -24 lines 0 comments Download
M content/renderer/renderer_accessibility_complete.h View 4 chunks +5 lines, -8 lines 0 comments Download
M content/renderer/renderer_accessibility_complete.cc View 1 2 3 7 chunks +9 lines, -18 lines 0 comments Download
M content/renderer/renderer_accessibility_focus_only.cc View 2 chunks +11 lines, -12 lines 0 comments Download
D webkit/glue/webaccessibility.h View 1 chunk +0 lines, -321 lines 0 comments Download
D webkit/glue/webaccessibility.cc View 1 chunk +0 lines, -969 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dmazzoni
No code changes, just refactoring. jam: content tony: webkit/glue dtseng: fyi FYI, I promise I'll ...
8 years, 6 months ago (2012-06-11 20:26:06 UTC) #1
tony
LGTM. Splitting the serializing code into a separate file seems cleaner too.
8 years, 6 months ago (2012-06-11 20:56:05 UTC) #2
jam
http://codereview.chromium.org/10544099/diff/9001/content/browser/accessibility/browser_accessibility.h File content/browser/accessibility/browser_accessibility.h (right): http://codereview.chromium.org/10544099/diff/9001/content/browser/accessibility/browser_accessibility.h#newcode27 content/browser/accessibility/browser_accessibility.h:27: using content::AccessibilityNodeData; this is against the google style guide ...
8 years, 6 months ago (2012-06-12 00:00:42 UTC) #3
dmazzoni
http://codereview.chromium.org/10544099/diff/9001/content/browser/accessibility/browser_accessibility.h File content/browser/accessibility/browser_accessibility.h (right): http://codereview.chromium.org/10544099/diff/9001/content/browser/accessibility/browser_accessibility.h#newcode27 content/browser/accessibility/browser_accessibility.h:27: using content::AccessibilityNodeData; On 2012/06/12 00:00:42, John Abd-El-Malek wrote: > ...
8 years, 6 months ago (2012-06-12 18:35:33 UTC) #4
jam
lgtm http://codereview.chromium.org/10544099/diff/9001/content/renderer/accessibility_node_serializer.h File content/renderer/accessibility_node_serializer.h (right): http://codereview.chromium.org/10544099/diff/9001/content/renderer/accessibility_node_serializer.h#newcode16 content/renderer/accessibility_node_serializer.h:16: enum IncludeChildren { On 2012/06/12 18:35:33, Dominic Mazzoni ...
8 years, 6 months ago (2012-06-12 21:01:51 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmazzoni@chromium.org/10544099/6007
8 years, 6 months ago (2012-06-12 21:03:30 UTC) #6
commit-bot: I haz the power
8 years, 6 months ago (2012-06-12 22:55:20 UTC) #7
Change committed as 141768

Powered by Google App Engine
This is Rietveld 408576698