[Webkit-unassigned] [Bug 29972] Implement URL decomposition IDL attributes for HTMLAnchorElement

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 30 14:25:41 PDT 2009


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


Yael <yael.aharon at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41668|0                           |1
        is obsolete|                            |
  Attachment #42233|                            |review?
               Flag|                            |




--- Comment #11 from Yael <yael.aharon at nokia.com>  2009-10-30 14:25:40 PDT ---
Created an attachment (id=42233)
 --> (https://bugs.webkit.org/attachment.cgi?id=42233)
Patch

Thank you for the review, Darin.
This updated patch takes your comments into account. I changed the test result
of local file to expect "FAIL" instead of "PASS", we should revisit that in a
separate patch. As a side note, IE and FF do recognize c:/ as a local file, but
do not recognize c:\ as a local file. My implementation was doing the same.

I was not sure where to publish the compatibility list. In general, I always
tried to match IE, and if IE threw an exception, then I tried to match FF.

One test case (line 23) in fast/loader/url-parse-1.html is failing with my
patch. It expects that we always add '/' if the path is empty, but we should
only add that if the URL is hierarchical. (IE8 does not add that)
Should I change the expected result in the same patch, or as a follow-up?

thanks, Yael

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