1. d2ca8f3 dbus: allow unregistering of exported objects by keybuk@chromium.org · 12 years ago
  2. 601cc88 Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount by mdm@chromium.org · 12 years ago
  3. 43729f8 Convert CRLF to LF in json_string_value_serializer.cc by ericdingle@chromium.org · 12 years ago
  4. fcfb825 Fix PickleTest.GetReadPointerAndAdvance not to produce wild addresses while checking for overflows. by glider@chromium.org · 12 years ago
  5. 4bf2101 Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@chromium.org · 12 years ago
  6. ac1f41d Add base::StaticAtomicSequenceNumber. by pliard@chromium.org · 12 years ago
  7. 0ed5469 Cleanup: Remove deprecated version of file_util::AppendToPath(). by thestig@chromium.org · 12 years ago
  8. 5ae3b6e Remove a unused parameter in the Linux FilePathWatcher implementation. by thestig@chromium.org · 12 years ago
  9. 09f03bb Merge the fix for NSPR bug 689188. by wtc@chromium.org · 12 years ago
  10. c3847cc Clean up condition variable usage in SequencedWorkerPool by akalin@chromium.org · 12 years ago
  11. 4448a87 Coverity: Fix a few uninitialized vars. by jhawkins@chromium.org · 12 years ago
  12. bdc739b Chromoting: Implemented security attention sequence (SAS) emulation on Windows. by alexeypa@chromium.org · 12 years ago
  13. ef21d1d ui/base: Move message_box_win.{h,cc} to ui/base/win. by tfarina@chromium.org · 12 years ago
  14. 8d7a876 Convert uses of int ms to TimeDelta in dbus. by tedvessenes@gmail.com · 12 years ago
  15. b21d2b7 dbus: fix base class of ErrorResponse by keybuk@chromium.org · 12 years ago
  16. 0493c4b Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 12 years ago
  17. a22074b Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). by dmikurube@chromium.org · 12 years ago
  18. 9cb73f0 dbus: remove service name from ExportedObject by keybuk@chromium.org · 12 years ago
  19. f586495 Add symbolic link support to FileSystemFileUtil::AbstractFileEnumerator. by tzik@chromium.org · 12 years ago
  20. 20c1196 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 12 years ago
  21. 9af00eb Add test to for RAF-spinning in accelerated mode with no damage. by jbates@chromium.org · 12 years ago
  22. 2c2361d Prerendered pages are swapped in at browser::Navigate time. by cbentzel@chromium.org · 12 years ago
  23. 38d2e29 Move task_runner_test_template.* into base/test and test_support_base by akalin@chromium.org · 12 years ago
  24. 5928522 Implement SequencedWorkerPool::RunsTasksOnCurrentThread() by akalin@chromium.org · 12 years ago
  25. fd474db Separate xvfb.py logic into its own script by maruel@chromium.org · 12 years ago
  26. 31679d9 Add a new option to JSONWriter, which instructs it not to append '.0' or by kkania@chromium.org · 12 years ago
  27. 5a48500 base: Add more BASE_EXPORT macros by thakis@chromium.org · 12 years ago
  28. ca1d523 Add PrintTo for string16 by gab@chromium.org · 12 years ago
  29. e1d51fc Chrome for Android unfork. by bulach@chromium.org · 12 years ago
  30. f9326a0 JNI Bindings on Chrome for Android: unfork. by bulach@chromium.org · 12 years ago
  31. 0e9d0a1 Factor out the shared parts of IPC channel reading. by brettw@chromium.org · 12 years ago
  32. edfb960 Use cmd.exe instead of python.exe for unit test. by maruel@chromium.org · 12 years ago
  33. af61fe9 Revert 125441 - In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by viettrungluu@chromium.org · 12 years ago
  34. 0fc8736 Refactor Pickle Read methods to use higher performance PickleIterator. by jbates@chromium.org · 12 years ago
  35. fb87985 In CrMallocErrorBreak, do not kill the process if errno is ENOMEM. by rsesek@chromium.org · 12 years ago
  36. 842e65b Add target base_unittests_run and tools/isolate/isolate.py. by maruel@chromium.org · 12 years ago
  37. 25e92c6 Renamed speech recognition code in preparation for introducing a new speech implementation. by primiano@chromium.org · 12 years ago
  38. 56b3370 Convert uses of int ms to TimeDelta in content/browser, ipc, and webkit/plugins. by tedvessenes@gmail.com · 12 years ago
  39. 420866a Remove logging statements inadvertently committed in r125152 by akalin@chromium.org · 12 years ago
  40. 3ed7653 Ensure that SequencedWorkerPools in tests don't outlive their tests by akalin@chromium.org · 12 years ago
  41. 79baac9 Fix the regexp for ProcessUtilTest.MacTerminateOnHeapCorruption by glider@chromium.org · 12 years ago
  42. cdeb979 Fix ProcessUtilTest.MacTerminateOnHeapCorruption to pass under ASan on Mac. by glider@chromium.org · 12 years ago
  43. f8659b7 Coverity: Fix a pass-by-value. by jhawkins@chromium.org · 12 years ago
  44. 1def40e Revert r124839 "Overhaul base/process_util_linux.cc." by oshima@chromium.org · 12 years ago
  45. 7a1b7d9 Overhaul base/process_util_linux.cc. by thestig@chromium.org · 12 years ago
  46. 3fe0613 Revert 124832 - Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@google.com · 12 years ago
  47. 7ab805d Update the tcmalloc chromium branch to r144 (gperftools 2.0), and merge chromium-specific changes. by dmikurube@google.com · 12 years ago
  48. f1a9ce1 Cleanup: Deprecate wstring version of file_util::CopyDirectory(). by thestig@chromium.org · 12 years ago
  49. fab003a Add media device attach notification mechanism. by vandebo@chromium.org · 12 years ago
  50. fba5ac5 Linux: Stop using /proc/pid/smaps to calculate memory usage. It's too slow. by thestig@chromium.org · 12 years ago
  51. dca612d Revert 124144 - Sync trace time on Chrome OS (just like Android) by backer@chromium.org · 12 years ago
  52. 828e859 Separate out the platform-independent parts of Channel reading. by brettw@chromium.org · 12 years ago
  53. 1a8e155 Fixes JNI Bindings & startup perf. by bulach@chromium.org · 12 years ago
  54. 11935b1 Disable ConditionVariableTest.MultiThreadConsumerTest on Windows. by mattm@chromium.org · 12 years ago
  55. b929d75 dbus: verify object path of incoming signals by keybuk@chromium.org · 12 years ago
  56. 88295f9 Add ASYNC_STEP support to trace_event and change START to ASYNC_BEGIN. by jbates@chromium.org · 12 years ago
  57. 32c664f Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notification to SystemMonitor and Mac impl by mattm@chromium.org · 12 years ago
  58. 7059e30 Move closure_blocks_leopard_compat to base now that it's used by two modules. by jam@chromium.org · 12 years ago
  59. cc66d92 Support the Syzygy instrumenting profiler. by siggi@chromium.org · 12 years ago
  60. d3593e2 Add Media device notification to SystemMonitor and Mac impl by vandebo@chromium.org · 12 years ago
  61. 293988a This changes around our handling of file descriptors to reduce code duplication and increase clarity. I tried to minimize actual changes and just move code. There are a few exceptions: by brettw@chromium.org · 12 years ago
  62. 9b2a6e0 Move tsan suppression for SequencedWorkerPool to benign section by akalin@chromium.org · 12 years ago
  63. e884d74 Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. by scherkus@chromium.org · 12 years ago
  64. 5097c60 Sync trace time on Chrome OS (just like Android) by sleffler@chromium.org · 12 years ago
  65. 35959d9 Make WeakPtr::operator* return reference instead of pointer by hashimoto@chromium.org · 12 years ago
  66. 76637f4 Add first java source code and gyp/ant changes to build java code. by navabi@google.com · 12 years ago
  67. d8e6494 Make StackContainer test pass on Android. by jbates@chromium.org · 12 years ago
  68. d79b68c Move values_test_util.{h,cc} to base/test by akalin@chromium.org · 12 years ago
  69. c45a411 Fix memory leak in SequencedWorkerPool by akalin@chromium.org · 12 years ago
  70. f4d9bc4 Make SequencedWorkerPool a TaskRunner by akalin@chromium.org · 12 years ago
  71. d673b62 Make base::Logging compile with the NaCl toolchain. BUG=none TEST=none by bbudge@chromium.org · 12 years ago
  72. 5ba30b9 Only include base/file_util_deprecated.h on Windows. by thestig@chromium.org · 12 years ago
  73. 1c0bcc2 Fix up SequencedWorkerPool in preparation for making it a TaskRunner by akalin@chromium.org · 12 years ago
  74. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 12 years ago
  75. 218cd87 Break two classes defined in json_value_serializer.cc, .h into separate files. by bbudge@chromium.org · 12 years ago
  76. 01b5a4d Add functions to expand PostDelayedTask interface. by tedvessenes@gmail.com · 12 years ago
  77. c2d9e29 Disable StatsTableTest.MultipleThreads on Mac. by vandebo@chromium.org · 12 years ago
  78. 439b3d2 Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreads by vandebo@chromium.org · 12 years ago
  79. e475582 Make more of base compile with the Native Client toolchain. by bbudge@chromium.org · 12 years ago
  80. 14eaa3f Get rid of WebKitContext. Only two out of six HTML5 related objects were in it and it was just a glorified std::pair after the recent refactorings. by jam@chromium.org · 12 years ago
  81. 5ef94e2 [base] Make FilePathWatcher::Watch virtual so that it can be mocked. by szym@chromium.org · 12 years ago
  82. 23dbb8e Cleanup: Remove some deprecated file_util methods. by thestig@chromium.org · 12 years ago
  83. b67268d Fix weak_ptr's operator* implementation. by mnaganov@chromium.org · 12 years ago
  84. 33d5657 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by thestig@chromium.org · 12 years ago
  85. 3b36629 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 12 years ago
  86. 6079a07 Chrome on Android: adds jni_generator. by bulach@chromium.org · 12 years ago
  87. e2d4314 Remove unused variable const char kWorkScheduled = '\0'; by simon.hong81@gmail.com · 12 years ago
  88. 5a97c21 Allow task tracing in official chrome. by jbates@chromium.org · 12 years ago
  89. dde8e30 Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits by jbates@chromium.org · 12 years ago
  90. a665302 iCleanup: Delete a bunch of empty directories, part 4. by thestig@chromium.org · 12 years ago
  91. 5d1a040 Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by groby@chromium.org · 12 years ago
  92. 51860a1 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 12 years ago
  93. 287ba8b Implement proper atomic code for trace macros. by jbates@chromium.org · 12 years ago
  94. dfdc5c2 Revert r122552: "Implement proper atomic code for trace macros." by rnk@chromium.org · 12 years ago
  95. e3b52c6 Correct some header paths in GYP files by rsleevi@chromium.org · 12 years ago
  96. fead1e6 Make IPC_MESSAGE_EXPORT more robust. by thakis@chromium.org · 12 years ago
  97. 5c8ca51 Remove getters for HTML5 related objects from the ResourceContext interface. Half of them weren't used by chrome, so they can be hidden from chrome. The rest were accessed by chrome, but we don't need every embedder to store this data on their ResourceContext implementation. Instead have content associate the data itself to simplify the work for embedders. by jam@chromium.org · 12 years ago
  98. 6a7360c Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events. by nduca@chromium.org · 12 years ago
  99. c37c516 Move spin_wait to base/synchronization. by brettw@chromium.org · 12 years ago
  100. cab6703 Reverting in an attempt to fix Win Builder 2010 (dbg). by jhawkins@chromium.org · 12 years ago