[Webkit-unassigned] [Bug 108851] New: FileSystem mods: Changes to snapshot file creation to reduce dependencies on blobs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 4 13:01:02 PST 2013


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

           Summary: FileSystem mods: Changes to snapshot file creation to
                    reduce dependencies on blobs.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: michaeln at google.com
        Depends on: 108736
            Blocks: 108733


New methods have been declared in the chromium WebKit API for snapfile file creation. Need to patch webcore/webkit to use those new methods.

This patch is the 3rd in a series of changes that straddle webkit vs chromium repositories.

1) WK: Declare new virtual createSnapshotFile/didCreateSnapshotFile public api methods.
    done in: https://bugs.webkit.org/show_bug.cgi?id=108736
2) CR: Implement the new create method such that the didCreate method is invoked in response.
    done in: https://codereview.chromium.org/12084077/
3) WK: Use the new create method and implement the new didCreate method.
3) CR: Cleanup the obsolete/deprecated blocks of code.

-- 
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