RESOLVED FIXED 220727
Implement efficient way to collect images that are likely visible in the viewport
https://bugs.webkit.org/show_bug.cgi?id=220727
Summary Implement efficient way to collect images that are likely visible in the view...
Antti Koivisto
Reported 2021-01-19 02:40:29 PST
To implement visibility based resource load scheduling we need to know what is visible.
Attachments
patch (14.01 KB, patch)
2021-01-19 05:35 PST, Antti Koivisto
ggaren: review+
patch (13.97 KB, patch)
2021-01-19 23:19 PST, Antti Koivisto
no flags
Antti Koivisto
Comment 1 2021-01-19 05:35:32 PST
Geoffrey Garen
Comment 2 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
Antti Koivisto
Comment 3 2021-01-19 23:19:02 PST
EWS
Comment 4 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].
Radar WebKit Bug Importer
Comment 5 2021-01-20 00:08:17 PST
Note You need to log in before you can comment on or make changes to this bug.