[Webkit-unassigned] [Bug 46529] Output X-Purpose header for prefetch requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 16:03:51 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68778|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #6 from Adam Barth <abarth at webkit.org>  2010-09-24 16:03:51 PST ---
(From update of attachment 68778)
View in context: https://bugs.webkit.org/attachment.cgi?id=68778&action=review

> LayoutTests/http/tests/misc/prefetch-purpose.html:11
> +    setTimeout("finishUp()",50);

Please move this to the load event and move it outside of the conditional.  Moving to the load event won't stop the race, but it will be better.  Moving it outside of the conditional is important so folks can run the test outside of the test harness.

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