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

Issue 22518002: Incremental changes in error reporting (Closed)

Created:
7 years, 4 months ago by vadimt
Modified:
7 years, 4 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

Incremental changes in error reporting. Unifying error reporting. Now sending all errors to the server, including ones that should be detected early by developer (because sometimes this doesn't happen). Supporting all formats of frames in error stacks (now supporting anonymous top frame). BUG=164227 TEST=No Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=217287

Patch Set 1 #

Patch Set 2 : Cosmetics #

Total comments: 1

Patch Set 3 : Better telling runtime errors from non-runtime ones. #

Total comments: 13

Patch Set 4 : More notes #

Patch Set 5 : Cosmetics #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -44 lines) Patch
M chrome/browser/resources/google_now/utility.js View 1 2 3 4 9 chunks +75 lines, -44 lines 4 comments Download

Messages

Total messages: 21 (0 generated)
vadimt
7 years, 4 months ago (2013-08-07 02:03:12 UTC) #1
skare_
https://codereview.chromium.org/22518002/diff/3001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/3001/chrome/browser/resources/google_now/utility.js#newcode187 chrome/browser/resources/google_now/utility.js:187: var topFrameLineMatch = filteredStack.match(/\n at .*\n/); seems like a ...
7 years, 4 months ago (2013-08-07 18:40:38 UTC) #2
vadimt
Newer version.
7 years, 4 months ago (2013-08-07 22:52:49 UTC) #3
rgustafson
https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js#newcode27 chrome/browser/resources/google_now/utility.js:27: function buildError(message) { buildNonRuntimeError? buildCustomError? This is more than ...
7 years, 4 months ago (2013-08-08 20:14:01 UTC) #4
vadimt
https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js#newcode27 chrome/browser/resources/google_now/utility.js:27: function buildError(message) { On 2013/08/08 20:14:01, rgustafson wrote: > ...
7 years, 4 months ago (2013-08-08 20:25:28 UTC) #5
skare_
https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js#newcode27 chrome/browser/resources/google_now/utility.js:27: function buildError(message) { On 2013/08/08 20:25:28, vadimt wrote: > ...
7 years, 4 months ago (2013-08-09 23:02:18 UTC) #6
rgustafson
https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js#newcode27 chrome/browser/resources/google_now/utility.js:27: function buildError(message) { On 2013/08/09 23:02:18, Travis Skare wrote: ...
7 years, 4 months ago (2013-08-09 23:08:22 UTC) #7
vadimt
https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/8001/chrome/browser/resources/google_now/utility.js#newcode27 chrome/browser/resources/google_now/utility.js:27: function buildError(message) { On 2013/08/09 23:08:22, rgustafson wrote: > ...
7 years, 4 months ago (2013-08-10 00:45:26 UTC) #8
skare_
https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js#newcode260 chrome/browser/resources/google_now/utility.js:260: if (isEnabled) just checking, isEnabled == false and DEBUG_MODE ...
7 years, 4 months ago (2013-08-12 20:47:14 UTC) #9
rgustafson
lgtm
7 years, 4 months ago (2013-08-12 20:50:17 UTC) #10
vadimt
https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js#newcode260 chrome/browser/resources/google_now/utility.js:260: if (isEnabled) On 2013/08/12 20:47:14, Travis Skare wrote: > ...
7 years, 4 months ago (2013-08-12 20:57:39 UTC) #11
skare_
lgtm
7 years, 4 months ago (2013-08-12 21:08:48 UTC) #12
vadimt
arv@, please provide OWNER's approval
7 years, 4 months ago (2013-08-12 21:11:13 UTC) #13
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js#newcode256 chrome/browser/resources/google_now/utility.js:256: console.error(message); console.error(error) also prints the stack. If you ...
7 years, 4 months ago (2013-08-12 21:31:30 UTC) #14
vadimt
https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js File chrome/browser/resources/google_now/utility.js (right): https://codereview.chromium.org/22518002/diff/20001/chrome/browser/resources/google_now/utility.js#newcode256 chrome/browser/resources/google_now/utility.js:256: console.error(message); On 2013/08/12 21:31:30, arv wrote: > console.error(error) > ...
7 years, 4 months ago (2013-08-12 23:32:22 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/22518002/20001
7 years, 4 months ago (2013-08-12 23:39:53 UTC) #16
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) check_deps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=158398
7 years, 4 months ago (2013-08-13 01:12:09 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/22518002/20001
7 years, 4 months ago (2013-08-13 01:16:32 UTC) #18
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) check_deps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=158459
7 years, 4 months ago (2013-08-13 03:24:15 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/22518002/20001
7 years, 4 months ago (2013-08-13 17:21:42 UTC) #20
commit-bot: I haz the power
7 years, 4 months ago (2013-08-13 17:51:39 UTC) #21
Message was sent while issue was closed.
Change committed as 217287

Powered by Google App Engine
This is Rietveld 408576698