1. 898b025 Add some unittests for DoubleToString. by tony@chromium.org · 12 years ago
  2. 9885890 Enable system trace clock use on chrome os. by sleffler@chromium.org · 12 years ago
  3. 163b02f Change the way _EXPORT macros look. by thakis@chromium.org · 12 years ago
  4. 7a620aa Add a new gyp define to be used by the swarm master. by maruel@chromium.org · 12 years ago
  5. 22b2989 Modify ui::ElideRectangleText() to honor trailing newlines. by asvitkine@chromium.org · 12 years ago
  6. 088f50e Explicitly #include <unistd.h> to avoid a compile error by phajdan.jr@chromium.org · 12 years ago
  7. 5a94dab Add the StackTrace to the URLFetcher crash dumps. by willchan@chromium.org · 12 years ago
  8. 24b15ad Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessage by piman@chromium.org · 12 years ago
  9. 4bd10fc Use ThreadTaskRunnerHandle in base::Timer. by sergeyu@chromium.org · 12 years ago
  10. d1fede7 Upstream Device Orientation For Android. by jknotten@chromium.org · 12 years ago
  11. a3c9e6b Fix chromium_base.jar path for APK builds. by nileshagrawal@chromium.org · 12 years ago
  12. 9970301 Simplify private FieldTrial constructor. by asvitkine@chromium.org · 12 years ago
  13. 50d01b1 Revert 136389 - Enable system trace clock use on chrome os. by yzshen@chromium.org · 12 years ago
  14. 714ab39 Enable system trace clock use on chrome os. by sleffler@chromium.org · 12 years ago
  15. 726c924 Fix a leak following r135955 by rsleevi@chromium.org · 12 years ago
  16. 48d575f dbus: revamp fd passing support for i/o restrictions by sleffler@chromium.org · 12 years ago
  17. b1e364d Fix forward-declaration of RegistrationMethod in jni_registrar.h by steveblock@chromium.org · 12 years ago
  18. b79d354 Android content shell bringup. by jrg@chromium.org · 12 years ago
  19. cbb2239 Coverity: Fix a leak. by jhawkins@chromium.org · 12 years ago
  20. 675d888 Add base::ThreadTaskRunnerHandler class. by sergeyu@chromium.org · 12 years ago
  21. 7ccc36b Use generic package name retrieval. by nyquist@chromium.org · 12 years ago
  22. aaf2d09 Upstream Geolocation for Android. by jknotten@chromium.org · 12 years ago
  23. 8f45209 Add new method OverrideAndCreateIfNeeded to PathService. by pastarmovj@chromium.org · 12 years ago
  24. bf65e90 Permit .Pass()ing scoped_ptr_malloc<>'s that have custom FreeProcs. by rsleevi@chromium.org · 12 years ago
  25. ba3242d Added a SetForced method to allow forcing a new set of group bucketting. by mad@chromium.org · 12 years ago
  26. ba48fa6 compiler_version: suppress stderr unless command fails by cwolfe@chromium.org · 12 years ago
  27. a6031a9 Reapply "Changes according to review comments" by wangxianzhu@chromium.org · 12 years ago
  28. 37c00a1 Revert 135484 - Use Android API for GetDisplayNameForLocale(). by rvargas@google.com · 12 years ago
  29. 1ebf5ec Use Android API for GetDisplayNameForLocale(). by wangxianzhu@chromium.org · 12 years ago
  30. a62684e Return NULL from base::Thread::message_loop_proxy() when thread is not started. by sergeyu@chromium.org · 12 years ago
  31. be42a7a Revert 135321 - Make sure only the main browser process and service proceses are allowed to create the profile directory. by pastarmovj@chromium.org · 12 years ago
  32. fd9710a Make sure only the main browser process and service proceses are allowed to create the profile directory. by pastarmovj@chromium.org · 12 years ago
  33. 2447281 FieldTrial - Use ObserverListThreadSafe instead of ObserverList. by rtenneti@chromium.org · 12 years ago
  34. 85c5f23 When using PostTaskAndReplyWithResults, if the ResultType is a passed type (eg: scoped_ptr and friends), .Pass() the result to the reply. by rsleevi@chromium.org · 12 years ago
  35. bed581e Added support for parsing out data from simple repetitive values that should not be represented with class/structs. by zelidrag@chromium.org · 12 years ago
  36. 5d977f0 This patch is to enable x86 android build. by james.wei@intel.com · 12 years ago
  37. 0d858e2 Revert 135087 - This patch is to enable x86 android build. by rsleevi@chromium.org · 12 years ago
  38. 3487919 This patch is to enable x86 android build. by james.wei@intel.com · 12 years ago
  39. 5ec1760 Move RefCountedMemory Class to Base namespace by simon.hong81@gmail.com · 12 years ago
  40. 843541d Add interface to system trace clock. by sleffler@chromium.org · 12 years ago
  41. 6720411 Add a suppression for GLHelper blocking the UI thread. by mazda@chromium.org · 12 years ago
  42. eae0dcb AppendToFile implementation. by loislo@chromium.org · 12 years ago
  43. 3140754 Route calls to tcmalloc MallocExtension through allocator agnostic interface by jamesr@chromium.org · 12 years ago
  44. 997c1d4 RefCounted types should not have public destructors, ipc/ edition by rsleevi@chromium.org · 12 years ago
  45. e07521e Remove the hash fields from FieldTrials. by stevet@chromium.org · 12 years ago
  46. fde3588 Add a suppression for the accelerated surface code blocking the UI thread. by jam@chromium.org · 12 years ago
  47. 509d635 Fix debug asserts when --ui-use-gpu-process is specified. by mazda@chromium.org · 12 years ago
  48. 3593947 Add a suppression in StaticsProviderImpl for blocking the UI thread. by jam@chromium.org · 12 years ago
  49. 957fc4c DBus: Remove 'return' from void methods. by jhawkins@chromium.org · 12 years ago
  50. a7b45c7 Set svn:executable on windows executables. by maruel@chromium.org · 12 years ago
  51. 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
  52. 67ff239 Add a suppression on ChromeOS for allowing wait. by jam@chromium.org · 12 years ago
  53. 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
  54. 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
  55. 97297d2 Initialize Android OS path overrides for testing by peter@chromium.org · 12 years ago
  56. 7d937d4 ScopedAllowWait for NativeBackendKWallet::InitWithBus by battre@chromium.org · 12 years ago
  57. 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
  58. d27d88f NaCl: Pass the process handle to the broker rather than reopening it by mseaborn@chromium.org · 12 years ago
  59. 8f30664 Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  60. 87eef62 [cros] Fix udevadm command line for camera presence detection. by ivankr@chromium.org · 12 years ago
  61. 77ab0bc Add PathUtilsTest. by nileshagrawal@chromium.org · 12 years ago
  62. 1755434 Add more allow-wait suppressions on cros. by jam@chromium.org · 12 years ago
  63. 6f592df fix cros compile by jam@chromium.org · 12 years ago
  64. 786c0b1 Fix ChromeOS debug asserts after adding thread restrictions on blocking the UI/IO threads. by jam@chromium.org · 12 years ago
  65. 8ed4614 Disallow UI/IO thread blocking on any other thread. by jam@chromium.org · 12 years ago
  66. 3f86849 Revert 134041 - Explicitly track the time source type in base/profiler/alternate_timer.h by dpapad@chromium.org · 12 years ago
  67. d1b141c Explicitly track the time source type in base/profiler/alternate_timer.h by isherman@chromium.org · 12 years ago
  68. 33d14ae [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  69. 9842fef Implement the skeleton of an android content shell. by tedchoc@chromium.org · 12 years ago
  70. e06c0e1 Add TaskRunner wrapper for WorkerPool. by mattm@chromium.org · 12 years ago
  71. 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
  72. c7e4e00 Implemented a "Last Updated" field for the about page of Chrome OS. by khorimoto@chromium.org · 12 years ago
  73. 9a980f7 Add an AddExtension() method in FilePath by rdevlin.cronin@chromium.org · 12 years ago
  74. b5eb00e RefCounted types should not have public destructors, base/ edition by rsleevi@chromium.org · 12 years ago
  75. 8a924bb Adding new JNI util methods that deal with Java string arrays and use string16. by jcivelli@chromium.org · 12 years ago
  76. bc93d7d Revert 133773 - [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  77. a330d83 [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  78. 1a66f48 Change a couple of TODOs to plain comments. by joi@chromium.org · 12 years ago
  79. c14ca65 Move RefCountedStaticMemory to base namespace by simon.hong81@gmail.com · 12 years ago
  80. 6b230ab Add MockObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  81. 17c3d4f Update net/android/network_library.cc with fresher code. by yfriedman@chromium.org · 12 years ago
  82. 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
  83. b71855f Extension alarms now persist in Preferences. by mpcomplete@chromium.org · 12 years ago
  84. 98e7067 Cleanup: IWYU for base/file_util_proxy.h. by thestig@chromium.org · 12 years ago
  85. aa4d16a Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. by bbudge@chromium.org · 12 years ago
  86. 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
  87. 20e2efc Convert MessageLoopProxy to TaskRunner in FileUtilProxy by kinuko@chromium.org · 12 years ago
  88. 35219e6 Add and implement API to associate Google experiment IDs with FieldTrials. by stevet@chromium.org · 12 years ago
  89. 32f6092 Set svn:executable bit on scripts that are executable. by maruel@chromium.org · 12 years ago
  90. 78d3e3d Change --variable argument, must now be spaced, -V foo bar, instead of -V foo=bar. by maruel@chromium.org · 12 years ago
  91. be8446a Set svn:executable bit on scripts that are executable. by maruel@chromium.org · 12 years ago
  92. 22c7016 Final(?) eradications of GDK / GTK from the GPU process. by cevans@chromium.org · 12 years ago
  93. cbecbb7 Revert 133212 - Add and implement API to associate Google experiment IDs with FieldTrials. by groby@chromium.org · 12 years ago
  94. 7250b03 Add and implement API to associate Google experiment IDs with FieldTrials. by stevet@chromium.org · 12 years ago
  95. 7e48b34 Move RefCountedBytes Class to base namespace. by simon.hong81@gmail.com · 12 years ago
  96. c4f5eed Add NetworkChangeNotifier for Android. by yfriedman@chromium.org · 12 years ago
  97. 0d2477e Add dbus::ObjectProxy::CallMethodWithErrorCallback by hashimoto@chromium.org · 12 years ago
  98. 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
  99. 37eb4e9 apk-based test runner work for android. 2 unit test bundles converted over (ipc, base). by jrg@chromium.org · 12 years ago
  100. 93cdd80 Don't depend on undefined compiler behavior for computing persistent field trial identifiers. by isherman@chromium.org · 12 years ago