summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy
Commit message (Expand)AuthorAgeFilesLines
* Keep a reference to the module when handling PPB_Flash::Navigatepiman@google.com2011-05-103-8/+12
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-102-14/+14
* Fix ppapi proxycpu@chromium.org2011-05-091-2/+4
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-0616-368/+517
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-062-14/+14
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-062-14/+14
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-052-14/+14
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-052-14/+14
* Pass fullscreen state along with DidChangeView to avoid sync messagespiman@google.com2011-05-046-26/+27
* Fixes the shared memory failure in OOO mode for the pepper example plugincpu@chromium.org2011-05-041-5/+16
* Instrument Pepper IPCs with the tracing stuffpiman@google.com2011-05-032-0/+14
* Add a way to pass information to Pepper Flash from the command-line (e.g., fo...viettrungluu@chromium.org2011-05-033-1/+91
* Protect against a NULL dispatcherpiman@google.com2011-05-021-12/+18
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-024-13/+11
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-283-12/+34
* Fix uninitialized variable.piman@google.com2011-04-261-1/+2
* Delete a few unused functions.thakis@chromium.org2011-04-251-7/+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-213-15/+29
* 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
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-204-0/+91
* Make AddRefObject a sync message to avoid a race condition between (1)brettw@chromium.org2011-04-194-3/+27
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* 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-184-0/+42
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-183-11/+66
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-176-0/+356
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-1610-164/+321
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-151-10/+78
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-153-34/+398
* Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...yzshen@chromium.org2011-04-141-0/+24
* 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
* 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-125-0/+116
* 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-119-30/+30
* 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-111-0/+10
* Don't close the client file descriptor, it's owned by the channelpiman@google.com2011-04-082-28/+3
* Allow re-entrancy in PPB_Flash::Navigate()piman@google.com2011-04-081-0/+8
* Make DidDestroy a sync IPC so that plugins can properly cleanup.piman@google.com2011-04-041-2/+2
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-041-5/+0
* Make DidChangeView async againpiman@google.com2011-04-011-3/+1
* Fix resource destruction in proxypiman@google.com2011-04-014-23/+25
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-313-1/+27
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-311-0/+2