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

Issue 10815079: CPM: revised unclean exit watching, revised renderer crash test (Closed)

Created:
8 years, 5 months ago by Devlin
Modified:
8 years, 4 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

CPM: revised unclean exit watching, revised renderer crash test Fixed unclean exit watching to work on CrOS Added a cleaner waiting structure to renderer crash to see if it clears up the CrOS ASAN error. BUG=137726, 130212 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=149697

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Requested changes #

Patch Set 3 : Latest master for cq #

Patch Set 4 : + OWNERS file #

Patch Set 5 : Latest master (with OWNERS) for cq #

Unified diffs Side-by-side diffs Delta from patch set Stats (+341 lines, -29 lines) Patch
M chrome/browser/performance_monitor/constants.h View 1 1 chunk +10 lines, -8 lines 0 comments Download
M chrome/browser/performance_monitor/constants.cc View 1 1 chunk +27 lines, -5 lines 0 comments Download
M chrome/browser/performance_monitor/event.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/performance_monitor/events.json View 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.h View 1 4 chunks +28 lines, -0 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 7 chunks +127 lines, -5 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_browsertest.cc View 1 2 5 chunks +131 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
A chrome/test/data/performance_monitor/unclean_exit_prefs View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
Devlin
The only significant changes between this and https://chromiumcodereview.appspot.com/10703078 should be in c/b/performance_monitor/performance_monitor_browsertest.cc
8 years, 5 months ago (2012-07-24 19:50:18 UTC) #1
Devlin
Yoyo, Another for you, when you have the time. :)
8 years, 5 months ago (2012-07-26 17:09:44 UTC) #2
Yoyo Zhou
http://chromiumcodereview.appspot.com/10815079/diff/11001/chrome/browser/performance_monitor/performance_monitor.h File chrome/browser/performance_monitor/performance_monitor.h (right): http://chromiumcodereview.appspot.com/10815079/diff/11001/chrome/browser/performance_monitor/performance_monitor.h#newcode118 chrome/browser/performance_monitor/performance_monitor.h:118: base::RepeatingTimer<PerformanceMonitor> timer_; Comment what this is used for. http://chromiumcodereview.appspot.com/10815079/diff/11001/chrome/browser/performance_monitor/performance_monitor_browsertest.cc ...
8 years, 4 months ago (2012-07-30 09:01:02 UTC) #3
Devlin
https://chromiumcodereview.appspot.com/10815079/diff/11001/chrome/browser/performance_monitor/performance_monitor.h File chrome/browser/performance_monitor/performance_monitor.h (right): https://chromiumcodereview.appspot.com/10815079/diff/11001/chrome/browser/performance_monitor/performance_monitor.h#newcode118 chrome/browser/performance_monitor/performance_monitor.h:118: base::RepeatingTimer<PerformanceMonitor> timer_; On 2012/07/30 09:01:02, Yoyo Zhou wrote: > ...
8 years, 4 months ago (2012-07-30 17:22:25 UTC) #4
Yoyo Zhou
LGTM. I wish the ChromeOS folks would document this login profile stuff a little better.
8 years, 4 months ago (2012-07-30 20:01:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10815079/14006
8 years, 4 months ago (2012-07-31 17:44:33 UTC) #6
commit-bot: I haz the power
Presubmit check for 10815079-14006 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-07-31 17:44:38 UTC) #7
Devlin
On 2012/07/31 17:44:38, I haz the power (commit-bot) wrote: > Presubmit check for 10815079-14006 failed ...
8 years, 4 months ago (2012-07-31 17:51:35 UTC) #8
Yoyo Zhou
On 2012/07/31 17:51:35, D Cronin wrote: > On 2012/07/31 17:44:38, I haz the power (commit-bot) ...
8 years, 4 months ago (2012-07-31 21:26:56 UTC) #9
Devlin
On 2012/07/31 21:26:56, Yoyo Zhou wrote: > On 2012/07/31 17:51:35, D Cronin wrote: > > ...
8 years, 4 months ago (2012-07-31 22:39:39 UTC) #10
Yoyo Zhou
On 2012/07/31 22:39:39, D Cronin wrote: > On 2012/07/31 21:26:56, Yoyo Zhou wrote: > > ...
8 years, 4 months ago (2012-07-31 22:57:59 UTC) #11
Aaron Boodman
Yeah, I think it is good for Devlin to be an OWNER for this directory. ...
8 years, 4 months ago (2012-08-01 09:09:41 UTC) #12
Devlin
+jam for OWNERS file addition.
8 years, 4 months ago (2012-08-01 15:29:35 UTC) #13
jam
On 2012/08/01 15:29:35, D Cronin wrote: > +jam for OWNERS file addition. 1: why isn't ...
8 years, 4 months ago (2012-08-01 18:11:28 UTC) #14
Devlin
-jam, +brettw for OWNERS file approval
8 years, 4 months ago (2012-08-01 18:27:32 UTC) #15
Devlin
-brettw OWNERS file addition moved to its own CL here: https://chromiumcodereview.appspot.com/10825156 (stamped by thakis)
8 years, 4 months ago (2012-08-02 16:10:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10815079/26001
8 years, 4 months ago (2012-08-02 18:08:06 UTC) #17
commit-bot: I haz the power
8 years, 4 months ago (2012-08-02 21:15:09 UTC) #18
Change committed as 149697

Powered by Google App Engine
This is Rietveld 408576698