summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Implement PPAPI proxy shutdown.brettw@chromium.org2010-12-034-4/+18
* Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapperbrettw@chromium.org2010-12-034-39/+19
* Make the DrawGlyphs call have the proper const arguments, and make the proxiedbrettw@chromium.org2010-12-023-10/+18
* Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts usingbrettw@chromium.org2010-12-026-6/+88
* Add a base class for objects that want to filter messages on the IO thread. ...jam@chromium.org2010-12-021-1/+1
* Remove all the swap() stuff in the PPAPI C++ wrappers.brettw@google.com2010-12-0220-109/+26
* Implement audio proxy for Pepper.brettw@chromium.org2010-12-0220-15/+847
* Fix out of date comment.brettw@chromium.org2010-12-021-1/+1
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-0211-40/+45
* Cleanupnfullagar@google.com2010-11-301-15/+23
* changes for proxy audionfullagar@google.com2010-11-252-24/+38
* - Add a script which:dmichael@google.com2010-11-196-166/+185
* Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ...dmichael@google.com2010-11-194-30/+86
* Remove pp::Var(int) garianov@google.com2010-11-192-7/+0
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-14/+0
* Make the GetName() comment more clear.dumi@chromium.org2010-11-181-1/+4
* Update cmd buffer script to reflect ppapi reorg.neb@chromium.org2010-11-171-0/+2
* Update some comments.dumi@chromium.org2010-11-172-3/+11
* Change FileRef::GetName() to return the name of the file even fordumi@chromium.org2010-11-171-2/+2
* Kill a #if 0 section as discussed in the meeting.dumi@chromium.org2010-11-171-9/+0
* A second attempt at forcing 8-byte alignment of the time stamp.dmichael@google.com2010-11-172-8/+6
* Run Pepper unit tests in Native Clientgarianov@google.com2010-11-167-15/+81
* Fix some bugs in paint manager. Some of the class members were not gettingbrettw@chromium.org2010-11-141-3/+7
* Implement DrawGlyphs and refactor the FontDescription serialization suchbrettw@chromium.org2010-11-147-132/+223
* Force 8-byte alignment in PP_InputEvent. Rev PPP_Instance interface to 0.3 b...dmichael@google.com2010-11-123-4/+40
* Add a blank line to force this file to be recompiled on Mac on the bots.brettw@chromium.org2010-11-121-0/+1
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-129-63/+197
* Add proxies for some of the PDF & Flash functionality. There are still a fewbrettw@chromium.org2010-11-1216-2/+1034
* Re-land previous change r65856. Add implementations for Fullscreen and Cursor...brettw@chromium.org2010-11-128-0/+344
* Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces.brettw@chromium.org2010-11-118-344/+0
* Add implementations for Fullscreen and CursorControl interfaces.brettw@chromium.org2010-11-118-0/+344
* Add support for proxying the font and char set interfaces.brettw@chromium.org2010-11-117-8/+638
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-1028-290/+245
* Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Whereverdmichael@google.com2010-11-103-0/+19
* Remove unused function.thakis@chromium.org2010-11-101-16/+0
* Fix clang build by removing redundant "const"brettw@chromium.org2010-11-101-2/+2
* Implement a new process type for running PPAPI plugins. The process itself isbrettw@chromium.org2010-11-108-10/+99
* Add forgotten file from previous PPAPI CL.brettw@chromium.org2010-11-091-1/+4
* Random updates for all added proxy interfaces I've done in the past week.brettw@chromium.org2010-11-0911-68/+342
* Change the private image data shared memory handle code to return a nativebrettw@chromium.org2010-11-091-2/+5
* * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...brettw@chromium.org2010-11-082-0/+33
* Convert Chrome PPAPI proxy from bool to PP_Bool.brettw@chromium.org2010-11-0817-94/+144
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-062-0/+12
* Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoaderbrettw@chromium.org2010-11-056-0/+534
* Var serialization-related proxy stuff. This allows vars to be sent over IPCbrettw@chromium.org2010-11-057-0/+1252
* Add proxies for core and class (for calling from WebKit to the plugin). Thesebrettw@chromium.org2010-11-054-0/+551
* Instance interface implementation. These don't build by themselves, this isbrettw@chromium.org2010-11-056-0/+944
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0574-507/+832
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-11/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-0/+11