Changeset 97490 in webkit
- Timestamp:
- Oct 14, 2011, 12:18:30 PM (14 years ago)
- Location:
- trunk/WebKitLibraries
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitLibraries/ChangeLog
r97471 r97490 1 2011-10-14 Dan Bernstein <mitz@apple.com> 2 3 REGRESSION (Safari 5.1 - 5.1.1): CSS nesw-resize cursor shows up as a sw-resize cursor 4 https://bugs.webkit.org/show_bug.cgi?id=70081 5 6 Reviewed by Anders Carlsson. 7 8 * WebKitSystemInterface.h: Unrelated change, perhaps needed for bug 68478. 9 * libWebKitSystemInterfaceLeopard.a: 10 * libWebKitSystemInterfaceLion.a: 11 * libWebKitSystemInterfaceSnowLeopard.a: 12 1 13 2011-10-13 Arko Saha <arko@motorola.com> 2 14 -
trunk/WebKitLibraries/WebKitSystemInterface.h
r94317 r97490 410 410 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType); 411 411 412 CIFormat WKCIGetRGBA8Format(void); 413 412 414 #if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD) 413 415
Note:
See TracChangeset
for help on using the changeset viewer.