[Webkit-unassigned] [Bug 50246] New: [v8] put all the implicitly reachable style elements into single v8 group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 30 10:24:34 PST 2010


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

           Summary: [v8] put all the implicitly reachable style elements
                    into single v8 group
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: antonm at chromium.org


See http://code.google.com/p/chromium/issues/detail?id=64695

the problem is simple and alike to the problem of implicit references between nodes in document tree.  The solution is to group all the style elements which are reachable via DOM API into v8's object group.

I don't know details of style elements reachability, so I do the same thing we do for nodes: I group all the style elements which belong to the same tree as determined by the root element of the tree.

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