Bug 32655

Summary: Allow custom memory allocation control for js bindings
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-17 04:47:48 PST
Inherits the following classes from Noncopyable because these are instantiated by 'new' and no need to be copyable:                                           
                                                                                     
class name - instantiated at:  WebCore/'location'             
class ScriptCachedFrameData - history/CachedFrame.cpp:117
class WebCoreJSClientData   - bindings/js/JSDOMWindowBase.cpp:162
class ScheduledAction - bindings/js/ScheduledAction.cpp:58
Comment 1 Zoltan Horvath 2009-12-17 04:49:15 PST
Created attachment 45054 [details]
proposed patch
Comment 2 WebKit Review Bot 2009-12-17 04:53:11 PST
style-queue ran check-webkit-style on attachment 45054 [details] without any errors.
Comment 3 Eric Seidel (no email) 2009-12-17 12:57:40 PST
Comment on attachment 45054 [details]
proposed patch

LGTM.
Comment 4 WebKit Commit Bot 2009-12-17 13:09:48 PST
Comment on attachment 45054 [details]
proposed patch

Clearing flags on attachment: 45054

Committed r52281: <http://trac.webkit.org/changeset/52281>
Comment 5 WebKit Commit Bot 2009-12-17 13:09:53 PST
All reviewed patches have been landed.  Closing bug.