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
/
public
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Standardize usage of virtual/override/final in mojo/
dcheng
2014-10-21
26
-134
/
+126
*
Mojo: Fix mojo/public/cpp/application/DEPS.
viettrungluu
2014-10-21
2
-11
/
+5
*
Further refine mojo_example_apptests.
msw
2014-10-17
2
-8
/
+17
*
Make args() accessors const
davemoore
2014-10-17
1
-1
/
+1
*
mojo: Fix c++ bindings so serialization of empty arrays doesn't crash.
erg
2014-10-17
2
-2
/
+19
*
Make ApplicationImpl::args() be a std::vector<std::string>
davemoore
2014-10-17
2
-3
/
+3
*
mojo: Switch the clipboard interface over to using map<>.
erg
2014-10-16
3
-5
/
+97
*
Remove unused template, accidentally introduced by https://codereview.chromiu...
aa
2014-10-15
1
-3
/
+0
*
Add Equals() to mojom structs and related types.
aa
2014-10-15
8
-1
/
+202
*
Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local
pkasting
2014-10-14
8
-16
/
+23
*
mojo: Allow circular dependencies between structs
qsr
2014-10-10
5
-11
/
+42
*
mojom: Add associative arrays to the mojom language.
erg
2014-10-10
18
-76
/
+1229
*
Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better
pkasting
2014-10-09
1
-1
/
+1
*
Mojo: Use a variadic template in mojo/public/cpp/bindings/callback.h.
viettrungluu
2014-10-09
2
-563
/
+13
*
Mojo: Add a PRESUBMIT.py to mojo/public/cpp.
viettrungluu
2014-10-08
1
-0
/
+16
*
Mojo: clang-format mojo/public/cpp/{application,bindings}.
Viet-Trung Luu
2014-10-07
57
-568
/
+500
*
Mojo: clang-format mojo/public/cpp/{environment,system,test_support,utility}.
Viet-Trung Luu
2014-10-07
19
-230
/
+229
*
Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp
jamesr
2014-10-07
5
-5
/
+5
*
Refine mojo_example_apptests' client execution pattern.
msw
2014-10-07
2
-0
/
+10
*
Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp
jamesr
2014-10-07
7
-8
/
+8
*
Mojo: Change MOJO_COMPILE_ASSERT -> static_assert in mojo/.
viettrungluu
2014-10-07
11
-72
/
+64
*
Rename Get to GetProxy
sky
2014-10-06
3
-5
/
+6
*
Remove ApplicationRunner's explicit ScopedMessagePipeHandle construction.
msw
2014-10-03
1
-2
/
+1
*
mojom: Change array syntax from uint8[] to array<uint8>.
erg
2014-10-03
1
-5
/
+5
*
Mojo cpp bindings: support Clone() for structs and arrays which don't contain...
yzshen
2014-10-02
5
-20
/
+149
*
Makes NativeViewport send OnBoundsChanged() after widget available
sky
2014-09-30
3
-0
/
+40
*
Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.
viettrungluu
2014-09-30
1
-6
/
+0
*
Mojo: Delete mojo/public/cpp/gles2.
viettrungluu
2014-09-30
1
-4
/
+0
*
Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...
viettrungluu
2014-09-30
28
-61
/
+61
*
Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings.
viettrungluu
2014-09-30
16
-53
/
+50
*
Mojo: MOJO_OVERRIDE -> override in mojo/.
Viet-Trung Luu
2014-09-29
30
-162
/
+114
*
Make gn check //mojo/public/* pass
jamesr
2014-09-26
10
-28
/
+91
*
mojo: Allow basic RunLoop to be quit from a posted task.
qsr
2014-09-24
3
-24
/
+59
*
Add Initialize() method to Application with ability to send args using
davemoore
2014-09-19
2
-3
/
+18
*
mojo: Create a basic clipboard.
erg
2014-09-17
1
-0
/
+3
*
Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://...
rockot
2014-09-16
1
-3
/
+0
*
mojo: Create a basic clipboard.
erg
2014-09-16
1
-0
/
+3
*
Move application:chromium bindings to mojo/application/
jamesr
2014-09-13
3
-130
/
+0
*
Mojo + NaCl prototype.
ncbray
2014-09-11
1
-3
/
+2
*
Mark gtest and gmock as testonly in GN.
Brett Wilson
2014-09-08
1
-0
/
+1
*
Expose NavigatorHost via Embed() rather than globally.
aa
2014-09-05
1
-1
/
+10
*
Update view_manager and window_manager to make use of content handling.
aa
2014-09-05
1
-0
/
+2
*
mojo: Run validation tests on java
Benjamin Lerman
2014-09-04
1
-0
/
+9
*
Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetric
mpcomplete
2014-09-03
6
-63
/
+75
*
Remove ShellPtrWatcher details from public header
davemoore
2014-09-02
2
-18
/
+19
*
Make HandleWatcher watch on the same thread if the thread is running a Messag...
yzshen
2014-08-29
4
-8
/
+26
*
mojo: Utility class to parse .data file.
Benjamin Lerman
2014-08-29
1
-1
/
+7
*
Get rid of KeepAlive. Quit shell when all urls run directly by Context are ...
davemoore
2014-08-25
1
-1
/
+4
*
Mojo C++ bindings: better log messages for some validation errors at the rece...
yzshen
2014-08-25
3
-7
/
+24
*
Converts some DCHECKs into CHECKs in hopes of helping with a crash
sky@chromium.org
2014-08-22
2
-4
/
+4
[next]