1. 861313b Move IsRunningOnChromeOS to SysInfo by stevenjb@chromium.org · 11 years ago
  2. 9eacffa Move ui/base/x/x11_error_tracker to base/x11. by kcwu@chromium.org · 11 years ago
  3. 4964732 Rename CallbackRegistry to CallbackList by caitkp@chromium.org · 11 years ago
  4. 42ea6b8 Reland linux_aura: Implement most of DesktopScreenX11. by erg@chromium.org · 11 years ago
  5. bafcea0 Revert 225054 "linux_aura: Implement most of DesktopScreenX11." by erg@chromium.org · 11 years ago
  6. 4490fab linux_aura: Implement most of DesktopScreenX11. by erg@chromium.org · 11 years ago
  7. 63ca26e Chrome tracing for system-wide performance stats. by jwmak@chromium.org · 11 years ago
  8. 712f4ce Use close$NOCANCEL on the Mac, so that it has deterministic behavior when by mark@chromium.org · 11 years ago
  9. 1268af1 This is needed in order to reduce the boilerplate involved in converting Notifications into callbacks. It is intended to be the callback version of ObserverList. by caitkp@chromium.org · 11 years ago
  10. 1999572 gtk: Allow building both the X11 and Gtk message-pumps for gtk. by sadrul@chromium.org · 11 years ago
  11. 8c7675e Second attempt at introducing SafeSPrintf(). by markus@chromium.org · 11 years ago
  12. 60c1dd8 Revert "Added a new base::strings::SafeSPrintf() function that can" by tkent@chromium.org · 11 years ago
  13. 19559f7 Added a new base::strings::SafeSPrintf() function that can by markus@chromium.org · 11 years ago
  14. 41c9f5e Remove the unused sampling profiler. by erg@chromium.org · 11 years ago
  15. 50484af Move AlterEnvironment to base/environment.h, implement on Windows. This re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable. by brettw@chromium.org · 11 years ago
  16. 47e5511 So that ScopedPtrHashMap can be used by user outside of cc. by powei@chromium.org · 11 years ago
  17. b74bab8 Move ScopedClosureRunner to callback_helpers, add Reset. by avi@chromium.org · 11 years ago
  18. 21005a9 Android WebView: don't define sincos. by torne@chromium.org · 11 years ago
  19. 042aa75 Add a BarrierClosure. by groby@chromium.org · 11 years ago
  20. 2cdf347 process_metrics.h provides a variety of platform specific functions for getting performance metrics for the the system, but the metrics that are available from system to system requires unwinding all the ifdefs in the file. This patch introduces a base class that contains all the system-wide performance metrics available for the particular platform. In perfmon applications, one often just wants to grab all the metrics that we have for the system and dump them. In followup patches, an Value* AsValue() will be added to this class to facilitate this use case. by jwmak@chromium.org · 11 years ago
  21. 4d02f1e Moved power_monitor_test_base to a more appropriate location by bajones@chromium.org · 11 years ago
  22. 3b9f3fd Revert 216592 "Moved power_monitor_test_base to a more appropria..." by nhiroki@chromium.org · 11 years ago
  23. 72c1f0b Moved power_monitor_test_base to a more appropriate location by bajones@chromium.org · 11 years ago
  24. 8b154ad Add CurrentProcessInfo::CreationTime() for Linux by simonjam@chromium.org · 11 years ago
  25. a78bfa9 Making a way to create thread with a Java Looper for Android by kristianm@chromium.org · 11 years ago
  26. 08d1490 Remove FileUtilProxy from the untrusted (NaCl) build of base. by bbudge@chromium.org · 11 years ago
  27. 4bf25cc Created multi-process-friendly PowerMonitor interface. by bajones@chromium.org · 11 years ago
  28. ef318f4 Add ScopedPlatformFileCloser to base. by vandebo@chromium.org · 11 years ago
  29. 2532371 Record Chrome trace events in tcmalloc heap profiles by jamescook@chromium.org · 11 years ago
  30. 4e892fd Revert 213003 "Move UploadList class to base/" by jochen@chromium.org · 11 years ago
  31. 0e72805 Move UploadList class to base/ by jochen@chromium.org · 11 years ago
  32. 4018323 Made MessagePump a non-thread safe class. by alexeypa@chromium.org · 11 years ago
  33. bb819d6 Revert 212948 "Made MessagePump a non-thread safe class." by alexeypa@google.com · 11 years ago
  34. 6d20c70 Made MessagePump a non-thread safe class. by alexeypa@chromium.org · 11 years ago
  35. c2b81bd Move the remaning base/process* files into base/process/. by rsesek@chromium.org · 11 years ago
  36. f60a832 Fix iOS build after base/process/launch move. by rsesek@chromium.org · 11 years ago
  37. 678f9b8 Finish splitting base/process_util.h by moving the remaining routines to base/process/launch.h by rsesek@chromium.org · 11 years ago
  38. 9746b82 Split ProcessHandle and its related routines into base/process/process_handle.h. by rsesek@chromium.org · 11 years ago
  39. 0224eb1 Port base/files/file_util_proxy to Native Client. by bbudge@chromium.org · 11 years ago
  40. 0df6518 Split out process killing functions from base/process_util.h into base/process/kill.h. by rsesek@chromium.org · 11 years ago
  41. 7b70d72 base: Re-commit SequencedWorkerPool globally unique tokens with unused variable fix by tommycli@chromium.org · 11 years ago
  42. 75157f7 Revert 210434 "Revert 210433 "Revert 210423 "base: Make Sequence..." by ajwong@chromium.org · 11 years ago
  43. 6ab1015 Revert 210433 "Revert 210423 "base: Make SequencedWorkerPool iss..." by scottmg@chromium.org · 11 years ago
  44. 74a809e Revert 210423 "base: Make SequencedWorkerPool issue globally uni..." by scottmg@chromium.org · 11 years ago
  45. 11499fb base: Make SequencedWorkerPool issue globally unique SequenceTokens. by tommycli@chromium.org · 11 years ago
  46. 113e6c4 Implement /proc/self/maps parsing code. by scherkus@chromium.org · 11 years ago
  47. 0b0d471 Split memory-related routines out of base/process_util.h into base/process/memory.h. by rsesek@chromium.org · 11 years ago
  48. 1c519e9 Move timing files into base/time and base/timer, install forwarding headers. by avi@chromium.org · 11 years ago
  49. d58a276 mac: Remove memory/scoped_nsobject.h forwarding header. by thakis@chromium.org · 11 years ago
  50. e8deec4 ios: keep scoped_nsobject in source lists. by thakis@chromium.org · 11 years ago
  51. 1cc94ba Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside of src/remoting. by alexeypa@chromium.org · 11 years ago
  52. ac7a882 Move scoped_nsobject from base/memory to base/mac. by thakis@chromium.org · 11 years ago
  53. 859ed34 Add a method for catching low end devices by dtrainor@chromium.org · 11 years ago
  54. 7d9385e Move Firefox importer's INI parser to c/browser/common. by tommycli@chromium.org · 11 years ago
  55. 710ecb9 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  56. 10c10aa Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. by scherkus@chromium.org · 11 years ago
  57. ba896ff Add support using EXPECT_EQ with NullableString16 objects. by darin@chromium.org · 11 years ago
  58. 83d9d4a Revert 206507 "Move message_pump to base/message_loop." by brettw@chromium.org · 11 years ago
  59. 53adf49 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  60. 7d877e3 Adds RefCountedDeleteOnMessageLoop by droger@chromium.org · 11 years ago
  61. 6318b39 Move message_loop to the message_loop directory. by brettw@chromium.org · 11 years ago
  62. a49afdc Adds MemoryPressureListener. by bulach@chromium.org · 11 years ago
  63. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  64. d827e3d Move string files in base/ to the string subdirectory. by avi@chromium.org · 11 years ago
  65. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  66. 2ccf679 Split ProcessIterator and friends out of base/process_util.h into base/process/process_iterator.h. by rsesek@chromium.org · 11 years ago
  67. 0375142 [Mac] Move the large block of NSEvent forward declarations to a shared header. by rsesek@chromium.org · 11 years ago
  68. 5306f25 Move latin1_string_conversions to base by abarth@chromium.org · 11 years ago
  69. cb6be3a Revert 201955 "Allow multiple base::MessagePumpForUI instances t..." by dbeam@chromium.org · 11 years ago
  70. aed53e7 Allow multiple base::MessagePumpForUI instances to be created simultanenously on Windows. by alexeypa@chromium.org · 11 years ago
  71. 4ae20ac Split ProcessMetrics out of base/process_util.h and into base/process/process_metrics.h. by rsesek@chromium.org · 11 years ago
  72. 6fba676 Implement support for USB Xbox360 controllers without a driver on Mac. by jeremya@chromium.org · 11 years ago
  73. 7ad7b66 pull constant out of trace_event_impl for split_link by scottmg@chromium.org · 11 years ago
  74. ed1c9ba Reland: base: Support setting thread priorities generically. by epenner@chromium.org · 11 years ago
  75. def6ed8 split file path constants out for split link by scottmg@chromium.org · 11 years ago
  76. 1016fb6 Pull string constants into separate .cc for split dll build by scottmg@chromium.org · 11 years ago
  77. 73458ca Revert 201202 "base: Support setting thread priorities generically." by scottmg@chromium.org · 11 years ago
  78. 190ce3b base: Support setting thread priorities generically. by epenner@chromium.org · 11 years ago
  79. c98d7df Support target/host architecture with ninja iOS builds by justincohen@google.com · 11 years ago
  80. b20be40 Auto-grant plugin permission when in application mode by jinsukkim@chromium.org · 11 years ago
  81. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 11 years ago
  82. 36f6040 Revert 198844 "Move sequenced_task_runner to base/task" by dbeam@chromium.org · 11 years ago
  83. ec4a667 Move sequenced_task_runner to base/task by brettw@chromium.org · 11 years ago
  84. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  85. b5801b3 Move utf_string_conversions to strings/ and add namespace. by brettw@chromium.org · 11 years ago
  86. 97b1234 Change MessagePumpLinux to MessagePumpOzone by davemoore@chromium.org · 11 years ago
  87. 33089dd Revert 198141 "Revert 198124 "Add base/android/activity_status.cc"" by tedchoc@chromium.org · 11 years ago
  88. e73667d Revert 198124 "Add base/android/activity_status.cc" by tedchoc@chromium.org · 11 years ago
  89. 3421bf9 Add base/android/activity_status.cc by pliard@chromium.org · 11 years ago
  90. debea9a Add base::mac::OpenApplicationWithPath() by jeremya@chromium.org · 11 years ago
  91. e72bc48 Pepper: Add VLOG support for NaCl plugins. by teravest@chromium.org · 11 years ago
  92. 59491bb Delay bookmarks load while the profile is loading. by msarda@chromium.org · 11 years ago
  93. d8c3c37 Remove base/mach_ipc_mac.{h,mm}. by rsesek@chromium.org · 11 years ago
  94. a55d427 [Android] Move LocaleUtils from base to ui. by yfriedman@chromium.org · 11 years ago
  95. 066d590 Merge trace_event_internal.h back into trace_event.h. by dsinclair@chromium.org · 11 years ago
  96. 9e06a28 Add a message pump for ChromeOS Embedded. by rjkroege@chromium.org · 11 years ago
  97. 076c6c6 Split the power monitoring feature from SystemMonitor by hongbo.min@intel.com · 11 years ago
  98. ec84111 Create a new base/message_loop directory and move the message_loop_proxy. by brettw@chromium.org · 11 years ago
  99. 4329aa7 Move shared_memory into base/memory subdirectory. by brettw@chromium.org · 11 years ago
  100. efd7ea2 Move string_piece.h to base/strings. by brettw@chromium.org · 11 years ago