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
*
The plugin channel host in the renderer process should not initialize IPC
mark@chromium.org
2010-03-16
2
-1
/
+10
*
Add pyauto hooks for bookmarks.
jrg@chromium.org
2010-03-12
1
-0
/
+76
*
base: string_util.h -> utf_string_conversions.h fix.
jhawkins@chromium.org
2010-03-09
1
-1
/
+3
*
Added support for opening a GPU command buffer from a renderer processes thro...
apatrick@chromium.org
2010-03-05
2
-1
/
+4
*
Add MessageLoop::QuitNow and use it to terminate a sync IPC.
darin@chromium.org
2010-02-23
1
-1
/
+1
*
Take out intptr_t IPC serialization support to prevent people from sending po...
jam@chromium.org
2010-02-09
1
-15
/
+11
*
linux: build with -Wextra
evan@chromium.org
2010-02-05
1
-2
/
+2
*
OpenBSD/FreeBSD GYP changes (most of the remaining ones)
pvalchev@google.com
2010-02-04
1
-3
/
+3
*
linux: uncontroversial cleanups found by clang
evan@chromium.org
2010-02-02
1
-1
/
+1
*
Revert "Better handle oversized IPC messages" r37102
jeremy@chromium.org
2010-01-26
3
-36
/
+0
*
Better handle oversized IPC messages
jeremy@chromium.org
2010-01-26
3
-0
/
+36
*
Add the ability for the GPU process to be used to paint the backing store of a
brettw@chromium.org
2010-01-13
1
-0
/
+2
*
Mac: Make devtools window dockable.
thakis@chromium.org
2010-01-05
1
-1
/
+1
*
Avoid calling vector resize() with excessive size parameter: fix broken integ...
cevans@chromium.org
2009-12-31
1
-13
/
+7
*
Defense-in-depth: initialize some variables.
cevans@chromium.org
2009-12-30
1
-2
/
+2
*
Refactoring build configurations - make it clearer and allow better support f...
gregoryd@google.com
2009-12-22
1
-1
/
+1
*
Revert 35012 - Rearrange build configurations make it clearer and allow bett...
gregoryd@google.com
2009-12-19
1
-1
/
+1
*
Rearrange build configurations - make it clearer and allow better support for...
gregoryd@google.com
2009-12-19
1
-1
/
+1
*
Win: Fix an invalid handle initialization in the spellchecker.
estade@chromium.org
2009-12-18
1
-0
/
+8
*
Give classes with virtual methods virtual protected destructors instead of im...
jamesr@chromium.org
2009-12-16
2
-5
/
+9
*
Move the utility process messages to their own file now that we have more than
brettw@chromium.org
2009-12-15
2
-5
/
+5
*
Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...
apatrick@google.com
2009-12-12
1
-4
/
+1
*
Fix a minor typo in ipc_message_macros.h (split out of http://codereview.chro...
dglazkov@chromium.org
2009-12-10
1
-1
/
+1
*
Link the following tests against tcmalloc:
glider@chromium.org
2009-12-10
1
-0
/
+9
*
Recognize EMSGSIZE as non-fatal on OS X.
jeremy@chromium.org
2009-12-08
1
-8
/
+21
*
Removed the unnecessary NULL checks from sync_socket_unittest.cc.
sehr@google.com
2009-12-08
1
-3
/
+0
*
Split ipc.gyp and add ipc_win64 target.
gregoryd@google.com
2009-12-07
2
-43
/
+103
*
Add an implementation of base::SyncSocket::Peek for posix platforms. Also
sehr@google.com
2009-12-06
1
-2
/
+5
*
Fixing valgrind issues.
apatrick@google.com
2009-12-05
2
-0
/
+3
*
Add non-blocking peek for the syncsocket
cpu@chromium.org
2009-12-04
1
-0
/
+5
*
Added new IPC message class for CommandBuffer.
apatrick@google.com
2009-12-04
9
-27
/
+27
*
Add paranoid logging to ChannelImpl::ProcessOutgoingMessages() to help track ...
jeremy@chromium.org
2009-12-03
1
-1
/
+10
*
Don't use any member variables when sending a sync call, since SyncChannel co...
jam@chromium.org
2009-12-01
3
-46
/
+74
*
Don't reuse the initial IPC channel.
mark@chromium.org
2009-11-30
1
-0
/
+10
*
Implement SyncSocket class for Posix targets (Linux, Mac), and enable the
sehr@google.com
2009-11-26
2
-12
/
+43
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-3
/
+3
*
This adds the first version of SyncSocket to base, along with a trivial unitt...
sehr@google.com
2009-11-24
4
-1
/
+228
*
Use AutoReset (formerly ScopedBool) where possible.
pkasting@chromium.org
2009-11-20
3
-9
/
+3
*
Fix 64-bit warnings (for 64-bit Windows build)
gregoryd@google.com
2009-11-20
1
-1
/
+1
*
reland 31875. Revert was:
estade@chromium.org
2009-11-16
2
-0
/
+36
*
Revert 31875 to see whether it fixes reliability bot.
huanr@chromium.org
2009-11-16
2
-36
/
+0
*
Use renderer spellchecker for windows.
estade@chromium.org
2009-11-13
2
-0
/
+36
*
First patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-05
5
-18
/
+21
*
GTK: Properly convert task manager UI row to task manager model row.
estade@chromium.org
2009-11-04
1
-1
/
+1
*
Add the ability for objects which derive from RefCountedThreadSafe to specify...
jam@chromium.org
2009-11-02
2
-1
/
+21
*
Suppress a data race on vfptr in ipc/ipc_sync_channel_unittest.cc
timurrrr@chromium.org
2009-10-27
1
-2
/
+15
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-3
/
+3
*
linux: cut down on EPIPE error spew
evan@chromium.org
2009-10-23
1
-1
/
+5
*
Linux: remove the pipe errors that we spew all the time.
agl@chromium.org
2009-10-16
1
-1
/
+2
*
IPC: remove traces of an old histogram.
rvargas@google.com
2009-10-14
1
-14
/
+1
[next]