Bug 73171 - CSSMutableStyleDeclaration: setCssText() mostly duplicates parseDeclaration().
Summary: CSSMutableStyleDeclaration: setCssText() mostly duplicates parseDeclaration().
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: 2011-11-27 09:01 PST by Andreas Kling
Modified: 2011-11-27 12:34 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.68 KB, patch)
2011-11-27 09:03 PST, 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 2011-11-27 09:01:20 PST
setCssText() should call parseDeclaration() so we don't need two copies of the code.
Comment 1 Andreas Kling 2011-11-27 09:03:56 PST
Created attachment 116675 [details]
Patch
Comment 2 Antti Koivisto 2011-11-27 10:59:55 PST
Comment on attachment 116675 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-11-27 12:34:25 PST
Comment on attachment 116675 [details]
Patch

Clearing flags on attachment: 116675

Committed r101208: <http://trac.webkit.org/changeset/101208>
Comment 4 WebKit Review Bot 2011-11-27 12:34:30 PST
All reviewed patches have been landed.  Closing bug.