summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_broker_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-1/+1
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-3/+8
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-3/+1
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-9/+0
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-4/+0
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* Revert 87415 - Convert more interfaces to the new thunk system. This goes up ...thestig@chromium.org2011-06-011-1/+1
* Convert more interfaces to the new thunk system. This goes up to and includingbrettw@chromium.org2011-06-011-1/+1
* Move Broker, Buffer, CharSet, and CursorControl to use the new thunk/API system.brettw@chromium.org2011-05-271-56/+28
* PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.ddorwin@chromium.org2011-04-201-4/+13
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-181-3/+5
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-171-8/+17
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-141-2/+2
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-1/+1
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-071-0/+135