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

Issue 2274713006: Fix FOUC issue on Quick View. (Closed)

Created:
4 years, 3 months ago by oka
Modified:
4 years, 3 months ago
Reviewers:
fukino
CC:
chromium-reviews, posciak+watch_chromium.org, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix FOUC issue on Quick View. Fix FOUC issue on Quick View by making img/audio/video initially be hidden and removing hidden on the event of resize. This is a workaround until the root cause is fixed. BUG=640525 TEST=manually tested by opening Quick View for audio, video and image files which were/weren't producing the FOUC issue before. Committed: https://crrev.com/727463ca1bf5bba84683ab7f15bcfd101a5c46ef Cr-Commit-Position: refs/heads/master@{#414645}

Patch Set 1 #

Patch Set 2 : Add a comment #

Patch Set 3 : nit #

Total comments: 4

Patch Set 4 : Address comments #

Total comments: 1

Patch Set 5 : Fix. #

Messages

Total messages: 21 (11 generated)
oka
Add a comment
4 years, 3 months ago (2016-08-25 21:18:47 UTC) #1
oka
PTAL.
4 years, 3 months ago (2016-08-25 21:27:51 UTC) #6
fukino
https://codereview.chromium.org/2274713006/diff/40001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js File ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js (right): https://codereview.chromium.org/2274713006/diff/40001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js#newcode40 ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js:40: window.onresize = function() { nit: window.addEventListener('resize'... for consistency. https://codereview.chromium.org/2274713006/diff/40001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js#newcode45 ...
4 years, 3 months ago (2016-08-26 01:03:14 UTC) #10
oka
Address comments
4 years, 3 months ago (2016-08-26 02:22:58 UTC) #11
oka
PTAL. https://codereview.chromium.org/2274713006/diff/40001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js File ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js (right): https://codereview.chromium.org/2274713006/diff/40001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js#newcode40 ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js:40: window.onresize = function() { On 2016/08/26 01:03:14, fukino ...
4 years, 3 months ago (2016-08-26 02:23:16 UTC) #12
fukino
lgtm with a nit https://codereview.chromium.org/2274713006/diff/60001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js File ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js (right): https://codereview.chromium.org/2274713006/diff/60001/ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js#newcode47 ui/file_manager/file_manager/foreground/elements/files_safe_media_webview_content.js:47: setTimeout(function() { Please add a ...
4 years, 3 months ago (2016-08-26 02:26:32 UTC) #13
oka
Fix.
4 years, 3 months ago (2016-08-26 02:31:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2274713006/80001
4 years, 3 months ago (2016-08-26 02:32:48 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 3 months ago (2016-08-26 03:27:37 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-08-26 03:32:36 UTC) #21
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/727463ca1bf5bba84683ab7f15bcfd101a5c46ef
Cr-Commit-Position: refs/heads/master@{#414645}

Powered by Google App Engine
This is Rietveld 408576698