Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)

Created:
4 years, 1 month ago by dmazzoni
Modified:
4 years, 1 month ago
Reviewers:
sky
CC:
chromium-reviews, asanka, msramek+watch_chromium.org, sadrul, yusukes+watch_chromium.org, shuchen+watch_chromium.org, dmazzoni+watch_chromium.org, markusheintz_, stevenjb+watch_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, msw+watch_chromium.org, hcarmona+bubble_chromium.org, Matt Giuca, aboxhall+watch_chromium.org, sebsg+autofillwatch_chromium.org, raymes+watch_chromium.org, nona+watch_chromium.org, je_julie, vabr+watchlistautofill_chromium.org, kalyank, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, mlamouri+watch-notifications_chromium.org, yuzo+watch_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, gcasto+watchlist_chromium.org, dbeam+watch-downloads_chromium.org, rouslan+bubble_chromium.org, awdf+watch_chromium.org, groby+bubble_chromium.org, Peter Beverloo, mathp+autofillwatch_chromium.org, tfarina, nektar+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, dtseng+watch_chromium.org, estade+watch_chromium.org, James Su, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace ui::AXViewState with AXNodeData and AXActionData This is a refactoring change. Originally AXViewState was created when Views accessibility didn't share any code with the rest of Chrome. Now there's a lot more overlap, and every place where AXViewState is consumed, it's just converted into AXNodeData. This change eliminates AXViewState and uses AXNodeData in Views directly, allowing us to delete some conversion code. To replace AXViewState::set_value_callback, which was rather awkward, this change adds a virtual function to View that takes an AXActionData, a general-purpose struct that encodes an accessible action to take on an object. That provides a cleaner solution for set_value_callback and allows for more streamlining of code later. I suggest reviewing Patch Set 4 first, as that includes only the non-mechanical changes. BUG=662064 Committed: https://crrev.com/13e5258f7ad40c6dee7bd64e92d72c1a3f683451 Cr-Commit-Position: refs/heads/master@{#429823}

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Finish AXActionData changes, Mac compile, and state initialization #

Patch Set 4 : Non-mechanical changes only, for easier review #

Patch Set 5 : Full patch including mechanical changes #

Total comments: 5

Patch Set 6 : Return bool from HandleAccessibleAction, fix two views_unittests #

Patch Set 7 : Fix compile error, Mac test error #

Patch Set 8 : Fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+775 lines, -870 lines) Patch
M ash/common/accelerators/exit_warning_handler.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/shelf/app_list_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/app_list_button.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/shelf/shelf_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_button.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/shelf/shelf_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/shelf/shelf_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/audio/volume_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/audio/volume_view.cc View 1 4 3 chunks +7 lines, -6 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_list_view.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ash/common/system/chromeos/ime_menu/ime_menu_tray_unittest.cc View 1 2 4 2 chunks +5 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/network/network_state_list_detailed_view.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/network/tray_network.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/power/power_status_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/chromeos/power/power_status_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/power/tray_power.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/chromeos/tray_caps_lock.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/date/date_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/date/date_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/ime/tray_ime_chromeos.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ash/common/system/tray/actionable_view.h View 1 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/actionable_view.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/tray/hover_highlight_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/hover_highlight_view.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ash/common/system/tray/tray_background_view.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ash/common/system/tray/tray_background_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/tray/tray_item_more.h View 1 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/tray/tray_item_more.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/tray/tray_utils.cc View 1 4 2 chunks +6 lines, -6 lines 0 comments Download
M ash/common/system/user/button_from_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/button_from_view.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/system/user/tray_user_unittest.cc View 1 4 3 chunks +9 lines, -9 lines 0 comments Download
M ash/common/system/user/user_card_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ash/common/system/user/user_card_view.cc View 1 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/common/wm/window_cycle_list.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ash/system/chromeos/screen_layout_observer_unittest.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/network_config_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/options/network_config_view.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/ui/idle_app_name_notification_view.cc View 4 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/aura/accessibility/automation_manager_aura.cc View 1 2 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/aura/accessibility/ax_root_obj_wrapper.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/autofill/password_generation_popup_view_views.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/autofill/tooltip_icon.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/tooltip_icon.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 4 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc View 1 4 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 4 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/conflicting_module_view_win.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/conflicting_module_view_win.cc View 1 4 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/critical_notification_bubble_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/critical_notification_bubble_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_list_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_list_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_source_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/desktop_capture/desktop_media_source_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/download/download_item_view.cc View 1 4 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/extensions/bookmark_app_confirmation_view.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.cc View 1 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_non_client_frame_view_mus.cc View 1 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 4 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.h View 1 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.cc View 1 4 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_container_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobar_container_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.cc View 1 4 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/location_bar/bubble_icon_view.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/bubble_icon_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/open_pdf_in_reader_view.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_image_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_with_badge_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/page_action_with_badge_view.cc View 1 4 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_result_view.cc View 1 4 3 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.h View 1 2 3 4 5 4 chunks +2 lines, -13 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_view_views.cc View 1 2 3 4 5 6 5 chunks +33 lines, -31 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 4 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_controller.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 4 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 4 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_unittest.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu.cc View 4 3 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/browser_actions_container.cc View 1 4 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/toolbar/reload_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/reload_button.cc View 4 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view_unittest.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.cc View 1 4 2 chunks +7 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/website_settings/permission_prompt_impl.cc View 4 5 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/website_settings/permission_selector_row.cc View 4 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_win_unittest.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/accessibility/render_accessibility_impl.cc View 1 2 4 1 chunk +1 line, -0 lines 0 comments Download
M ui/accessibility/BUILD.gn View 4 1 chunk +0 lines, -2 lines 0 comments Download
M ui/accessibility/ax_enums.idl View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M ui/accessibility/ax_node_data.h View 1 chunk +9 lines, -0 lines 0 comments Download
M ui/accessibility/ax_node_data.cc View 1 2 3 4 5 1 chunk +35 lines, -0 lines 0 comments Download
D ui/accessibility/ax_view_state.h View 1 chunk +0 lines, -94 lines 0 comments Download
D ui/accessibility/ax_view_state.cc View 1 chunk +0 lines, -32 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_mac.mm View 1 2 4 4 chunks +8 lines, -9 lines 0 comments Download
M ui/app_list/views/app_list_folder_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/app_list_folder_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/app_list/views/app_list_item_view.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/views/start_page_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/bounded_label.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/bounded_label.cc View 4 1 chunk +2 lines, -2 lines 0 comments Download
M ui/message_center/views/message_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/message_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/message_center/views/notifier_settings_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/views/notifier_settings_view.cc View 4 3 chunks +6 lines, -6 lines 0 comments Download
M ui/message_center/views/toast_contents_view.h View 1 4 2 chunks +3 lines, -2 lines 0 comments Download
M ui/message_center/views/toast_contents_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/accessibility/ax_view_obj_wrapper.cc View 1 2 2 chunks +3 lines, -18 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility.cc View 1 2 3 4 5 4 chunks +14 lines, -29 lines 0 comments Download
M ui/views/accessibility/native_view_accessibility_unittest.cc View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/accessibility/native_view_accessibility_win.cc View 1 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/accessible_pane_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/accessible_pane_view.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/bubble/bubble_dialog_delegate.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/bubble/tray_bubble_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/button/button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/button.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/button/checkbox.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/button/checkbox.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/button/custom_button.h View 4 3 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/button/custom_button.cc View 4 2 chunks +7 lines, -7 lines 0 comments Download
M ui/views/controls/button/image_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/image_button.cc View 4 2 chunks +8 lines, -6 lines 0 comments Download
M ui/views/controls/button/label_button_unittest.cc View 1 4 3 chunks +18 lines, -14 lines 0 comments Download
M ui/views/controls/button/menu_button.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/button/menu_button.cc View 1 4 2 chunks +7 lines, -6 lines 0 comments Download
M ui/views/controls/button/radio_button.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/radio_button.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/combobox/combobox.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/controls/combobox/combobox.cc View 4 2 chunks +7 lines, -7 lines 0 comments Download
M ui/views/controls/image_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/image_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/label.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/label.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/label_unittest.cc View 4 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/link.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/link.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/menu/menu_item_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_item_view.cc View 4 2 chunks +9 lines, -9 lines 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/menu_scroll_view_container.cc View 1 4 2 chunks +4 lines, -5 lines 0 comments Download
M ui/views/controls/menu/submenu_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/menu/submenu_view.cc View 4 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/controls/message_box_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/message_box_view.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/progress_bar.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/progress_bar.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/controls/progress_bar_unittest.cc View 4 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/resize_area.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/resize_area.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/scrollbar/scroll_bar.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/scrollbar/scroll_bar.cc View 4 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/separator.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/separator.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/slider.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/slider.cc View 4 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tabbed_pane/tabbed_pane.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/controls/table/table_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/table/table_view.cc View 1 4 3 chunks +10 lines, -9 lines 0 comments Download
M ui/views/controls/textfield/textfield.h View 1 2 3 4 5 3 chunks +3 lines, -10 lines 0 comments Download
M ui/views/controls/textfield/textfield.cc View 1 2 3 4 5 3 chunks +30 lines, -27 lines 0 comments Download
M ui/views/controls/textfield/textfield_unittest.cc View 1 2 3 4 5 2 chunks +15 lines, -11 lines 0 comments Download
M ui/views/controls/tree/tree_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/tree/tree_view.cc View 4 2 chunks +6 lines, -6 lines 0 comments Download
M ui/views/controls/webview/webview.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/webview/webview.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/view.h View 1 2 3 4 5 2 chunks +11 lines, -3 lines 0 comments Download
M ui/views/view.cc View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/widget/native_widget_mac_accessibility_unittest.mm View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M ui/views/widget/root_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/widget/root_view.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/window/client_view.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/window/client_view.cc View 4 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/window/dialog_delegate.h View 4 1 chunk +1 line, -1 line 0 comments Download
M ui/views/window/dialog_delegate.cc View 4 2 chunks +4 lines, -4 lines 0 comments Download
M ui/views/window/non_client_view.h View 4 2 chunks +2 lines, -2 lines 0 comments Download
M ui/views/window/non_client_view.cc View 4 3 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 39 (27 generated)
dmazzoni
4 years, 1 month ago (2016-11-03 18:04:03 UTC) #17
sky
https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h File ui/views/view.h (right): https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h#newcode950 ui/views/view.h:950: virtual void GetAccessibleNodeData(ui::AXNodeData* node_data) {} While you're changing all ...
4 years, 1 month ago (2016-11-03 20:10:14 UTC) #20
dmazzoni
https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h File ui/views/view.h (right): https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h#newcode950 ui/views/view.h:950: virtual void GetAccessibleNodeData(ui::AXNodeData* node_data) {} On 2016/11/03 20:10:14, sky ...
4 years, 1 month ago (2016-11-03 22:27:37 UTC) #21
sky
https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h File ui/views/view.h (right): https://codereview.chromium.org/2477463003/diff/80001/ui/views/view.h#newcode950 ui/views/view.h:950: virtual void GetAccessibleNodeData(ui::AXNodeData* node_data) {} On 2016/11/03 22:27:37, dmazzoni ...
4 years, 1 month ago (2016-11-03 23:12:47 UTC) #22
sky
LGTM
4 years, 1 month ago (2016-11-03 23:39:37 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2477463003/100001
4 years, 1 month ago (2016-11-03 23:43:23 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/228890) win_clang on master.tryserver.chromium.win (JOB_FAILED, ...
4 years, 1 month ago (2016-11-04 00:26:17 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2477463003/120001
4 years, 1 month ago (2016-11-04 03:14:48 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/158294)
4 years, 1 month ago (2016-11-04 05:03:54 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2477463003/140001
4 years, 1 month ago (2016-11-04 06:14:52 UTC) #35
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 1 month ago (2016-11-04 07:24:50 UTC) #37
commit-bot: I haz the power
4 years, 1 month ago (2016-11-04 07:26:15 UTC) #39
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/13e5258f7ad40c6dee7bd64e92d72c1a3f683451
Cr-Commit-Position: refs/heads/master@{#429823}

Powered by Google App Engine
This is Rietveld 408576698