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

Issue 415813003: Improve extension icon prediction (Closed)

Created:
6 years, 5 months ago by gpdavis
Modified:
6 years, 4 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Improve extension icon prediction BUG=394920 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289062

Patch Set 1 #

Total comments: 11

Patch Set 2 : Minor changes #

Total comments: 11

Patch Set 3 : Minor changes #

Patch Set 4 : Enhanced GetBestFitAction, implement in ActiveScriptController #

Patch Set 5 : Pointer stuff #

Total comments: 12

Patch Set 6 : Added tests, modified GetBestFitAction #

Total comments: 12

Patch Set 7 : Enhanced tests with callback #

Patch Set 8 : Updated comments, buildExtension parameters #

Total comments: 12

Patch Set 9 : Enhanced tests, updated icon logic #

Total comments: 26

Patch Set 10 : Simplify icon logic, clean up unit tests #

Total comments: 17

Patch Set 11 : Minor changes #

Total comments: 5

Patch Set 12 : Moar minor changes #

Patch Set 13 : Fixed null check that was causing browser test failure #

Patch Set 14 : Fixed unittest to add extensions to registry #

Total comments: 7

Patch Set 15 : Final minor changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -26 lines) Patch
M chrome/browser/extensions/active_script_controller.cc View 1 2 3 4 5 2 chunks +5 lines, -12 lines 0 comments Download
M chrome/browser/extensions/extension_action_manager.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/extensions/extension_action_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +71 lines, -14 lines 0 comments Download
A chrome/browser/extensions/extension_action_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +223 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 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 69 (0 generated)
gpdavis
How's this look for a start? PopulateMissingValues will look for missing icons from the ExtensionAction ...
6 years, 5 months ago (2014-07-23 22:37:19 UTC) #1
not at google - send to devlin
nice! a couple of comments, didn't have time to look into this, but let's actually ...
6 years, 5 months ago (2014-07-24 00:41:26 UTC) #2
gpdavis
I'll start looking into substitution for GetBestFitAction. What exactly is the use-case for this? It ...
6 years, 5 months ago (2014-07-24 17:57:46 UTC) #3
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/1/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/1/chrome/browser/extensions/extension_action_manager.cc#newcode150 chrome/browser/extensions/extension_action_manager.cc:150: action.get()); On 2014/07/24 17:57:45, gpdavis wrote: > On 2014/07/24 ...
6 years, 5 months ago (2014-07-24 18:01:46 UTC) #4
not at google - send to devlin
On 2014/07/24 17:57:46, gpdavis wrote: > I'll start looking into substitution for GetBestFitAction. What exactly ...
6 years, 5 months ago (2014-07-24 18:02:53 UTC) #5
gpdavis
On 2014/07/24 18:02:53, kalman wrote: > On 2014/07/24 17:57:46, gpdavis wrote: > > I'll start ...
6 years, 5 months ago (2014-07-24 18:20:13 UTC) #6
not at google - send to devlin
ActiveScriptController is Devlin's territory - could you have a quick look at that?
6 years, 5 months ago (2014-07-24 23:51:45 UTC) #7
Devlin
https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc#newcode87 chrome/browser/extensions/extension_action_manager.cc:87: // Loads resources missing from |action| (ie title, icons) ...
6 years, 5 months ago (2014-07-25 16:46:55 UTC) #8
gpdavis
@kalman, can you clarify the bit about the purpose of GetBestFitAction? If no action is ...
6 years, 4 months ago (2014-07-28 21:40:36 UTC) #9
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc#newcode148 chrome/browser/extensions/extension_action_manager.cc:148: PopulateMissingValues(*service->GetExtensionById(extension_id, false), On 2014/07/28 21:40:36, gpdavis wrote: > On ...
6 years, 4 months ago (2014-07-28 21:55:36 UTC) #10
gpdavis
https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc#newcode171 chrome/browser/extensions/extension_action_manager.cc:171: ExtensionAction* ExtensionActionManager::GetBestFitAction( On 2014/07/28 21:55:36, kalman wrote: > On ...
6 years, 4 months ago (2014-07-29 00:18:02 UTC) #11
not at google - send to devlin
On 2014/07/29 00:18:02, gpdavis wrote: > https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc > File chrome/browser/extensions/extension_action_manager.cc (right): > > https://codereview.chromium.org/415813003/diff/20001/chrome/browser/extensions/extension_action_manager.cc#newcode171 > ...
6 years, 4 months ago (2014-07-29 00:23:42 UTC) #12
gpdavis
On 2014/07/29 00:23:42, kalman wrote: > Not necessarily, and in fact we're going to start ...
6 years, 4 months ago (2014-07-29 00:33:45 UTC) #13
gpdavis
The ActiveScriptController uses linked_ptrs, so I released the scoped_ptr return value after the GetBestFitAction call. ...
6 years, 4 months ago (2014-07-29 00:56:58 UTC) #14
not at google - send to devlin
On 2014/07/29 00:33:45, gpdavis wrote: > On 2014/07/29 00:23:42, kalman wrote: > > Not necessarily, ...
6 years, 4 months ago (2014-07-29 14:45:57 UTC) #15
not at google - send to devlin
On 2014/07/29 00:56:58, gpdavis wrote: > The ActiveScriptController uses linked_ptrs, so I released the scoped_ptr ...
6 years, 4 months ago (2014-07-29 14:47:31 UTC) #16
gpdavis
On 2014/07/29 14:45:57, kalman wrote: > On 2014/07/29 00:33:45, gpdavis wrote: > > On 2014/07/29 ...
6 years, 4 months ago (2014-08-01 00:02:28 UTC) #17
not at google - send to devlin
the code you have is basically right. there are a couple of different intersecting concepts ...
6 years, 4 months ago (2014-08-01 00:09:34 UTC) #18
gpdavis
On 2014/08/01 00:09:34, kalman wrote: > the code you have is basically right. > > ...
6 years, 4 months ago (2014-08-01 01:34:45 UTC) #19
not at google - send to devlin
cool, but you need tests. https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc#newcode100 chrome/browser/extensions/extension_action_manager.cc:100: return; much as it's ...
6 years, 4 months ago (2014-08-01 18:43:38 UTC) #20
gpdavis
https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc#newcode100 chrome/browser/extensions/extension_action_manager.cc:100: return; On 2014/08/01 18:43:37, kalman wrote: > much as ...
6 years, 4 months ago (2014-08-01 20:23:10 UTC) #21
gpdavis
Where should I be adding tests for this? The ExtensionActionManager doesn't have a corresponding unittest, ...
6 years, 4 months ago (2014-08-01 21:24:24 UTC) #22
not at google - send to devlin
you should add a new test specifically for extension action manager.
6 years, 4 months ago (2014-08-01 21:32:34 UTC) #23
gpdavis
Here's some tests. What do you think?
6 years, 4 months ago (2014-08-04 21:31:22 UTC) #24
not at google - send to devlin
nice! https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc#newcode179 chrome/browser/extensions/extension_action_manager.cc:179: new ExtensionAction(extension.id(), ActionInfo::TYPE_PAGE, ActionInfo())); On 2014/08/01 20:23:10, gpdavis ...
6 years, 4 months ago (2014-08-05 00:40:09 UTC) #25
gpdavis
https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/80001/chrome/browser/extensions/extension_action_manager.cc#newcode179 chrome/browser/extensions/extension_action_manager.cc:179: new ExtensionAction(extension.id(), ActionInfo::TYPE_PAGE, ActionInfo())); On 2014/08/05 00:40:09, kalman wrote: ...
6 years, 4 months ago (2014-08-05 18:44:16 UTC) #26
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode90 chrome/browser/extensions/extension_action_manager_unittest.cc:90: const ExtensionAction* action = manager->GetPageAction(*extension); On 2014/08/05 18:44:15, gpdavis ...
6 years, 4 months ago (2014-08-05 18:48:53 UTC) #27
gpdavis
https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode90 chrome/browser/extensions/extension_action_manager_unittest.cc:90: const ExtensionAction* action = manager->GetPageAction(*extension); On 2014/08/05 18:48:53, kalman ...
6 years, 4 months ago (2014-08-05 18:50:57 UTC) #28
gpdavis
https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode90 chrome/browser/extensions/extension_action_manager_unittest.cc:90: const ExtensionAction* action = manager->GetPageAction(*extension); On 2014/08/05 18:50:57, gpdavis ...
6 years, 4 months ago (2014-08-05 19:08:00 UTC) #29
gpdavis
https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/110001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode90 chrome/browser/extensions/extension_action_manager_unittest.cc:90: const ExtensionAction* action = manager->GetPageAction(*extension); On 2014/08/05 19:07:59, gpdavis ...
6 years, 4 months ago (2014-08-05 19:33:50 UTC) #30
not at google - send to devlin
looking good, just test comments left. https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode18 chrome/browser/extensions/extension_action_manager_unittest.cc:18: ExtensionActionManagerTest(); everything from ...
6 years, 4 months ago (2014-08-05 21:20:41 UTC) #31
gpdavis
https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode18 chrome/browser/extensions/extension_action_manager_unittest.cc:18: ExtensionActionManagerTest(); On 2014/08/05 21:20:41, kalman wrote: > everything from ...
6 years, 4 months ago (2014-08-05 21:41:46 UTC) #32
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode91 chrome/browser/extensions/extension_action_manager_unittest.cc:91: On 2014/08/05 21:41:46, gpdavis wrote: > On 2014/08/05 21:20:40, ...
6 years, 4 months ago (2014-08-05 21:45:32 UTC) #33
gpdavis
https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/190001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode91 chrome/browser/extensions/extension_action_manager_unittest.cc:91: On 2014/08/05 21:45:31, kalman wrote: > On 2014/08/05 21:41:46, ...
6 years, 4 months ago (2014-08-06 00:01:41 UTC) #34
gpdavis
Here are some more thorough tests.
6 years, 4 months ago (2014-08-07 00:33:21 UTC) #35
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc#newcode86 chrome/browser/extensions/extension_action_manager.cc:86: const int* kIconSizes = extension_misc::kExtensionActionIconSizes; should this be const ...
6 years, 4 months ago (2014-08-07 16:03:37 UTC) #36
gpdavis
https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc#newcode86 chrome/browser/extensions/extension_action_manager.cc:86: const int* kIconSizes = extension_misc::kExtensionActionIconSizes; On 2014/08/07 16:03:37, kalman ...
6 years, 4 months ago (2014-08-07 18:31:00 UTC) #37
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc#newcode86 chrome/browser/extensions/extension_action_manager.cc:86: const int* kIconSizes = extension_misc::kExtensionActionIconSizes; On 2014/08/07 18:30:59, gpdavis ...
6 years, 4 months ago (2014-08-07 19:03:28 UTC) #38
not at google - send to devlin
forgot to respond to your other questions. https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager_unittest.cc File chrome/browser/extensions/extension_action_manager_unittest.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager_unittest.cc#newcode99 chrome/browser/extensions/extension_action_manager_unittest.cc:99: (action_type == ...
6 years, 4 months ago (2014-08-07 20:50:18 UTC) #39
gpdavis
https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc#newcode86 chrome/browser/extensions/extension_action_manager.cc:86: const int* kIconSizes = extension_misc::kExtensionActionIconSizes; On 2014/08/07 19:03:28, kalman ...
6 years, 4 months ago (2014-08-07 21:28:18 UTC) #40
not at google - send to devlin
https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/200001/chrome/browser/extensions/extension_action_manager.cc#newcode102 chrome/browser/extensions/extension_action_manager.cc:102: // for the 19px key and return; On 2014/08/07 ...
6 years, 4 months ago (2014-08-07 21:34:41 UTC) #41
gpdavis
Alright, that icon logic does look quite a bit simpler, and the unit tests don't ...
6 years, 4 months ago (2014-08-07 21:58:13 UTC) #42
not at google - send to devlin
almost there. https://codereview.chromium.org/415813003/diff/220001/chrome/browser/extensions/active_script_controller.cc File chrome/browser/extensions/active_script_controller.cc (right): https://codereview.chromium.org/415813003/diff/220001/chrome/browser/extensions/active_script_controller.cc#newcode116 chrome/browser/extensions/active_script_controller.cc:116: Profile::FromBrowserContext(web_contents()->GetBrowserContext())) you don't need to cast from ...
6 years, 4 months ago (2014-08-07 22:15:10 UTC) #43
gpdavis
https://codereview.chromium.org/415813003/diff/220001/chrome/browser/extensions/active_script_controller.cc File chrome/browser/extensions/active_script_controller.cc (right): https://codereview.chromium.org/415813003/diff/220001/chrome/browser/extensions/active_script_controller.cc#newcode116 chrome/browser/extensions/active_script_controller.cc:116: Profile::FromBrowserContext(web_contents()->GetBrowserContext())) On 2014/08/07 22:14:15, kalman wrote: > you don't ...
6 years, 4 months ago (2014-08-07 23:48:35 UTC) #44
not at google - send to devlin
ok - lgtm. let's go with this, but there are a couple of other little ...
6 years, 4 months ago (2014-08-08 00:21:08 UTC) #45
gpdavis
https://codereview.chromium.org/415813003/diff/240001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/240001/chrome/browser/extensions/extension_action_manager.cc#newcode109 chrome/browser/extensions/extension_action_manager.cc:109: (largest_icon_size = extension_icons.GetIconSizeFromPath(largest_icon))) { On 2014/08/08 00:21:07, kalman wrote: ...
6 years, 4 months ago (2014-08-08 01:03:58 UTC) #46
not at google - send to devlin
lgtm https://codereview.chromium.org/415813003/diff/240001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/240001/chrome/browser/extensions/extension_action_manager.cc#newcode116 chrome/browser/extensions/extension_action_manager.cc:116: && largest_icon_size > size) { On 2014/08/08 01:03:58, ...
6 years, 4 months ago (2014-08-08 14:15:03 UTC) #47
gpdavis
The CQ bit was checked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-08 17:04:23 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gpdavis.chromium@gmail.com/415813003/260001
6 years, 4 months ago (2014-08-08 17:04:49 UTC) #49
gpdavis
The CQ bit was checked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-08 20:18:52 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gpdavis.chromium@gmail.com/415813003/280001
6 years, 4 months ago (2014-08-08 20:20:39 UTC) #51
gpdavis
The CQ bit was unchecked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-08 21:58:32 UTC) #52
gpdavis
The CQ bit was checked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-08 22:56:37 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gpdavis.chromium@gmail.com/415813003/300001
6 years, 4 months ago (2014-08-08 23:00:45 UTC) #54
not at google - send to devlin
hold up.. https://codereview.chromium.org/415813003/diff/300001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/300001/chrome/browser/extensions/extension_action_manager.cc#newcode144 chrome/browser/extensions/extension_action_manager.cc:144: ->GetExtensionById(extension->id(), ExtensionRegistry::ENABLED)) { why do you need ...
6 years, 4 months ago (2014-08-08 23:02:13 UTC) #55
gpdavis
On 2014/08/08 23:02:13, kalman wrote: > hold up.. > > https://codereview.chromium.org/415813003/diff/300001/chrome/browser/extensions/extension_action_manager.cc > File chrome/browser/extensions/extension_action_manager.cc (right): ...
6 years, 4 months ago (2014-08-08 23:03:42 UTC) #56
gpdavis
On 2014/08/08 23:03:42, gpdavis wrote: > On 2014/08/08 23:02:13, kalman wrote: > > hold up.. ...
6 years, 4 months ago (2014-08-08 23:10:28 UTC) #57
gpdavis
The CQ bit was unchecked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-08 23:21:15 UTC) #58
not at google - send to devlin
ok, thanks. please fix that up before submitting. that "it looks like a bug" comment ...
6 years, 4 months ago (2014-08-09 03:47:00 UTC) #59
not at google - send to devlin
(lgtm after that)
6 years, 4 months ago (2014-08-09 03:47:10 UTC) #60
gpdavis
https://codereview.chromium.org/415813003/diff/300001/chrome/browser/extensions/extension_action_manager.cc File chrome/browser/extensions/extension_action_manager.cc (right): https://codereview.chromium.org/415813003/diff/300001/chrome/browser/extensions/extension_action_manager.cc#newcode129 chrome/browser/extensions/extension_action_manager.cc:129: const Extension* extension, On 2014/08/09 03:47:00, kalman wrote: > ...
6 years, 4 months ago (2014-08-11 17:58:46 UTC) #61
gpdavis
The CQ bit was checked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-11 17:58:55 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gpdavis.chromium@gmail.com/415813003/320001
6 years, 4 months ago (2014-08-11 18:02:30 UTC) #63
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_chromium_rel on tryserver.chromium.win ...
6 years, 4 months ago (2014-08-11 22:36:47 UTC) #64
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-12 01:43:25 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel/builds/5611)
6 years, 4 months ago (2014-08-12 01:43:27 UTC) #66
gpdavis
The CQ bit was checked by gpdavis.chromium@gmail.com
6 years, 4 months ago (2014-08-12 17:09:40 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gpdavis.chromium@gmail.com/415813003/320001
6 years, 4 months ago (2014-08-12 17:12:43 UTC) #68
commit-bot: I haz the power
6 years, 4 months ago (2014-08-12 21:31:45 UTC) #69
Message was sent while issue was closed.
Change committed as 289062

Powered by Google App Engine
This is Rietveld 408576698