Bug 127296

Summary: Make uploading results to EWS work despite robots.txt
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch rniwa: review+

Description Alexey Proskuryakov 2014-01-20 09:43:32 PST
Turns out that we consult robots.txt before talking to EWS. We shouldn't - it's a waste of time, and prevents us from easily blocking search indexers.
Comment 1 Alexey Proskuryakov 2014-01-20 09:46:47 PST
Created attachment 221667 [details]
proposed patch
Comment 2 Alexey Proskuryakov 2014-01-20 10:20:33 PST
Committed <http://trac.webkit.org/r162357>.
Comment 3 Alexey Proskuryakov 2014-01-20 13:14:51 PST
Fixed webkitpy regression tests (hopefully) in <http://trac.webkit.org/r162371>.