1. 625aa23 Convert implicit scoped_refptr constructor calls to explicit ones, part 1 by thakis@chromium.org · 14 years ago
  2. 78bc975 Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release."" by mpcomplete@chromium.org · 14 years ago
  3. ec40751 Revert "Const-ify RefCountedThreadSafe::AddRef and Release." by levin@chromium.org · 14 years ago
  4. 4d61c7e Const-ify RefCountedThreadSafe::AddRef and Release. by mpcomplete@chromium.org · 14 years ago
  5. 519c1c6 Added IPC ParamTraits for TimeDelta. by apatrick@chromium.org · 14 years ago
  6. 3e6864e Revert 63388 - http://build.chromium.org/buildbot/waterfall/builders/Mac10.6%20Tests%20(dbg)(2)/builds/10949 by stoyan@chromium.org · 14 years ago
  7. e41d372 Relanding 61718. by apatrick@chromium.org · 14 years ago
  8. fcdd54b Covert LOG(INFO) to VLOG(1) - ipc/. by pkasting@chromium.org · 14 years ago
  9. 3298847 Use make_scoped_refptr() instead of manual AddRef()/Release() in ipc. by willchan@chromium.org · 14 years ago
  10. 1f3e46b ipc_channel: warn if someone forgets to check the result of Connect() by evan@chromium.org · 14 years ago
  11. 597acf7 Coverity: Initialize member variables. by jhawkins@chromium.org · 14 years ago
  12. 275c2ec Move Stats, histograms, and field trial into a metrics subdirectory of base and by brettw@chromium.org · 14 years ago
  13. afb572a Move PerfTestSuite implementation into a .cc file and add it to the base by brettw@chromium.org · 14 years ago
  14. bdea128 Revert 61899 for breaking cookes on file:// URLs. by willchan@chromium.org · 14 years ago
  15. 72fa50e Fix instances of passing raw pointers to RefCounted objects in tasks. by willchan@chromium.org · 14 years ago
  16. 5dab748 clang/mac: Fix almost all problems when building all.xcodeproj. by thakis@chromium.org · 14 years ago
  17. 20b66e3 FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD structs. by erg@google.com · 14 years ago
  18. 2b069cd Add all foo_messages_internal.h files in chrome/common to ipc/ipc_message_impl_macros.h by jamesr@chromium.org · 14 years ago
  19. 2ec53b4 FBTF: Move virtual methods to implementation files. by erg@google.com · 14 years ago
  20. dab2a02 Mac: clang build by thakis@chromium.org · 14 years ago
  21. 8ad9ecd Handle return value from HANDLE_EINTR in file_descriptor_set_posix_unittest.cc. by hans@chromium.org · 14 years ago
  22. 544d9e6 Handle return value from HANDLE_EINTR in ipc_send_fds_test.cc. by hans@chromium.org · 14 years ago
  23. eb863c5 Remove an obsolete FIXME in ipc_channel.h. by thestig@chromium.org · 14 years ago
  24. 999f297 Fix a chrome browser crash observed in chrome frame reliability test runs. The crash occurs by ananta@chromium.org · 14 years ago
  25. a7331b6 FBTF: Move more ctors/dtors from headers to implementation. by erg@google.com · 14 years ago
  26. 84b01de ipc: delete wchar_t IPC trait by evan@chromium.org · 14 years ago
  27. b16c8a6 FBTF: Move individual XXXMsg_Params structs to a new file. by erg@google.com · 14 years ago
  28. cb9c43f Fix for the new IPC system on gcc 4.5 and greater. by erg@google.com · 14 years ago
  29. cc4e854 Reland 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  30. 8aca727 Remove all wstrings from the IPC logging subsystem. by erg@google.com · 14 years ago
  31. 1c8c3be Re-land part of r55416, minus actually moving the test_suite.h contents to a .cc file. by brettw@chromium.org · 14 years ago
  32. e6ffcb5 Reapplies all the IPC system work (reverts the revert r56272). by erg@google.com · 14 years ago
  33. ee8d340 Remove remaining deprecated wstring methods from base/values.{cc,h}. by viettrungluu@chromium.org · 14 years ago
  34. bfae859 Completely revert all my IPC work to see if this was what regressed the page cycler. by erg@google.com · 14 years ago
  35. cab37e7 FBTF: Mark the Read methods in the IPC subsystem as noinline. by erg@google.com · 14 years ago
  36. dee73b1 FBTF: Remove all the easy headers from *_messages.h. by erg@google.com · 14 years ago
  37. c19e1a9 Revert 55888: Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  38. 8942853 Allow per-plugin content settings. by bauerb@chromium.org · 14 years ago
  39. 2da4d84 Reapplies r55735, fixing some message code that was checked in that I collided with. by erg@google.com · 14 years ago
  40. 7b9579c Revert "FBTF: Allow forward declaration of classes passed to sync IPC messages." by erg@google.com · 14 years ago
  41. f8fd205 FBTF: Allow forward declaration of classes passed to sync IPC messages. by erg@google.com · 14 years ago
  42. 2610a36 FBTF: Reapplies r55259, the first new IPC definition patch. by erg@google.com · 14 years ago
  43. 2cd8b35 1. ipc_video_decoder.cc/h is media pipeline filter which use the gpu decoder facilities in video stack. it is only enabled when (a) hardware composition is on (b) hardware decoding command line is on (c) h264 codec is specified. by jiesun@google.com · 14 years ago
  44. fdbbe16 Revert 55405 - Special thanks for in-ming cheng's MFT hardware decodering code. by ananta@chromium.org · 14 years ago
  45. 12ec1e8 Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of header file by nsylvain@chromium.org · 14 years ago
  46. d0d3aed Revert 55259 - FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by pinkerton@google.com · 14 years ago
  47. ca732a6 Special thanks for in-ming cheng's MFT hardware decodering code. by jiesun@google.com · 14 years ago
  48. d1d70ba Cleanup in base. This moves the implementation (and a bunch of header file by brettw@chromium.org · 14 years ago
  49. a0d589b FBTF: Remove unneeded headers from base/ (part 5) by thestig@chromium.org · 14 years ago
  50. 1835562 FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages. by erg@google.com · 14 years ago
  51. 613caba FBTF: Remove unneeded headers from base/ (part 2) by thestig@chromium.org · 14 years ago
  52. d85babb Add #include utf_string_conversions.h to all files that use ASCIIToWide and by brettw@chromium.org · 14 years ago
  53. 7ebaeea Add undeclared virtual destructors part 5 by ziadh@chromium.org · 14 years ago
  54. dc071d5 Added an IPC server in the service process to listen to commands. This is not used yet. by sanjeevr@chromium.org · 14 years ago
  55. 178423d Convert DictionaryValue's keys to std::string (from wstring). by viettrungluu@chromium.org · 14 years ago
  56. cbde69a Move the number conversions from string_util to a new file. by brettw@chromium.org · 14 years ago
  57. 3f98514 Add an AppendSwitchASCII to CommandLine, and convert a test to it. by evan@chromium.org · 14 years ago
  58. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  59. 9a24207 Up the warnings in ipc (take 2) by thomasvl@google.com · 14 years ago
  60. 60bd7c0 Random bits of header and whitespace cleanup. by thestig@chromium.org · 14 years ago
  61. 4735c84 Remove <iostream> where possible. by erg@google.com · 14 years ago
  62. a752852 Attempt four at landing the "histogram.h removed from message_loop.h" patch. by erg@chromium.org · 14 years ago
  63. 6f206e7 Revert everything related to the relanding. by erg@chromium.org · 14 years ago
  64. bd75797 Reland r52336. by erg@chromium.org · 14 years ago
  65. 4ab02e8 Revert 52336 - More header cleanup: by erg@chromium.org · 14 years ago
  66. 275dc60 More header cleanup: by erg@chromium.org · 14 years ago
  67. a36ac15 Revert 51520 - Up the warnings in ipc by thomasvl@chromium.org · 14 years ago
  68. ec41ecd Up the warnings in ipc by thomasvl@google.com · 14 years ago
  69. 965db9a Clang: Do not ignore result of HANDLE_EINTR. by thakis@chromium.org · 14 years ago
  70. 4be619f Mac: More pluming for OOP font loading by jeremy@chromium.org · 14 years ago
  71. b13bd1d Revert 49982 - patch by thakis@chromium.org · 14 years ago
  72. 2fb1542 Revert 49988 - ipc by thakis@chromium.org · 14 years ago
  73. bff907f Revert 49989 - x by thakis@chromium.org · 14 years ago
  74. 4b5c7bc x by thakis@chromium.org · 14 years ago
  75. 51d539f ipc by thakis@chromium.org · 14 years ago
  76. 3f0d4e0 patch by thakis@chromium.org · 14 years ago
  77. b14ade7 Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableMethods easier. by ajwong@chromium.org · 14 years ago
  78. c1e93ea POSIX: make sure that we never pass directory descriptors into the sandbox. by agl@chromium.org · 14 years ago
  79. b73eaee Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base. by tfarina@chromium.org · 14 years ago
  80. 229db06 Make SyncMessageFilter work with WebKit threads. by dumi@chromium.org · 14 years ago
  81. c45765a chunk of straightforward ifdef/include changes for BSD port by pvalchev@google.com · 14 years ago
  82. f39c3ff Update dynamic annotations and move them to base/third_party by timurrrr@chromium.org · 14 years ago
  83. ee262ad Add new ipc message utility and new message types in preparation for OOP import patch. This patch adds the ability to move a set across IPC, and adds two new message types. by mirandac@chromium.org · 14 years ago
  84. 9ccf8b5 SELinux: add basic policy. by agl@chromium.org · 14 years ago
  85. eb92165 Allow synchronous messages to be sent from threads other than the main thread. This simplifies code that needs to do this (i.e. webkit db and file threads). by jabdelmalek@google.com · 15 years ago
  86. c89aefc Pepper audio basic functionality unit test, take 3. by neb@chromium.org · 15 years ago
  87. 91e5bf9 Revert 43234 - Add a Pepper audio basic functionality unit test, take 2. by arv@chromium.org · 15 years ago
  88. 6308510 Add a Pepper audio basic functionality unit test, take 2. by neb@chromium.org · 15 years ago
  89. 0409ecb Don't allow dragging browser actions between regular and incognito windows. by mpcomplete@chromium.org · 15 years ago
  90. 012c3bc Fix a typo in ipc_message_utils.h. by evan@chromium.org · 15 years ago
  91. 9d85a4c Revert 42656 - Add a Pepper audio basic functionality unit test. by skerner@chromium.org · 15 years ago
  92. e770b22 Add a Pepper audio basic functionality unit test. by neb@chromium.org · 15 years ago
  93. c973c0f The plugin channel host in the renderer process should not initialize IPC by mark@chromium.org · 15 years ago
  94. f6c20d9 Add pyauto hooks for bookmarks. by jrg@chromium.org · 15 years ago
  95. 63c75eb base: string_util.h -> utf_string_conversions.h fix. by jhawkins@chromium.org · 15 years ago
  96. bcd2b35 Added support for opening a GPU command buffer from a renderer processes through a GPU channel. by apatrick@chromium.org · 15 years ago
  97. d70a12c Add MessageLoop::QuitNow and use it to terminate a sync IPC. by darin@chromium.org · 15 years ago
  98. 8c00ed7 Take out intptr_t IPC serialization support to prevent people from sending pointers between trusted and untrusted processes. Move HWNDs and other Windows HANDLEs serialization to use 32 bits even on 64 bit platforms since that's all that's needed. by jam@chromium.org · 15 years ago
  99. a6768f5 linux: build with -Wextra by evan@chromium.org · 15 years ago
  100. c16fa4f linux: uncontroversial cleanups found by clang by evan@chromium.org · 15 years ago