summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Even more virtual method deinlining.erg@google.com2010-12-134-7/+10
* Add compile assertions to enforce the sizes of all structs and enums in the C...dmichael@google.com2010-12-1342-114/+402
* Add a separate cookie for the start of a PPAPI test to help reduce testbrettw@chromium.org2010-12-101-1/+3
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-098-4/+22
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-083-539/+525
* Implement proxying GetModuleLocalDirContents in the Flash proxy.brettw@chromium.org2010-12-081-3/+34
* Convert over to channel handlesdmaclach@chromium.org2010-12-082-3/+3
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-1/+1
* Teach PPAPI proxy to share image memory on Mac OS Xabarth@chromium.org2010-12-087-76/+159
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-083-2/+20
* Fix a bug in pp:Var (var.cc) where DebugString could throw an exception on Wi...bbudge@google.com2010-12-071-11/+20
* Move more code from headers to implementation.erg@google.com2010-12-076-2/+42
* Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...brettw@chromium.org2010-12-073-20/+2
* Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causesbrettw@chromium.org2010-12-073-2/+20
* 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