<rdar://problem/
6173530> Add Mac support for -webkit-appearance: default-button
Reviewed by Adele Peterson.
* WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
* libWebKitSystemInterfaceLeopard.a: Updated.
* libWebKitSystemInterfaceTiger.a: Updated.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@35948
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-08-27 Timothy Hatcher <timothy@apple.com>
+
+ Adds the WKAdvanceDefaultButtonPulseAnimation function.
+
+ <rdar://problem/6173530> Add Mac support for -webkit-appearance: default-button
+
+ Reviewed by Adele Peterson.
+
+ * WebKitSystemInterface.h: Added WKAdvanceDefaultButtonPulseAnimation.
+ * libWebKitSystemInterfaceLeopard.a: Updated.
+ * libWebKitSystemInterfaceTiger.a: Updated.
+
2008-08-26 Adam Roben <aroben@apple.com>
Disable a truncation warning that is disabled/doesn't exist on Mac
unsigned WKGetNSAutoreleasePoolCount(void);
+void WKAdvanceDefaultButtonPulseAnimation(NSButtonCell *button);
+
NSString *WKMouseMovedNotification(void);
NSString *WKWindowWillOrderOnScreenNotification(void);
void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post);