[Webkit-unassigned] [Bug 14742] New: Document::recalcStyle(Force) called for every updateStyleIgnorePendingStylesheets while waiting for stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 23 23:28:32 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14742

           Summary: Document::recalcStyle(Force) called for every
                    updateStyleIgnorePendingStylesheets while waiting for
                    stylesheets
           Product: WebKit
           Version: 522+ (nightly)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org


If stylesheets have not yet loaded, updateStyleIgnorePendingStylesheets() will
call updateStyleSelector() which calls recalcStyle(Force).

This is *not* a regression from the m_didCalculateStyleSelector patch (which
fixed a Yahoo! Mail crash), but still would be nice to fix at some point.
Basically you need updateStyleSelector() to only set a flag and postpone the
update until later when you need it.


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



More information about the webkit-unassigned mailing list