Home | History | Annotate | Download | only in mac

Lines Matching full:held

6016         - fixed <rdar://problem/4093306> Safari crashes if Esc key is held down during series 
6192 Our WebKit-level caching of subresources "dumbed-down" information held in NSURLResponse. This caused some loads to lack response headers and thus disabling cache directives. Status codes were also not retained and this caused XMLHttpRequest to fail frequently. The fix is to have WebResource retain the NSURLResponse and to use the NSURLResponse when we decide to load from WebResources.