summaryrefslogtreecommitdiffstats
path: root/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variable.piman@google.com2011-04-261-1/+2
* Delete a few unused functions.thakis@chromium.org2011-04-252-14/+0
* Delay release of object Varspiman@google.com2011-04-222-6/+37
* Actually hook up the Pepper time message.brettw@chromium.org2011-04-221-0/+2
* Proxy time zone requests to the browser. This is because the current codebrettw@chromium.org2011-04-214-17/+31
* Pepper: Enable custom content-transfer-encoding header to be set in URL reque...viettrungluu@chromium.org2011-04-212-23/+45
* Properly serialize FileRef_CreateInfo vectors. This has the same serializationbrettw@chromium.org2011-04-212-35/+89
* Convert PP_rect to use new IPC generation.tsepez@chromium.org2011-04-203-84/+18
* IDL AST cleanupnoelallen@google.com2011-04-201-54/+106
* Wrap the p2p transport API in a compile time flag.satish@chromium.org2011-04-202-6/+20
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-209-0/+164
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-196-4/+123
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-192-1/+23
* Added/modified documentation for Doxygenjond@google.com2011-04-193-129/+327
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-1910-28/+167
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-186-7/+45
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-187-0/+149
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-184-15/+72
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-178-2/+371
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-1611-164/+325
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-152-11/+84
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-151-3/+12
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-154-35/+413
* Add trusted Instance C interfaces with scripting-related functions.dmichael@chromium.org2011-04-154-0/+132
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-144-6/+89
* Added documentation for the point.h file as an example for engineers to follow.jond@google.com2011-04-141-8/+69
* Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...yzshen@chromium.org2011-04-141-0/+24
* Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...bbudge@chromium.org2011-04-142-0/+22
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-142-4/+25
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-145-9/+9
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-1/+1
* Added ppp_broker.h and parameterized PpapiThread to support the broker process.ddorwin@chromium.org2011-04-144-4/+93
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-26/+201
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-5/+7
* Add proxy for PPP_Graphics_3D_Devpiman@google.com2011-04-126-0/+118
* Fix r79718 (and brettw's ignoring of my review comments).viettrungluu@chromium.org2011-04-111-1/+2
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-1124-177/+188
* Create a super-simple PPAPI demo plugin exercising GLES2 functionality.fischman@chromium.org2011-04-113-1/+169
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-111-3/+3
* The mime type list can be NULL to allow all files. Handle this case whenbrettw@chromium.org2011-04-111-1/+3
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-119-24/+385
* Don't close the client file descriptor, it's owned by the channelpiman@google.com2011-04-082-28/+3
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-088-149/+29
* Add parser and test filesnoelallen@google.com2011-04-087-22/+1068
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-083-5/+37
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-072-0/+67
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-071-0/+1
* New and updated docs for pp_completion_callbackjond@google.com2011-04-071-16/+43
* Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...alokp@chromium.org2011-04-072-22/+137