Bug 78959 - HTMLBodyElement: Avoid synchronous style recalc when setting link/vlink/alink.
Summary: HTMLBodyElement: Avoid synchronous style recalc when setting link/vlink/alink.
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-18 03:55 PST by Andreas Kling
Modified: 2012-02-18 11:48 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.43 KB, patch)
2012-02-18 03:56 PST, Andreas Kling
andersca: review+
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-18 03:55:44 PST
I don't see why we need to recalcStyle() immediately when these attributes change.
Comment 1 Andreas Kling 2012-02-18 03:56:31 PST
Created attachment 127703 [details]
Patch

Let's see how EWS feels about this.
Comment 2 Andreas Kling 2012-02-18 11:48:59 PST
Committed r108163: <http://trac.webkit.org/changeset/108163>