Bug 220727 - Implement efficient way to collect images that are likely visible in the viewport
Summary: Implement efficient way to collect images that are likely visible in the view...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Images (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 220726
  Show dependency treegraph
 
Reported: 2021-01-19 02:40 PST by Antti Koivisto
Modified: 2021-01-21 09:33 PST (History)
11 users (show)

See Also:


Attachments
patch (14.01 KB, patch)
2021-01-19 05:35 PST, Antti Koivisto
ggaren: review+
Details | Formatted Diff | Diff
patch (13.97 KB, patch)
2021-01-19 23:19 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2021-01-19 02:40:29 PST
To implement visibility based resource load scheduling we need to know what is visible.
Comment 1 Antti Koivisto 2021-01-19 05:35:32 PST
Created attachment 417871 [details]
patch
Comment 2 Geoffrey Garen 2021-01-19 13:18:22 PST
Comment on attachment 417871 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=417871&action=review

r=me

> Source/WebCore/loader/cache/CachedResourceLoader.cpp:1535
> +        auto url = cachedImage.url().string();

Seems unused?

> Source/WebCore/rendering/RenderElement.h:299
> -    
> +

Whitespace
Comment 3 Antti Koivisto 2021-01-19 23:19:02 PST
Created attachment 417944 [details]
patch
Comment 4 EWS 2021-01-20 00:07:28 PST
Committed r271638: <https://trac.webkit.org/changeset/271638>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 417944 [details].
Comment 5 Radar WebKit Bug Importer 2021-01-20 00:08:17 PST
<rdar://problem/73392925>