A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.
To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).
URL: Difference between revisions
Jump to navigation
Jump to search
(placeholder for URL work) |
No edit summary |
||
Line 1: | Line 1: | ||
This documents research and notes around the [http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html URL specification]. | This documents research and notes around the [http://dvcs.w3.org/hg/url/raw-file/tip/Overview.html URL specification]. | ||
==Implementations== | |||
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURL.cpp | |||
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLWTFURL.cpp | |||
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLGoogle.cpp | |||
* http://trac.webkit.org/browser/trunk/Source/WebCore/platform/network/DataURL.cpp (data URLs) | |||
[[Category:Spec coordination]] | [[Category:Spec coordination]] |
Revision as of 15:35, 11 June 2012
This documents research and notes around the URL specification.
Implementations
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURL.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLWTFURL.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/KURLGoogle.cpp
- http://trac.webkit.org/browser/trunk/Source/WebCore/platform/network/DataURL.cpp (data URLs)