Bug 241110
Summary: | REGRESSION(245163@main) Can't load a very large image as an image document | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
Component: | New Bugs | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | darin, jean-yves.avenard, sabouhallawa, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=241251 |
Fujii Hironori
REGRESSION(245163@main) Can't load a very large image as an image document
1. Download a very large image (>100MB) from somewhere
For example, https://esahubble.org/images/heic1901a/
2. Load the image directly
Actual: Can't finish loading
Expected: Finish loading the image
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
combineSegmentsData of SharedBuffer.cpp is being called very frequently every time new data received.
On the other hand, before 245163@main, thank for CachedImage::shouldDeferUpdateImageData, it is not called so frequently.
Radar WebKit Bug Importer
<rdar://problem/94126683>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/1264
EWS
Committed r295169 (251253@main): <https://commits.webkit.org/251253@main>
Reviewed commits have been landed. Closing PR #1264 and removing active labels.