summaryrefslogtreecommitdiffstats
path: root/mojo/edk/embedder
Commit message (Expand)AuthorAgeFilesLines
* [mojo] Add CreateSharedBuffer method to Broker.edcourtney2016-01-152-3/+6
* Global conversion of Pass()→std::move() on OS=androiddcheng2015-12-301-2/+2
* Switch to standard integer types in mojo/.Avi Drissman2015-12-2116-0/+27
* Convert Pass()→std::move() in //mojo/edkdcheng2015-12-188-35/+45
* Make mojo::edk::PlatformHandle have the same named member on all platforms.jam2015-12-118-26/+26
* Prepare chrome to use the new Mojo EDK by default.John Abd-El-Malek2015-12-101-13/+2
* Fix mojo_system_unittests2 component build after r363386jam2015-12-091-1/+1
* Rename MOVE_ONLY_TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03danakj2015-12-081-1/+1
* Add multiplexing of message pipes in the new EDK.John Abd-El-Malek2015-12-062-110/+99
* Remove ShutdownIPCSupportAndWaitForNoChannels.jam2015-12-033-50/+6
* Fix the new Mojo EDK's mojo_system_unittests to pass in release builds and al...jam2015-12-031-1/+2
* Remove kint32min.avi2015-12-021-1/+5
* Remove SimpleBroker and instead use the production broker implementation in t...jam2015-11-301-3/+5
* Rename mojo::TokenSerializer to mojo::Broker.jam2015-11-254-50/+36
* Create a broker interface for the new Mojo EDK so that the browser can create...John Abd-El-Malek2015-11-247-30/+151
* Run gn --format over all .gn filesagrieve2015-11-201-1/+1
* Remove mojo_sdk_source_set & mojo_edk_source_set templates.jam2015-11-141-9/+7
* Make the new Mojo EDK work on XP.jam2015-11-132-6/+12
* Fix racy crash in Mandoline child processes.jam2015-11-133-11/+12
* Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 ...hablich2015-11-132-11/+11
* Revert of Followup to r359266 to make mojo_edk_unittests2 pass again. (patchs...hablich2015-11-131-1/+0
* Followup to r359266 to make mojo_edk_unittests2 pass again.jam2015-11-131-0/+1
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1313-21/+21
* Fix racy crash in Mandoline child processes.jam2015-11-122-11/+11
* Eliminate third_party/mojo/src from all targets' include pathsKen Rockot2015-11-1112-18/+18
* Get the new Mojo EDK working on POSIX.jam2015-10-265-5/+31
* Handle pipe read and write errors separately in the new EDK.jam2015-10-191-0/+1
* Fix GN debug component build for some targets.jam2015-10-104-3/+15
* Serialize messages that are waiting to be written to the OS pipe when transfe...jam2015-10-062-130/+152
* Remove more nacl bindings related code.jam2015-10-032-257/+0
* Fix other build errors from r352208.jam2015-10-031-2/+2
* Fix build errors from r478251.jam2015-10-031-1/+4
* Add a Mojo EDK for Chrome that uses one OS pipe per message pipe.jam2015-10-0236-0/+3698
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-1938-3672/+0
* Update mojo sdk to rev b737c0531e299ad494725c518699843e76ff84f5Colin Blundell2015-01-191-13/+2
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-163-70/+48
* Update mojo sdk to rev cc531b32182099a5a034a99daff35ed5d38a61c8Daniel Cheng2014-12-304-9/+112
* Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00frockot2014-12-161-1/+1
* Update mojo sdk to rev f6c8ec07c01deebc13178d516225fd12695c3dc2rockot2014-12-098-45/+212
* Run gn format on //mojo/**/BUILD.gnjamesr2014-12-041-2/+7
* Update mojo sdk to rev 98d8236f7eea383e5214254c8d045df6c7a6297arockot2014-12-021-1/+7
* Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35ajamesr2014-11-1920-385/+547
* Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (pa...thakis2014-11-1518-468/+311
* Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480jamesr2014-11-1318-311/+468
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-075-35/+51
* Mojo: Fixes to current virtual/override style in mojo/edk/.Viet-Trung Luu2014-10-212-4/+4
* Standardize usage of virtual/override/final in mojo/dcheng2014-10-212-16/+15
* Mojo: Add "attach and run" methods to Channel and ChannelEndpoint.viettrungluu2014-10-141-15/+1
* Mojo: Combine mojo/edk/{system,embedder}/PRESUBMIT.py.viettrungluu2014-10-072-18/+2
* Mojo: Make ChannelEndpointId a struct.Viet-Trung Luu2014-10-071-3/+4