summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
...
* PPAPI: Proxy VarArrayBuffer for out-of-process.dmichael@chromium.org2012-02-169-14/+57
* Minor changes as per Christians most-recent review of the docs.jond@google.com2012-02-1610-21/+24
* Fixed grammar error and fixed problem with TODO items (changed to 'C' style c...jond@google.com2012-02-164-15/+10
* Move socket API restriction check to browser processdpolukhin@chromium.org2012-02-167-23/+56
* Remove browser support for non-PPAPI nexes, plus related artifacts.sehr@google.com2012-02-1627-2035/+687
* Fix nested invocation of graphics 2D Flush.brettw@chromium.org2012-02-162-4/+10
* Change PPB_NetAddress_Private.GetFamily to return a PP_AddressFamily_Private ...yzshen@chromium.org2012-02-169-85/+167
* Implement device enumeration for PPB_VideoCapture_Dev.yzshen@chromium.org2012-02-1517-174/+1127
* [Clean up] OS_MAC -> OS_MACOSXdbeam@chromium.org2012-02-151-1/+1
* Dropping NaCl PPAPI hardware exception test on Chromium sidebradnelson@google.com2012-02-153-70/+0
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-1521-71/+235
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-3/+1
* Remove TODO in PPAPI input event interface files.yzshen@chromium.org2012-02-143-14/+2
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-1421-235/+71
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-1421-71/+235
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-1448-310/+201
* Added idl file for Pepper 3D.alokp@chromium.org2012-02-109-146/+511
* Fix typo in IDLNode.Dump function.asargent@chromium.org2012-02-091-2/+1
* PPAPI: Dial back the PostMessage threading test and re-enable on Windmichael@chromium.org2012-02-091-0/+8
* Fix creation/probing of temporary directory.sehr@google.com2012-02-092-52/+6
* Move the charset inteface to "trusted" (we can't implement this efficientlybrettw@chromium.org2012-02-0912-214/+753
* PPB_NetAddress_Private: add getter methods for sockaddr.yzshen@chromium.org2012-02-0919-34/+609
* Make inline c blocks non-greedy, and use to add pragma pack to gamepad structurescottmg@chromium.org2012-02-083-2/+14
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-082-3/+7
* PPAPI IDL -> C Generator: inout parameter should not be a pointer.alokp@chromium.org2012-02-071-1/+1
* Use the correct Resource constructor for PPB_Font_Shared in the plugin process.yzshen@chromium.org2012-02-072-9/+41
* Fix some random comment problems that people have noticed.brettw@chromium.org2012-02-074-22/+16
* Remove special handling for strings in var serialization.brettw@chromium.org2012-02-0710-232/+70
* Remove some unused local variables from pnacl coordinator.jvoung@google.com2012-02-071-2/+0
* Removed special keyword called attribute which is unused by the parser.alokp@chromium.org2012-02-061-1/+0
* WebSocket Pepper API: Add close status code definitiontoyoshim@chromium.org2012-02-062-1/+228
* Remove static initializer for TLS object. This moves the TLS to thebrettw@chromium.org2012-02-052-11/+36
* Convert most users in thunk that used MayForceCallback to use the new Enter.....brettw@chromium.org2012-02-0532-341/+298
* Fix a tiny typo in the comment on pp::Instance::Init().wez@chromium.org2012-02-041-2/+2
* PPAPI: Reduce string copying in SerializedVar.dmichael@chromium.org2012-02-0411-117/+180
* Use CORS for fetching NaCl resources from extensions.jvoung@google.com2012-01-3112-75/+30
* Chrome part of exception handling support. The debugger is attached when new ...halyavin@google.com2012-01-313-0/+70
* Introduce PPB_Flash_MessageLoop interface for Pepper Flash.yzshen@chromium.org2012-01-3122-1/+707
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-3120-78/+251
* Convert use of int ms to TimeDelta in scattered chromium files.tedvessenes@gmail.com2012-01-301-1/+2
* ppapi_tests: Remove the source of flakiness from out-of-process FlashFullscre...polina@google.com2012-01-301-5/+9
* Add skeleton for file cleanup and cache renaming during translation.sehr@google.com2012-01-3010-342/+479
* Make it possible to use ThreadLocalStorage::Slot as a static withoutthakis@chromium.org2012-01-301-1/+1
* This implicit cast (int32_t to bool) causes an error in the NaCl Clang build.pdox@google.com2012-01-281-1/+2
* PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Reso...polina@google.com2012-01-274-1/+454
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-276-45/+41
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-275-40/+45
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-275-45/+40
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-2722-105/+253
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-272-19/+40