1. 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
  2. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  3. 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
  4. 1375e3ab Move printing messages to their own file. by [email protected] · 14 years ago
  5. 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
  6. 0ad9bef thread.h is not needed by ipc_channel_proxy.cc. by [email protected] · 14 years ago
  7. 778574e Create a new message file for view related messages. I just moved a few messages initially. by [email protected] · 14 years ago
  8. 4460ee5 Move audio messages to their own file. by [email protected] · 14 years ago
  9. 663bd9e autofill: Rename all the entries remaining with AutoFill to Autofill. by [email protected] · 14 years ago
  10. 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
  11. e503a12 Creates the ipclist utility that chrome security team has wanted to dump by [email protected] · 14 years ago
  12. 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
  13. 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
  14. db10d8f Move the blob related code to content, and also move the blob messages to their own file. by [email protected] · 14 years ago
  15. d7a5e3e Change common_message_generator code block. by [email protected] · 14 years ago
  16. 7e358974 Move the clipboard messages to their own message filter. by [email protected] · 14 years ago
  17. acd3d771 Fixed a bug in the serialization of history::URLRow. by [email protected] · 14 years ago
  18. ff47b296 Move the common child process messages into their own file. by [email protected] · 14 years ago
  19. 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
  20. 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
  21. 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
  22. 6aad23f9 Add some bullet proofing to ipc_channel_posix. by [email protected] · 14 years ago
  23. 6c54e7e4 P2P Sockets host implementation. by [email protected] · 14 years ago
  24. f6b8ce3 Pure pedantry: Replace all ".size() == 0" with ".empty()". by [email protected] · 14 years ago
  25. 8a8c9c7 Attempt to reduce the amount of cut n paste needed to maintain these. by [email protected] · 14 years ago
  26. 887250a ipc: don't send server hello message if we closed the channel. by [email protected] · 15 years ago
  27. 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
  28. 56f0f26 Get service process running standalone on the mac by hooking it into launchd. by [email protected] · 15 years ago
  29. fa685ff Intergration of the client-side phishing detection. by [email protected] · 15 years ago
  30. 6476c72c Make the implementation .cc files go away, instead have the authors give us a header only. by [email protected] · 15 years ago
  31. 9fbc2f2f Wigtspace change to trigger a build. by [email protected] · 15 years ago
  32. 465faa2 Rent syncemove all uses of the global Dispatcher Get function. by [email protected] · 15 years ago
  33. 1707726c Clean up channel modes by [email protected] · 15 years ago
  34. c3498a1 Get service processes working on Mac and Linux. by [email protected] · 15 years ago
  35. fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
  36. 9f9db89 Add support for attaching filters to an IPC TestSink. by [email protected] · 15 years ago
  37. 8a86140 Change size() function to return a size_t so that result size is not inadvertently truncated. by [email protected] · 15 years ago
  38. 19d6e1e8 Move AutoFill messages into a separate file. by [email protected] · 15 years ago
  39. f055793 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by [email protected] · 15 years ago
  40. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  41. 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
  42. 6bef6c8 Adjust unix domain IPC permissions. by [email protected] · 15 years ago
  43. ca97f30 If user had consented for metrics reporting, send speech input request origin to the server. by [email protected] · 15 years ago
  44. 711032e Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by [email protected] · 15 years ago
  45. 8b8fab97 Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. by [email protected] · 15 years ago
  46. b90d7e80 Reland "Remove base/scoped_handle_win.h." by [email protected] · 15 years ago
  47. 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
  48. 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
  49. 44f9c95 Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by [email protected] · 15 years ago
  50. 10f33b1b Move base/debug_on_start to base/debugger and rename it to be _win since it by [email protected] · 15 years ago
  51. c917750 Move non_thread_safe from base to base/threading and into the base namespace. by [email protected] · 15 years ago
  52. 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
  53. 34b9963 Move base/thread.h to base/threading, fix up callers to use the new location. by [email protected] · 15 years ago
  54. a8e2058 Move base/win_util to the base/win directory and use the base::win namespace. by [email protected] · 15 years ago
  55. 1357c32 Move thread local stuff from base to base/threading and consistently use the by [email protected] · 15 years ago
  56. a95986a8 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by [email protected] · 15 years ago
  57. 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
  58. 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
  59. 22b42c59 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  60. c7f91e8 Revert 69694 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  61. 9a44a4db6 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  62. 8bf7b53 Revert 69690 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  63. a329ecd Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  64. f9e9049 Revert 69660 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  65. 3ca1235 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  66. c0b0a69 Revert 69264 - Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  67. 4f6f38e7 Revert 69341 - Fix up problem with uninitialized member variable. by [email protected] · 15 years ago
  68. 2ca07d7 Fix up problem with uninitialized member variable. by [email protected] · 15 years ago
  69. 61e78f1 Make PepperFileMessageFilter be a BrowserMessageFilter. by [email protected] · 15 years ago
  70. 2d71bd1 Add support for sockets that can listen and accept a connection. by [email protected] · 15 years ago
  71. 2ba871b Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by [email protected] · 15 years ago
  72. 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
  73. 26a9acf Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter doesn't have to know about it. by [email protected] · 15 years ago
  74. 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
  75. 8e8bb6d Rename all methods accessing Singleton<T> as GetInstance(). by [email protected] · 15 years ago
  76. 713a5f2 Revert "Add named testing interface." by [email protected] · 15 years ago
  77. 5484722e Add some more detail to PLOGs when debugging problems by [email protected] · 15 years ago
  78. d484ab5 Verify file descriptor count. by [email protected] · 15 years ago
  79. 8d70d5f Add missing new line by [email protected] · 15 years ago
  80. 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
  81. e40f5a0b Define IPC_USES_READWRITE by [email protected] · 15 years ago
  82. cffa687f Fix up sun_path_len so that it is consistent across all our platforms. by [email protected] · 15 years ago
  83. 42ce94e Convert over to channel handles by [email protected] · 15 years ago
  84. 9b85081af Wrap GlobalDescriptors singleton in accessor method. by [email protected] · 15 years ago
  85. 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
  86. 016498e scons: excise more scons references from the code base by [email protected] · 15 years ago
  87. 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
  88. 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
  89. 45affb9 Reduce the maximum IPC message size. by [email protected] · 15 years ago
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. b4fa7293 NaCl IPC bringup. by [email protected] · 15 years ago
  96. 43a4020 Add proxies for some of the PDF & Flash functionality. There are still a few by [email protected] · 15 years ago
  97. a8ba636 Part 2 of reapplying r64637. by [email protected] · 15 years ago
  98. 709a847e Implement a new process type for running PPAPI plugins. The process itself is by [email protected] · 15 years ago
  99. 751bf4b Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by [email protected] · 15 years ago
  100. deba0ff Fixed bug where CHECKs don't fire if min_log_level > FATAL by [email protected] · 15 years ago