Bug 44702

Summary: Make it possible for http tests to log resource requests
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: ap
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ap: review+

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.