[Webkit-unassigned] [Bug 19103] Web inspector never shows the query part of URIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 21 17:11:29 PST 2009


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


Timothy Hatcher <timothy at hatcher.name> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #43661|review?                     |review+, commit-queue-
               Flag|                            |




--- Comment #3 from Timothy Hatcher <timothy at hatcher.name>  2009-11-21 17:11:29 PST ---
(From update of attachment 43661)

> +        this.tooltip = this.resource.url.escapeHTML();

You don't want escapeHTML here. This sets the title property in the DOM, so
escaping isn't needed (and would cause & to show as &.

Fix that before landing.

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