summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: Add a test for crashes in the browser processmseaborn@chromium.org2013-01-094-51/+131
* NaCl: browser_tester: Don't call server_close() because it causes EBADFmseaborn@chromium.org2013-01-091-1/+7
* IPC: defend against excessive number of submenu entries in PPAPI message.cevans@chromium.org2013-01-081-0/+6
* PpapiHostMsg_PPBVar_ConvertType is unused. Remove.cevans@chromium.org2013-01-081-6/+0
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-072-5/+5
* Retry: Use --strip-debug on pnacl_irt_shim archive to reduce size of chrome b...jvoung@chromium.org2013-01-071-3/+3
* Revert 175233 because Linux ASAN builder cannot compile it.alexeypa@google.com2013-01-0410-250/+2
* Add trace event Pepper APIelijahtaylor@chromium.org2013-01-0410-2/+250
* Use an explicit PID for duplicating Pepper handles rather than the Channel's.brettw@chromium.org2013-01-0412-17/+49
* IDL: Remove trailing commans in generated thunk files.teravest@chromium.org2013-01-0313-28/+30
* PPAPI: Fix destructor ordering problem for main-thread message loopdmichael@chromium.org2013-01-032-6/+11
* Remove InstanceMessageFilterraymes@chromium.org2013-01-035-92/+1
* Move tracing component to src/componentskaiwang@chromium.org2012-12-285-7/+7
* Make ppapi compile on Win64jschuh@chromium.org2012-12-281-0/+3
* Remove the old PPB_Flash proxy.raymes@chromium.org2012-12-2612-156/+0
* Autogenerate thunk .cc files for PPB_Instance and PPB_Instance_Private.teravest@chromium.org2012-12-265-38/+72
* Ppapi: remove the code for closing pending user gesture.yzshen@chromium.org2012-12-226-47/+0
* Refactor Flash Print to the new pepper resource modelraymes@chromium.org2012-12-2110-73/+58
* Autogenerate thunk .cc file for PPB_Websocket.teravest@chromium.org2012-12-212-41/+60
* PPAPI: modify FileIO.Open to return PP_ERROR_NOTAFILE when opening a directorynhiroki@chromium.org2012-12-215-1/+46
* Nit: fix directory name in ppb_console_thunk.ccteravest@chromium.org2012-12-211-1/+1
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-211-0/+4
* Made the registration and deletion of transfer buffers async.apatrick@chromium.org2012-12-215-48/+31
* Convert pepper font list to new resource system.brettw@chromium.org2012-12-2011-30/+136
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-1911-276/+161
* Update the comments for PPB_MouseLock.yzshen@chromium.org2012-12-193-7/+4
* idl_c_header: Use "/" as path separator in "From".teravest@chromium.org2012-12-191-1/+1
* CDM/PPAPI: Fix plugin-side ref-counting leakdmichael@chromium.org2012-12-193-45/+65
* Refactored PPB_Flash GetSettings to the new pepper resource modelraymes@chromium.org2012-12-1911-82/+94
* PPAPI: DCHECK that a HostResource is added to Plugin tracker only oncedmichael@chromium.org2012-12-191-0/+5
* Revert "Use --strip-debug on pnacl_irt_shim archive to reduce size of chrome ...jvoung@google.com2012-12-181-3/+3
* Use --strip-debug on pnacl_irt_shim archive to reduce size of chrome bundle.jvoung@google.com2012-12-181-3/+3
* Add log message for swapbuffers in progress error.jbauman@chromium.org2012-12-181-0/+2
* Add fullscreen functionality to gles2 examplepiman@chromium.org2012-12-181-6/+18
* Fix tracing for gpu/ directory in NaCljbauman@chromium.org2012-12-181-0/+3
* CDM: Don't create a new plugin Resource when HostResource is sent twicedmichael@chromium.org2012-12-181-22/+25
* Introduce MessageFilterHost for Pepper ResourceHosts.raymes@google.com2012-12-183-0/+66
* This refactors PPB_Flash GetLocalTimeZoneOffset to the new PPAPI resource mod...raymes@chromium.org2012-12-1710-96/+106
* Explicitly set actions in ppapi_untrusted as requiring cygwin (gyp only)iannucci@chromium.org2012-12-171-0/+1
* Check for a malformed message more carefully. Also fix non-deterministiccevans@chromium.org2012-12-171-1/+3
* Fix PPAPI time conversion code to handle epoch times.raymes@chromium.org2012-12-173-0/+80
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-151-3/+7
* Disable NaCl inbrowser_test_runner_parallel testdschuff@chromium.org2012-12-141-1/+4
* Pepper and IPC plumbing to display message to NaCl userdschuff@chromium.org2012-12-143-1/+35
* Improve NaCl startup error reporting in plugin and IPC proxy.bbudge@chromium.org2012-12-144-30/+16
* Revert 172805apatrick@google.com2012-12-145-31/+48
* Add permissions checking for Flash and network state.brettw@chromium.org2012-12-131-12/+0
* Use different UMA stat for a nacl manifest which is missing the user's archdschuff@chromium.org2012-12-135-36/+38
* Add idl version of ppb_flash_menu.idlnoelallen@chromium.org2012-12-136-41/+179
* Revert 172806raymes@chromium.org2012-12-139-161/+271