[Webkit-unassigned] [Bug 75369] Change in location href format for frames with applewebdata: location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 9 06:41:38 PST 2012


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





--- Comment #3 from Daniel Jalkut <jalkut at red-sweater.com>  2012-01-09 06:41:38 PST ---
(In reply to comment #2)
> The applewebdata scheme is not hierarchical.
> 
> If we want to add the slash for backwards-compatibility, I believe we can modify the createUniqueWebDataURL() function in WebFrame.mm and we probably won't have to make any other changes.

How widespread are these web data URLs used? The "createUniqueWebDataURL" has been creating the URLs without the "/" appended, and the slashes (as far as I can tell) have been getting added only in the context of resolving location.href. So if there are other, non-location DOM nodes that contain the URLs, then adding the slash at creation might create a different kind of incompatibility.

My personal investment in this bug is over since I added a workaround in my copy of TinyMCE to avoid the issue I was seeing. Maybe it won't turn out to be a major issue for people, but I wanted to raise it so you can consider the implications.

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