Bug 116906

Summary: REGRESSION (r150169): Images from file: URLs display after a delay even though they were preloaded by JavaScript
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, japhet, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 113626    
Bug Blocks: 117007    
Attachments:
Description Flags
Patch kling: review+

Andy Estes
Reported 2013-05-28 21:16:27 PDT
REGRESSION (r150169): Images from file: URLs display after a delay even though they were preloaded by JavaScript
Attachments
Patch (2.75 KB, patch)
2013-05-28 21:27 PDT, Andy Estes
kling: review+
Andy Estes
Comment 1 2013-05-28 21:18:17 PDT
Andy Estes
Comment 2 2013-05-28 21:27:12 PDT
Andreas Kling
Comment 3 2013-05-28 21:51:29 PDT
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. :)
Andy Estes
Comment 4 2013-05-28 21:55:58 PDT
Darin Adler
Comment 5 2013-05-29 12:18:23 PDT
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.
Andy Estes
Comment 6 2013-05-29 16:07:30 PDT
(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
Note You need to log in before you can comment on or make changes to this bug.