[Webkit-unassigned] [Bug 51368] [Web Timing] requestStart and responseStart should be available even if the document is still loading
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jan 3 13:45:24 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=51368
Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #77062|review?, commit-queue? |review+, commit-queue-
Flag| |
--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org> 2011-01-03 13:45:23 PST ---
(From update of attachment 77062)
View in context: https://bugs.webkit.org/attachment.cgi?id=77062&action=review
Otherwise, LGTM
> WebCore/page/PerformanceTiming.cpp:36
> +#include "CurrentTime.h"
I think it is more conventional to include files from WTF using the notation:
#include <wtf/CurrentTime.h>
At least, that's what I see being done in WebCore.
--
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