summaryrefslogtreecommitdiffstats
path: root/chrome/tools/ipclist
Commit message (Expand)AuthorAgeFilesLines
* Extract ipclist target from chrome.gyp.tfarina@chromium.org2013-10-291-0/+22
* Remove ipc fuzzing code.thestig@chromium.org2013-10-191-690/+0
* Fix missing const-reference on parameter.etienneb@chromium.org2013-08-261-1/+1
* 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
* Extra compile assert in ipctest.ccgavinp@chromium.org2012-12-131-0/+3
* Split IPC logging between content and chrome.jochen@chromium.org2012-10-303-1/+10
* Add support for default values of IPC_STRUCT_MEMBER.jbates@chromium.org2012-04-161-2/+2
* Simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-3/+10
* Revert 121889 - Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-11/+4
* Add simple trace logging of received IPC messagesrbyers@chromium.org2012-02-141-4/+11
* 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-264-27/+9
* 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-043-13/+723
* importer: Move importer_messages.[cc,h] to profile_import_process_messages.[c...tfarina@chromium.org2011-04-021-2/+2
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-2/+0
* Make all_messages.h include the generator files.jam@chromium.org2011-03-231-28/+2
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-231-0/+1
* Create a new message file for view related messages. I just moved a few mess...jam@chromium.org2011-03-211-1/+4
* Creates the ipclist utility that chrome security team has wanted to dumptsepez@chromium.org2011-03-173-0/+162