1. 5fdbcf7 Explicitly CHECK arguments in dbus::MessageWriter::AppendString/ObjectPath by hashimoto@chromium.org · 12 years ago
  2. 8a6e499 Fixing gcc 4.7 building problems. by shenhan@google.com · 12 years ago
  3. 8035965 Setuid sandbox API versioning by jln@chromium.org · 12 years ago
  4. 6598ee8 Use ScopedVector in RenderTextWin. by asvitkine@chromium.org · 12 years ago
  5. 5c4b80c Cleanup: Remove unused parameter in base::nix::GetXDGUserDirectory(). Make sure base::nix::GetXDG* returns FilePaths with the trailing separators stripped. by thestig@chromium.org · 12 years ago
  6. 2b25306 Strip trailing path separators from XDG util results. by vandebo@chromium.org · 12 years ago
  7. bb67038 Disable StatsTableTest.StatsRate by csharp@chromium.org · 12 years ago
  8. ce352e5 This groups the ParamTraits into different categories and orders the .cc file the same. It makes all non-trivial Read/Write calls non-inline. by brettw@chromium.org · 12 years ago
  9. b399bbc Linux: Fix an issue in ProcessIterator where /proc/pid/stat and /proc/pid+1/stat gets parsed together. by thestig@chromium.org · 12 years ago
  10. 81e9e99 Tighten up DEPS some more. NaCl/service process code are including internal content files. Fix the instances other sandbox stuff, which I'll do in a followup. by jam@chromium.org · 12 years ago
  11. 5e57506 Added a base::Callback interface to FilePathWatcher. by joaodasilva@chromium.org · 12 years ago
  12. d532a0c Reverting Temporal increase of test timeouts for ASAN image. by glotov@google.com · 12 years ago
  13. 685080d Removed file_path_watcher_mac.cc, which isn't used anymore. by joaodasilva@chromium.org · 12 years ago
  14. 3fd8dbe Implement media::VideoDecodeAccelerator on Mac by sail@chromium.org · 12 years ago
  15. d994d94 Update JSONReader to take base::StringPiece instead of std::string by mitchellwrosen@chromium.org · 12 years ago
  16. 9f10a6e dbus: Fix a subtle butterfly-effect bug in handling incoming messages by satorux@chromium.org · 12 years ago
  17. 1fd50f0 Revert "Implement media::VideoDecodeAccelerator on Mac" by sail@chromium.org · 12 years ago
  18. de39ab8 Implement media::VideoDecodeAccelerator on Mac by sail@chromium.org · 12 years ago
  19. f1d6d5c base: No need to tag enum types with BASE_EXPORT in header files. by tfarina@chromium.org · 12 years ago
  20. adee2be Remove some obscure unused Windows types from the ParamTraits specializations. by brettw@chromium.org · 12 years ago
  21. 1900498 Revert 140102 - Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. by asanka@chromium.org · 12 years ago
  22. 99ed6d7 Remove old PostDelayedTask interfaces that use int ms instead of TimeDelta. by tedvessenes@gmail.com · 12 years ago
  23. 8df22a6 Chromium support of running DumpRenderTree as an apk on Android by wangxianzhu@chromium.org · 12 years ago
  24. 7a760d4 Fixed file leak in test. by scr@chromium.org · 12 years ago
  25. 0bfc43b Added DCHECKS for speculative leak condition. by scr@chromium.org · 12 years ago
  26. 09e048a dbus: Fix a crash in dbus_unittests that happens on Ubuntu 11.10 by satorux@chromium.org · 12 years ago
  27. b798bb4 PPAPI/NaCl: Re-land speculative implementation for ipc_channel_nacl.cc by dmichael@chromium.org · 12 years ago
  28. d43ae5e Signal thread names in instrumented binaries, even when a debugger is not attached. by siggi@chromium.org · 12 years ago
  29. 67affcc Temporal increase of test timeouts for ASAN image. by glotov@google.com · 12 years ago
  30. fc6ebad The LASTCHANGE file is created and updated by gclient runhooks under by torne@chromium.org · 12 years ago
  31. 5e612da dbus: Fix a bunch of memory leaks in dbus_unittests by satorux@chromium.org · 12 years ago
  32. 31bb21e dbus: Include method names in error messages for method call failures by satorux@chromium.org · 12 years ago
  33. 365619a Base: Add a handle verifier to ScopedHandle. by rvargas@chromium.org · 12 years ago
  34. e9a0d51 Fix off-by-one error in the day_of_week field in Time::Explode on mac. by rfevang@chromium.org · 12 years ago
  35. 5ba842b Revert 139635 - PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc by rch@chromium.org · 12 years ago
  36. 3081fac Move ParamTraits<base::PlatformFileInfo> and <base::PlatformFileError>. by tsepez@chromium.org · 12 years ago
  37. e8ba0fd PPAPI/NaCl: Speculative implementation for ipc_channel_nacl.cc by dmichael@chromium.org · 12 years ago
  38. 1d1e621 Fix a bug in json parser where a 4 byte unicode character caused us to read an unterminated string from the stack. by tommi@chromium.org · 12 years ago
  39. 4dba223 Disabled WorkerPoolTest.PostTaskAndReply test on Windows and Linux. by kmadhusu@chromium.org · 12 years ago
  40. 056521b Cleanup: Remove the C version of GetUrandomFD() by mseaborn@chromium.org · 12 years ago
  41. 7f85d46 Re-apply 139321 - JNI Generator: removes obsolete -p option. by bulach@chromium.org · 12 years ago
  42. 3cf0624 Implement serial API for Windows. by miket@chromium.org · 12 years ago
  43. 07dcf70 aura/cros: Rename MessagePump{X => AuraX11}. by erg@chromium.org · 12 years ago
  44. a3e321d Fix ninja build for android. by yfriedman@chromium.org · 12 years ago
  45. 11fadcd Provide android specific implementation for MultiProcessTest::SpawnChildImpl by nileshagrawal@chromium.org · 12 years ago
  46. 9be526b Revert 139321 - JNI Generator: removes obsolete -p option. by rlp@chromium.org · 12 years ago
  47. 7ed59aa JNI Generator: removes obsolete -p option. by bulach@chromium.org · 12 years ago
  48. c1c9327 Fixing Android compile warnings. by felipeg@google.com · 12 years ago
  49. eb72f27 Add APK targets for content_unittests and net_unittests. by nileshagrawal@chromium.org · 12 years ago
  50. 8ac7ea0 Set Android/V8 memory limits from dalvik.vm.heapsize. by ulan@chromium.org · 12 years ago
  51. 42a2e0d Android: Get the cache directory using path service. by nileshagrawal@chromium.org · 12 years ago
  52. cfd88a4 Disable IPCChannelTest.SendMessageInChannelConnected on Windows for being flakey. by danakj@chromium.org · 12 years ago
  53. 3b45a24 1. Enable large object pointer offset check in release build. by kaiwang@chromium.org · 12 years ago
  54. 360daa0 Fix ENABLE_THREAD_CHECKER by ukai@chromium.org · 12 years ago
  55. c00ee27 Change SystemMonitor::GetAttachedMediaDevices() to return a vector instead of a vector*. by thestig@chromium.org · 12 years ago
  56. 31a0170 Started building the message_pump_android by michaelbai@chromium.org · 12 years ago
  57. 28e6a04 Update jni_generator with latest from downstream. by yfriedman@chromium.org · 12 years ago
  58. d5e26de Quieter cab extraction by scottmg@chromium.org · 12 years ago
  59. b030551 Change setters of dbus::Message to return false instead of aborting on errors by hashimoto@chromium.org · 12 years ago
  60. 390066b Add java exception information to BuildInfo. by nileshagrawal@chromium.org · 12 years ago
  61. fef311a Run base_unittests_apk on the test try bot for realz. by nileshagrawal@chromium.org · 12 years ago
  62. ba481dc Cleanup: Add test fixture for SystemMonitorTest to remove some redundant code. by thestig@chromium.org · 12 years ago
  63. cbb5209 PPAPI/NaCl: Fix IPC proxy build; pthread_t changed by dmichael@chromium.org · 12 years ago
  64. 22e7ded Fix crash in the accessibility code in the shared build. The problem is that the ATL module pointer hasn't been initialized in base.dll when UIATextProvider::CreateTextProvider is called. by tommi@chromium.org · 12 years ago
  65. d18525b Add SystemMonitor::GetAttachedMediaDevices(). by thestig@chromium.org · 12 years ago
  66. 8b6d905 Base: Fix a race settin the running_ flag. by rvargas@google.com · 12 years ago
  67. cb594a3 Base: Don't overwrite the thread id when ThreadMain exits. There's by rvargas@google.com · 12 years ago
  68. 592520e Reverting due to memory waterfall failures. by jhawkins@chromium.org · 12 years ago
  69. 3897f9b Allowed BinaryValue to take a NULL buffer. by mitchellwrosen@chromium.org · 12 years ago
  70. 14d4577 Revert 138014 - Base: Don't overwrite the thread id when ThreadMain exits. There's by rvargas@google.com · 12 years ago
  71. befec3e Base: Don't overwrite the thread id when ThreadMain exits. There's by rvargas@google.com · 12 years ago
  72. edc523b Base: Add power requirements to the System monitor. by rvargas@google.com · 12 years ago
  73. 22b1945 Revert 137960 - Base: Add power requirements to the System monitor. by zea@chromium.org · 12 years ago
  74. 6bd732e Let WeakPtrFactory operations fail once its dtor is called by oshima@chromium.org · 12 years ago
  75. 18b46dc Base: Add power requirements to the System monitor. by rvargas@google.com · 12 years ago
  76. faf1c28 Coverity: Remove dead code. by jhawkins@chromium.org · 12 years ago
  77. d216399 RefCounted types should not have public destructors, Linux fixes by rsleevi@chromium.org · 12 years ago
  78. 62001b9 Fix temp dir path for Android. by nileshagrawal@chromium.org · 12 years ago
  79. 0d2c4aa Address outstanding comments from CL 10384140 by lambroslambrou@chromium.org · 12 years ago
  80. 0ead2f9 Initialize XInput2 on demand - fixes ash_shell mouse events by rbyers@chromium.org · 12 years ago
  81. abdc4cd Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. by tedvessenes@gmail.com · 12 years ago
  82. 32b5e53 Fix base::GetModuleFromAddress() not to increment the module's reference count, by alexeypa@chromium.org · 12 years ago
  83. d29f59c Reverting r133134 - 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
  84. b9a99ce PPAPI/NaCl: Fix leaky NaClIPCAdapter test. by dmichael@chromium.org · 12 years ago
  85. 5756836 Fix a leak in JSONParser::Parse when using hidden root optimizations. by rsesek@chromium.org · 12 years ago
  86. c2d2b20 Rewrite base::JSONReader to be 35-40% faster, depending on the input string. by rsesek@chromium.org · 12 years ago
  87. 7634fc5 Tweak Memcheck sanity tests to avoid duplicate reports. by eugenis@google.com · 12 years ago
  88. ed79e27 Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui. by thestig@chromium.org · 12 years ago
  89. 8fe0fd4 Make ScopedGenericObj compile with strict warnings when used with non-pointers. by thakis@chromium.org · 12 years ago
  90. 5cfcd75 Run APK tests on the android_test trybot. by nileshagrawal@chromium.org · 12 years ago
  91. 898b025 Add some unittests for DoubleToString. by tony@chromium.org · 12 years ago
  92. 9885890 Enable system trace clock use on chrome os. by sleffler@chromium.org · 12 years ago
  93. 163b02f Change the way _EXPORT macros look. by thakis@chromium.org · 12 years ago
  94. 7a620aa Add a new gyp define to be used by the swarm master. by maruel@chromium.org · 12 years ago
  95. 22b2989 Modify ui::ElideRectangleText() to honor trailing newlines. by asvitkine@chromium.org · 12 years ago
  96. 088f50e Explicitly #include <unistd.h> to avoid a compile error by phajdan.jr@chromium.org · 12 years ago
  97. 5a94dab Add the StackTrace to the URLFetcher crash dumps. by willchan@chromium.org · 12 years ago
  98. 24b15ad Log message class/line in IPC::ChannelProxy::Context::OnDispatchMessage by piman@chromium.org · 12 years ago
  99. 4bd10fc Use ThreadTaskRunnerHandle in base::Timer. by sergeyu@chromium.org · 12 years ago
  100. d1fede7 Upstream Device Orientation For Android. by jknotten@chromium.org · 12 years ago