summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Workarround so that the example plugin does not crashcpu@chromium.org2011-05-121-0/+2
* Don't send ReleaseResource notifications to the browser for fonts. They havebrettw@chromium.org2011-05-111-2/+4
* Update VideoDecode PPAPI structs to be consistent with media structures, part 1vrk@google.com2011-05-105-178/+96
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-1034-494/+705
* Keep a reference to the module when handling PPB_Flash::Navigatepiman@google.com2011-05-103-8/+12
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-102-14/+14
* Fix ppapi proxycpu@chromium.org2011-05-092-4/+9
* Implementation of Flush() in ppb_graphics_2d_thunk.cc returns PP_ERROR_BADARG...bbudge@google.com2011-05-091-1/+1
* ppapi: remove accidental #include of a .cc fileevan@chromium.org2011-05-091-1/+0
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0628-368/+1056
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-062-14/+14
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-062-14/+14
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-052-14/+14
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-052-14/+14
* Move crypto_helpers from sync to cryptoqsr@google.com2011-05-051-8/+1
* Pass fullscreen state along with DidChangeView to avoid sync messagespiman@google.com2011-05-046-26/+27
* IDL cleanup, added AST node, namespace, StageResultnoelallen@google.com2011-05-045-48/+264
* Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...ddorwin@chromium.org2011-05-042-1/+36
* Properly set the testing_interface_ member. Previously this was not beingbrettw@chromium.org2011-05-0410-50/+26
* Fixes the shared memory failure in OOO mode for the pepper example plugincpu@chromium.org2011-05-041-5/+16
* Instrument Pepper IPCs with the tracing stuffpiman@google.com2011-05-032-0/+14
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-035-2/+99
* IDL cleanup, added IDLOutFilenoelallen@google.com2011-05-031-0/+115
* Protect against a NULL dispatcherpiman@google.com2011-05-021-12/+18
* Make FSP work for peppercpu@chromium.org2011-05-021-3/+26
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-024-13/+11
* Implement PseudoTCP support in P2P Transport Pepper API.sergeyu@chromium.org2011-05-024-22/+100
* Review URL: http://codereview.chromium.org/6893138jond@google.com2011-05-022-6/+5
* Add UMA private PPAPI interface for UMA logging from NaCl pluginelijahtaylor@google.com2011-04-295-0/+135
* Clarify PREMUL suffix in description of image data formats.nfullagar@google.com2011-04-291-1/+19
* Review URL: http://codereview.chromium.org/6883277jond@google.com2011-04-293-6/+6
* Added removefilesCPP.sh to remove all unneeded html files generated by Doxyge...jond@google.com2011-04-292-18/+36
* Pepper video layer APIhclam@chromium.org2011-04-294-1/+194
* Adding file to delete unused Doxygen files. jond@google.com2011-04-291-0/+41
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-284-14/+48
* We now have documentation directories specific to c and cpp (under these two ...jond@google.com2011-04-289-2050/+0
* Removing a couple unused filesjond@google.com2011-04-282-32/+0
* Minor fixes to enable manual running of all PPAPI tests ("Run all tests"cstefansen@google.com2011-04-286-34/+44
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-281-0/+1
* Add version-specific defines for each C interface.brettw@chromium.org2011-04-2740-40/+86
* Trailing commas in PPB_PDF enums cause compile errors in Native Client toolch...bbudge@google.com2011-04-271-2/+2
* Base: Adjust dependencies to build with base.dllrvargas@google.com2011-04-261-1/+4
* IDL Cleanup - add logger, and nodenoelallen@google.com2011-04-264-134/+248
* Revert Pepper Key event "USB code" CL.wez@chromium.org2011-04-263-36/+4
* Fix uninitialized variable.piman@google.com2011-04-261-1/+2
* Delete a few unused functions.thakis@chromium.org2011-04-252-14/+0
* Delay release of object Varspiman@google.com2011-04-222-6/+37
* Actually hook up the Pepper time message.brettw@chromium.org2011-04-221-0/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-214-17/+31
* Pepper: Enable custom content-transfer-encoding header to be set in URL reque...viettrungluu@chromium.org2011-04-212-23/+45