Bug 32553

Summary: Allow custom memory allocation control for WebCore/platform/network directory's classes
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch none

Description Zoltan Horvath 2009-12-15 05:26:08 PST
Inherits the following class from Noncopyable because it is instantiated by 'new' and no need to be copyable:                                                                                                 

struct CrossThreadResourceResponseData - platform/network/ResourceResponseBase.cpp:109

Inherits the following classes from FastAllocBase because these are instantiated by 'new':

class ResourceResponseBase - (its child class) platform/network/ResourceResponseBase.cpp:90
class ResourceRequestBase  - (its child class) loader/DocumentThreadableLoader.cpp:88
Comment 1 Zoltan Horvath 2009-12-15 05:27:44 PST
Created attachment 44869 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-15 05:31:23 PST
style-queue ran check-webkit-style on attachment 44869 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-15 08:54:57 PST
Comment on attachment 44869 [details]
proposed patch

Clearing flags on attachment: 44869

Committed r52156: <http://trac.webkit.org/changeset/52156>
Comment 4 WebKit Commit Bot 2009-12-15 08:55:02 PST
All reviewed patches have been landed.  Closing bug.