Changeset 27745 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 12, 2007, 10:48:27 PM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r27733 r27745 1 2007-11-12 Josh Aas <[email protected]> 2 3 Reviewed by Darin. 4 5 - http://bugs.webkit.org/show_bug.cgi?id=15946 6 add NPPValue NPPVpluginDrawingModel (Mozilla bug 403418 compat) 7 8 * bindings/npapi.h: 9 1 10 2007-11-12 Darin Adler <[email protected]> 2 11 -
trunk/JavaScriptCore/bindings/npapi.h
r25000 r27745 331 331 * NPN_MemAlloc() to allocate memory for the string data. 332 332 */ 333 NPPVformValue = 16 /* Not implemented in WebKit */ 333 NPPVformValue = 16, /* Not implemented in WebKit */ 334 #ifdef XP_MACOSX 335 /* Used for negotiating drawing models */ 336 NPPVpluginDrawingModel = 1000 337 #endif 334 338 } NPPVariable; 335 339
Note:
See TracChangeset
for help on using the changeset viewer.