summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Enable pnacl by defaultsehr@chromium.org2013-07-264-10/+4
* Revert 213933 "Move PPB_FileIO Query and Read implementation fro..."dewittj@chromium.org2013-07-266-163/+83
* Move PPB_FileIO Query and Read implementation from the renderer to the plugin...bbudge@chromium.org2013-07-266-83/+163
* NaCl CompletionCallback is called twice in WebSocket::ReceiveMessage and cras...yhirano@chromium.org2013-07-265-9/+91
* PNaCl: Add a whitelist of IRT interfaces to allow under PNaClmseaborn@chromium.org2013-07-261-0/+68
* PNaCl: Simplify IRT wrapper a little by removing a global variablemseaborn@chromium.org2013-07-261-13/+6
* Remove some old support for PNaCl Scons browser tests.jvoung@google.com2013-07-256-68/+16
* PAPI: Fix bug in RunWhileLocked, add support for paramsdmichael@chromium.org2013-07-256-17/+336
* PNaCl: Fix IRT wrapper to return proper error valuemseaborn@chromium.org2013-07-251-1/+1
* move BrowserFontResource_Trusted to content/childscottmg@chromium.org2013-07-2510-522/+58
* PNaCl: Remove Scons builds of the PPAPI shims and PNaCl translator extensionmseaborn@chromium.org2013-07-253-117/+0
* Update include paths in ppapi/proxy for base/process changes.rsesek@chromium.org2013-07-258-8/+5
* Make inttypes.h and similar macro usage C++11-friendly.thakis@chromium.org2013-07-2511-64/+68
* Have ppapi depend only on blink_minimal when in chrome_multiple_dll modescottmg@chromium.org2013-07-241-7/+37
* ThreadedTestRunner::Run contained a PP_DCHECK with a side effect. Some tests ...yhirano@chromium.org2013-07-241-1/+3
* Hide knowledge of webkit::ppapi::Plugin from chrome. This is part of moving p...jam@chromium.org2013-07-248-78/+93
* Pepper: Add routing ID information to Connection.teravest@chromium.org2013-07-231-2/+20
* Pepper: FileRef_CreateExternal from renderer.teravest@chromium.org2013-07-221-0/+7
* Show more different NaCl loading errors.halyavin@google.com2013-07-229-13/+53
* Fix bug caught by clang's -Wlogical-not-parenthesesthakis@chromium.org2013-07-221-1/+1
* NaCl IRT: Remove now-unneeded IrtInit() definition and callmseaborn@chromium.org2013-07-211-16/+0
* Change PNaCl NMF parser to accept "optlevel" instead of "-O" and change default.jvoung@chromium.org2013-07-204-49/+36
* PPAPI: Messaging shouldn't use v8 if Context is emptydmichael@chromium.org2013-07-191-0/+3
* Remove default in-memory filename strings for PNaCl llc and ld.jvoung@google.com2013-07-182-13/+1
* NaCl: Remove "ppapi" from the #include search path for src/trusted/pluginmseaborn@chromium.org2013-07-181-3/+0
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-183-6/+6
* Add explicit "ppapi/" to #includes in ppapi/native_client/src/trustedmseaborn@chromium.org2013-07-1832-103/+111
* PPAPI: Add test for ExecuteScript at instance shutdowndmichael@chromium.org2013-07-182-1/+42
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-1819-25/+25
* Add explicit "ppapi/" to #includes in ppapi/native_client/testsmseaborn@chromium.org2013-07-1726-55/+63
* PPAPI: Test cleanup, make postconditions workdmichael@chromium.org2013-07-174-56/+83
* Use a direct include of the shared_memory header in media/, ppapi/, webkit/.avi@chromium.org2013-07-1719-20/+20
* Add explicit "ppapi/" to #include in ppapi/proxymseaborn@chromium.org2013-07-171-1/+1
* Add PPAPI presubmit check, to ensure NaCl SDK is updated properly.binji@chromium.org2013-07-171-0/+36
* Add explicit "ppapi/" to #includes in ppapi/native_client/src/untrustedmseaborn@chromium.org2013-07-1710-14/+14
* Remove two unused header files from ppapi/native_client/mseaborn@chromium.org2013-07-172-257/+0
* HTTP socket pool group name and SSL Session Cache Shard vary on Privacy Mode.mef@chromium.org2013-07-171-4/+36
* PPAPI: Fix infinite loop in 2d exampledmichael@chromium.org2013-07-171-0/+1
* Remove myself from various OWNERS files.viettrungluu@chromium.org2013-07-162-2/+0
* add missing headers in ppapi/*mostynb@opera.com2013-07-157-0/+7
* Remove EnableBackgroundSelLdrLaunch since we no longer launch off main thread.jvoung@chromium.org2013-07-154-17/+1
* Pepper: Test URLRequest::AppendFileToBody.teravest@chromium.org2013-07-152-21/+81
* Do not forget to detach message loop from thread in ppapi_unittests.earthdok@chromium.org2013-07-151-0/+1
* Pepper: Add usage comment to HostResource.teravest@chromium.org2013-07-151-0/+14
* Migrate from googleurl/ includes to url/ ones in the remaining top-level dire...tfarina@chromium.org2013-07-132-2/+2
* PNaCl: Have plugin's LoadNaClModuleCommon start sel_ldr from the main thread.jvoung@chromium.org2013-07-134-82/+172
* Pepper: Fix typo in FileRefResource.teravest@chromium.org2013-07-111-2/+2
* Implement getting the monitor (HMONITOR) for flashcpu@chromium.org2013-07-111-7/+11
* Partial revert of r208776piman@chromium.org2013-07-113-0/+720
* Add GetFileThreadMessageLoop method to PpapiGlobals.bbudge@chromium.org2013-07-115-0/+31