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

Issue 1760773004: Add "Open with <ARC-app-name>" items to the context menu (Closed)

Created:
4 years, 9 months ago by Yusuke Sato
Modified:
4 years, 7 months ago
CC:
Aaron Boodman, abarth-chromium, asvitkine+watch_chromium.org, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), 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

Add "Open with <ARC-app-name>" items to the context menu so that the user can browse a URL with an ARC app. BUG=591780 TEST=ran unittest, manually checked with a Chromebook too Committed: https://crrev.com/1168edac81b324d505851ca7d4982ccf305d0226 Cr-Commit-Position: refs/heads/master@{#390015}

Patch Set 1 #

Total comments: 6

Patch Set 2 : address comments #

Total comments: 4

Patch Set 3 : address comments #

Total comments: 10

Patch Set 4 : address comments from hidehiko@ #

Total comments: 2

Patch Set 5 : remove arc calls from chrome/browser/renderer_context_menu/ #

Patch Set 6 : rebase #

Patch Set 7 : hide unused variable #

Patch Set 8 : fix unit_tests #

Total comments: 8

Patch Set 9 : address hidehiko's comments #

Total comments: 2

Patch Set 10 : return std::pair #

Total comments: 4

Patch Set 11 : rebase on top of r384100 #

Patch Set 12 : fix gn build #

Patch Set 13 : simplify c/b/ #

Patch Set 14 : add a missing override; #

Total comments: 1

Patch Set 15 : stop modifying Chrome's menu directly from components/arc/ #

Patch Set 16 : rebase, scoped_ptr -> unique_ptr #

Patch Set 17 : address comments #

Total comments: 22

Patch Set 18 : address comments from Ben #

Patch Set 19 : rebase, to make trybots happier #

Patch Set 20 : address comments from Daniel and Hidehiko #

Total comments: 2

Patch Set 21 : Address dcheng's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+783 lines, -7 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +4 lines, -0 lines 0 comments Download
A ash/link_handler_model.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +42 lines, -0 lines 0 comments Download
A + ash/link_handler_model.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +5 lines, -4 lines 0 comments Download
A ash/link_handler_model_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +35 lines, -0 lines 0 comments Download
A ash/link_handler_model_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +19 lines, -0 lines 0 comments Download
M ash/shell.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +9 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_command_ids.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +16 lines, -1 line 0 comments Download
M chrome/app/generated_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/browser/renderer_context_menu/open_with_menu_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/renderer_context_menu/open_with_menu_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +12 lines, -0 lines 0 comments Download
A chrome/browser/renderer_context_menu/open_with_menu_factory_ash.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +17 lines, -0 lines 0 comments Download
A chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +222 lines, -0 lines 0 comments Download
A chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +136 lines, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +26 lines, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -0 lines 0 comments Download
M components/arc.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -0 lines 0 comments Download
M components/arc/common/intent_helper.mojom View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +15 lines, -0 lines 0 comments Download
M components/arc/intent_helper/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -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 12 13 14 15 16 17 18 1 chunk +15 lines, -1 line 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 13 14 15 16 17 18 19 2 chunks +14 lines, -0 lines 0 comments Download
A components/arc/intent_helper/link_handler_model_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +46 lines, -0 lines 0 comments Download
A components/arc/intent_helper/link_handler_model_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +92 lines, -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 1 chunk +14 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (12 generated)
Yusuke Sato
OWNERs, could you have a look at this? This is for ARC (App Runtime for ...
4 years, 9 months ago (2016-03-05 00:01:10 UTC) #2
Avi (use Gerrit)
https://codereview.chromium.org/1760773004/diff/1/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/1/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode136 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:136: return NULL; nullptr here and below https://codereview.chromium.org/1760773004/diff/1/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode145 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:145: LOG(WARNING) ...
4 years, 9 months ago (2016-03-05 00:24:11 UTC) #3
Yusuke Sato
Thanks for the review, Avi. Please take another look. https://codereview.chromium.org/1760773004/diff/1/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/1/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode136 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:136: ...
4 years, 9 months ago (2016-03-05 01:38:24 UTC) #4
Avi (use Gerrit)
lgtm
4 years, 9 months ago (2016-03-05 02:32:33 UTC) #5
dcheng
ipc lgtm https://codereview.chromium.org/1760773004/diff/20001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/20001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode64 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:64: size_t sub_items = std::min<size_t>(num_apps - (kMaxArcAppsInMainMenu - ...
4 years, 9 months ago (2016-03-05 05:06:17 UTC) #6
Yusuke Sato
Thanks Daniel. Hidehiko, PTAL. https://codereview.chromium.org/1760773004/diff/20001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/20001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode64 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:64: size_t sub_items = std::min<size_t>(num_apps - ...
4 years, 9 months ago (2016-03-05 20:49:51 UTC) #7
hidehiko
lgtm https://codereview.chromium.org/1760773004/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1760773004/diff/40001/chrome/app/generated_resources.grd#newcode729 chrome/app/generated_resources.grd:729: + <message name="IDS_CONTENT_CONTEXT_LOADING_ARC_APP_NAMES" desc="he place-holder message shown while ...
4 years, 9 months ago (2016-03-07 14:40:07 UTC) #8
Yusuke Sato
https://codereview.chromium.org/1760773004/diff/40001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1760773004/diff/40001/chrome/app/generated_resources.grd#newcode729 chrome/app/generated_resources.grd:729: + <message name="IDS_CONTENT_CONTEXT_LOADING_ARC_APP_NAMES" desc="he place-holder message shown while Chrome ...
4 years, 9 months ago (2016-03-07 22:25:16 UTC) #9
Yusuke Sato
+more OWNERs Greg, Ilya, could you have a look at chrome_command_ids.h and histograms.xml? This is ...
4 years, 9 months ago (2016-03-07 23:02:03 UTC) #11
Ilya Sherman
histograms.xml rs lgtm
4 years, 9 months ago (2016-03-08 00:26:53 UTC) #12
grt (UTC plus 2)
https://codereview.chromium.org/1760773004/diff/60001/chrome/app/chrome_command_ids.h File chrome/app/chrome_command_ids.h (right): https://codereview.chromium.org/1760773004/diff/60001/chrome/app/chrome_command_ids.h#newcode328 chrome/app/chrome_command_ids.h:328: #define IDC_CONTENT_CONTEXT_ARC_APP1 50191 could you start with 50190 for ...
4 years, 9 months ago (2016-03-08 16:13:06 UTC) #13
Ben Goodger (Google)
The src/chrome layer should not know about ARC, and it'd be good to avoid adding ...
4 years, 9 months ago (2016-03-08 16:27:53 UTC) #14
Yusuke Sato
Ben, thanks for the review. I modified the CL following your suggestion. Please take a ...
4 years, 9 months ago (2016-03-11 23:39:46 UTC) #15
hidehiko
My main comment is just chrome/browser/renderer_context_menu/open_with_menu_observer.cc:50 https://codereview.chromium.org/1760773004/diff/40001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/40001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode253 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:253: handlers_ = std::move(handlers); ...
4 years, 9 months ago (2016-03-14 12:07:05 UTC) #16
Yusuke Sato
Please take another look. https://codereview.chromium.org/1760773004/diff/40001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc File chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc (right): https://codereview.chromium.org/1760773004/diff/40001/chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc#newcode253 chrome/browser/renderer_context_menu/arc_app_menu_observer_chromeos.cc:253: handlers_ = std::move(handlers); On 2016/03/14 ...
4 years, 9 months ago (2016-03-15 00:00:13 UTC) #18
hidehiko
LGTM for */arc/*. https://codereview.chromium.org/1760773004/diff/180001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc File chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc (right): https://codereview.chromium.org/1760773004/diff/180001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc#newcode34 chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc:34: void BuildHandlersMap(int menu_id_start, nit: now we ...
4 years, 9 months ago (2016-03-15 07:34:29 UTC) #19
Yusuke Sato
https://codereview.chromium.org/1760773004/diff/180001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc File chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc (right): https://codereview.chromium.org/1760773004/diff/180001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc#newcode34 chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc:34: void BuildHandlersMap(int menu_id_start, On 2016/03/15 07:34:29, hidehiko wrote: > ...
4 years, 9 months ago (2016-03-15 19:11:56 UTC) #20
Yusuke Sato
Ben, could you do an owner review?
4 years, 9 months ago (2016-03-15 21:03:41 UTC) #21
hidehiko
still lgtm https://codereview.chromium.org/1760773004/diff/200001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc File chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc (right): https://codereview.chromium.org/1760773004/diff/200001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc#newcode219 chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc:219: auto result = BuildHandlersMap(main_menu_id_start_, num_main_menu_items_, nit: FYI. ...
4 years, 9 months ago (2016-03-16 02:23:53 UTC) #22
Ben Goodger (Google)
Why is there still code referencing ARC in src/chrome? Also, can you come up with ...
4 years, 9 months ago (2016-03-16 16:32:50 UTC) #23
Yusuke Sato
IDs in chrome/app/chrome_command_ids.h and chrome/app/generated_resources.grd as well as a comment in chrome/browser/renderer_context_menu/open_with_menu_observer.h still used ARC ...
4 years, 9 months ago (2016-03-16 17:43:12 UTC) #24
Ben Goodger (Google)
On 2016/03/16 17:43:12, Yusuke Sato wrote: > IDs in chrome/app/chrome_command_ids.h and chrome/app/generated_resources.grd as > well ...
4 years, 9 months ago (2016-03-16 17:56:04 UTC) #25
Yusuke Sato
https://codereview.chromium.org/1760773004/diff/200001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc File chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc (right): https://codereview.chromium.org/1760773004/diff/200001/chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc#newcode219 chrome/browser/chromeos/arc/open_with_menu_controller_delegate.cc:219: auto result = BuildHandlersMap(main_menu_id_start_, num_main_menu_items_, On 2016/03/16 02:23:53, hidehiko ...
4 years, 8 months ago (2016-03-31 14:46:29 UTC) #27
Yusuke Sato
Ben, I've rebased this CL on top of the ArcIntentHelper refactoring change (https://codereview.chromium.org/1843563003/). Could you ...
4 years, 8 months ago (2016-03-31 14:50:01 UTC) #28
Yusuke Sato
I forgot to address your suggestion on the context factory in patchset #11. Sorry about ...
4 years, 8 months ago (2016-04-02 02:10:59 UTC) #29
Luis Héctor Chávez
https://codereview.chromium.org/1760773004/diff/300001/components/arc/intent_helper/arc_intent_helper_bridge.cc File components/arc/intent_helper/arc_intent_helper_bridge.cc (right): https://codereview.chromium.org/1760773004/diff/300001/components/arc/intent_helper/arc_intent_helper_bridge.cc#newcode30 components/arc/intent_helper/arc_intent_helper_bridge.cc:30: ash::Shell::GetInstance()->open_with_menu_controller()->SetDelegate(NULL); nit: s/NULL/nullptr/
4 years, 8 months ago (2016-04-04 23:12:44 UTC) #31
Ben Goodger (Google)
It would seem to me that the code in arc shouldn't be manipulating the menu ...
4 years, 8 months ago (2016-04-06 21:09:38 UTC) #32
Yusuke Sato
On 2016/04/06 21:09:38, Ben Goodger (Google) wrote: > It would seem to me that the ...
4 years, 8 months ago (2016-04-08 18:36:09 UTC) #33
Ben Goodger (Google)
I would actually not suggest using ui::MenuModel, but defining your own interface in the ash ...
4 years, 8 months ago (2016-04-08 19:55:58 UTC) #34
Yusuke Sato
Done. The ash API now looks like the following: class ASH_EXPORT OpenWithMenuController { ... std::unique_ptr<OpenWithItems> ...
4 years, 8 months ago (2016-04-12 16:14:01 UTC) #36
Ben Goodger (Google)
So, my preference would be that the model described in ash & implemented in components/arc ...
4 years, 8 months ago (2016-04-12 19:48:25 UTC) #37
Yusuke Sato
On 2016/04/12 19:48:25, Ben Goodger (Google) wrote: > So, my preference would be that the ...
4 years, 8 months ago (2016-04-12 21:09:35 UTC) #38
Ben Goodger (Google)
Here's how I think about it. Let's say you have some abstract concept of a ...
4 years, 8 months ago (2016-04-12 21:51:12 UTC) #39
Yusuke Sato
Please take another look.
4 years, 8 months ago (2016-04-13 21:44:21 UTC) #41
hidehiko
I have quick walk-through. I'll take another look in more details, tomorrow. https://codereview.chromium.org/1760773004/diff/400001/chrome/browser/renderer_context_menu/open_with_menu_factory.h File chrome/browser/renderer_context_menu/open_with_menu_factory.h ...
4 years, 8 months ago (2016-04-20 04:40:18 UTC) #42
Ben Goodger (Google)
https://codereview.chromium.org/1760773004/diff/400001/ash/renderer_context_menu/link_handler_model.h File ash/renderer_context_menu/link_handler_model.h (right): https://codereview.chromium.org/1760773004/diff/400001/ash/renderer_context_menu/link_handler_model.h#newcode5 ash/renderer_context_menu/link_handler_model.h:5: #ifndef ASH_RENDERER_CONTEXT_MENU_LINK_HANDLER_MODEL_ ash shouldn't know about the concept of ...
4 years, 8 months ago (2016-04-20 17:56:50 UTC) #43
hidehiko
https://codereview.chromium.org/1760773004/diff/400001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc File chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc (right): https://codereview.chromium.org/1760773004/diff/400001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc#newcode119 chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc:119: void ModelChanged( As we discussed offline, if this is ...
4 years, 8 months ago (2016-04-20 18:10:18 UTC) #44
dcheng
https://codereview.chromium.org/1760773004/diff/400001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): https://codereview.chromium.org/1760773004/diff/400001/chrome/app/generated_resources.grd#newcode737 chrome/app/generated_resources.grd:737: + </message> Nit: Hangouts https://codereview.chromium.org/1760773004/diff/400001/chrome/browser/renderer_context_menu/render_view_context_menu.h File chrome/browser/renderer_context_menu/render_view_context_menu.h (right): https://codereview.chromium.org/1760773004/diff/400001/chrome/browser/renderer_context_menu/render_view_context_menu.h#newcode198 ...
4 years, 8 months ago (2016-04-21 04:20:45 UTC) #45
Yusuke Sato
Please take another look https://codereview.chromium.org/1760773004/diff/400001/ash/renderer_context_menu/link_handler_model.h File ash/renderer_context_menu/link_handler_model.h (right): https://codereview.chromium.org/1760773004/diff/400001/ash/renderer_context_menu/link_handler_model.h#newcode5 ash/renderer_context_menu/link_handler_model.h:5: #ifndef ASH_RENDERER_CONTEXT_MENU_LINK_HANDLER_MODEL_ On 2016/04/20 17:56:49, ...
4 years, 8 months ago (2016-04-22 05:27:48 UTC) #48
dcheng
https://codereview.chromium.org/1760773004/diff/490001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc File chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc (right): https://codereview.chromium.org/1760773004/diff/490001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc#newcode33 chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc:33: ash::LinkHandlerInfo info = {base::StringPrintf("App %zu", i), image, i}; %zu ...
4 years, 8 months ago (2016-04-24 19:27:57 UTC) #49
Yusuke Sato
Please take another look. https://codereview.chromium.org/1760773004/diff/490001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc File chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc (right): https://codereview.chromium.org/1760773004/diff/490001/chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc#newcode33 chrome/browser/renderer_context_menu/open_with_menu_factory_ash_unittest.cc:33: ash::LinkHandlerInfo info = {base::StringPrintf("App %zu", ...
4 years, 8 months ago (2016-04-25 15:07:46 UTC) #50
Yusuke Sato
Ben, please take another look.
4 years, 8 months ago (2016-04-26 15:46:56 UTC) #51
Ben Goodger (Google)
lgtm
4 years, 8 months ago (2016-04-26 16:36:31 UTC) #52
dcheng
(still) lgtm
4 years, 8 months ago (2016-04-26 19:40:01 UTC) #53
hidehiko
components/arc LGTM.
4 years, 7 months ago (2016-04-27 06:51:43 UTC) #54
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1760773004/510001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1760773004/510001
4 years, 7 months ago (2016-04-27 06:54:54 UTC) #57
commit-bot: I haz the power
Committed patchset #21 (id:510001)
4 years, 7 months ago (2016-04-27 07:52:26 UTC) #58
commit-bot: I haz the power
4 years, 7 months ago (2016-04-27 07:54:00 UTC) #60
Message was sent while issue was closed.
Patchset 21 (id:??) landed as
https://crrev.com/1168edac81b324d505851ca7d4982ccf305d0226
Cr-Commit-Position: refs/heads/master@{#390015}

Powered by Google App Engine
This is Rietveld 408576698