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
/
ipc_message_utils.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix libcxx build.
eugenis@chromium.org
2013-03-20
1
-2
/
+5
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-9
/
+10
*
Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds
jschuh@chromium.org
2013-03-04
1
-5
/
+5
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
1
-6
/
+6
*
ipc: Do not use Value::Create* functions.
tfarina@chromium.org
2013-01-30
1
-4
/
+4
*
Don't allow '\0' characters in FilePath.
aedla@chromium.org
2013-01-28
1
-9
/
+2
*
Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...
pneubeck@chromium.org
2013-01-18
1
-16
/
+6
*
Validate that paths don't contain embedded NULLs at deserialization.
cevans@chromium.org
2013-01-03
1
-0
/
+3
*
Remove IPC::MessageIterator.
viettrungluu@chromium.org
2012-12-17
1
-17
/
+0
*
Verify lfFaceName is NUL terminated in IPC deserializer.
jschuh@chromium.org
2012-11-21
1
-7
/
+10
*
LogData.message_name not marshalled across logging IPCs.
tsepez@chromium.org
2012-11-15
1
-0
/
+2
*
Correct const accessors in base/values.(h|cc), Part II (ListValue)
vabr@chromium.org
2012-08-03
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
*
Make the serialization of IPC::Messages inside other IPC::Messages independent
brettw@chromium.org
2012-06-29
1
-10
/
+31
*
This groups the ParamTraits into different categories and orders the .cc file...
brettw@chromium.org
2012-06-04
1
-137
/
+412
*
Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>.
tsepez@chromium.org
2012-05-30
1
-0
/
+43
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-2
/
+2
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
1
-15
/
+21
*
Initialize IPC:ChannelHandle from existing HANDLE
amit@chromium.org
2012-01-24
1
-1
/
+5
*
Fix IPC logging on Windows.
jam@chromium.org
2011-10-17
1
-6
/
+3
*
Improve IPC logging for ChannelHandle and NPVariant_Param
steveblock@chromium.org
2011-09-23
1
-0
/
+1
*
Add metrics to measure time elapsed between form load and form submission wit...
isherman@chromium.org
2011-09-02
1
-3
/
+22
*
Fix IPC marshalling of dictionaries with dots in their key names.
kalman@chromium.org
2011-08-19
1
-1
/
+1
*
base: Remove using declaration of BinaryValue as it's no longer necessary.
tfarina@chromium.org
2011-08-05
1
-2
/
+3
*
Initialize struct member in LogData.
finnur@chromium.org
2011-03-30
1
-2
/
+7
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Rename Real* to Double* in values.* and dependent files
arv@chromium.org
2011-02-01
1
-4
/
+4
*
Add proxies for some of the PDF & Flash functionality. There are still a few
brettw@chromium.org
2010-11-12
1
-0
/
+17
*
Added IPC ParamTraits for TimeDelta.
apatrick@chromium.org
2010-10-21
1
-0
/
+19
*
Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%...
stoyan@chromium.org
2010-10-21
1
-19
/
+0
*
Relanding 61718.
apatrick@chromium.org
2010-10-21
1
-0
/
+19
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+32
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
1
-16
/
+52
*
Reapplies all the IPC system work (reverts the revert r56272).
erg@google.com
2010-08-17
1
-0
/
+127
*
Completely revert all my IPC work to see if this was what regressed the page ...
erg@google.com
2010-08-17
1
-127
/
+0
*
FBTF: Remove all the easy headers from *_messages.h.
erg@google.com
2010-08-12
1
-0
/
+109
*
FBTF: Reapplies r55259, the first new IPC definition patch.
erg@google.com
2010-08-10
1
-0
/
+18
*
Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CO...
pinkerton@google.com
2010-08-09
1
-18
/
+0
*
FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.
erg@google.com
2010-08-06
1
-0
/
+18
*
Convert DictionaryValue's keys to std::string (from wstring).
viettrungluu@chromium.org
2010-07-30
1
-1
/
+1
*
Up the warnings in ipc (take 2)
thomasvl@google.com
2010-07-23
1
-1
/
+1
*
Many changes to DictionaryValues:
pkasting@chromium.org
2009-11-25
1
-3
/
+3
*
Move the json-related files into a separate json directory. This hopefully also
brettw@chromium.org
2009-10-23
1
-3
/
+3
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
1
-19
/
+25
*
Split the IPC code into ipc/
agl@chromium.org
2009-07-22
1
-0
/
+235
*
Revert "Move IPC code to ipc/"
agl@chromium.org
2009-04-03
1
-76
/
+0
*
Move IPC code to ipc/
agl@chromium.org
2009-04-03
1
-0
/
+76