summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Enable breakpad building by default on Android.yfriedman@chromium.org2013-01-223-2/+6
* NaCl: Improve logging for failure code paths in service_runtime.ccmseaborn@chromium.org2013-01-221-31/+29
* Add two new debug URLs for Pepper Flash:yzshen@chromium.org2013-01-221-0/+6
* Disabling nacl_win64 targets when building in target_arch!=ia32 mode.bradnelson@google.com2013-01-211-1/+1
* PPB_UDPSocket_Private is switched to the new Pepper proxy.ygorshenin@chromium.org2013-01-2110-391/+157
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-1915-1019/+553
* Remove NaCl SRPC proxy source files.bbudge@chromium.org2013-01-18230-32665/+0
* Update some #includes in ppapi/proxy for headers that were moved from WebKit/...pilgrim@chromium.org2013-01-182-5/+6
* NaCl: Add logging to distinguish the two "could not initialize module" casesmseaborn@chromium.org2013-01-181-0/+4
* Add UMA stats for PNaCl translation time and file size.jvoung@chromium.org2013-01-184-3/+166
* Remove the NaCl SRPC proxy from Chrome.bbudge@chromium.org2013-01-1710-600/+12
* Fix the comment of PPB_MessageLoop.PostWork()yzshen@chromium.org2013-01-174-15/+13
* Pepper: Introduce ThreadAwareCallback.yzshen@chromium.org2013-01-1718-63/+644
* Revert 176792dpapad@chromium.org2013-01-1715-549/+1019
* Breakpad: Enable more logging in crash_service to debug flaky failures on Win...mseaborn@chromium.org2013-01-161-0/+1
* PPAPI/NaCl: Move handle extraction code to ppapi/proxydmichael@chromium.org2013-01-1615-239/+609
* Refine PNaCl pexe fetch UMA errors to know if the user aborted, etc.jvoung@chromium.org2013-01-164-57/+68
* IDL: Autogenerate thunk .cc file for PPB_Messaging.teravest@chromium.org2013-01-162-4/+11
* IDL: Autogenerate thunk .cc file for PPB_BufferTrusted.teravest@chromium.org2013-01-162-7/+14
* Compile Breakpad into Chromium by default on Linuxmseaborn@chromium.org2013-01-152-27/+53
* Enforce non-negative BitstreamBuffer idsheu@chromium.org2013-01-152-4/+6
* Refactor FileIO to the new resource host system.bbudge@chromium.org2013-01-1515-1019/+549
* NaCl: Stop using "--enable-logging" because it breaks Buildbot logging on Win...mseaborn@chromium.org2013-01-151-1/+3
* Remove unnecessary plumbing of pp_error to PNaCl's abort function.jvoung@chromium.org2013-01-144-28/+31
* PPAPI/NaCl: Fix a typo in test_case.htmldmichael@chromium.org2013-01-111-1/+1
* PPAPI/NaCl: Change "Bad DispatchEvent called!" logs to test failures.dmichael@chromium.org2013-01-111-13/+10
* When launching PNaCl helper nexes, explicitly disable IRT loading.jvoung@google.com2013-01-119-2/+24
* Breakpad browser crash test: Disable check for .txt file on Windows for nowmseaborn@chromium.org2013-01-112-12/+8
* NaCl Ports uses the PPAPI_RELEASE macro to determine which versionnoelallen@chromium.org2013-01-115-10/+13
* Remove nacl_integration tests that exercise the SRPC proxy.bbudge@chromium.org2013-01-111-5/+0
* PPAPI/NaCl: Ping domAutomationController on NaCl progress eventsdmichael@chromium.org2013-01-111-6/+27
* Revert 176224acolwell@chromium.org2013-01-112-9/+12
* Add PNaCl UMA stats for error cases.jvoung@google.com2013-01-118-61/+272
* NaCl: Move all browser tests into nacl_irt_test_envmseaborn@chromium.org2013-01-112-12/+9
* Tell Graphics3D not to lock on Flush().ihf@chromium.org2013-01-102-1/+14
* Ensure nacl_integration does not report UMA stats.ncbray@chromium.org2013-01-091-0/+3
* Remove the socket_count parameter from NaCl Launch IPC messages.jvoung@google.com2013-01-094-16/+10
* Breakpad test: Fix test disabling logic to refer to the correct flag namemseaborn@chromium.org2013-01-091-9/+8
* Breakpad: Disable browser process crash test for one case on 32-bit Windowsmseaborn@chromium.org2013-01-091-2/+16
* 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