[Webkit-unassigned] [Bug 50581] Make TestResultsServer return empty JSON or 404 for non-existing results files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 6 12:42:58 PST 2010


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





--- Comment #3 from Kinuko Yasuda <kinuko at chromium.org>  2010-12-06 12:42:58 PST ---
(From update of attachment 75726)
View in context: https://bugs.webkit.org/attachment.cgi?id=75726&action=review

>> WebKitTools/TestResultServer/handlers/testfilehandler.py:118
>> +            return EMPTY_JSON_FORMAT % builder
> 
> Why do we want to do this instead of handling None at the calling location? Don't we want to 404 in this case as well?

I want to do so as well, simply returning 404 somehow didn't get the script.onerror function called in my local env (unlike normal 404 error).  I haven't investigated it yet -- do you know how to make it work?

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