Bug 127563 - Update style asynchronously after style sheet load
Summary: Update style asynchronously after style sheet load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 127619
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-24 09:28 PST by Antti Koivisto
Modified: 2014-01-25 05:58 PST (History)
3 users (show)

See Also:


Attachments
patch (1.28 KB, patch)
2014-01-24 09:30 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2014-01-24 09:28:08 PST
Since we don't attach synchronously we don't need to recalc style synchronously either.
Comment 1 Antti Koivisto 2014-01-24 09:30:39 PST
Created attachment 222113 [details]
patch
Comment 2 Andreas Kling 2014-01-24 09:34:05 PST
Comment on attachment 222113 [details]
patch

LOL
Comment 3 Andreas Kling 2014-01-24 17:31:24 PST
Comment on attachment 222113 [details]
patch

cq+ing this because no-brainer.
Comment 4 WebKit Commit Bot 2014-01-24 18:00:10 PST
Comment on attachment 222113 [details]
patch

Clearing flags on attachment: 222113

Committed r162744: <http://trac.webkit.org/changeset/162744>
Comment 5 WebKit Commit Bot 2014-01-24 18:00:12 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Antti Koivisto 2014-01-25 05:58:39 PST
The reason I didn't land this was that it broke wsj.com.  Bug 127619  has the fix.