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

Issue 1154383006: Adding crash utilities to chromecast/crash. (Closed)

Created:
5 years, 6 months ago by slan
Modified:
5 years, 6 months ago
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, sadrul, kalyank
Base URL:
https://eureka-internal.googlesource.com/chromium/src@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adding crash utilities to chromecast/crash. Includes initial commits for writing, managing, and uploading information generated on Linux crashes. Change-Id: I6ff36ffb54bf9153e5663844b2a428ce7b03773f BUG= b/20121400 Committed: https://crrev.com/f48fe876ae18ebe0a639eb271c3b7192f410bc0b Cr-Commit-Position: refs/heads/master@{#335727}

Patch Set 1 #

Patch Set 2 : Added MinidumpGenerator and AppStateTracker #

Patch Set 3 : Add Minidump Writer #

Patch Set 4 : Added breakpad util #

Patch Set 5 : Add unittests for minidump_writer #

Patch Set 6 : Add more Chrome utilities. #

Patch Set 7 : Corrected version hack in breakpad_util. #

Total comments: 18

Patch Set 8 : Lots of formatting changes and BUILD.gn updates. #

Total comments: 11

Patch Set 9 : Linux-specific utils moved to linux/ #

Total comments: 13

Patch Set 10 : Major testing improvements. #

Patch Set 11 : #

Total comments: 43

Patch Set 12 : Clean-up and rename MinidumpManager #

Total comments: 2

Patch Set 13 : Rebase #

Patch Set 14 : Nit #

Patch Set 15 : Change target ref #

Patch Set 16 : Fix old Android build issue. #

Total comments: 1

Patch Set 17 : Refactored crash dependencies #

Total comments: 4

Patch Set 18 : Moved android crash client to app/ to keep dependencies consistent #

Total comments: 4

Patch Set 19 : Resolving merge. #

Patch Set 20 : Added cast_shell_unittests to test_generator #

Patch Set 21 : Clean up DEPS #

Patch Set 22 : #

Patch Set 23 : cast_shell_unittests not built for android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2602 lines, -450 lines) Patch
M chromecast/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +12 lines, -0 lines 0 comments Download
M chromecast/android/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chromecast/android/cast_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
A chromecast/app/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +34 lines, -0 lines 0 comments Download
M chromecast/app/android/DEPS 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
A + chromecast/app/android/cast_crash_reporter_client_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +4 lines, -5 lines 0 comments Download
A + chromecast/app/android/cast_crash_reporter_client_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
A + chromecast/app/android/crash_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -3 lines 0 comments Download
A + chromecast/app/android/crash_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +9 lines, -8 lines 0 comments Download
M chromecast/app/cast_main_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -2 lines 0 comments Download
A + chromecast/app/linux/cast_crash_reporter_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -6 lines 0 comments Download
A chromecast/app/linux/cast_crash_reporter_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +77 lines, -0 lines 0 comments Download
A chromecast/app/linux/cast_crash_reporter_client_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +116 lines, -0 lines 0 comments Download
M chromecast/base/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A chromecast/base/error_codes.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +44 lines, -0 lines 0 comments Download
A chromecast/base/error_codes.cc View 1 2 3 4 5 6 7 8 9 1 chunk +81 lines, -0 lines 0 comments Download
M chromecast/base/version.h.in View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -1 line 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +50 lines, -23 lines 0 comments Download
M chromecast/chromecast_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 4 chunks +29 lines, -1 line 0 comments Download
A + chromecast/crash/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +51 lines, -0 lines 0 comments Download
M chromecast/crash/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
D chromecast/crash/android/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -4 lines 0 comments Download
D chromecast/crash/android/cast_crash_reporter_client_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -38 lines 0 comments Download
D chromecast/crash/android/cast_crash_reporter_client_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -82 lines 0 comments Download
D chromecast/crash/android/crash_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -57 lines 0 comments Download
D chromecast/crash/android/crash_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +0 lines, -104 lines 0 comments Download
A chromecast/crash/app_state_tracker.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +32 lines, -0 lines 0 comments Download
A chromecast/crash/app_state_tracker.cc View 1 2 3 4 5 6 7 8 1 chunk +63 lines, -0 lines 0 comments Download
D chromecast/crash/cast_crash_reporter_client.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -36 lines 0 comments Download
M chromecast/crash/cast_crash_reporter_client.cc View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -58 lines 0 comments Download
D chromecast/crash/cast_crash_reporter_client_simple.cc View 1 2 3 4 5 6 7 1 chunk +0 lines, -17 lines 0 comments Download
A chromecast/crash/cast_crashdump_uploader.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +65 lines, -0 lines 0 comments Download
A chromecast/crash/cast_crashdump_uploader.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +123 lines, -0 lines 0 comments Download
A chromecast/crash/linux/crash_util.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +37 lines, -0 lines 0 comments Download
A chromecast/crash/linux/crash_util.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +91 lines, -0 lines 0 comments Download
A chromecast/crash/linux/dummy_minidump_generator.h View 1 2 3 4 5 6 7 8 1 chunk +34 lines, -0 lines 0 comments Download
A chromecast/crash/linux/dummy_minidump_generator.cc View 1 2 3 4 5 6 7 8 9 1 chunk +37 lines, -0 lines 0 comments Download
A chromecast/crash/linux/dump_info.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +66 lines, -0 lines 0 comments Download
A chromecast/crash/linux/dump_info.cc View 1 2 3 4 5 6 7 8 9 1 chunk +138 lines, -0 lines 0 comments Download
A chromecast/crash/linux/dump_info_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +134 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_generator.h View 1 2 3 4 5 6 7 8 1 chunk +23 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_params.h View 1 2 3 4 5 6 7 8 1 chunk +39 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_params.cc View 1 2 3 4 5 6 7 8 1 chunk +35 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_writer.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +85 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_writer.cc View 1 2 3 4 5 6 7 8 9 1 chunk +135 lines, -0 lines 0 comments Download
A chromecast/crash/linux/minidump_writer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +172 lines, -0 lines 0 comments Download
A chromecast/crash/linux/synchronized_minidump_manager.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +106 lines, -0 lines 0 comments Download
A chromecast/crash/linux/synchronized_minidump_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +219 lines, -0 lines 0 comments Download
A chromecast/crash/linux/synchronized_minidump_manager_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +388 lines, -0 lines 0 comments Download
M chromecast/media/BUILD.gn View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 75 (28 generated)
slan
PTAL at the changes and the description. This is the initial review. I plan on ...
5 years, 6 months ago (2015-06-09 17:04:54 UTC) #2
gunsch
Exciting CL! Couple extra comments: 1) Thanks for the internal link for diffs, that helped ...
5 years, 6 months ago (2015-06-09 18:46:19 UTC) #3
slan
> 1) Thanks for the internal link for diffs, that helped the review a lot. ...
5 years, 6 months ago (2015-06-10 01:45:16 UTC) #4
slan
Comments addressed. alokp@ please look at the BUILD.gn files. I would like your assistance in ...
5 years, 6 months ago (2015-06-10 01:49:13 UTC) #5
gunsch
+1 to the idea of moving many of these files to chromecast/crash/linux/. I believe both ...
5 years, 6 months ago (2015-06-10 16:33:31 UTC) #6
slan
https://codereview.chromium.org/1154383006/diff/140001/chromecast/BUILD.gn File chromecast/BUILD.gn (right): https://codereview.chromium.org/1154383006/diff/140001/chromecast/BUILD.gn#newcode30 chromecast/BUILD.gn:30: ] On 2015/06/10 16:33:30, gunsch wrote: > I believe ...
5 years, 6 months ago (2015-06-11 02:34:48 UTC) #7
gunsch
mostly nits https://codereview.chromium.org/1154383006/diff/140001/chromecast/crash/cast_crash_reporter_client.cc File chromecast/crash/cast_crash_reporter_client.cc (right): https://codereview.chromium.org/1154383006/diff/140001/chromecast/crash/cast_crash_reporter_client.cc#newcode9 chromecast/crash/cast_crash_reporter_client.cc:9: #include "chromecast/crash/crash_util.h" On 2015/06/11 02:34:48, slan wrote: ...
5 years, 6 months ago (2015-06-12 00:37:09 UTC) #8
lcwu1
https://codereview.chromium.org/1154383006/diff/160001/testing/buildbot/ninja_to_gn.pyl File testing/buildbot/ninja_to_gn.pyl (right): https://codereview.chromium.org/1154383006/diff/160001/testing/buildbot/ninja_to_gn.pyl#newcode28 testing/buildbot/ninja_to_gn.pyl:28: "cast_unittests": "//cast:cast_unittests", On 2015/06/12 00:37:09, gunsch wrote: > what ...
5 years, 6 months ago (2015-06-12 01:00:00 UTC) #10
gunsch
https://codereview.chromium.org/1154383006/diff/160001/testing/buildbot/ninja_to_gn.pyl File testing/buildbot/ninja_to_gn.pyl (right): https://codereview.chromium.org/1154383006/diff/160001/testing/buildbot/ninja_to_gn.pyl#newcode28 testing/buildbot/ninja_to_gn.pyl:28: "cast_unittests": "//cast:cast_unittests", On 2015/06/12 00:59:59, lcwu1 wrote: > On ...
5 years, 6 months ago (2015-06-12 16:38:27 UTC) #11
slan
PTAL. Testing is complete, and internal companion CL is ready for review as well: https://eureka-internal-review.git.corp.google.com/#/c/35458 ...
5 years, 6 months ago (2015-06-15 17:01:45 UTC) #12
alokp
https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc File chromecast/app/cast_main_delegate.cc (right): https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc#newcode19 chromecast/app/cast_main_delegate.cc:19: #include "chromecast/crash/linux/cast_crash_reporter_client.h" Is this cc file linux only? If ...
5 years, 6 months ago (2015-06-15 17:51:49 UTC) #13
gunsch
https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc File chromecast/app/cast_main_delegate.cc (right): https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc#newcode19 chromecast/app/cast_main_delegate.cc:19: #include "chromecast/crash/linux/cast_crash_reporter_client.h" On 2015/06/15 17:51:48, Alok Priyadarshi wrote: > ...
5 years, 6 months ago (2015-06-15 18:05:59 UTC) #14
alokp
https://codereview.chromium.org/1154383006/diff/200001/chromecast/crash/BUILD.gn File chromecast/crash/BUILD.gn (right): https://codereview.chromium.org/1154383006/diff/200001/chromecast/crash/BUILD.gn#newcode58 chromecast/crash/BUILD.gn:58: "//testing/gtest", On 2015/06/15 18:05:59, gunsch wrote: > On 2015/06/15 ...
5 years, 6 months ago (2015-06-15 18:14:40 UTC) #15
gunsch
https://codereview.chromium.org/1154383006/diff/200001/chromecast/crash/cast_crashdump_uploader.cc File chromecast/crash/cast_crashdump_uploader.cc (right): https://codereview.chromium.org/1154383006/diff/200001/chromecast/crash/cast_crashdump_uploader.cc#newcode107 chromecast/crash/cast_crashdump_uploader.cc:107: LOG(INFO) << "Sending request to " << data_.crash_server; On ...
5 years, 6 months ago (2015-06-15 18:16:12 UTC) #16
slan
Renamed MinidumpManager -> SynchronizedMinidumpManager, and addressed some other small issues. https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc File chromecast/app/cast_main_delegate.cc (right): https://codereview.chromium.org/1154383006/diff/200001/chromecast/app/cast_main_delegate.cc#newcode19 ...
5 years, 6 months ago (2015-06-16 14:57:49 UTC) #17
gunsch
lgtm!
5 years, 6 months ago (2015-06-18 18:34:22 UTC) #18
gunsch
https://codereview.chromium.org/1154383006/diff/220001/chromecast/base/error_codes.h File chromecast/base/error_codes.h (right): https://codereview.chromium.org/1154383006/diff/220001/chromecast/base/error_codes.h#newcode25 chromecast/base/error_codes.h:25: // END_OF_REBOOT_SECTION is defined in content/shell/ui/resources/script.js note: this file ...
5 years, 6 months ago (2015-06-18 18:35:57 UTC) #19
slan
https://codereview.chromium.org/1154383006/diff/220001/chromecast/base/error_codes.h File chromecast/base/error_codes.h (right): https://codereview.chromium.org/1154383006/diff/220001/chromecast/base/error_codes.h#newcode25 chromecast/base/error_codes.h:25: // END_OF_REBOOT_SECTION is defined in content/shell/ui/resources/script.js On 2015/06/18 18:35:57, ...
5 years, 6 months ago (2015-06-22 04:45:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/260001
5 years, 6 months ago (2015-06-22 15:54:30 UTC) #23
commit-bot: I haz the power
CLs for remote refs other than refs/pending/heads/master must contain NOTRY=true and NOPRESUBMIT=true in order for ...
5 years, 6 months ago (2015-06-22 15:54:36 UTC) #25
gunsch
Looks like you've got the wrong Base URL :)
5 years, 6 months ago (2015-06-22 15:55:31 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/280001
5 years, 6 months ago (2015-06-22 15:58:56 UTC) #29
slan
Should be fixed. Sorry for the spam, all! On Mon, Jun 22, 2015 at 8:55 ...
5 years, 6 months ago (2015-06-22 15:59:22 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/22768)
5 years, 6 months ago (2015-06-22 16:17:20 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/300001
5 years, 6 months ago (2015-06-22 16:35:34 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/22783)
5 years, 6 months ago (2015-06-22 17:04:46 UTC) #37
gunsch
https://codereview.chromium.org/1154383006/diff/300001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1154383006/diff/300001/chromecast/chromecast.gyp#newcode99 chromecast/chromecast.gyp:99: '../content/public/common/content_switches.cc', whoa, when did this get added? That's definitely ...
5 years, 6 months ago (2015-06-22 17:07:54 UTC) #38
slan
Please stand by while Android crash client is moved to new location as well. https://codereview.chromium.org/1154383006/diff/320001/chromecast/BUILD.gn ...
5 years, 6 months ago (2015-06-22 21:24:54 UTC) #39
slan
PTAL. The dependency violations have been cleared up. crash/ is now a set of utilities ...
5 years, 6 months ago (2015-06-22 22:32:25 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/340001
5 years, 6 months ago (2015-06-22 22:37:20 UTC) #43
gunsch
new structure lgtm % nit also, looks like you'll need a //breakpad OWNER to sign ...
5 years, 6 months ago (2015-06-22 22:37:52 UTC) #44
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/65679) ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 6 months ago (2015-06-22 22:44:35 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/290037
5 years, 6 months ago (2015-06-22 22:56:44 UTC) #49
wzhong
https://codereview.chromium.org/1154383006/diff/340001/chromecast/crash/linux/dump_info_unittest.cc File chromecast/crash/linux/dump_info_unittest.cc (right): https://codereview.chromium.org/1154383006/diff/340001/chromecast/crash/linux/dump_info_unittest.cc#newcode29 chromecast/crash/linux/dump_info_unittest.cc:29: struct tm tm; You have flakiness for DST, right? ...
5 years, 6 months ago (2015-06-22 23:02:32 UTC) #50
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/72909)
5 years, 6 months ago (2015-06-22 23:12:44 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/370001
5 years, 6 months ago (2015-06-22 23:25:36 UTC) #55
slan
Added cast_shell_unittests to the test_generator target https://codereview.chromium.org/1154383006/diff/340001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/1154383006/diff/340001/chromecast/chromecast.gyp#newcode96 chromecast/chromecast.gyp:96: On 2015/06/22 22:37:52, ...
5 years, 6 months ago (2015-06-22 23:28:13 UTC) #56
slan
+thestig 4 files depending on breakpad have been moved from chromecast/crash/android to chromecast/app/android. DEPS file ...
5 years, 6 months ago (2015-06-22 23:36:56 UTC) #58
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/72929)
5 years, 6 months ago (2015-06-22 23:38:08 UTC) #60
Lei Zhang
On 2015/06/22 23:36:56, slan wrote: > +thestig > > 4 files depending on breakpad have ...
5 years, 6 months ago (2015-06-22 23:54:56 UTC) #61
slan
On 2015/06/22 23:54:56, Lei Zhang wrote: > On 2015/06/22 23:36:56, slan wrote: > > +thestig ...
5 years, 6 months ago (2015-06-23 15:24:45 UTC) #62
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/390001
5 years, 6 months ago (2015-06-23 15:25:39 UTC) #65
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/23286)
5 years, 6 months ago (2015-06-23 15:51:03 UTC) #67
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/410001
5 years, 6 months ago (2015-06-23 18:11:31 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1154383006/430001
5 years, 6 months ago (2015-06-23 18:44:40 UTC) #73
commit-bot: I haz the power
Committed patchset #23 (id:430001)
5 years, 6 months ago (2015-06-23 19:42:09 UTC) #74
commit-bot: I haz the power
5 years, 6 months ago (2015-06-23 19:42:59 UTC) #75
Message was sent while issue was closed.
Patchset 23 (id:??) landed as
https://crrev.com/f48fe876ae18ebe0a639eb271c3b7192f410bc0b
Cr-Commit-Position: refs/heads/master@{#335727}

Powered by Google App Engine
This is Rietveld 408576698