[Webkit-unassigned] [Bug 127034] Suspend resource requests during computedStyle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 15 01:38:50 PST 2014


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


Andreas Kling <akling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #221240|review?                     |review+
               Flag|                            |




--- Comment #4 from Andreas Kling <akling at apple.com>  2014-01-15 01:36:28 PST ---
(From update of attachment 221240)
View in context: https://bugs.webkit.org/attachment.cgi?id=221240&action=review

r=me..

> Source/WebCore/loader/ResourceLoadScheduler.h:65
> +    class Suspend {

This name feels a bit off. "Suspender"?

> Source/WebCore/loader/ResourceLoadScheduler.h:67
> +        Suspend(ResourceLoadScheduler& scheduler) : m_scheduler(scheduler) { m_scheduler.suspendPendingRequests(); }

explicit

-- 
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