summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/broker_process_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in content/ to use the base:: namespace.avi@chromium.org2013-12-251-1/+1
* Implement ScopedChildProcessReference classkinuko@chromium.org2013-11-121-6/+1
* Use a direct include of utf_string_conversions.h in content/.avi@chromium.org2013-06-071-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-1/+1
* Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Add explicit base to FilePath.brettw@chromium.org2013-02-071-15/+16
* Rename IPC handlers that are in the form of OnMsgFoo to OnFoo. This is how al...jam@chromium.org2013-01-021-14/+12
* Move content's a plugin, ppapi_plugin, utility, and worker subdirectories to ...jam@chromium.org2012-10-211-0/+3
* Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...bauerb@chromium.org2012-07-271-30/+102
* Change PP_Flash_BrowserOperations_SiteSetting.site from PP_Var to const char*.yzshen@chromium.org2012-06-181-24/+17
* Reland: Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-121-27/+165
* Revert 141482 - Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-111-165/+27
* Pepper Flash settings integration - camera and microphone.yzshen@chromium.org2012-06-111-27/+165
* Pepper Flash: Make ClearSiteData work with PPP_Flash_BrowserOperations 1.1.viettrungluu@chromium.org2012-06-071-9/+24
* Pepper Flash settings integration: implement "deauthorize content licenses".yzshen@chromium.org2012-05-271-7/+35
* Broker out PPAPI handle duplicationjschuh@chromium.org2012-05-111-3/+1
* Actually hook up the Pepper clear site data.brettw@chromium.org2012-04-201-1/+49
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-3/+3
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-3/+3
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-3/+3
* Remove custom Task implementations from content/ppapi_plugindcheng@chromium.org2011-12-081-10/+7
* Added logging useful for understanding Pepper broker lifetime.ddorwin@chromium.org2011-10-261-5/+7
* Convert the pp::proxy namespace to the ppapi::proxy namespace.brettw@chromium.org2011-08-181-1/+2
* Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...ddorwin@chromium.org2011-04-181-1/+1
* Refactored ppapi Dispatcher to share common code between the plugin and broke...ddorwin@chromium.org2011-04-161-0/+38