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

Unified Diff: ui/file_manager/file_manager/foreground/elements/files_quick_view.css

Issue 2181953003: Improved security of Quick View by rendering videos and audios inside webview. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 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
Index: ui/file_manager/file_manager/foreground/elements/files_quick_view.css
diff --git a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
index e29aa7a75f0cacffa832fa5ba8803b1c8d521b33..dca137ce4241fba51093ddf8da5cc1717ccdcccb 100644
--- a/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
+++ b/ui/file_manager/file_manager/foreground/elements/files_quick_view.css
@@ -21,10 +21,6 @@ paper-dialog {
width: 100%;
}
-video {
- min-width: 192px;
-}
-
#video-poster {
max-height: 100%;
max-width: 100%;
@@ -34,12 +30,6 @@ paper-button:focus:not(:active) {
box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.5);
}
-video::-webkit-media-controls-fullscreen-button,
-audio::-webkit-media-controls-volume-slider,
-video::-webkit-media-controls-volume-slider {
- display: none;
-}
-
#audio-artwork {
height: 300px;
margin: 0 auto;

Powered by Google App Engine
This is Rietveld 408576698