[Webkit-unassigned] [Bug 119464] Add srcset support to HTMLPreloadScanner

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 3 00:20:14 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=119464


Yoav Weiss <yoav at yoav.ws> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yoav at yoav.ws




--- Comment #2 from Yoav Weiss <yoav at yoav.ws>  2013-08-03 00:19:57 PST ---
The recently landed srcset support (https://bugs.webkit.org/show_bug.cgi?id=110252) lack a HTMlPreloadScanner support.
That means that for pages with a script tag at the page's top, images with both "src" and "srcset" attributes will have 2 resources downloaded when only one is needed. (Because the "src" resource is downloaded by the preload scanner).

This patch fixes that by adding srcset support to HTMLPreloadScanner.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list