1. 4899503 Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative to the chromium root by jochen@chromium.org · 12 years ago
  2. 7b7ea04 Remove static initializer in dummy_event by tbreisacher@chromium.org · 12 years ago
  3. 81be354 Get rid of <iostream> include in stack_trace_posix (forces a static initializer) by tbreisacher@chromium.org · 12 years ago
  4. 7b052af Mark PlatformFile.TouchGetInfoPlatformFile as flaky on all platform. by phajdan.jr@chromium.org · 12 years ago
  5. c693fe3 Move common file path related methods between chrome & content to file_util. I reduced the 4 methods into 3 by only having one GetUniquePathNumber which takes an optional suffix. by jam@chromium.org · 12 years ago
  6. ee0b43d Add assert() for scoped_refptr<T>::operator->() by akalin@chromium.org · 12 years ago
  7. 186eab2 Make NOTIMPLEMENTED_POLICY=0 actually work. by torne@chromium.org · 12 years ago
  8. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 12 years ago
  9. 30c8e91 Add option --dump-render-tree to content_shell to dump the render tree as text. by jochen@chromium.org · 12 years ago
  10. 105fd04 (re-land) Add StringToSizeT to base/string_number_conversions. by kalman@chromium.org · 12 years ago
  11. 4cec369 Make DFAKE_MUTEX a typedef when using NDEBUG, so that pedantic compilers don't warn about an extra ; in a class definition by rsleevi@chromium.org · 12 years ago
  12. 98fc415 Revert 119540 - Add StringToSizeT to base/string_number_conversions. by yoz@chromium.org · 12 years ago
  13. b942654 Add StringToSizeT to base/string_number_conversions. by kalman@chromium.org · 12 years ago
  14. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 12 years ago
  15. 3daf499 Remove pointer mangling API from trace_event.h and use an addTraceEvent flag instead by jbates@chromium.org · 12 years ago
  16. e4d0c3f Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 by mark@chromium.org · 12 years ago
  17. b3c785b Need the unsigned constants marked as unsigned. by backer@chromium.org · 12 years ago
  18. 04a166c Added a Unique ID for a Field Trial containing it's hashed name and the selected group ID. by mad@chromium.org · 12 years ago
  19. d2e0cd0 Adding a scoped_nsprotocol by qsr@chromium.org · 12 years ago
  20. aaeda4a Remove reinterpret_cast on JSONValueConverter by tzik@chromium.org · 12 years ago
  21. aa6f767 Convert use of int ms to TimeDelta in files owned by brettw. by tedvessenes@gmail.com · 12 years ago
  22. ad52ef6 Fix a potential memory leak bug. by mukai@chromium.org · 12 years ago
  23. 1da2fa7 Adding GetProcId unittest by cpu@chromium.org · 12 years ago
  24. dfdfa90 Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky by fischman@chromium.org · 12 years ago
  25. 5b61c95 Add StringToUint and StringToUint64 methods to base/string_number_conversions.h. by kalman@chromium.org · 12 years ago
  26. 8b302f3 Fix warning so Android ipc_tests builds again. (-Werror turned on in http://codereview.chromium.org/9288008) by jrg@chromium.org · 12 years ago
  27. d5f359a Implement support for a cancelable SyncSocket. by tommi@chromium.org · 12 years ago
  28. 51477d8 Cleanup trace_event, fix webkit API naming. by jbates@chromium.org · 12 years ago
  29. 1c30aaf Add scoped_ptr<>::PassAs<>(). by sergeyu@chromium.org · 12 years ago
  30. 50dfbc4 linux: don't define NO_HEAPCHECKER for every file by evan@chromium.org · 12 years ago
  31. d6842f6 linux: remove no_strict_aliasing gyp variable by evan@chromium.org · 12 years ago
  32. 3729074 Initialize IPC:ChannelHandle from existing HANDLE by amit@chromium.org · 12 years ago
  33. c2f90e5 [Mac] In PlatformThread::CurrentId(), use pthread_self() instead of mach_thread_self(). by rsesek@chromium.org · 12 years ago
  34. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 12 years ago
  35. d3bee53 Split up trace_event.h into trace_event_impl.h and add webkitplatform support. by jbates@chromium.org · 12 years ago
  36. cbb5463 windows: Fix a few things clang complains about. by thakis@chromium.org · 12 years ago
  37. f9f5171 [ChromeOS] Add option to set controlling terminal when launching process. by tbarzic@chromium.org · 12 years ago
  38. 227369d Move operator<< for StringPiece into string_piece.{h,cc} by akalin@chromium.org · 12 years ago
  39. ffa8eaf remove ; which breaks nacl_integration since they use -pedantic by ajwong@chromium.org · 12 years ago
  40. 59f1fbb Transfer the C++03 move-only type emulation into base/move.h and also make ScopedVector move-only. by ajwong@chromium.org · 12 years ago
  41. 8a7de9b Transition to base/mac/bundle_locations.h step 1 by jeremy@chromium.org · 12 years ago
  42. dc1a93d Hook up the SequencedWorkerPool to the browser thread. by brettw@chromium.org · 12 years ago
  43. da92e57 Watchdog - Added a JOINABLE state to avoid StartupTimebomb by rtenneti@chromium.org · 12 years ago
  44. 4fd393b Revert 118118 - Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 12 years ago
  45. fa51347 Temporarily revert 117127 for perf analysis. by rsesek@chromium.org · 12 years ago
  46. d05e16c Match whole path components in DevicePathToDriveLetterPath(). Add tests. by skerner@chromium.org · 12 years ago
  47. f2e9545 Add back in stack_trace_android.cc on Android. by jrg@google.com · 12 years ago
  48. 0e27d1b Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. by hbono@chromium.org · 12 years ago
  49. ac13ab4 Convert use of int ms to TimeDelta in files owned by brettw. by tedvessenes@gmail.com · 12 years ago
  50. d84e804 Use ScopedVector instead of std::vector in case of repeated messages. by mukai@chromium.org · 12 years ago
  51. 59c2760 Allow tracing in third_party libraries by jbates@chromium.org · 12 years ago
  52. bd4c0b6 Add custom field converter to JSONValueConverter. by mukai@chromium.org · 12 years ago
  53. 30dbbaa Convert use of int ms to TimeDelta in files owned by jeremy. by tedvessenes@gmail.com · 12 years ago
  54. e9b2d8b Remove usage of using namespace, and cleanup trace_analyzer namespace by jbates@chromium.org · 12 years ago
  55. dcdfe7f [Coverity] Fixed call by value to by reference by groby@chromium.org · 13 years ago
  56. e06b796 Allow construction and assignment of one scoped_ptr from another if the types are convertible. by ajwong@chromium.org · 13 years ago
  57. 3c3a813 Reimplement ReceivedSyncMsgQueue::DispatchMessages by jhorwich@chromium.org · 13 years ago
  58. 3c9aa4b Functions to return locations of various Chrome bundles. by jeremy@chromium.org · 13 years ago
  59. aef5226 mach_port_deallocate() the result of mach_thread_self(), which obtains a port send right. by rsesek@chromium.org · 13 years ago
  60. 86deddd Resolve an ambiguous function call error in string_piece_unittest.cc by peter@chromium.org · 13 years ago
  61. 20b1fd7 Add comment to NumberFormatWrapper. by avi@chromium.org · 13 years ago
  62. 2601c14 Fix POSIX and Mac Time::Explode(). by viettrungluu@chromium.org · 13 years ago
  63. fb2ccb7 Revert 116816 - Hook up the SequencedWorkerPool to the browser thread. by msw@chromium.org · 13 years ago
  64. e8f5615 Hook up the SequencedWorkerPool to the browser thread. by brettw@chromium.org · 13 years ago
  65. e4f3dc3 Remove task.h and finish base::Bind() migration. by ajwong@chromium.org · 13 years ago
  66. c1e632d Change over IgnoreReturn to IgnoreResult. remove IgnoreReturn. by ajwong@chromium.org · 13 years ago
  67. 67c1bb3 Prevent calling internal metrics code with invalid values. by rkc@chromium.org · 13 years ago
  68. 9f0d617 Delete the scan sources test. I previously deleted scan_sources but left the by brettw@chromium.org · 13 years ago
  69. 08a60f5 Fix scoped_refptr assignment operator in the case of having it as a member. by mnaganov@chromium.org · 13 years ago
  70. 89b31e9 Returns a bool for JSONValueConverter::Convert() by mukai@chromium.org · 13 years ago
  71. e194f3d base::Bind: Remove Task. by jhawkins@chromium.org · 13 years ago
  72. d761942 Remove build/scan_sources.py by brettw@chromium.org · 13 years ago
  73. a124b8c Re-remove ReleasePointer. by dcheng@chromium.org · 13 years ago
  74. 655db11 Fix prctl ERROR messages on Linux debug builds. by rbyers@chromium.org · 13 years ago
  75. d849206 Enable ThreadChecker in non-debug builds if DCHECK_ALWAYS_ON is defined. by joi@chromium.org · 13 years ago
  76. b03c66d Update Sleep() calls in base/test to use TimeDelta instead of int. by tedvessenes@gmail.com · 13 years ago
  77. 8ca29a8 base::Bind: Remove CancelableTask and ScopedTaskRunner. by jhawkins@chromium.org · 13 years ago
  78. abf6ec8 Linux: Try to minimize copying of string information when reading /proc data. by erg@chromium.org · 13 years ago
  79. 22a8a0d And now NewRunnableMethod(), you die. by ajwong@chromium.org · 13 years ago
  80. f5c056b chromeos: Implement power button animations for Aura. by derat@chromium.org · 13 years ago
  81. 958f1df [Coverity] Fixed uninitialized member by groby@chromium.org · 13 years ago
  82. b8b586c base::Bind: Remove ScopedRunnableMethodFactory. by jhawkins@chromium.org · 13 years ago
  83. cf76133 Add TimeDelay interfaces to TestTimeouts. by tedvessenes@gmail.com · 13 years ago
  84. 4a31021 base::Bind: Remove callback_old.h. by jhawkins@chromium.org · 13 years ago
  85. ae8480d base::Bind: Remove scoped_callback_factory.h. by jhawkins@chromium.org · 13 years ago
  86. 03adba0 Remove DeleteTask and convert remaining users. by dcheng@chromium.org · 13 years ago
  87. 03d32fd Add a sequenced worker pool. by brettw@chromium.org · 13 years ago
  88. 598ca1c base::Bind: Remove NewRunnableFunction. by jhawkins@chromium.org · 13 years ago
  89. aaa6303 Change code in base (primarily unit tests) to use Sleep(TimeDelta). by tedvessenes@gmail.com · 13 years ago
  90. b30c203 Update Sleep() calls in metrics tests to use TimeDelta instead of int. by tedvessenes@gmail.com · 13 years ago
  91. 2116fc9 Convert various ReleaseSoon methods to use base::Bind() by dcheng@chromium.org · 13 years ago
  92. 3690474 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  93. 658a87f Add function support for Sleep with TimeDelta input. by tedvessenes@gmail.com · 13 years ago
  94. 7bf887b Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  95. e6490ed GetPlatformFileInfo was always never returning directory by cpu@chromium.org · 13 years ago
  96. 47685c1 Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind. by dcheng@chromium.org · 13 years ago
  97. 333d7fd Move net/base/sys_byteorder.h to base/sys_byteorder.h by isherman@chromium.org · 13 years ago
  98. 99f8661 CheckForNicePermission: Make sure can_reraise_priority is set in ctor by tbreisacher@chromium.org · 13 years ago
  99. e750699 Coverity fix NEGATIVE_RETURNS. by scr@chromium.org · 13 years ago
  100. 92d3dcf Provide windows notification of thread termination by jar@chromium.org · 13 years ago