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

Issue 1910043002: Provide capability classes from Mus (Closed)

Created:
4 years, 8 months ago by Ben Goodger (Google)
Modified:
4 years, 8 months ago
Reviewers:
sky
CC:
chromium-reviews, rjkroege, kalyank, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Provide capability classes from Mus - Allow mus to reject connections from sources that do not specify a class. R=sky@chromium.org BUG= Committed: https://crrev.com/d566fafb3c810da8267e5a7f54420cd9c05c950e Cr-Commit-Position: refs/heads/master@{#389310}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -64 lines) Patch
M ash/mus/manifest.json View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M components/mus/demo/manifest.json View 1 2 3 1 chunk +7 lines, -1 line 0 comments Download
M components/mus/manifest.json View 1 2 3 1 chunk +20 lines, -2 lines 0 comments Download
M components/mus/ws/mus_ws_unittests_app_manifest.json View 1 2 3 4 5 1 chunk +10 lines, -1 line 0 comments Download
M components/resource_provider/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/app/mojo/content_browser_manifest.json View 1 1 chunk +5 lines, -1 line 0 comments Download
M content/public/app/mojo/content_renderer_manifest.json View 1 1 chunk +6 lines, -1 line 0 comments Download
M mash/catalog_viewer/manifest.json View 1 1 chunk +5 lines, -2 lines 0 comments Download
M mash/example/views_examples/manifest.json View 1 1 chunk +5 lines, -2 lines 0 comments Download
M mash/example/window_type_launcher/manifest.json View 1 1 chunk +8 lines, -1 line 0 comments Download
M mash/init/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M mash/login/manifest.json View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M mash/quick_launch/manifest.json View 1 1 chunk +5 lines, -2 lines 0 comments Download
M mash/quick_launch/quick_launch_application.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M mash/screenlock/manifest.json View 1 1 chunk +7 lines, -1 line 0 comments Download
M mash/task_viewer/manifest.json View 1 1 chunk +5 lines, -2 lines 0 comments Download
M mash/unittests_manifest.json View 1 2 3 4 5 1 chunk +11 lines, -1 line 0 comments Download
M mash/wm/manifest.json View 1 1 chunk +7 lines, -1 line 0 comments Download
M services/catalog/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M services/shell/manifest.json View 1 1 chunk +6 lines, -5 lines 0 comments Download
M services/shell/public/cpp/lib/interface_registry.cc View 1 2 chunks +7 lines, -5 lines 0 comments Download
M services/shell/shell.cc View 1 2 3 4 5 2 chunks +18 lines, -8 lines 0 comments Download
M services/shell/tests/connect/connect_test_app_a_manifest.json View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M services/shell/tests/connect/connect_test_app_manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M services/shell/tests/connect/connect_test_class_app.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M services/shell/tests/connect/connect_test_class_app_manifest.json View 1 1 chunk +4 lines, -1 line 0 comments Download
M services/shell/tests/connect/connect_test_singleton_app_manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M services/shell/tests/connect/connect_unittest.cc View 1 1 chunk +13 lines, -0 lines 0 comments Download
M services/shell/tests/connect/connect_unittests_manifest.json View 1 2 chunks +4 lines, -1 line 0 comments Download
M services/shell/tests/lifecycle/lifecycle_unittest_manifest.json View 1 1 chunk +4 lines, -2 lines 0 comments Download
M services/shell/tests/shell/driver_manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M services/tracing/manifest.json View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/BUILD.gn View 1 2 3 4 5 6 3 chunks +8 lines, -0 lines 0 comments Download
M ui/views/mus/platform_test_helper_mus.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -11 lines 0 comments Download
M ui/views/mus/screen_mus_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
A ui/views/mus/unittests_manifest.json View 1 2 3 4 5 6 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (15 generated)
Ben Goodger (Google)
4 years, 8 months ago (2016-04-21 19:49:39 UTC) #1
sky
https://codereview.chromium.org/1910043002/diff/40001/components/mus/manifest.json File components/mus/manifest.json (right): https://codereview.chromium.org/1910043002/diff/40001/components/mus/manifest.json#newcode11 components/mus/manifest.json:11: "mus::mojom::WindowTreeFactory", I tend to think WindowTreeFactory and WindowTreeHostFactory should ...
4 years, 8 months ago (2016-04-21 20:10:37 UTC) #2
Ben Goodger (Google)
On 2016/04/21 20:10:37, sky wrote: > https://codereview.chromium.org/1910043002/diff/40001/components/mus/manifest.json > File components/mus/manifest.json (right): > > https://codereview.chromium.org/1910043002/diff/40001/components/mus/manifest.json#newcode11 > ...
4 years, 8 months ago (2016-04-21 21:14:00 UTC) #3
sky
LGTM
4 years, 8 months ago (2016-04-21 21:24:53 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910043002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910043002/80001
4 years, 8 months ago (2016-04-21 21:30:25 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/216854)
4 years, 8 months ago (2016-04-21 22:28:13 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910043002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910043002/80001
4 years, 8 months ago (2016-04-21 23:36:06 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/136719)
4 years, 8 months ago (2016-04-22 01:14:34 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910043002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910043002/100001
4 years, 8 months ago (2016-04-22 17:55:37 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/217483)
4 years, 8 months ago (2016-04-22 19:34:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910043002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910043002/120001
4 years, 8 months ago (2016-04-22 19:58:13 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/217584)
4 years, 8 months ago (2016-04-22 20:34:43 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1910043002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1910043002/140001
4 years, 8 months ago (2016-04-22 21:20:21 UTC) #26
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 8 months ago (2016-04-22 23:53:41 UTC) #27
commit-bot: I haz the power
Patchset 8 (id:??) landed as https://crrev.com/d566fafb3c810da8267e5a7f54420cd9c05c950e Cr-Commit-Position: refs/heads/master@{#389310}
4 years, 8 months ago (2016-04-22 23:54:46 UTC) #29
Marc Treib
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/1915853002/ by treib@chromium.org. ...
4 years, 8 months ago (2016-04-25 08:09:10 UTC) #30
Marc Treib
4 years, 8 months ago (2016-04-25 10:23:28 UTC) #31
Message was sent while issue was closed.
On 2016/04/25 08:09:10, Marc Treib wrote:
> A revert of this CL (patchset #8 id:140001) has been created in
> https://codereview.chromium.org/1915853002/ by mailto:treib@chromium.org.
> 
> The reason for reverting is: Speculative revert: Seems to have broken
> mash_unittests on Linux ChromiumOS GN:
>
https://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%....

Reverting did indeed fix the tests.

Powered by Google App Engine
This is Rietveld 408576698