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
*
gn: Add missing mojo dep on application
scottmg@chromium.org
2014-07-31
1
-0
/
+4
*
Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...
viettrungluu@chromium.org
2014-07-31
29
-201
/
+454
*
Basic Mojo message header validation for JavaScript.
hansmuller@chromium.org
2014-07-31
5
-15
/
+159
*
Mark json results failures as unexpected in python tests.
dpranke@chromium.org
2014-07-31
1
-4
/
+7
*
Mojo: split up service_provider.mojom
darin@chromium.org
2014-07-31
40
-79
/
+87
*
Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...
viettrungluu@chromium.org
2014-07-31
30
-154
/
+520
*
mojo: ViewManagerInitServiceImpl can delete itself OnNativeViewportDeleted
tim@chromium.org
2014-07-31
1
-4
/
+1
*
Mojo: Add a GetHandleSignalsState() method to Dispatcher.
viettrungluu@chromium.org
2014-07-30
25
-65
/
+137
*
Extract mojo_base.gyp from mojo.gyp
morrita@chromium.org
2014-07-30
7
-731
/
+772
*
Revert 286584 "Revert 286504 "Fix typos in num_failures_by_type ..."
skobes@chromium.org
2014-07-30
1
-3
/
+3
*
Revert 286504 "Fix typos in num_failures_by_type for json results."
skobes@chromium.org
2014-07-30
1
-3
/
+3
*
Fix typos in num_failures_by_type for json results.
dpranke@chromium.org
2014-07-30
1
-3
/
+3
*
Mojo: Mark surfaces service and samples as loadable_modules in gyp
jamesr@chromium.org
2014-07-30
2
-6
/
+6
*
Revert of mojo: Convert gles2 to the new thunking system (https://codereview....
tapted@chromium.org
2014-07-30
18
-410
/
+335
*
mojo: shell::Context should outlive the shell MessageLoop
tim@chromium.org
2014-07-30
14
-45
/
+59
*
mojo: Convert gles2 to the new thunking system.
erg@chromium.org
2014-07-30
18
-335
/
+410
*
Reland r285211: "Debugging RawChannelWin: replace DCHECK with CHECK and recor...
viettrungluu@chromium.org
2014-07-29
2
-82
/
+174
*
Temporary revert of r285211: "Debugging RawChannelWin: replace DCHECK with CH...
viettrungluu@chromium.org
2014-07-29
2
-223
/
+127
*
Mojo: clang-format mojo/system/*.{cc,h} ...
viettrungluu@chromium.org
2014-07-29
58
-1667
/
+2097
*
GN: Add GN rules for mojo_shell target
jamesr@chromium.org
2014-07-29
29
-39
/
+618
*
Mojo: Convert MemoryTest.Invalid (-> InvalidDeath) to new user pointer handling.
viettrungluu@chromium.org
2014-07-29
2
-67
/
+134
*
Add a PRESUBMIT.py to mojo/embedder.
viettrungluu@chromium.org
2014-07-29
1
-0
/
+16
*
Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.
darin@chromium.org
2014-07-29
21
-112
/
+296
*
Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...
ben@chromium.org
2014-07-29
25
-138
/
+127
*
Mojo: Fix Options struct alignment checking on Windows.
viettrungluu@chromium.org
2014-07-28
2
-18
/
+14
*
Mojo: clang-format mojo/embedder/*.{cc,h}.
viettrungluu@chromium.org
2014-07-28
12
-199
/
+270
*
Mojo: Update comments in public/c/system/*.h.
viettrungluu@chromium.org
2014-07-28
3
-30
/
+28
*
Mojo: Change includes of "base/basictypes.h" to <stdint.h> and/or "base/macro...
viettrungluu@chromium.org
2014-07-28
18
-24
/
+23
*
Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-28
6
-171
/
+154
*
Add operator<< for mojo::String for logging use
davemoore@chromium.org
2014-07-28
1
-0
/
+4
*
mojo: fix little bug in DynamicServiceLoader/Runner
tim@chromium.org
2014-07-28
6
-11
/
+114
*
Cleans up usage of ViewManagerServiceImpl::roots_
sky@chromium.org
2014-07-27
9
-106
/
+146
*
Convert verification of options structs to use the new user pointer handling ...
viettrungluu@chromium.org
2014-07-27
17
-383
/
+426
*
Convert WriteData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-26
12
-87
/
+141
*
Remove extraneous namespaces
davemoore@chromium.org
2014-07-26
30
-348
/
+304
*
Convert ReadData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-26
13
-135
/
+201
*
Adds an AccessPolicy that is queried to determine what a connection can do
sky@chromium.org
2014-07-26
11
-662
/
+721
*
Convert WriteMessage...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
17
-166
/
+192
*
Convert ReadMessage...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
19
-214
/
+185
*
Make Mojo's LoggingTest.LogIf resilient to MSVC's unreachable code warning
hwennborg@google.com
2014-07-25
1
-10
/
+17
*
Revert of mojo: fix little bug in DynamicServiceLoader/Runner (https://codere...
mpearson@chromium.org
2014-07-25
6
-113
/
+11
*
Mojo: Set a default value for the --origin command line switch.
darin@chromium.org
2014-07-25
3
-14
/
+22
*
mojo: fix little bug in DynamicServiceLoader/Runner
tim@chromium.org
2014-07-25
6
-11
/
+113
*
Validate incoming JS Message Headers: test message parser
hansmuller@chromium.org
2014-07-25
15
-183
/
+682
*
Distinguish between keystroke and character events.
kpschoedel@chromium.org
2014-07-25
2
-14
/
+29
*
Convert BeginReadData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
12
-66
/
+92
*
Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop
jamesr@chromium.org
2014-07-25
25
-145
/
+146
*
Mojo: Modify plumbing for the WaitMany implementation.
viettrungluu@chromium.org
2014-07-25
2
-16
/
+27
*
Re-enable mojo_core_window_manager_unittests
jamesr@chromium.org
2014-07-25
2
-6
/
+6
*
Convert BeginWriteData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
12
-71
/
+98
[next]