Bug 115370

Summary: Don't check for @media rules affected by viewport changes in every layout.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kenneth, kling, koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Possibly a patch koivisto: review+

Description Andreas Kling 2013-04-29 12:28:21 PDT
I think we should be able to to a deferred StyleResolver rebuild when the FrameView's framerect changes, instead of doing it synchronously in layout().
Comment 1 Andreas Kling 2013-04-29 12:34:16 PDT
Created attachment 200037 [details]
Possibly a patch
Comment 2 Antti Koivisto 2013-04-29 13:40:49 PDT
Comment on attachment 200037 [details]
Possibly a patch

r=me
Comment 3 Radar WebKit Bug Importer 2013-04-29 13:45:04 PDT
<rdar://problem/13765739>
Comment 4 Andreas Kling 2013-04-29 14:05:31 PDT
Committed r149313: <http://trac.webkit.org/changeset/149313>
Comment 5 Andreas Kling 2013-04-30 10:35:52 PDT
Follow-up fix for bug 115421:
Committed r149377: <http://trac.webkit.org/changeset/149377>