summaryrefslogtreecommitdiffstats
path: root/extensions/browser/mojo
Commit message (Expand)AuthorAgeFilesLines
* Remove the last usage of MojoAsyncWaiter.yzshen2016-03-042-6/+10
* Make extensions::DictionaryBuilder and extensions::ListValue unmovable.dcheng2016-02-271-13/+22
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-132-4/+4
* Move InterfaceProvider into the shell::mojom namespace like the rest of the s...ben2016-02-111-1/+1
* Rename ServiceProvider to InterfaceProvider.ben2016-02-101-3/+3
* Add WiFi Display session class skeleton and mojo servicemikhail.pozdnyakov2016-01-141-0/+13
* Move mojo/application/public -> mojo/shell/publicben2016-01-122-2/+2
* Switch to standard integer types in extensions/browser/.avi2015-12-235-0/+9
* Use rvalue reference instead of extensions::DictionaryBuilder::pass()limasdf2015-12-191-14/+15
* Convert Pass()→std::move() in //extensionsdcheng2015-12-184-39/+45
* Use rvalue reference instead of extensions::ListBuilder::Pass()limasdf2015-12-091-20/+21
* Remove ScopedVector from /extenisons part#1limasdf2015-11-132-10/+13
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-133-5/+5
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-241-4/+4
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-231-4/+4
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-4/+4
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-221-4/+4
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-221-4/+4
* Change KeepAliveImpl to handle extension unload and shutdown correctly.sammc2015-07-153-3/+92
* Remove mojo::InterfaceImpl from extensions.sammc2015-05-202-5/+10
* Fork the mojo shell interfaces used by Mandoline.jam2015-05-142-1/+4
* Add service registration for Mojo services defined under chrome/kmarshall2015-04-032-24/+7
* Remove extensions::ServiceRegistrationManager.sammc2015-02-134-210/+97
* Add handle waiting to StashBackend.sammc2015-02-063-30/+254
* Cleanup: Remove rendundant code in KeepAliveTest.thestig2015-02-041-9/+0
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-233-3/+3
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-161-2/+3
* Extract ProcessManager from ExtensionSystem.reillyg2014-10-282-28/+4
* Enable the mojo-based serial API in the renderer behind a flag.sammc2014-10-282-3/+36
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Add service registration for apps APIs implemented as mojo services.sammc2014-10-272-0/+177
* Move stash_backend into extensions/browser/mojo.sammc2014-10-243-0/+292
* Add a keep-alive mojo service for extensions.sammc2014-10-233-0/+203