Bug 78888 - Element: Inline style selector and AX invalidation in attributeChanged().
Summary: Element: Inline style selector and AX invalidation in attributeChanged().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-17 02:33 PST by Andreas Kling
Modified: 2012-02-17 14:34 PST (History)
1 user (show)

See Also:


Attachments
Patch (3.21 KB, patch)
2012-02-17 02:37 PST, Andreas Kling
no flags Details | Formatted Diff | Diff
Patch (3.42 KB, patch)
2012-02-17 03:32 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 2012-02-17 02:33:02 PST
We no longer need the methods updateAfterAttributeChanged() and recalcStyleIfNeededAfterAttributeChanged() on Element since they are only used in a single place. We can just inline them instead and avoid the function calls.
Comment 1 Andreas Kling 2012-02-17 02:37:24 PST
Created attachment 127562 [details]
Patch
Comment 2 Andreas Kling 2012-02-17 03:32:53 PST
Created attachment 127568 [details]
Patch
Comment 3 Andreas Kling 2012-02-17 14:34:22 PST
Comment on attachment 127568 [details]
Patch

Clearing flags on attachment: 127568

Committed r108126: <http://trac.webkit.org/changeset/108126>
Comment 4 Andreas Kling 2012-02-17 14:34:30 PST
All reviewed patches have been landed.  Closing bug.