[Webkit-unassigned] [Bug 85738] New: Cleanup: Move FileSystem API type definitions into a separate header file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 6 10:28:58 PDT 2012


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

           Summary: Cleanup: Move FileSystem API type definitions into a
                    separate header file
           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: kinuko at chromium.org


Cleanup: Move FileSystem API type definitions into a separate header file.

Currently they are defined in AsyncFileSystem.h (and AsyncFileSystemChromium.cpp for chromium), but by moving them into a separate header file we can:
- make it clearer that all FileSystem API types can be found in the single separate header file
- save including entire AsyncFileSystem definition just for referring type enum values

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