[Webkit-unassigned] [Bug 29972] Allow JavaScript to manipulate parts of the URL in href attribute.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 3 17:09:53 PDT 2009


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #40586|                            |review?
               Flag|                            |
  Attachment #40460|0                           |1
        is obsolete|                            |




--- Comment #4 from Yael <yael.aharon at nokia.com>  2009-10-03 17:09:52 PDT ---
Created an attachment (id=40586)
 --> (https://bugs.webkit.org/attachment.cgi?id=40586)
Patch

This patch adds support for manipulating parts of the URL in href. 
Processing as described in
http://dev.w3.org/html5/spec/infrastructure.html#url-decomposition-idl-attributes.

The test resuls are almost always the same as FireFox, with some exceptions:
1. FireFox does not allow setting a NULL port, but this should be allowed.
2. FireFox allows setting a null protocol, but this should not be allowed.
3. Encoding of parts of the URL is not always done correctly. I'd like to fix
that as a separate bug, otherwise, this patch will grow very big.

Sorry for omitting the dumpAsText() in the previous test case, it's been
corrected now.

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