Home | History | Annotate | Download | only in mac

Lines Matching full:webarchive

7000         (-[DOMRange webArchive]): Ditto.
7882 Mail assumes that if -[WebArchive subresources] is not nil, then it
7885 * WebView/WebArchive.mm:
7886 (-[WebArchive subresources]): Preserve the behavior of returning nil
7911 * WebView/WebArchive.mm: Use the new WebCoreThreadViolationCheckRoundTwo macro.
9113 * WebView/WebArchive.mm: Change to use RefPtr<> instead of ref()/deref().
9131 NSHTMLReader tries to create a WebArchive from a random chunk of data. Previously, WebArchive creation would
9133 WebArchive object, things started getting weird.
9135 * WebView/WebArchive.mm:
9139 (-[WebArchive initWithData:]): If the LegacyWebArchive cannot be created, return nil instead of an invalid object.
10461 * WebView/WebArchive.mm:
10462 (-[WebArchive initWithMainResource:subresources:subframeArchives:]):
10463 (-[WebArchive mainResource]):
10464 (-[WebArchive subresources]):
10465 (-[WebArchive subframeArchives]):
10658 Move WebArchive and WebResource to use the same approach for initializing themselves on the main thread
10661 * WebView/WebArchive.mm:
10662 (-[WebArchive initWithMainResource:subresources:subframeArchives:]): Use _webkit_performSelectorOnMainThread:withObject:.
10663 (-[WebArchive _initWithArguments:]):
11210 crash due to Mail's use of WebArchive and WebResource on non-main thread
11224 * WebView/WebArchive.mm:
11225 (-[WebArchive init]): Added WebCoreThreadViolationCheck.
11226 (-[WebArchive initWithMainResource:subresources:subframeArchives:]): Perform
11229 (-[WebArchive initWithData:]): Added WebCoreThreadViolationCheck.
11230 (-[WebArchive
11232 (-[WebArchive subresources]): Ditto.
11233 (-[WebArchive subframeArchives]): Ditto.
11234 (-[WebArchive data]): Ditto.
11235 (-[WebArchive _initWithCoreLegacyWebArchive:]): Added WebCoreThreadViolationCheck.
11236 (-[WebArchive _coreLegacyWebArchive]): Ditto.
11237 (-[WebArchive _initWithArguments:]): Added. Used to implement the cross-thread
11872 * WebView/WebArchive.mm:
15820 * WebView/WebArchive.mm:
15821 (-[WebArchive subresources]):
15887 * WebView/WebArchive.mm:
16051 Fix layout test results for webarchive/test-xml-stylesheet.xml
18506 Add a hidden pref to debug WebArchive loading. With this pref on, when loading a WebArchive,
18599 Move a WebArchive loading check into WebCore
18648 More Kit->Core WebArchive changes.
18659 WebArchive saga continues - Can now make archives from ranges in WebCore
18662 (-[DOMRange webArchive]):
18672 More Kit->Core webarchive code movement
18689 (-[WebDataSource webArchive]):
18706 With this patch, the key operation of "Creating a WebArchive rooted at a single Node" takes place
18754 When we create a WebArchive, we walk every node from some starting point, asking each node
18769 Part of the continued push to move WebArchive-related code down to WebCore, this
18842 Fix a leak with the new WebArchive setup
18844 * WebView/WebArchive.mm:
18845 (-[WebArchivePrivate setCoreArchive:]): Deref() the old WebArchive
18871 * WebView/WebArchive.mm:
18872 (-[WebArchive subresources]):
18873 (-[WebArchive subframeArchives]):
18880 And paves the way for many future WebArchive bug fixes and enhancements
18884 * WebArchive <-> LegacyWebArchive
18901 * WebView/WebArchive.mm:
18909 (-[WebArchive init]):
18910 (-[WebArchive initWithMainResource:subresources:subframeArchives:]):
18911 (-[WebArchive initWithData:]):
18912 (-[WebArchive initWithCoder:]):
18913 (-[WebArchive encodeWithCoder:]):
18914 (-[WebArchive mainResource]):
18915 (-[WebArchive subresources]):
18916 (-[WebArchive subframeArchives]):
18917 (-[WebArchive data]):
18918 (-[WebArchive _initWithCoreLegacyWebArchive:WebCore::]):
18919 (-[WebArchive WebCore::]):
19021 * WebView/WebArchive.m: Removed.
19022 * WebView/WebArchive.mm: Copied from WebKit/mac/WebView/WebArchive.m.
20682 WebArchive code was intertwined with that code in bizarre and complex ways.
20699 to be WebArchive specific, further cementing the assumed design.
20701 Problem is, the design was bad. A WebArchive is meant to be a static snapshot of a WebPage at a
20704 context of loading a WebArchive, available data should *always* be loaded from the WebArchive, at least
20714 inspect the request or response objects - We are loading from a WebArchive, and we should never