Commit 21695353 authored by andersca@apple.com's avatar andersca@apple.com

Add new enums to npapi.h

https://bugs.webkit.org/show_bug.cgi?id=66608

Reviewed by Sam Weinig.

* bridge/npapi.h:


git-svn-id: svn://svn.chromium.org/blink/trunk@93453 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 60885077
2011-08-19 Anders Carlsson <andersca@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 <jpfau@apple.com>
libxml2 fragment parser loses prefix namespaces
......@@ -431,6 +431,10 @@ typedef enum {
, 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment