[Webkit-unassigned] [Bug 13755] Relative links with "://" in them are never colored as visited after being clicked

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 12:02:44 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=13755





------- Comment #5 from marv.decker at gmail.com  2008-01-19 12:02 PDT -------
I don't understand this resolving code. Why isn't KURL used to do the
resolution, it has the code and does this correctly. It's weird that this file
has it's own relative URL resolver.

Would a patch to use KURL's resolving be OK? I would actually prefer this since
the WebCore::historyContains function on my plactorm could be more efficiently
written if I had a KURL rather than a string (since we do lookups based on URL
objects). I doubt this would have a significant performance impact, since
KURL's code is not much more complicated (this would have to be tested, of
course).

I can easily put this patch together if you are willing to try this.


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