1. ce317f2 Improve error message display for Schema::Validate() by binjin@chromium.org · 11 years ago
  2. 65eb710 ASan/Android: crash on calloc overflow. by eugenis@chromium.org · 11 years ago
  3. 875501f Mojo: Eliminate some "cross-process" "simultaneous"-close races. by viettrungluu@chromium.org · 11 years ago
  4. 07a1bf0 Mojo: Delete unused code in Connector to support non-blocking MojoWriteMessage by darin@chromium.org · 11 years ago
  5. 2bcf354 Mojo: mojom: Move generation modules to pylib/generate/. by viettrungluu@chromium.org · 11 years ago
  6. 59526a5 Make mojom_data_tests.py exist and work again. by viettrungluu@chromium.org · 11 years ago
  7. cb89820 Support default values for arrays of POD data types in mojom. by mpcomplete@chromium.org · 11 years ago
  8. 05eca20 GTTF: Clearly tag unreliable results in the new test launcher by phajdan.jr@chromium.org · 11 years ago
  9. 5b7ed62 Mojo: Move a bunch of bindings "library" stuff to pylib subdirectory. by viettrungluu@chromium.org · 11 years ago
  10. 63a8505 Mojo: Add missing 'explicit' keyword by darin@chromium.org · 11 years ago
  11. 43c9c30 Switch to the "new" way of ASan deployment on Android devices. by eugenis@chromium.org · 11 years ago
  12. 7287b51 Revert 246807 "Mojo: Move a bunch of bindings "library" stuff to..." by hashimoto@chromium.org · 11 years ago
  13. 44622b3 Mojo: Move a bunch of bindings "library" stuff to pylib subdirectory. by viettrungluu@chromium.org · 11 years ago
  14. c33a8c2 Add strictness to Schema::Validate() by binjin@chromium.org · 11 years ago
  15. 081c192 Update trace file format for NaN/Infinit values to use strings by rbyers@chromium.org · 11 years ago
  16. f26fb2f Enable icu_use_data_file on Windows by jshin@chromium.org · 11 years ago
  17. 3c6c0cd Mojo: Make the bindings generator able to dynamically load a generator. by viettrungluu@chromium.org · 11 years ago
  18. 8be6e99 Fix incorrect assumption in IDMap and SmallMap tests. by earthdok@chromium.org · 11 years ago
  19. 320a092 Revert of Enable icu_use_data_file on Windows (https://codereview.chromium.org/99473012/) by jshin@chromium.org · 11 years ago
  20. 2d41956 Internalize the GLES2Client logic into libmojo_gles2 by piman@chromium.org · 11 years ago
  21. 4f4a877 Improve base::RandBytes() performance by 1.75x-2.10x on POSIX. by dalecurtis@chromium.org · 11 years ago
  22. eef2c1c LogMessage::Init must check untrusted severity_ value before using it as an array index. by tsepez@chromium.org · 11 years ago
  23. fc6f337 Make mojo_gles2 a stub shared library by piman@chromium.org · 11 years ago
  24. f2c1273 Support default values for POD struct fields in mojom IDL. by mpcomplete@chromium.org · 11 years ago
  25. 49aec86 Build with configuration_policy enabled on iOS by default. by joaodasilva@chromium.org · 11 years ago
  26. d3d0f61 Fix trace file format for NaN/infinite values by rbyers@chromium.org · 11 years ago
  27. 5f95194 Enable icu_use_data_file on Windows by jshin@chromium.org · 11 years ago
  28. 7fa604c Mojo: Make different mojom generators look the same. by viettrungluu@chromium.org · 11 years ago
  29. 7f5b285 Add additional restriction to policy schema internal, including modification to by binjin@chromium.org · 11 years ago
  30. a703f8b Make GetDefaultThreadStackSize() return 16M under ThreadSanitizer by glider@chromium.org · 11 years ago
  31. 605780c Add additional restriction to policy schema internal, includes modification to python generator and C++ parser with correspond unit tests. by binjin@chromium.org · 11 years ago
  32. 6bde811 Add support for component=shared_library for base_unittests_run. by maruel@chromium.org · 11 years ago
  33. 68888e6 Mojo: Make mojom_bindings_generator.py use argparse instead of optparse. by viettrungluu@chromium.org · 11 years ago
  34. 22e5654 Mojo: Make C API test work on MSVS before 2013. by viettrungluu@chromium.org · 11 years ago
  35. 6845101 Moved the ProxyPolicyProvider to the policy component. by joaodasilva@chromium.org · 11 years ago
  36. 54561da Moved the --device-management-url switch to the policy component. by joaodasilva@chromium.org · 11 years ago
  37. 452131f Documentation fix - Delete meaningless paragraph. by girard@chromium.org · 11 years ago
  38. d029127 Only compute pref hashes when about to serialize preferences to disk. by gab@chromium.org · 11 years ago
  39. fa57d12 Mojo: Restore the Mojom generator's ability to use different include paths. by viettrungluu@chromium.org · 11 years ago
  40. 6761bae Change the operations touching counts_[] and redundant_count_ to be atomic. by glider@chromium.org · 11 years ago
  41. 8ec0b21 Remove all exclude rules that filename_rules.gypi already handles. by dongseong.hwang@intel.com · 11 years ago
  42. 8a7aae7 Removes MessageLoop::Type checks in favor of IsCurrent on MessageLoops. by sky@chromium.org · 11 years ago
  43. ad0c02e Fix get_landmines builder() by scottmg@chromium.org · 11 years ago
  44. 3e55d70 Fix SecurityTest.CallocOverflow when it's SyzyASan instrumented. by sebmarchand@chromium.org · 11 years ago
  45. c7a887d Add landmine for 2013 switch by scottmg@chromium.org · 11 years ago
  46. 7329919 Cleanup: Remove a reference to a heapchecker define that no longer exists. by thestig@chromium.org · 11 years ago
  47. 2ce20b4 Mojo: Actually test some APIs in C (not C++). by viettrungluu@chromium.org · 11 years ago
  48. 856bb93 Mojo: Add a C++ DataPipe wrapper paralleling the MessagePipe wrapper. by viettrungluu@chromium.org · 11 years ago
  49. b78852d Mojo: Add test for C++ mojo::MessagePipe wrapper. by viettrungluu@chromium.org · 11 years ago
  50. ce39764 Mojo: Add leak detection to mojo::embedder::test::Shutdown(). by viettrungluu@chromium.org · 11 years ago
  51. 9f04449 Mojo: foo_[0-9] -> foo[0-9]. by viettrungluu@chromium.org · 11 years ago
  52. d08a220 Mojo: Change "handle_[01]" -> "handle[01]". by viettrungluu@chromium.org · 11 years ago
  53. 0ec6555 Revert 245445 "Unifies LayerTreeHost::SetNeedsUpdateLayers and S..." by mark@chromium.org · 11 years ago
  54. 7c0dccb Remove stale 'virtual' in DiscardableMemoryAllocator. by pliard@chromium.org · 11 years ago
  55. 39ea94e cc: Delete ContextProvider::MakeGrContextCurrent. by alokp@chromium.org · 11 years ago
  56. c994c6a Remove Chrome for TV code. by ycheo@chromium.org · 11 years ago
  57. 5ceb0a8 Unifies LayerTreeHost::SetNeedsUpdateLayers and SetNeedsAnimate -- V2 by trchen@chromium.org · 11 years ago
  58. f6c76ad Refactor base/safe_numerics.h by jschuh@chromium.org · 11 years ago
  59. 06774fc Normalize _unittest.cc filename suffix for unittests by alecflett@chromium.org · 11 years ago
  60. 66a00b3 Nukes MessageLoop::Dispatcher (2) by sky@chromium.org · 11 years ago
  61. e47e03c Mojo: Move test_embedder.* to the mojo_system_impl component. by viettrungluu@chromium.org · 11 years ago
  62. 753498f Mojo: Move system embedder API files to mojo/system/embedder. by viettrungluu@chromium.org · 11 years ago
  63. bca022c Mojo: Move platform handle/channel stuff in system to embedder namespace. by viettrungluu@chromium.org · 11 years ago
  64. 0afb6f2 Mojo: Add the ability to hook up a channel to the embedder API. by viettrungluu@chromium.org · 11 years ago
  65. 907041c Revert 245226 "Nukes MessageLoop::Dispatcher" by sky@chromium.org · 11 years ago
  66. 93f2f95 Nukes MessageLoop::Dispatcher by sky@chromium.org · 11 years ago
  67. 92d0dac Android: upstream few more jni_generator changes. by bulach@chromium.org · 11 years ago
  68. 364cce3 Align ashmem region sizes to page size after ashmem creation failed. by pliard@chromium.org · 11 years ago
  69. ecd4605 Expand support in safe_numeric.h by jschuh@chromium.org · 11 years ago
  70. 06ce652 Eliminate potential copy in Java array conversions. by newt@chromium.org · 11 years ago
  71. eafc0ba Fix compilation of build_utf8_validator_tables on Win64. by ricea@chromium.org · 11 years ago
  72. 5a5e465 Update base/tools_sanity_unittest.cc to cover MSan. by earthdok@chromium.org · 11 years ago
  73. a99a896 Include icu.isolate instead of listing icudt.dll by jshin@chromium.org · 11 years ago
  74. dcbae08 Roll (bis) swarming_client @ 361bfda6c0e4e2469dd3dab8c2b741639cacb086. by maruel@chromium.org · 11 years ago
  75. 5090041 Add a URL entry prompt by ben@chromium.org · 11 years ago
  76. 3fda78f Break apart mojom_jinja_generator back into C++ and JS versions. by mpcomplete@google.com · 11 years ago
  77. 9322ae7 Mojo: Make mojo/public/tests/test_support.cc not depend on base/time.h. by viettrungluu@chromium.org · 11 years ago
  78. 0770937 Remove WebGraphicsContext3D getter from cc::ContextProvider by jamesr@chromium.org · 11 years ago
  79. 81eb6b0 mojo: gyp fixes by piman@chromium.org · 11 years ago
  80. db9105a Removes MessageLoop::TYPE_XXX where possible by sky@chromium.org · 11 years ago
  81. fdc01ab Fix CopyFileACL on Windows XP. by maruel@chromium.org · 11 years ago
  82. 2a9a56a Mojo: Remove some base/ dependencies from mojo/public/tests/. by viettrungluu@chromium.org · 11 years ago
  83. 47f468f Revert 244966 "Mojo: Remove some base/ dependencies from mojo/pu..." by pauljensen@chromium.org · 11 years ago
  84. ab41941 Mojo: Remove some base/ dependencies from mojo/public/tests/. by viettrungluu@chromium.org · 11 years ago
  85. 43b615a Make all the files mapped in when running base_unittests read only. by maruel@chromium.org · 11 years ago
  86. 0f25001 The browser-side WebSocket implementation needs to avoid sending invalid by ricea@chromium.org · 11 years ago
  87. 93ced4a Mojo: DataPipe: Finish docs/comments in core.h and fix some bugs. by viettrungluu@chromium.org · 11 years ago
  88. 2023f51 Reduce binary size impact of synthetic delays by skyostil@chromium.org · 11 years ago
  89. a83f7bc Remove unused typedef in base/bind.h by ch.dumez@samsung.com · 11 years ago
  90. 208e59d Mojo: Rename PlatformChannelHandle to PlatformHandle, etc. by viettrungluu@chromium.org · 11 years ago
  91. 5cd89c6 Mojo: AsyncWaiter and mojo/public/environment by darin@chromium.org · 11 years ago
  92. fdbe162 Attempt at making it slightly easier to debug mojo by sky@chromium.org · 11 years ago
  93. 458b7b4 Re-land: base: Fix registering of memory pressure listeners used when emulating discardable memory. by reveman@chromium.org · 11 years ago
  94. 8dd8772 Change avd.py script to let developers point to emulator SDK. by navabi@google.com · 11 years ago
  95. 7c29f47 Add an 'Idle Wake Ups' metric to the task manager, implement backend on mac by thakis@chromium.org · 11 years ago
  96. ec69b0b Fix chromium.gyp_env to see GYP_MSVS_VERSION. by jam@chromium.org · 11 years ago
  97. b02d8b1 Move the guts of user_metrics to a new static lib in //base/metrics. by ben@chromium.org · 11 years ago
  98. eaeb597 Clean up TestLauncherDelegate. by phajdan.jr@chromium.org · 11 years ago
  99. ac98901 Avoid printing three stack traces on CHECK failure. Print just one. by phajdan.jr@chromium.org · 11 years ago
  100. 2162a3d Mojo: re-organize public tests by darin@chromium.org · 11 years ago