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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo C++ bindings: better log message for serialization warnings.
yzshen@chromium.org
2014-08-21
6
-15
/
+62
*
mojo: first take on removing mojo_main_{chromium,standalone}.
tim@chromium.org
2014-08-21
57
-410
/
+420
*
Make struct members nullable so demo_launcher no longer crashes.
acolwell@chromium.org
2014-08-21
2
-7
/
+7
*
GN: Build rules and fixes for (almost) all mojo unittest targets
jamesr@chromium.org
2014-08-21
25
-45
/
+556
*
Add JS bindings validation logic for non-nullable types
hansmuller@chromium.org
2014-08-21
5
-51
/
+136
*
Mojo cpp bindings: remove IsNonNullableValidationEnabled() check
yzshen@chromium.org
2014-08-20
7
-32
/
+11
*
Mark optional mojo quads fields as nullable
jamesr@chromium.org
2014-08-20
1
-10
/
+10
*
Mojo JS bindings generator doesn't generate import-qualified struct references
hansmuller@chromium.org
2014-08-20
6
-19
/
+62
*
Mojo multiple command buffer support and sample
jamesr@chromium.org
2014-08-20
34
-154
/
+734
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
14
-21
/
+49
*
Mojom cpp bindings: Enable non-nullable check.
yzshen@chromium.org
2014-08-20
6
-30
/
+31
*
Mojo cpp bindings: More clear checks for array num_bytes and num_elements.
yzshen@chromium.org
2014-08-20
5
-22
/
+69
*
GN: Mojo wget, sample_app, surfaces app and component build
jamesr@chromium.org
2014-08-19
21
-26
/
+348
*
[Ozone] Have WTH call cursor function in platform_window directly
dnicoara@chromium.org
2014-08-19
2
-1
/
+5
*
Mojo: Fix warnings when generating code for empty struct in java.
qsr@chromium.org
2014-08-19
3
-0
/
+23
*
Mojo: Add warning of invalid serialization results (in debug build).
yzshen@chromium.org
2014-08-19
15
-77
/
+517
*
Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.
viettrungluu@chromium.org
2014-08-19
9
-33
/
+72
*
Move blink<->cc bindings to cc/blink
jamesr@chromium.org
2014-08-19
9
-1
/
+10
*
Revert 290431 "Mojo multiple command buffer support and sample"
sashab@chromium.org
2014-08-19
34
-733
/
+155
*
Mojo multiple command buffer support and sample
jamesr@chromium.org
2014-08-19
34
-155
/
+733
*
Add a debug log message for failing to load when the library path does not ex...
acolwell@chromium.org
2014-08-19
1
-1
/
+4
*
mojo: notify handlers of mojo:RunLoop destruction
tim@chromium.org
2014-08-19
3
-14
/
+136
*
Rename Animate as Begin(Main)Frame
skyostil@chromium.org
2014-08-18
2
-3
/
+4
*
Revert of Mojo multiple command buffer support and sample (patchset #6 of htt...
tdanderson@chromium.org
2014-08-16
34
-732
/
+155
*
Mojo multiple command buffer support and sample
jamesr@chromium.org
2014-08-16
34
-155
/
+732
*
Add some trivial window decorations & window closing back to the demo window ...
ben@chromium.org
2014-08-16
3
-11
/
+68
*
JavaScript bindings for Mojo message validation
hansmuller@chromium.org
2014-08-16
10
-46
/
+352
*
Enqueuing new frames in a Surface should cause Displays to reaggregate it
jbauman@chromium.org
2014-08-16
2
-0
/
+4
*
Mojo: simple iframe support.
mpcomplete@chromium.org
2014-08-16
3
-4
/
+22
*
mojo events: Add |screen_location| to located events.
erg@chromium.org
2014-08-16
10
-112
/
+170
*
Plumb redirect info out of net, through content, and into child processes.
davidben@chromium.org
2014-08-15
2
-6
/
+5
*
Add validation logic for non-nullable types.
yzshen@chromium.org
2014-08-15
31
-58
/
+387
*
Move focus from the view manager to the window manager.
ben@chromium.org
2014-08-15
32
-266
/
+295
*
Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of...
viettrungluu@chromium.org
2014-08-15
11
-43
/
+200
*
Turn mojo_native_viewport_service from component into a static_library.
davemoore@chromium.org
2014-08-15
21
-288
/
+235
*
Fix mojo_example_apptests service application termination.
msw@chromium.org
2014-08-15
3
-4
/
+8
*
Mojo: Move/rename RawSharedBuffer -> SimplePlatformSharedBuffer.
viettrungluu@chromium.org
2014-08-14
10
-278
/
+283
*
Rename NativeViewport implementations to disambiguate them from the service
davemoore@chromium.org
2014-08-14
15
-163
/
+159
*
Mojo: Add platform_shared_buffer.h to the .gn file.
viettrungluu@chromium.org
2014-08-14
1
-0
/
+1
*
Mojo: clang-format mojo/public/c/... and add a presubmit check.
viettrungluu@chromium.org
2014-08-14
12
-195
/
+233
*
Mojo: Add a platform interface for shared memory (embedder::PlatformSharedBuf...
viettrungluu@chromium.org
2014-08-14
18
-174
/
+280
*
Add dep from mojo_view_manager_bindings to mojo_application_bindings
jamesr@chromium.org
2014-08-14
1
-0
/
+1
*
Mojo: Get rid of some unneeded namespace qualifiers in mojo/embedder/.
viettrungluu@chromium.org
2014-08-14
3
-14
/
+12
*
Adds some CHECKs to MessagePumpMojo
sky@chromium.org
2014-08-14
3
-16
/
+33
*
Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...
viettrungluu@chromium.org
2014-08-14
6
-29
/
+74
*
Remove OpenWindow from WindowManager API. This time much
ben@chromium.org
2014-08-14
11
-116
/
+118
*
Support an ALPHA_8 UIResourceBitmap format
jdduke@chromium.org
2014-08-14
1
-0
/
+1
*
Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers
jamesr@chromium.org
2014-08-13
18
-101
/
+391
*
Fix line endings in various view_manager files.
aa@chromium.org
2014-08-13
7
-508
/
+508
*
Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."
brettw@chromium.org
2014-08-13
2
-3
/
+3
[next]