[Webkit-unassigned] [Bug 141405] Web Inspector: Large background image fails to load in inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 12:52:14 PST 2015


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

--- Comment #3 from Timothy Hatcher <timothy at apple.com> ---
We can bump it. I picked it at random. I wonder if there is a limit on URL size?

Using Blob and URL.createObjectURL() would be the best solution. We would just need to call URL.revokeObjectURL() at the right time (ContentView.close?). We didn't have support for Blob and createObjectURL when we did this 1 MiB data URL thing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150210/eff1e892/attachment-0002.html>


More information about the webkit-unassigned mailing list