summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* NaCl: Ensure that sysconf() is declared: add missing #include of <unistd.h>mseaborn2014-10-221-0/+2
* Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD.morrita2014-10-202-2/+3
* Enforce handle ownership in base::Process.rvargas2014-10-171-2/+3
* Cleanup: Remove trailing whitespaces in gyp files.thestig2014-10-172-4/+4
* Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC.pkasting2014-10-161-1/+1
* Fix NaCl again. TBR=raymesJohn Abd-El-Malek2014-10-151-1/+1
* Fix nacl_integration script since it needs to be updated after test_env.py up...John Abd-El-Malek2014-10-151-1/+1
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-132-14/+24
* Add mkwst@chromium.org to IPC OWNERS files.mkwst2014-10-091-0/+1
* Remove yzshen from pepper OWNERS filesdmichael2014-10-091-1/+0
* Revert of Revert of Fix the ppapi test for FlashDRM (patchset #1 id:1 of http...jackhou2014-10-071-12/+22
* Revert of Fix the ppapi test for FlashDRM (patchset #1 id:1 of https://codere...jackhou2014-10-071-22/+12
* Fix the ppapi test for FlashDRMraymes2014-10-061-12/+22
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-06114-795/+795
* NaCl: Replace launch/start param flags with a NaClAppProcessType enum.jvoung2014-10-037-83/+40
* gpu: Remove Echo and SwapCompletion GL interfacessievers2014-10-022-5/+0
* Non-SFI: Add out_newlib32_nonsfi variable in pnacl_irt_shim.gyp.hidehiko2014-10-011-0/+4
* command_buffer: infer all generated c/c++ source files to clang-formatkkinnunen2014-09-302-103/+190
* Pass lsan GYP variable to swarming's test_env so that we can disable the sand...jam2014-09-301-1/+1
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-297-38/+47
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #5 id:8...dmichael2014-09-267-34/+37
* PPAPI: Move PPB_Messaging 1.2 to stabledmichael2014-09-266-11/+13
* PPAPI: Add more error testing for postMessageAndAwaitResponsedmichael2014-09-264-3/+82
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-257-37/+34
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-252-4/+3
* NaCl: Update revision in DEPS, r13759 -> r13783dschuff2014-09-252-13/+6
* Revert of PPAPI: Never re-enter JavaScript for PostMessage. (patchset #4 id:6...bbudge2014-09-247-34/+37
* PPAPI: Disallow blocking callbacks while handling a blocking messagedmichael2014-09-248-4/+77
* Add a test to verify the waveform from the Pepper MediaStream API is asamistry2014-09-242-2/+139
* Cleanup: Remove unused dependency on NaCl src/trusted/gio targetmseaborn2014-09-241-1/+0
* PPAPI: Never re-enter JavaScript for PostMessage.dmichael2014-09-247-37/+34
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-3/+3
* Fix URLRequest pepper unit testlandell2014-09-232-14/+19
* remove empty gl.gyp filemostynb2014-09-221-0/+0
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-187-44/+83
* PPAPI: Add C++ wrapper for MessageHandler stuff.dmichael2014-09-187-73/+217
* Remove brettw from content/OWNERSbrettw2014-09-181-1/+0
* PPAPI: Make PPP_MessageHandler work in PNaClDave Michael2014-09-1717-88/+325
* Pepper UDP socket: buffer received packets in the plugin process to improve p...yzshen2014-09-177-83/+200
* Move PPB_VideoDecoder from 'Dev' to Stable.bbudge2014-09-165-9/+14
* Build only the appropriate x86 arches for nacl (chrome side).bradnelson2014-09-163-22/+54
* Revert of PPAPI: Fix GetBrowserInterface race conditions (patchset #6 id:1000...raymes2014-09-157-67/+44
* PPAPI: Fix GetBrowserInterface race conditionsdmichael2014-09-137-44/+67
* Fix potential race-condition _beginthreaddrbasic2014-09-123-18/+34
* PPAPI: Make CallWhileUnlocked more permissive.dmichael2014-09-114-22/+26
* Non-SFI mode: Quick workaround of unexpected CHECK failure.hidehiko2014-09-111-0/+6
* Clean up trusted plugin includes.Justin TerAvest2014-09-1014-105/+72
* Pepper: Stop using SRPC for irt_open_resource().Justin TerAvest2014-09-107-13/+72
* Remove Plugin::DocumentCanRequest.teravest2014-09-102-13/+0
* Stabilize PPB_View.GetScrollOffsetraymes2014-09-102-7/+7