Lines Matching full:subresources
5710 (-[WebArchive initWithMainResource:subresources:subframeArchives:]): Ditto.
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.
6397 Fixed <rdar://problem/4062490> REGRESSION (WebKit-408): no subresources reported in Activity window after going back at hrweb.apple.com
6748 (-[WebBridge startLoadingResource:withURL:customHeaders:]): Allow subresources to load with any URL, as above.
8442 (-[WebHTMLView _documentFragmentFromPasteboard:allowPlainText:]): don't deal with subresources since that's now done by the following method
9171 <rdar://problem/3685766> WebDataSource is missing subresources when they use cached WebCore data
9329 <rdar://problem/3685766> WebDataSource is missing subresources when they use cached WebCore data
9670 the array holding the subresources was not released after use, oops!
15419 (-[WebDataSource subresources]): made public
15426 (-[WebFrame _loadRequest:subresources:subframeArchives:]): call renamed _addSubresources
16022 (-[WebFrame _loadRequest:subresources:subframeArchives:]): call renamed methods
16072 (-[WebArchive initWithMainResource:subresources:subframeArchives:]): take subframeArchives
16089 (-[WebFrame _loadRequest:subresources:subframeArchives:]): ditto
17015 Made WebArchive a class instead of a data object. This allows clients to easily get the main resource and subresources from a WebArchive.
17039 (-[WebArchive initWithMainResource:subresources:]):
17043 (-[WebArchive subresources]):
17068 (+[WebResource _parseWebArchive:mainResource:subresources:]): add timing code
17069 (+[WebResource _webArchiveWithMainResource:subresources:]): add timing code, use NSPropertyListBinaryFormat_v1_0
17089 (-[WebFrame loadWebArchive:]): renamed, code factored out to [WebResource _parseWebArchive:mainResource:subresources:]
17114 (-[WebHTMLView _pasteMarkupFromPasteboard:]): renamed, call [WebResource _webArchiveWithMainResource:subresources:]
17123 (+[WebResource _parseWebArchive:mainResource:subresources:]): new
17124 (+[WebResource _webArchiveWithMainResource:subresources:]): new
17157 (-[WebFrame _loadRequest:subresources:]):
17458 - Made WebResource loading not use Foundation at all. This allows "Mail Page" and paste to more directly load subresources without any indirection involving NSURLConnection and the Foundation cache.
17605 (-[WebDataSource _propertyListWithData:subresourceURLStrings:]): new, code moved from [WebHTMLView _selectedPropertyList:], creates property list rep of data and subresources
17707 Fixed: <rdar://problem/3565476>: design/implement new pasteboard type for HTML that includes subresources
17730 (-[WebDataSourcePrivate dealloc]): release subresources
17731 (-[WebDataSource subresources]): new, returns the subresources of the data source
17737 (-[WebDataSource initWithRequest:]): create subresources
17742 (-[WebFrame _loadRequest:subresources:]): new, factored out from loadRequest:, handles subresources
17743 (-[WebFrame loadRequest:]): now just calls _loadRequest:subresources:
18633 all subresources.
18639 Take the cache policy for subresources from the original request, rather than