RESOLVED FIXED 44702
Make it possible for http tests to log resource requests
https://bugs.webkit.org/show_bug.cgi?id=44702
Summary Make it possible for http tests to log resource requests
Simon Fraser (smfr)
Reported 2010-08-26 11:56:45 PDT
For bug 24223, I need to be able to log individual resource requests.
Attachments
Patch (6.88 KB, patch)
2010-08-26 12:33 PDT, Simon Fraser (smfr)
ap: review+
Simon Fraser (smfr)
Comment 1 2010-08-26 12:33:44 PDT
Alexey Proskuryakov
Comment 2 2010-08-26 13:02:51 PDT
Comment on attachment 65599 [details] Patch > +main frame - didStartProvisionalLoadForFrame > +main frame - didCommitLoadForFrame > +main frame - didFinishDocumentLoadForFrame > +main frame - didHandleOnloadEventsForFrame > +main frame - didFinishLoadForFrame It seems like this test needn't be in loading subdirectory - or we need a way to avoid this noise output. + generateNoCacheHTTPHeader(); + header("Last-Modified: " . gmdate("D, d M Y H:i:s T", filemtime($resourceLogFile))); Why bother with Last-Modified if the response not cacheable? r=me.
Simon Fraser (smfr)
Comment 3 2010-08-26 13:16:03 PDT
Note You need to log in before you can comment on or make changes to this bug.