Title: [97490] trunk/WebKitLibraries
Revision
97490
Author
[email protected]
Date
2011-10-14 12:18:30 -0700 (Fri, 14 Oct 2011)

Log Message

REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
https://bugs.webkit.org/show_bug.cgi?id=70081

Reviewed by Anders Carlsson.

* WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
* libWebKitSystemInterfaceLeopard.a:
* libWebKitSystemInterfaceLion.a:
* libWebKitSystemInterfaceSnowLeopard.a:

Modified Paths

Diff

Modified: trunk/WebKitLibraries/ChangeLog (97489 => 97490)


--- trunk/WebKitLibraries/ChangeLog	2011-10-14 18:54:36 UTC (rev 97489)
+++ trunk/WebKitLibraries/ChangeLog	2011-10-14 19:18:30 UTC (rev 97490)
@@ -1,3 +1,15 @@
+2011-10-14  Dan Bernstein  <[email protected]>
+
+        REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor
+        https://bugs.webkit.org/show_bug.cgi?id=70081
+
+        Reviewed by Anders Carlsson.
+
+        * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478.
+        * libWebKitSystemInterfaceLeopard.a:
+        * libWebKitSystemInterfaceLion.a:
+        * libWebKitSystemInterfaceSnowLeopard.a:
+
 2011-10-13  Arko Saha  <[email protected]>
 
         Microdata: Basic implementation of document.getItems() method.

Modified: trunk/WebKitLibraries/WebKitSystemInterface.h (97489 => 97490)


--- trunk/WebKitLibraries/WebKitSystemInterface.h	2011-10-14 18:54:36 UTC (rev 97489)
+++ trunk/WebKitLibraries/WebKitSystemInterface.h	2011-10-14 19:18:30 UTC (rev 97490)
@@ -409,6 +409,8 @@
 CFStringRef WKCopyCFURLResponseSuggestedFilename(CFURLResponseRef);
 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
 
+CIFormat WKCIGetRGBA8Format(void);
+
 #if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
 
 typedef enum {

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceLion.a


(Binary files differ)

Modified: trunk/WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to