Title: [93453] trunk/Source/WebCore
Revision
93453
Author
ander...@apple.com
Date
2011-08-19 16:45:08 -0700 (Fri, 19 Aug 2011)

Log Message

Add new enums to npapi.h
https://bugs.webkit.org/show_bug.cgi?id=66608

Reviewed by Sam Weinig.

* bridge/npapi.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (93452 => 93453)


--- trunk/Source/WebCore/ChangeLog	2011-08-19 23:37:05 UTC (rev 93452)
+++ trunk/Source/WebCore/ChangeLog	2011-08-19 23:45:08 UTC (rev 93453)
@@ -1,3 +1,12 @@
+2011-08-19  Anders Carlsson  <ander...@apple.com>
+
+        Add new enums to npapi.h
+        https://bugs.webkit.org/show_bug.cgi?id=66608
+
+        Reviewed by Sam Weinig.
+
+        * bridge/npapi.h:
+
 2011-08-19  Jeffrey Pfau  <jp...@apple.com>
 
         libxml2 fragment parser loses prefix namespaces

Modified: trunk/Source/WebCore/bridge/npapi.h (93452 => 93453)


--- trunk/Source/WebCore/bridge/npapi.h	2011-08-19 23:37:05 UTC (rev 93452)
+++ trunk/Source/WebCore/bridge/npapi.h	2011-08-19 23:45:08 UTC (rev 93453)
@@ -431,6 +431,10 @@
   , NPNVsupportsCarbonBool = 3000 /* TRUE if the browser supports the Carbon event model */
 #endif
   , NPNVsupportsCocoaBool = 3001 /* TRUE if the browser supports the Cocoa event model */
+  , NPNVsupportsUpdatedCocoaTextInputBool = 3002 /* TRUE if the browser supports the updated
+                                                    Cocoa text input specification. */
+  , NPNVsupportsCompositingCoreAnimationPluginsBool = 74656 /* TRUE if the browser supports
+                                                               CA model compositing */
 #endif /* XP_MACOSX */
 #if defined(MOZ_PLATFORM_MAEMO) && (MOZ_PLATFORM_MAEMO >= 5)
   , NPNVSupportsWindowlessLocal = 2002
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to