Bug 120700

Summary: Document::updateHoverActiveState() should allow for deferred style recalcs
Product: WebKit Reporter: Pratik Solanki <psolanki>
Component: WebCore Misc.Assignee: Pratik Solanki <psolanki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, kangil.han, koivisto, psolanki, simon.fraser
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+

Description Pratik Solanki 2013-09-04 14:18:31 PDT
Changes for bug 145126 made it so Document::updateHoverActiveState() always called updateStyleIfNeeded(). For iOS, we would prefer to not have style recall be synchronous. Deferring the style recalc to the regular timer results in better scrolling on some web pages.
Comment 1 Pratik Solanki 2013-09-04 14:20:29 PDT
<rdar://problem/14533575>
Comment 2 Pratik Solanki 2013-09-04 14:27:42 PDT
Created attachment 210498 [details]
Patch
Comment 3 Pratik Solanki 2013-09-04 15:10:40 PDT
(In reply to comment #0)
> Changes for bug 145126 

That should have been bug 98168. The change was r145126.
Comment 4 Pratik Solanki 2013-09-04 15:15:09 PDT
Committed r155071: <http://trac.webkit.org/changeset/155071>