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

Issue 1466143002: arc-bridge: Enable ARC with a command-line flag (Closed)

Created:
5 years, 1 month ago by Luis Héctor Chávez
Modified:
5 years ago
CC:
chromium-reviews, davemoore+watch_chromium.org, kalyank, oshima+watch_chromium.org, sadrul
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc-bridge: Enable ARC with a command-line flag We have permission to remove the build time flag in favor of a runtime flag for enabling ARC Bridge Service, conditional on committing to a more stable and appropriate IPC mechanism for the bridge. BUG=559654 TEST=components_unittests Committed: https://crrev.com/89b91de77ee7fa5ac5103ff1b9355c8230abcca5 Cr-Commit-Position: refs/heads/master@{#361484}

Patch Set 1 #

Patch Set 2 : Fixed ChromeOS builds #

Total comments: 4

Patch Set 3 : Rebased to ToT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -69 lines) Patch
M build/common.gypi View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M build/config/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
M build/config/features.gni View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.h View 2 chunks +0 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/chrome_browser_main_chromeos.cc View 3 chunks +0 lines, -6 lines 0 comments Download
M chrome/browser/ui/BUILD.gn View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate.h View 3 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc View 5 chunks +5 lines, -11 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 2 chunks +1 line, -5 lines 0 comments Download
M chromeos/chromeos_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M chromeos/chromeos_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M components/BUILD.gn View 1 2 3 chunks +6 lines, -8 lines 0 comments Download
M components/arc/arc_bridge_service.h View 2 chunks +8 lines, -0 lines 0 comments Download
M components/arc/arc_bridge_service.cc View 3 chunks +10 lines, -1 line 0 comments Download
M components/arc/arc_bridge_service_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/components.gyp View 1 chunk +1 line, -5 lines 0 comments Download
M components/components_tests.gyp View 1 2 2 chunks +2 lines, -8 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
lhc(google)
PTAL elijahtaylor: components/arc/ jochen: build/ chrome/browser/ui/BUILD.gn components/BUILD.gn components/components.gyp oshima: chrome/browser/chromeos/ chrome/browser/ui/ash/
5 years, 1 month ago (2015-11-21 18:05:08 UTC) #2
elijahtaylor (use chromium)
Might want to loop in jorgelo@ because he is the one that ok'd this idea, ...
5 years, 1 month ago (2015-11-23 18:01:04 UTC) #4
Luis Héctor Chávez
+jorgelo https://codereview.chromium.org/1466143002/diff/20001/components/arc/arc_bridge_service.cc File components/arc/arc_bridge_service.cc (right): https://codereview.chromium.org/1466143002/diff/20001/components/arc/arc_bridge_service.cc#newcode245 components/arc/arc_bridge_service.cc:245: if (state_ != State::STARTING && state_ != State::READY) ...
5 years, 1 month ago (2015-11-23 18:02:46 UTC) #6
elijahtaylor (use chromium)
lgtm, but I'm not an owner of components, only components/arc, so jochen will have to ...
5 years, 1 month ago (2015-11-23 18:12:12 UTC) #7
Jorge Lucangeli Obes
lgtm as long as the flag is not enabled on non-ARC builds of Chrome OS.
5 years, 1 month ago (2015-11-23 18:20:01 UTC) #8
oshima
lgtm
5 years, 1 month ago (2015-11-23 18:27:20 UTC) #9
jochen (gone - plz use gerrit)
lgtm
5 years ago (2015-11-24 12:43:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466143002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466143002/20001
5 years ago (2015-11-24 17:08:26 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/127462) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
5 years ago (2015-11-24 17:12:28 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466143002/40001
5 years ago (2015-11-24 17:33:30 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/100738)
5 years ago (2015-11-24 20:13:06 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466143002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466143002/40001
5 years ago (2015-11-24 20:18:56 UTC) #21
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-11-24 23:18:08 UTC) #22
commit-bot: I haz the power
5 years ago (2015-11-24 23:18:50 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/89b91de77ee7fa5ac5103ff1b9355c8230abcca5
Cr-Commit-Position: refs/heads/master@{#361484}

Powered by Google App Engine
This is Rietveld 408576698