<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>17098</bug_id>
          
          <creation_ts>2008-01-30 11:41:07 -0800</creation_ts>
          <short_desc>Replace our broken KURL with Google URL</short_desc>
          <delta_ts>2023-01-09 16:18:54 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://code.google.com/p/google-url/</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>37641</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>achristensen</cc>
    
    <cc>ap</cc>
    
    <cc>brettw</cc>
    
    <cc>sam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>68821</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-01-30 11:41:07 -0800</bug_when>
    <thetext>Replace our broken KURL with Google URL

Google wrote its own URL parsing library which is used a bunch internally, and looks to be significantly better than KURL.  If nothing else, the several hundred unit tests are useful.  I don&apos;t think KURL even does any cannonicalization (which gurl does).

http://code.google.com/p/google-url/

I think WebKit should just pull in gurl as a dependency.  The google coding style is kinda strange, but generally pretty similar to WebKit&apos;s own.  It might even be published somewhere externally...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>68824</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2008-01-30 11:45:18 -0800</bug_when>
    <thetext>bug 16799 is an example where (in complex cases) we would require a url parser which could canonicalize urls. </thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>68831</commentid>
    <comment_count>2</comment_count>
    <who name="Brett Wilson (Google)">brettw</who>
    <bug_when>2008-01-30 12:37:35 -0800</bug_when>
    <thetext>A pet peeve of mine is that a link to &quot;Apple.com&quot; will not be marked as visited, because the URL is not canonicalized before Safari does a history lookup.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1924212</commentid>
    <comment_count>3</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2023-01-09 16:18:54 -0800</bug_when>
    <thetext>Our URL class is very different now from what it was in 2008.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>