New issue
Advanced search Search tips

Issue 878141 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Aug 28
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 709494



Sign in to add a comment

LazyLoad: Frames that are marked visibility:hidden shouldn't be lazily loaded.

Project Member Reported by sclit...@chromium.org, Aug 27

Issue description

Frames that are marked with "visibility:hidden" shouldn't be lazily loaded, and instead should be treated like other hidden frames and loaded immediately.
 
Project Member

Comment 1 by bugdroid1@chromium.org, Aug 28

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e2295a9a0fe4f43cd2fb345ef8dcb9f354c1e682

commit e2295a9a0fe4f43cd2fb345ef8dcb9f354c1e682
Author: Scott Little <sclittle@chromium.org>
Date: Tue Aug 28 02:29:11 2018

LazyLoad: Treat frames with 'visibility:hidden' as hidden frames.

This CL causes frames with 'visibility:hidden' as being hidden frames
for the purposes of LazyLoad, which means that these frames will be
loaded immediately and not deferred.

Bug:  878141 
Change-Id: Ica3be2a1ae5d56eabad4901ba8cce450325e914c
Reviewed-on: https://chromium-review.googlesource.com/1192214
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Commit-Queue: Scott Little <sclittle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#586550}
[modify] https://crrev.com/e2295a9a0fe4f43cd2fb345ef8dcb9f354c1e682/third_party/blink/renderer/core/html/lazy_load_frame_observer.cc
[modify] https://crrev.com/e2295a9a0fe4f43cd2fb345ef8dcb9f354c1e682/third_party/blink/renderer/core/html/lazy_load_frame_observer_test.cc

Status: Fixed (was: Started)

Sign in to add a comment