Bug 31053 - Allow custom memory allocation control for the dom directory of WebCore
Summary: Allow custom memory allocation control for the dom directory of WebCore
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-03 05:02 PST by Zoltan Horvath
Modified: 2009-11-03 10:10 PST (History)
0 users

See Also:


Attachments
proposed patch (4.48 KB, patch)
2009-11-03 05:03 PST, Zoltan Horvath
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 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
Comment 1 Zoltan Horvath 2009-11-03 05:03:46 PST
Created attachment 42368 [details]
proposed patch
Comment 2 Zoltan Horvath 2009-11-03 10:10:56 PST
Landed in 50464.
http://trac.webkit.org/changeset/50464/