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
*
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
*
Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace
brettw@chromium.org
2014-08-13
2
-3
/
+3
*
Mojo: Properly cancel further read on all read failures in RawChannelPosix.
viettrungluu@chromium.org
2014-08-13
1
-46
/
+51
*
Refactored the codec.js changes from "from Support packed arrays of
hansmuller@chromium.org
2014-08-13
2
-62
/
+40
*
Mojo: Generalize blink::URLRequest -> mojo::URLRequest conversion, and use it
mpcomplete@chromium.org
2014-08-13
5
-89
/
+140
*
Mojo: Only link against one system impl
jamesr@chromium.org
2014-08-13
2
-3
/
+0
*
GN: Add mojo_shell_tests, get more things working on android
jamesr@chromium.org
2014-08-13
12
-24
/
+151
*
Make async waiter explicit MojoGLES2CreateContext param
jamesr@chromium.org
2014-08-12
16
-109
/
+51
*
Revert of Adds some CHECKs to MessagePumpMojo (https://codereview.chromium.or...
adamk@chromium.org
2014-08-12
3
-33
/
+15
*
Mojo: Make parallel sync/async embedder channel creation/destruction APIs.
viettrungluu@chromium.org
2014-08-12
2
-31
/
+114
*
mojo: Reland "Convert gles2 to the new thunking system."
erg@chromium.org
2014-08-12
22
-397
/
+471
*
Fix bustage.
ben@chromium.org
2014-08-12
1
-1
/
+0
*
Fix an issue with view manager init service where you had to retain a connect...
ben@chromium.org
2014-08-12
5
-72
/
+72
*
Rename Node to View in the View Manager mojom & client lib. Service TBD.
ben@chromium.org
2014-08-12
50
-1754
/
+1748
*
Adds some CHECKs to MessagePumpMojo
sky@chromium.org
2014-08-12
3
-15
/
+33
*
Mojom generator: move Is.*Kind() functions into module.py and use them from a...
yzshen@chromium.org
2014-08-12
8
-240
/
+316
*
Mojo: Plumb "connection broken" out of RawChannel.
viettrungluu@chromium.org
2014-08-12
5
-10
/
+45
*
Eliminate View, folding methods into Node.
ben@chromium.org
2014-08-11
51
-1920
/
+725
*
Mojo: Plumb out different kinds of read errors (from RawChannel).
viettrungluu@chromium.org
2014-08-11
8
-164
/
+220
*
Add goma support to mojob.sh.
viettrungluu@chromium.org
2014-08-11
1
-5
/
+47
*
Disable all the tests that are flaking more than 5% on Linux builders.
jam@chromium.org
2014-08-11
1
-1
/
+7
*
Mojo: Rename ServiceManager to ApplicationManager.
aa@chromium.org
2014-08-09
48
-839
/
+847
*
Revert 288527 "mojo: Reland "Convert gles2 to the new thunking s..."
rkc@chromium.org
2014-08-09
22
-471
/
+397
*
mojo: Reland "Convert gles2 to the new thunking system."
erg@chromium.org
2014-08-09
22
-397
/
+471
*
Added mojom.FixedArray to the array clause in JavaScriptEncodeSnippet(kind).
hansmuller@chromium.org
2014-08-09
2
-2
/
+3
*
Mojo: Plumb new Wait/WaitMany API out to Core.
viettrungluu@chromium.org
2014-08-08
5
-99
/
+493
*
Reland r288013: First cut at "content handling" support in Mojo.
aa@chromium.org
2014-08-08
33
-246
/
+705
*
Revert 288259 "Changed PLOG to VPLOG"
viettrungluu@chromium.org
2014-08-08
1
-1
/
+1
*
Changed PLOG to VPLOG
giji.g@samsung.com
2014-08-08
1
-1
/
+1
*
Add a Mojo example apptest that runs in mojo_shell.
msw@chromium.org
2014-08-08
12
-0
/
+386
*
RawChannel::OnWriteCompletedNoLock(): change a DCHECK to CHECK.
yzshen@chromium.org
2014-08-08
1
-1
/
+1
[next]