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

Issue 7479005: Add charts to the resource data section of chrome://media-internals. (Closed)

Created:
9 years, 5 months ago by Scott Franklin
Modified:
9 years, 5 months ago
CC:
chromium-reviews, hclam+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, acolwell+watch_chromium.org, annacc+watch_chromium.org, arv (Not doing code reviews), ajwong+watch_chromium.org, vrk (LEFT CHROMIUM), scherkus (not reviewing)
Visibility:
Public.

Description

Add charts to the resource data section of chrome://media-internals. BUG=17969 TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94211

Patch Set 1 #

Patch Set 2 : Diffing against newest trunk. #

Patch Set 3 : Code, comment, and whitespace cleanup. #

Patch Set 4 : Variable name cleanup. #

Total comments: 16

Patch Set 5 : Adding a <table> and responding to other feedback. #

Total comments: 4

Patch Set 6 : camelCase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+228 lines, -18 lines) Patch
M chrome/browser/resources/media_internals/cache_entry.js View 1 2 3 4 5 3 chunks +165 lines, -17 lines 0 comments Download
M chrome/browser/resources/media_internals/disjoint_range_set.js View 1 2 3 4 1 chunk +12 lines, -1 line 0 comments Download
M chrome/browser/resources/media_internals/disjoint_range_set_test.html View 1 1 chunk +14 lines, -0 lines 0 comments Download
M chrome/browser/resources/media_internals/media_internals.css View 1 2 3 4 2 chunks +37 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Scott Franklin
This draws charts representing which sections of each file have been read from / written ...
9 years, 5 months ago (2011-07-21 21:50:47 UTC) #1
scherkus (not reviewing)
my not-so-experienced javascript eyes don't see anything too crazy with this patch a tentative LGTM ...
9 years, 5 months ago (2011-07-22 19:26:46 UTC) #2
Evan Stade
http://codereview.chromium.org/7479005/diff/14/chrome/browser/resources/media_internals/cache_entry.js File chrome/browser/resources/media_internals/cache_entry.js (right): http://codereview.chromium.org/7479005/diff/14/chrome/browser/resources/media_internals/cache_entry.js#newcode8 chrome/browser/resources/media_internals/cache_entry.js:8: * The width and height of a CacheEntry canvas. ...
9 years, 5 months ago (2011-07-22 19:48:12 UTC) #3
Scott Franklin
I'm liking the table. Things look much cleaner laid out this way. http://codereview.chromium.org/7479005/diff/14/chrome/browser/resources/media_internals/cache_entry.js File chrome/browser/resources/media_internals/cache_entry.js ...
9 years, 5 months ago (2011-07-22 22:27:20 UTC) #4
Scott Franklin
estade@, ping?
9 years, 5 months ago (2011-07-26 00:49:37 UTC) #5
Evan Stade
lgtm http://codereview.chromium.org/7479005/diff/10001/chrome/browser/resources/media_internals/cache_entry.js File chrome/browser/resources/media_internals/cache_entry.js (right): http://codereview.chromium.org/7479005/diff/10001/chrome/browser/resources/media_internals/cache_entry.js#newcode62 chrome/browser/resources/media_internals/cache_entry.js:62: this.detail_table_ = document.createElement('table'); camelCase_ http://codereview.chromium.org/7479005/diff/10001/chrome/browser/resources/media_internals/cache_entry.js#newcode178 chrome/browser/resources/media_internals/cache_entry.js:178: element.textContent = ...
9 years, 5 months ago (2011-07-26 01:16:25 UTC) #6
Scott Franklin
http://codereview.chromium.org/7479005/diff/10001/chrome/browser/resources/media_internals/cache_entry.js File chrome/browser/resources/media_internals/cache_entry.js (right): http://codereview.chromium.org/7479005/diff/10001/chrome/browser/resources/media_internals/cache_entry.js#newcode62 chrome/browser/resources/media_internals/cache_entry.js:62: this.detail_table_ = document.createElement('table'); On 2011/07/26 01:16:26, Evan Stade wrote: ...
9 years, 5 months ago (2011-07-26 20:26:34 UTC) #7
commit-bot: I haz the power
9 years, 5 months ago (2011-07-27 00:10:29 UTC) #8
Change committed as 94211

Powered by Google App Engine
This is Rietveld 408576698