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

Issue 2127383003: mus: Introduce high-contrast mode in mus. (Closed)

Created:
4 years, 5 months ago by sadrul
Modified:
4 years, 5 months ago
CC:
chromium-reviews, rjkroege, sadrul, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, yuzo+watch_chromium.org, Aaron Boodman, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, kalyank, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mus: Introduce high-contrast mode in mus. BUG=626439 Committed: https://crrev.com/05ee8278913d7012f5216505e243d1b5b2728ba6 Cr-Commit-Position: refs/heads/master@{#404985}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 14

Patch Set 4 : . #

Patch Set 5 : self-nit #

Total comments: 6

Patch Set 6 : . #

Total comments: 2

Patch Set 7 : . #

Patch Set 8 : . #

Total comments: 10

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -10 lines) Patch
M ash/mus/bridge/wm_shell_mus.h View 1 2 3 4 5 6 3 chunks +8 lines, -1 line 0 comments Download
M ash/mus/bridge/wm_shell_mus.cc View 1 2 3 4 5 6 7 8 3 chunks +32 lines, -2 lines 0 comments Download
M ash/mus/manifest.json View 1 2 3 4 5 6 7 8 1 chunk +7 lines, -2 lines 0 comments Download
M ash/mus/window_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M services/ui/public/interfaces/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A services/ui/public/interfaces/accessibility_manager.mojom View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
M services/ui/service.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -0 lines 0 comments Download
M services/ui/service.cc View 1 2 3 4 5 6 7 8 4 chunks +14 lines, -0 lines 0 comments Download
M services/ui/ws/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
A services/ui/ws/accessibility_manager.h View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A services/ui/ws/accessibility_manager.cc View 1 2 3 1 chunk +30 lines, -0 lines 0 comments Download
M services/ui/ws/display.h View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/display.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M services/ui/ws/frame_generator.cc View 1 2 3 4 5 6 7 8 4 chunks +27 lines, -3 lines 0 comments Download
M services/ui/ws/frame_generator_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M services/ui/ws/platform_display.h View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/platform_display.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M services/ui/ws/platform_display_delegate.h View 1 chunk +2 lines, -0 lines 0 comments Download
M services/ui/ws/test_utils.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/test_utils.cc View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M services/ui/ws/window_server.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M services/ui/ws/window_server.cc View 1 2 3 3 chunks +30 lines, -1 line 0 comments Download

Messages

Total messages: 29 (9 generated)
sadrul
fsamuel@ Mind looking at the frame_generator change to see if that's the right way of ...
4 years, 5 months ago (2016-07-08 16:22:19 UTC) #2
sky
https://codereview.chromium.org/2127383003/diff/40001/ash/sysui/manifest.json File ash/sysui/manifest.json (right): https://codereview.chromium.org/2127383003/diff/40001/ash/sysui/manifest.json#newcode7 ash/sysui/manifest.json:7: "*": { "classes": [ "app", "a11y" ] }, nit: ...
4 years, 5 months ago (2016-07-08 16:45:01 UTC) #4
sadrul
https://codereview.chromium.org/2127383003/diff/40001/ash/sysui/manifest.json File ash/sysui/manifest.json (right): https://codereview.chromium.org/2127383003/diff/40001/ash/sysui/manifest.json#newcode7 ash/sysui/manifest.json:7: "*": { "classes": [ "app", "a11y" ] }, On ...
4 years, 5 months ago (2016-07-08 17:33:25 UTC) #5
sadrul
+kenrb@ for the mojom change (services/ui/public/interfaces/accessibility_manager.mojom). +danakj@ for the code in FrameGenerator (services/ui/ws/frame_generator.cc)
4 years, 5 months ago (2016-07-08 17:49:53 UTC) #7
kenrb
ipc lgtm
4 years, 5 months ago (2016-07-08 18:15:25 UTC) #8
danakj
https://codereview.chromium.org/2127383003/diff/80001/services/ui/ws/frame_generator.cc File services/ui/ws/frame_generator.cc (right): https://codereview.chromium.org/2127383003/diff/80001/services/ui/ws/frame_generator.cc#newcode108 services/ui/ws/frame_generator.cc:108: std::unique_ptr<cc::RenderPass> invert_pass = cc::RenderPass::Create(); pls call SetNew on the ...
4 years, 5 months ago (2016-07-08 19:59:23 UTC) #9
sadrul
https://codereview.chromium.org/2127383003/diff/80001/services/ui/ws/frame_generator.cc File services/ui/ws/frame_generator.cc (right): https://codereview.chromium.org/2127383003/diff/80001/services/ui/ws/frame_generator.cc#newcode108 services/ui/ws/frame_generator.cc:108: std::unique_ptr<cc::RenderPass> invert_pass = cc::RenderPass::Create(); On 2016/07/08 19:59:23, danakj wrote: ...
4 years, 5 months ago (2016-07-08 20:10:27 UTC) #10
danakj
That LGTM
4 years, 5 months ago (2016-07-08 20:41:40 UTC) #11
sky
https://codereview.chromium.org/2127383003/diff/100001/ash/sysui/shell_delegate_mus.cc File ash/sysui/shell_delegate_mus.cc (right): https://codereview.chromium.org/2127383003/diff/100001/ash/sysui/shell_delegate_mus.cc#newcode31 ash/sysui/shell_delegate_mus.cc:31: class AccessibilityDelegateMus : public DefaultAccessibilityDelegate { Can this be ...
4 years, 5 months ago (2016-07-08 20:53:33 UTC) #12
sadrul
https://codereview.chromium.org/2127383003/diff/100001/ash/sysui/shell_delegate_mus.cc File ash/sysui/shell_delegate_mus.cc (right): https://codereview.chromium.org/2127383003/diff/100001/ash/sysui/shell_delegate_mus.cc#newcode31 ash/sysui/shell_delegate_mus.cc:31: class AccessibilityDelegateMus : public DefaultAccessibilityDelegate { On 2016/07/08 20:53:32, ...
4 years, 5 months ago (2016-07-08 22:20:30 UTC) #13
sadrul
Since sky@ is OOO, +jamescook@ for ash/mus, +ben@ for services/ui changes.
4 years, 5 months ago (2016-07-09 14:21:19 UTC) #15
James Cook
ash/mus lgtm I'm about to head out of town, so I didn't look at the ...
4 years, 5 months ago (2016-07-10 02:31:36 UTC) #16
James Cook
ash/mus lgtm I'm about to head out of town, so I didn't look at the ...
4 years, 5 months ago (2016-07-10 02:31:37 UTC) #17
sadrul
+msw@ too for services/ui owner (since Ben also seems ooo at the moment)
4 years, 5 months ago (2016-07-12 14:42:49 UTC) #19
msw
Just a few minor comments/questions. https://codereview.chromium.org/2127383003/diff/140001/ash/mus/bridge/wm_shell_mus.cc File ash/mus/bridge/wm_shell_mus.cc (right): https://codereview.chromium.org/2127383003/diff/140001/ash/mus/bridge/wm_shell_mus.cc#newcode102 ash/mus/bridge/wm_shell_mus.cc:102: ui::mojom::AccessibilityManager* accessibility_manager() { nit: ...
4 years, 5 months ago (2016-07-12 18:30:09 UTC) #20
sadrul
https://codereview.chromium.org/2127383003/diff/140001/ash/mus/bridge/wm_shell_mus.cc File ash/mus/bridge/wm_shell_mus.cc (right): https://codereview.chromium.org/2127383003/diff/140001/ash/mus/bridge/wm_shell_mus.cc#newcode102 ash/mus/bridge/wm_shell_mus.cc:102: ui::mojom::AccessibilityManager* accessibility_manager() { On 2016/07/12 18:30:09, msw wrote: > ...
4 years, 5 months ago (2016-07-13 01:01:22 UTC) #21
msw
lgtm
4 years, 5 months ago (2016-07-13 01:07:58 UTC) #22
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/2127383003/160001
4 years, 5 months ago (2016-07-13 02:05:22 UTC) #25
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 5 months ago (2016-07-13 03:52:26 UTC) #27
commit-bot: I haz the power
4 years, 5 months ago (2016-07-13 03:54:42 UTC) #29
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/05ee8278913d7012f5216505e243d1b5b2728ba6
Cr-Commit-Position: refs/heads/master@{#404985}

Powered by Google App Engine
This is Rietveld 408576698