- From: <bugzilla@jessica.w3.org>
 - Date: Thu, 19 Jun 2014 09:11:46 +0000
 - To: public-webapps-bugzilla@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25914
Anne <annevk@annevk.nl> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---
--- Comment #28 from Anne <annevk@annevk.nl> ---
Don't check for "parse error", see if the algorithm returns failure.
Also, it may not return a host or port. You should probably check if it's a
relative scheme.
I think you probably just want to parse it and then say something like "return
/parsedURL/'s origin".
But maybe I should just bite the bullet and define origin for all URL schemes
we care about.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 19 June 2014 09:11:47 UTC