summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced when moving image_data to its own file.brettw@chromium.org2011-01-031-1/+0
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-309-42/+10
* Move some misc thread-related stuff from base to base/thread and into the basebrettw@chromium.org2010-12-302-2/+2
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-2811-25/+218
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-2445-55/+122
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-2312-179/+519
* Implement operator= for FontDev (it currently gives errors if you try to usebrettw@chromium.org2010-12-222-1/+8
* Fix comment on trusted File IO method to indicate that HANDLE is returned on ...bbudge@google.com2010-12-221-4/+5
* Improve documentation for the tools for generating size checks, based on comm...dmichael@google.com2010-12-223-89/+220
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-2110-1114/+555
* Properly cancel PPAPI callbacks.viettrungluu@chromium.org2010-12-214-47/+217
* Remove static initializers.neb@chromium.org2010-12-2034-531/+546
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-2066-353/+421
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-1848-58/+65
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-172-4/+4
* Add LaunchSelLdr and UrandomFD to PPAPIabarth@chromium.org2010-12-171-1/+13
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-172-0/+20
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-173-13/+6
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-173-6/+13
* Remove CrOS hack from ppapi.gyp that made the include directories work. Thisbrettw@chromium.org2010-12-171-4/+0
* Another attempt at landing:dmichael@google.com2010-12-166-0/+754
* Move the Pepper implementation from webkit/glue/plugins/pepper_* tobrettw@chromium.org2010-12-167-35/+35
* Added native EGL types for pepper platform.alokp@chromium.org2010-12-151-33/+4
* Resource width 64->32 change.neb@chromium.org2010-12-1548-65/+58
* Added a stub gles2 implementation.alokp@chromium.org2010-12-155-17/+607
* Revert 69187, http://codereview.chromium.org/5730003/. DEPS check failed due...dmichael@google.com2010-12-145-748/+0
* Add the following Clang plugins:dmichael@google.com2010-12-145-0/+748
* Added a stub driver implementation for Mesa EGL.alokp@chromium.org2010-12-1410-0/+2731
* 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