[Webkit-unassigned] [Bug 31350] New: Allow custom memory allocation control for the part of page directory in WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 11 05:37:59 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31350

           Summary: Allow custom memory allocation control for the part of
                    page directory in WebCore
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org


Inherits the following classes from Noncopyable because these are instantiated
by 'new' and these are no need to be copyable:

class DragController         - instantiated at: WebCore/page/Page.cpp:107
class FocusController        - instantiated at: WebCore/page/Page.cpp:109
class Settings               - instantiated at: WebCore/page/Page.cpp:116
class PluginHalter           - instantiated at: WebCore/page/Page.cpp:160
struct ScheduledEvent        - instantiated at: WebCore/page/FrameView.cpp:1275
class UserScript             - instantiated at: WebCore/page/PageGroup.cpp:208
struct EventHandlerDragState - instantiated at:
WebCore/page/EventHandler.cpp:182
class XSSAuditor             - instantiated at:
WebCore/bindings/js/ScriptController.cpp:70
class UserStyleSheet         - instantiated at: WebCore/page/PageGroup.cpp:222

Inherits PropertyWrapperBase class from Noncopyable because (its child class)
PropertyWrapper is instantiated by 'new' in
WebCore/page/animation/AnimationBase.cpp:564 it is no need to be copyable.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list