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

Issue 2981053002: Remove methods from BrowserAccessibilityComWin which aren't needed. (Closed)

Created:
3 years, 5 months ago by dougt
Modified:
3 years, 5 months ago
Reviewers:
dmazzoni
CC:
chromium-reviews, aboxhall+watch_chromium.org, nektar+watch_chromium.org, jam, yuzo+watch_chromium.org, dougt+watch_chromium.org, darin-cc_chromium.org, aleventhal+watch_chromium.org, dtseng+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove methods from BrowserAccessibilityComWin which aren't needed. This is the first larger patch where we can start removing methods from BrowserAccessibilityComWin that are completely implemented by AXPlatformNodeWin. Note, I believe the owner() check that is used in BrowserAccessibilityComWin is not needed anymore. This is because the AXPlatformNodeWin should be testing for a valid delegate in all of the exposed COM interfaces. Also note, that I have removed changing the accessibility mode flags from some of the unimplemented methods. I do not believe that this will be a problem since these methods aren't really used. There will be a follow up that moves more over after we work out what to do about handling of the mode flags. BUG=703369 Review-Url: https://codereview.chromium.org/2981053002 Cr-Commit-Position: refs/heads/master@{#487738} Committed: https://chromium.googlesource.com/chromium/src/+/4ab0dd0c1a9df25e89f2a5f18cf051d7f368eaa4

Patch Set 1 : Remove methods #

Total comments: 5

Patch Set 2 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -445 lines) Patch
M content/browser/accessibility/browser_accessibility_com_win.h View 1 2 chunks +0 lines, -94 lines 0 comments Download
M content/browser/accessibility/browser_accessibility_com_win.cc View 1 25 chunks +2 lines, -349 lines 0 comments Download
M ui/accessibility/platform/ax_platform_node_win.cc View 1 2 chunks +23 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 32 (22 generated)
dougt
dmazzoni, ptal.
3 years, 5 months ago (2017-07-15 22:30:30 UTC) #7
dmazzoni
Mostly looks fantastic, but I'm slightly confused about one thing... https://codereview.chromium.org/2981053002/diff/20001/ui/accessibility/platform/ax_platform_node_win.cc File ui/accessibility/platform/ax_platform_node_win.cc (right): https://codereview.chromium.org/2981053002/diff/20001/ui/accessibility/platform/ax_platform_node_win.cc#newcode935 ...
3 years, 5 months ago (2017-07-17 08:32:40 UTC) #8
dougt
On 2017/07/17 08:32:40, dmazzoni wrote: > Mostly looks fantastic, but I'm slightly confused about > ...
3 years, 5 months ago (2017-07-17 14:47:27 UTC) #9
dmazzoni
https://codereview.chromium.org/2981053002/diff/20001/content/browser/accessibility/browser_accessibility_com_win.cc File content/browser/accessibility/browser_accessibility_com_win.cc (left): https://codereview.chromium.org/2981053002/diff/20001/content/browser/accessibility/browser_accessibility_com_win.cc#oldcode1020 content/browser/accessibility/browser_accessibility_com_win.cc:1020: if (!owner()) Is there ever a case where owner_ ...
3 years, 5 months ago (2017-07-17 17:05:36 UTC) #10
dougt
https://codereview.chromium.org/2981053002/diff/20001/content/browser/accessibility/browser_accessibility_com_win.cc File content/browser/accessibility/browser_accessibility_com_win.cc (left): https://codereview.chromium.org/2981053002/diff/20001/content/browser/accessibility/browser_accessibility_com_win.cc#oldcode1020 content/browser/accessibility/browser_accessibility_com_win.cc:1020: if (!owner()) On 2017/07/17 17:05:36, dmazzoni wrote: > Is ...
3 years, 5 months ago (2017-07-17 19:45:51 UTC) #11
dmazzoni
lgtm Great!
3 years, 5 months ago (2017-07-17 19:55:31 UTC) #12
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/2981053002/20001
3 years, 5 months ago (2017-07-18 20:59:56 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/261113) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 5 months ago (2017-07-18 21:03:06 UTC) #16
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/2981053002/60001
3 years, 5 months ago (2017-07-19 03:29:53 UTC) #29
commit-bot: I haz the power
3 years, 5 months ago (2017-07-19 03:34:27 UTC) #32
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/4ab0dd0c1a9df25e89f2a5f18cf0...

Powered by Google App Engine
This is Rietveld 408576698