1. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  2. 00bb4ee A couple comment updates by joth@chromium.org · 13 years ago
  3. 4b5cd88 More sanity unittests to make sure AddressSanitizer is instrumenting the code. by glider@chromium.org · 13 years ago
  4. 42e9d8c Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  5. fe9a84c Fix a few typos in tracked_objects.h by isherman@chromium.org · 13 years ago
  6. c427d5d Revert 107835 (since the underlying issue has been identified and fixed) - Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  7. 388a1bd Add missing BASE_EXPORT to fix build by joth@chromium.org · 13 years ago
  8. c4285cd Thin out the Singeton template code by joth@chromium.org · 13 years ago
  9. 7ad4a62 Minor cleanup: Make method private that is only used for testing by jar@chromium.org · 13 years ago
  10. d4014bd Remove calls to g_thread_init(). by willchan@chromium.org · 13 years ago
  11. ae647f7 Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.h by thakis@chromium.org · 13 years ago
  12. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  13. d70623d Minor perf and size optimization - don't do asserts in release build by joth@chromium.org · 13 years ago
  14. f8732bd Clean up some API in trace_event_analyzer.h and add some getters. by jbates@chromium.org · 13 years ago
  15. d250f59 Revert 108639 - again it seems to have broken Mac layout tests by kinuko@chromium.org · 13 years ago
  16. 2afafcf Original issue with review is: http://codereview.chromium.org/8424006/ by kinuko@chromium.org · 13 years ago
  17. 5b065c5 Remove 2 unused definitions from base/basictypes.h by thakis@chromium.org · 13 years ago
  18. 6c20710 Change three LazyInstances I added earlier to be leaky. by thakis@chromium.org · 13 years ago
  19. 96d6a1c Remove 1 exit time destructor and 1 static initializer from watchdog.cc by thakis@chromium.org · 13 years ago
  20. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  21. f19b24f Remove 1 exit time destructor and 1 static initializer from platform_thead_(posix|mac) by thakis@chromium.org · 13 years ago
  22. f6714c8 Remove 1 exit time destructor and 1 static initializer in trace_event. by thakis@chromium.org · 13 years ago
  23. ecba84e Remove base::Thread::CleanUpAfterMessageLoopDestruction() because it is unused and it does nothing. by rsesek@chromium.org · 13 years ago
  24. 3765d06 Remove an unused include. by thakis@chromium.org · 13 years ago
  25. 16bc873 Revert 108352 - Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  26. fc81eaf Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  27. c7ccdb6 Thread::Stop() must be called before any subclass's destructor completes. by joi@chromium.org · 13 years ago
  28. 702fb4e Revert 108258 - broke Mac LayoutTests. by kinuko@chromium.org · 13 years ago
  29. 85e86d8 Moving the SignalingTask class to base/test. by tommi@chromium.org · 13 years ago
  30. c94b145 Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  31. efba417 Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe(). by satorux@chromium.org · 13 years ago
  32. 2488829 Test 32bit time in tracked_object by jar@chromium.org · 13 years ago
  33. 0b60d0d Cleanup: No need to dynamically allocate a couple class members in mime_util_xdg.cc. Also convert a dynamically allocated class member to a scoper. by thestig@chromium.org · 13 years ago
  34. d28c6e4 Linux: Use the existing desktop environment detection code in mime_util_xdg.cc instead of its own version. Also fix a case where we look up bad icon names. by thestig@chromium.org · 13 years ago
  35. fe2201e Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0. by willchan@chromium.org · 13 years ago
  36. e306b8d Make LazyInstance managed Locks leaky. by thestig@chromium.org · 13 years ago
  37. 7a15cdd regex fixes in base.gypi for android files. by jrg@chromium.org · 13 years ago
  38. 1a3c5d1 Prevent clang from optimizing away a variable. by thakis@chromium.org · 13 years ago
  39. a41c9ba Enable default object tracking no Mac by jar@chromium.org · 13 years ago
  40. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  41. dd07014 Enable ICU in Android by michaelbai@google.com · 13 years ago
  42. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  43. 9794efb Revert 107939 - Pile of nits for tracked object enablement by joth@chromium.org · 13 years ago
  44. 770faf6 Revert 107940 - Remove DCHECK that tickles TLS during shutdown by joth@chromium.org · 13 years ago
  45. b45d886 Revert 107944 - Avoid all unnecessary calls to TLS during thread teardown by joth@chromium.org · 13 years ago
  46. a83515f Avoid all unnecessary calls to TLS during thread teardown by jar@chromium.org · 13 years ago
  47. f42dd9d Remove DCHECK that tickles TLS during shutdown by jar@chromium.org · 13 years ago
  48. 700d290 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  49. 220f5cb Revert 107928 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  50. ec556e6 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  51. 406f5af Revert 107921 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  52. fa3f96c Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  53. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  54. 9730fbd Expose the sandbox related code through the content API. I did a bit of cleanup while I was doing this. by jam@chromium.org · 13 years ago
  55. f44a688 add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry) by jbates@chromium.org · 13 years ago
  56. ef9c591 Revert 107813 - add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data. by jbates@chromium.org · 13 years ago
  57. 9a27807 Revert 107830 - Fix BASE_EXPORT on QueryNode by jbates@chromium.org · 13 years ago
  58. 87aec2e Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  59. 9df63eb Fix BASE_EXPORT on QueryNode by jbates@chromium.org · 13 years ago
  60. ea08ec5 Cleanup: Change a static initializer to a LazyInstance, and add some typedefs. by thestig@chromium.org · 13 years ago
  61. 3f5c4ef add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data. by jbates@chromium.org · 13 years ago
  62. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  63. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  64. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  65. bd7a6ad rename file_path_watcher_mac to file_path_watcher_kqueue by robert.nagy@gmail.com · 13 years ago
  66. 4d570be base::Bind: Convert CloudPrintProxyService. by jhawkins@chromium.org · 13 years ago
  67. bad78d6 Clarify comments for |RemoveChars()| and |TrimString()| that the char array param must be null terminated. by asvitkine@chromium.org · 13 years ago
  68. 524b5ce Remove static function pointer by joth@chromium.org · 13 years ago
  69. 8b83eae Change O(n^2) loop to O(n) in ObserverListBase::Compact(). by asvitkine@chromium.org · 13 years ago
  70. dd706e9 implement GetProcessExecutablePath() on OpenBSD and start using it by robert.nagy@gmail.com · 13 years ago
  71. b3b798c Tweak PathProviderPosix's FILE_EXE and FILE_MODULE handling on FreeBSD. by grt@chromium.org · 13 years ago
  72. ccadc2e Reimplementing FileUtilProxy using PostTaskAndReply by kinuko@chromium.org · 13 years ago
  73. a3c1d48 Fix bug where DVLOGs are treated as DLOG(INFO)s by akalin@chromium.org · 13 years ago
  74. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  75. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  76. bf8418f Fix the file_util_unittests.cc for Android by michaelbai@chromium.org · 13 years ago
  77. 2172a22 Add a unittest for base::SysInfo::MaxSharedMemorySize by robert.nagy@gmail.com · 13 years ago
  78. ea54e46 OpenBSD patches for base and build, part 2 by robert.nagy@gmail.com · 13 years ago
  79. 37128d4 base: Reenable external templates in logging.h when using component build. by erg@chromium.org · 13 years ago
  80. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  81. 6a092d7 Internalize JSON chunk merging to trace_event.h API (retry). by jbates@chromium.org · 13 years ago
  82. 08ff65e rename Run in MessageLoopForUI to RunWithDispatcher by oshima@google.com · 13 years ago
  83. 4a22005 Make AddTraceEventETW duplicate its name argument. by nduca@chromium.org · 13 years ago
  84. 713f73c Revert: Internalize JSON chunk merging to trace_event.h API. by mpcomplete@chromium.org · 13 years ago
  85. c91b7e8 Internalize JSON chunk merging to trace_event.h API. by jbates@chromium.org · 13 years ago
  86. 4c73d40 Make DictionaryValue::SetWithoutPathExpansion more efficient. by grt@chromium.org · 13 years ago
  87. 4814da9 Make the placement-new buffer in LazyInstance<Type> aligned. by timurrrr@chromium.org · 13 years ago
  88. 8490832 Move ScopedCoMem to base/win. This is to allow the class to be used from folders that aren't allowed to depend on chrome/common (and besides, ScopedCoMem belongs in base/win anyway). by tommi@chromium.org · 13 years ago
  89. c89ed90 Make MessageLoop::QuitClosure call Quit of the current MessageLoop at call time, not the current MessageLoop at the Closure's creation time. This brings the behaviour of QuitClosure in line with QuitTask. by kalman@chromium.org · 13 years ago
  90. f84534c Cache the ranges_ vector and share the ranges_ vector by rtenneti@chromium.org · 13 years ago
  91. 6d384d7 Fix X events processing by piman@chromium.org · 13 years ago
  92. 2720de2 Reverting as an experiment to determine if this caused increased Win build by jhawkins@chromium.org · 13 years ago
  93. 8f084d3 aura: Make MessagePumpX check that X connection is open. by derat@chromium.org · 13 years ago
  94. 4f65c99 Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback by kinuko@chromium.org · 13 years ago
  95. 9a28acb Create a CFCast<>() method for casting a basic CFTypeRef to a more specific CF type by kushi.p@gmail.com · 13 years ago
  96. d4009cc base/json: Collapse a condition in ReadHexDigits into a single if clause. by tfarina@chromium.org · 13 years ago
  97. 495e1ba OpenBSD patches for base / split from CR #8275005 by mark@chromium.org · 13 years ago
  98. 77db22f WriteInto handles length_with_null values of 1 better. by cbentzel@chromium.org · 13 years ago
  99. c14280a base::Bind: Final cleanup in file_util_proxy.cc. by jhawkins@chromium.org · 13 years ago
  100. 162de39 base::Bind: Convert FileUtilProxy::StatusCallback. by jhawkins@chromium.org · 13 years ago