[Webkit-unassigned] [Bug 65187] make document.documentURI readonly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 13:07:52 PDT 2012


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


Mike West <mkwst at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mkwst at chromium.org




--- Comment #1 from Mike West <mkwst at chromium.org>  2012-06-07 13:07:49 PST ---
The latest version of the DOM4 working draft marks this attribute as readonly (http://www.w3.org/TR/dom/#document). Firefox 12 isn't throwing an error, but is disallowing writes to the attribute's value. I think it might be worthwhile to match that behavior.

I have a trivial patch to remove write support for the attribute, and I'm skimming through tests to see what breaks. So far, it's only breaking tests that were testing that assignment to documentURI didn't break a feature or create a security hole.

I'll upload the patch as-is, and wait for a decision regarding the change before working through the remaining tests.

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