Bug 87259 - CSSParser: Simplify StylePropertySet creation.
Summary: CSSParser: Simplify StylePropertySet creation.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-23 06:29 PDT by Andreas Kling
Modified: 2012-05-23 07:08 PDT (History)
4 users (show)

See Also:


Attachments
Patch (9.85 KB, patch)
2012-05-23 06:30 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2012-05-23 06:29:44 PDT
Returning a Vector<CSSProperty> from filteredProperties() hurts my soul. Let's do something clever-er.
Comment 1 Andreas Kling 2012-05-23 06:30:22 PDT
Created attachment 143557 [details]
Patch
Comment 2 Andreas Kling 2012-05-23 07:08:00 PDT
Comment on attachment 143557 [details]
Patch

Clearing flags on attachment: 143557

Committed r118176: <http://trac.webkit.org/changeset/118176>
Comment 3 Andreas Kling 2012-05-23 07:08:08 PDT
All reviewed patches have been landed.  Closing bug.