Bug 31537

Summary: Implement a StyleQueue
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch eric: review+

Description Adam Barth 2009-11-16 02:16:23 PST
The first iteration of the style queue only produces output locally.
Comment 1 Adam Barth 2009-11-16 02:17:57 PST
Created attachment 43283 [details]
Patch
Comment 2 Eric Seidel (no email) 2009-11-16 02:33:34 PST
Comment on attachment 43283 [details]
Patch

GenericQueue shoudl probably be AbstractQueue (and eventually its own file?)

bugzilla code needs better abstraction, but you promised that in the next patch. :)
Comment 3 Adam Barth 2009-11-16 02:35:02 PST
Committed r51019: <http://trac.webkit.org/changeset/51019>
Comment 4 Adam Barth 2009-11-16 02:45:41 PST
Committed r51020: <http://trac.webkit.org/changeset/51020>