summaryrefslogtreecommitdiffstats
path: root/mojo/common
Commit message (Expand)AuthorAgeFilesLines
* Fix handle_watcher when start is called twice on the same handle.ppi2015-01-272-0/+18
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-238-11/+11
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+2
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-5/+5
* Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1rockot2015-01-163-42/+40
* Reland "Replace Chrome IPC with Mojo IPC for querying BatteryStatus service"ppi2014-10-281-0/+1
* Revert of Replace Chrome IPC with Mojo IPC for querying BatteryStatus service...leviw2014-10-271-1/+0
* Replace Chrome IPC with Mojo IPC for querying BatteryStatus serviceppi2014-10-271-0/+1
* Standardize usage of virtual/override/final in mojo/dcheng2014-10-213-23/+18
* Add the ability to observe MessagePumpMojoabarth2014-10-173-0/+85
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-077-195/+1
* mojo: Update MessagePumpMojo to allow RunUntilIdle to purge all handlesqsr2014-10-064-11/+75
* Move mojo edk into mojo/edkjamesr2014-10-0311-645/+6
* Revert "Move mojo edk into mojo/edk"Trent Apted2014-10-0311-6/+645
* Move mojo edk into mojo/edkJames Robinson2014-10-0311-645/+6
* Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.viettrungluu2014-09-303-12/+13
* mojo: Create a basic clipboard.erg2014-09-173-0/+52
* Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://...rockot2014-09-163-52/+0
* mojo: Create a basic clipboard.erg2014-09-163-0/+52
* GN: Replace mojo/system.gni with forwarding groupsjamesr2014-09-161-3/+2
* GN rules for everything in //mojojamesr2014-09-151-0/+15
* JavaScript Content Handler Version 0.0hansmuller2014-09-122-12/+44
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...thestig2014-09-102-2/+2
* Add lots of testonly annotations to the GN build.Brett Wilson2014-09-081-0/+3
* Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetricmpcomplete2014-09-032-21/+29
* Make HandleWatcher watch on the same thread if the thread is running a Messag...yzshen2014-08-295-68/+183
* Performance tuning of HandleWatchersky@chromium.org2014-08-221-29/+113
* GN: Build rules and fixes for (almost) all mojo unittest targetsjamesr@chromium.org2014-08-212-0/+71
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-202-4/+4
* GN: Mojo wget, sample_app, surfaces app and component buildjamesr@chromium.org2014-08-191-3/+4
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-143-16/+33
* Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.or...adamk@chromium.org2014-08-123-33/+15
* Adds some CHECKs to MessagePumpMojosky@chromium.org2014-08-123-15/+33
* Makes HandleWatcher block until no longer waiting on pipesky@chromium.org2014-07-244-17/+135
* mojo: add a String <> GURL TypeConvertertim@chromium.org2014-07-153-0/+35
* Move channel_init out of mojo_common.qsr@chromium.org2014-06-194-121/+1
* Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....viettrungluu@chromium.org2014-06-185-9/+9
* Mojo: MojoWaitFlags -> MojoHandleSignals.viettrungluu@chromium.org2014-06-184-22/+22
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-06-145-130/+6
* Add more mojo targets to the GN build.brettw@chromium.org2014-06-131-0/+34
* Mojo: Plumb MojoCreateMessagePipeOptions through to the C++ wrappers.viettrungluu@chromium.org2014-06-121-1/+1
* Fixes warn_unused_result of fwrite.mukai@chromium.org2014-06-111-2/+2
* Mojo: Use network service to load non-local Mojo Apps.darin@chromium.org2014-06-102-0/+104
* Mojo: more idiomatic C++ bindingsdarin@chromium.org2014-05-293-35/+23
* Cleanup: Use base::CommandLine in mojo/thestig@chromium.org2014-05-241-3/+4
* Revert 272472 "Mojo: nuke EnvironmentData"kbr@chromium.org2014-05-234-6/+128
* Mojo: nuke EnvironmentDatadarin@chromium.org2014-05-234-128/+6
* Mojo: cancel pending AsyncWait calls when the callers thread exitsdarin@chromium.org2014-05-153-56/+80
* Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.viettrungluu@chromium.org2014-05-133-7/+64
* Two fixes for mojo JS bindingssky@chromium.org2014-05-111-3/+8