1. 5ec1760 Move RefCountedMemory Class to Base namespace by simon.hong81@gmail.com · 12 years ago
  2. 843541d Add interface to system trace clock. by sleffler@chromium.org · 12 years ago
  3. 6720411 Add a suppression for GLHelper blocking the UI thread. by mazda@chromium.org · 12 years ago
  4. eae0dcb AppendToFile implementation. by loislo@chromium.org · 12 years ago
  5. 3140754 Route calls to tcmalloc MallocExtension through allocator agnostic interface by jamesr@chromium.org · 12 years ago
  6. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  7. e07521e Remove the hash fields from FieldTrials. by stevet@chromium.org · 12 years ago
  8. fde3588 Add a suppression for the accelerated surface code blocking the UI thread. by jam@chromium.org · 12 years ago
  9. 509d635 Fix debug asserts when --ui-use-gpu-process is specified. by mazda@chromium.org · 12 years ago
  10. 3593947 Add a suppression in StaticsProviderImpl for blocking the UI thread. by jam@chromium.org · 12 years ago
  11. 957fc4c DBus: Remove 'return' from void methods. by jhawkins@chromium.org · 12 years ago
  12. a7b45c7 Set svn:executable on windows executables. by maruel@chromium.org · 12 years ago
  13. d36f607 Add suppression for about:histograms waiting on the UI thrad. This is a developer URL so it's fine. by jam@chromium.org · 12 years ago
  14. 67ff239 Add a suppression on ChromeOS for allowing wait. by jam@chromium.org · 12 years ago
  15. 7439c76 Revert 134269 - Revert 134234 - Turn thread restrictions on for release builds as well so that they're triggered in (default) try/commit jobs. I let them be compiled out only in official builds. by kevers@chromium.org · 12 years ago
  16. eaf2538 Revert 134234 - Turn thread restrictions on for release builds as well so that they're triggered in (default) try/commit jobs. I let them be compiled out only in official builds. by kevers@chromium.org · 12 years ago
  17. 97297d2 Initialize Android OS path overrides for testing by peter@chromium.org · 12 years ago
  18. 7d937d4 ScopedAllowWait for NativeBackendKWallet::InitWithBus by battre@chromium.org · 12 years ago
  19. 61dc26b Turn thread restrictions on for release builds as well so that they're triggered in (default) try/commit jobs. I let them be compiled out only in official builds. by jam@chromium.org · 12 years ago
  20. d27d88f NaCl: Pass the process handle to the broker rather than reopening it by mseaborn@chromium.org · 12 years ago
  21. 8f30664 Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  22. 87eef62 [cros] Fix udevadm command line for camera presence detection. by ivankr@chromium.org · 12 years ago
  23. 77ab0bc Add PathUtilsTest. by nileshagrawal@chromium.org · 12 years ago
  24. 1755434 Add more allow-wait suppressions on cros. by jam@chromium.org · 12 years ago
  25. 6f592df fix cros compile by jam@chromium.org · 12 years ago
  26. 786c0b1 Fix ChromeOS debug asserts after adding thread restrictions on blocking the UI/IO threads. by jam@chromium.org · 12 years ago
  27. 8ed4614 Disallow UI/IO thread blocking on any other thread. by jam@chromium.org · 12 years ago
  28. 3f86849 Revert 134041 - Explicitly track the time source type in base/profiler/alternate_timer.h by dpapad@chromium.org · 12 years ago
  29. d1b141c Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  30. 33d14ae [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  31. 9842fef Implement the skeleton of an android content shell. by tedchoc@chromium.org · 12 years ago
  32. e06c0e1 Add TaskRunner wrapper for WorkerPool. by mattm@chromium.org · 12 years ago
  33. 672a63c Convert the session restore ui_tests to browser_tests. I renabled the disabled tests; hopefully they're now more flaky. by jam@chromium.org · 12 years ago
  34. c7e4e00 Implemented a "Last Updated" field for the about page of Chrome OS. by khorimoto@chromium.org · 12 years ago
  35. 9a980f7 Add an AddExtension() method in FilePath by rdevlin.cronin@chromium.org · 12 years ago
  36. b5eb00e RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  37. 8a924bb Adding new JNI util methods that deal with Java string arrays and use string16. by jcivelli@chromium.org · 12 years ago
  38. bc93d7d Revert 133773 - [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  39. a330d83 [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  40. 1a66f48 Change a couple of TODOs to plain comments. by joi@chromium.org · 12 years ago
  41. c14ca65 Move RefCountedStaticMemory to base namespace by simon.hong81@gmail.com · 12 years ago
  42. 6b230ab Add MockObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  43. 17c3d4f Update net/android/network_library.cc with fresher code. by yfriedman@chromium.org · 12 years ago
  44. d8f4c80 Add a "--silent" flag to our test suite to disable gtest output. This clears up the test logs when running the ChromeMain browsertests. by jam@chromium.org · 12 years ago
  45. b71855f Extension alarms now persist in Preferences. by mpcomplete@chromium.org · 12 years ago
  46. 98e7067 Cleanup: IWYU for base/file_util_proxy.h. by thestig@chromium.org · 12 years ago
  47. aa4d16a Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. by bbudge@chromium.org · 12 years ago
  48. fd41cac mmap returns -1 on failure and in the posix implementation of SharedMemory, this was setting memory_ to -1. However the interface for SharedMemory specifies that memory_ should be NULL if it is unmapped. by raymes@chromium.org · 12 years ago
  49. 20e2efc Convert MessageLoopProxy to TaskRunner in FileUtilProxy by kinuko@chromium.org · 12 years ago
  50. 35219e6 Add and implement API to associate Google experiment IDs with FieldTrials. by stevet@chromium.org · 12 years ago
  51. 32f6092 Set svn:executable bit on scripts that are executable. by maruel@chromium.org · 12 years ago
  52. 78d3e3d Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. by maruel@chromium.org · 12 years ago
  53. be8446a Set svn:executable bit on scripts that are executable. by maruel@chromium.org · 12 years ago
  54. 22c7016 Final(?) eradications of GDK / GTK from the GPU process. by cevans@chromium.org · 12 years ago
  55. cbecbb7 Revert 133212 - Add and implement API to associate Google experiment IDs with FieldTrials. by groby@chromium.org · 12 years ago
  56. 7250b03 Add and implement API to associate Google experiment IDs with FieldTrials. by stevet@chromium.org · 12 years ago
  57. 7e48b34 Move RefCountedBytes Class to base namespace. by simon.hong81@gmail.com · 12 years ago
  58. c4f5eed Add NetworkChangeNotifier for Android. by yfriedman@chromium.org · 12 years ago
  59. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  60. dccfb34 Make sure that base::MessagePumpForUI from different modules are isolated from each other and add protection from shatter attacks by placing |this| pointer to the used data associated with the message-only window (instead of blindly trusting the value of WPARAM). by alexeypa@chromium.org · 12 years ago
  61. 37eb4e9 apk-based test runner work for android. 2 unit test bundles converted over (ipc, base). by jrg@chromium.org · 12 years ago
  62. 93cdd80 Don't depend on undefined compiler behavior for computing persistent field trial identifiers. by isherman@chromium.org · 12 years ago
  63. f3410d4 Removing DEPTH support. by maruel@chromium.org · 12 years ago
  64. f7d9af8 Revert revert 132842 by xians@chromium.org · 12 years ago
  65. 9f638e0 Extends dbus module to accept user specified addresses. by nona@chromium.org · 12 years ago
  66. fb79b89 Revert 132842 - If we are using blocking write, when the renderer stop getting the data without notifying the browser, it will hang the browser. This happens with some plugins which use the sync sockets provided by the Pepper. by thestig@chromium.org · 12 years ago
  67. caecd65 If we are using blocking write, when the renderer stop getting the data without notifying the browser, it will hang the browser. This happens with some plugins which use the sync sockets provided by the Pepper. by xians@chromium.org · 12 years ago
  68. 797aba7 cros: Record UMA stats for tab discards in low memory conditions by jamescook@chromium.org · 12 years ago
  69. 56853b4 Revert 132608 - Removing DEPTH support. by sky@chromium.org · 12 years ago
  70. b148167 Removing DEPTH support. by maruel@chromium.org · 12 years ago
  71. 71995f3 Add templates for building java and running the jni_generator. by yfriedman@chromium.org · 12 years ago
  72. 6d02597 Move PostTaskAndReplyWithStatus into task_runner_helpers.h by battre@chromium.org · 12 years ago
  73. d96f2ad Add support for default values of IPC_STRUCT_MEMBER. by jbates@chromium.org · 12 years ago
  74. eb0232a Update uses of TimeDelta in base/files. by tedvessenes@gmail.com · 12 years ago
  75. d0dab47 Fixing issues with alignment, undefined behaviour and endianness in the FieldTrial::HashName function. I also added new functions to base that convert from host order to little endian. by jwd@chromium.org · 12 years ago
  76. 514b634 Fix timings in TrackedObjects unit test by isherman@chromium.org · 12 years ago
  77. 98c10d2 [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. by isherman@chromium.org · 12 years ago
  78. 7c3d453 JSONValueConverter changes for custom base::Value filed parsing. by zelidrag@chromium.org · 12 years ago
  79. b13c402 Field Trials choices can now be forced from a command line argument, and yet still behave as if a coin was tossed, except the coin is tricked :-). by mad@chromium.org · 12 years ago
  80. a9199b0 Convert isolate.py to exclusively use .isolate files. by maruel@chromium.org · 12 years ago
  81. b419e15 Add SequencedWorkerPoolTaskRunner which lets you specify the shutdown behavior. by mattm@chromium.org · 12 years ago
  82. 2236d22 Rename SequencedWorkerPoolTaskRunner to SequencedWorkerPoolSequencedTaskRunner. by mattm@chromium.org · 12 years ago
  83. dc692f5 Modify the base::JSONReader interface to take a set of options rather than a boolean flag. by rsesek@chromium.org · 12 years ago
  84. 2a5b083 Upstream crash changes for android. by carlosvaldivia@google.com · 12 years ago
  85. de4e75e ipc: don't treat replies with the unblock flag set as regular messages by piman@chromium.org · 12 years ago
  86. 5587004 Revert 131593 by erg@google.com · 12 years ago
  87. 4c02229 Upstream Android native crash handling changes. by carlosvaldivia@google.com · 12 years ago
  88. 8b60dfa Prevent reading invalid memory in IPC code caused by assumption of contiguity in std::deque<>. by fischman@chromium.org · 12 years ago
  89. 225296f Added an initial version of helper functions for Windows 8 metro to base. by ananta@chromium.org · 12 years ago
  90. 0a1a12c Revert 131404 - Upstream native crash handling changes for Android. by msw@chromium.org · 12 years ago
  91. 67c45d4 Consolidate win/x dispatchers by oshima@chromium.org · 12 years ago
  92. 942bb40 Upstream native crash handling changes for Android. by carlosvaldivia@google.com · 12 years ago
  93. 6c32d0b Remove WAYLAND port by oshima@chromium.org · 12 years ago
  94. bf671eb Win 8 Start Menu shortcut changes by gab@chromium.org · 12 years ago
  95. 4d5fb04 Adding android mediaplayer implementation to chromium by qinmin@chromium.org · 12 years ago
  96. 122a23e Do not run ProcessUtilTest.MacMallocFailureDoesNotTerminate under ASan. by glider@chromium.org · 12 years ago
  97. cd68c02 Update base/sys_byteorder.h comment, missed in previous CL. by wez@chromium.org · 12 years ago
  98. de3a6cf Add virtual and OVERRIDE to base/ implementation files by rsleevi@chromium.org · 12 years ago
  99. d595b42 Objects that derive from RefCounted/RefCountedThreadSafe should not have public dtors. by rsleevi@chromium.org · 12 years ago
  100. 2010f03 Revert 131064 - Adding android mediaplayer implementation to chromium by qinmin@chromium.org · 12 years ago