[webkit-reviews] review denied: [Bug 23846] [GTK]Enable DNS prefetching : [Attachment 41109] DNS prefetch patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 18 23:06:13 PDT 2009


Adam Barth <abarth at webkit.org> has denied José Millán Soto
<jmillan at igalia.com>'s request for review:
Bug 23846: [GTK]Enable DNS prefetching
https://bugs.webkit.org/show_bug.cgi?id=23846

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
I'm not sure adding the null check to Chrome::mouseDidMoveOverElement is the
right thing to do.  In Chrome, these events are queued to a background thread
to avoid adding latency to mouseover and to history queries.  The null check
and a bunch of other prioritization process is done on the background thread.


More information about the webkit-reviews mailing list