| Commit message (Expand) | Author | Age | Files | Lines |
* | I just put the code that does not compile on ARM. Trybots will fail because I... | apatrick@chromium.org | 2010-02-24 | 1 | -0/+10 |
* | Move nphostapi.h to be with the rest of the NPAPI headers. | jam@chromium.org | 2010-02-24 | 1 | -0/+325 |
* | Missed OpenBSD ifdef in third_party | pvalchev@google.com | 2010-02-23 | 1 | -1/+1 |
* | Revert 39530 - GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -10/+0 |
* | GPU plugin forwards repaint events to Pepper plugin. | apatrick@chromium.org | 2010-02-20 | 1 | -0/+10 |
* | solaris: minor ifdefs | evan@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Fix some issues with compiling Mac plugin code with deprecation defines set | stuartmorgan@chromium.org | 2010-02-16 | 1 | -0/+2 |
* | base::SharedMemory does not set the size in other than the creating | sehr@google.com | 2010-02-10 | 1 | -1/+4 |
* | Audio support for native client requires some additional features | sehr@google.com | 2010-02-09 | 2 | -1/+5 |
* | Implemented async flushes for Pepper 3D. | apatrick@chromium.org | 2010-02-09 | 1 | -0/+10 |
* | Added support for lost context recovery on the client side. None of our servi... | apatrick@chromium.org | 2010-02-03 | 1 | -0/+15 |
* | To implement Pepper in Native Client we need access to the implementation of the | sehr@google.com | 2010-02-03 | 2 | -2/+20 |
* | Remove yet another comma that gets in the way of the NaCl build. | sehr@google.com | 2010-02-02 | 1 | -1/+1 |
* | Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,... | apatrick@chromium.org | 2010-02-01 | 1 | -3/+12 |
* | Redesigned CommandBuffer and NPDevice3D interfaces. | apatrick@chromium.org | 2010-01-29 | 1 | -14/+6 |
* | Refactor Pepper device API | neb@chromium.org | 2010-01-25 | 1 | -3/+2 |
* | Working rudimentary audio in Pepper. | brettw@chromium.org | 2010-01-12 | 1 | -0/+85 |
* | Clarify the byte ordering and premultiplied-ness of the Pepper 2D data. | brettw@chromium.org | 2010-01-11 | 1 | -0/+15 |
* | Removed trailing comma in enum to fix nacl build. | apatrick@google.com | 2009-12-23 | 1 | -1/+1 |
* | Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma... | apatrick@google.com | 2009-12-22 | 1 | -2/+53 |
* | The union and first level nested struct were vestiges of the previous | sehr@google.com | 2009-12-11 | 1 | -18/+16 |
* | Stray , at the end of one of the enums causes a fail with pedantic | sehr@google.com | 2009-12-09 | 1 | -1/+1 |
* | Refactor the pepper API implementation to make it more scalable as we add more | brettw@chromium.org | 2009-12-07 | 1 | -5/+13 |
* | Update the Pepper APIs to the latest spec for the 2D demo plugin. | brettw@chromium.org | 2009-12-01 | 2 | -7/+231 |
* | One more nit discovered by the NaCl build's higher warning level. | sehr@google.com | 2009-11-03 | 1 | -1/+1 |
* | A few small changes to make npapi header files useful in the | sehr@google.com | 2009-11-02 | 2 | -7/+9 |
* | To facilitate apatrick's work on the 3D renderer for Pepper, | sehr@google.com | 2009-10-31 | 1 | -154/+1 |
* | Make Pepper NPN variable return a pointer to an allocated | sehr@google.com | 2009-10-27 | 1 | -31/+43 |
* | Implemented NPN_ScheduleTimer and NPN_UnscheduleTimer. | apatrick@google.com | 2009-10-26 | 1 | -1/+1 |
* | Moved Pepper delegate definition to chrome\renderer to allow it to use | sehr@google.com | 2009-10-17 | 1 | -0/+4 |
* | Hooked up the WebInputEvent data structure to the webplugin_delegate | sehr@google.com | 2009-10-14 | 1 | -2/+2 |
* | First version of pepper api implementation: | sehr@google.com | 2009-10-12 | 1 | -0/+144 |
* | Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge... | jam@chromium.org | 2009-10-07 | 1 | -1/+1 |
* | Update NPAPI header file to v24, apply Google modifications | amanda@chromium.org | 2009-09-18 | 1 | -249/+368 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -1/+1 |
* | Undo the hacks I landed in r21011, r21012, restoring napi.h to its original f... | eroman@chromium.org | 2009-07-18 | 1 | -30/+1 |
* | Fix build break on mac. | eroman@chromium.org | 2009-07-17 | 1 | -1/+1 |
* | Add some definitions to npapi/bindings/npapi.h. | eroman@chromium.org | 2009-07-17 | 1 | -1/+30 |
* | Add events to windowless plugins on linux. This CL also refactors the event | evan@chromium.org | 2009-05-22 | 2 | -10/+78 |
* | Expose whether we're in private browsing mode to plugins.I chose to implement... | jam@chromium.org | 2009-03-26 | 1 | -1/+3 |
* | #define XP_UNIX and XP_MACOSX for NPAPI as was done for Linux in r9170. | mark@chromium.org | 2009-02-18 | 1 | -2/+6 |
* | Get windowed plugins (Flash) limping along on Linux. | evan@chromium.org | 2009-02-04 | 1 | -0/+7 |
* | Stub out NPN_Construct. | estade@chromium.org | 2009-01-08 | 1 | -3/+9 |
* | Get the test plugin compiling and working for the Mac. | avi@google.com | 2008-12-03 | 1 | -0/+1 |
* | Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is | ananta@chromium.org | 2008-10-09 | 1 | -0/+17 |
* | Revert r3074 due to Mac build bustage | mark@chromium.org | 2008-10-09 | 1 | -16/+0 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which | ananta@chromium.org | 2008-10-08 | 1 | -0/+16 |
* | Revert r2927 and r2930, which were themselves reversions of prior changelists. | pkasting@chromium.org | 2008-10-07 | 1 | -0/+8 |
* | Roolback more in an attempt to get build compling. | ojan@google.com | 2008-10-07 | 1 | -8/+0 |
* | Add an Apple-ism (not present in Mozilla's version of NPAPI.h, but seemingly ... | pkasting@chromium.org | 2008-10-07 | 1 | -0/+8 |