summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Toward an android build of sync_unit_tests: OWNERS=viettrungluujrg@chromium.org2012-01-272-5/+5
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-2715-423/+22
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-2720-151/+151
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-2613-79/+224
* Revert 119200, the rest of the patch.brettw@chromium.org2012-01-263-0/+221
* Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop in...brettw@chromium.org2012-01-268-0/+352
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...tzik@chromium.org2012-01-262-40/+19
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-262-19/+40
* Revert 119198 - First pass at implementing the MessageLoop interface. This in...brettw@chromium.org2012-01-2611-573/+0
* First pass at implementing the MessageLoop interface. This includes a simplebrettw@chromium.org2012-01-2611-0/+573
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-4/+2
* New header and footer (removed old ones) for devsite. New doxyfile pointing t...jond@google.com2012-01-255-26/+167
* Enhance the PPAPI enter tracking.brettw@chromium.org2012-01-254-46/+184
* Adding new png resource for page indicator background (2/2)dpapad@chromium.org2012-01-241-1/+2
* Add ppapi perftests infrastructure, plus a performance test for PPP_Messaging.dmichael@chromium.org2012-01-243-4/+131
* WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSEtoyoshim@chromium.org2012-01-241-1/+1