1. 8f85a6a Patch for Solaris support, mostly ifdefs and header files, plus adds libevent configuration. by chromium@hybridsource.org · 13 years ago
  2. 4f029ab Clean up of -Wunused-but-set-variable (gcc 4.6) by pph34r@gmail.com · 13 years ago
  3. 533d02c Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. by tfarina@chromium.org · 13 years ago
  4. 96832c5 Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories. by tfarina@chromium.org · 13 years ago
  5. a94887c Implement AES-CTR for NSS. by hclam@chromium.org · 13 years ago
  6. f7f3b26 Refactor the glib message-pump, and use it as the base for a gtk message pump and an X message pump. by sadrul@chromium.org · 13 years ago
  7. b107425 Fix to bug 75303 by abeera@google.com · 13 years ago
  8. 7211f7d Remove default initializtion of BirthPlace in Tracked. by ajwong@chromium.org · 13 years ago
  9. 6865737 Add back a check for improper usage of IsOneTimeRandomizationEnabled. by joi@chromium.org · 13 years ago
  10. ac6d615 Localize strings, speeds. by avi@chromium.org · 13 years ago
  11. 3548045 Add a flag to open files in share delete mode by jochen@chromium.org · 13 years ago
  12. 961d6d1 net doesn't depend on libevent directly now. by wtc@chromium.org · 13 years ago
  13. 2158a0e Use vector_as_array() in ipc/ipc_channel_posix.cc by tzik@chromium.org · 13 years ago
  14. bed2cb5 Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  15. 8fa070a Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  16. 2251c62 Upstream android file related code. by michaelbai@google.com · 13 years ago
  17. f293f7a Add a warning to the top of base/memory/singleton.h by scherkus@chromium.org · 13 years ago
  18. f518c11 Avoiding duplication of singular iterator by tzik@chromium.org · 13 years ago
  19. e406ed7 Always search TIDs for the crashing processes. by kmixter@chromium.org · 13 years ago
  20. e74b485 Base: cleanup for base.dll. by rvargas@google.com · 13 years ago
  21. efe510f Cleanup in base/test. by joaodasilva@chromium.org · 13 years ago
  22. 10f8ad1 Revert 89664 - Cleanup in base/test. by joaodasilva@chromium.org · 13 years ago
  23. a91070e Cleanup in base/test. by joaodasilva@chromium.org · 13 years ago
  24. 0a1ccf4 Adding missing inclusions by tzik@chromium.org · 13 years ago
  25. ea54bb4 Increase the KillProcess timeout when running under Valgrind by timurrrr@chromium.org · 13 years ago
  26. a273ff1 Mark TouchGetInfoPlatformFile as Flaky on Mac OS X. by leandrogracia@chromium.org · 13 years ago
  27. d1e9376 Merge google-perftools r109 (the current contents of third_party/tcmalloc/vendor) by glider@chromium.org · 13 years ago
  28. 59a0fef [Sync] Split DirectoryChangeListener for thread-safety by akalin@chromium.org · 13 years ago
  29. 2caffa9 Implement A/B experiment for anti-DDoS. by joi@chromium.org · 13 years ago
  30. 5615f60 base: Move UI code out of SysInfo. by derat@chromium.org · 13 years ago
  31. f258b44 Avoid abs() of unsigned values. by tzik@chromium.org · 13 years ago
  32. efd4aaf Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2) by thestig@chromium.org · 13 years ago
  33. 3bab103 Hooking MHTML generation to the browser. by jcivelli@chromium.org · 13 years ago
  34. 71cce47 Improve and unify Mac OS X run-time version checks. by mark@chromium.org · 13 years ago
  35. f56dab2 Support creating temporary files for sync file operations. by noelutz@google.com · 13 years ago
  36. 5910fcd Remove msvs_guids from app, base, breakpad and build. by tony@chromium.org · 13 years ago
  37. 888b5ee Fix two bugs found by a new clang warning I'm currently testing: by thakis@chromium.org · 13 years ago
  38. ba4eff2 Mark FilePathWatcherTest.DestroyWithPendingNotification as FLAKY on MacOS by asargent@chromium.org · 13 years ago
  39. 4f7cae1 Break into the debugger if we have a stack dump and are currently debugging. by scr@chromium.org · 13 years ago
  40. 91812b2 GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts by phajdan.jr@chromium.org · 13 years ago
  41. 2a57273 Revert 88545 - Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. by rkc@chromium.org · 13 years ago
  42. 9dfef83 Move UtilityProcessHost to content and move the message sending/dispatching to the clients. This allows the content layer to use the class. by jam@chromium.org · 13 years ago
  43. 59bceeb GTTF: Initialize TestTimeouts in out-of-process test runner. by phajdan.jr@chromium.org · 13 years ago
  44. 1a32dc5 Revert 88470 (broke ServiceProcessStateTest.ForceShutdown on CrOS) - Fix for system version unit tests in cros. by thakis@chromium.org · 13 years ago
  45. 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
  46. 5b25def Fix for system version unit tests in cros. by rkc@chromium.org · 13 years ago
  47. f0a122c Revert 88440 - Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  48. 801c98c Change Chrome OS version numbers to Platform versions. by rkc@chromium.org · 13 years ago
  49. f151936 Revert 88111 - GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts by rsimha@chromium.org · 13 years ago
  50. befe79a Added a test verifying that TimeFormat:: functions convert by joaodasilva@chromium.org · 13 years ago
  51. 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
  52. 2d8d592 roll clang 131935:132017 by thakis@chromium.org · 13 years ago
  53. 92a63ee Support more than 9 arguments for ReplaceStringPlaceholders() by tony@chromium.org · 13 years ago
  54. 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
  55. 331e27b Clang needs dtor in the cc file (build fix) by cpu@chromium.org · 13 years ago
  56. fa761a3 Clean up base/Version by cpu@chromium.org · 13 years ago
  57. 0c8ed69 GTTF: Move --test-terminate-timeout logic to base/test/test_timeouts by phajdan.jr@chromium.org · 13 years ago
  58. a3077fc Use VLOG to suppress messages that aren't useful for everyone. by sadrul@chromium.org · 13 years ago
  59. 88d53c0 Fix the loading of ca@valencia.pak, which is available in by tony@chromium.org · 13 years ago
  60. cbec5fb Fix bug in ObserverListThreadsafe::RemoveObserver by akalin@chromium.org · 13 years ago
  61. 3b365fa Disable IPCSyncChannelTest.BadMessage on windows. It crashes occasionally. by kkania@chromium.org · 13 years ago
  62. d4a0129 More POSIX support for Chromium, consisting mostly of broadening ifdefs. This by tony@chromium.org · 13 years ago
  63. 6247baf Update dynamic_annotations.h to r3494. by glider@chromium.org · 13 years ago
  64. a40af28 Disallow links from being seen by the extensions via the fileapi. by rkc@chromium.org · 13 years ago
  65. 62ff6cc FilePath: remove some functions that aren't really used. by evan@chromium.org · 13 years ago
  66. 1d9e649 Revert 87315 - Revert 87309 - Second attempt to fix linux redux builder by mirandac@chromium.org · 13 years ago
  67. 9d08584 Revert 87309 - Second attempt to fix linux redux builder by mirandac@chromium.org · 13 years ago
  68. 3131837 Second attempt to fix linux redux builder by joth@chromium.org · 13 years ago
  69. bd1d78d Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark by glider@chromium.org · 13 years ago
  70. 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
  71. c5b19e7 Fix memory leak of base/i18n/time_formatter.cc by kinaba@google.com · 13 years ago
  72. 7f3f242 Fix ChromeOS clock menu so that it can show 12-hour clock in all locales. by kinaba@google.com · 13 years ago
  73. 6d4ad68 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  74. 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
  75. 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
  76. 48add30 1;2305;0cRevert 86971 - Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  77. 519bd75 Move media library AutoTaskRunner to base and rename ScopedTaskRunner. by wez@chromium.org · 13 years ago
  78. 29b1009 Revert 86899 - Base: cleanup for base.dll. Move base_switches back to the by rvargas@google.com · 13 years ago
  79. 8c7cd25 Base: cleanup for base.dll. Move base_switches back to the main project. by rvargas@google.com · 13 years ago
  80. 62b90e8 Fix the VS2005 build. by darin@chromium.org · 13 years ago
  81. 4fb614e Revert "Land http://codereview.chromium.org/6869009 for the third time." by oshima@google.com · 13 years ago
  82. aaa5dc8 Switch to the new CustomHistogram::ArrayToCustomRanges() utility by joi@chromium.org · 13 years ago
  83. 1d0c3fd Land http://codereview.chromium.org/6869009 for the third time. by glider@chromium.org · 13 years ago
  84. 47f28f2 Add BASE_API to the remaining functions in linux_util. by bryner@chromium.org · 13 years ago
  85. af7b4c8 base/i18n: Make BreakIterator::IsWord() more readable. by tfarina@chromium.org · 13 years ago
  86. 3ab012a Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin now by elijahtaylor@google.com · 13 years ago
  87. 56f1efd Fix OperatingSystemName and OperatingSystemVersion on Mac by stuartmorgan@chromium.org · 13 years ago
  88. 4d4231f base/i18n: Pass |str| as const reference in BreakIterator::Init(). by tfarina@chromium.org · 13 years ago
  89. e4571c3 X message pump: Remove the GDK window event filter. by sadrul@chromium.org · 13 years ago
  90. ad01841 Fixing the issue of GDK discarding unsupported XInput events. by sadrul@chromium.org · 13 years ago
  91. 78b7593 Virtual destructors should have virtual keyword. by hans@chromium.org · 13 years ago
  92. 9bb2c1a Remove files that don't exist, and fix typos in gyp files by sadrul@chromium.org · 13 years ago
  93. 7141a39 Add missing test to WeakPtr by cpu@chromium.org · 13 years ago
  94. c35f3f6 Make DetectEncoding() failed when ucsdet_detect() returls NULL. by yoshiki@chromium.org · 13 years ago
  95. ca1f933 Revert 86486 - Base: cleanup for base.dll. Move base_switches back to the by vandebo@chromium.org · 13 years ago
  96. 0318f41 [Mac] Allow NSExceptions in certain cases. by shess@chromium.org · 13 years ago
  97. ca5e04d Add BASE_API to SystemMonitor::PowerObserver to be able to by rvargas@google.com · 13 years ago
  98. fbbec2d Base: cleanup for base.dll. Move base_switches back to the main project. by rvargas@google.com · 13 years ago
  99. 4581f87 Prevent MSVC from inlining GetProgramCounter for LTCG builds. by apatrick@chromium.org · 13 years ago
  100. 93cf5f6 Store information about invoked RunnableFunction on stack to aid debugging of canary channel crashes. by apatrick@chromium.org · 13 years ago