summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Avoid using NULL comparison to check if element is in the map.olonho@google.com2012-09-201-3/+3
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-195-2/+107
* Don't require a recreation of the context when fullscreeningjbauman@chromium.org2012-09-197-34/+68
* Don't crash the renderer if the plugin crashes.brettw@chromium.org2012-09-191-0/+3
* Convert url request info to new proxy API.brettw@chromium.org2012-09-1918-185/+228
* Cleanup: avoid foo ? true : false, part 2.thestig@chromium.org2012-09-192-5/+4
* PNaCl: Remove Scons code for automatically generating pnacl_shim.cmseaborn@chromium.org2012-09-191-14/+1
* Various fixes to make ppapi_unittests pass again.raymes@chromium.org2012-09-194-28/+115
* Make return type of DispatchResourceReply consistentvictorhsieh@chromium.org2012-09-181-3/+3
* We are removing checksum/HMAC in WebM spec for encrypted content.fgalligan@chromium.org2012-09-182-14/+3
* Eliminate some buffer copies in the URLLoader proxy.darin@chromium.org2012-09-183-51/+74
* Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.bbudge@chromium.org2012-09-173-20/+25
* Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has...bbudge@chromium.org2012-09-173-25/+20
* Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.bbudge@chromium.org2012-09-173-20/+25
* Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build.bbudge@chromium.org2012-09-176-33/+35
* Update pnacl_shim to account for some changes in private/dev interfaces:jvoung@google.com2012-09-171-21/+50
* Add some logging to debug PPAPI permissions.brettw@chromium.org2012-09-161-0/+4
* Convert the async device ID getter to a chrome resource hostbrettw@chromium.org2012-09-1516-193/+169
* Add check_tls test on nacl_irt to Gypmcgrathr@chromium.org2012-09-141-0/+18
* NaCl: Remove the only use of NACL_ARCH_CPU_* #definesmseaborn@chromium.org2012-09-141-1/+2
* NaCl: Fix ARM Gyp build of IRT to include IRT-private __aeabi_read_tpmcgrathr@chromium.org2012-09-131-2/+9
* Remove PPAPI dependency on 'net'.bbudge@chromium.org2012-09-138-108/+100
* Return void from all PPP CDM API interface methodstomfinegan@chromium.org2012-09-135-155/+99
* Port nacl_integration exit_status test to browser_tests.ncbray@google.com2012-09-125-252/+9
* NaCl: Update revision in DEPS, r9652 -> r9707mseaborn@chromium.org2012-09-121-15/+14
* Pepper WebSocket API: Fix memory leak issuetoyoshim@chromium.org2012-09-126-28/+31
* Update PP_InputEvent_Modifier enum to match WebInputEvent::Modifiersraymes@chromium.org2012-09-112-8/+12
* Add gyp build of untrusted ppapi_gles2 library.binji@chromium.org2012-09-101-0/+20
* Partial revert of 155693.bradnelson@google.com2012-09-101-14/+15
* Relanding the original CL -- Revert 155696 - Revert 155693 - DEPS roll plus c...peter@chromium.org2012-09-104-4/+25
* Revert 155693 - DEPS roll plus copy list update.peter@chromium.org2012-09-104-25/+4
* DEPS roll plus copy list update.bradnelson@google.com2012-09-104-4/+25
* Implement the gamepad API in the IPC proxybrettw@chromium.org2012-09-1021-48/+372
* Relocating files in the nacl repo that belong in chrome.bradnelson@google.com2012-09-0879-9/+7944
* stop shipping ppNaClPlugin in the SDKsbc@chromium.org2012-09-081-4/+0
* Cache the current locale in Pepper GetLocalTimeZoneOffsetjschuh@chromium.org2012-09-071-8/+20
* This adds the plugin side of the resource only, as well as a unittest.raymes@chromium.org2012-09-0719-71/+394
* Also check for accelerated plugins when determining when 3d is really enabled.jbauman@chromium.org2012-09-071-1/+4
* Add CHECKs to ensure that PPAPI resources are created on the right threadraymes@chromium.org2012-09-062-1/+25
* Add pnacl shims to the chrome build.bradnelson@google.com2012-09-065-1/+5227
* Fix resource leaks in CDM implementation.tomfinegan@chromium.org2012-09-064-10/+34
* Switch OnMoreData() to use AudioBus.dalecurtis@chromium.org2012-09-056-14/+89
* Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.bbudge@chromium.org2012-09-0411-58/+84
* Add infobar for PPAPI broker usage.bauerb@chromium.org2012-09-043-5/+47
* Add browser_test to check that NaCl is logging UMA samples correctly.ncbray@chromium.org2012-09-011-0/+2
* NaCl: Fully re-enable Breakpad tests on 32-bit Windowsmseaborn@chromium.org2012-08-311-14/+0
* AllowBroadcast() is exposed to NaCl.ygorshenin@chromium.org2012-08-3122-78/+533
* PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread workdmichael@chromium.org2012-08-3015-105/+361
* Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser processbbudge@chromium.org2012-08-306-66/+183
* Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...bbudge@chromium.org2012-08-306-183/+66