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

Issue 2669633003: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)

Created:
3 years, 10 months ago by msw
Modified:
3 years, 10 months ago
Reviewers:
sky
CC:
chromium-reviews, kalyank, sadrul, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mash: Fix MusPropertyMirrorAsh for owned properties; add test. I fixed gfx::ImageSkia in: https://codereview.chromium.org/2667743003 This CL fixes the owned string properties similarly. Move the ash mirror to it's own file; add mash_unittest fixtures. Fallout from move to ash/public/cpp: -Move shelf_item_types.* to ash/public/cpp (TODO: remove stub header used for temporary forwarding) -Move kInvalidShelfID to avoid moving shelf_constants.h (better home) -Move two mirrored ash window properties to ash/public/cpp BUG=686936 TEST=automated; no crashes running apps on chrome --mash. R=sky@chromium.org Review-Url: https://codereview.chromium.org/2669633003 Cr-Commit-Position: refs/heads/master@{#447455} Committed: https://chromium.googlesource.com/chromium/src/+/612e45de4250e73fa0df767121d7d6ae4f2c9c83

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move mirror and its properties to ash/public/cpp; fallout... #

Patch Set 3 : More fallout #

Patch Set 4 : Fix ash shell #

Unified diffs Side-by-side diffs Delta from patch set Stats (+255 lines, -181 lines) Patch
M ash/BUILD.gn View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ash/common/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A ash/common/mus_property_mirror_ash_unittest.cc View 1 1 chunk +90 lines, -0 lines 0 comments Download
M ash/common/shelf/shelf_constants.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
D ash/common/shelf/shelf_item_types.h View 1 2 1 chunk +3 lines, -83 lines 0 comments Download
D ash/common/shelf/shelf_item_types.cc View 1 2 1 chunk +0 lines, -13 lines 0 comments Download
M ash/common/wm_window.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ash/mus/window_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/public/cpp/BUILD.gn View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A ash/public/cpp/mus_property_mirror_ash.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A ash/public/cpp/mus_property_mirror_ash.cc View 1 1 chunk +54 lines, -0 lines 0 comments Download
A + ash/public/cpp/shelf_item_types.h View 1 2 3 chunks +6 lines, -7 lines 0 comments Download
A + ash/public/cpp/shelf_item_types.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A ash/public/cpp/window_properties.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A ash/public/cpp/window_properties.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M ash/shell/panel_window.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/dock/docked_window_resizer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/panels/panel_window_resizer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/window_properties.h View 1 2 chunks +0 lines, -6 lines 0 comments Download
M ash/wm/window_properties.cc View 1 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/launcher/settings_window_observer.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/apps/chrome_native_app_window_views_aura_ash.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc View 1 3 chunks +4 lines, -56 lines 0 comments Download
M chrome/browser/ui/views/task_manager_view.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 27 (20 generated)
msw
Hey Scott, please take a look; thanks!
3 years, 10 months ago (2017-01-31 22:36:14 UTC) #1
sky
https://codereview.chromium.org/2669633003/diff/1/ash/mus/mus_property_mirror_ash.h File ash/mus/mus_property_mirror_ash.h (right): https://codereview.chromium.org/2669633003/diff/1/ash/mus/mus_property_mirror_ash.h#newcode17 ash/mus/mus_property_mirror_ash.h:17: class ASH_EXPORT MusPropertyMirrorAsh : public views::MusPropertyMirror { This isn't ...
3 years, 10 months ago (2017-01-31 23:25:09 UTC) #7
msw
Please take another look; thanks! https://codereview.chromium.org/2669633003/diff/1/ash/mus/mus_property_mirror_ash.h File ash/mus/mus_property_mirror_ash.h (right): https://codereview.chromium.org/2669633003/diff/1/ash/mus/mus_property_mirror_ash.h#newcode17 ash/mus/mus_property_mirror_ash.h:17: class ASH_EXPORT MusPropertyMirrorAsh : ...
3 years, 10 months ago (2017-02-01 01:25:00 UTC) #11
sky
LGTM
3 years, 10 months ago (2017-02-01 03:19:41 UTC) #18
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/2669633003/100001
3 years, 10 months ago (2017-02-01 05:21:34 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:100001) as https://chromium.googlesource.com/chromium/src/+/612e45de4250e73fa0df767121d7d6ae4f2c9c83
3 years, 10 months ago (2017-02-01 05:41:45 UTC) #25
msw
3 years, 10 months ago (2017-02-01 08:32:26 UTC) #26
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:100001) has been created in
https://codereview.chromium.org/2663383003/ by msw@chromium.org.

The reason for reverting is: Likely cause failing tests, see:
http://crbug.com/687472.

Powered by Google App Engine
This is Rietveld 408576698