index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mojo
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix handle_watcher when start is called twice on the same handle.
ppi
2015-01-27
2
-0
/
+18
*
Include Mojo SDK/EDK via fully-qualified paths in Chromium code.
blundell
2015-01-23
8
-11
/
+11
*
Move the test template to //testing/test.gni (part 2)
qsr
2015-01-21
1
-0
/
+2
*
Move //mojo/{public, edk} underneath //third_party
blundell
2015-01-19
1
-5
/
+5
*
Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1
rockot
2015-01-16
3
-42
/
+40
*
Reland "Replace Chrome IPC with Mojo IPC for querying BatteryStatus service"
ppi
2014-10-28
1
-0
/
+1
*
Revert of Replace Chrome IPC with Mojo IPC for querying BatteryStatus service...
leviw
2014-10-27
1
-1
/
+0
*
Replace Chrome IPC with Mojo IPC for querying BatteryStatus service
ppi
2014-10-27
1
-0
/
+1
*
Standardize usage of virtual/override/final in mojo/
dcheng
2014-10-21
3
-23
/
+18
*
Add the ability to observe MessagePumpMojo
abarth
2014-10-17
3
-0
/
+85
*
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
jamesr
2014-10-07
7
-195
/
+1
*
mojo: Update MessagePumpMojo to allow RunUntilIdle to purge all handles
qsr
2014-10-06
4
-11
/
+75
*
Move mojo edk into mojo/edk
jamesr
2014-10-03
11
-645
/
+6
*
Revert "Move mojo edk into mojo/edk"
Trent Apted
2014-10-03
11
-6
/
+645
*
Move mojo edk into mojo/edk
James Robinson
2014-10-03
11
-645
/
+6
*
Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/.
viettrungluu
2014-09-30
3
-12
/
+13
*
mojo: Create a basic clipboard.
erg
2014-09-17
3
-0
/
+52
*
Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://...
rockot
2014-09-16
3
-52
/
+0
*
mojo: Create a basic clipboard.
erg
2014-09-16
3
-0
/
+52
*
GN: Replace mojo/system.gni with forwarding groups
jamesr
2014-09-16
1
-3
/
+2
*
GN rules for everything in //mojo
jamesr
2014-09-15
1
-0
/
+15
*
JavaScript Content Handler Version 0.0
hansmuller
2014-09-12
2
-12
/
+44
*
Cleanup: Use base/files/file_util.h instead of base/file_util.h in cc/, chrom...
thestig
2014-09-10
2
-2
/
+2
*
Add lots of testonly annotations to the GN build.
Brett Wilson
2014-09-08
1
-0
/
+3
*
Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetric
mpcomplete
2014-09-03
2
-21
/
+29
*
Make HandleWatcher watch on the same thread if the thread is running a Messag...
yzshen
2014-08-29
5
-68
/
+183
*
Performance tuning of HandleWatcher
sky@chromium.org
2014-08-22
1
-29
/
+113
*
GN: Build rules and fixes for (almost) all mojo unittest targets
jamesr@chromium.org
2014-08-21
2
-0
/
+71
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
2
-4
/
+4
*
GN: Mojo wget, sample_app, surfaces app and component build
jamesr@chromium.org
2014-08-19
1
-3
/
+4
*
Adds some CHECKs to MessagePumpMojo
sky@chromium.org
2014-08-14
3
-16
/
+33
*
Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.or...
adamk@chromium.org
2014-08-12
3
-33
/
+15
*
Adds some CHECKs to MessagePumpMojo
sky@chromium.org
2014-08-12
3
-15
/
+33
*
Makes HandleWatcher block until no longer waiting on pipe
sky@chromium.org
2014-07-24
4
-17
/
+135
*
mojo: add a String <> GURL TypeConverter
tim@chromium.org
2014-07-15
3
-0
/
+35
*
Move channel_init out of mojo_common.
qsr@chromium.org
2014-06-19
4
-121
/
+1
*
Mojo: Rename MOJO_WAIT_FLAG_... -> MOJO_HANDLE_SIGNAL_....
viettrungluu@chromium.org
2014-06-18
5
-9
/
+9
*
Mojo: MojoWaitFlags -> MojoHandleSignals.
viettrungluu@chromium.org
2014-06-18
4
-22
/
+22
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-06-14
5
-130
/
+6
*
Add more mojo targets to the GN build.
brettw@chromium.org
2014-06-13
1
-0
/
+34
*
Mojo: Plumb MojoCreateMessagePipeOptions through to the C++ wrappers.
viettrungluu@chromium.org
2014-06-12
1
-1
/
+1
*
Fixes warn_unused_result of fwrite.
mukai@chromium.org
2014-06-11
1
-2
/
+2
*
Mojo: Use network service to load non-local Mojo Apps.
darin@chromium.org
2014-06-10
2
-0
/
+104
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
3
-35
/
+23
*
Cleanup: Use base::CommandLine in mojo/
thestig@chromium.org
2014-05-24
1
-3
/
+4
*
Revert 272472 "Mojo: nuke EnvironmentData"
kbr@chromium.org
2014-05-23
4
-6
/
+128
*
Mojo: nuke EnvironmentData
darin@chromium.org
2014-05-23
4
-128
/
+6
*
Mojo: cancel pending AsyncWait calls when the callers thread exits
darin@chromium.org
2014-05-15
3
-56
/
+80
*
Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.
viettrungluu@chromium.org
2014-05-13
3
-7
/
+64
*
Two fixes for mojo JS bindings
sky@chromium.org
2014-05-11
1
-3
/
+8
[next]