Changeset 20867 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Apr 12, 2007, 9:32:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r20836 r20867 1 2007-04-12 Deneb Meketa <[email protected]> 2 3 Reviewed by Darin Adler. 4 5 http://bugs.webkit.org/show_bug.cgi?id=13029 6 rdar://problem/4994849 7 Bug 13029: Permit NPAPI plug-ins to see HTTP response headers. 8 This doesn't actually change JavaScriptCore, but that's where npapi.h is. 9 10 * bindings/npapi.h: 11 Add headers member to NPStream struct. Also increase NP_VERSION_MINOR to 18. 12 Increasing to >= 17 allows plug-ins to safely detect whether to look for 13 NPStream::headers. Increasing from 17 to 18 reflects presence of NPObject 14 enumeration, which was added in a prior patch, and which has been agreed to 15 constitute version 18 by the plugin-futures list. Also add other missing 16 bits of npapi.h to catch up from 14 to 18. This includes features that are 17 not implemented in WebKit, but those are safely stubbed. 18 1 19 2007-04-10 Geoffrey Garen <[email protected]> 2 20
Note:
See TracChangeset
for help on using the changeset viewer.