summaryrefslogtreecommitdiffstats
path: root/ppapi/tests
Commit message (Expand)AuthorAgeFilesLines
* Try to reduce the flankness of the PPAPI UI tests.brettw@chromium.org2011-08-252-2/+42
* Cleanup in the file chooser API.brettw@chromium.org2011-08-202-2/+0
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Adding checks against directory traversal.sanga@chromium.org2011-08-172-1/+34
* Adding guards against heap overflow in PPB_FileIO::Readsanga@chromium.org2011-08-171-1/+9
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-172-0/+128
* Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...jam@chromium.org2011-08-102-0/+6
* Unify var tracking between webkit and the proxy.brettw@chromium.org2011-08-091-70/+62
* Fix some egregious bugs in Var.brettw@chromium.org2011-08-051-0/+7
* Proxy PPP_Messaging.dmichael@chromium.org2011-08-031-0/+5
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-031-1/+1
* Pepper quota supportkinuko@chromium.org2011-08-012-0/+89
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-303-0/+88
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-294-18/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+3
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-212-0/+44
* Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc...bbudge@chromium.org2011-07-202-0/+27
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-191-5/+4
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-192-6/+16
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-192-2/+2
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-191-0/+1
* Remove common.h from the build. This only included the bool converters whichbrettw@chromium.org2011-07-192-2/+0
* Revert 92885 - Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-1/+0
* Completed the implementation for PPB_Graphics3D interface.alokp@chromium.org2011-07-181-0/+1
* Removing support dev file interfaces.sanga@chromium.org2011-07-171-1/+1
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-2/+6
* Clean up the file dev interfaces. The combination of some dev and some nonbrettw@chromium.org2011-07-153-50/+50
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-141-7/+10
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-132-2/+2
* Support overlapped calls of FileIO::{Read,Write}.yzshen@chromium.org2011-07-132-3/+259
* Updating the C++ PPAPI to use non-dev File interfaces.sanga@chromium.org2011-07-133-73/+73
* Make pp::CompletionCallback have a default constructor (which blocks),jvoung@google.com2011-07-131-1/+1
* Fix some uses of PPBoolToBool and BoolToPPBool that I either missed in thebrettw@chromium.org2011-07-121-2/+2
* Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...bbudge@google.com2011-07-111-9/+9
* Fix resolution of GetTimeTicks.dmichael@chromium.org2011-07-112-0/+94
* Reland http://codereview.chromium.org/7312008/dmichael@chromium.org2011-07-0810-37/+151
* Revert 91859 - Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-089-146/+36
* Porting ppapi_tests framework to postMessage.dmichael@chromium.org2011-07-089-36/+146
* Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...sanga@chromium.org2011-07-073-20/+19
* Add interfaces for requesting and receiving input event resources.brettw@chromium.org2011-07-071-0/+2
* Add PPB_Memory_Dev to the proxy.dspringer@chromium.org2011-07-061-14/+6
* Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc anddspringer@chromium.org2011-07-054-0/+90
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-0/+1
* Add a flag field to PP_CompletionCallback to control if the callback shouldpolina@google.com2011-06-3013-103/+337
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-1/+0
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-0/+1
* Remove files that were shuffled to the NaCl repo for less chrome/nacl depende...elijahtaylor@google.com2011-06-272-76/+0
* Move the video decoder and video layer to the new API/thunk system.brettw@chromium.org2011-06-181-1/+0
* Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...bbudge@chromium.org2011-06-162-3/+20
* Add proper support for copy-constructed pp::Buffer_Dev's.fischman@chromium.org2011-06-141-0/+11