summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-043-11/+56
* Add proxies for ImageData and Graphics2D. These don't build by themselves, thisbrettw@chromium.org2010-11-044-0/+548
* Fixing a stupid typo.dumi@chromium.org2010-11-041-1/+1
* Including <stdin.h> to hopefully fix a build error on the ChromeOS bots.dumi@chromium.org2010-11-041-0/+2
* Pepper's directory reader implementation + test.dumi@chromium.org2010-11-0415-213/+301
* Add proxies for Var deprecated and some additional tracking information. Thesebrettw@chromium.org2010-11-034-0/+679
* Remove serialized var file from previous check that shouldn't have been there.brettw@chromium.org2010-11-031-457/+0
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0321-0/+2293
* Revert previous accidental change to the gyp file.brettw@chromium.org2010-11-031-73/+0
* Revert PPAPI proxy change with too many files in it.brettw@chromium.org2010-11-0348-6325/+73
* Core PPAPI proxy files. This includes the dispatcher which is the control pointbrettw@chromium.org2010-11-0347-0/+6325