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

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, 4 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 | « no previous file | ui/file_manager/file_manager/foreground/elements/files_quick_view.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 04ab61bdcdc1b94044655e04cffd570b3b94b236..616c922d0485fee0badea50c3556bc0f0cb47946 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;
« no previous file with comments | « no previous file | ui/file_manager/file_manager/foreground/elements/files_quick_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698