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
*
Fix chromium_base.jar path for APK builds.
nileshagrawal@chromium.org
2012-05-11
1
-2
/
+2
*
Fix ipc_channel_win logging for failed pipe creation.
bryner@chromium.org
2012-05-06
1
-1
/
+1
*
RefCounted types should not have public destructors, ipc/ edition
rsleevi@chromium.org
2012-04-28
5
-59
/
+49
*
NaCl: Pass the process handle to the broker rather than reopening it
mseaborn@chromium.org
2012-04-27
1
-4
/
+7
*
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
bbudge@chromium.org
2012-04-23
5
-15
/
+49
*
apk-based test runner work for android. 2 unit test bundles converted over (i...
jrg@chromium.org
2012-04-19
1
-2
/
+51
*
Revert revert 132842
xians@chromium.org
2012-04-19
1
-7
/
+71
*
Revert 132842 - If we are using blocking write, when the renderer stop gettin...
thestig@chromium.org
2012-04-18
1
-72
/
+7
*
If we are using blocking write, when the renderer stop getting the data witho...
xians@chromium.org
2012-04-18
1
-7
/
+72
*
Add support for default values of IPC_STRUCT_MEMBER.
jbates@chromium.org
2012-04-16
6
-10
/
+12
*
ipc: don't treat replies with the unblock flag set as regular messages
piman@chromium.org
2012-04-10
3
-4
/
+123
*
Prevent reading invalid memory in IPC code caused by assumption of contiguity...
fischman@chromium.org
2012-04-09
2
-4
/
+10
*
Browser side implementation of browser plugin
fsamuel@chromium.org
2012-04-06
1
-0
/
+1
*
Make IPC channels track their peer process ID
jschuh@chromium.org
2012-04-05
8
-6
/
+41
*
Require IPC hello for a verified channel
jschuh@chromium.org
2012-04-03
1
-1
/
+5
*
Initial implementation of an IPC adapter to expose Chrome IPC to Native Client.
brettw@chromium.org
2012-03-30
1
-15
/
+18
*
IPC: change sync channel dispatch restriction to allow dispatch to other chan...
piman@chromium.org
2012-03-30
4
-30
/
+202
*
Add a stub version of IPC::Channel for Native Client code.
brettw@chromium.org
2012-03-30
2
-0
/
+184
*
Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128...
rsleevi@chromium.org
2012-03-24
1
-2
/
+2
*
apk-based test runner work. Not enabled yet. This CL is a combination of up...
jrg@chromium.org
2012-03-24
1
-2
/
+2
*
Remove Pickle::WriteSize() now that it has no remaining callers. Also rename
mdm@chromium.org
2012-03-23
1
-2
/
+2
*
Delete chrome_plugin_messages.h which is no longer used
jam@chromium.org
2012-03-19
1
-1
/
+0
*
Verify the child process with a secret hello
jschuh@chromium.org
2012-03-17
7
-10
/
+227
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-2
/
+2
*
Add base::StaticAtomicSequenceNumber.
pliard@chromium.org
2012-03-13
1
-4
/
+4
*
Coverity: Fix a few uninitialized vars.
jhawkins@chromium.org
2012-03-12
1
-0
/
+1
*
Chromoting: Implemented security attention sequence (SAS) emulation on Windows.
alexeypa@chromium.org
2012-03-12
1
-0
/
+1
*
Prerendered pages are swapped in at browser::Navigate time.
cbentzel@chromium.org
2012-03-09
1
-0
/
+1
*
Factor out the shared parts of IPC channel reading.
brettw@chromium.org
2012-03-08
8
-252
/
+255
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
15
-106
/
+139
*
Renamed speech recognition code in preparation for introducing a new speech i...
primiano@chromium.org
2012-03-07
1
-1
/
+1
*
Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins.
tedvessenes@gmail.com
2012-03-07
3
-4
/
+9
*
Refactoring on Windows IPC channel.
brettw@chromium.org
2012-03-03
2
-87
/
+159
*
Separate out the platform-independent parts of Channel reading.
brettw@chromium.org
2012-03-01
2
-81
/
+108
*
This changes around our handling of file descriptors to reduce code duplicati...
brettw@chromium.org
2012-02-29
2
-273
/
+285
*
Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector...
thestig@chromium.org
2012-02-24
1
-2
/
+3
*
iCleanup: Delete a bunch of empty directories, part 4.
thestig@chromium.org
2012-02-23
1
-4
/
+0
*
Make IPC_MESSAGE_EXPORT more robust.
thakis@chromium.org
2012-02-21
2
-8
/
+14
*
Reverting in an attempt to fix Win Builder 2010 (dbg).
jhawkins@chromium.org
2012-02-18
1
-9
/
+6
*
Make IPC_MESSAGE_EXPORT more robust.
thakis@chromium.org
2012-02-18
1
-6
/
+9
*
Simple trace logging of received IPC messages
rbyers@chromium.org
2012-02-14
1
-1
/
+12
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-4
/
+4
*
Revert 121889 - Add simple trace logging of received IPC messages
rbyers@chromium.org
2012-02-14
1
-13
/
+2
*
Add simple trace logging of received IPC messages
rbyers@chromium.org
2012-02-14
1
-2
/
+13
*
Refactoring: Split more accessibility code into separate files.
dmazzoni@chromium.org
2012-02-13
1
-0
/
+1
*
Remove static initializer in dummy_event
tbreisacher@chromium.org
2012-02-03
1
-4
/
+18
*
Add option --dump-render-tree to content_shell to dump the render tree as text.
jochen@chromium.org
2012-01-29
1
-1
/
+2
*
Fix warning so Android ipc_tests builds again. (-Werror turned on in http://c...
jrg@chromium.org
2012-01-25
1
-2
/
+2
*
Implement support for a cancelable SyncSocket.
tommi@chromium.org
2012-01-25
1
-11
/
+50
*
Initialize IPC:ChannelHandle from existing HANDLE
amit@chromium.org
2012-01-24
4
-13
/
+105
[next]