Bug 32655 - Allow custom memory allocation control for js bindings
Summary: Allow custom memory allocation control for js bindings
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-12-17 04:47 PST by Zoltan Horvath
Modified: 2009-12-17 13:09 PST (History)
2 users (show)

See Also:


Attachments
proposed patch (2.63 KB, patch)
2009-12-17 04:49 PST, Zoltan Horvath
no flags 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-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.