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

Unified Diff: content/browser/resources/media/webrtc_internals.css

Issue 405683003: Adds the UserMedia requests to the UI of chrome://webrtc-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/resources/media/tab_view.js ('k') | content/browser/resources/media/webrtc_internals.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/webrtc_internals.css
diff --git a/content/browser/resources/media/webrtc_internals.css b/content/browser/resources/media/webrtc_internals.css
index cc976ebd931051645931a6953bb8f88df8af3756..e98d3995e988ad860b513c4770421723e2d2417e 100644
--- a/content/browser/resources/media/webrtc_internals.css
+++ b/content/browser/resources/media/webrtc_internals.css
@@ -88,8 +88,9 @@ th {
text-decoration: underline;
cursor: pointer;
display: inline-block;
- word-break: break-all;
+ overflow: hidden;
width: 20em;
+ height: 3em;
}
.active-tab-head {
@@ -107,3 +108,12 @@ th {
.active-tab-body {
display: block;
}
+
+.user-media-request-div-class {
+ background-color: lightgray;
+ margin: 10px 0 10px 0;
+}
+
+.user-media-request-div-class > div {
+ margin: 5px 0 5px 0;
+}
« no previous file with comments | « content/browser/resources/media/tab_view.js ('k') | content/browser/resources/media/webrtc_internals.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698