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

Issue 2487623002: Notify Files App when ARC++ app is installed/removed (Closed)

Created:
4 years, 1 month ago by oka
Modified:
4 years ago
CC:
chromium-reviews, oka+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yamaguchi+watch_chromium.org, fukino+watch_chromium.org, hidehiko, Daniel Erat
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Notify Files App when ARC++ app is installed/removed. This change will later allow Files App to keep apps shown by "More actions..." in sync with ARC++. BUG=620577 TEST= - git cl try - ninja -j100 -C out/Release components_unittests && out/Release/components_unittests --gtest_filter="ArcIntentHelperTest.*" - Manually tested using Minnie with this CL https://codereview.chromium.org/2513493002/: 1. Select a PDF file on Files App. 2. Install Kindle. 3. Confirm "more action..." appears on the context menu and Open button's UI changes to be able to open Kindle. 4. Uninstall Kindle. 5. Confirm "more action..." no longer appears and Open button doesn't show Kindle up anymore. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/948665d2c9c7f3238ab22e17a44df727a76f747d Cr-Commit-Position: refs/heads/master@{#435868}

Patch Set 1 #

Patch Set 2 : Notify Files App when ARC++ app is updated. #

Patch Set 3 : Notify Files App when ARC++ app is installed/removed. #

Total comments: 27

Patch Set 4 : Address comments. #

Patch Set 5 : rebase #

Patch Set 6 : Fix base. #

Patch Set 7 : Added comments to Observer and Get. #

Patch Set 8 : nit: OnAppsUpdated -> onAppsUpdated in .idl #

Patch Set 9 : Add RemoverObserver. #

Total comments: 4

Patch Set 10 : Update a comment. #

Patch Set 11 : wip: updated the construct to chain OnAppsUpdated. #

Patch Set 12 : Removed global pointer in arc_intent_helper_bridge and separeted observer class out. #

Patch Set 13 : Added observer file for real. #

Patch Set 14 : Bug fix: I forgot to add intent_helper to arc_service_manager. #

Total comments: 21

Patch Set 15 : Addressed some comments. #

Total comments: 2

Patch Set 16 : Fixed compile and lint errors and added a test which at least compile. I couldn't figure out how to… #

Patch Set 17 : git cl format #

Patch Set 18 : Updated the test to pass. #

Total comments: 32

Patch Set 19 : Addressed comments. #

Total comments: 18

Patch Set 20 : Addressed comments. #

Patch Set 21 : Rebased. #

Patch Set 22 : Removed accidentally added function while rebasing. #

Total comments: 2

Patch Set 23 : Updated histograms.xml. #

Patch Set 24 : Fixed BrowserTest.Title. #

Total comments: 2

Patch Set 25 : Add IsInitialized to arc_service_manager. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -8 lines) Patch
M chrome/browser/chromeos/arc/arc_service_launcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +6 lines, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager/event_router.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +17 lines, -1 line 0 comments Download
M chrome/common/extensions/api/file_manager_private.idl View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/arc_service_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 4 chunks +24 lines, -2 lines 0 comments Download
M components/arc/arc_service_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 2 chunks +18 lines, -0 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +7 lines, -0 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +11 lines, -0 lines 0 comments Download
M components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +65 lines, -2 lines 0 comments Download
A components/arc/intent_helper/arc_intent_helper_observer.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +21 lines, -0 lines 0 comments Download
M extensions/browser/extension_event_histogram_value.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 149 (87 generated)
oka
PTAL.
4 years, 1 month ago (2016-11-16 08:55:04 UTC) #4
kinaba
+hidehiko as arc/ OWNER and +yusukes for ArcIntentHelper author. (Sorry, my review may be slow ...
4 years, 1 month ago (2016-11-17 01:47:19 UTC) #6
Yusuke Sato
initial comment. more to come. https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode40 chrome/browser/chromeos/extensions/file_manager/event_router.cc:40: #include "components/arc/intent_helper/arc_intent_helper_bridge.h" nit: Remove. ...
4 years, 1 month ago (2016-11-17 02:29:55 UTC) #7
Yusuke Sato
https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode506 chrome/browser/chromeos/extensions/file_manager/event_router.cc:506: DCHECK(bridge); On 2016/11/17 02:29:54, Yusuke Sato wrote: > On ...
4 years, 1 month ago (2016-11-17 04:22:38 UTC) #8
hidehiko
https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode506 chrome/browser/chromeos/extensions/file_manager/event_router.cc:506: DCHECK(bridge); On 2016/11/17 04:22:37, Yusuke Sato wrote: > On ...
4 years, 1 month ago (2016-11-17 07:34:19 UTC) #9
Yusuke Sato
https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode506 chrome/browser/chromeos/extensions/file_manager/event_router.cc:506: DCHECK(bridge); On 2016/11/17 07:34:19, hidehiko wrote: > On 2016/11/17 ...
4 years, 1 month ago (2016-11-17 09:15:27 UTC) #10
oka
https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/40001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode40 chrome/browser/chromeos/extensions/file_manager/event_router.cc:40: #include "components/arc/intent_helper/arc_intent_helper_bridge.h" On 2016/11/17 02:29:54, Yusuke Sato wrote: > ...
4 years, 1 month ago (2016-11-21 07:02:15 UTC) #19
Yusuke Sato
https://codereview.chromium.org/2487623002/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/2487623002/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode26 components/arc/intent_helper/arc_intent_helper_bridge.cc:26: // TODO(oka): Avoid to assume the class is singleton. ...
4 years, 1 month ago (2016-11-21 17:21:05 UTC) #26
oka
Update a comment.
4 years ago (2016-11-24 02:44:19 UTC) #28
oka
Removed global pointer in arc_intent_helper_bridge and separeted observer class out.
4 years ago (2016-11-24 13:32:00 UTC) #29
oka
PTAL https://codereview.chromium.org/2487623002/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/2487623002/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode26 components/arc/intent_helper/arc_intent_helper_bridge.cc:26: // TODO(oka): Avoid to assume the class is ...
4 years ago (2016-11-24 15:14:18 UTC) #32
oka
On 2016/11/24 15:14:18, oka wrote: > PTAL > > https://codereview.chromium.org/2487623002/diff/40001/components/arc/intent_helper/arc_intent_helper_bridge.cc > File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): > ...
4 years ago (2016-11-24 15:15:09 UTC) #34
oka
On 2016/11/24 15:15:09, oka wrote: > On 2016/11/24 15:14:18, oka wrote: > > PTAL > ...
4 years ago (2016-11-25 11:52:33 UTC) #38
hidehiko
Almost looks good! I only have minor comments. https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc File chrome/browser/chromeos/arc/arc_service_launcher.cc (right): https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc#newcode6 chrome/browser/chromeos/arc/arc_service_launcher.cc:6: #include ...
4 years ago (2016-11-25 15:38:00 UTC) #43
hidehiko
Oops, sorry, I overlooked one more stuff... https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode405 chrome/browser/chromeos/extensions/file_manager/event_router.cc:405: BroadcastEvent(profile_, Even ...
4 years ago (2016-11-25 17:10:44 UTC) #44
oka
https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc File chrome/browser/chromeos/arc/arc_service_launcher.cc (right): https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc#newcode6 chrome/browser/chromeos/arc/arc_service_launcher.cc:6: On 2016/11/25 15:38:00, hidehiko wrote: > #include <utility> for ...
4 years ago (2016-11-28 07:15:43 UTC) #45
oka
On 2016/11/28 07:15:43, oka wrote: > https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc > File chrome/browser/chromeos/arc/arc_service_launcher.cc (right): > > https://codereview.chromium.org/2487623002/diff/260001/chrome/browser/chromeos/arc/arc_service_launcher.cc#newcode6 > ...
4 years ago (2016-11-28 07:30:54 UTC) #46
Yusuke Sato
(drive-by, will take a look in detail tomorrow.) https://codereview.chromium.org/2487623002/diff/280001/components/arc/intent_helper/arc_intent_helper_observer.h File components/arc/intent_helper/arc_intent_helper_observer.h (right): https://codereview.chromium.org/2487623002/diff/280001/components/arc/intent_helper/arc_intent_helper_observer.h#newcode17 components/arc/intent_helper/arc_intent_helper_observer.h:17: };
4 years ago (2016-11-28 07:48:47 UTC) #47
oka
On 2016/11/28 07:48:47, Yusuke Sato wrote: > (drive-by, will take a look in detail tomorrow.) ...
4 years ago (2016-11-28 08:02:07 UTC) #48
oka
https://codereview.chromium.org/2487623002/diff/260001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/2487623002/diff/260001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode177 components/arc/intent_helper/arc_intent_helper_bridge.cc:177: for (auto& observer : observer_list_) On 2016/11/28 07:15:43, oka ...
4 years ago (2016-11-28 09:57:02 UTC) #55
oka
PTAL.
4 years ago (2016-11-28 13:22:05 UTC) #60
Yusuke Sato
lgtm with nits, thanks for addressing all the comments. Defer to other owners in TOK. ...
4 years ago (2016-11-28 19:24:54 UTC) #63
Yusuke Sato
https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode415 chrome/browser/chromeos/extensions/file_manager/event_router.cc:415: if (arc::ArcSessionManager::IsAllowedForProfile(profile_)) On 2016/11/28 19:24:53, Yusuke Sato wrote: > ...
4 years ago (2016-11-29 01:26:40 UTC) #64
oka
https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode415 chrome/browser/chromeos/extensions/file_manager/event_router.cc:415: if (arc::ArcSessionManager::IsAllowedForProfile(profile_)) On 2016/11/29 01:26:40, Yusuke Sato wrote: > ...
4 years ago (2016-11-29 06:56:49 UTC) #68
kinaba
lgtm from my side, too.
4 years ago (2016-11-29 11:02:30 UTC) #71
oka
On 2016/11/29 11:02:30, kinaba wrote: > lgtm from my side, too. Thank you! I'll commit ...
4 years ago (2016-11-29 11:18:01 UTC) #72
hidehiko
Minor comments only. (Sorry for delay). https://codereview.chromium.org/2487623002/diff/360001/components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc File components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc (right): https://codereview.chromium.org/2487623002/diff/360001/components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc#newcode22 components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc:22: : icon_loader_(new ActivityIconLoader()), ...
4 years ago (2016-11-29 15:29:30 UTC) #73
oka
PTAL. https://codereview.chromium.org/2487623002/diff/360001/components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc File components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc (right): https://codereview.chromium.org/2487623002/diff/360001/components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc#newcode22 components/arc/intent_helper/arc_intent_helper_bridge_unittest.cc:22: : icon_loader_(new ActivityIconLoader()), On 2016/11/29 15:29:30, hidehiko wrote: ...
4 years ago (2016-11-30 07:22:16 UTC) #74
hidehiko
LGTM! Thank you!
4 years ago (2016-11-30 09:08:48 UTC) #75
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/2487623002/380001
4 years ago (2016-11-30 09:23:29 UTC) #78
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/270904) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
4 years ago (2016-11-30 09:26:06 UTC) #80
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/2487623002/420001
4 years ago (2016-11-30 09:54:24 UTC) #87
oka
Thank you!
4 years ago (2016-11-30 09:54:58 UTC) #88
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/315269)
4 years ago (2016-11-30 10:00:39 UTC) #90
oka
+isherman@ for extensions/browser/extension_event_histogram_value.h +mtomasz@ for chrome/common/extensions/api/file_manager_private.idl
4 years ago (2016-11-30 11:29:45 UTC) #92
oka
4 years ago (2016-11-30 11:30:06 UTC) #94
Ilya Sherman
https://codereview.chromium.org/2487623002/diff/420001/extensions/browser/extension_event_histogram_value.h File extensions/browser/extension_event_histogram_value.h (right): https://codereview.chromium.org/2487623002/diff/420001/extensions/browser/extension_event_histogram_value.h#newcode426 extensions/browser/extension_event_histogram_value.h:426: FILE_MANAGER_PRIVATE_ON_APPS_UPDATED, Please update histograms.xml, as described two lines below ...
4 years ago (2016-11-30 23:08:10 UTC) #95
oka
https://codereview.chromium.org/2487623002/diff/420001/extensions/browser/extension_event_histogram_value.h File extensions/browser/extension_event_histogram_value.h (right): https://codereview.chromium.org/2487623002/diff/420001/extensions/browser/extension_event_histogram_value.h#newcode426 extensions/browser/extension_event_histogram_value.h:426: FILE_MANAGER_PRIVATE_ON_APPS_UPDATED, On 2016/11/30 23:08:09, Ilya Sherman wrote: > Please ...
4 years ago (2016-12-01 07:05:46 UTC) #96
mtomasz
lgtm
4 years ago (2016-12-01 07:09:11 UTC) #97
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/2487623002/440001
4 years ago (2016-12-01 15:01:02 UTC) #104
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/316370)
4 years ago (2016-12-01 15:09:12 UTC) #106
Daniel Erat
ilya, mind taking a look for these files? extensions/browser/extension_event_histogram_value.h tools/metrics/histograms/histograms.xml
4 years ago (2016-12-01 18:04:32 UTC) #108
Daniel Erat
mark, do you mind reviewing this for these files? extensions/browser/extension_event_histogram_value.h tools/metrics/histograms/histograms.xml
4 years ago (2016-12-02 00:17:10 UTC) #110
Mark P
histograms.xml lgtm
4 years ago (2016-12-02 00:33:53 UTC) #111
Daniel Erat
thanks! sending to the CQ again since i'm eager for this to go in. :-)
4 years ago (2016-12-02 00:37:42 UTC) #112
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/2487623002/440001
4 years ago (2016-12-02 00:38:37 UTC) #114
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/2487623002/440001
4 years ago (2016-12-02 01:10:43 UTC) #116
oka
https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/340001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode415 chrome/browser/chromeos/extensions/file_manager/event_router.cc:415: if (arc::ArcSessionManager::IsAllowedForProfile(profile_)) On 2016/11/29 06:56:48, oka wrote: > On ...
4 years ago (2016-12-02 02:39:04 UTC) #117
oka
I added the line back. Let's see what try says. On Fri, Dec 2, 2016 ...
4 years ago (2016-12-02 02:44:25 UTC) #120
Yusuke Sato
On 2016/12/02 02:44:25, oka wrote: > I added the line back. Let's see what try ...
4 years ago (2016-12-02 02:51:54 UTC) #121
oka
Yeah I know. I just wanted to run try before I go lunch. Do you ...
4 years ago (2016-12-02 03:51:29 UTC) #122
kinaba
https://codereview.chromium.org/2487623002/diff/460001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/460001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode416 chrome/browser/chromeos/extensions/file_manager/event_router.cc:416: arc::ArcServiceManager::Get()->RemoveObserver(this); * EventRounter::Shutdown() is called inside the destructor of ...
4 years ago (2016-12-02 04:04:26 UTC) #123
oka
https://codereview.chromium.org/2487623002/diff/460001/chrome/browser/chromeos/extensions/file_manager/event_router.cc File chrome/browser/chromeos/extensions/file_manager/event_router.cc (right): https://codereview.chromium.org/2487623002/diff/460001/chrome/browser/chromeos/extensions/file_manager/event_router.cc#newcode416 chrome/browser/chromeos/extensions/file_manager/event_router.cc:416: arc::ArcServiceManager::Get()->RemoveObserver(this); On 2016/12/02 04:04:25, kinaba wrote: > * EventRounter::Shutdown() ...
4 years ago (2016-12-02 04:59:09 UTC) #128
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/2487623002/480001
4 years ago (2016-12-02 05:59:26 UTC) #133
kinaba
On 2016/12/02 05:59:26, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years ago (2016-12-02 06:00:27 UTC) #134
oka
On 2016/12/02 06:00:27, kinaba wrote: > On 2016/12/02 05:59:26, commit-bot: I haz the power wrote: ...
4 years ago (2016-12-02 06:04:53 UTC) #138
oka
On 2016/12/02 06:00:27, kinaba wrote: > On 2016/12/02 05:59:26, commit-bot: I haz the power wrote: ...
4 years ago (2016-12-02 06:04:58 UTC) #139
Yusuke Sato
On 2016/12/02 06:04:58, oka wrote: > On 2016/12/02 06:00:27, kinaba wrote: > > On 2016/12/02 ...
4 years ago (2016-12-02 06:09:17 UTC) #142
oka
On 2016/12/02 06:09:17, Yusuke Sato wrote: > On 2016/12/02 06:04:58, oka wrote: > > On ...
4 years ago (2016-12-02 06:11:39 UTC) #143
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/2487623002/480001
4 years ago (2016-12-02 06:12:19 UTC) #145
commit-bot: I haz the power
Committed patchset #25 (id:480001)
4 years ago (2016-12-02 06:17:52 UTC) #147
commit-bot: I haz the power
4 years ago (2016-12-02 06:22:29 UTC) #149
Message was sent while issue was closed.
Patchset 25 (id:??) landed as
https://crrev.com/948665d2c9c7f3238ab22e17a44df727a76f747d
Cr-Commit-Position: refs/heads/master@{#435868}

Powered by Google App Engine
This is Rietveld 408576698