summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Don't copy the Graphics2D when binding a new one. This brings thebrettw@google.com2011-06-243-44/+85
* New documentation for ppb_graphics_2d.h, graphics_2d.h, and image_data.hjond@google.com2011-06-232-34/+299
* audio.h: Fixed path jond@google.com2011-06-234-6/+6
* Make scrollbar GetThickness take a resource argument. This allows simlperbrettw@chromium.org2011-06-239-3/+152
* Fix the ARM build. Apparently it's picky about the difference between NULLbrettw@chromium.org2011-06-221-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-2229-733/+1335
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-224-4/+4
* Coverity: Remove dead code in ppapi::AudioImpl::AudioImpl.thestig@chromium.org2011-06-221-4/+1
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-211-18/+34
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-212-61/+64
* Minor updates to IDL to match changes in PPAPI headers.noelallen@google.com2011-06-206-34/+70
* Trivial changes to IDL parser.noelallen@google.com2011-06-202-1/+5
* Uncomment PPAPI examples to prevent bit-rot.fischman@chromium.org2011-06-202-125/+164
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-1814-74/+318
* Update PPP_Printing_Dev to always make both versions of types available.dmichael@chromium.org2011-06-171-47/+101
* Convert the URL loading objects to the API/thunk system.brettw@chromium.org2011-06-1711-514/+429
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...bbudge@chromium.org2011-06-162-3/+20
* Remove GetSelectedText. This is never called. It was leftover from before webrettw@chromium.org2011-06-162-6/+0
* Make the exception for ExecuteScript a regular Var instead of a VarPrivate.brettw@chromium.org2011-06-162-3/+2
* Remove msvs_guids from ipc, media, net, ppapi, printing, sandbox,tony@chromium.org2011-06-163-11/+0
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-1533-483/+1026
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-1520-241/+507
* Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ...brettw@google.com2011-06-153-147/+311
* ppapi: Fix the copy constructor for pp::Buffer_Dev.thestig@chromium.org2011-06-152-8/+20
* Modify PPAPI GLES2 example to be an example of VideoDecode_Dev APIvrk@google.com2011-06-154-76/+12950
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-22/+3
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-143-7/+24
* Add missing include for ppb_flash_file.hyzshen@chromium.org2011-06-141-0/+1
* Remove incorrect comments from the audio config headers.elijahtaylor@google.com2011-06-132-5/+1
* Delete deserializer in synthesized message to avoid leakfischman@chromium.org2011-06-131-3/+3
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-109-79/+218
* This guarantees that the underlying PP_Var is all initialized. There was a r...dspringer@chromium.org2011-06-101-2/+2
* PPAPI: Update the C++ PPP_Printing_Dev wrapper.thestig@chromium.org2011-06-103-4/+16
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-109-218/+79
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-109-79/+218
* Implement out-of-process proxy for PPB_Buffer_Dev.fischman@chromium.org2011-06-1015-38/+182
* New documentation for resource.h, core.h, and common.hjond@google.com2011-06-093-34/+120
* Remove rendundant use of product_name in gyp files.evan@chromium.org2011-06-091-2/+0
* Proxy PPB_Var, fix o-o-p string var id tracking.dmichael@chromium.org2011-06-0813-70/+518
* roll clang 131935:132017thakis@chromium.org2011-06-082-2/+2
* New documentation for rect.h and size.hjond@google.com2011-06-072-27/+244
* Make PPAPI tests call the destructor for TestCase. TestingInstance constructs...bbudge@google.com2011-06-072-1/+7
* New documentation for audio.h and audio_config.hjond@google.com2011-06-072-23/+113
* Fix 'C' header generationnoelallen@google.com2011-06-074-57/+133
* Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...polina@google.com2011-06-068-62/+93
* Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...thakis@chromium.org2011-06-048-93/+62
* PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don'tpolina@google.com2011-06-048-62/+93
* Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).vmr@chromium.org2011-06-033-50/+60
* Fix a bug in the Broker proxy thunk that breaks the Connect callback when run...ddorwin@chromium.org2011-06-021-2/+2
* Fixed handling of a non-NULL attrib_list in PPB_Surface3D Proxy's Create().ddorwin@chromium.org2011-06-021-5/+8