1. 1a32dc5 Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. by thakis@chromium.org · 13 years ago
  2. a7d2bc4 Revert 88284 - Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by akalin@chromium.org · 13 years ago
  3. 5b25def Fix for system version unit tests in cros. by rkc@chromium.org · 13 years ago
  4. f0a122c Revert 88440 - Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  5. 801c98c Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  6. f151936 Revert 88111 - GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts by rsimha@chromium.org · 13 years ago
  7. befe79a Added a test verifying that TimeFormat:: functions convert by joaodasilva@chromium.org · 13 years ago
  8. 99e63d9 Revert 88151 (see crbug.com/85296) - Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by thakis@chromium.org · 13 years ago
  9. 2d8d592 roll clang 131935:132017 by thakis@chromium.org · 13 years ago
  10. 92a63ee Support more than 9 arguments for ReplaceStringPlaceholders() by tony@chromium.org · 13 years ago
  11. dd92bef Fix user-after-free error with ObserverList. The problem is that if an ObserverListBase::Iterator is on the stack and one of the observers deletes the object holding the list, Iterator's destructor will use the deleted list. by jam@chromium.org · 13 years ago
  12. 331e27b Clang needs dtor in the cc file (build fix) by cpu@chromium.org · 13 years ago
  13. fa761a3 Clean up base/Version by cpu@chromium.org · 13 years ago
  14. 0c8ed69 GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts by phajdan.jr@chromium.org · 13 years ago
  15. a3077fc Use VLOG to suppress messages that aren't useful for everyone. by sadrul@chromium.org · 13 years ago
  16. 88d53c0 Fix the loading of ca@valencia.pak, which is available in by tony@chromium.org · 13 years ago
  17. cbec5fb Fix bug in ObserverListThreadsafe::RemoveObserver by akalin@chromium.org · 13 years ago
  18. 3b365fa Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. by kkania@chromium.org · 13 years ago
  19. d4a0129 More POSIX support for Chromium, consisting mostly of broadening ifdefs. This by tony@chromium.org · 13 years ago
  20. 6247baf Update dynamic_annotations.h to r3494. by glider@chromium.org · 13 years ago
  21. a40af28 Disallow links from being seen by the extensions via the fileapi. by rkc@chromium.org · 13 years ago
  22. 62ff6cc FilePath: remove some functions that aren't really used. by evan@chromium.org · 13 years ago
  23. 1d9e649 Revert 87315 - Revert 87309 - Second attempt to fix linux redux builder by mirandac@chromium.org · 13 years ago
  24. 9d08584 Revert 87309 - Second attempt to fix linux redux builder by mirandac@chromium.org · 13 years ago
  25. 3131837 Second attempt to fix linux redux builder by joth@chromium.org · 13 years ago
  26. bd1d78d Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark by glider@chromium.org · 13 years ago
  27. edf24fc Fix base::RandGenerator bug (it had non-uniform random distribution). Add test that would have caught bug. Also add a test to verify that our random generators are at least somewhat random. by joi@chromium.org · 13 years ago
  28. c5b19e7 Fix memory leak of base/i18n/time_formatter.cc by kinaba@google.com · 13 years ago
  29. 7f3f242 Fix ChromeOS clock menu so that it can show 12-hour clock in all locales. by kinaba@google.com · 13 years ago
  30. 6d4ad68 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  31. bf79b4e Revert 86990 - Fix http://codereview.chromium.org/6869009 to ignore an existing object exactly once and land the CL again: by msw@chromium.org · 13 years ago
  32. 44cff0d Fix http://codereview.chromium.org/6869009 to ignore an existing object exactly once and land the CL again: by glider@chromium.org · 13 years ago
  33. 48add30 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  34. 519bd75 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  35. 29b1009 Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the by rvargas@google.com · 13 years ago
  36. 8c7cd25 Base: cleanup for base.dll. Move base_switches back to the main project. by rvargas@google.com · 13 years ago
  37. 62b90e8 Fix the VS2005 build. by darin@chromium.org · 13 years ago
  38. 4fb614e Revert "Land http://codereview.chromium.org/6869009 for the third time." by oshima@google.com · 13 years ago
  39. aaa5dc8 Switch to the new CustomHistogram::ArrayToCustomRanges() utility by joi@chromium.org · 13 years ago
  40. 1d0c3fd Land http://codereview.chromium.org/6869009 for the third time. by glider@chromium.org · 13 years ago
  41. 47f28f2 Add BASE_API to the remaining functions in linux_util. by bryner@chromium.org · 13 years ago
  42. af7b4c8 base/i18n: Make BreakIterator::IsWord() more readable. by tfarina@chromium.org · 13 years ago
  43. 3ab012a Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now by elijahtaylor@google.com · 13 years ago
  44. 56f1efd Fix OperatingSystemName and OperatingSystemVersion on Mac by stuartmorgan@chromium.org · 13 years ago
  45. 4d4231f base/i18n: Pass |str| as const reference in BreakIterator::Init(). by tfarina@chromium.org · 13 years ago
  46. e4571c3 X message pump: Remove the GDK window event filter. by sadrul@chromium.org · 13 years ago
  47. ad01841 Fixing the issue of GDK discarding unsupported XInput events. by sadrul@chromium.org · 13 years ago
  48. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  49. 9bb2c1a Remove files that don't exist, and fix typos in gyp files by sadrul@chromium.org · 13 years ago
  50. 7141a39 Add missing test to WeakPtr by cpu@chromium.org · 13 years ago
  51. c35f3f6 Make DetectEncoding() failed when ucsdet_detect() returls NULL. by yoshiki@chromium.org · 13 years ago
  52. ca1f933 Revert 86486 - Base: cleanup for base.dll. Move base_switches back to the by vandebo@chromium.org · 13 years ago
  53. 0318f41 [Mac] Allow NSExceptions in certain cases. by shess@chromium.org · 13 years ago
  54. ca5e04d Add BASE_API to SystemMonitor::PowerObserver to be able to by rvargas@google.com · 13 years ago
  55. fbbec2d Base: cleanup for base.dll. Move base_switches back to the main project. by rvargas@google.com · 13 years ago
  56. 4581f87 Prevent MSVC from inlining GetProgramCounter for LTCG builds. by apatrick@chromium.org · 13 years ago
  57. 93cf5f6 Store information about invoked RunnableFunction on stack to aid debugging of canary channel crashes. by apatrick@chromium.org · 13 years ago
  58. f6e9a2a Adding support for loading custom locale resources using a command line flag. by ofri@google.com · 13 years ago
  59. fd1b87b Add metrics for DHCP WPAD feature. Fix memory overwrite. by joi@chromium.org · 13 years ago
  60. df4775c Fix PP_FileOpenFlags_Dev handling: by yzshen@chromium.org · 13 years ago
  61. d337bb6 Fix component=shared_library build for touchui. by sadrul@chromium.org · 13 years ago
  62. 02508dc Try another way to alias a variable in optimized builds. by apatrick@chromium.org · 13 years ago
  63. fc23cd0 GTTF: Remove wait_for_terminate_timeout_ms in favor of action_max_timeout_ms by phajdan.jr@chromium.org · 13 years ago
  64. 0da7dbd Comment on WARN_UNUSED_RESULT about how to defeat it. by shess@chromium.org · 13 years ago
  65. 927d728 Move scoped_temp_dir and scoped_native_library back from base/memory to base. by thakis@chromium.org · 13 years ago
  66. 0b930f2 Globally replace <(library) with static_library by evan@chromium.org · 13 years ago
  67. 2bb7957 Switch to using TCMALLOC in browser process to fix WinHeap hanging IO thread for 15 secs. by rtenneti@chromium.org · 13 years ago
  68. 8716404 Tag all tracked objects, including Tasks, with the program counter at the site of FROM_HERE. by apatrick@chromium.org · 13 years ago
  69. 63352e9 components: tag more functions with BASE_API by evan@chromium.org · 13 years ago
  70. 180c0c9 Fixed spelling mistake typo in comment. by wyck@chromium.org · 13 years ago
  71. d429e12 Revert 85898 - Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  72. 3cd6abb Re-land http://codereview.chromium.org/6869009 (except for the suppressions) by glider@chromium.org · 13 years ago
  73. 2d29c26 memory: don't reserve trace events unless we're using tracing by evan@chromium.org · 13 years ago
  74. 97d22e3 Add in example for prebinding. by ajwong@chromium.org · 13 years ago
  75. 1ed7f9a net: Add NET_API to net/base by rvargas@google.com · 13 years ago
  76. 237e9ab Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  77. 0fbb868 Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  78. e8e917b Revert 85732 (broke build) - Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  79. 947efcb Move SystemMonitor to base/. by willchan@chromium.org · 13 years ago
  80. 7b9ffba wstring: remove wstring version of RemoveChars by evan@chromium.org · 13 years ago
  81. a6ec4f8 Add support for real-time audio threads. by crogers@google.com · 13 years ago
  82. 0b3e4e4 IPC: Increase MAX_DESCRIPTORS_PER_MESSAGE by mseaborn@chromium.org · 13 years ago
  83. c44d1d1 base/i18n: Remove unneeded includes in case_conversion.* by tfarina@chromium.org · 13 years ago
  84. 4fbb9b2 wstring: Remove the ability to put wstrings in hash_map<>s. by evan@chromium.org · 13 years ago
  85. c711b82 Support binding WeakPtr<> to methods with void return types. by ajwong@chromium.org · 13 years ago
  86. 929aea2 Revert 85359 because it did not reveal the site where the crashing task was posted. by apatrick@chromium.org · 13 years ago
  87. 8bf5bc4 base/i18n: Put break_iterator* into namespace i18n. by tfarina@chromium.org · 13 years ago
  88. 6beeb83 Fix data races in LazyInstance<>. by dvyukov@google.com · 13 years ago
  89. bee85b3 Reland old fix that was reverted incorrectly. by mbelshe@chromium.org · 13 years ago
  90. 53fbac1 Consolidate most CommandLine code across platforms. by msw@chromium.org · 13 years ago
  91. 237d549 Added release build assert on attempt to create a RunnableFunction for a function pointer with address 1. by apatrick@chromium.org · 13 years ago
  92. b3cab86 Implemented threshold based trace events that only get added to the trace if the elapsed time between begin and end is greater than a specified time. by jbates@chromium.org · 13 years ago
  93. 5948bf4 Removing 'using namespace' style violations in src/ipc/ by kushi.p@gmail.com · 13 years ago
  94. 8b2481d Include "base/string_util.h" in "base/string_util_posix.h". by asvitkine@chromium.org · 13 years ago
  95. 74edbf5 ObfuscatedFileSystemFileUtil class by ericu@google.com · 13 years ago
  96. 0d7e019 Enhance the comment about IPC_USES_READWRITE. I was confused and thought that by brettw@chromium.org · 13 years ago
  97. 482f99a Add thread check to WatchFileDescriptor. by dmaclach@chromium.org · 13 years ago
  98. 639d3b5 The gyp files don't have a way to refer to POSIX-like OS's as a group, so I defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD. by mark@chromium.org · 13 years ago
  99. dc6904a iwyu: Include stringprintf.h where appropriate, part 3. by jhawkins@chromium.org · 13 years ago
  100. ac63ed8 X message pump: Allow adding observers for XEvents. by sadrul@chromium.org · 13 years ago