- 44c49c9 Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
- 3e26719 Move spellcheck messages into their own file, and dispatch them all in SpellCheckMessageFilter. The next step would be to make WebView have a setter for a WebSpellCheckClient that SpellCheckProvider implements so that spelling can be taken out of RenderView completely. by [email protected] · 14 years ago
- 1375e3ab Move printing messages to their own file. by [email protected] · 14 years ago
- 59f4f2fa Move the rest of the content browser->renderer messages to content. Also move drag related messages to their own file. by [email protected] · 14 years ago
- 0ad9bef thread.h is not needed by ipc_channel_proxy.cc. by [email protected] · 14 years ago
- 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
- 4460ee5 Move audio messages to their own file. by [email protected] · 14 years ago
- 663bd9e autofill: Rename all the entries remaining with AutoFill to Autofill. by [email protected] · 14 years ago
- e7c21b81 Move geolocation, desktop notification, and device orientation into their own message files.Also fix a regression from my earlier change to create a plugin through the embedder API. The fix is to not to create a plugin if the embedder returns NULL, and just have the default implementation create the plugin on its own.TBR=avi by [email protected] · 14 years ago
- e503a12 Creates the ipclist utility that chrome security team has wanted to dump by [email protected] · 14 years ago
- f6b224d Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, and derive from BrowserMessageFilter for easier filtering and replying. by [email protected] · 14 years ago
- e93e04e Move AppCache common code to content and split off AppCache messages into their own file. Also move WebMessagePortChannel and WebDatabaseObserverImpl to content. by [email protected] · 14 years ago
- db10d8f Move the blob related code to content, and also move the blob messages to their own file. by [email protected] · 14 years ago
- d7a5e3e Change common_message_generator code block. by [email protected] · 14 years ago
- 7e358974 Move the clipboard messages to their own message filter. by [email protected] · 14 years ago
- acd3d771 Fixed a bug in the serialization of history::URLRow. by [email protected] · 14 years ago
- ff47b296 Move the common child process messages into their own file. by [email protected] · 14 years ago
- 172f155 Put file_system messages in their own file and move them to content, in preparation of moving child_thread. by [email protected] · 14 years ago
- 94dc971d Move resource related IPCs to their own file in content. I added a IPC_STRUCT_TRAITS_PARENT macro to allow the automatic serializing macros to add a parent struct. by [email protected] · 14 years ago
- db803aae Move socket stream messages to content, in preparation for moving its dispatcher. In this change I also converted p2p_messages to use the new automated way of serializing structs. by [email protected] · 14 years ago
- 6aad23f9 Add some bullet proofing to ipc_channel_posix. by [email protected] · 14 years ago
- 6c54e7e4 P2P Sockets host implementation. by [email protected] · 14 years ago
- f6b8ce3 Pure pedantry: Replace all ".size() == 0" with ".empty()". by [email protected] · 14 years ago
- 8a8c9c7 Attempt to reduce the amount of cut n paste needed to maintain these. by [email protected] · 14 years ago
- 887250a ipc: don't send server hello message if we closed the channel. by [email protected] · 15 years ago
- e572e517 Expand comment for named IPC chmod(). It was previously unclear that it is just a precaution and not intended to be a complete security policy for the named IPC channel. by [email protected] · 15 years ago
- 56f0f26 Get service process running standalone on the mac by hooking it into launchd. by [email protected] · 15 years ago
- fa685ff Intergration of the client-side phishing detection. by [email protected] · 15 years ago
- 6476c72c Make the implementation .cc files go away, instead have the authors give us a header only. by [email protected] · 15 years ago
- 9fbc2f2f Wigtspace change to trigger a build. by [email protected] · 15 years ago
- 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 15 years ago
- 1707726c Clean up channel modes by [email protected] · 15 years ago
- c3498a1 Get service processes working on Mac and Linux. by [email protected] · 15 years ago
- fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
- 9f9db89 Add support for attaching filters to an IPC TestSink. by [email protected] · 15 years ago
- 8a86140 Change size() function to return a size_t so that result size is not inadvertently truncated. by [email protected] · 15 years ago
- 19d6e1e8 Move AutoFill messages into a separate file. by [email protected] · 15 years ago
- f055793 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by [email protected] · 15 years ago
- 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
- 3ff2a103 Move the TestSink for doing IPC tests from chrome/common into IPC and create a new IPC test_support project that references it. by [email protected] · 15 years ago
- 6bef6c8 Adjust unix domain IPC permissions. by [email protected] · 15 years ago
- ca97f30 If user had consented for metrics reporting, send speech input request origin to the server. by [email protected] · 15 years ago
- 711032e Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by [email protected] · 15 years ago
- 8b8fab97 Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. by [email protected] · 15 years ago
- b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 15 years ago
- 15d9694 Revert "Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace." by [email protected] · 15 years ago
- 7d340403 Remove base/scoped_handle_win.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
- 44f9c95 Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by [email protected] · 15 years ago
- 10f33b1b Move base/debug_on_start to base/debugger and rename it to be _win since it by [email protected] · 15 years ago
- c917750 Move non_thread_safe from base to base/threading and into the base namespace. by [email protected] · 15 years ago
- f214f879 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by [email protected] · 15 years ago
- 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
- a8e2058 Move base/win_util to the base/win directory and use the base::win namespace. by [email protected] · 15 years ago
- 1357c32 Move thread local stuff from base to base/threading and consistently use the by [email protected] · 15 years ago
- a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 15 years ago
- f5494d4 Clean up Automation and Chrome Frame IPC code.-only use routed messages when needed-use routing IDs to avoid manually unpacking messages-remove data structures from IPC namespace (that should only be used for IPC code, and param traits)Note that I temporarily commented out part of a test in external_tab_test.cc because I couldn't figure out how to get the updated gmock macros to compile. by [email protected] · 15 years ago
- 6541227 Create a message filter for message port and worker messages. This allows a nice cleanup of getting rid of the notifications when RenderMessageFilter and WorkerProcessHost go away. SafeBrowsingResourceHandler doesn't need it anymore as well, since it now overrides OnRequestClosed() which does the same thing. by [email protected] · 15 years ago
- 22b42c59 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- c7f91e8 Revert 69694 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- 9a44a4db6 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- 8bf7b53 Revert 69690 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- a329ecd Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- f9e9049 Revert 69660 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- 3ca1235 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- c0b0a69 Revert 69264 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- 4f6f38e7 Revert 69341 - Fix up problem with uninitialized member variable. by [email protected] · 15 years ago
- 2ca07d7 Fix up problem with uninitialized member variable. by [email protected] · 15 years ago
- 61e78f1 Make PepperFileMessageFilter be a BrowserMessageFilter. by [email protected] · 15 years ago
- 2d71bd1 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
- 2ba871b Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by [email protected] · 15 years ago
- 56879f93 Make DOMStorageDispatcherHost be a message filter (and rename it accordingly). It now derives from BrowserMessageFilter and hence gets message dispatching to different threads for free. by [email protected] · 15 years ago
- 26a9acf Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter doesn't have to know about it. by [email protected] · 15 years ago
- 9f547bf Switch a bunch of remaining filters to derive from BrowserMessageFilters so that ResourceMessageFilter doesn't have to know about them and vice versa. A bunch of small cleanup in the process. I've added new message files for classes that want their messages dispatched on threads other than the IO. by [email protected] · 15 years ago
- 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
- 713a5f2 Revert "Add named testing interface." by [email protected] · 15 years ago
- 5484722e Add some more detail to PLOGs when debugging problems by [email protected] · 15 years ago
- d484ab5 Verify file descriptor count. by [email protected] · 15 years ago
- 8d70d5f Add missing new line 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
- e40f5a0b Define IPC_USES_READWRITE by [email protected] · 15 years ago
- cffa687f Fix up sun_path_len so that it is consistent across all our platforms. by [email protected] · 15 years ago
- 42ce94e Convert over to channel handles by [email protected] · 15 years ago
- 9b85081af Wrap GlobalDescriptors singleton in accessor method. by [email protected] · 15 years ago
- 864b558 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by [email protected] · 15 years ago
- 016498e scons: excise more scons references from the code base by [email protected] · 15 years ago
- 4b580bf Add a base class for objects that want to filter messages on the IO thread. I'll switch the filters to it in future separate changes. by [email protected] · 15 years ago
- d1b0115 Add ppapi_message_internal to the magic list of headers so the dependencies work out correctly on Mac. by [email protected] · 15 years ago
- 45affb9 Reduce the maximum IPC message size. by [email protected] · 15 years ago
- b45d803 Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by [email protected] · 15 years ago
- 060e9dd Revert 66840 - Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by [email protected] · 15 years ago
- b1308bd Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by [email protected] · 15 years ago
- bb6e37a Revert 66350 - Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by [email protected] · 15 years ago
- 865dad8 Add named testing interface. This allows you to connect to a pre-existing Chrome process and run tests on it. This is an addition to the low level interface underlying testing frameworks like PyAuto and WebDriver. by [email protected] · 15 years ago
- b4fa7293 NaCl IPC bringup. by [email protected] · 15 years ago
- 43a4020 Add proxies for some of the PDF & Flash functionality. There are still a few by [email protected] · 15 years ago
- a8ba636 Part 2 of reapplying r64637. by [email protected] · 15 years ago
- 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago
- 751bf4b Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by [email protected] · 15 years ago
- deba0ff Fixed bug where CHECKs don't fire if min_log_level > FATAL by [email protected] · 15 years ago