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

Issue 93085: Removes the use of Windows-specific types for accessibility roles and states ... (Closed)

Created:
11 years, 8 months ago by Jonas Klink (Google)
Modified:
9 years, 7 months ago
Reviewers:
jcampan
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Removes the use of Windows-specific types for accessibility roles and states in Views and Browser\Views. Helps with the porting effort, and makes for a cleaner implementation. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=14689

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 9

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -157 lines) Patch
M chrome/browser/views/frame/opaque_browser_frame_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/frame/opaque_browser_frame_view.cc View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/browser/views/location_bar_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/views/location_bar_view.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/views/tab_contents_container_view.h View 1 2 2 chunks +1 line, -5 lines 0 comments Download
M chrome/browser/views/tab_contents_container_view.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/views/tabs/tab.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/tab.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/views/tabs/tab_strip.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/views/tabs/tab_strip.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/views/toolbar_view.h View 1 2 2 chunks +3 lines, -11 lines 0 comments Download
M chrome/browser/views/toolbar_view.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
A chrome/common/accessibility_types.h View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M chrome/common/common.vcproj View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/views/accessibility/view_accessibility.h View 1 2 1 chunk +9 lines, -1 line 0 comments Download
M chrome/views/accessibility/view_accessibility.cc View 1 2 3 chunks +53 lines, -14 lines 0 comments Download
M chrome/views/controls/button/button.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/views/controls/button/button.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/views/controls/button/button_dropdown.h View 1 2 1 chunk +4 lines, -14 lines 0 comments Download
M chrome/views/controls/button/button_dropdown.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/views/controls/button/menu_button.h View 1 2 1 chunk +4 lines, -14 lines 0 comments Download
M chrome/views/controls/button/menu_button.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M chrome/views/controls/label.h View 1 2 1 chunk +4 lines, -16 lines 0 comments Download
M chrome/views/controls/label.cc View 1 2 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/views/controls/label_unittest.cc View 1 2 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/views/view.h View 1 2 2 chunks +12 lines, -11 lines 0 comments Download
M chrome/views/widget/root_view.h View 1 2 1 chunk +4 lines, -12 lines 0 comments Download
M chrome/views/widget/root_view.cc View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/views/widget/root_view_win.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Jonas Klink (Google)
11 years, 8 months ago (2009-04-23 22:15:40 UTC) #1
jcampan
http://codereview.chromium.org/93085/diff/1019/78 File chrome/browser/views/frame/opaque_browser_frame_view.cc (right): http://codereview.chromium.org/93085/diff/1019/78#newcode599 Line 599: // far as MSAA and the UI tests ...
11 years, 8 months ago (2009-04-24 17:34:16 UTC) #2
jcampan
http://codereview.chromium.org/93085/diff/119/132 File chrome/common/accessibility_types.h (right): http://codereview.chromium.org/93085/diff/119/132#newcode45 Line 45: ~AccessibilityTypes(); You should probably provide an empty body ...
11 years, 8 months ago (2009-04-24 19:28:48 UTC) #3
jcampan
11 years, 8 months ago (2009-04-24 21:23:39 UTC) #4
LGTM

Powered by Google App Engine
This is Rietveld 408576698