1. e90dc16 GTTF: Make automation provider recognize more IPC error conditions by phajdan.jr@chromium.org · 14 years ago
  2. 5a9b4a9 Initialize struct member in LogData. by finnur@chromium.org · 14 years ago
  3. caafbba Move extension messages to their own file and add a RenderViewObserver to start moving the extension code out of RenderView. by jam@chromium.org · 14 years ago
  4. 5c52868 Move some files from base to base/memory. by levin@chromium.org · 14 years ago
  5. 1cd3b7d 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 jam@chromium.org · 14 years ago
  6. 45585ac Move printing messages to their own file. by jam@chromium.org · 14 years ago
  7. a37db42 Move the rest of the content browser->renderer messages to content. Also move drag related messages to their own file. by jam@chromium.org · 14 years ago
  8. 9b2cd5c thread.h is not needed by ipc_channel_proxy.cc. by amarinichev@chromium.org · 14 years ago
  9. 18b9db7 Create a new message file for view related messages. I just moved a few messages initially. by jam@chromium.org · 14 years ago
  10. 41e73a0 Move audio messages to their own file. by jam@chromium.org · 14 years ago
  11. 439aef6 autofill: Rename all the entries remaining with AutoFill to Autofill. by tfarina@chromium.org · 14 years ago
  12. 1cdb972 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 jam@chromium.org · 14 years ago
  13. 92316aa Creates the ipclist utility that chrome security team has wanted to dump by tsepez@chromium.org · 14 years ago
  14. cbc95ec Simplify ResolveProxyMsgHelper. Make it not special case renderer/plugin, and derive from BrowserMessageFilter for easier filtering and replying. by jam@chromium.org · 14 years ago
  15. 38841be Move AppCache common code to content and split off AppCache messages into their own file. Also move WebMessagePortChannel and WebDatabaseObserverImpl to content. by jam@chromium.org · 14 years ago
  16. 876ecb9 Move the blob related code to content, and also move the blob messages to their own file. by jam@chromium.org · 14 years ago
  17. 7272e46 Change common_message_generator code block. by tsepez@chromium.org · 14 years ago
  18. 09e220e Move the clipboard messages to their own message filter. by dcheng@chromium.org · 14 years ago
  19. 44f2e6c Fixed a bug in the serialization of history::URLRow. by danno@chromium.org · 14 years ago
  20. f3ee6c4 Move the common child process messages into their own file. by jam@chromium.org · 14 years ago
  21. 69ec47c Put file_system messages in their own file and move them to content, in preparation of moving child_thread. by jam@chromium.org · 14 years ago
  22. 4ae3f56 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 jam@chromium.org · 14 years ago
  23. 6f4dc09 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 jam@chromium.org · 14 years ago
  24. 2812db6 Add some bullet proofing to ipc_channel_posix. by dmaclach@chromium.org · 14 years ago
  25. 623a523 P2P Sockets host implementation. by sergeyu@chromium.org · 14 years ago
  26. aed4b38 Pure pedantry: Replace all ".size() == 0" with ".empty()". by erg@google.com · 14 years ago
  27. d65bab5 Attempt to reduce the amount of cut n paste needed to maintain these. by tsepez@chromium.org · 14 years ago
  28. 0d5ac66 ipc: don't send server hello message if we closed the channel. by agl@chromium.org · 14 years ago
  29. 90e5e25 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 dtu@chromium.org · 14 years ago
  30. 0c55c56 Get service process running standalone on the mac by hooking it into launchd. by dmaclach@chromium.org · 14 years ago
  31. dd96ed8 Intergration of the client-side phishing detection. by noelutz@google.com · 14 years ago
  32. 1ac4613 Make the implementation .cc files go away, instead have the authors give us a header only. by tsepez@chromium.org · 14 years ago
  33. 8b56335 Wigtspace change to trigger a build. by thestig@chromium.org · 14 years ago
  34. ccb3fef Rent syncemove all uses of the global Dispatcher Get function. by brettw@chromium.org · 14 years ago
  35. f146c29 Clean up channel modes by dmaclach@chromium.org · 14 years ago
  36. 424ed87 Get service processes working on Mac and Linux. by dmaclach@chromium.org · 14 years ago
  37. 13413eb Rename Real* to Double* in values.* and dependent files by arv@chromium.org · 14 years ago
  38. 44ae58f Add support for attaching filters to an IPC TestSink. by bryner@chromium.org · 14 years ago
  39. 84db36d Change size() function to return a size_t so that result size is not inadvertently truncated. by mrossetti@chromium.org · 14 years ago
  40. 52b19fe Move AutoFill messages into a separate file. by jam@chromium.org · 14 years ago
  41. 2873305 Move non-file-system Pepper IPC messages to chrome/common/pepper_messages.*. by viettrungluu@chromium.org · 14 years ago
  42. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  43. c0f8558 Move the TestSink for doing IPC tests from chrome/common into IPC and create a new IPC test_support project that references it. by brettw@google.com · 14 years ago
  44. b987255 Adjust unix domain IPC permissions. by dtu@chromium.org · 14 years ago
  45. 5943dc0 If user had consented for metrics reporting, send speech input request origin to the server. by satish@chromium.org · 14 years ago
  46. a8e3c09 Disable crashy IPCSyncChannelTest.SendWithTimeoutMixedOKAndTimeout by phajdan.jr@chromium.org · 14 years ago
  47. e36caf9 Linux: fix a bunch of NULL vs. 0 issues spotted by gcc 4.5. by craig.schlenter@chromium.org · 14 years ago
  48. 5238c7d Move CancellationFlag and WaitableEvent to the synchronization subdirectory. by brettw@chromium.org · 14 years ago
  49. 28078b6 Move base/debug_on_start to base/debugger and rename it to be _win since it by brettw@chromium.org · 14 years ago
  50. 7c5cc67 Remove base/platform_thread.h stub and fix up all callers to use the new location and namespace. by brettw@google.com · 14 years ago
  51. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  52. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  53. 8a2c784 Make IPC::Channel::Listener:OnMessageReceived have a return value indicating whether a message was processed or not. by jam@chromium.org · 14 years ago
  54. 7398a1a 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 jam@chromium.org · 14 years ago
  55. 82f52f8 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 jam@chromium.org · 14 years ago
  56. c1d3d42 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  57. f22df39 Revert 69694 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  58. 6a9b0c7 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  59. 8194e85 Revert 69690 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  60. 2ef7617 Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  61. 6b1daf8 Revert 69660 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  62. b528cbe Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  63. d71e3d6 Revert 69264 - Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  64. f3d729a Revert 69341 - Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  65. db10f28 Fix up problem with uninitialized member variable. by dmaclach@chromium.org · 14 years ago
  66. 3475648 Make PepperFileMessageFilter be a BrowserMessageFilter. by jam@chromium.org · 14 years ago
  67. 4c2957a Add support for sockets that can listen and accept a connection. by dmaclach@chromium.org · 14 years ago
  68. b1580ca Make IndexedDBDispatcherHost be a message filter and move its messages into a separate file. by jam@chromium.org · 14 years ago
  69. 3accfb8 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 jam@chromium.org · 14 years ago
  70. fa17a98 Make DatabaseDispatcherHost be a message filter so that ResourceMessageFilter doesn't have to know about it. by jam@chromium.org · 14 years ago
  71. b087641 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 jam@chromium.org · 14 years ago
  72. aa87060 Rename all methods accessing Singleton<T> as GetInstance(). by satish@chromium.org · 14 years ago
  73. 23f1df5 Revert "Add named testing interface." by phajdan.jr@chromium.org · 14 years ago
  74. dec0e2b Add some more detail to PLOGs when debugging problems by dmaclach@chromium.org · 14 years ago
  75. 63b5df7 Verify file descriptor count. by dmaclach@chromium.org · 14 years ago
  76. 5eaa2f5 Add missing new line by jam@chromium.org · 14 years ago
  77. 86a8de1 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 jam@chromium.org · 14 years ago
  78. 2680d3a Define IPC_USES_READWRITE by dmaclach@chromium.org · 14 years ago
  79. af4a3eb Fix up sun_path_len so that it is consistent across all our platforms. by dmaclach@chromium.org · 14 years ago
  80. 058c4a7 Convert over to channel handles by dmaclach@chromium.org · 14 years ago
  81. 77f9586 Wrap GlobalDescriptors singleton in accessor method. by evan@chromium.org · 14 years ago
  82. 7722283 This CL add a GetInstance() method to singleton classes instead of relying on the callers to use Singleton<T>. by satish@chromium.org · 14 years ago
  83. b33d254 scons: excise more scons references from the code base by evan@chromium.org · 14 years ago
  84. e57135c 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 jam@chromium.org · 14 years ago
  85. 45bd9da Add ppapi_message_internal to the magic list of headers so the dependencies work out correctly on Mac. by brettw@google.com · 14 years ago
  86. 6c8db92 Reduce the maximum IPC message size. by darin@chromium.org · 14 years ago
  87. eec55b8 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 nirnimesh@chromium.org · 14 years ago
  88. 2212141 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 kkania@chromium.org · 14 years ago
  89. d4e6ec0 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 nirnimesh@chromium.org · 14 years ago
  90. a23997f 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 nirnimesh@chromium.org · 14 years ago
  91. c00c990 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 nirnimesh@chromium.org · 14 years ago
  92. 07af1a6 NaCl IPC bringup. by abarth@chromium.org · 14 years ago
  93. 1cd2d6d Add proxies for some of the PDF & Flash functionality. There are still a few by brettw@chromium.org · 14 years ago
  94. 244f2f0 Part 2 of reapplying r64637. by erg@google.com · 14 years ago
  95. 3cd7170 Implement a new process type for running PPAPI plugins. The process itself is by brettw@chromium.org · 14 years ago
  96. 2f8b030 Add support for returning the session_id in both CreateExternalTab and ConnectExternalTab. by hansl@google.com · 14 years ago
  97. 434c5b6 Fixed bug where CHECKs don't fire if min_log_level > FATAL by akalin@chromium.org · 14 years ago
  98. d0cc67a Convert implicit scoped_refptr constructor calls to explicit ones, part 2 by thakis@chromium.org · 14 years ago
  99. 7d883b2 Revert "Refactor automation messages." due to mysterious problems on mac. by erg@google.com · 14 years ago
  100. 5ab6720 Refactor automation messages. by erg@google.com · 14 years ago