- 753bb25 Revert https://src.chromium.org/viewvc/chrome?view=rev&revision=231330 by [email protected] · 12 years ago
- 9ea0ecd Remove unused IPC::Message priority. by [email protected] · 12 years ago
- 2a9ec0e Use a direct include of the message_loop header in dbus/, device/, extensions/, google_apis/, gpu/, ipc/, jingle/. by [email protected] · 12 years ago
- fd0a773a ipc: Use base::MessageLoop. by [email protected] · 12 years ago
- bbe1169 Linux/ChromeOS Chromium style checker cleanup, ipc/ edition. by [email protected] · 12 years ago
- 3c78858 Refactor (many) IPC tests, notably most of the multiprocess tests. by [email protected] · 12 years ago
- 4ddaa4f More IPC test header cleanup. by [email protected] · 12 years ago
- 2a3aa7b5 Move IPC tests into anonymous namespaces. by [email protected] · 12 years ago
- 0cb7d8c8 Make ipc_tests file structure a little saner and add an ipc_perftests target. by [email protected] · 12 years ago
- 0f2e45ec Switch to TimeDelta interfaces for process waiting functions in net and ipc. by [email protected] · 13 years ago
- 97c652b Make GlobalDescriptors::MaybeGet return -1 when the key is not found. 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] · 13 years ago
- 6fa21d0 Android IPC changes. by [email protected] · 14 years ago
- 20960e07 Add a gyp flag to enable dcheck by default in release without by [email protected] · 14 years ago
- 1d4ecf4 Add support for exporting IPC messages from component DLLs. by [email protected] · 14 years ago
- f214f879 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by [email protected] · 14 years ago
- a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 14 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] · 14 years ago
- 39703fb ipc_channel: warn if someone forgets to check the result of Connect() by [email protected] · 15 years ago
- 7a4de7a6 Reapplies all the IPC system work (reverts the revert r56272). by [email protected] · 15 years ago
- 0cfe5dae Completely revert all my IPC work to see if this was what regressed the page cycler. by [email protected] · 15 years ago
- 6edce23 FBTF: Reapplies r55259, the first new IPC definition patch. by [email protected] · 15 years ago
- 071b4b9 Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
- c5406e5c FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by [email protected] · 15 years ago
- 695092f Add undeclared virtual destructors part 5 by [email protected] · 15 years ago
- 7ee1a44c Up the warnings in ipc (take 2) by [email protected] · 15 years ago
- f3b1afd Remove <iostream> where possible. by [email protected] · 15 years ago
- 1d88c7f Revert 51520 - Up the warnings in ipc by [email protected] · 15 years ago
- 9eea71c Up the warnings in ipc by [email protected] · 15 years ago
- 26d2f47 Don't allow dragging browser actions between regular and incognito windows. by [email protected] · 15 years ago
- 946d1b2 Split the IPC code into ipc/ by [email protected] · 16 years ago[Renamed (97%) from chrome/common/ipc_fuzzing_tests.cc]
- c2fe3154 Prevent an extra copy of data types that get passed into IPC messages when by [email protected] · 16 years ago
- 82e5ee8 Revert "Move IPC code to ipc/" by [email protected] · 16 years ago[Renamed (96%) from ipc/ipc_fuzzing_tests.cc]
- 8cf3f1da Move IPC code to ipc/ by [email protected] · 16 years ago[Renamed (96%) from chrome/common/ipc_fuzzing_tests.cc]
- b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
- cd4fd15 Fix the windows implementation of KillProcess and WaitForSingleProcess to not close the process handle that they do not own. by [email protected] · 16 years ago
- f91cb99 Commit just the changes to make creating new IPC channel types easier. by [email protected] · 16 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] · 16 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] · 16 years ago
- df3c1ca1 Implement command line switch to allow using a FIFO or a socketpair() for IPC on POSIX. by [email protected] · 16 years ago
- 514411fc Refactor IPC::Channel to have a common header. by [email protected] · 16 years ago
- a1b399f run ipc unit tests in release mode (was running other unit tests). port code wrapped in NDEBUG to get release mode compiling and running by [email protected] · 16 years ago
- 95cb7fb9 Bring up ipc tests on POSIX. by [email protected] · 16 years ago
- d4651ff Try to reland the ipc code to see if the tests are going to break again. by [email protected] · 17 years ago
- 78c3e68 We have a bunch of new ui_tests failures. I want by [email protected] · 17 years ago
- dc90da2c * Add ipc_tests unittest target to xcode project. by [email protected] · 17 years ago
- bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
- 09911bf Add chrome to the repository. by initial.commit · 17 years ago