[Webkit-unassigned] [Bug 46561] New: [Cleanup] Add create method to FileSystemCallbacks to get rid of naked new's

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 25 02:50:05 PDT 2010


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

           Summary: [Cleanup] Add create method to FileSystemCallbacks to
                    get rid of naked new's
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kinuko at chromium.org
                CC: dumi at chromium.org, ericu at chromium.org,
                    kkanetkar at chromium.org


Add create method to FileSystemCallbacks to get rid of naked new's.

Also cleanup the callbacks layering to pass AsyncFileSystemCallbacks object to LocalFileSystem::requestFileSystem (rather than FileSystemCallback and ErrorCallback)
so that all the callbacks class we pass from WebCore to WebKit/chromium/src will be AsyncFileSystemCallbacks.

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