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
/
examples
/
sample_app
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: Introduces mojo::EventType and mojo::EventFlags
morrita@chromium.org
2014-07-24
2
-11
/
+9
*
Mojo: Get rid of ui::gfx from sample_app
morrita@chromium.org
2014-07-23
3
-16
/
+15
*
Mojo: Move sample_app out from namespace mojo
morrita@chromium.org
2014-07-16
5
-30
/
+24
*
Attempt at cleaning up a bunch of shutdown issues.
ben@chromium.org
2014-07-11
1
-1
/
+3
*
Split ServiceProvider into 3
davemoore@chromium.org
2014-06-25
1
-5
/
+7
*
Move native_viewport.mojom into public/interfaces
ben@chromium.org
2014-06-17
2
-2
/
+2
*
Only change the spinning cube color on right click.
aa@chromium.org
2014-06-13
1
-9
/
+15
*
Mojo: Implement support for |Foo&| mojom syntax
darin@chromium.org
2014-05-30
3
-6
/
+6
*
Mojo: more idiomatic C++ bindings
darin@chromium.org
2014-05-29
2
-26
/
+25
*
Simplify Rect
ben@chromium.org
2014-05-29
1
-10
/
+9
*
Support MojoMain() in an Application context
davemoore@chromium.org
2014-05-29
1
-28
/
+16
*
Shell / ShellClient -> ServiceProvider
davemoore@chromium.org
2014-05-27
1
-5
/
+6
*
Revert 272983 "Change Shell / ShellClient to ServiceProvider"
davemoore@chromium.org
2014-05-27
1
-6
/
+5
*
Change Shell / ShellClient to ServiceProvider
davemoore@chromium.org
2014-05-27
1
-5
/
+6
*
Change the color of the spinning cube on click.
aa@chromium.org
2014-05-24
3
-2
/
+23
*
Mojo: Remove SetClient from generated interfaces
darin@chromium.org
2014-05-23
1
-1
/
+1
*
Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpl
darin@chromium.org
2014-05-09
2
-12
/
+10
*
Mojo: Move mojo/public/bindings/*.h to mojo/public/cpp/bindings/*.h.
viettrungluu@chromium.org
2014-04-01
2
-3
/
+3
*
Change AckEvent into request / response
davemoore@chromium.org
2014-03-31
1
-4
/
+4
*
Mojo: Move mojo/public/shell to mojo/public/{cpp,interfaces}/shell.
viettrungluu@chromium.org
2014-03-31
1
-2
/
+2
*
Mojo: Move mojo/public/gles2/gles2_cpp.h to mojo/public/cpp/gles2/gles2.h.
viettrungluu@chromium.org
2014-03-31
1
-1
/
+1
*
Mojo: Move C gles2 header files to mojo/public/c/gles2.
viettrungluu@chromium.org
2014-03-30
2
-2
/
+2
*
Mojo: Move public/environment to public/cpp/environment.
viettrungluu@chromium.org
2014-03-29
1
-1
/
+1
*
Mojo: Move mojo/public/utility to mojo/public/cpp/utility.
viettrungluu@chromium.org
2014-03-29
1
-1
/
+1
*
Mojo: Split off the C++ parts of mojo/public/c/system macros.h to their own f...
viettrungluu@chromium.org
2014-03-28
1
-2
/
+2
*
Mojo: Move public C system header files to mojo/public/c/system/.
viettrungluu@chromium.org
2014-03-26
1
-2
/
+2
*
Mojo: Include "path/to/foo.mojom.h"
darin@chromium.org
2014-02-27
2
-3
/
+3
*
Change mojo demo apps to use Application.
davemoore@chromium.org
2014-02-13
1
-2
/
+2
*
Create Application class
davemoore@chromium.org
2014-02-12
1
-63
/
+43
*
Mojo: Introduce InterfaceHandle<S>, Interface<S> and InterfacePipe<S,P>
darin@chromium.org
2014-02-11
1
-7
/
+10
*
Create GLES2 context synchronously.
piman@chromium.org
2014-02-04
3
-29
/
+9
*
Mojo: cleanup lifetime management of shell and services
darin@chromium.org
2014-02-03
1
-2
/
+5
*
Send size to NativeViewportClient::OnCreated instead of GLES2Client::DidCreat...
piman@chromium.org
2014-01-28
3
-14
/
+26
*
Mojo: re-organize public/bindings/ directory
darin@chromium.org
2014-01-28
2
-2
/
+3
*
Add a Launcher App.
ben@chromium.org
2014-01-27
1
-1
/
+15
*
Internalize the GLES2Client logic into libmojo_gles2
piman@chromium.org
2014-01-23
3
-19
/
+41
*
Mojo: AsyncWaiter and mojo/public/environment
darin@chromium.org
2014-01-14
1
-3
/
+1
*
Mojo: Remove utility:: namespace
darin@chromium.org
2014-01-09
1
-3
/
+3
*
Remove dependencies on base from SampleApp
davemoore@chromium.org
2014-01-08
3
-30
/
+36
*
Mojo: abstract interface implementation from generated Stub classes
darin@chromium.org
2014-01-07
3
-9
/
+6
*
Mojo: Add MessagePipe to core_cpp.h for convenience
darin@chromium.org
2013-12-25
1
-9
/
+7
*
Implement ServiceManager
davemoore@chromium.org
2013-12-18
3
-101
/
+66
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-11
6
-22
/
+128
*
Revert 239910 "Do something more interesting than printf when an..."
vadimt@chromium.org
2013-12-10
6
-127
/
+22
*
Do something more interesting than printf when an event is received by sample...
ben@chromium.org
2013-12-10
6
-22
/
+127
*
Move us closer to shutting down cleanly.
ben@chromium.org
2013-12-09
2
-4
/
+10
*
Wire events through to sample_app
ben@chromium.org
2013-12-06
2
-0
/
+10
*
Mojo: Generate bindings that make use of ScopedMessagePipeHandle.
darin@chromium.org
2013-12-04
1
-1
/
+1
*
[Mojo] Remove dependency between mojo/public and gpu
abarth@chromium.org
2013-12-04
8
-94
/
+98
*
[Mojo] Fix race condition in sample_app's SwapBuffers
abarth@chromium.org
2013-12-02
3
-6
/
+7
[next]