Home | History | Annotate | Download | only in mac

Lines Matching full:webresource

4542         * WebView/WebResource.mm:
4543 (-[WebResource _initWithData:URL:response:]):
6447 * WebView/WebResource.mm:
6448 (+[WebResource _needMailThreadWorkaroundIfCalledOffMainThread]):
7912 * WebView/WebResource.mm: Ditto.
7913 (+[WebResource _needMailThreadWorkaroundIfCalledOffMainThread]): Check Mail's bundle version
8667 Fixes an exception by null checking the WebResource before adding it to
8675 (-[WebDataSource subresources]): Null check the WebResource before adding it.
10466 * WebView/WebResource.mm:
10467 (-[WebResource data]):
10468 (-[WebResource URL]):
10469 (-[WebResource MIMEType]):
10470 (-[WebResource textEncodingName]):
10471 (-[WebResource frameName]):
10472 (-[WebResource _ignoreWhenUnarchiving]):
10473 (-[WebResource _initWithData:URL:MIMEType:textEncodingName:frameName:response:copyData:]):
10474 (-[WebResource _initWithData:URL:response:]):
10475 (-[WebResource _suggestedFilename]):
10476 (-[WebResource _response]):
10477 (-[WebResource _stringValue]):
10658 Move WebArchive and WebResource to use the same approach for initializing themselves on the main thread
10664 * WebView/WebResource.mm:
10665 (-[WebResource _initWithArguments:]): Unbox the BOOL argument.
10745 * WebView/WebResource.mm:
10746 (-[WebResource _ignoreWhenUnarchiving]): Use _cmd instead of making the selector again.
10747 (-[WebResource _initWithData:URL:MIMEType:textEncodingName:frameName:response:copyData:]): Use the new
11210 crash due to Mail's use of WebArchive and WebResource on non-main thread
11240 * WebView/WebResource.mm:
11241 (-[WebResource initWithCoder:]): Added WebCoreThreadViolationCheck.
11242 (-[WebResource data]): Get property on main thread if
11244 (-[WebResource URL]): Ditto.
11245 (-[WebResource MIMEType]): Ditto.
11246 (-[WebResource textEncodingName]): Ditto.
11247 (-[WebResource frameName]): Ditto.
11248 (-[WebResource _ignoreWhenUnarchiving]): Ditto.
11249 (-[WebResource _initWithData:URL:MIMEType:textEncodingName:frameName:response:copyData:]):
11252 (-[WebResource _suggestedFilename]): Added. Helper for _fileWrapperRepresentation.
11253 (-[WebResource _fileWrapperRepresentation]): Rewrote to use methods instead of
11255 (-[WebResource _response]): Get property on main thread if
11257 (-[WebResource _stringValue]): Ditto.
11258 (+[WebResource _needMailThreadWorkaroundIfCalledOffMainThread]): Added.
11259 (-[WebResource _initWithArguments:]): Added. Used to implement the cross-thread
11879 * WebView/WebResource.mm:
15816 But with that same patch, it became possible for a WebResource to fail to initialize.
15863 * WebView/WebResource.mm:
15894 * WebView/WebResource.mm:
15979 * WebView/WebResource.mm:
15980 (-[WebResource _initWithCoreResource:]): Restore previous behavior of returning nil
17459 * WebView/WebResource.mm:
17460 (-[WebResource data]):
18721 WebKit has had the inexplicable distinction of allowing empty Data in a WebResource, but not null.
18722 Since WebResource is API, I decided to leave it be to avoid a behavior change. But internally created resources
18737 Change the "init from WebCore resource" version of WebResource to take PassRefPtr
18740 * WebView/WebResource.mm:
18741 (-[WebResource _initWithCoreResource:]):
18885 * WebResource <-> ArchiveResource
18937 * WebView/WebResource.mm:
18943 (-[WebResource initWithCoder:]):
18944 (-[WebResource encodeWithCoder:]):
18945 (-[WebResource data]):
18946 (-[WebResource URL]):
18947 (-[WebResource MIMEType]):
18948 (-[WebResource textEncodingName]):
18949 (-[WebResource frameName]):
18950 (-[WebResource _initWithCoreResource:WebCore::]):
18951 (-[WebResource WebCore::]):
18952 (-[WebResource _ignoreWhenUnarchiving]):
18953 (-[WebResource _initWithData:URL:MIMEType:textEncodingName:frameName:response:copyData:]):
18954 (-[WebResource _fileWrapperRepresentation]):
18955 (-[WebResource _response]):
18956 (-[WebResource _stringValue]):
19147 * WebView/WebResource.h:
19291 * WebView/WebResource.mm:
19292 (-[WebResource _stringValue]): Moved code here from WebFrame.
19548 * WebView/WebResource.mm:
19549 (-[WebResource _stringValue]): Ditto.
20892 * WebView/WebResource.mm:
20893 (-[WebResource _initWithData:URL:response:]):
23132 * WebView/WebResource.mm:
23133 (-[WebResource _initWithData:URL:response:MIMEType:]): Changed this