Bug 138850

Summary: Avoid synchronous style recalc in Document.activeElement
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han, kling, koivisto, rniwa
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description Andreas Kling 2014-11-18 16:01:28 PST
Accessing Document.activeElement shouldn't force a synchronous style recalc.
Comment 1 Andreas Kling 2014-11-18 16:06:46 PST
Created attachment 241825 [details]
Patch
Comment 2 Andreas Kling 2014-11-18 16:19:57 PST
Committed r176294: <http://trac.webkit.org/changeset/176294>