[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
Tue Jan 22 09:52:18 PST 2008


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


marv.decker at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #9 from marv.decker at gmail.com  2008-01-22 09:52 PDT -------
I did a quick and dirty patch to test performance on (haven't run the layout
tests or anything yet). This basically runs different pages through as fast as
possible and measures total time. I used two sets of pages, simple ones and
more complicated ones including things like Chinese. The test runs the set of
pages 5 times. I ran it once to prime the cache, and then twice to get the
timings.

Before the change (old code):
  simple set run 1: 7352ms
  simple set run 2: 7462ms
  complex set run 1: 34779ms
  complex set run 2: 37128ms

After the change (new code):
  simple set run 1: 7445ms
  simple set run 2: 7347ms
  complex set run 1: 36186ms
  complex set run 2: 34446ms

This is *not* using the code on my platform for looking up given a KURL. In
other words, I convert the KURL to the character pointer given to
historyContains, which then converts it back to a KURL. This is more realistic
since it is more like what Apple will be running. I will change historyContains
to take a KURL, so it will be up to each port how to look up URLs.


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