[Webkit-unassigned] [Bug 71968] Implement URL API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 19 10:19:26 PST 2011


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





--- Comment #19 from Erik Arvidsson <arv at chromium.org>  2011-11-19 10:19:25 PST ---
You also need to update DOMWindow.idl to remove/change the conditional for webkitURL.

We should also test that we have a stringifier for the href property. In other words toString should return href

var url = new webkitURL('http://www.example.com/');
shouldBe('url.toString()', 'url.href');

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