1. 6970841 Fix the memcheck annotation in RecordDeath(). by rnk@chromium.org · 13 years ago
  2. 27bef55 Don't use Singleton to cache JNI method IDs in Java Bridge by steveblock@chromium.org · 13 years ago
  3. 1a280df Add memcheck annotation and remove suppression. by rnk@chromium.org · 13 years ago
  4. 111586a Revert 112937 - Suppress unitialized use of memory for random_number_ seed by jar@chromium.org · 13 years ago
  5. 10ba7bd Suppress unitialized use of memory for random_number_ seed by jar@chromium.org · 13 years ago
  6. 538fe7a use os_bsd and OS_BSD and add some OS_FREEBSD conditions by robert.nagy@gmail.com · 13 years ago
  7. 9332ea0 Fixing tree (using smaller prime than 2^31) by jar@chromium.org · 13 years ago
  8. a026041 Support incremental-max and sample in Profiler data by jar@chromium.org · 13 years ago
  9. cba0b55 Strip invalid characters (line breaks, tabs), javascript:schemes from the copied text while pasting text, droping text and creating right click popup for omnibox. by ncj674@motorola.com · 13 years ago
  10. 892c4cb Fix MessagePumpX::ProcessXEvent checking of WillProcessXEvent return value. by davidxli@chromium.org · 13 years ago
  11. b1bdde4 Improve support for multiselect list box accessibility on Windows. by dmazzoni@chromium.org · 13 years ago
  12. 6c56fa4 Don't delete g_vlog_info by stevenjb@chromium.org · 13 years ago
  13. 748676e Improve GPU tests to fail when GPU drawing fails. by jbates@chromium.org · 13 years ago
  14. d084055 Fix Aura build break. by jbates@chromium.org · 13 years ago
  15. 405fe4e Add TraceAnalyzer support for START/FINISH events and JSON error logging by jbates@chromium.org · 13 years ago
  16. 8bb0ee6 trace_event: distinguish between scoped begin/end and global start/finish events by jbates@chromium.org · 13 years ago
  17. 780d067 Fix tab backgrounding by davemoore@chromium.org · 13 years ago
  18. 679ab8a Move gtest_prod.h into its own target so it can be correctly set as a dependent target for base and reused as a dependency in gtest. by ensonic@google.com · 13 years ago
  19. bf4c737 Fix a possible mismatch in OS-specific code in WaitableEventWatcher. by joi@chromium.org · 13 years ago
  20. 836c6e6 Make CHECK not print messages in official builds by akalin@chromium.org · 13 years ago
  21. 706d4ca Fix Android build. by jrg@google.com · 13 years ago
  22. cb3d4fe [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by shess@chromium.org · 13 years ago
  23. 45910f7 Give base::SharedMemory::CreateAnonymous an executable flag by mcgrathr@chromium.org · 13 years ago
  24. c8728a6 aura: Fix unit_tests on linux by sadrul@chromium.org · 13 years ago
  25. 631c3cc Revert 112249 - [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by hayato@chromium.org · 13 years ago
  26. cda3b0f Add TraceAnalyzer support for calculating common event rate statistics by jbates@chromium.org · 13 years ago
  27. 3250e17 base::Bind: Implement a 1-arity CancelableCallback and use this to implement by jhawkins@chromium.org · 13 years ago
  28. 2ac73f2 [Mac] Move ScopedSendingEvent from content/common/mac to base/mac. by shess@chromium.org · 13 years ago
  29. 34288a5 base: remove unused header and include the right one instead by ensonic@google.com · 13 years ago
  30. e59e370 Fix sources list for symbolize. by ensonic@google.com · 13 years ago
  31. 20f8e26 Avoid holding the lock while we do alarm processing by jar@chromium.org · 13 years ago
  32. 241215d chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  33. 74dce76 Make ThreadLocalStorage more posix pthread compliant by jar@chromium.org · 13 years ago
  34. 0c7f027 Allow const pointers to be stored in ThreadLocalPointer. by jbates@chromium.org · 13 years ago
  35. d347937 ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > 1, meaning that the without-'\0' string is non-empty. This replaces the conditional code added recently that makes this case return NULL. It's easier to understand if it's simply an error to call WriteInto() in this case at all. by pkasting@chromium.org · 13 years ago
  36. 90749a1 remove entry from includes as it is already pulled from the dependencies by ensonic@google.com · 13 years ago
  37. d84df40 Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() by robertshield@chromium.org · 13 years ago
  38. 7a47d5f Remove several more custom Task implementations from base/ by dcheng@chromium.org · 13 years ago
  39. c98b200 Revert 111865 - Remove several more custom Task implementations from base/ by dcheng@chromium.org · 13 years ago
  40. f612700 Remove several more custom Task implementations from base/ by dcheng@chromium.org · 13 years ago
  41. e34d0ad base::Bind: Convert IPC::SendTask. by jhawkins@chromium.org · 13 years ago
  42. 6f015bd Increase Bind/Callback Arity from 6 -> 7. by ajwong@chromium.org · 13 years ago
  43. 4d61c7d callback_forward.h forward-declares base::Callback and base::Closure. by erikwright@chromium.org · 13 years ago
  44. 6918031 Cleanup: Convert ASCIIToUTF16("") to string16(). by jhawkins@chromium.org · 13 years ago
  45. dc0f37f base::Bind: Convert Tasks in ipc_sync_channel_unittest.cc. by jhawkins@chromium.org · 13 years ago
  46. be5c116 base::Bind: Convert devtools_sanity_unittest.cc. by jhawkins@chromium.org · 13 years ago
  47. 29eaa25 Value::GetAsDictionary by battre@chromium.org · 13 years ago
  48. 6918d28 Removing SignalingTask and replace with base::Bind(&WaitableEvent::Signal, ...) by dcheng@chromium.org · 13 years ago
  49. 44e0d2e Revert 111548 - Broke OmniboxViewTest.AcceptKeywordBySpace on Linux by rsleevi@chromium.org · 13 years ago
  50. 4012ff8 Strip invalid characters (line breaks, tabs), javascript:schemes from the copied text while pasting text, droping text and creating right click popup for omnibox. by ncj674@motorola.com · 13 years ago
  51. 255cd35 CrOS: Remove a DCHECK causing test failures in DBus on Aura by jamescook@chromium.org · 13 years ago
  52. 78936ff base::Bind: Implement CancelableCallback to replace CancelableTask. by jhawkins@chromium.org · 13 years ago
  53. bab6e64 Revert 111479 - chrome: dbus: support asynchronous method replies by thestig@chromium.org · 13 years ago
  54. ad373bf chrome: dbus: support asynchronous method replies by vlaviano@chromium.org · 13 years ago
  55. 9c410bd Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven." by ajwong@chromium.org · 13 years ago
  56. 3141ba2 Remove bogus line and fix tree by jar@chromium.org · 13 years ago
  57. 92703d5 Check that thread contexts are cleaned up during profiling by jar@chromium.org · 13 years ago
  58. 5214f03 Extract similar code into SetJobObjectAsKillOnJobClose() by toyoshim@chromium.org · 13 years ago
  59. 5b3e496 dbus: Fix a bug where we were emitting spurious error messages. by satorux@chromium.org · 13 years ago
  60. c3b7b03 Add OVERRIDE to base/, dbus/. by avi@chromium.org · 13 years ago
  61. 92edb6c Increase Bind/Callback Arity from 6 -> 11: These go to eleven. by ajwong@chromium.org · 13 years ago
  62. 82b86ad Remove custom Task implementations in base. by dcheng@chromium.org · 13 years ago
  63. fce1f41 base::Bind: Convert FilePathWatcher. by jhawkins@chromium.org · 13 years ago
  64. 1aab77c Make ObserverListThreadSafe key its observers by PlatformThreadId instead of MessageLoop. by rsesek@chromium.org · 13 years ago
  65. 1f144a3 Fix python scripts in src/build/ by maruel@chromium.org · 13 years ago
  66. 26d4aaa Move the ProcessWatcher methods out of content/common/process_watcher into base/process_util, alongside the other process methods. by jam@chromium.org · 13 years ago
  67. d1e11bf Add CHECKs for file descriptors used in select() by InotifyReaderTask by mnissler@chromium.org · 13 years ago
  68. 174cd05 DefaultDispatcher for MessagePumpX by oshima@chromium.org · 13 years ago
  69. 6716159d Remove obsolete usage of TOUCH_UI. by saintlou@chromium.org · 13 years ago
  70. 5beeeaf Move PropertyBag to base. Originally this was in chrome\common because only chrome used it. Now that chrome and content use it, and that we want to only expose interface through the content API, this belongs in base. by jam@chromium.org · 13 years ago
  71. bddca34 replace platform conditions with os_posix and os_bsd where applicable by robert.nagy@gmail.com · 13 years ago
  72. 10bc8d3 Revert 111074 - ASAN timeout on OutOfProcessPPAPITest.* by dhollowa@chromium.org · 13 years ago
  73. 7e19ef3 Allows base to be built for host on android. by bulach@chromium.org · 13 years ago
  74. e1f93d9 Upstream: Gyp changes to build net_unittests for Android. by jingzhao@chromium.org · 13 years ago
  75. 498a36b ASAN timeout on OutOfProcessPPAPITest.* by dhollowa@chromium.org · 13 years ago
  76. 0a131eb Remove TOUCH_UI definition and make use_virtual_keyboard an independant variable. by saintlou@chromium.org · 13 years ago
  77. a8b3473 Replace ScopedCommandLineOverride with TestSuite listener. by miket@chromium.org · 13 years ago
  78. 8fa3344 Some dead-code removal from message_pump_x and touch_factory. by sadrul@chromium.org · 13 years ago
  79. c9c79af Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types. by ajwong@chromium.org · 13 years ago
  80. 48fc947 Fixing some warning due to different signess of char by kristianm@chromium.org · 13 years ago
  81. 959e5f7 Get rid of a bunch of view_messages.h includes from chrome by making the TabContentsObserver interface not use a struct from it. Instead, the interface uses a new struct, content::FrameNavigateParams, that's in the public directory. The IPC message's struct derives from it. by jam@chromium.org · 13 years ago
  82. 9d3e79e compositor_unittests target is unimplmented on Mac by dhollowa@chromium.org · 13 years ago
  83. 50c48db Switch to a simple linked-list for worker thread pool by jar@chromium.org · 13 years ago
  84. 0e01a9b wayland: use message_pump_observer common code by msb@chromium.org · 13 years ago
  85. b962c98 base::Bind: Convert chrome_frame/. by jhawkins@chromium.org · 13 years ago
  86. 7e06e6d Create files readable by grp and oth in base::PlatformFile for posix. by tbarzic@chromium.org · 13 years ago
  87. 10ef990 Avoid any possibility of an Alloc during TLS thread teardown by jar@chromium.org · 13 years ago
  88. 62210b0 Implement TRACE_COUNTER by nduca@chromium.org · 13 years ago
  89. 3f19acb Attempt to fix Windows shared builder following r110206/r110595 by rsleevi@chromium.org · 13 years ago
  90. dfb9b25 Allow JSONWriter and JSONValueSerializer to ignore binary values when instructed to do so. by ericdingle@chromium.org · 13 years ago
  91. 303de23 ChromeFrame: Convert TaskMarshallerThroughMessageQueue to new Callback system. by jhawkins@chromium.org · 13 years ago
  92. b81dd3f Allow trailing comma in JSON policy files. by pastarmovj@chromium.org · 13 years ago
  93. 362c8a8 Add OVERRIDE to ipc/. by avi@chromium.org · 13 years ago
  94. 778a92d base::Bind() conversion for chrome/browser/search_engines by dcheng@chromium.org · 13 years ago
  95. c3bab9e Convert NewRunnableMethod() to base::Bind() in base::TestThreadHelper. by dcheng@chromium.org · 13 years ago
  96. 2e35365 Remove about:tracking. It has been subsumed by about:profiler. by eroman@chromium.org · 13 years ago
  97. 9ccb469 Allow proxy channels to be created without initializing the underlying channel. by kkania@chromium.org · 13 years ago
  98. 08e6a60 Add OVERRIDE to base/. by avi@chromium.org · 13 years ago
  99. 6980090 Handle null timer values when profiling sections by jar@chromium.org · 13 years ago
  100. a8a73a8 wayland: forward declare WaylandEvent by msb@chromium.org · 13 years ago