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

Issue 1438863002: Simulated Crash reporting for ErrAborted requests (Closed)

Created:
5 years, 1 month ago by Charlie Harrison
Modified:
5 years ago
CC:
chromium-reviews, loading-reviews_chromium.org, darin-cc_chromium.org, jam, mmenke, kinuko
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Simulated Crash reporting for ErrAborted requests BUG=557430 Committed: https://crrev.com/760092291653c7591c6a2d99e4069ec6a5bf3d58 Cr-Commit-Position: refs/heads/master@{#361341}

Patch Set 1 #

Patch Set 2 : fix include #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Dump and get stack trace at Cancel time, not creation #

Total comments: 6

Patch Set 6 : Per browser limit, int64 milliseconds, raw char[] on stack #

Total comments: 3

Patch Set 7 : remove alias #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -0 lines) Patch
M net/url_request/url_request.cc View 1 2 3 4 5 6 2 chunks +20 lines, -0 lines 0 comments Download

Messages

Total messages: 34 (12 generated)
eroman
https://codereview.chromium.org/1438863002/diff/60001/content/browser/loader/resource_dispatcher_host_impl.cc File content/browser/loader/resource_dispatcher_host_impl.cc (right): https://codereview.chromium.org/1438863002/diff/60001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode918 content/browser/loader/resource_dispatcher_host_impl.cc:918: base::debug::SetCrashKeyToStackTrace(kFastErrAbortTrace, Instead of adding a crash key to the ...
5 years, 1 month ago (2015-11-16 22:56:11 UTC) #2
Charlie Harrison
On 2015/11/16 22:56:11, eroman wrote: > https://codereview.chromium.org/1438863002/diff/60001/content/browser/loader/resource_dispatcher_host_impl.cc > File content/browser/loader/resource_dispatcher_host_impl.cc (right): > > https://codereview.chromium.org/1438863002/diff/60001/content/browser/loader/resource_dispatcher_host_impl.cc#newcode918 > ...
5 years, 1 month ago (2015-11-18 15:51:49 UTC) #3
Charlie Harrison
Eric, After discussion at our net-error-codes meeting, Matt suggested that stack traces at cancel time ...
5 years, 1 month ago (2015-11-18 21:18:31 UTC) #5
cbentzel
On 2015/11/18 21:18:31, csharrison wrote: > Eric, > After discussion at our net-error-codes meeting, Matt ...
5 years, 1 month ago (2015-11-18 21:20:21 UTC) #6
cbentzel
On 2015/11/18 21:18:31, csharrison wrote: > Eric, > After discussion at our net-error-codes meeting, Matt ...
5 years, 1 month ago (2015-11-18 21:20:23 UTC) #7
Charlie Harrison
Done. When does the Canary branch get cut?
5 years, 1 month ago (2015-11-18 22:40:03 UTC) #9
mef
On 2015/11/18 22:40:03, csharrison wrote: > Done. When does the Canary branch get cut? Canary ...
5 years, 1 month ago (2015-11-19 00:40:56 UTC) #10
cbentzel
https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc#newcode690 net/url_request/url_request.cc:690: double millis = (base::TimeTicks::Now() - creation_time_).InMillisecondsF(); Why are you ...
5 years, 1 month ago (2015-11-19 01:14:47 UTC) #12
Charlie Harrison
https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc#newcode690 net/url_request/url_request.cc:690: double millis = (base::TimeTicks::Now() - creation_time_).InMillisecondsF(); On 2015/11/19 01:14:47, ...
5 years, 1 month ago (2015-11-19 02:14:25 UTC) #13
cbentzel
https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc#newcode690 net/url_request/url_request.cc:690: double millis = (base::TimeTicks::Now() - creation_time_).InMillisecondsF(); On 2015/11/19 02:14:25, ...
5 years, 1 month ago (2015-11-20 01:05:33 UTC) #14
eroman
lgtm https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/80001/net/url_request/url_request.cc#newcode688 net/url_request/url_request.cc:688: // ~500,000 ERR_ABORTED < 100ms in Canary channel ...
5 years, 1 month ago (2015-11-20 02:21:43 UTC) #15
Charlie Harrison
Addressed comments. Will try to land this today.
5 years, 1 month ago (2015-11-23 14:04:00 UTC) #16
Charlie Harrison
Note that I used a hard limit per execution instance using a statically allocated int. ...
5 years, 1 month ago (2015-11-23 14:04:53 UTC) #17
Charlie Harrison
Going to try to land this. Can update if needed.
5 years, 1 month ago (2015-11-23 22:30:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438863002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438863002/100001
5 years, 1 month ago (2015-11-23 22:34:08 UTC) #21
eroman
lgtm https://codereview.chromium.org/1438863002/diff/100001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/100001/net/url_request/url_request.cc#newcode695 net/url_request/url_request.cc:695: static int dump_times = 0; This works on ...
5 years, 1 month ago (2015-11-23 23:29:06 UTC) #22
mmenke
https://codereview.chromium.org/1438863002/diff/100001/net/url_request/url_request.cc File net/url_request/url_request.cc (right): https://codereview.chromium.org/1438863002/diff/100001/net/url_request/url_request.cc#newcode695 net/url_request/url_request.cc:695: static int dump_times = 0; On 2015/11/23 23:29:05, eroman ...
5 years, 1 month ago (2015-11-23 23:32:58 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438863002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438863002/120001
5 years, 1 month ago (2015-11-24 01:15:04 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/133320)
5 years, 1 month ago (2015-11-24 03:59:56 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1438863002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1438863002/120001
5 years ago (2015-11-24 14:38:02 UTC) #32
commit-bot: I haz the power
Committed patchset #7 (id:120001)
5 years ago (2015-11-24 15:18:05 UTC) #33
commit-bot: I haz the power
5 years ago (2015-11-24 15:19:10 UTC) #34
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/760092291653c7591c6a2d99e4069ec6a5bf3d58
Cr-Commit-Position: refs/heads/master@{#361341}

Powered by Google App Engine
This is Rietveld 408576698