1. 00bb4ee A couple comment updates by joth@chromium.org · 13 years ago
  2. 4b5cd88 More sanity unittests to make sure AddressSanitizer is instrumenting the code. by glider@chromium.org · 13 years ago
  3. 42e9d8c Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  4. fe9a84c Fix a few typos in tracked_objects.h by isherman@chromium.org · 13 years ago
  5. 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
  6. 388a1bd Add missing BASE_EXPORT to fix build by joth@chromium.org · 13 years ago
  7. c4285cd Thin out the Singeton template code by joth@chromium.org · 13 years ago
  8. 7ad4a62 Minor cleanup: Make method private that is only used for testing by jar@chromium.org · 13 years ago
  9. d4014bd Remove calls to g_thread_init(). by willchan@chromium.org · 13 years ago
  10. ae647f7 Copy WebKit's DEFINE_STATIC_LOCAL to base/basictypes.h by thakis@chromium.org · 13 years ago
  11. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  12. d70623d Minor perf and size optimization - don't do asserts in release build by joth@chromium.org · 13 years ago
  13. f8732bd Clean up some API in trace_event_analyzer.h and add some getters. by jbates@chromium.org · 13 years ago
  14. d250f59 Revert 108639 - again it seems to have broken Mac layout tests by kinuko@chromium.org · 13 years ago
  15. 2afafcf Original issue with review is: http://codereview.chromium.org/8424006/ by kinuko@chromium.org · 13 years ago
  16. 5b065c5 Remove 2 unused definitions from base/basictypes.h by thakis@chromium.org · 13 years ago
  17. 6c20710 Change three LazyInstances I added earlier to be leaky. by thakis@chromium.org · 13 years ago
  18. 96d6a1c Remove 1 exit time destructor and 1 static initializer from watchdog.cc by thakis@chromium.org · 13 years ago
  19. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  20. 2eb192e Android IPC changes. by jrg@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. 1960a02 Speculative Revert 108361 - in hope to fix Win Builder 2010 by glotov@google.com · 13 years ago
  25. 3765d06 Remove an unused include. by thakis@chromium.org · 13 years ago
  26. 16bc873 Revert 108352 - Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  27. db8be06 This CL is based on the patch: http://codereview.chromium.org/8416025 by noelallen@google.com · 13 years ago
  28. fc81eaf Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  29. c7ccdb6 Thread::Stop() must be called before any subclass's destructor completes. by joi@chromium.org · 13 years ago
  30. 702fb4e Revert 108258 - broke Mac LayoutTests. by kinuko@chromium.org · 13 years ago
  31. 85e86d8 Moving the SignalingTask class to base/test. by tommi@chromium.org · 13 years ago
  32. c94b145 Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: CreateOrOpen/Close by kinuko@chromium.org · 13 years ago
  33. efba417 Add FilePath::FromUTF8Unsafe() and FilePath::AsUTF8Unsafe(). by satorux@chromium.org · 13 years ago
  34. 2488829 Test 32bit time in tracked_object by jar@chromium.org · 13 years ago
  35. 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
  36. 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
  37. fe2201e Add CHECK to catch places where BrowserProcessImpl's refcount goes to 0. by willchan@chromium.org · 13 years ago
  38. e306b8d Make LazyInstance managed Locks leaky. by thestig@chromium.org · 13 years ago
  39. 7a15cdd regex fixes in base.gypi for android files. by jrg@chromium.org · 13 years ago
  40. a6009be Revert 108116 - Use GYP to build nacl_irt by dmichael@chromium.org · 13 years ago
  41. e681049 Use GYP to build nacl_irt by noelallen@google.com · 13 years ago
  42. 1a3c5d1 Prevent clang from optimizing away a variable. by thakis@chromium.org · 13 years ago
  43. a41c9ba Enable default object tracking no Mac by jar@chromium.org · 13 years ago
  44. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  45. dd07014 Enable ICU in Android by michaelbai@google.com · 13 years ago
  46. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  47. 9794efb Revert 107939 - Pile of nits for tracked object enablement by joth@chromium.org · 13 years ago
  48. 770faf6 Revert 107940 - Remove DCHECK that tickles TLS during shutdown by joth@chromium.org · 13 years ago
  49. b45d886 Revert 107944 - Avoid all unnecessary calls to TLS during thread teardown by joth@chromium.org · 13 years ago
  50. a83515f Avoid all unnecessary calls to TLS during thread teardown by jar@chromium.org · 13 years ago
  51. f42dd9d Remove DCHECK that tickles TLS during shutdown by jar@chromium.org · 13 years ago
  52. 700d290 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  53. 220f5cb Revert 107928 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  54. ec556e6 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  55. 406f5af Revert 107921 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  56. fa3f96c Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  57. 83ccf4a Make sure the dependency on base is exported to components that depend on dbus. by sadrul@chromium.org · 13 years ago
  58. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  59. 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
  60. f44a688 add classes trace_analyzer::Query and TraceAnalyzer to improve testing (retry) by jbates@chromium.org · 13 years ago
  61. 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
  62. 9a27807 Revert 107830 - Fix BASE_EXPORT on QueryNode by jbates@chromium.org · 13 years ago
  63. 87aec2e Temporary instrumentation to help understand lock errors on mac debug bots. by eroman@chromium.org · 13 years ago
  64. 9df63eb Fix BASE_EXPORT on QueryNode by jbates@chromium.org · 13 years ago
  65. ea08ec5 Cleanup: Change a static initializer to a LazyInstance, and add some typedefs. by thestig@chromium.org · 13 years ago
  66. 3f5c4ef add classes trace_analyzer::Query and TraceAnalyzer to make it easy to search through trace data. by jbates@chromium.org · 13 years ago
  67. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  68. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  69. 1d5d5f6 Add gamepad IPC message definitions, not in-use yet. by scottmg@chromium.org · 13 years ago
  70. 22a3e43 more content exports. by dpranke@chromium.org · 13 years ago
  71. 5faed3c Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  72. bd7a6ad rename file_path_watcher_mac to file_path_watcher_kqueue by robert.nagy@gmail.com · 13 years ago
  73. 4d570be base::Bind: Convert CloudPrintProxyService. by jhawkins@chromium.org · 13 years ago
  74. bad78d6 Clarify comments for |RemoveChars()| and |TrimString()| that the char array param must be null terminated. by asvitkine@chromium.org · 13 years ago
  75. 524b5ce Remove static function pointer by joth@chromium.org · 13 years ago
  76. 8b83eae Change O(n^2) loop to O(n) in ObserverListBase::Compact(). by asvitkine@chromium.org · 13 years ago
  77. dd706e9 implement GetProcessExecutablePath() on OpenBSD and start using it by robert.nagy@gmail.com · 13 years ago
  78. b3b798c Tweak PathProviderPosix's FILE_EXE and FILE_MODULE handling on FreeBSD. by grt@chromium.org · 13 years ago
  79. ccadc2e Reimplementing FileUtilProxy using PostTaskAndReply by kinuko@chromium.org · 13 years ago
  80. a3c1d48 Fix bug where DVLOGs are treated as DLOG(INFO)s by akalin@chromium.org · 13 years ago
  81. 8167d20 Revert 107042 - Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  82. 951e6ff Replace most LOG/CHECK statements with DLOG/DCHECK statements in base. by brettw@chromium.org · 13 years ago
  83. bf8418f Fix the file_util_unittests.cc for Android by michaelbai@chromium.org · 13 years ago
  84. 2172a22 Add a unittest for base::SysInfo::MaxSharedMemorySize by robert.nagy@gmail.com · 13 years ago
  85. ea54e46 OpenBSD patches for base and build, part 2 by robert.nagy@gmail.com · 13 years ago
  86. 37128d4 base: Reenable external templates in logging.h when using component build. by erg@chromium.org · 13 years ago
  87. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  88. 6a092d7 Internalize JSON chunk merging to trace_event.h API (retry). by jbates@chromium.org · 13 years ago
  89. 08ff65e rename Run in MessageLoopForUI to RunWithDispatcher by oshima@google.com · 13 years ago
  90. 4a22005 Make AddTraceEventETW duplicate its name argument. by nduca@chromium.org · 13 years ago
  91. 713f73c Revert: Internalize JSON chunk merging to trace_event.h API. by mpcomplete@chromium.org · 13 years ago
  92. c91b7e8 Internalize JSON chunk merging to trace_event.h API. by jbates@chromium.org · 13 years ago
  93. 4c73d40 Make DictionaryValue::SetWithoutPathExpansion more efficient. by grt@chromium.org · 13 years ago
  94. 4814da9 Make the placement-new buffer in LazyInstance<Type> aligned. by timurrrr@chromium.org · 13 years ago
  95. 4057ce3 Update automation messages to use the new way of declaring message structs, to cut back on unnecessary code. by jam@chromium.org · 13 years ago
  96. 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
  97. 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
  98. 6a49e00 Adds the renderer component of the Java Bridge by steveblock@chromium.org · 13 years ago
  99. f0cf0b7 More message names and some timing output for the IPC logging. by scottbyer@chromium.org · 13 years ago
  100. f84534c Cache the ranges_ vector and share the ranges_ vector by rtenneti@chromium.org · 13 years ago