Changeset 97490 in webkit


Ignore:
Timestamp:
Oct 14, 2011 12:18:30 PM (13 years ago)
Author:
mitz@apple.com
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:
Location:
trunk/WebKitLibraries
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r97471 r97490  
     12011-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
    1132011-10-13  Arko Saha  <arko@motorola.com>
    214
  • trunk/WebKitLibraries/WebKitSystemInterface.h

    r94317 r97490  
    410410void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
    411411
     412CIFormat WKCIGetRGBA8Format(void);
     413
    412414#if !defined(BUILDING_ON_LEOPARD) && !defined(BUILDING_ON_SNOW_LEOPARD)
    413415
Note: See TracChangeset for help on using the changeset viewer.