Sign in
chromium
/
chromium
/
src.git
/
6bca00eeaacad82d5d9d919e74ade9a76d533f99
/
ipc
/
ipc_sync_message_unittest.cc
5e7a0f7
Cleanup: Pass std::string as const reference from ipc/
by ki.stfu
· 10 years ago
4da8275d
ipc: Remove basictypes.h includes.
by tfarina
· 10 years ago
2a3aa7b5
Move IPC tests into anonymous namespaces.
by
[email protected]
· 12 years ago
5e0be64
Improving logging in /app, /base, /crypto and /ipc. Updating plain DCHECK() usages for DCHECK_EQ/LE/GE() equivalents.
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
751bf4b
Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab.
by
[email protected]
· 15 years ago
5512613
Reland 55888: Allow per-plugin content settings.
by
[email protected]
· 15 years ago
946d1b2
Split the IPC code into ipc/
by
[email protected]
· 16 years ago
[Renamed (96%) from chrome/common/ipc_sync_message_unittest.cc]
82e5ee8
Revert "Move IPC code to ipc/"
by
[email protected]
· 16 years ago
[Renamed (94%) from ipc/ipc_sync_message_unittest.cc]
8cf3f1da
Move IPC code to ipc/
by
[email protected]
· 16 years ago
[Renamed (94%) from chrome/common/ipc_sync_message_unittest.cc]
b6f87899
NO CODE CHANGE
by
[email protected]
· 16 years ago
d321644
NO CODE CHANGE.
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
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