Bug 31537 - Implement a StyleQueue
Summary: Implement a StyleQueue
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-16 02:16 PST by Adam Barth
Modified: 2009-11-16 02:45 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.08 KB, patch)
2009-11-16 02:17 PST, Adam Barth
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>