[Webkit-unassigned] [Bug 57004] New: Add Save Function to qtwebkit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 03:57:47 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57004

           Summary: Add Save Function to qtwebkit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: qt-info at nokia.com


Currently, the underlying webkit api is hidden and only the qtwebkit api is exposed to the developer unless changes are made to the build process between qmake and compiling steps.

This has the effect of limiting the ability to serialize the dom into an html file (save html document). The only currently available way is to is to save the contents of a string which contains the html. This is fine if the document is sufficiently small and memory consumption is not an issue, but quickly becomes a problem if the document is at all substantial.

I would like to see either the underying webkit api exposed so that it could be used and/or a qtwebkit path created to allow large documents to be saved in an efficient manner.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list