[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
Thu Jan 17 01:36:42 PST 2008


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


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org,
                   |                            |darin at apple.com




------- Comment #3 from eric at webkit.org  2008-01-17 01:36 PDT -------
Line 695 is the code in question:

    if (containsColonSlashSlash(characters, length)) {
        // FIXME: Strange to not clean the path just beacause it has "://" in
it.
        pseudoState = historyContains(characters, length) ? PseudoVisited :
PseudoLink;
        return;
    }

I'm not entirely sure what that code is even for.  This will require further
investigation and test cases.

http://bugs.webkit.org/show_bug.cgi?id=15981 is the bug which introduced this
if statement.  r28536 is when the change landed.


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