summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/plugin_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Experimental .gyp file for building PPAPI Proxy as untrusted code using the ...bbudge@chromium.org2012-02-291-1/+1
* Rename PPB_Font to PPB_BrowserFont_Trusted.brettw@chromium.org2012-02-171-1/+0
* reland 121901, PPAPI: Add unlocking for PPP calls and callbacks...dmichael@chromium.org2012-02-151-4/+16
* Revert 121901 - PPAPI: Add unlocking for PPP calls and callbacks. Add more lo...dpapad@chromium.org2012-02-141-16/+4
* PPAPI: Add unlocking for PPP calls and callbacks. Add more locking.dmichael@chromium.org2012-02-141-4/+16
* The tricky part about logging to the console is that many of the errors are g...brettw@chromium.org2012-01-311-0/+40
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-031-3/+10
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-14/+0
* Revert 106717 - Revert 106677 (caused several PPAPI test timeouts, see http:/...brettw@chromium.org2011-10-211-1/+9
* Revert 106677 (caused several PPAPI test timeouts, see http://crbug.com/101154)thakis@chromium.org2011-10-211-9/+1
* Remove the proxy callback tracker.brettw@chromium.org2011-10-211-1/+9
* Rename InterfaceID to ApiID and move the file.brettw@chromium.org2011-10-201-2/+2
* Remove TrackerBase.brettw@chromium.org2011-10-201-2/+0
* Convert the charset, memory, and crypto interfaces to use the thunk system.brettw@chromium.org2011-10-111-1/+0
* Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point itpolina@google.com2011-09-271-1/+2
* s patch tries to remove most of the manual registration for Pepper interfaces...brettw@chromium.org2011-09-131-90/+19
* Revert r100853, 100851. Win_shared build is broken.brettw@chromium.org2011-09-131-19/+90
* Rename more interface -> interface name to fix the Windows build.brettw@chromium.org2011-09-131-2/+2
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-131-90/+19
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-0/+4
* Revert 100748 - This patch tries to remove most of the manual registration fo...dmazzoni@chromium.org2011-09-121-19/+90
* This patch tries to remove most of the manual registration for Pepper interfa...brettw@chromium.org2011-09-121-90/+19
* Fix memory leak if user of IPC::SyncMessage never calls GetReplyDeserializer().dmichael@chromium.org2011-09-091-1/+0
* Use precompiled headers for most large projects where the .gyp filejoi@chromium.org2011-09-071-2/+2
* Reland http://codereview.chromium.org/7648033dmichael@chromium.org2011-08-301-1/+0
* Revert 98826 - Add means for running some tests only o-o-p. Add messaging non...dtseng@chromium.org2011-08-301-0/+1
* Add means for running some tests only o-o-p. Add messaging non-main thread test.dmichael@chromium.org2011-08-301-1/+0
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-11/+7
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-0/+8
* Add instrumentation and checks to help debugging plugins.piman@chromium.org2011-07-131-0/+2
* Re-land the reverted CL:yzshen@chromium.org2011-07-011-1/+5
* Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.dpapad@chromium.org2011-06-301-5/+1
* Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.yzshen@chromium.org2011-06-301-1/+5
* Make o.o.p. proxy handle PPP_Instance versions 0.4 and 0.5.dmichael@chromium.org2011-06-291-1/+1
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-0/+3
* Delete deserializer in synthesized message to avoid leakfischman@chromium.org2011-06-131-3/+3
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-7/+15
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-1/+17
* Support getting the font list in Pepper. This currently only works out ofbrettw@chromium.org2011-05-181-5/+13
* Convert audio-related messages to the new thunk/API system for Pepper.brettw@chromium.org2011-05-131-3/+3
* Make the Pepper proxy support in-process font rendering.brettw@chromium.org2011-05-101-0/+11
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-101-7/+7
* This implements the new system for Graphics2D only.brettw@chromium.org2011-05-061-0/+17
* Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-061-7/+7
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-061-7/+7
* Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...scheib@chromium.org2011-05-051-7/+7
* Merge gpu_trace_event back into base/debug/trace_event.scheib@chromium.org2011-05-051-7/+7
* Instrument Pepper IPCs with the tracing stuffpiman@google.com2011-05-031-0/+7
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-181-2/+2
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-9/+2