[Webkit-unassigned] [Bug 31906] New: 2009-11-26 Zoltan Horvath <zoltan at webkit.org>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 01:50:01 PST 2009


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

           Summary: 2009-11-26  Zoltan Horvath  <zoltan at webkit.org>
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zoltan at webkit.org



Zoltan Horvath <zoltan at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43910|                            |review?
               Flag|                            |


Created an attachment (id=43910)
 --> (https://bugs.webkit.org/attachment.cgi?id=43910)
Patch

Reviewed by NOBODY (OOPS!).

Allow custom memory allocation control for classes of the rendering and storage
directory in WebCore
https://bugs.webkit.org/show_bug.cgi?id=

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

class/struct name               - instantiated at: WebCore/'location'

class SQLTransactionClient      - storage/DatabaseThread.cpp:45
class SQLTransactionCoordinator - storage/DatabaseThread.cpp:46
class OriginUsageRecord         - storage/OriginQuotaManager.cpp:66
class DatabaseTracker           - storage/DatabaseTracker.cpp:62
class ScrollbarTheme            - (its child class)
rendering/RenderScrollbarTheme.cpp:35
class RenderSelectionInfoBase   - (its child class)
rendering/RenderView.cpp:310
class RenderOverflow            - rendering/RenderBox.cpp:2846
struct FillLayer                - css/CSSStyleSelector.cpp:197

Inherits the following classes from FastAllocBase because these are
instantiated by 'new':

struct ShadowData               - rendering/style/ShadowData.cpp:35
class CounterContent            - css/CSSStyleSelector.cpp:4111

* platform/ScrollbarTheme.h:
* rendering/RenderOverflow.h:
* rendering/RenderSelectionInfo.h:
* rendering/style/CounterContent.h:
* rendering/style/FillLayer.h:
* rendering/style/ShadowData.h:
* storage/DatabaseTracker.h:
* storage/OriginUsageRecord.h:
* storage/SQLTransactionClient.h:
* storage/SQLTransactionCoordinator.h:

-- 
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