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

Issue 1942473002: Eliminate mojo:resource_provider (Closed)

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

Description

Now Catalog exposes the package resource directory to the calling application. TODO: maybe it should expose the package directory? R=sky@chromium.org BUG= Committed: https://crrev.com/9fe679e773cf7e459521fe6b7c0ac7c1cc4adae6 Cr-Commit-Position: refs/heads/master@{#391714}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Total comments: 3

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 1

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -1203 lines) Patch
M BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M ash/mus/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -1 line 0 comments Download
M ash/mus/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/sysui_application.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +9 lines, -7 lines 0 comments Download
M chrome/app/mash/BUILD.gn View 1 2 3 4 5 6 7 3 chunks +0 lines, -3 lines 0 comments Download
M chrome/app/mash/DEPS View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download
M chrome/app/mash/mash_runner.cc View 1 2 3 4 5 6 7 2 chunks +0 lines, -5 lines 0 comments Download
M components/filesystem/directory_impl.h View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download
M components/filesystem/directory_impl.cc View 1 2 3 4 5 3 chunks +51 lines, -30 lines 0 comments Download
M components/filesystem/filesystem.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
M components/filesystem/public/interfaces/directory.mojom View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M components/mus/BUILD.gn View 1 2 3 4 5 6 2 chunks +1 line, -5 lines 0 comments Download
M components/mus/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/mus/mus_app.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +9 lines, -7 lines 0 comments Download
D components/resource_provider/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -180 lines 0 comments Download
D components/resource_provider/DEPS View 1 2 3 4 5 6 1 chunk +0 lines, -8 lines 0 comments Download
D components/resource_provider/OWNERS View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
D components/resource_provider/android/android_hooks.cc View 1 2 3 4 5 6 1 chunk +0 lines, -51 lines 0 comments Download
D components/resource_provider/android/java/org/chromium/resource_provider/Main.java View 1 2 3 4 5 6 1 chunk +0 lines, -29 lines 0 comments Download
D components/resource_provider/file_utils.h View 1 2 3 4 5 6 1 chunk +0 lines, -27 lines 0 comments Download
D components/resource_provider/file_utils.cc View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download
D components/resource_provider/file_utils_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -82 lines 0 comments Download
D components/resource_provider/main.cc View 1 2 3 4 5 6 1 chunk +0 lines, -13 lines 0 comments Download
D components/resource_provider/manifest.json View 1 2 3 4 5 6 1 chunk +0 lines, -14 lines 0 comments Download
D components/resource_provider/public/cpp/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -21 lines 0 comments Download
D components/resource_provider/public/cpp/resource_loader.h View 1 2 3 4 5 6 1 chunk +0 lines, -70 lines 0 comments Download
D components/resource_provider/public/cpp/resource_loader.cc View 1 2 3 4 5 6 1 chunk +0 lines, -71 lines 0 comments Download
D components/resource_provider/public/interfaces/BUILD.gn View 1 2 3 4 5 6 1 chunk +0 lines, -15 lines 0 comments Download
D components/resource_provider/public/interfaces/resource_provider.mojom View 1 2 3 4 5 6 1 chunk +0 lines, -18 lines 0 comments Download
D components/resource_provider/resource_provider_app.h View 1 2 3 4 5 6 1 chunk +0 lines, -51 lines 0 comments Download
D components/resource_provider/resource_provider_app.cc View 1 2 3 4 5 6 1 chunk +0 lines, -53 lines 0 comments Download
D components/resource_provider/resource_provider_impl.h View 1 2 3 4 5 6 1 chunk +0 lines, -34 lines 0 comments Download
D components/resource_provider/resource_provider_impl.cc View 1 2 3 4 5 6 1 chunk +0 lines, -72 lines 0 comments Download
D components/resource_provider/resource_provider_test_app.cc View 1 2 3 4 5 6 1 chunk +0 lines, -123 lines 0 comments Download
D components/resource_provider/resource_provider_unittest.cc View 1 2 3 4 5 6 1 chunk +0 lines, -41 lines 0 comments Download
D components/resource_provider/test.mojom View 1 2 3 4 5 6 1 chunk +0 lines, -13 lines 0 comments Download
D components/resource_provider/test_manifest.json View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
D components/resource_provider/unittests_manifest.json View 1 2 3 4 5 6 1 chunk +0 lines, -10 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download
M services/catalog/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +6 lines, -0 lines 0 comments Download
A services/catalog/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
M services/catalog/catalog.h View 5 chunks +12 lines, -0 lines 0 comments Download
M services/catalog/catalog.cc View 1 2 3 4 5 6 7 8 4 chunks +65 lines, -0 lines 0 comments Download
M services/catalog/manifest.json View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download
A + services/catalog/public/cpp/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -5 lines 0 comments Download
A services/catalog/public/cpp/resource_loader.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +49 lines, -0 lines 0 comments Download
A services/catalog/public/cpp/resource_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +62 lines, -0 lines 0 comments Download
M services/shell/shell.cc View 1 2 3 4 2 chunks +7 lines, -10 lines 0 comments Download
M services/shell/shell.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +3 lines, -0 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -3 lines 0 comments Download
M testing/buildbot/chromium.win.json View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M testing/buildbot/gn_isolate_map.pyl View 1 2 3 4 5 6 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/mus/BUILD.gn View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -7 lines 0 comments Download
M ui/views/mus/DEPS View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/mus/aura_init.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 44 (24 generated)
yzshen1
https://codereview.chromium.org/1942473002/diff/40001/services/catalog/catalog.cc File services/catalog/catalog.cc (right): https://codereview.chromium.org/1942473002/diff/40001/services/catalog/catalog.cc#newcode143 services/catalog/catalog.cc:143: std::unique_ptr<base::ScopedTempDir>(), After the fix, this line still failed because ...
4 years, 7 months ago (2016-05-02 21:22:56 UTC) #2
Ben Goodger (Google)
4 years, 7 months ago (2016-05-02 23:56:10 UTC) #5
sky
https://codereview.chromium.org/1942473002/diff/160001/services/catalog/public/cpp/resource_loader.cc File services/catalog/public/cpp/resource_loader.cc (right): https://codereview.chromium.org/1942473002/diff/160001/services/catalog/public/cpp/resource_loader.cc#newcode29 services/catalog/public/cpp/resource_loader.cc:29: ResourceLoader::ResourceLoader(shell::Connector* connector, This is a lot of expensive operations ...
4 years, 7 months ago (2016-05-03 04:13:23 UTC) #6
Ben Goodger (Google)
Updated ptal
4 years, 7 months ago (2016-05-03 17:11:44 UTC) #7
sky
LGTM - but please add test coverage. https://codereview.chromium.org/1942473002/diff/200001/services/catalog/catalog.cc File services/catalog/catalog.cc (right): https://codereview.chromium.org/1942473002/diff/200001/services/catalog/catalog.cc#newcode134 services/catalog/catalog.cc:134: new filesystem::DirectoryImpl(std::move(request), ...
4 years, 7 months ago (2016-05-03 17:58:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/220001
4 years, 7 months ago (2016-05-03 22:20:32 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_gn/builds/29242) ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 7 months ago (2016-05-03 22:25:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/240001
4 years, 7 months ago (2016-05-03 23:48:36 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/156117)
4 years, 7 months ago (2016-05-04 00:04:20 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/260001
4 years, 7 months ago (2016-05-04 02:44:32 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/156200)
4 years, 7 months ago (2016-05-04 02:55:29 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/280001
4 years, 7 months ago (2016-05-04 16:59:43 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/106015)
4 years, 7 months ago (2016-05-04 17:28:59 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/300001
4 years, 7 months ago (2016-05-04 20:19:13 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/300001
4 years, 7 months ago (2016-05-04 20:54:36 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_gn_rel/builds/106216)
4 years, 7 months ago (2016-05-04 21:25:05 UTC) #36
Ken Rockot(use gerrit already)
Let's add //mojo/platform_handle:platform_handle_impl as a dependency in //content/common
4 years, 7 months ago (2016-05-04 22:45:55 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1942473002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1942473002/320001
4 years, 7 months ago (2016-05-04 23:00:25 UTC) #40
commit-bot: I haz the power
Committed patchset #17 (id:320001)
4 years, 7 months ago (2016-05-05 00:27:26 UTC) #42
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 00:29:38 UTC) #44
Message was sent while issue was closed.
Patchset 17 (id:??) landed as
https://crrev.com/9fe679e773cf7e459521fe6b7c0ac7c1cc4adae6
Cr-Commit-Position: refs/heads/master@{#391714}

Powered by Google App Engine
This is Rietveld 408576698