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

Issue 2498223002: arc: enable use_new_wrapper_types for intent_helper.mojom (Closed)

Created:
4 years, 1 month ago by Yusuke Sato
Modified:
4 years, 1 month ago
CC:
chromium-reviews, elijahtaylor+arcwatch_chromium.org, yamaguchi+watch_chromium.org, yusukes+watch_chromium.org, tzik, hidehiko+watch_chromium.org, oka+watch_chromium.org, nhiroki, rginda+watch_chromium.org, lhchavez+watch_chromium.org, oshima+watch_chromium.org, fukino+watch_chromium.org, kinuko+fileapi, davemoore+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: enable use_new_wrapper_types for intent_helper.mojom BUG=662510 BUG=624136 TEST=try Committed: https://crrev.com/e6db796a2f93afe3913d9c84c1760b51d1652360 Cr-Commit-Position: refs/heads/master@{#432499}

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix tests #

Patch Set 4 : Fix components_unittests #

Patch Set 5 : review #

Total comments: 10

Patch Set 6 : address comments #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -191 lines) Patch
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc View 1 2 3 4 5 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/arc/fileapi/arc_content_file_system_file_stream_reader_unittest.cc View 1 2 3 4 5 3 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog.cc View 1 2 3 4 5 12 chunks +13 lines, -16 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_external_protocol_dialog_unittest.cc View 25 chunks +26 lines, -26 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.h View 4 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/chromeos/arc/intent_helper/arc_navigation_throttle_unittest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/file_manager/arc_file_tasks.cc View 1 2 3 4 10 chunks +17 lines, -15 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 3 4 5 6 2 chunks +1 line, -1 line 0 comments Download
M components/arc/intent_helper/activity_icon_loader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M components/arc/intent_helper/activity_icon_loader.cc View 1 2 3 4 4 chunks +9 lines, -7 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.h View 3 chunks +7 lines, -6 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.cc View 6 chunks +9 lines, -12 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M components/arc/intent_helper/intent_filter.cc View 1 2 3 4 5 3 chunks +13 lines, -8 lines 0 comments Download
M components/arc/intent_helper/intent_filter_unittest.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M components/arc/intent_helper/link_handler_model_impl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M components/arc/intent_helper/link_handler_model_impl.cc View 1 2 3 4 5 3 chunks +2 lines, -3 lines 0 comments Download
M components/arc/intent_helper/local_activity_resolver.h View 2 chunks +1 line, -2 lines 0 comments Download
M components/arc/intent_helper/local_activity_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/arc/intent_helper/local_activity_resolver_unittest.cc View 1 2 3 4 5 chunks +7 lines, -6 lines 0 comments Download
M components/arc/test/fake_intent_helper_instance.h View 5 chunks +18 lines, -19 lines 0 comments Download
M components/arc/test/fake_intent_helper_instance.cc View 3 chunks +17 lines, -17 lines 0 comments Download

Messages

Total messages: 40 (31 generated)
Yusuke Sato
PTAL too. kinaba: chrome/browser/chromeos/file_manager/ Luis: everything else Thanks!
4 years, 1 month ago (2016-11-15 23:54:41 UTC) #22
Luis Héctor Chávez
lgtm with nits. Feel free to punt/delegate the typemaps. https://codereview.chromium.org/2498223002/diff/80001/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc File chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc (right): https://codereview.chromium.org/2498223002/diff/80001/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc#newcode24 chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc:24: ...
4 years, 1 month ago (2016-11-16 03:22:02 UTC) #25
kinaba
wow this is great. file_manager/ lgtm
4 years, 1 month ago (2016-11-16 03:25:40 UTC) #26
Yusuke Sato
https://codereview.chromium.org/2498223002/diff/80001/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc File chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc (right): https://codereview.chromium.org/2498223002/diff/80001/chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc#newcode24 chrome/browser/chromeos/arc/fileapi/arc_content_file_system_async_file_util_unittest.cc:24: const char kArcUrl[] = "content://org.chromium.foo/bar"; On 2016/11/16 03:22:02, Luis ...
4 years, 1 month ago (2016-11-16 06:10:21 UTC) #29
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/2498223002/120001
4 years, 1 month ago (2016-11-16 06:48:58 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/273346)
4 years, 1 month ago (2016-11-16 10:50:31 UTC) #34
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/2498223002/120001
4 years, 1 month ago (2016-11-16 15:09:08 UTC) #36
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 1 month ago (2016-11-16 15:45:12 UTC) #38
commit-bot: I haz the power
4 years, 1 month ago (2016-11-16 15:48:21 UTC) #40
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/e6db796a2f93afe3913d9c84c1760b51d1652360
Cr-Commit-Position: refs/heads/master@{#432499}

Powered by Google App Engine
This is Rietveld 408576698