[Webkit-unassigned] [Bug 103772] Teach OwnPtr and RefPtr to understand Arena'd objects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 1 23:25:45 PST 2012


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|eric at webkit.org             |webkit-unassigned at lists.web
                   |                            |kit.org
                 CC|                            |esprehn at chromium.org




--- Comment #16 from Eric Seidel <eric at webkit.org>  2012-12-01 23:28:05 PST ---
Didn't mean to assign the bug to me.  This is mostly a proof of concept.

It's probably more interesting to add RefPtr support and use that with RenderLayer.  RenderObject is extra tricky because of RenderWidget, as well as the fact that we are currently using a union to store the RenderObject* on Node (the RareData optimization).

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