[Webkit-unassigned] [Bug 125282] New: Fire resize events with requestAnimationFrame timing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 4 23:32:49 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=125282

           Summary: Fire resize events with requestAnimationFrame timing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, simon.fraser at apple.com,
                    dino at apple.com, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/06d7a82b8c341d928f65799d106d4443aca0fd72

Instead of spamming resize events when there are repeated layouts
that cause iframes to resize we can delay the event until raf timing
so that we only need to fire at most one per 16ms. This should reduce
the number of resize events dramatically on a page that is causing
synchronous layouts in JS that are making iframes change size.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list