- a89a21c This change list fixed the issue of #135391, sometimes the channel_id of Logged IPC message is empty by [email protected] · 13 years ago
- 57319ce Separate out IPC::Message::Sender and Channel::Listener into a separate class. by [email protected] · 13 years ago
- ce208f87 Refactor Pickle Read methods to use higher performance PickleIterator. by [email protected] · 13 years ago
- b539333 Convert use of int ms to TimeDelta in files owned by jeremy. by [email protected] · 14 years ago
- 72b6f8e2 base:Bind: Convert ipc/. by [email protected] · 14 years ago
- ea7744a More message names and some timing output for the IPC logging. by [email protected] · 14 years ago
- c62dd9d Delete Tracked, and move Location to its own file. by [email protected] · 14 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
- 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
- 21fa3a1 ipc: Simplify the magic required to create IPC message headers.This gets rid of having to include the files in a magic place because of xcode dependency issues, and just makes it simpler to create new IPC message classes. It also gets rid of including the X_messages_internal.h file multiple times, which simplifies things and should make the build a little faster. by [email protected] · 15 years ago
- 2a9d601b Covert LOG(INFO) to VLOG(1) - ipc/. by [email protected] · 15 years ago
- 252cad6 Remove all wstrings from the IPC logging subsystem. by [email protected] · 15 years ago
- 4a39897 FBTF: Remove unneeded headers from base/ (part 2) by [email protected] · 15 years ago
- 7ee1a44c Up the warnings in ipc (take 2) by [email protected] · 15 years ago
- c56428f2 Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableMethods easier. by [email protected] · 15 years ago
- 168ae92 Added new IPC message class for CommandBuffer. by [email protected] · 16 years ago
- 39fe32a Reverting 27389. Review URL: http://codereview.chromium.org/246027 by [email protected] · 16 years ago
- d55aaa13 Implement about:ipc dialog for Mac. by [email protected] · 16 years ago
- 359e88bc6 Reverting 27379, in hopes of fixing browser_tests. by [email protected] · 16 years ago
- 13f383f Assert that thread-safe reference counting is used with by [email protected] · 16 years ago
- 35e5dc1 posix: cut down on IPC logging spew a bit by [email protected] · 16 years ago
- 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago[Renamed (93%) from chrome/common/ipc_logging.cc]
- b74bb0c ipc: pull in more message headers into ipc_logging by [email protected] · 16 years ago
- 9a3a293b ipc: use strings, not wstrings for channel ids. by [email protected] · 16 years ago
- 8bef70e Add routing_id to the ipc debugging log output. by [email protected] · 16 years ago
- 82e5ee8 Revert "Move IPC code to ipc/" by [email protected] · 16 years ago[Renamed (89%) from ipc/ipc_logging.cc]
- 8cf3f1da Move IPC code to ipc/ by [email protected] · 16 years ago[Renamed (89%) from chrome/common/ipc_logging.cc]
- 829c284 Port plugin messages. by [email protected] · 16 years ago
- 4c2c1db Better IPC logging on POSIX: by [email protected] · 16 years ago
- 100897a Make IPC::Logging register to watch for message loop destruction. by [email protected] · 16 years ago
- e707d5e6 POSIX: basic IPC logging by [email protected] · 17 years ago
- 3335d87 Redo my IPC change, undoing the linker dependency. by [email protected] · 17 years ago
- d5dfa5a revert my ipc change due to compile failure in debug ipc_tests by [email protected] · 17 years ago
- 08658a4 Fix ipc logging for non browser processes. I broke this in my last refactoring, since the logger functions only got registered in the browser. This fix registers them using a global object for each message type (that's only compiled when debugging is enabled). One less thing to take care of when creating new message types. by [email protected] · 17 years ago
- f2bcc84a Stop about:ipc crashing by [email protected] · 17 years ago
- f91cb99 Commit just the changes to make creating new IPC channel types easier. by [email protected] · 17 years ago
- 7d5c3ac Revert my change to get the tree green. Not sure why the tests became flaky. I'll try to check them in again but in smaller chunks tomorrow. by [email protected] · 17 years ago
- 39b7b067 Make it easier/less work/less error-prone to create new IPC channel types (i.e. renderer/plugin).Instead of having each message file include the internal one several times with different ifdefs, move that logic to ipc_message_macros.h. Also make the message class starting IDs come from an enum to ensure we don't use a value twice. I simplified the logging code a bit so we don't need X_messages.cc files.Clean up places that we were doing manual packing/unpacking. Most of this was in the automation code. I added a few new template functions to make it convenient to read the parameters from a message, and updated the code to use them.I also removed unnecessary includes of render/plugin_messages.h from headers to speed up compiling.I moved the traits of IPC structs beside the struct definition to make it more apparent what's going on, so we avoid people modifying the struct and forgetting to update the traits.Amit: please look at chrome/test/automation/tab_proxy.ccMarc-Antoine: chrome/browser/printing/*Matt: the rest by [email protected] · 17 years ago
- bb97536 Make CommandLine into a normal object, with some statics for getting at the current process's command line. by [email protected] · 17 years ago
- e1acf6f Move Time, TimeDelta and TimeTicks into namespace base. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- cee1dfa reland safe portions of r625 by [email protected] · 17 years ago
- 2de7552 rollback r625 because it made things slower by [email protected] · 17 years ago
- 2984f1ca Switch IPC classes over to using ObjectWatcher instead of MessageLoop::WatchObject. by [email protected] · 17 years ago
- 3178f4e2 Reapply 379 since it wasn't the issue with the build breakage. by [email protected] · 17 years ago
- 6d55c2fb Revert change 379 to see if it fixes the build. Please reapply when it's green. by [email protected] · 17 years ago
- 83f6146 Reduce the quantity of includes and template specialization in ipc_message_utils.h. by [email protected] · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago