Bug 31053

Summary: Allow custom memory allocation control for the dom directory of WebCore
Product: WebKit Reporter: Zoltan Horvath <zoltan>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Attachments:
Description Flags
proposed patch darin: review+

Zoltan Horvath
Reported 2009-11-03 05:02:28 PST
Inherits the following classes from Noncopyable because these are instantiated by 'new' and these are no need to be copyable: class EventNames - 'new' call: WebCore/platform/ThreadGlobalData.cpp:73 struct PerformTaskContext - 'new' call: WebCore/dom/Document.cpp:4581 class EventData - 'new' call: WebCore/dom/MessagePortChannel.cpp:38 struct NodeListsNodeData - 'new' call: WebCore/dom/NodeRareData.h:51 struct EventTargetData - 'new' call: WebCore/dom/NodeRareData.h:100 class NodeRareData - 'new' call: WebCore/dom/Node.cpp:552 Inherits QualifiedName class from FastAllocBase because it is instantiated by 'new' in WebCore/editing/markup.cpp:319
Attachments
proposed patch (4.48 KB, patch)
2009-11-03 05:03 PST, Zoltan Horvath
darin: review+
Zoltan Horvath
Comment 1 2009-11-03 05:03:46 PST
Created attachment 42368 [details] proposed patch
Zoltan Horvath
Comment 2 2009-11-03 10:10:56 PST
Note You need to log in before you can comment on or make changes to this bug.