summaryrefslogtreecommitdiffstats
path: root/ppapi/host
Commit message (Expand)AuthorAgeFilesLines
* Replace base::Tuple in //ppapi with std::tupletzik2016-03-081-15/+17
* Update ppapi to not use linked_ptr or ScopedVectormdempsky2016-02-012-14/+12
* Switch to standard integer types in ppapi/.avi2015-12-2310-16/+26
* Convert Pass()→std::move() in //ppapidcheng2015-12-181-5/+3
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* ppapi: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-123-30/+27
* Replace more ObserverList with base::ObserverList.brettw2015-06-031-2/+2
* Move Tuple to base namespace.brettw2015-05-291-13/+15
* Update {virtual,override} to follow C++11 style in ppapi.nick2015-04-234-24/+22
* Test for net::ERR_ICANN_NAME_COLLISION in other places that check host resolo...eroman2015-03-271-0/+1
* Split apart the PPAPI GN targetsbrettw2015-02-141-0/+44
* Update legacy Tuple-using code.Avi Drissman2014-12-221-11/+13
* PPAPI: Make CreateResourceHost take PP_Resourcedmichael2014-11-193-10/+12
* replace OVERRIDE and FINAL with override and final in ppapi/mostynb2014-10-064-12/+12
* Adding tracking to verify the theory that jankiness of ExtensionMessageFilter...vadimt2014-09-251-3/+3
* Pepper UDP socket: buffer received packets in the plugin process to improve p...yzshen2014-09-171-0/+4
* [PPAPI] Compositor API implementation.penghuang@chromium.org2014-06-162-0/+5
* Revert 277208 "[PPAPI] Compositor API implementation."tzik@chromium.org2014-06-162-5/+0
* [PPAPI] Compositor API implementation.penghuang@chromium.org2014-06-142-0/+5
* [PPAPI] Add media stream video track output APIronghuawu@chromium.org2014-05-052-0/+5
* Refactor some ResourceMessageReply usages.bbudge@chromium.org2014-04-142-2/+5
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-171-2/+2
* [PPAPI] Implement media stream video track APIpenghuang@chromium.org2014-01-162-1/+24
* Pepper: always delete ResourceMessageFilter objects on the creation thread.yzshen@chromium.org2013-11-193-60/+120
* Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330bbudge@chromium.org2013-11-041-5/+7
* Remove unused IPC::Message priority.bbudge@chromium.org2013-10-281-7/+5
* Add newlines to the end of files where they were missinghans@chromium.org2013-09-121-1/+1
* Pepper: avoid posting unnecessary tasks in ResourceMessageFilter.yzshen@chromium.org2013-08-081-5/+10
* Pepper: Hook up the in-process router for browser.teravest@chromium.org2013-07-314-7/+56
* PPAPI: Remove references to content from ppapi/hostdmichael@chromium.org2013-07-312-23/+11
* Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s...avi@chromium.org2013-07-182-2/+2
* add missing headers in ppapi/*mostynb@opera.com2013-07-151-0/+1
* Implement PPB_UDPSocket_Dev: part 2yzshen@chromium.org2013-06-191-1/+2
* Pepper: Add initial browser host for FileRef.teravest@chromium.org2013-06-182-0/+13
* Add some network-related PP_Error codes and conversion function to map net::E...yzshen@chromium.org2013-06-153-0/+98
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Allow renderer to create pepper ResourceHosts in the browserraymes@chromium.org2013-06-072-10/+37
* Add simple hand-rolled RTTI for Pepper ResourceHostsraymes@chromium.org2013-06-062-2/+17
* Update ppapi/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-1/+1
* ppapi: Use base::MessageLoop.xhwang@chromium.org2013-05-062-9/+8
* PPAPI: Destroy HostResource after removal from host mapdmichael@chromium.org2013-05-011-0/+6
* Apps V2 in Pepper: Host side implementation of ExntensionsCommon - Part 1.yzshen@chromium.org2013-03-291-6/+6
* Add traces to PluginResource/PpapiHost "generic" IPCspiman@chromium.org2013-03-271-0/+15
* Pepper: Use shared memory for ArrayBufferVar.teravest@chromium.org2013-03-194-1/+90
* Remove InstanceMessageFilterraymes@chromium.org2013-01-034-90/+1
* Ensure that all resources are torn down before the routing.brettw@chromium.org2012-12-211-0/+4
* Refactor 4 PPB_Flash functions to the new PPAPI resource model.raymes@chromium.org2012-12-192-0/+6
* Introduce MessageFilterHost for Pepper ResourceHosts.raymes@google.com2012-12-182-0/+64
* Add ability to create pending resource hosts.brettw@chromium.org2012-12-054-1/+67
* Migrate Graphics2D to new design, as part of the whole Pepper resource redesign.brettw@chromium.org2012-11-293-5/+7