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

Issue 1590723003: Host-side implementation of ARC Intent handler (Closed)

Created:
4 years, 11 months ago by Yusuke Sato
Modified:
4 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), davemoore+watch_chromium.org, oshima+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Host-side implementation of ARC Intent handler The new interface, OnOpenUrl(), is implemented in arc_intent_helper_bridge_impl.cc. ARC-side CLs for the interfacve are ag/845051/ and ag/845044/. BUG=577929 TEST=http, https, and mailto URLs are passed from ARC Committed: https://crrev.com/379e0814ff680203c0b4d88cc77d339f0d03f70f Cr-Commit-Position: refs/heads/master@{#370240} Committed: https://crrev.com/03af3e520814e764eba70ce6512f0a0f98e3e18e Cr-Commit-Position: refs/heads/master@{#370487}

Patch Set 1 #

Patch Set 2 : review #

Total comments: 14

Patch Set 3 : address comments #

Patch Set 4 : rename mojom #

Patch Set 5 : Add MinVersion=4 #

Patch Set 6 : Support new GURL interface at https://chromium.googlesource.com/chromium/src/+/dfbcc3b7926990bbf523… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+207 lines, -4 lines) Patch
A chrome/browser/chromeos/arc/arc_intent_helper_bridge_impl.h View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/arc/arc_intent_helper_bridge_impl.cc View 1 2 3 4 5 1 chunk +54 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc.gypi View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.h View 1 2 8 chunks +14 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 2 2 chunks +27 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.h View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.cc View 1 2 4 chunks +4 lines, -0 lines 0 comments Download
M components/arc/common/arc_bridge.mojom View 1 2 3 4 2 chunks +5 lines, -0 lines 0 comments Download
A components/arc/common/intent_helper.mojom View 1 2 3 1 chunk +19 lines, -0 lines 0 comments Download
A components/arc/intent_helper/arc_intent_helper_bridge.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A + components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 43 (17 generated)
Yusuke Sato
PTAL
4 years, 11 months ago (2016-01-15 02:16:25 UTC) #3
hidehiko
https://codereview.chromium.org/1590723003/diff/20001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1590723003/diff/20001/components/arc/arc_bridge_service.cc#newcode168 components/arc/arc_bridge_service.cc:168: FOR_EACH_OBSERVER(Observer, observer_list(), OnIntentHelperInstanceReady()); Please call this after set_connection_error_handler(). (Other ...
4 years, 11 months ago (2016-01-15 09:04:55 UTC) #4
Luis Héctor Chávez
Adding the correct lhchavez
4 years, 11 months ago (2016-01-15 16:51:20 UTC) #6
Luis Héctor Chávez
https://codereview.chromium.org/1590723003/diff/20001/components/arc/common/intent.mojom File components/arc/common/intent.mojom (right): https://codereview.chromium.org/1590723003/diff/20001/components/arc/common/intent.mojom#newcode7 components/arc/common/intent.mojom:7: interface IntentHelperHost { Also document the purpose of this ...
4 years, 11 months ago (2016-01-15 17:26:47 UTC) #7
Luis Héctor Chávez
https://codereview.chromium.org/1590723003/diff/20001/components/arc/intent_helper/arc_intent_helper_bridge.h File components/arc/intent_helper/arc_intent_helper_bridge.h (right): https://codereview.chromium.org/1590723003/diff/20001/components/arc/intent_helper/arc_intent_helper_bridge.h#newcode16 components/arc/intent_helper/arc_intent_helper_bridge.h:16: class ArcIntentHelperBridge { On 2016/01/15 17:26:47, Luis Héctor Chávez ...
4 years, 11 months ago (2016-01-15 19:10:22 UTC) #8
Luis Héctor Chávez
On 2016/01/15 19:10:22, Luis Héctor Chávez wrote: > https://codereview.chromium.org/1590723003/diff/20001/components/arc/intent_helper/arc_intent_helper_bridge.h > File components/arc/intent_helper/arc_intent_helper_bridge.h (right): > > ...
4 years, 11 months ago (2016-01-15 21:55:00 UTC) #9
Yusuke Sato
PTAL at patch set #3. Again, please ignore the diff for ime.mojom. Sorry about that. ...
4 years, 11 months ago (2016-01-16 00:11:07 UTC) #10
elijahtaylor1
removing myself from the review, this already has enough coverage in components/arc
4 years, 11 months ago (2016-01-16 06:52:04 UTC) #11
hidehiko
LGTM assuming this lands before Luis's conflicting CLs. Note: you'll need an OWNER review for ...
4 years, 11 months ago (2016-01-19 05:16:57 UTC) #13
Yusuke Sato
https://codereview.chromium.org/1590723003/diff/20001/components/arc/common/arc_bridge.mojom File components/arc/common/arc_bridge.mojom (right): https://codereview.chromium.org/1590723003/diff/20001/components/arc/common/arc_bridge.mojom#newcode36 components/arc/common/arc_bridge.mojom:36: OnIntentHelperInstanceReady@111(IntentHelperInstance instance_ptr); On 2016/01/15 09:04:55, hidehiko wrote: > nit: ...
4 years, 11 months ago (2016-01-19 20:31:41 UTC) #14
Yusuke Sato
Luis: PTAL Xiyuan, Daniel: Could you take a look at c/b/chromeos/ and mojom files?
4 years, 11 months ago (2016-01-19 20:34:31 UTC) #16
Luis Héctor Chávez
lgtm
4 years, 11 months ago (2016-01-19 20:35:22 UTC) #17
xiyuan
c/b/chromeos/ LGTM
4 years, 11 months ago (2016-01-19 21:52:16 UTC) #18
dcheng
lgtm
4 years, 11 months ago (2016-01-19 22:08:39 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1590723003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1590723003/80001
4 years, 11 months ago (2016-01-19 22:53:23 UTC) #22
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-20 00:39:17 UTC) #24
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/379e0814ff680203c0b4d88cc77d339f0d03f70f Cr-Commit-Position: refs/heads/master@{#370240}
4 years, 11 months ago (2016-01-20 00:41:42 UTC) #26
raymes
I think this may have broken the ChromeOS trybots: https://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/81609/steps/compile%20%28with%20patch%29/logs/stdio
4 years, 11 months ago (2016-01-20 02:54:57 UTC) #28
raymes
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1607603005/ by raymes@chromium.org. ...
4 years, 11 months ago (2016-01-20 02:57:32 UTC) #29
Yusuke Sato
Thanks Raymes for taking care of this. The compile error was a mid-air collision with ...
4 years, 11 months ago (2016-01-20 19:00:58 UTC) #31
xiyuan
lgtm
4 years, 11 months ago (2016-01-20 19:37:14 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1590723003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1590723003/100001
4 years, 11 months ago (2016-01-20 19:43:50 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/154834)
4 years, 11 months ago (2016-01-20 20:15:07 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1590723003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1590723003/100001
4 years, 11 months ago (2016-01-20 20:21:46 UTC) #39
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 11 months ago (2016-01-20 21:08:18 UTC) #41
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 21:10:03 UTC) #43
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/03af3e520814e764eba70ce6512f0a0f98e3e18e
Cr-Commit-Position: refs/heads/master@{#370487}

Powered by Google App Engine
This is Rietveld 408576698