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

Issue 1232553003: Add new certificateProvider extension API. (Closed)

Created:
5 years, 5 months ago by pneubeck (no reviews)
Modified:
5 years, 3 months ago
CC:
cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, davemoore+watch_chromium.org, extensions-reviews_chromium.org, oshima+watch_chromium.org, stevenjb+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 new certificateProvider extension API. BUG=514575 Committed: https://crrev.com/9cac4acf0e0a0898e14ac0c187a4872eef41b820 Cr-Commit-Position: refs/heads/master@{#347916}

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 11

Patch Set 3 : Update the idl #

Patch Set 4 : First working implementation #

Patch Set 5 : Cleanup and added comments. #

Patch Set 6 : Adding unit tests. #

Patch Set 7 : Adding OWNER files. #

Patch Set 8 : Fix ssl_platform_key integration. More unit tests. #

Patch Set 9 : Cleaned up more comments. #

Patch Set 10 : Use actual certs in unittest. #

Patch Set 11 : Separate the test server change #

Patch Set 12 : Separated ClientCertStoreChromeOS changes. #

Patch Set 13 : Separated ClientKeyStore changes. #

Patch Set 14 : Rebased. [WORK IN PROGRESS, WAIT WITH REVIEW] #

Patch Set 15 : Split CertificateProviderService into separate CL. #

Patch Set 16 : Removed the 'client' from 'client certificate' in names/docs. #

Patch Set 17 : Missed one rename. #

Patch Set 18 : Rebased. #

Total comments: 125

Patch Set 19 : Addressed feedback, fixed bug. #

Total comments: 22

Patch Set 20 : Addressed Maksim's comments. #

Patch Set 21 : Addressed last feedback. #

Patch Set 22 : Fix unittest. #

Patch Set 23 : Fix non-chromeos. #

Patch Set 24 : Fixing gn and adding a permission message. #

Patch Set 25 : Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1108 lines, -53 lines) Patch
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 20 21 22 23 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +48 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +207 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/certificate_provider/certificate_provider_service_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +6 lines, -4 lines 0 comments Download
A chrome/browser/extensions/api/certificate_provider/certificate_provider_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +50 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/certificate_provider/certificate_provider_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +177 lines, -0 lines 0 comments Download
A chrome/browser/extensions/api/certificate_provider/certificate_provider_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 21 22 1 chunk +265 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/profiles/profile_io_data.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 +13 lines, -1 line 0 comments Download
M chrome/chrome_browser_chromeos.gypi 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 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/chrome_browser_extensions.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 chrome/chrome_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_tests.gypi 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 +7 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/_api_features.json 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 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/_permission_features.json View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/certificate_provider.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +35 lines, -34 lines 0 comments Download
A chrome/common/extensions/api/certificate_provider_internal.idl View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +34 lines, -0 lines 0 comments Download
M chrome/common/extensions/api/schemas.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 chrome/common/extensions/permissions/chrome_api_permissions.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/permissions/chrome_permission_message_rules.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 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/renderer/resources/extensions/certificate_provider_custom_bindings.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +81 lines, -0 lines 0 comments Download
M chrome/renderer/resources/renderer_resources.grd View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/test/data/extensions/api_test/certificate_provider/OWNERS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/certificate_provider/basic.html View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/data/extensions/api_test/certificate_provider/basic.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +110 lines, -0 lines 0 comments Download
A + chrome/test/data/extensions/api_test/certificate_provider/ca.cnf View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/test/data/extensions/api_test/certificate_provider/create_test_certs.sh View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 4 chunks +5 lines, -11 lines 0 comments Download
A chrome/test/data/extensions/api_test/certificate_provider/l1_leaf.der View Binary file 0 comments Download
A chrome/test/data/extensions/api_test/certificate_provider/l1_leaf.pk8 View Binary file 0 comments Download
A + chrome/test/data/extensions/api_test/certificate_provider/manifest.json View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A chrome/test/data/extensions/api_test/certificate_provider/root.pem View 1 chunk +19 lines, -0 lines 0 comments Download
M extensions/browser/extension_event_histogram_value.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/extension_function_histogram_value.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 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/common/permissions/api_permission.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 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 24 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 93 (36 generated)
Ryan Sleevi
https://codereview.chromium.org/1232553003/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/1232553003/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode54 chrome/common/extensions/api/certificate_provider.idl:54: // which the extension can sign data with the ...
5 years, 5 months ago (2015-07-10 12:07:56 UTC) #3
pneubeck (no reviews)
https://codereview.chromium.org/1232553003/diff/20001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/1232553003/diff/20001/chrome/common/extensions/api/certificate_provider.idl#newcode54 chrome/common/extensions/api/certificate_provider.idl:54: // which the extension can sign data with the ...
5 years, 5 months ago (2015-07-10 12:23:52 UTC) #4
davidben
I only looked at the extension API. Looks fairly reasonable. Some comments. https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl ...
5 years, 5 months ago (2015-07-10 14:03:32 UTC) #6
pneubeck (no reviews)
https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl#newcode27 chrome/common/extensions/api/certificate_provider.idl:27: dictionary SignRequest { On 2015/07/10 14:03:32, David Benjamin wrote: ...
5 years, 5 months ago (2015-07-10 15:17:25 UTC) #7
pneubeck (no reviews)
Hi there, so this implementation should be in a rather good shape now, except the ...
5 years, 5 months ago (2015-07-24 14:26:50 UTC) #12
pneubeck (no reviews)
@David, @Ryan, please provide input on net/ssl/ssl_platform_key* . Either we add a singleton for NSS ...
5 years, 4 months ago (2015-07-28 09:41:40 UTC) #13
davidben
On 2015/07/28 09:41:40, pneubeck wrote: > @David, @Ryan, please provide input on net/ssl/ssl_platform_key* . Either ...
5 years, 4 months ago (2015-07-28 15:15:46 UTC) #14
pneubeck (no reviews)
On 2015/07/28 15:15:46, David Benjamin wrote: > On 2015/07/28 09:41:40, pneubeck wrote: > > @David, ...
5 years, 4 months ago (2015-07-29 09:57:51 UTC) #15
davidben
On 2015/07/29 09:57:51, pneubeck wrote: > On 2015/07/28 15:15:46, David Benjamin wrote: > > On ...
5 years, 4 months ago (2015-07-29 16:39:37 UTC) #16
pneubeck (no reviews)
Hi there, this CL is ready for review. I will need your review in particular ...
5 years, 4 months ago (2015-08-03 19:45:34 UTC) #17
pneubeck (no reviews)
to make this change more manageable, I broke out the net/ changes into https://codereview.chromium.org/1278763002/ https://codereview.chromium.org/1274143002/ ...
5 years, 4 months ago (2015-08-06 14:48:47 UTC) #20
pneubeck (no reviews)
I incorporated the remaining API suggestions in https://codereview.chromium.org/1289963003/ . https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl#newcode19 chrome/common/extensions/api/certificate_provider.idl:19: ...
5 years, 4 months ago (2015-08-17 12:13:03 UTC) #21
davidben
https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl File chrome/common/extensions/api/certificate_provider.idl (right): https://codereview.chromium.org/1232553003/diff/30001/chrome/common/extensions/api/certificate_provider.idl#newcode45 chrome/common/extensions/api/certificate_provider.idl:45: // padding. On 2015/08/17 12:13:02, pneubeck wrote: > On ...
5 years, 4 months ago (2015-08-18 21:17:52 UTC) #22
davidben
+mattm, do you mind looking over this for load-balancing purposes? This one's kinda large, so ...
5 years, 4 months ago (2015-08-20 02:00:45 UTC) #24
pneubeck (no reviews)
note that I'm still updating this CL to the changed design of the hooks to ...
5 years, 4 months ago (2015-08-20 14:55:48 UTC) #25
pneubeck (no reviews)
@Maksim, ptal at chrome/common/extensions/api/* chrome/browser/extensions/api/certificate_provider/* chrome/browser/chromeos/certificate_provider/* chrome/test/data/extensions/api_test/certificate_provider/* chrome/renderer/resources/extensions/certificate_provider_custom_bindings.js @Benjamin, ptal at the whether the updated ...
5 years, 3 months ago (2015-09-01 14:20:27 UTC) #31
pneubeck (no reviews)
asvitkine@chromium.org: Please review changes in extensions/browser/* tools/metrics/histograms/histograms.xml Thanks
5 years, 3 months ago (2015-09-01 14:34:36 UTC) #33
mmenke
On 2015/09/01 14:20:27, pneubeck wrote: > @Maksim, ptal at > chrome/common/extensions/api/* > chrome/browser/extensions/api/certificate_provider/* > chrome/browser/chromeos/certificate_provider/* ...
5 years, 3 months ago (2015-09-01 15:28:52 UTC) #34
davidben
On 2015/09/01 15:28:52, mmenke wrote: > On 2015/09/01 14:20:27, pneubeck wrote: > > @Maksim, ptal ...
5 years, 3 months ago (2015-09-01 15:32:22 UTC) #35
davidben
On 2015/09/01 15:32:22, David Benjamin wrote: > On 2015/09/01 15:28:52, mmenke wrote: > > On ...
5 years, 3 months ago (2015-09-01 18:45:49 UTC) #36
Alexei Svitkine (slow)
histograms lgtm, didn't look at the rest
5 years, 3 months ago (2015-09-01 21:16:40 UTC) #37
not at google - send to devlin
lgtm for extensions
5 years, 3 months ago (2015-09-01 21:39:11 UTC) #38
not at google - send to devlin
On 2015/09/01 21:39:11, kalman wrote: > lgtm for extensions extensions idioms, structure, etc. not the ...
5 years, 3 months ago (2015-09-01 21:39:32 UTC) #39
pneubeck (no reviews)
@mmenke / davidben, I need the sign-off of profile_io_data.* .
5 years, 3 months ago (2015-09-02 06:47:00 UTC) #40
mmenke
On 2015/09/02 06:47:00, pneubeck wrote: > @mmenke / davidben, I need the sign-off of profile_io_data.* ...
5 years, 3 months ago (2015-09-02 17:54:57 UTC) #41
pneubeck (no reviews)
mmenke: Note, that it was myself who changed ClientCertStoreChromeOS and added ClientKeyStore in the first ...
5 years, 3 months ago (2015-09-02 19:43:39 UTC) #42
pneubeck (no reviews)
@Bartosz, Maskim, one of you should take a look at chrome/common/extensions/api/* chrome/browser/extensions/api/certificate_provider/* chrome/browser/chromeos/certificate_provider/* chrome/test/data/extensions/api_test/certificate_provider/* chrome/renderer/resources/extensions/certificate_provider_custom_bindings.js ...
5 years, 3 months ago (2015-09-03 09:00:34 UTC) #44
bartfab (slow)
The C++ is reviewed. I will do the JS tomorrow. https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc File chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc (right): https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc#newcode7 ...
5 years, 3 months ago (2015-09-03 17:30:54 UTC) #45
bartfab (slow)
I reviewed the JS you asked me to take a look at as well now. ...
5 years, 3 months ago (2015-09-04 09:21:58 UTC) #46
davidben
chrome/browser/profiles/ lgtm
5 years, 3 months ago (2015-09-04 16:00:10 UTC) #47
mmenke
On 2015/09/04 16:00:10, David Benjamin wrote: > chrome/browser/profiles/ lgtm LGTM, deferring to david.
5 years, 3 months ago (2015-09-04 16:01:07 UTC) #48
pneubeck (no reviews)
Addressed feedback. https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc File chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc (right): https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc#newcode7 chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc:7: #include "base/debug/stack_trace.h" On 2015/09/03 17:30:51, bartfab wrote: ...
5 years, 3 months ago (2015-09-07 17:21:33 UTC) #50
pneubeck (no reviews)
@Bartosz, ptal also at the chrome/*.gypi files.
5 years, 3 months ago (2015-09-07 17:24:25 UTC) #51
pneubeck (no reviews)
jhawkins@chromium.org: Please review changes in chrome/renderer/resources/renderer_resources.grd
5 years, 3 months ago (2015-09-07 17:25:56 UTC) #53
emaxx
lgtm https://codereview.chromium.org/1232553003/diff/570001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc File chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc (right): https://codereview.chromium.org/1232553003/diff/570001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc#newcode128 chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc:128: } Maybe worth adding "default: NOTREACHED();". https://codereview.chromium.org/1232553003/diff/570001/chrome/browser/extensions/api/certificate_provider/certificate_provider_api.cc File ...
5 years, 3 months ago (2015-09-07 17:35:14 UTC) #54
pneubeck (no reviews)
-James jochen@chromium.org: Please review changes in chrome/renderer/resources/renderer_resources.grd
5 years, 3 months ago (2015-09-08 07:58:34 UTC) #56
jochen (gone - plz use gerrit)
lgtm
5 years, 3 months ago (2015-09-08 12:30:33 UTC) #57
bartfab (slow)
lgtm https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/extensions/api/certificate_provider/certificate_provider_apitest.cc File chrome/browser/extensions/api/certificate_provider/certificate_provider_apitest.cc (right): https://codereview.chromium.org/1232553003/diff/530001/chrome/browser/extensions/api/certificate_provider/certificate_provider_apitest.cc#newcode61 chrome/browser/extensions/api/certificate_provider/certificate_provider_apitest.cc:61: const uint8* const binary_begin = On 2015/09/07 17:21:32, ...
5 years, 3 months ago (2015-09-08 14:55:17 UTC) #58
pneubeck (no reviews)
https://codereview.chromium.org/1232553003/diff/570001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc File chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc (right): https://codereview.chromium.org/1232553003/diff/570001/chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc#newcode128 chrome/browser/chromeos/certificate_provider/certificate_provider_service_factory.cc:128: } On 2015/09/07 17:35:14, emaxx wrote: > Maybe worth ...
5 years, 3 months ago (2015-09-08 15:30:51 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/610001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/610001
5 years, 3 months ago (2015-09-08 15:31:38 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/79055)
5 years, 3 months ago (2015-09-08 15:53:15 UTC) #64
bartfab (slow)
Still LGTM.
5 years, 3 months ago (2015-09-08 16:44:48 UTC) #65
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/630001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/630001
5 years, 3 months ago (2015-09-08 17:22:09 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/94778) mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 3 months ago (2015-09-08 17:39:15 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/650001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/650001
5 years, 3 months ago (2015-09-08 18:04:57 UTC) #73
Andrew T Wilson (Slow)
On 2015/09/08 18:04:57, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
5 years, 3 months ago (2015-09-08 18:24:00 UTC) #74
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/110199)
5 years, 3 months ago (2015-09-08 18:38:18 UTC) #76
bartfab (slow)
lgtm
5 years, 3 months ago (2015-09-09 09:08:29 UTC) #77
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/670001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/670001
5 years, 3 months ago (2015-09-09 09:10:10 UTC) #80
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/97661)
5 years, 3 months ago (2015-09-09 09:16:54 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/690001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/690001
5 years, 3 months ago (2015-09-09 09:26:24 UTC) #85
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/66561)
5 years, 3 months ago (2015-09-09 11:37:50 UTC) #87
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1232553003/690001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1232553003/690001
5 years, 3 months ago (2015-09-09 11:38:52 UTC) #89
commit-bot: I haz the power
Committed patchset #25 (id:690001)
5 years, 3 months ago (2015-09-09 12:53:33 UTC) #90
commit-bot: I haz the power
Patchset 25 (id:??) landed as https://crrev.com/9cac4acf0e0a0898e14ac0c187a4872eef41b820 Cr-Commit-Position: refs/heads/master@{#347916}
5 years, 3 months ago (2015-09-09 12:54:22 UTC) #91
yosin_UTC9
On 2015/09/09 12:54:22, commit-bot: I haz the power wrote: > Patchset 25 (id:??) landed as ...
5 years, 3 months ago (2015-09-09 14:18:36 UTC) #92
engedy
5 years, 3 months ago (2015-09-09 16:04:08 UTC) #93
Message was sent while issue was closed.
A follow-up CL has been landed to fix compiler errors mentioned by Yosi:
https://codereview.chromium.org/1309363008.

Powered by Google App Engine
This is Rietveld 408576698