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
/
ipc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bunch of boilerplate to set up a process, ipc, etc.
scottmg@google.com
2012-09-18
1
-0
/
+1
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
6
-8
/
+24
*
Fix trace event macro naming issue
jbates@chromium.org
2012-09-11
1
-1
/
+1
*
Remove {base,net}_java dependencies from GYP client targets on Android.
pliard@chromium.org
2012-09-10
1
-1
/
+0
*
Fix ownership of the helper thread in IPCSyncChannelTest.SyncMessageFilter
piman@chromium.org
2012-09-08
1
-9
/
+14
*
fix gprecise gcc build error
jbates@chromium.org
2012-09-05
1
-1
/
+1
*
Add async trace events to trace progress of IPC messages
jbates@chromium.org
2012-09-04
7
-9
/
+45
*
In-te-grate hy-phen-ator to con-tent.
hbono@chromium.org
2012-09-03
1
-0
/
+1
*
Implement DocuementHasImages
joth@chromium.org
2012-09-01
1
-0
/
+1
*
Make NaCl IPC-based PPAPI proxy build on ARM.
bbudge@chromium.org
2012-08-23
1
-1
/
+1
*
Add traces for SyncChannel::SendWithTimeout
piman@chromium.org
2012-08-22
1
-0
/
+14
*
Remove dmaclach from OWNERS files
thestig@chromium.org
2012-08-22
1
-1
/
+0
*
Enable verbose logging during PluginMsg_CreateInstance.
bauerb@chromium.org
2012-08-20
1
-5
/
+6
*
Revert 151975 - Enable verbose logging during PluginMsg_CreateInstance.
piman@chromium.org
2012-08-17
1
-13
/
+5
*
Enable verbose logging during PluginMsg_CreateInstance.
bauerb@chromium.org
2012-08-16
1
-5
/
+13
*
Implements part of DeviceMotion in the browser
aousterh@chromium.org
2012-08-16
1
-0
/
+1
*
Creates the WebCompositorOutputSurface, which is the new mechanism for render...
nduca@chromium.org
2012-08-13
2
-31
/
+23
*
Add moar logging for "Couldn't load plug-in" errors.
bauerb@chromium.org
2012-08-13
1
-1
/
+10
*
Browser Plugin: New Implementation (Renderer Side)
fsamuel@chromium.org
2012-08-10
1
-0
/
+1
*
Clean-up inline members of nested classes (ipc/)
hans@chromium.org
2012-08-09
2
-1
/
+5
*
Revert 150863 - Browser Plugin: New Implementation (Renderer Side)
mmoss@chromium.org
2012-08-09
1
-1
/
+0
*
Browser Plugin: New Implementation (Renderer Side)
fsamuel@chromium.org
2012-08-09
1
-0
/
+1
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-1
/
+0
*
Revert 150654 - Browser Plugin: New Implementation (Renderer Side)
jeremya@chromium.org
2012-08-09
1
-1
/
+0
*
Browser Plugin: New Implementation (Renderer Side)
fsamuel@chromium.org
2012-08-09
1
-0
/
+1
*
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...
fischman@chromium.org
2012-08-07
1
-1
/
+0
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
1
-1
/
+1
*
Make Sync Messages with lots of parameters and no return work
fsamuel@chromium.org
2012-08-01
1
-2
/
+2
*
Browser Plugin: Rename BrowserPluginMsg/BrowserPluginHostMsg to OldBrowserPlu...
fsamuel@chromium.org
2012-07-31
1
-1
/
+1
*
Correct const accessors in base/values.(h|cc)
vabr@chromium.org
2012-07-27
1
-1
/
+1
*
Fixed several CHECKED_RETURN defects in ipc message utils cc
orenb@chromium.org
2012-07-26
1
-4
/
+9
*
Add IPC::ForwardingMessageFilter.
nduca@chromium.org
2012-07-20
3
-0
/
+137
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
1
-3
/
+1
*
Remove IPC macros for "5_4" messages.
brettw@chromium.org
2012-07-13
1
-6
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
25
-25
/
+1
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
5
-22
/
+31
*
PPAPI/NaCl: Make ipc_channel_nacl post to the correct thread.
dmichael@chromium.org
2012-07-11
1
-11
/
+16
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-07-11
2
-4
/
+6
*
PPAPI/NaCl: Support Handle passing in ipc_channel_nacl
dmichael@chromium.org
2012-07-10
2
-33
/
+76
*
This change list fixed the issue of #135391, sometimes the channel_id of Logg...
samuel.xu@intel.com
2012-07-03
1
-1
/
+1
*
Cleanup IPC::ChannelProxy to use SingleThreadTaskRunner
sergeyu@chromium.org
2012-07-02
4
-48
/
+59
*
Remove Message::Sender and Channel::Listener typedefs.
brettw@chromium.org
2012-06-29
9
-35
/
+25
*
Make the serialization of IPC::Messages inside other IPC::Messages independent
brettw@chromium.org
2012-06-29
5
-11
/
+107
*
Remove unused fields found by clang's new Wunused-private-fields.
thakis@chromium.org
2012-06-27
1
-3
/
+3
*
Make GlobalDescriptors::MaybeGet return -1 when the key is not found.
jcivelli@chromium.org
2012-06-27
7
-6
/
+56
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-1
/
+1
*
Use base::ThreadChecker as a member var, rather than base::NonThreadSafe
rsleevi@chromium.org
2012-06-25
2
-4
/
+4
*
Remove an IPC::ChannelProxy constructor that is not actually implemented anyw...
bryner@chromium.org
2012-06-19
1
-6
/
+0
*
Add untrusted NaCl build for PPAPI proxy.
bbudge@chromium.org
2012-06-16
2
-8
/
+5
*
Revert 142482 - Add untrusted NaCl build for PPAPI proxy.
bbudge@chromium.org
2012-06-15
2
-5
/
+8
[next]