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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mojo: Remove the STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK endpoint state.
viettrungluu
2014-08-29
2
-5
/
+64
*
Add ChannelProxy benchmark to ipc_perftests.
morrita
2014-08-29
7
-87
/
+15
*
Mojo: Don't call Channel::HandleRemoteError() under lock.
Viet-Trung Luu
2014-08-28
1
-12
/
+16
*
Mojo: add mojo_message_pipe_perftests
morrita
2014-08-26
5
-124
/
+397
*
Mojo: Add static factory functions to MessagePipe.
Viet-Trung Luu
2014-08-26
9
-109
/
+75
*
Remove implicit conversions from scoped_refptr to T* in mojo/
dcheng
2014-08-25
16
-58
/
+58
*
GN: Build rules and fixes for (almost) all mojo unittest targets
jamesr@chromium.org
2014-08-21
1
-40
/
+47
*
Mojo: Add PlatformSupport argument to mojo::embedder::Init().
viettrungluu@chromium.org
2014-08-20
3
-4
/
+6
*
Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.
viettrungluu@chromium.org
2014-08-19
8
-30
/
+64
*
Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of...
viettrungluu@chromium.org
2014-08-15
7
-43
/
+95
*
Mojo: Move/rename RawSharedBuffer -> SimplePlatformSharedBuffer.
viettrungluu@chromium.org
2014-08-14
7
-652
/
+8
*
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
1
-1
/
+1
*
Mojo: Add a platform interface for shared memory (embedder::PlatformSharedBuf...
viettrungluu@chromium.org
2014-08-14
16
-174
/
+177
*
Mojo: Add the ability to notify a Mojo Channel that it's going to be destroye...
viettrungluu@chromium.org
2014-08-14
2
-12
/
+36
*
Mojo: Properly cancel further read on all read failures in RawChannelPosix.
viettrungluu@chromium.org
2014-08-13
1
-46
/
+51
*
Mojo: Plumb "connection broken" out of RawChannel.
viettrungluu@chromium.org
2014-08-12
5
-10
/
+45
*
Mojo: Plumb out different kinds of read errors (from RawChannel).
viettrungluu@chromium.org
2014-08-11
8
-164
/
+220
*
Mojo: Plumb new Wait/WaitMany API out to Core.
viettrungluu@chromium.org
2014-08-08
5
-99
/
+493
*
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
*
RawChannel::OnWriteCompletedNoLock(): change a DCHECK to CHECK.
yzshen@chromium.org
2014-08-08
1
-1
/
+1
*
Revert 286239 "Reland r285211: "Debugging RawChannelWin: replace..."
yzshen@chromium.org
2014-08-07
2
-174
/
+82
*
Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...
viettrungluu@chromium.org
2014-07-31
29
-201
/
+454
*
Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...
viettrungluu@chromium.org
2014-07-31
30
-154
/
+520
*
Mojo: Add a GetHandleSignalsState() method to Dispatcher.
viettrungluu@chromium.org
2014-07-30
25
-65
/
+137
*
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
*
Mojo: Convert MemoryTest.Invalid (-> InvalidDeath) to new user pointer handling.
viettrungluu@chromium.org
2014-07-29
2
-67
/
+134
*
Mojo: Fix Options struct alignment checking on Windows.
viettrungluu@chromium.org
2014-07-28
2
-18
/
+14
*
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
*
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
*
Convert ReadData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-26
13
-135
/
+201
*
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
*
Convert BeginReadData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
12
-66
/
+92
*
Mojo: Modify plumbing for the WaitMany implementation.
viettrungluu@chromium.org
2014-07-25
2
-16
/
+27
*
Convert BeginWriteData...() to use the new user pointer handling (see r285350).
viettrungluu@chromium.org
2014-07-25
12
-71
/
+98
*
Fix GN linking issues.
brettw@chromium.org
2014-07-24
1
-0
/
+2
*
Mojo: Change how we handle invalid pointer arguments (at the system layer).
viettrungluu@chromium.org
2014-07-24
9
-320
/
+790
*
Mojo: Switch mojo_system_unittests to its own run_all_unittests.cc.
viettrungluu@chromium.org
2014-07-24
1
-0
/
+20
*
Debugging RawChannelWin: replace DCHECK with CHECK and record write stats.
yzshen@chromium.org
2014-07-24
2
-83
/
+175
*
Disable all the tests that are flaking more than 5% on Windows builders.
jam@chromium.org
2014-07-23
2
-4
/
+28
*
Mojo: In Debug builds, log when a race condition in user code is likely obser...
viettrungluu@chromium.org
2014-07-23
1
-0
/
+7
*
mojo: Make InterfacePtr<> testable in if() statements without .get().
erg@chromium.org
2014-07-19
1
-2
/
+2
*
Mojo: EXPECT_EQ(MOJO_RESULT_OK, d->AddWaiter(...)) -> ASSERT_EQ(...) (etc.).
viettrungluu@chromium.org
2014-06-24
6
-41
/
+41
*
Mojo: Always use Now() instead of HighResNow().
viettrungluu@chromium.org
2014-06-24
2
-4
/
+4
[next]