1. 88d0d23 Move base/data to base/test/data to be with the rest of the test data. by jam@chromium.org · 10 years ago
  2. 69de1da Fix 2 warnings in the ASan tests. by sebmarchand@chromium.org · 10 years ago
  3. a6b3a23 Add support for loading pak files from arbitrary file regions. by primiano@chromium.org · 10 years ago
  4. e5a8c86 Weakly bind JsonPrefStore's async read task to avoid it coming back after shutdown has been initiated. by gab@chromium.org · 10 years ago
  5. 1fb53c2 MSan: increase the test timeout multiplier to 6x. by earthdok@chromium.org · 10 years ago
  6. e41b084 Complete the removal of ProcessMetrics::CalculateFreeMemory by wfh@chromium.org · 10 years ago
  7. 9331a85 Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  8. 633c380 Add operator<< for mojo::String for logging use by davemoore@chromium.org · 10 years ago
  9. f77defa mojo: fix little bug in DynamicServiceLoader/Runner by tim@chromium.org · 10 years ago
  10. c4d6a6e clang/win: Fix a few warnings. by thakis@chromium.org · 10 years ago
  11. 28e22bb Cleans up usage of ViewManagerServiceImpl::roots_ by sky@chromium.org · 10 years ago
  12. 0c7e91d Convert verification of options structs to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  13. 6093c18 tsan_suppressions: remove vp9 suppression by jzern@chromium.org · 10 years ago
  14. 132bacb Convert WriteData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  15. c5045b9 Remove extraneous namespaces by davemoore@chromium.org · 10 years ago
  16. 3a3f8c4 Convert ReadData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  17. 2385642 Adds an AccessPolicy that is queried to determine what a connection can do by sky@chromium.org · 10 years ago
  18. a14f1ce Convert WriteMessage...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  19. 7a68d9d Convert ReadMessage...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  20. 7bf52fa Make Mojo's LoggingTest.LogIf resilient to MSVC's unreachable code warning by hwennborg@google.com · 10 years ago
  21. ea4425e Revert of mojo: fix little bug in DynamicServiceLoader/Runner (https://codereview.chromium.org/414173004/) by mpearson@chromium.org · 10 years ago
  22. b8efb72 Mojo: Set a default value for the --origin command line switch. by darin@chromium.org · 10 years ago
  23. bcae2dd mojo: fix little bug in DynamicServiceLoader/Runner by tim@chromium.org · 10 years ago
  24. c91ee2b Validate incoming JS Message Headers: test message parser by hansmuller@chromium.org · 10 years ago
  25. ea2ac76 Distinguish between keystroke and character events. by kpschoedel@chromium.org · 10 years ago
  26. 326dd41 Convert BeginReadData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  27. 0839fab Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoop by jamesr@chromium.org · 10 years ago
  28. 467f271 Mojo: Modify plumbing for the WaitMany implementation. by viettrungluu@chromium.org · 10 years ago
  29. 7ae9d01 Re-enable mojo_core_window_manager_unittests by jamesr@chromium.org · 10 years ago
  30. d115c2a Convert BeginWriteData...() to use the new user pointer handling (see r285350). by viettrungluu@chromium.org · 10 years ago
  31. 2984a6b Remove Create*Value (except CreateNullValue) by estade@chromium.org · 10 years ago
  32. 1dc2943 [DBus] Explicitly instantiate dbusProperty variant by tzik@chromium.org · 10 years ago
  33. 06454ff Update trace_event_unittest to use ASSERT_LE rather than ASSERT_LT. by nednguyen@google.com · 10 years ago
  34. 46ca88a android tests: don't override DIR_MODULE (take 2) by tim@chromium.org · 10 years ago
  35. c7cde4f Add a trace event to MemoryPressureListener::NotifyMemoryPressure. by rmcilroy@chromium.org · 10 years ago
  36. c888051 Load apps on separate threads in service_manager_unittests by jamesr@chromium.org · 10 years ago
  37. d1c644e mojo: kill app_thread before unloading app libraries and add tests by tim@chromium.org · 10 years ago
  38. fcece99 Fix GN linking issues. by brettw@chromium.org · 10 years ago
  39. 1fdefc4 Nukes view_manager namespace by sky@chromium.org · 10 years ago
  40. 839baa3 Get rid of ViewManagerTransactions & pending queue. by ben@chromium.org · 10 years ago
  41. 2d09ae1 Mojo: Change how we handle invalid pointer arguments (at the system layer). by viettrungluu@chromium.org · 10 years ago
  42. b9e7159 As discussed, a new WM bootstrap flow. by ben@chromium.org · 10 years ago
  43. 65b40ec MSan: increase the test timeout multiplier to 4x. by earthdok@chromium.org · 10 years ago
  44. 84326df Makes HandleWatcher block until no longer waiting on pipe by sky@chromium.org · 10 years ago
  45. 8ef6d33 Suppress a deadlock in TraceEventTestFixture.ThreadOnceBlocking by glider@chromium.org · 10 years ago
  46. b06d5c0 Mojo: Use EXPECT_DEATH_IF_SUPPORTED() instead of EXPECT_DEATH(). by viettrungluu@chromium.org · 10 years ago
  47. b01c7aa Mojo: Switch mojo_system_unittests to its own run_all_unittests.cc. by viettrungluu@chromium.org · 10 years ago
  48. d1c823e Debugging RawChannelWin: replace DCHECK with CHECK and record write stats. by yzshen@chromium.org · 10 years ago
  49. 66e4fd1 Sync mojo_python_tests' JSON parsing up w/ telemetry. by dpranke@chromium.org · 10 years ago
  50. 8f0c3c9 Revert of android tests: don't override DIR_MODULE (https://codereview.chromium.org/408063002/) by tim@chromium.org · 10 years ago
  51. 377fc28 Disable flaky mojo_service_manager_unittests test by jamesr@chromium.org · 10 years ago
  52. 19235ce Mojo: Use InterfaceFactory<Interface> for service registration by jamesr@chromium.org · 10 years ago
  53. 8d7747d Changes access policy for embedded nodes by sky@chromium.org · 10 years ago
  54. abc088c Observer Support for DistilledPagePrefs by sunangel@chromium.org · 10 years ago
  55. fe04197 [Android] Switch to DeviceUtils versions of GetMemoryUsageForPid and __str__. by jbudorick@chromium.org · 10 years ago
  56. f7616c3 android tests: don't override DIR_MODULE by tim@chromium.org · 10 years ago
  57. c1ba4f9 Mojo: Introduces mojo::EventType and mojo::EventFlags by morrita@chromium.org · 10 years ago
  58. 6a2cb87 Mojo: Make mojo::Handle::value() return a reference instead of a value. by viettrungluu@chromium.org · 10 years ago
  59. 5a2a766 Bring back the retry limit to 3. by jam@chromium.org · 10 years ago
  60. a484b4d aura: Use PlatformWindow from WindowTreeHostWin. by sadrul@chromium.org · 10 years ago
  61. c737e71 Disable all the tests that are flaking more than 5% on Windows builders. by jam@chromium.org · 10 years ago
  62. f2efc85 Add EmbedRoot to ViewManagerService. by ben@chromium.org · 10 years ago
  63. 5f5fec6 Mojo: Get rid of ui::gfx from sample_app by morrita@chromium.org · 10 years ago
  64. fadfd83 Mojo: In Debug builds, log when a race condition in user code is likely observed. by viettrungluu@chromium.org · 10 years ago
  65. eaf5441 Revert 284850 "aura: Use PlatformWindow from WindowTreeHostWin." by markusheintz@chromium.org · 10 years ago
  66. 8c85290 Update the TSan suppressions for uprv_malloc_xx and uprv_realloc_xx by glider@chromium.org · 10 years ago
  67. 1273cce Mojo: add support for cookies to HTMLViewer. by darin@chromium.org · 10 years ago
  68. 4434bc4 aura: Use PlatformWindow from WindowTreeHostWin. by sadrul@chromium.org · 10 years ago
  69. 8badeb9 Added an annotation to label Integration tests. by yojan@google.com · 10 years ago
  70. 9bdf78d mojo: make NetworkServiceImpl clean up after itself by tim@chromium.org · 10 years ago
  71. 10b48e4 Get rid of FileThreadDeserializer. by gab@chromium.org · 10 years ago
  72. b2f6952 win32: Add a PlatformWindow implementation for Windows. by sadrul@chromium.org · 10 years ago
  73. 48fcd60 Modify TraceEventTestFixture.TraceBufferVectorReportFull to assert the overflowed_at_ts is between the timestamp of last event and current trace_log's time. by nednguyen@google.com · 10 years ago
  74. f058caf Move mojo java bindings to mojo/public by qsr@chromium.org · 10 years ago
  75. 3a329ba Java core implementation: ensure correct alignment. by qsr@chromium.org · 10 years ago
  76. 518c211 Revert of High resolution timer fix for Windows (https://codereview.chromium.org/395913006/) by ksakamoto@chromium.org · 10 years ago
  77. 27c6d92 Break dependency of native_viewport_service on mojo::shell::Context by davemoore@chromium.org · 10 years ago
  78. df33f86 Temporarily increase retry limit in test_launcher by sergeyberezin@chromium.org · 10 years ago
  79. bba44f0 Change instant event phase name from i to I by yurys@chromium.org · 10 years ago
  80. 474786a This is jamesr@ code I am landing. by cpu@chromium.org · 10 years ago
  81. f0fe2ee Allow EmbedRoot to be called multiple times. by ben@chromium.org · 10 years ago
  82. 228dd6f Mojo: Don't try to close the child process handle after WaitForExitCode(). by viettrungluu@chromium.org · 10 years ago
  83. 2cbbfa9 Support C++98 std::vector in mojo surfaces code by jamesr@chromium.org · 10 years ago
  84. f1d42ff Copy the PGO runtime library to the release directory (take 2) by sebmarchand@chromium.org · 10 years ago
  85. b16d253 [build-fix] [gcc 4.6.*] Use iterator instead of const_iterator while using std::map::erase(...) by vivek.vg@samsung.com · 10 years ago
  86. 10e6a07 base: Enable lock dchecks with dchecks_always_on by boliu@chromium.org · 10 years ago
  87. 1f7169c Convert bindings targets in mojo/mojo_services.gypi to GN. by yzshen@chromium.org · 10 years ago
  88. e9f1f1a Set dump_without_crashing_function_ in chrome.dll with value of exported chrome!DumpProcessWithoutCrash. by wfh@chromium.org · 10 years ago
  89. 497f020 Move mojo_bindings_java target to mojo.gyp by cmasone@chromium.org · 10 years ago
  90. ea8346f Revert of Copy the PGO runtime library to the release directory (https://codereview.chromium.org/402993002/) by sebmarchand@chromium.org · 10 years ago
  91. aa7d19f Revert 284322 "Allow EmbedRoot to be called multiple times." by ben@chromium.org · 10 years ago
  92. a3926bc Allow EmbedRoot to be called multiple times. by ben@chromium.org · 10 years ago
  93. 1ac03c5 Decrement CreateDoubleValue count by estade@chromium.org · 10 years ago
  94. e697fa9 Mojo: Make Connector::Accept() MOJO_CHECK-fail if it sees MOJO_RESULT_BUSY. by viettrungluu@chromium.org · 10 years ago
  95. 6dbfefc mojo: Make InterfacePtr<> testable in if() statements without .get(). by erg@chromium.org · 10 years ago
  96. 8f650b2 Add metadata that report whether the buffer was full, and the timestamp when that happens. by nednguyen@google.com · 10 years ago
  97. cb76012 Copy the PGO runtime library to the release directory by sebmarchand@chromium.org · 10 years ago
  98. aa21f82 Remove intsafe_workaround.h by thakis@chromium.org · 10 years ago
  99. 40f0de9 Add ability APIs for opening a window with a url embedded, focusing and activating a window. by ben@chromium.org · 10 years ago
  100. b8e62d7 Mojo: Convert assert()s under mojo/public/cpp/bindings/... to MOJO_DCHECK()s. by viettrungluu@chromium.org · 10 years ago