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

Issue 23650005: chrome://crashes: reload uploads.log every time the page refreshes (Closed)

Created:
7 years, 3 months ago by vapier
Modified:
7 years, 2 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews
Visibility:
Public.

Description

chrome://crashes: reload uploads.log every time the page refreshes The current crashes UI logic will read the uploads.log file once when the tab is created. The intention is for it to be read when we get a callback from the javascript code. So even though we do register a JS callback, that only serves to generate the UI, not update the backing store. Refactor the code so that we do reload the log whenever the JS code calls us to do it. BUG=chromium:212728 TEST=loaded chrome://crashes, triggered a new crash, then refreshed the existing tab

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -11 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/resources/crashes.html View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/crashes.js View 1 2 chunks +26 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/crashes_ui.cc View 1 7 chunks +29 lines, -0 lines 0 comments Download
M chromeos/dbus/debug_daemon_client.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chromeos/dbus/debug_daemon_client.cc View 1 5 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
vapier
7 years, 3 months ago (2013-09-13 14:25:12 UTC) #1
Lei Zhang
Are you aware of https://codereview.chromium.org/23020015/ ? You probably want a webui OWNER to review this. ...
7 years, 3 months ago (2013-09-13 18:10:42 UTC) #2
vapier
7 years, 2 months ago (2013-10-07 21:59:49 UTC) #3
Message was sent while issue was closed.
don't need this anymore as the other CL has been merged by Albert

Powered by Google App Engine
This is Rietveld 408576698