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

Issue 17063004: Adding WebRTC log upload list under chrome://webrtc-logs (Closed)

Created:
7 years, 6 months ago by Henrik Grunell
Modified:
7 years, 5 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Adding WebRTC log upload list under chrome://webrtc-logs CL for writing to the file that lists the uploaded logs: https://codereview.chromium.org/17589014/ BUG=254329 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=208910

Patch Set 1 #

Patch Set 2 : Added UI files, related code and strings. #

Patch Set 3 : Fixed HTML, JS and CSS files. #

Total comments: 14

Patch Set 4 : Code review. #

Total comments: 2

Patch Set 5 : Some misc fixes and clean-ups. #

Total comments: 2

Patch Set 6 : Code review #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+461 lines, -27 lines) Patch
M build/common.gypi View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 2 chunks +27 lines, -1 line 0 comments Download
M chrome/browser/browser_about_handler.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/browser_resources.grd View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/media/webrtc_log_upload_list.h View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/browser/media/webrtc_log_upload_list.cc View 1 chunk +28 lines, -0 lines 0 comments Download
A + chrome/browser/resources/media/webrtc_logs.css View 1 2 3 4 chunks +7 lines, -14 lines 0 comments Download
A + chrome/browser/resources/media/webrtc_logs.html View 1 2 3 1 chunk +10 lines, -10 lines 0 comments Download
A chrome/browser/resources/media/webrtc_logs.js View 1 2 3 1 chunk +86 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media/webrtc_logs_ui.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A chrome/browser/ui/webui/media/webrtc_logs_ui.cc View 1 2 3 4 5 1 chunk +196 lines, -0 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 2 chunks +4 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 3 chunks +10 lines, -2 lines 0 comments Download
M chrome/common/url_constants.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/common/url_constants.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Henrik Grunell
James, please have a look at this. It's a similar page as chrome://crashes. Besides general ...
7 years, 6 months ago (2013-06-20 15:12:29 UTC) #1
Henrik Grunell
On 2013/06/20 15:12:29, Henrik Grunell wrote: > James, please have a look at this. It's ...
7 years, 6 months ago (2013-06-24 11:44:25 UTC) #2
James Hawkins
https://chromiumcodereview.appspot.com/17063004/diff/5001/chrome/browser/media/webrtc_log_upload_list.h File chrome/browser/media/webrtc_log_upload_list.h (right): https://chromiumcodereview.appspot.com/17063004/diff/5001/chrome/browser/media/webrtc_log_upload_list.h#newcode10 chrome/browser/media/webrtc_log_upload_list.h:10: class WebRtcLogUploadList : public UploadList { nit: Document class. ...
7 years, 6 months ago (2013-06-24 15:05:07 UTC) #3
Henrik Grunell
https://chromiumcodereview.appspot.com/17063004/diff/5001/chrome/browser/media/webrtc_log_upload_list.h File chrome/browser/media/webrtc_log_upload_list.h (right): https://chromiumcodereview.appspot.com/17063004/diff/5001/chrome/browser/media/webrtc_log_upload_list.h#newcode10 chrome/browser/media/webrtc_log_upload_list.h:10: class WebRtcLogUploadList : public UploadList { On 2013/06/24 15:05:07, ...
7 years, 5 months ago (2013-06-24 17:11:44 UTC) #4
James Hawkins
https://chromiumcodereview.appspot.com/17063004/diff/13001/chrome/browser/media/webrtc_log_upload_list.h File chrome/browser/media/webrtc_log_upload_list.h (right): https://chromiumcodereview.appspot.com/17063004/diff/13001/chrome/browser/media/webrtc_log_upload_list.h#newcode18 chrome/browser/media/webrtc_log_upload_list.h:18: static const char* kWebRtcLogListFilename; I still don't understand why ...
7 years, 5 months ago (2013-06-24 18:31:06 UTC) #5
Henrik Grunell
https://chromiumcodereview.appspot.com/17063004/diff/13001/chrome/browser/media/webrtc_log_upload_list.h File chrome/browser/media/webrtc_log_upload_list.h (right): https://chromiumcodereview.appspot.com/17063004/diff/13001/chrome/browser/media/webrtc_log_upload_list.h#newcode18 chrome/browser/media/webrtc_log_upload_list.h:18: static const char* kWebRtcLogListFilename; On 2013/06/24 18:31:06, James Hawkins ...
7 years, 5 months ago (2013-06-24 20:29:34 UTC) #6
James Hawkins
LGTM with nit. https://chromiumcodereview.appspot.com/17063004/diff/20001/chrome/browser/ui/webui/media/webrtc_logs_ui.cc File chrome/browser/ui/webui/media/webrtc_logs_ui.cc (right): https://chromiumcodereview.appspot.com/17063004/diff/20001/chrome/browser/ui/webui/media/webrtc_logs_ui.cc#newcode92 chrome/browser/ui/webui/media/webrtc_logs_ui.cc:92: scoped_refptr<WebRtcLogUploadList> upload_list_; nit: Document member variables.
7 years, 5 months ago (2013-06-26 15:18:53 UTC) #7
Henrik Grunell
https://chromiumcodereview.appspot.com/17063004/diff/20001/chrome/browser/ui/webui/media/webrtc_logs_ui.cc File chrome/browser/ui/webui/media/webrtc_logs_ui.cc (right): https://chromiumcodereview.appspot.com/17063004/diff/20001/chrome/browser/ui/webui/media/webrtc_logs_ui.cc#newcode92 chrome/browser/ui/webui/media/webrtc_logs_ui.cc:92: scoped_refptr<WebRtcLogUploadList> upload_list_; On 2013/06/26 15:18:53, James Hawkins wrote: > ...
7 years, 5 months ago (2013-06-27 08:16:34 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/grunell@chromium.org/17063004/38001
7 years, 5 months ago (2013-06-27 08:28:19 UTC) #9
commit-bot: I haz the power
7 years, 5 months ago (2013-06-27 14:17:07 UTC) #10
Message was sent while issue was closed.
Change committed as 208910

Powered by Google App Engine
This is Rietveld 408576698