[Webkit-unassigned] [Bug 13755] New: Relative links with "://" in them are not colored properly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 16 15:37:54 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13755
Summary: Relative links with "://" in them are not colored
properly
Product: WebKit
Version: 522+ (nightly)
Platform: PC
OS/Version: All
Status: NEW
Severity: Minor
Priority: P2
Component: History
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: marv.decker at gmail.com
On Google, there are some relative links of the form:
/url?sa=p&pref=ig&pval=3&q=http://www.google.com/ig%BlahBlahBlah
checkPseudoState() in cssstyleselector.cpp does a hardcoded search for "://"
before checking to see if the URL begins with a slash. The result is that the
un-resolved URL given above is passed to historyContains(), which then fails.
This function looks suspiciously hardcoded in other ways as well.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list