1. e884d74 Remove NOTIMPLEMENTED() from PlatformThread::SetThreadPriority() for posix. by scherkus@chromium.org · 13 years ago
  2. 5097c60 Sync trace time on Chrome OS (just like Android) by sleffler@chromium.org · 13 years ago
  3. 35959d9 Make WeakPtr::operator* return reference instead of pointer by hashimoto@chromium.org · 13 years ago
  4. 76637f4 Add first java source code and gyp/ant changes to build java code. by navabi@google.com · 13 years ago
  5. d8e6494 Make StackContainer test pass on Android. by jbates@chromium.org · 13 years ago
  6. d79b68c Move values_test_util.{h,cc} to base/test by akalin@chromium.org · 13 years ago
  7. c45a411 Fix memory leak in SequencedWorkerPool by akalin@chromium.org · 13 years ago
  8. f4d9bc4 Make SequencedWorkerPool a TaskRunner by akalin@chromium.org · 13 years ago
  9. d673b62 Make base::Logging compile with the NaCl toolchain. BUG=none TEST=none by bbudge@chromium.org · 13 years ago
  10. 5ba30b9 Only include base/file_util_deprecated.h on Windows. by thestig@chromium.org · 13 years ago
  11. 1c0bcc2 Fix up SequencedWorkerPool in preparation for making it a TaskRunner by akalin@chromium.org · 13 years ago
  12. 506c72b Allow callers of CommandLine::Init to know whether they were the first caller. by erikwright@chromium.org · 13 years ago
  13. 218cd87 Break two classes defined in json_value_serializer.cc, .h into separate files. by bbudge@chromium.org · 13 years ago
  14. 01b5a4d Add functions to expand PostDelayedTask interface. by tedvessenes@gmail.com · 13 years ago
  15. c2d9e29 Disable StatsTableTest.MultipleThreads on Mac. by vandebo@chromium.org · 13 years ago
  16. 439b3d2 Improve SharedMemory::Lock on Posix and reenable StatsTableTest.MultipleThreads by vandebo@chromium.org · 13 years ago
  17. e475582 Make more of base compile with the Native Client toolchain. by bbudge@chromium.org · 13 years ago
  18. 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 · 13 years ago
  19. 5ef94e2 [base] Make FilePathWatcher::Watch virtual so that it can be mocked. by szym@chromium.org · 13 years ago
  20. 23dbb8e Cleanup: Remove some deprecated file_util methods. by thestig@chromium.org · 13 years ago
  21. b67268d Fix weak_ptr's operator* implementation. by mnaganov@chromium.org · 13 years ago
  22. 33d5657 Cleanup: Remove base::environment_vector and base::file_handle_mapping_vector to StudlyCaps. by thestig@chromium.org · 13 years ago
  23. 3b36629 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 13 years ago
  24. 6079a07 Chrome on Android: adds jni_generator. by bulach@chromium.org · 13 years ago
  25. e2d4314 Remove unused variable const char kWorkScheduled = '\0'; by simon.hong81@gmail.com · 13 years ago
  26. 5a97c21 Allow task tracing in official chrome. by jbates@chromium.org · 13 years ago
  27. dde8e30 Add ALIGNAS and ALIGNOF macros to ensure proper alignment of StaticMemorySingletonTraits by jbates@chromium.org · 13 years ago
  28. a665302 iCleanup: Delete a bunch of empty directories, part 4. by thestig@chromium.org · 13 years ago
  29. 5d1a040 Revert 123140 - Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by groby@chromium.org · 13 years ago
  30. 51860a1 Use SequencedWorkerPool for disk operations in TraceSubscriberStdio. by husky@chromium.org · 13 years ago
  31. 287ba8b Implement proper atomic code for trace macros. by jbates@chromium.org · 13 years ago
  32. dfdc5c2 Revert r122552: "Implement proper atomic code for trace macros." by rnk@chromium.org · 13 years ago
  33. e3b52c6 Correct some header paths in GYP files by rsleevi@chromium.org · 13 years ago
  34. 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 · 13 years ago
  35. 6a7360c Add EnabledStateObserver to TraceLog as prelude to hooking V8 GC events. by nduca@chromium.org · 13 years ago
  36. c37c516 Move spin_wait to base/synchronization. by brettw@chromium.org · 13 years ago
  37. 8d25912 Implement proper atomic code for trace macros. by jbates@chromium.org · 13 years ago
  38. fa1f778 Annotate MessageLoopProxyTest.PostTaskAndReply_DeadReplyLoopDoesNotDelete as having memory leaks by glider@chromium.org · 13 years ago
  39. e81a98c Fix the CountFilesCreatedAfter test. by gbillock@chromium.org · 13 years ago
  40. 9325547 CrOS: Add a CHECK to help debug a crash in the wild. by jhawkins@chromium.org · 13 years ago
  41. 4626ccb Support use of third party time function for about:profiler by jar@chromium.org · 13 years ago
  42. 533df72 Add extra data to BrowserContext so that content layer and other embedders can stash data with it that has the same lifetime. Converted SSLHostState to use it for now. I'll do the rest in a followup. by jam@chromium.org · 13 years ago
  43. 44e5060 Linux: fix bookmarks with & in them not showing correctly in the wrench menu. by mdm@chromium.org · 13 years ago
  44. 062f968 Make new TaskRunner, SequencedTaskRunner, and SingleThreadTaskRunner interfaces by akalin@chromium.org · 13 years ago
  45. ec76419 Prefer ScopedNestableTaskAllower over manual save/restore by dhollowa@chromium.org · 13 years ago
  46. cb55bda Revert 121840 - Make scoped dc objects smarter by cpu@chromium.org · 13 years ago
  47. da24bdc Make scoped dc objects smarter by cpu@chromium.org · 13 years ago
  48. ac7a385 Removing unneeded macro by dpapad@chromium.org · 13 years ago
  49. f1ab5fe Add a stackframe named 'CrashIntentionally' to crashes from about:crash. by eroman@chromium.org · 13 years ago
  50. 3c0bc35 Flakiness cleanup: disable flaky tests under base/ by evan@chromium.org · 13 years ago
  51. 85dfe86 Implement profiler log writing at shutdown by rlarocque@chromium.org · 13 years ago
  52. 23b0072 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  53. 9af8f42 Cleanup in ProcessSingleton. These originated as candidate fixes for issue 111361, but the true fix is cpu@'s r119830. by joi@chromium.org · 13 years ago
  54. 3062e6b Print Preview: Refactoring sticky settings code. by dpapad@chromium.org · 13 years ago
  55. bc0e402 Define FilePath::NormalizePathSeparators on all platforms by kinuko@chromium.org · 13 years ago
  56. e4a43a5 Upstream Android JNI code, allowing us to use more ScopedJava references. by peter@chromium.org · 13 years ago
  57. d85d949 Update scoped_nsobject to be copyable. by qsr@chromium.org · 13 years ago
  58. 743e2e3 Make the comment above NON_EXPORTED_BASE talk about static data. by jam@chromium.org · 13 years ago
  59. 8aa5631 Remove log spew from scoped_tempdir.cc. by aa@chromium.org · 13 years ago
  60. 9fd92e7 Slavelastic manifest file for swarm by csharp@chromium.org · 13 years ago
  61. 8050dac Enable building with a small set of JNI related files required for linking content_unittests. by satish@chromium.org · 13 years ago
  62. abe5cd3 Cleanup: Remove unused switches in base. by thestig@chromium.org · 13 years ago
  63. 8aaad4d Coverity: Initialize member variables. by jhawkins@chromium.org · 13 years ago
  64. 86992ef Add ObserverListThreadSafe::IsEmpty(). by sergeyu@chromium.org · 13 years ago
  65. 2433ec4 Revert 120789 - Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  66. 8e3be46 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  67. 7416fd4 Remove PreReadImage from base/file_util. by rogerm@chromium.org · 13 years ago
  68. b6d9a1f Make ConditionVariableTest.MultiThreadConsumerTest less flaky. by jknotten@chromium.org · 13 years ago
  69. 0588376 MessagePumpX: Fix leak of the GPollFD. by jhawkins@chromium.org · 13 years ago
  70. 61d843e Re-disable all the ExtensionUnpacker test pending new ideas. As Alexi pointed out, my change does nothing. by aa@chromium.org · 13 years ago
  71. 9fb1242 Revert 120503 - Tighten debug logging slightly. by aa@chromium.org · 13 years ago
  72. 14fb93b Tighten debug logging slightly. by aa@chromium.org · 13 years ago
  73. 8dac1e4 Add some more desperate logging attempting to understand crasher. by aa@chromium.org · 13 years ago
  74. 9b2870c Fix calls in base and net unit tests to use TimeDelta. by tedvessenes@gmail.com · 13 years ago
  75. 62a1666 Make TraceEventTestFixture.ThreadNames work when thread-id is reused. by jbates@chromium.org · 13 years ago
  76. 4899503 Make GetWebKitRootDirFilePath smarter about where the WebKit root is relative to the chromium root by jochen@chromium.org · 13 years ago
  77. 81be354 Get rid of <iostream> include in stack_trace_posix (forces a static initializer) by tbreisacher@chromium.org · 13 years ago
  78. 7b052af Mark PlatformFile.TouchGetInfoPlatformFile as flaky on all platform. by phajdan.jr@chromium.org · 13 years ago
  79. c693fe3 Move common file path related methods between chrome & content to file_util. I reduced the 4 methods into 3 by only having one GetUniquePathNumber which takes an optional suffix. by jam@chromium.org · 13 years ago
  80. ee0b43d Add assert() for scoped_refptr<T>::operator->() by akalin@chromium.org · 13 years ago
  81. 186eab2 Make NOTIMPLEMENTED_POLICY=0 actually work. by torne@chromium.org · 13 years ago
  82. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 13 years ago
  83. 105fd04 (re-land) Add StringToSizeT to base/string_number_conversions. by kalman@chromium.org · 13 years ago
  84. 4cec369 Make DFAKE_MUTEX a typedef when using NDEBUG, so that pedantic compilers don't warn about an extra ; in a class definition by rsleevi@chromium.org · 13 years ago
  85. 98fc415 Revert 119540 - Add StringToSizeT to base/string_number_conversions. by yoz@chromium.org · 13 years ago
  86. b942654 Add StringToSizeT to base/string_number_conversions. by kalman@chromium.org · 13 years ago
  87. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 13 years ago
  88. 3daf499 Remove pointer mangling API from trace_event.h and use an addTraceEvent flag instead by jbates@chromium.org · 13 years ago
  89. e4d0c3f Add OSSTATUS_LOG API. Review URL: https://chromiumcodereview.appspot.com/9235084 by mark@chromium.org · 13 years ago
  90. b3c785b Need the unsigned constants marked as unsigned. by backer@chromium.org · 13 years ago
  91. 04a166c Added a Unique ID for a Field Trial containing it's hashed name and the selected group ID. by mad@chromium.org · 13 years ago
  92. d2e0cd0 Adding a scoped_nsprotocol by qsr@chromium.org · 13 years ago
  93. aaeda4a Remove reinterpret_cast on JSONValueConverter by tzik@chromium.org · 13 years ago
  94. aa6f767 Convert use of int ms to TimeDelta in files owned by brettw. by tedvessenes@gmail.com · 13 years ago
  95. ad52ef6 Fix a potential memory leak bug. by mukai@chromium.org · 13 years ago
  96. 1da2fa7 Adding GetProcId unittest by cpu@chromium.org · 13 years ago
  97. dfdfa90 Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leaky by fischman@chromium.org · 13 years ago
  98. 5b61c95 Add StringToUint and StringToUint64 methods to base/string_number_conversions.h. by kalman@chromium.org · 13 years ago
  99. d5f359a Implement support for a cancelable SyncSocket. by tommi@chromium.org · 13 years ago
  100. 51477d8 Cleanup trace_event, fix webkit API naming. by jbates@chromium.org · 13 years ago