Reviewed by Oliver Hunt.
Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
* Misc/WebNSURLExtras.mm:
(-[NSURL _webkit_canonicalize]):
* WebKit.order:
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
* WebKitSystemInterface.h:
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceTiger.a:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@30662
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-02-29 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Oliver Hunt.
+
+ Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
+
+ * Misc/WebNSURLExtras.mm:
+ (-[NSURL _webkit_canonicalize]):
+ * WebKit.order:
+
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
- (NSURL *)_webkit_canonicalize
{
NSURLRequest *request = [[NSURLRequest alloc] initWithURL:self];
- Class concreteClass = WKNSURLProtocolClassForReqest(request);
+ Class concreteClass = WKNSURLProtocolClassForRequest(request);
if (!concreteClass) {
[request release];
return self;
__Z12mapHostNamesP8NSStringa
+[NSURL(WebNSURLExtras) _web_URLWithData:relativeToURL:]
-[NSURL(WebNSURLExtras) _webkit_canonicalize]
-_WKNSURLProtocolClassForReqest
+_WKNSURLProtocolClassForRequest
-[NSURL(WebNSURLExtras) _web_originalDataAsString]
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:]
+[NSURL(WebNSURLExtras) _web_URLWithDataAsString:relativeToURL:]
+2008-02-29 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Oliver Hunt.
+
+ Fix spelling of "request" in name of WKNSURLProtocolClassForRequest.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterfaceLeopard.a:
+ * libWebKitSystemInterfaceTiger.a:
+
2008-02-29 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver Hunt.
void WKDisableCGDeferredUpdates(void);
-Class WKNSURLProtocolClassForReqest(NSURLRequest *request);
+Class WKNSURLProtocolClassForRequest(NSURLRequest *request);
void WKSetNSURLRequestShouldContentSniff(NSMutableURLRequest *request, BOOL shouldContentSniff);
unsigned WKGetNSAutoreleasePoolCount(void);