1. 9f8b899 Converts some DCHECKs into CHECKs in hopes of helping with a crash by sky@chromium.org · 10 years ago
  2. 85cdb21 Make RenderPass::Id an isolated class by weiliangc@chromium.org · 10 years ago
  3. 450fad9 Credential Manager: Renderer-side implementation. by mkwst@chromium.org · 10 years ago
  4. d38278c GN build rules for all unit test targets in mojo/ by jamesr@chromium.org · 10 years ago
  5. fc329b7 Profile mojom: change some fields to nullable according to documentation. by yzshen@chromium.org · 10 years ago
  6. c1a1519 Removes setting destroyed_flag_ in NotifyError by sky@chromium.org · 10 years ago
  7. 2d32789 mojo: Plumb through sufficient context to make real blink::WebInputEvents. by erg@chromium.org · 10 years ago
  8. fdbc6a5 export hard dependencies where needed in mojo by jamesr@chromium.org · 10 years ago
  9. a798068 Rework UMAHistogramHelper and StatisticsDeltaReader into [Chrome]HistogramTester. by mlerman@chromium.org · 10 years ago
  10. f8b0c8e Null out context_factory in window_tree_host on shutdown by jamesr@chromium.org · 10 years ago
  11. a02bdb7 Move default sanitizer options into build/ so that WebRTC can import them. by glider@chromium.org · 10 years ago
  12. 21696d7 Switch from local random address generation to kernel ASLR by simonb@chromium.org · 10 years ago
  13. 3307517 Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  14. 1413504 Allow URLRequests from one context to have different NetworkDelegates. by mmenke@chromium.org · 10 years ago
  15. b635149 Mojo C++ bindings: better log message for serialization warnings. by yzshen@chromium.org · 10 years ago
  16. bb29713 Handle bionic in safe_strerror_posix as well as glibc. by torne@chromium.org · 10 years ago
  17. 1e608da mojo: first take on removing mojo_main_{chromium,standalone}. by tim@chromium.org · 10 years ago
  18. faeb4b9 Make struct members nullable so demo_launcher no longer crashes. by acolwell@chromium.org · 10 years ago
  19. 3bdf19a GN: Build rules and fixes for (almost) all mojo unittest targets by jamesr@chromium.org · 10 years ago
  20. 277ebce [Android] Parallelize provision_devices.py. by jbudorick@chromium.org · 10 years ago
  21. ec06b8e Add native libraries to gn apks by cjhopman@chromium.org · 10 years ago
  22. f12b523 Add JS bindings validation logic for non-nullable types by hansmuller@chromium.org · 10 years ago
  23. f1536b1 Mojo cpp bindings: remove IsNonNullableValidationEnabled() check by yzshen@chromium.org · 10 years ago
  24. f03630f Mark optional mojo quads fields as nullable by jamesr@chromium.org · 10 years ago
  25. 8c7e94d Mojo JS bindings generator doesn't generate import-qualified struct references by hansmuller@chromium.org · 10 years ago
  26. 191e32e win: Fix a 64bit warning. by thakis@chromium.org · 10 years ago
  27. 6e36b16 Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  28. 54704a3 Mojo: Add PlatformSupport argument to mojo::embedder::Init(). by viettrungluu@chromium.org · 10 years ago
  29. 25171e5 Revert 290810 "Make class lookup lazy in jni_generator when usin..." by ygorshenin@chromium.org · 10 years ago
  30. 00917bd Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  31. 6f2831b Remove large test timeout. It's large and only used at one place. by phajdan.jr@chromium.org · 10 years ago
  32. 87dbab1 Mojom cpp bindings: Enable non-nullable check. by yzshen@chromium.org · 10 years ago
  33. a1cb16c Mojo cpp bindings: More clear checks for array num_bytes and num_elements. by yzshen@chromium.org · 10 years ago
  34. 58acb53 GN: Mojo wget, sample_app, surfaces app and component build by jamesr@chromium.org · 10 years ago
  35. 028824f [Ozone] Have WTH call cursor function in platform_window directly by dnicoara@chromium.org · 10 years ago
  36. eac09ad Add PDBs to .isolate files so that tests show stack traces. by jam@chromium.org · 10 years ago
  37. 2d8308f Mojo: Fix warnings when generating code for empty struct in java. by qsr@chromium.org · 10 years ago
  38. 66ff1aa Mojo: Add warning of invalid serialization results (in debug build). by yzshen@chromium.org · 10 years ago
  39. 64fc435 Mojo: Make Core own a PlatformSupport, and plumb it through to Channel. by viettrungluu@chromium.org · 10 years ago
  40. 0f21e48 Revert 290431 "Mojo multiple command buffer support and sample" by sashab@chromium.org · 10 years ago
  41. 68b872d Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  42. df99ed7 Add a debug log message for failing to load when the library path does not exist. by acolwell@chromium.org · 10 years ago
  43. 6b74820 mojo: notify handlers of mojo:RunLoop destruction by tim@chromium.org · 10 years ago
  44. 869418f [Android] Make ApplicationStatus thread safe by dtrainor@chromium.org · 10 years ago
  45. 8304082 landmines: use CHROMIUM_OUT_DIR if set by scottmg@chromium.org · 10 years ago
  46. 4d16a29 [Android] Fix the location prompt flake in provision_devices. by jbudorick@chromium.org · 10 years ago
  47. fdae16e [Android] Make adb shell commands with single quotes run correctly. by jbudorick@chromium.org · 10 years ago
  48. 6be62f6 Optimize QuadF's PointIsInTriangle function by kui.zheng@arm.com · 10 years ago
  49. bef65fe Will no longer force jobs=1 with filters in bot mode. by phoglund@chromium.org · 10 years ago
  50. 0ce47be Rename Animate as Begin(Main)Frame by skyostil@chromium.org · 10 years ago
  51. ab5f646 Return configured processors in NumberOfProcessors() on posix platforms by jchuang@chromium.org · 10 years ago
  52. 9505f06 Revert of Mojo multiple command buffer support and sample (patchset #6 of https://codereview.chromium.org/451753003/) by tdanderson@chromium.org · 10 years ago
  53. 6e2541f Mojo multiple command buffer support and sample by jamesr@chromium.org · 10 years ago
  54. 8d75de5 Add some trivial window decorations & window closing back to the demo window manager by ben@chromium.org · 10 years ago
  55. 390151e JavaScript bindings for Mojo message validation by hansmuller@chromium.org · 10 years ago
  56. 16201f1 Enqueuing new frames in a Surface should cause Displays to reaggregate it by jbauman@chromium.org · 10 years ago
  57. d0dc2b1 Mojo: simple iframe support. by mpcomplete@chromium.org · 10 years ago
  58. cba59bd mojo events: Add |screen_location| to located events. by erg@chromium.org · 10 years ago
  59. 87306b8 [Android] Fix misc minor provisioning issues. by jbudorick@chromium.org · 10 years ago
  60. 1222f39 Plumb redirect info out of net, through content, and into child processes. by davidben@chromium.org · 10 years ago
  61. 683dcbd Add validation logic for non-nullable types. by yzshen@chromium.org · 10 years ago
  62. addd37b Move focus from the view manager to the window manager. by ben@chromium.org · 10 years ago
  63. c1a93e5 Changed the test package for chrome_document tests by mikecase@chromium.org · 10 years ago
  64. 5acbd2d Parse shmmax as a uint64 by brettw@chromium.org · 10 years ago
  65. 966a2ab Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of plumbing). by viettrungluu@chromium.org · 10 years ago
  66. 6d42f08 Turn mojo_native_viewport_service from component into a static_library. by davemoore@chromium.org · 10 years ago
  67. 69abe10 Change gtest launcher, telemetry unittests to run in parallel and retry failures by default. by dpranke@chromium.org · 10 years ago
  68. fd5a761 Fix mojo_example_apptests service application termination. by msw@chromium.org · 10 years ago
  69. 00e5139 Revert 289650 "Roll buildtools, this updates VS2013 Pro to Update 3" by scottmg@chromium.org · 10 years ago
  70. 9df31c9 Added Hera package info in order to run uiautomator tests with hera by mikecase@chromium.org · 10 years ago
  71. ac6f0ce Mojo: Move/rename RawSharedBuffer -> SimplePlatformSharedBuffer. by viettrungluu@chromium.org · 10 years ago
  72. 3ba5f94 Rename NativeViewport implementations to disambiguate them from the service by davemoore@chromium.org · 10 years ago
  73. acf03b5 Remove restriction on x64 chromium linker builds. by simonb@chromium.org · 10 years ago
  74. 2fc7713 Mojo: clang-format mojo/public/c/... and add a presubmit check. by viettrungluu@chromium.org · 10 years ago
  75. 6a46e37 Mojo: Add a platform interface for shared memory (embedder::PlatformSharedBuffer). by viettrungluu@chromium.org · 10 years ago
  76. e2e31eb Add dep from mojo_view_manager_bindings to mojo_application_bindings by jamesr@chromium.org · 10 years ago
  77. 8810016 Roll buildtools, this updates VS2013 Pro to Update 3 by scottmg@chromium.org · 10 years ago
  78. b82a8ac Fix cpplint warnings. by simonb@chromium.org · 10 years ago
  79. 550b30b Mojo: Get rid of some unneeded namespace qualifiers in mojo/embedder/. by viettrungluu@chromium.org · 10 years ago
  80. ab30423 Adding atomic ops for MIPS64. by Gordana.Cmiljanovic@imgtec.com · 10 years ago
  81. fdc7385 Adds some CHECKs to MessagePumpMojo by sky@chromium.org · 10 years ago
  82. 2ca1bf3 base: Factor task debug annotations out of MessageLoop by skyostil@chromium.org · 10 years ago
  83. 2f8c83b Make landmines work on local builds too by scottmg@chromium.org · 10 years ago
  84. c699b7b Mojo: Add the ability to notify a Mojo Channel that it's going to be destroyed soon. by viettrungluu@chromium.org · 10 years ago
  85. 782af4e Disallow breakaway from job on Windows 8, which supports nested jobs by phajdan.jr@chromium.org · 10 years ago
  86. beab373 Remove OpenWindow from WindowManager API. This time much by ben@chromium.org · 10 years ago
  87. bbdcc02 Support an ALPHA_8 UIResourceBitmap format by jdduke@chromium.org · 10 years ago
  88. a7a242f Expose CHROMIUM_texture_mailbox/sync_point stubs in mojo public headers by jamesr@chromium.org · 10 years ago
  89. 01f3da4 Move file_util to base/files/ directory. by brettw@chromium.org · 10 years ago
  90. 68bc093 Fix line endings in various view_manager files. by aa@chromium.org · 10 years ago
  91. f22bfd6 Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..." by brettw@chromium.org · 10 years ago
  92. e7dd06e Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespace by brettw@chromium.org · 10 years ago
  93. 6afc134 Mojo: Properly cancel further read on all read failures in RawChannelPosix. by viettrungluu@chromium.org · 10 years ago
  94. a6fe8ed Refactored the codec.js changes from "from Support packed arrays of by hansmuller@chromium.org · 10 years ago
  95. 2423dd9 Mojo: Generalize blink::URLRequest -> mojo::URLRequest conversion, and use it by mpcomplete@chromium.org · 10 years ago
  96. 7a4a753 Revert of Make landmines work on local builds too (patchset #3 of https://codereview.chromium.org/457003004/) by iannucci@chromium.org · 10 years ago
  97. 3ce491d Optimize QuadF's IsCounterClockwise function by kui.zheng@arm.com · 10 years ago
  98. f190170 Mojo: Only link against one system impl by jamesr@chromium.org · 10 years ago
  99. e9f65dd GN: Add mojo_shell_tests, get more things working on android by jamesr@chromium.org · 10 years ago
  100. a39bcb0 Re-land: base: Introduce an explicit call for reducing emulated discardable memory usage. by reveman@chromium.org · 10 years ago