[Webkit-unassigned] [Bug 31161] New: Allow custom memory allocation control for the part of loader directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 04:18:51 PST 2009


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

           Summary: Allow custom memory allocation control for the part of
                    loader directory in WebCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


Inherits the following classes from Noncopyable because these are instantiated
by 'new' and these are no need to be copyable:                                  

class Request - WebCore/loader/loader.cpp:100                                   
struct ScheduledRedirection - WebCore/loader/RedirectScheduler.cpp:164          
class IconDatabaseClient - WebCore/loader/icon/IconDatabase.cpp:89              
class ApplicationCacheStorage -
WebCore/loader/appcache/ApplicationCacheStorage.cpp:1121
class ApplicationCacheHost -  WebCore/loader/DocumentLoader.cpp:151             
class ImageEventSender - WebCore/loader/ImageLoader.cpp:54                      
struct ProgressItem - WebCore/loader/ProgressTracker.cpp:169                    

Inherits ThreadableLoaderClient class from Noncopyable because (its child
class)        
MainThreadBridge is instantiated by 'new' in                                    
WebCore/loader/WorkerThreadableLoader.cpp:59 it is no need to be copyable.      

ThreadableLoaderClient's inheriting has been changed to public.

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