summaryrefslogtreecommitdiffstats
path: root/chrome/tools/ipclist/ipcfuzz.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-690/+0
* Update include paths in chrome et al. for base/process changes.rsesek@chromium.org2013-07-251-1/+0
* Use a direct include of the message_loop header in chrome/test/, chrome/tools...avi@chromium.org2013-07-181-1/+1
* Use a direct include of time headers in chrome/test/, chrome/tools/.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in chrome/tools/.avi@chromium.org2013-06-111-1/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-071-1/+1
* Implement off-the-wire validation scheme for emum types.tsepez@chromium.org2013-06-041-5/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-35/+35
* Rename non-const payload() in base::Pickle to mutable_pyload()sergeyu@chromium.org2013-01-181-1/+1
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-301-0/+4
* Add support for default values of IPC_STRUCT_MEMBER.jbates@chromium.org2012-04-161-2/+2
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-0/+3
* Register all message types with the IPC logging systemsteveblock@chromium.org2011-09-261-4/+4
* Remove use of <iostream> where unnecessary.evan@chromium.org2011-09-011-1/+1
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-6/+4
* IPC outgoing message filters interpose yourself in a message stream. Minimal...tsepez@chromium.org2011-05-041-0/+688