summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add progress events for DSO downloads required on startup. Modify the NaClbbudge@chromium.org2011-10-264-60/+110
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-262-0/+3
* Fix the issue that PPB_FileRef don't handle all host->plugin messages.yzshen@chromium.org2011-10-261-0/+3
* Zero-fill some SRPC padding.eugenis@google.com2011-10-262-0/+2
* PPAPI NaCl Proxy: optimize PPB_Fullscreen::IsFullscreen.polina@google.com2011-10-2516-95/+47
* Disable a PPAPI crash test under Valgrind.eugenis@google.com2011-10-251-1/+3
* Fix a trivial typo (width and height are swapped)toyoshim@chromium.org2011-10-251-1/+1
* Fix a regression in Canary which caused flash to not render.ananta@chromium.org2011-10-251-0/+2
* New and updated documentation.jond@google.com2011-10-242-82/+118
* gcc 4.6.1 -Wall -Werror fix.bsy@google.com2011-10-241-0/+1
* Clone of http://codereview.chromium.org/8372020/bradnelson@google.com2011-10-241-0/+3
* Fix warning in release mode.brettw@chromium.org2011-10-221-0/+1
* Convert the flash clipboard API to thunk system.brettw@chromium.org2011-10-2212-91/+271
* Convert the Flash interfaces to no longer use GetInfo.brettw@chromium.org2011-10-2216-145/+70
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-2118-331/+434
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-2118-434/+331
* Remove the proxy callback tracker.brettw@chromium.org2011-10-2118-331/+434
* NaCl PPAPI Fullscreen: Add 2D painting to the test.polina@google.com2011-10-211-26/+54
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-2081-377/+371
* Remove TrackerBase.brettw@chromium.org2011-10-2016-149/+52
* Fix NaCl download progress events for zipped Nexes.bbudge@google.com2011-10-201-3/+4
* native_client/tests/ppapi_test_lib: factor out helper functionality from thepolina@google.com2011-10-204-108/+145
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-2041-174/+336
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-2016-287/+0
* gcc 4.6 fixes for ppapi so that these will build nacl-side. testedbsy@google.com2011-10-203-8/+8
* Remove stale references to private NaCl copy of PPAPInoelallen@google.com2011-10-195-26/+15
* ppapi_test_lib: Update all stable interface getters to CHECK for theirpolina@google.com2011-10-191-5/+15
* Fix a bug in the NaCl proxy for PPP_Find_Dev. The search term length doesn't ...bbudge@chromium.org2011-10-191-1/+1
* Replace sizeof with strlen in ppapi/tests/test_file_io.cckinuko@chromium.org2011-10-191-2/+2
* Revert 106142 - Add a new globals object for PPAPI tracking information.sail@chromium.org2011-10-1841-332/+173
* Add a new globals object for PPAPI tracking information.brettw@chromium.org2011-10-1841-173/+332
* Packaged (CRX) extensions shouldn't be able to get 'dev' interfaces in NaCl.B...bbudge@google.com2011-10-187-103/+18
* Disable building ppapi_geturl for PNaCl GlibC.pdox@google.com2011-10-181-0/+4
* Fix the PPAPI unittests by hooking up the new proxy function.brettw@chromium.org2011-10-171-7/+11
* Fix crash in PPB_FileChooser_Dev proxy.bbudge@google.com2011-10-171-2/+2
* ppb_fullscreen: update the comments that got out of date when this patchpolina@google.com2011-10-172-15/+11
* Move PPB/PPP_MouseLock out of dev/.yzshen@chromium.org2011-10-1636-131/+126
* Mac implementation of mouse lock in render widget host view.scheib@chromium.org2011-10-151-33/+33
* PPAPI Fullscreen: move out of Dev.polina@google.com2011-10-1426-60/+247
* PPAPI Fullscreen: update ppapi_test to match the behavior afterpolina@google.com2011-10-141-2/+2
* PPAPI Fullscreen: remove redundant code errouneously inherited frompolina@google.com2011-10-142-15/+11
* update to use ALLOW_THIS_IN_INITIALIZER_LIST.bsy@google.com2011-10-141-2/+4
* PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...polina@google.com2011-10-144-35/+29
* Pepper: Add a C++ wrapper for the trusted file chooser.viettrungluu@chromium.org2011-10-134-3/+98
* Proxy PPB_FileChooserTrusted for Flash.bbudge@google.com2011-10-133-1/+24
* Take the size of an array instead of pointer for string comparison.dmichael@chromium.org2011-10-131-2/+2
* Fix build error while building with 'make' (Complete build).qtc746@motorola.com2011-10-131-1/+1
* Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...bbudge@chromium.org2011-10-139-20/+104
* Move 'SaveAs' functionality from PPB_FileChooser_Dev to PPB_FileChooser_Trust...bbudge@google.com2011-10-125-57/+57
* Fix for checkdeps.kinaba@chromium.org2011-10-121-11/+25