| Commit message (Expand) | Author | Age | Files | Lines |
* | Make 'License' field in third-party metadata required | steveblock@chromium.org | 2012-08-01 | 1 | -0/+1 |
* | Enforce all the source files to be encoded in UTF-8. | maruel@chromium.org | 2012-07-19 | 2 | -1/+5 |
* | Implement NPNVsupportsCompositingCoreAnimationPluginsBool | stuartmorgan@chromium.org | 2011-12-07 | 4 | -11/+15 |
* | Remove the comments setting emands and vim tab width and expansion variables. | tony@chromium.org | 2011-07-11 | 1 | -6/+0 |
* | Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u... | tony@chromium.org | 2011-05-23 | 1 | -1/+1 |
* | Update NPAPI headers to latest npapi-sdk | stuartmorgan@chromium.org | 2011-05-17 | 3 | -32/+6 |
* | Create an owners file for the NPAPI bindings directory | stuartmorgan@chromium.org | 2011-04-21 | 1 | -0/+1 |
* | Cleaning up third_party readmes and adding a template for future use. | cdn@chromium.org | 2011-03-16 | 1 | -1/+3 |
* | Pull in r34 of the upstream NPAPI headers (Updated Cocoa IME) | stuartmorgan@chromium.org | 2011-01-20 | 1 | -0/+2 |
* | Update NPAPI headers to r32 from the upstream npapi-headers repository | stuartmorgan@chromium.org | 2011-01-08 | 3 | -4/+24 |
* | Sync to r31 of npapi-headers | stuartmorgan@chromium.org | 2010-11-15 | 2 | -9/+38 |
* | PyAuto hooks for Sync in TestingAutomationProvider | rsimha@chromium.org | 2010-11-03 | 1 | -0/+4 |
* | Linux: make tools/licenses.py happy about third_party/npapi | phajdan.jr@chromium.org | 2010-09-16 | 2 | -0/+34 |
* | Chrome side of making RenderView not special case PluginDocument and making t... | jam@chromium.org | 2010-07-08 | 1 | -2/+4 |
* | Added support for vector printing for Pepper v1 plugins for Linux. | sanjeevr@chromium.org | 2010-06-29 | 1 | -5/+14 |
* | Allow quering Pepper plugin for selected text for the context menu. Also tak... | jam@chromium.org | 2010-06-29 | 1 | -11/+19 |
* | Added support for vector printing for Pepper v1 plugins for Windows. Mac and ... | sanjeevr@chromium.org | 2010-06-24 | 1 | -0/+8 |
* | Remove extra ',' at the end of an enum list which fails to compile in C with | msneck@google.com | 2010-06-23 | 1 | -1/+1 |
* | Add a font API to Pepper and implement on Linux based on agl's code from http... | jam@chromium.org | 2010-06-11 | 1 | -0/+79 |
* | Fix more type issues from the npapi.h tranisition to *_t types | stuartmorgan@chromium.org | 2010-06-04 | 2 | -19/+2 |
* | Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins | stuartmorgan@chromium.org | 2010-06-03 | 1 | -1/+3 |
* | Fix a bunch more type changes as part of the npapi.h merging | stuartmorgan@chromium.org | 2010-06-02 | 2 | -75/+65 |
* | Add a "Copy" API to Pepper, so that plugins don't have to hardcode the platfo... | jam@chromium.org | 2010-05-27 | 1 | -0/+5 |
* | Add a SetCursor API to Pepper. I'll implement custom cursors once we switche... | jam@chromium.org | 2010-05-24 | 1 | -0/+51 |
* | fix cast so it works in c | nfullagar@google.com | 2010-05-19 | 1 | -2/+2 |
* | don't include nptypes.h for native client | nfullagar@google.com | 2010-05-18 | 1 | -2/+4 |
* | add temp typedefs so we can bump DEPS in NaCl | nfullagar@google.com | 2010-05-18 | 1 | -0/+20 |
* | GYP changes for FreeBSD and OpenBSD | pvalchev@google.com | 2010-05-14 | 1 | -1/+1 |
* | remove last comma from enum lists (required to build on NaCl with stricter co... | nfullagar@google.com | 2010-05-14 | 1 | -5/+5 |
* | More changes to sync npapi.h to the upstream npapi-headers version. | stuartmorgan@chromium.org | 2010-05-13 | 1 | -67/+62 |
* | Update the Pepper scrollbar widget to use the new WebKit Scrollbar interface. | jam@chromium.org | 2010-05-12 | 1 | -4/+12 |
* | Change npapi.h header guard to match npapi-headers version | stuartmorgan@chromium.org | 2010-05-11 | 1 | -3/+3 |
* | Add more OS/2 defines to npapi.h | stuartmorgan@chromium.org | 2010-05-11 | 1 | -0/+43 |
* | Add Symbian defines to npapi.h to match upstream changes | stuartmorgan@chromium.org | 2010-05-10 | 1 | -8/+16 |
* | Switch to using npfunctions.h from npapi-headers for NPAPI declarations | stuartmorgan@chromium.org | 2010-05-10 | 3 | -289/+227 |
* | Add parameters to CreateWidget Pepper API so we can specify whether a scrollb... | jam@chromium.org | 2010-05-07 | 1 | -3/+8 |
* | Remove the obsolete JRI bits from the NPAPI headers | stuartmorgan@chromium.org | 2010-05-07 | 2 | -14/+1 |
* | Add new widget API to Pepper to replace the old theming API. The implementat... | jam@chromium.org | 2010-05-07 | 1 | -184/+222 |
* | Bring npapi.h closer to the npapi-headers project version | stuartmorgan@chromium.org | 2010-05-06 | 1 | -87/+100 |
* | Eliminate non-functional differences between our NPAPI headers and the npapi-... | stuartmorgan@chromium.org | 2010-05-05 | 2 | -427/+408 |
* | Move NPAPI to C99 types | stuartmorgan@chromium.org | 2010-05-05 | 6 | -113/+185 |
* | New experimental Pepper device API. | apatrick@chromium.org | 2010-04-16 | 1 | -0/+218 |
* | Remove trailing comma to make enum compile for native client | nfullagar@google.com | 2010-04-14 | 1 | -1/+1 |
* | Extend the file browser/chooser to support more modes of operation, and plumb | brettw@chromium.org | 2010-03-30 | 1 | -0/+59 |
* | Add zooming notifications to Pepper. This allows the plugin to respond to fu... | jam@chromium.org | 2010-03-26 | 1 | -0/+6 |
* | Chrome side of adding search support to Pepper. | jam@chromium.org | 2010-03-25 | 1 | -17/+62 |
* | Fixed the Pepper print interface to take in the print dimensions and printer ... | sanjeevr@chromium.org | 2010-03-12 | 1 | -11/+6 |
* | Added functions to the Pepper interface to allow plugins to participate in th... | sanjeevr@chromium.org | 2010-03-11 | 1 | -1/+57 |
* | Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff. | dspringer@google.com | 2010-03-09 | 1 | -3/+5 |
* | Add theming API to Pepper. For now, this only handles scrollbars. | jam@chromium.org | 2010-03-08 | 1 | -0/+52 |