summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Modified the pepper file chooser API to support filtering files by extensions.raymes@chromium.org2012-05-3014-50/+53
* Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...scshunt@google.com2012-05-296-22/+42
* NaCl: Remove the plugin's internal definition of GetUrandomFD()mseaborn@chromium.org2012-05-294-30/+4
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-273-6/+243
* NaCl: Provide the /dev/urandom FD via NaCl's new embedding interfacemseaborn@chromium.org2012-05-241-0/+6
* NaCl: Remove unused #include of nrd_xfer_effector.hmseaborn@chromium.org2012-05-241-1/+0
* Coverity: Fix pass by value error in IMEInputEvent_Dev.kmadhusu@chromium.org2012-05-242-2/+2
* Browser Plugin: Fixed silly typo in PpapiCommandBufferProxy.fsamuel@chromium.org2012-05-221-1/+2
* [Coverity] Fix uninitialized member, pass-by-val.groby@chromium.org2012-05-222-10/+12
* Modify gyp files that depend on native_client/build/untrusted.gypi to special...bradchen@google.com2012-05-222-0/+52
* ppapi: Fix typo when entering FileRef.ihf@chromium.org2012-05-221-2/+2
* PPAPI/NaCl: Reenable untrusted IPC proxy gyp flagdmichael@chromium.org2012-05-221-0/+16
* Add PPB_ImageData to untrusted NaCl build.bbudge@chromium.org2012-05-214-19/+19
* Test for Pepper IME events.kinaba@chromium.org2012-05-2114-85/+946
* Get PPB_Audio interface building as untrusted code.bbudge@chromium.org2012-05-195-32/+38
* Browser Plugin: PpapiCommandBufferProxy should see a lost context if the embe...fsamuel@chromium.org2012-05-195-18/+38
* PPAPI/NaCl: Partial revert of r137751 to fix WebKit builddmichael@chromium.org2012-05-181-5/+0
* Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to a...rsleevi@chromium.org2012-05-1817-62/+96
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-185-27/+61
* PPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy.dmichael@chromium.org2012-05-172-0/+5
* Update scons file missing from r137481dschuff@chromium.org2012-05-161-0/+2
* Refactor Pnacl coordinatordschuff@chromium.org2012-05-169-498/+689
* [Print Preview] Modified PP_PrintSettings_Dev interface to support auto fit t...kmadhusu@chromium.org2012-05-162-8/+28
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-168-9/+6
* Added audio callback tests. This also puts in place a check and only runs the...raymes@chromium.org2012-05-152-16/+193
* Add an instance parameter to PPB_NaCl_Private::LaunchSelLdr.bbudge@chromium.org2012-05-156-20/+48
* Change ppb_audio(_input)_shared to Shutdown the sync socket when terminating ...raymes@chromium.org2012-05-154-29/+34
* PPAPI/NaCl: Fix IPC ppapi proxy builddmichael@chromium.org2012-05-151-2/+0
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-153-0/+12
* Use new TestCompletionCallback scheme to simplify tests implementation.toyoshim@chromium.org2012-05-141-182/+169
* WebSocket Pepper API: PPB_WebSocket crashes when server close the connection.toyoshim@chromium.org2012-05-141-0/+18
* Fixed PPAPI_UDPSocketPrivate::GetRecvFromAddressygorshenin@chromium.org2012-05-122-1/+6
* Make ppapi_shared depend on gles2_utils.thakis@chromium.org2012-05-121-0/+1
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-4/+6
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-1113-47/+64
* Copy nacl::RefCounted from native_client's repo into Chromiumrsleevi@chromium.org2012-05-111-0/+233
* Add "libraries" directory to SDKnoelallen@google.com2012-05-111-0/+10
* Revert 135727 - Add AllowSuddenTermination to API. This provide means for plu...tsepez@chromium.org2012-05-1010-133/+8
* NaCl: Stop building ppapi_proxy (libppruntime) as a user librarymseaborn@chromium.org2012-05-101-1/+2
* NaCl: Remove Plugin::XYZZY() dead code hackmseaborn@chromium.org2012-05-102-21/+0
* remove WEBKIT_USING_CGjamesr@chromium.org2012-05-102-18/+2
* Remove NOTIMPLEMENTED() from PpapiCommandBufferProxy::Echo because it's toofsamuel@chromium.org2012-05-101-1/+0
* NaCl: Fix ppapi_geturl_browser_test to run using the IRTmseaborn@chromium.org2012-05-101-10/+2
* Add myself to ppapi/native_client/OWNERSmseaborn@chromium.org2012-05-091-0/+1
* Pepper (Flash): Make pp::flash::Flash::InvokePrinting() return a bool.viettrungluu@chromium.org2012-05-082-2/+4
* Pepper: Make users of pp:NetworkMonitorPrivate less likely to leak resources.viettrungluu@chromium.org2012-05-084-28/+12
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-076-10/+45
* PPAPI: Make ScopedModuleReference not crash on plugin side.dmichael@chromium.org2012-05-072-8/+10
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-0713-167/+175
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-073-20/+15