Home | History | Annotate | Download | only in WebCore

Lines Matching full:webarchive

2723         Add workaround for a Leopard bug which causes webarchive/test-xml-stylesheet.xml to fail.
6663 Tests: webarchive/archive-empty-frame-dom.html
6664 webarchive/doctype.html
31393 Add a hidden pref to debug WebArchive loading. With this pref on, when loading a WebArchive,
35133 Webarchive fails to save CSS files in @import statements
36099 Move a WebArchive loading check into WebCore
36102 (WebCore::FrameLoader::committedLoad): Don't call the client method if currently loading a WebArchive
36793 More Kit->Core WebArchive changes.
36852 WebArchive saga continues - Can now make archives from ranges in WebCore
36877 More Kit->Core webarchive code movement
36941 With this patch, the key operation of "Creating a WebArchive rooted at a single Node" takes place
36944 This is another "zero behavior change" patch, and current editing/ and webarchive/ layout tests
37186 When we create a WebArchive, we walk every node from some starting point, asking each node
37263 Part of the continued push to move WebArchive-related code down to WebCore, this
38155 And pave the way for many future WebArchive bug fixes and enhancements
38160 2 - Hooks up WebArchive support on Windows. Safari-style .webarchive files are nothing more than property lists readable by
38237 * loader/archive/cf/LegacyWebArchive.cpp: Subclass of Archive specifically for Webkit's Objective-C based ".webarchive" format.
38238 Mostly a collection of static methods involved in parsing and serializing a WebKit-style .webarchive. Is mostly supported