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

Issue 1481523002: arc-bridge: Split ArcBridgeService to common part and IPC based impl. (Closed)

Created:
5 years ago by khmel
Modified:
5 years ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc-bridge: Split ArcBridgeService to common part and IPC based impl. This CL comes along with: https://codereview.chromium.org/1475563002 (arc_bridge) https://codereview.chromium.org/1464353003 (fake_arc_bridge) https://codereview.chromium.org/1413153007 (app_list) This refactores ArcBridgeService in order to be able to implement FakeArcBridgeService. BUG=558209 BUG=b/24545231 TEST=build Chrome with enable_arc=1 Debug/Release TEST=unit_tests with enable_arc=1 Debug/Release TEST=components_unittests Debug Committed: https://crrev.com/46050cbe5a7fe9d8a2d9c8dee89f7f87d48c0798 Cr-Commit-Position: refs/heads/master@{#361860}

Patch Set 1 #

Patch Set 2 : Rebased #

Patch Set 3 : Rebased (change to use switch for arc) #

Patch Set 4 : Fix rebase issue #

Total comments: 20

Patch Set 5 : Nits addressed #

Patch Set 6 : Nit addressed #

Patch Set 7 : discard using std::move. Update unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+221 lines, -409 lines) Patch
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 1 2 5 6 1 chunk +7 lines, -5 lines 0 comments Download
M components/arc.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.h View 1 2 3 4 4 chunks +26 lines, -61 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 1 2 3 4 5 2 chunks +23 lines, -236 lines 0 comments Download
A components/arc/arc_bridge_service_impl.h View 1 2 3 4 1 chunk +97 lines, -0 lines 0 comments Download
A + components/arc/arc_bridge_service_impl.cc View 1 2 3 4 10 chunks +60 lines, -102 lines 0 comments Download
M components/arc/arc_bridge_service_unittest.cc View 1 2 3 4 5 6 3 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 34 (16 generated)
khmel1
Hi Hidehiko-san and Satoru-san, This is splitting of https://codereview.chromium.org/1475563002 and includes arc_bridge_service_impl with addressed comments. ...
5 years ago (2015-11-25 12:43:00 UTC) #5
Luis Héctor Chávez
deferring to hidehiko, but LGTM.
5 years ago (2015-11-25 21:55:42 UTC) #7
hidehiko
Almost looks good. I only have nitpick comments. Could you update the title of this ...
5 years ago (2015-11-26 02:21:51 UTC) #8
satorux1
chrome/browser/chromeos/chrome_browser_main_chromeos.cc lgtm. I'll defer to hidehiko for everything else. :)
5 years ago (2015-11-26 02:27:16 UTC) #9
khmel1
Thanks for reviewing and for prompt feedback. Comments were addressed. PTAL https://codereview.chromium.org/1481523002/diff/60001/chrome/browser/chromeos/chrome_browser_main_chromeos.cc File chrome/browser/chromeos/chrome_browser_main_chromeos.cc (right): ...
5 years ago (2015-11-26 05:46:43 UTC) #11
hidehiko
LGTM. Could you update "Subject" of this page, too? https://codereview.chromium.org/1481523002/diff/60001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1481523002/diff/60001/components/arc/arc_bridge_service.cc#newcode26 components/arc/arc_bridge_service.cc:26: ...
5 years ago (2015-11-26 05:55:31 UTC) #12
khmel1
https://codereview.chromium.org/1481523002/diff/60001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1481523002/diff/60001/components/arc/arc_bridge_service.cc#newcode26 components/arc/arc_bridge_service.cc:26: DCHECK(!g_arc_bridge_service); On 2015/11/26 05:55:31, hidehiko wrote: > On 2015/11/26 ...
5 years ago (2015-11-26 06:11:16 UTC) #13
hidehiko
LGTM. Thank you for quick update!
5 years ago (2015-11-26 06:12:27 UTC) #17
khmel1
lgtm
5 years ago (2015-11-26 06:14:17 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1481523002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1481523002/100001
5 years ago (2015-11-26 06:14:38 UTC) #20
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/134855)
5 years ago (2015-11-26 06:30:37 UTC) #22
khmel1
lgtm Several bots failed. One reason it was not accepted to use std::move. I reverted ...
5 years ago (2015-11-26 08:39:12 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1481523002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1481523002/120001
5 years ago (2015-11-26 08:39:29 UTC) #27
hidehiko
On 2015/11/26 08:39:29, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years ago (2015-11-26 08:49:07 UTC) #28
khmel1
On 2015/11/26 08:49:07, hidehiko wrote: > On 2015/11/26 08:39:29, commit-bot: I haz the power wrote: ...
5 years ago (2015-11-26 08:53:19 UTC) #29
hidehiko
On 2015/11/26 08:53:19, khmel1 wrote: > On 2015/11/26 08:49:07, hidehiko wrote: > > On 2015/11/26 ...
5 years ago (2015-11-26 08:53:59 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-11-26 09:49:41 UTC) #32
commit-bot: I haz the power
5 years ago (2015-11-26 09:50:43 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/46050cbe5a7fe9d8a2d9c8dee89f7f87d48c0798
Cr-Commit-Position: refs/heads/master@{#361860}

Powered by Google App Engine
This is Rietveld 408576698