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

Issue 2407303003: exo: Use WMHelper to access ash accessibility related features. (Closed)

Created:
4 years, 2 months ago by Peng
Modified:
3 years, 11 months ago
Reviewers:
reveman, David Tseng
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

exo: Use WMHelper to access ash accessibility related features. BUG=637914 Committed: https://crrev.com/5fe276a24193a33a46a4eab6abdc2f9888960839 Cr-Commit-Position: refs/heads/master@{#424735}

Patch Set 1 #

Patch Set 2 : Fix compile errors. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -29 lines) Patch
M components/exo/shell_surface.h View 4 chunks +5 lines, -7 lines 0 comments Download
M components/exo/shell_surface.cc View 7 chunks +13 lines, -19 lines 1 comment Download
M components/exo/shell_surface_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M components/exo/wm_helper.h View 4 chunks +14 lines, -0 lines 0 comments Download
M components/exo/wm_helper.cc View 2 chunks +13 lines, -0 lines 0 comments Download
M components/exo/wm_helper_ash.h View 4 chunks +8 lines, -0 lines 0 comments Download
M components/exo/wm_helper_ash.cc View 3 chunks +16 lines, -0 lines 0 comments Download
M components/exo/wm_helper_mus.h View 1 chunk +2 lines, -0 lines 0 comments Download
M components/exo/wm_helper_mus.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (9 generated)
Peng
Hi David, PTAL, Thanks.
4 years, 2 months ago (2016-10-11 18:57:26 UTC) #2
reveman
lgtm
4 years, 2 months ago (2016-10-12 13:56:13 UTC) #7
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/2407303003/20001
4 years, 2 months ago (2016-10-12 14:25:29 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-12 14:49:46 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/5fe276a24193a33a46a4eab6abdc2f9888960839 Cr-Commit-Position: refs/heads/master@{#424735}
4 years, 2 months ago (2016-10-12 14:52:32 UTC) #13
David Tseng
https://codereview.chromium.org/2407303003/diff/20001/components/exo/shell_surface.cc File components/exo/shell_surface.cc (left): https://codereview.chromium.org/2407303003/diff/20001/components/exo/shell_surface.cc#oldcode1077 components/exo/shell_surface.cc:1077: ash::WmShell::Get()->system_tray_notifier()->AddAccessibilityObserver(this); I don't understand how your cl replaces this ...
3 years, 11 months ago (2017-01-17 22:43:41 UTC) #15
Peng
3 years, 11 months ago (2017-01-18 20:49:47 UTC) #16
Message was sent while issue was closed.
On 2017/01/17 22:43:41, David Tseng wrote:
>
https://codereview.chromium.org/2407303003/diff/20001/components/exo/shell_su...
> File components/exo/shell_surface.cc (left):
> 
>
https://codereview.chromium.org/2407303003/diff/20001/components/exo/shell_su...
> components/exo/shell_surface.cc:1077:
> ash::WmShell::Get()->system_tray_notifier()->AddAccessibilityObserver(this);
> I don't understand how your cl replaces this observer call. WmHelper adds a
> *new* AccessibilityObserver interface which does get called, but the
> ash::AccessibilityObserver never gets called, since it never adds itself to
> observe this particular line?
> 
> Am I missing something?

Oops! I will fix this issue.

Powered by Google App Engine
This is Rietveld 408576698