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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 26 14:12:03 PST 2011


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





--- Comment #28 from Erik Arvidsson <arv at chromium.org>  2011-11-26 14:12:02 PST ---
(From update of attachment 116565)
View in context: https://bugs.webkit.org/attachment.cgi?id=116565&action=review

> Source/WebCore/html/DOMURL.cpp:154
> +    if (value.isEmpty() || value == "null")

Remove"null" case

> Source/WebCore/html/DOMURL.cpp:239
> +    m_href.setQuery(newSearch.replace('#', "%23"));

This looks suspicious.

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