REGRESSION (r150169): Images from file: URLs display after a delay even though they were preloaded by JavaScript
<rdar://problem/13991927>
Created attachment 203118 [details] Patch
Comment on attachment 203118 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203118&action=review r=me. > Source/WebCore/ChangeLog:4 > + https://bugs.webkit.org/show_bug.cgi?id=116906 It's nice to have the rdar:// link here too. Your future bisecting self will thank you. :)
Committed r150863: <http://trac.webkit.org/changeset/150863>
Comment on attachment 203118 [details] Patch I’m not sure this can be the last word on the subject. Caching local files indefinitely even after the files change on disk does not seem like good behavior for us to keep forever. And for unknown custom schemes it could also be unacceptable. Seems like we need to rethink this to get it right long term.
(In reply to comment #5) > (From update of attachment 203118 [details]) > I’m not sure this can be the last word on the subject. Caching local files indefinitely even after the files change on disk does not seem like good behavior for us to keep forever. And for unknown custom schemes it could also be unacceptable. Seems like we need to rethink this to get it right long term. I agree with you. I wrote up my thoughts on how to improve this situation here: https://bugs.webkit.org/show_bug.cgi?id=117007