[webkit-reviews] review granted: [Bug 127034] Suspend resource requests during computedStyle : [Attachment 221240] patch

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


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 127034: Suspend resource requests during computedStyle
https://bugs.webkit.org/show_bug.cgi?id=127034

Attachment 221240: patch
https://bugs.webkit.org/attachment.cgi?id=221240&action=review

------- Additional Comments from Andreas Kling <akling at apple.com>
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


More information about the webkit-reviews mailing list