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

Issue 19722011: Added a placeholder new media-internals page under a flag. (Closed)

Created:
7 years, 5 months ago by Ty Overby
Modified:
7 years, 5 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, feature-media-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added a placeholder new media-internals page under a flag. A blank hello-world html file under content/browser/resources/media/new that replaces chrome://media-internals when ran with the flag --enable-new-media-internals. BUG=260005 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=212760

Patch Set 1 #

Total comments: 32

Patch Set 2 : #

Total comments: 9

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M content/browser/media/media_internals_ui.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
A content/browser/resources/media/new/media_internals.html View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A content/browser/resources/media/new/media_internals.js View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M content/content_resources.grd View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
Ty Overby
7 years, 5 months ago (2013-07-19 00:29:06 UTC) #1
scherkus (not reviewing)
https://codereview.chromium.org/19722011/diff/1/content/browser/media/media_internals_ui.cc File content/browser/media/media_internals_ui.cc (right): https://codereview.chromium.org/19722011/diff/1/content/browser/media/media_internals_ui.cc#newcode27 content/browser/media/media_internals_ui.cc:27: source->SetDefaultResource(IDR_MEDIA_INTERNALS_NEW_HTML); nit: return early here instead of sticking the ...
7 years, 5 months ago (2013-07-19 01:58:49 UTC) #2
Ty Overby
https://codereview.chromium.org/19722011/diff/1/content/browser/media/media_internals_ui.cc File content/browser/media/media_internals_ui.cc (right): https://codereview.chromium.org/19722011/diff/1/content/browser/media/media_internals_ui.cc#newcode27 content/browser/media/media_internals_ui.cc:27: source->SetDefaultResource(IDR_MEDIA_INTERNALS_NEW_HTML); On 2013/07/19 01:58:49, scherkus wrote: > nit: return ...
7 years, 5 months ago (2013-07-19 17:48:00 UTC) #3
scherkus (not reviewing)
few more tiny nits https://codereview.chromium.org/19722011/diff/9001/content/browser/resources/media/new/media_internals.html File content/browser/resources/media/new/media_internals.html (right): https://codereview.chromium.org/19722011/diff/9001/content/browser/resources/media/new/media_internals.html#newcode4 content/browser/resources/media/new/media_internals.html:4: Copyright (c) 2012 The Chromium ...
7 years, 5 months ago (2013-07-19 18:26:13 UTC) #4
Ty Overby
https://codereview.chromium.org/19722011/diff/9001/content/browser/resources/media/new/media_internals.html File content/browser/resources/media/new/media_internals.html (right): https://codereview.chromium.org/19722011/diff/9001/content/browser/resources/media/new/media_internals.html#newcode4 content/browser/resources/media/new/media_internals.html:4: Copyright (c) 2012 The Chromium Authors. All rights reserved. ...
7 years, 5 months ago (2013-07-19 19:14:24 UTC) #5
scherkus (not reviewing)
LGTM I believe you'll need some OWNERS reviews as well
7 years, 5 months ago (2013-07-19 19:21:28 UTC) #6
Ty Overby
On 2013/07/19 19:21:28, scherkus wrote: > LGTM > > I believe you'll need some OWNERS ...
7 years, 5 months ago (2013-07-19 19:25:42 UTC) #7
scherkus (not reviewing)
On 2013/07/19 19:25:42, Ty Overby wrote: > On 2013/07/19 19:21:28, scherkus wrote: > > LGTM ...
7 years, 5 months ago (2013-07-19 19:34:57 UTC) #8
Ty Overby
On 2013/07/19 19:34:57, scherkus wrote: > On 2013/07/19 19:25:42, Ty Overby wrote: > > On ...
7 years, 5 months ago (2013-07-19 19:40:57 UTC) #9
Charlie Reis
LGTM with nits. https://codereview.chromium.org/19722011/diff/18001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/19722011/diff/18001/content/public/common/content_switches.cc#newcode411 content/public/common/content_switches.cc:411: // https://code.google.com/p/chromium/issues/detail?id=260005 This link is fine, ...
7 years, 5 months ago (2013-07-19 19:55:14 UTC) #10
Ty Overby
https://codereview.chromium.org/19722011/diff/18001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/19722011/diff/18001/content/public/common/content_switches.cc#newcode411 content/public/common/content_switches.cc:411: // https://code.google.com/p/chromium/issues/detail?id=260005 On 2013/07/19 19:55:14, creis wrote: > This ...
7 years, 5 months ago (2013-07-19 21:23:21 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tyoverby@chromium.org/19722011/28001
7 years, 5 months ago (2013-07-19 21:23:52 UTC) #12
Charlie Reis
https://codereview.chromium.org/19722011/diff/28001/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/19722011/diff/28001/content/public/common/content_switches.cc#newcode412 content/public/common/content_switches.cc:412: const char kEnableNewMediaInternals[] = "enable-new-media-internals"; This still isn't alphabetized. ...
7 years, 5 months ago (2013-07-19 21:35:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tyoverby@chromium.org/19722011/46001
7 years, 5 months ago (2013-07-19 23:15:16 UTC) #14
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-19 23:37:39 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tyoverby@chromium.org/19722011/46001
7 years, 5 months ago (2013-07-19 23:40:41 UTC) #16
commit-bot: I haz the power
7 years, 5 months ago (2013-07-20 06:08:44 UTC) #17
Message was sent while issue was closed.
Change committed as 212760

Powered by Google App Engine
This is Rietveld 408576698