Bug 264775
| Summary: | _WKIconLoadingDelegate should send all icons it found in one block instead of one by one | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Remy Demarest <rdemarest> |
| Component: | WebKit2 | Assignee: | Remy Demarest <rdemarest> |
| Status: | NEW | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Remy Demarest
WebKit calls the _WKIconLoadingDelegate method once for each icon that is found in the page at load time, instead we need an SPI that can handle multiple icons in one block.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Remy Demarest
<rdar://problem/118262973>
Remy Demarest
Pull request: https://github.com/WebKit/WebKit/pull/20443