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
*
Remove unused IPC_MESSAGE_START enum constants.
tsepez@chromium.org
2014-07-01
1
-6
/
+0
*
[DeviceLight] Add renderer+common parts
rijubrata.bhaumik@intel.com
2014-06-27
1
-0
/
+1
*
Extensions: Split extensions utility IPC messages into its own file.
thestig@chromium.org
2014-06-27
1
-1
/
+2
*
IPC ChannelWin: Add temporary debug info.
rvargas@chromium.org
2014-06-27
2
-3
/
+53
*
The LOG initialization code would clear the last error. Use PLOG instead.
weitaosu@chromium.org
2014-06-26
1
-3
/
+2
*
ozone: Add GPU message for cursor updates
spang@chromium.org
2014-06-26
1
-0
/
+1
*
This patch defines three mechanisms for acquiring CLD2's data:
andrewhayden@chromium.org
2014-06-24
1
-0
/
+1
*
Support multiple files for AEC dump.
grunell@chromium.org
2014-06-18
1
-0
/
+1
*
Fix "inlcude" typo in comments.
tsepez@chromium.org
2014-06-18
1
-2
/
+2
*
Split printing utility IPC messages into its own file.
thestig@chromium.org
2014-06-18
1
-0
/
+1
*
Enable resource prefetch from the browser process.
tburkard@chromium.org
2014-06-17
1
-0
/
+1
*
Decouple IPC::MessageFilter from IPC::Channel
morrita@chromium.org
2014-06-13
6
-16
/
+16
*
Build fix with gcc 4.8 and C++11 enabled
ch.dumez@samsung.com
2014-06-10
1
-1
/
+1
*
Remove base::kInvalidPlatformFileValue from components, ipc and ppapi.
rvargas@chromium.org
2014-06-10
1
-2
/
+1
*
Remove cdn from OWNERS for IPC security review.
palmer@chromium.org
2014-06-08
1
-1
/
+0
*
IPC::Channel: Reduce POSIX specific API surface
morrita@chromium.org
2014-06-07
8
-97
/
+55
*
Make IPC::Channel polymorphic
morrita@chromium.org
2014-06-06
17
-272
/
+257
*
Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()
morrita@chromium.org
2014-06-05
6
-63
/
+91
*
Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."
lambroslambrou@chromium.org
2014-06-02
6
-247
/
+71
*
Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()
morrita@chromium.org
2014-06-02
6
-71
/
+247
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-30
13
-121
/
+217
*
Revert 273575 "Introduce IPC::Channel::Create*() to ensure it be..."
mattm@chromium.org
2014-05-29
13
-217
/
+121
*
Introduce IPC::Channel::Create*() to ensure it being heap-allocated.
morrita@chromium.org
2014-05-29
13
-121
/
+217
*
Disable IPCChannelBadMessageTest.BadMessage on Windows as it's flaking on var...
jam@chromium.org
2014-05-27
1
-14
/
+3
*
Ensure that the disabled test doesn't run setup on xp
jam@chromium.org
2014-05-21
1
-0
/
+5
*
Disable IPCChannelBadMessageTest.BadMessage on XP bots
jam@chromium.org
2014-05-21
1
-0
/
+9
*
Add regression tests to ensure that IPC::Listener::OnBadMessageReceived is al...
jam@chromium.org
2014-05-21
2
-61
/
+228
*
Bundle DidOverscrollParams with the input event ack
jdduke@chromium.org
2014-05-20
1
-0
/
+35
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-17
1
-6
/
+3
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
3
-98
/
+9
*
Ensure that any IPC sent from a child process that couldn't be deserialized c...
jam@chromium.org
2014-05-15
7
-6
/
+40
*
Add Battery Status API support in content/renderer and IPC messages.
timvolodine@chromium.org
2014-05-14
1
-0
/
+1
*
Simplify IPC_BEGIN_MESSAGE_MAP_WITH_PARAM macro by using decltype keyword.
jam@chromium.org
2014-05-14
2
-10
/
+20
*
Add support for passing an arbitrary parameter to an IPC message handler. The...
jam@chromium.org
2014-05-13
3
-96
/
+135
*
Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium.
dmikurube@chromium.org
2014-05-07
2
-8
/
+4
*
[Android] Add messages for Gin Java Bridge implementation
mnaganov@chromium.org
2014-05-06
1
-0
/
+1
*
IPC: Restrict 'toplevel' to truly toplevel events.
epenner@chromium.org
2014-05-02
4
-8
/
+8
*
Move IPC::MessageFilter and router to a separate file
dmichael@chromium.org
2014-04-25
13
-178
/
+262
*
Make IPC::ChannelProxy test check filter events
dmichael@chromium.org
2014-04-23
1
-8
/
+52
*
Remove --debug-on-start and --debug-children.
pkasting@chromium.org
2014-04-17
3
-7
/
+0
*
Remove unused input_shlib_path
cjhopman@chromium.org
2014-04-17
1
-2
/
+0
*
Remove all uses of toolkit_use_gtk in the gyp files.
erg@chromium.org
2014-04-17
1
-10
/
+0
*
DCHECK that listener thread != IO thread
dmichael@chromium.org
2014-04-17
2
-0
/
+15
*
Remove SyncChannel::SendWithTimeout
piman@chromium.org
2014-04-16
3
-154
/
+16
*
Checkpoint work to get GN builds working on Android.
dpranke@chromium.org
2014-04-12
1
-71
/
+74
*
Minor GN build cleanup.
brettw@chromium.org
2014-04-08
1
-4
/
+4
*
Push API: send and receive IPC messages for registration.
mvanouwerkerk@chromium.org
2014-04-08
1
-0
/
+1
*
Move Translate renderer messages to the Translate component
droger@chromium.org
2014-04-04
1
-0
/
+1
*
Add IPC to the GN build.
brettw@chromium.org
2014-04-02
1
-0
/
+172
*
Add unistd.h include in a file using geteuid().
thakis@chromium.org
2014-03-31
1
-1
/
+0
[next]