1. 1c519e9 Move timing files into base/time and base/timer, install forwarding headers. by avi@chromium.org · 11 years ago
  2. d58a276 mac: Remove memory/scoped_nsobject.h forwarding header. by thakis@chromium.org · 11 years ago
  3. e8deec4 ios: keep scoped_nsobject in source lists. by thakis@chromium.org · 11 years ago
  4. 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
  5. ac7a882 Move scoped_nsobject from base/memory to base/mac. by thakis@chromium.org · 11 years ago
  6. 859ed34 Add a method for catching low end devices by dtrainor@chromium.org · 11 years ago
  7. 7d9385e Move Firefox importer's INI parser to c/browser/common. by tommycli@chromium.org · 11 years ago
  8. 710ecb9 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  9. 10c10aa Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. by scherkus@chromium.org · 11 years ago
  10. ba896ff Add support using EXPECT_EQ with NullableString16 objects. by darin@chromium.org · 11 years ago
  11. 83d9d4a Revert 206507 "Move message_pump to base/message_loop." by brettw@chromium.org · 11 years ago
  12. 53adf49 Move message_pump to base/message_loop. by brettw@chromium.org · 11 years ago
  13. 7d877e3 Adds RefCountedDeleteOnMessageLoop by droger@chromium.org · 11 years ago
  14. 6318b39 Move message_loop to the message_loop directory. by brettw@chromium.org · 11 years ago
  15. a49afdc Adds MemoryPressureListener. by bulach@chromium.org · 11 years ago
  16. 30230a8 Rename base/hash_tables to base/containers/hash_tables. by brettw@chromium.org · 11 years ago
  17. d827e3d Move string files in base/ to the string subdirectory. by avi@chromium.org · 11 years ago
  18. 5694672 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  19. 2ccf679 Split ProcessIterator and friends out of base/process_util.h into base/process/process_iterator.h. by rsesek@chromium.org · 11 years ago
  20. 0375142 [Mac] Move the large block of NSEvent forward declarations to a shared header. by rsesek@chromium.org · 11 years ago
  21. 5306f25 Move latin1_string_conversions to base by abarth@chromium.org · 11 years ago
  22. cb6be3a Revert 201955 "Allow multiple base::MessagePumpForUI instances t..." by dbeam@chromium.org · 11 years ago
  23. aed53e7 Allow multiple base::MessagePumpForUI instances to be created simultanenously on Windows. by alexeypa@chromium.org · 11 years ago
  24. 4ae20ac Split ProcessMetrics out of base/process_util.h and into base/process/process_metrics.h. by rsesek@chromium.org · 11 years ago
  25. 6fba676 Implement support for USB Xbox360 controllers without a driver on Mac. by jeremya@chromium.org · 11 years ago
  26. 7ad7b66 pull constant out of trace_event_impl for split_link by scottmg@chromium.org · 11 years ago
  27. ed1c9ba Reland: base: Support setting thread priorities generically. by epenner@chromium.org · 11 years ago
  28. def6ed8 split file path constants out for split link by scottmg@chromium.org · 11 years ago
  29. 1016fb6 Pull string constants into separate .cc for split dll build by scottmg@chromium.org · 11 years ago
  30. 73458ca Revert 201202 "base: Support setting thread priorities generically." by scottmg@chromium.org · 11 years ago
  31. 190ce3b base: Support setting thread priorities generically. by epenner@chromium.org · 11 years ago
  32. c98d7df Support target/host architecture with ninja iOS builds by justincohen@google.com · 11 years ago
  33. b20be40 Auto-grant plugin permission when in application mode by jinsukkim@chromium.org · 11 years ago
  34. 85aa52a Revert 198820 "Move FileEnumerator to its own file, do some refa..." by dbeam@chromium.org · 11 years ago
  35. 36f6040 Revert 198844 "Move sequenced_task_runner to base/task" by dbeam@chromium.org · 11 years ago
  36. ec4a667 Move sequenced_task_runner to base/task by brettw@chromium.org · 11 years ago
  37. fdd3468 Move FileEnumerator to its own file, do some refactoring. by brettw@chromium.org · 11 years ago
  38. b5801b3 Move utf_string_conversions to strings/ and add namespace. by brettw@chromium.org · 11 years ago
  39. 97b1234 Change MessagePumpLinux to MessagePumpOzone by davemoore@chromium.org · 11 years ago
  40. 33089dd Revert 198141 "Revert 198124 "Add base/android/activity_status.cc"" by tedchoc@chromium.org · 11 years ago
  41. e73667d Revert 198124 "Add base/android/activity_status.cc" by tedchoc@chromium.org · 11 years ago
  42. 3421bf9 Add base/android/activity_status.cc by pliard@chromium.org · 11 years ago
  43. debea9a Add base::mac::OpenApplicationWithPath() by jeremya@chromium.org · 11 years ago
  44. e72bc48 Pepper: Add VLOG support for NaCl plugins. by teravest@chromium.org · 11 years ago
  45. 59491bb Delay bookmarks load while the profile is loading. by msarda@chromium.org · 12 years ago
  46. d8c3c37 Remove base/mach_ipc_mac.{h,mm}. by rsesek@chromium.org · 12 years ago
  47. a55d427 [Android] Move LocaleUtils from base to ui. by yfriedman@chromium.org · 12 years ago
  48. 066d590 Merge trace_event_internal.h back into trace_event.h. by dsinclair@chromium.org · 12 years ago
  49. 9e06a28 Add a message pump for ChromeOS Embedded. by rjkroege@chromium.org · 12 years ago
  50. 076c6c6 Split the power monitoring feature from SystemMonitor by hongbo.min@intel.com · 12 years ago
  51. ec84111 Create a new base/message_loop directory and move the message_loop_proxy. by brettw@chromium.org · 12 years ago
  52. 4329aa7 Move shared_memory into base/memory subdirectory. by brettw@chromium.org · 12 years ago
  53. efd7ea2 Move string_piece.h to base/strings. by brettw@chromium.org · 12 years ago
  54. 74d6450 base: Remove string_split.h now that all the include paths were updated. by tfarina@chromium.org · 12 years ago
  55. 43a0bf1 Create JNI for ImportantFileWriter by aberent@chromium.org · 12 years ago
  56. ef8403e base: Move MemoryMappedFile out of file_util.h and into its own header file. by tfarina@chromium.org · 12 years ago
  57. 59eef1f Move file_path.h to base/files. by brettw@chromium.org · 12 years ago
  58. 63bf588 Add a Clock and TickClock interface for mocking out time by akalin@chromium.org · 12 years ago
  59. 63aaf3f Move string_split to base/strings. by tfarina@chromium.org · 12 years ago
  60. 10ade13 Fix IOS build of sys_string.s by brettw@chromium.org · 12 years ago
  61. 058b5c5 Fix ios build for sys_string conversions. by brettw@chromium.org · 12 years ago
  62. 1f67a91 Move sys_string_conversions to base/strings. by brettw@chromium.org · 12 years ago
  63. bc99112 Move utf_offset_string_conversions and utf_string_conversion_utils to strings. by brettw@chromium.org · 12 years ago
  64. abcde5c Move string_number_conversions to base/strings. by brettw@chromium.org · 12 years ago
  65. 2cbc287 Move string tokenizer to base/strings. by brettw@chromium.org · 12 years ago
  66. 34afab2 Move stringize_macros to base/strings. by brettw@chromium.org · 12 years ago
  67. 07a8562 Set Realtime Audio Thread priority on Android by james.wei@intel.com · 12 years ago
  68. 41264cb Reland: Add trace event Pepper API by elijahtaylor@chromium.org · 12 years ago
  69. 06a553b Move file_util_proxy to base/files. by brettw@chromium.org · 12 years ago
  70. 38608f8 Add ability to retrieve a thread_name given a thread_id. by dsinclair@chromium.org · 12 years ago
  71. 26c3017 Implement DiscardableMemory for Mac/iOS. by avi@chromium.org · 12 years ago
  72. f374181 Add base::DiscardableMemory class and implementation for android by qinmin@chromium.org · 12 years ago
  73. 5252ca8 Remove uses of PropVariantTo*; removing the need to DelayLoad propsys.dll. by gab@chromium.org · 12 years ago
  74. 7a087c4 Use SOCK_SEQPACKET for synchronous IPC. by glider@google.com · 12 years ago
  75. 347c365 Add numeric_cast for checked integral narrowing casts by scottmg@chromium.org · 12 years ago
  76. 8710f51 Allow base::BindBlock to return a base::Callback with a return type. by droger@chromium.org · 12 years ago
  77. fcf6b52 android: Pass CPU properties from browser to renderer process. by digit@chromium.org · 12 years ago
  78. d9ff9c9 Linux: add option to use system nspr. by phajdan.jr@chromium.org · 12 years ago
  79. dd14f47 Revert 175233 because Linux ASAN builder cannot compile it. by alexeypa@google.com · 12 years ago
  80. 3d80db6 Add trace event Pepper API by elijahtaylor@chromium.org · 12 years ago
  81. 30ce64d Replace all uses of base/mac/crash_logging.h with base/debug/crash_logging.h. by rsesek@chromium.org · 12 years ago
  82. 0784683 Create a cross-platform crash key system in base/debug/crash_logging.h. by rsesek@chromium.org · 12 years ago
  83. 4fb2deb Implement SequenceChecker, which is a generalization of ThreadChecker by akalin@chromium.org · 12 years ago
  84. bc9175b Create LibDispatchTaskRunner, a SingleThreadTaskRunner that is backed by a libdispatch queue. by rsesek@chromium.org · 12 years ago
  85. b27e891 Add comments about what should and should not depend on 'allocator' by akalin@chromium.org · 12 years ago
  86. 946a531 Enable MessageLoop unittests on iOS and fix MessagePumpIOForIOS bug. by blundell@chromium.org · 12 years ago
  87. 091db52 Move scoped_temp_dir from base to base/files by brettw@chromium.org · 12 years ago
  88. b1788fb Move eintr_wrapper.h from base to base/posix by brettw@chromium.org · 12 years ago
  89. 4f5affd Move mru_cache to the new containers subdirectory. by brettw@chromium.org · 12 years ago
  90. 427b15b Move stack_container and linked_list to the new containers subdirectory. by brettw@chromium.org · 12 years ago
  91. ea3b3f2 Move global_descriptors to base/posix. by brettw@chromium.org · 12 years ago
  92. ba6903b Add a SmallMap to base for small map lookups. by brettw@chromium.org · 12 years ago
  93. 04a8ee2 Move FileDescriptorShuffle to base/posix. This file is very posix-specific. by brettw@chromium.org · 12 years ago
  94. 9d169bc Move EnableInProcessStackDumping to base/debug by phajdan.jr@chromium.org · 12 years ago
  95. 16ff12c Make Chrome Trace work with Android ATrace. by wangxianzhu@chromium.org · 12 years ago
  96. de658ed Startup perf stability: only record stats 7 minutes after system start by jeremy@chromium.org · 12 years ago
  97. 5685aad Remove base/metrics/* code from NaCl IPC proxy build. by bbudge@chromium.org · 12 years ago
  98. 20009e3 Move ImportantFileWriter to base/. It now has two consumers, base/prefs and chrome/. by joi@chromium.org · 12 years ago
  99. d272406 Don't disable extra warnings in base on Windows by scottmg@chromium.org · 12 years ago
  100. 214035a Fix some potential Mach port leaks from mach_host_self using a new ScopedMachPort class. by rsesek@chromium.org · 12 years ago