summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/api
Commit message (Expand)AuthorAgeFilesLines
* [chrome.displaySource] Implement media packetizer.eero.hakkinen2016-03-233-0/+362
* [chrome.displaySource] Implement transport stream packetizer.eero.hakkinen2016-03-225-0/+1555
* [chrome.displaySource] Implement some elementary stream descriptors.eero.hakkinen2016-03-213-0/+438
* [chrome.displaySource][WiFi Display] Audio formats capability negotiationmikhail.pozdnyakov2016-03-182-4/+19
* Cleanup: media_stream_api.* ==> media_stream_utils.*mcasas2016-03-181-1/+1
* [chrome.displaySource] Implement elementary stream packetizer.eero.hakkinen2016-03-184-0/+469
* [chrome.displaySource][WiFi Display] Video formats capability negotiationmikhail.pozdnyakov2016-03-174-42/+230
* [chrome.displaySource] Fix use of scoped_ptr<base::Timer> after it was movedmikhail.pozdnyakov2016-03-091-1/+1
* [chrome.displaySource] Use WDS for Wi-Fi Display implementationmikhail.pozdnyakov2016-02-294-6/+250
* [chrome.displaySource] further implementation of call completion callbacksmikhail.pozdnyakov2016-02-264-64/+101
* [chrome.displaySource] Session notification improvementsmikhail.pozdnyakov2016-02-112-29/+18
* [mojo] Delete third_party/mojorockot2016-02-101-0/+1
* Make use of CreateInterfacePtrAndBind() where appropriatesky2016-01-261-4/+1
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-211-58/+49
* Add WiFi Display session class skeleton and mojo servicemikhail.pozdnyakov2016-01-144-11/+204
* Switch to standard integer types in extensions/.avi2015-12-235-0/+12
* Convert Pass()→std::move() in //extensionsdcheng2015-12-183-7/+11
* chrome.displaySource custom bindingsmikhail.pozdnyakov2015-12-093-0/+133
* Remove stash_client.js dependency on unload_event.jsdcheng2015-10-031-5/+5
* Add unit tests for new added ReceiveErrorjuncai2015-07-171-0/+30
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-201-8/+7
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+1
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in extensions module.pranay.kumar2015-05-051-1/+2
* Revert of Change the callsites of InterfacePtr<> methods which directly deal ...dbeam2015-05-051-1/+1
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+1
* Use the JS stash client from the JS serial service.sammc2015-02-101-4/+48
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-052-14/+64
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-042-117/+17
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-032-17/+117
* Set serial connection parameters immediately on connect.reillyg2015-01-281-56/+65
* Add mojoPrivate.requireAsync method to chrome IDL.kmarshall2015-01-271-0/+10
* Add a mojoPrivate API that exposes mojo to component apps/extensions.sammc2015-01-141-0/+48
* Implement AutomationNode.querySelector().aboxhall2014-11-062-0/+123
* Enable the mojo-based serial API in the renderer behind a flag.sammc2014-10-283-23/+0
* Change data pipe wrappers used by SerialConnection to use message pipe.sammc2014-10-281-10/+0
* Add an extensions keep-alive client.sammc2014-10-281-0/+2
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-273-5/+5
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-26/+25
* Add serialization support to the JS serial connection client.sammc2014-10-041-0/+25
* Revert of Add serialization support to the JS serial connection client. (patc...sammc2014-10-041-25/+0
* Add serialization support to the JS serial connection client.sammc2014-10-041-0/+25
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-033-17/+17
* Add serialization support to the JS DataSender and DataReceiver.sammc2014-09-253-0/+65
* Fix some leaks and failures under valgrind in JS extensions unit tests.sammc2014-09-151-6/+0
* Make some fields non-nullable in serial.mojom and data_stream.mojom.sammc2014-09-111-0/+1
* Implement the client side of Serial I/O on data pipe.sammc2014-09-031-0/+173
* Implement the host side of serial connection I/O on data pipe.sammc2014-08-271-0/+2
* Send less data in the DataSender test that timed out under valgrind.sammc2014-08-261-2/+2
* Remove implicit conversions from scoped_refptr to T* in extensions/dcheng2014-08-253-4/+4
* Add the JS data pipe client to be used to implement serial send.sammc@chromium.org2014-08-201-0/+162