1. b1958d3 Disable strict mode for SysUtils#amountOfPhysicalMemoryKB by cimamoglu@chromium.org · 10 years ago
  2. e618ed1 Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow detection. by glider@chromium.org · 10 years ago
  3. ec29960 Reland r267170 "Use DiscardableMemoryManager on Android." by pliard@chromium.org · 10 years ago
  4. 9b8a21a Adds mojo test that exercises mojo bindings to c++ by sky@chromium.org · 10 years ago
  5. eb6cf44 Adding mojo_test_apk in the fyi waterfall. by qsr@chromium.org · 10 years ago
  6. 9bca88a Revert 267170 "Use DiscardableMemoryManager on Android." by pliard@chromium.org · 10 years ago
  7. a9890be Use DiscardableMemoryManager on Android. by pliard@chromium.org · 10 years ago
  8. 3229592 Adds ViewManager::GetNodeTree by sky@chromium.org · 10 years ago
  9. 06a1517 telemetry: android: use both methods to access protected files by pasko@chromium.org · 10 years ago
  10. 8b63c64 First cut at mojo spy's websocket server by cpu@chromium.org · 10 years ago
  11. f4418ad Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*). by viettrungluu@chromium.org · 10 years ago
  12. 6005692 Add GN targets for mojom generator. by yzshen@chromium.org · 10 years ago
  13. 4083a8c Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  14. 73367e9 Remove CommandBuffer::GetState by piman@chromium.org · 10 years ago
  15. 04829de Revert of Move DefaultActivationClient to wm/core (https://codereview.chromium.org/250113002/) by robliao@chromium.org · 10 years ago
  16. 62f295a Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  17. 7595456 Switch from a DCHECK to RAW_LOG in base::LaunchProcess. by rsesek@chromium.org · 10 years ago
  18. b8c9167 Revert 266940 "First step at synchronizing client model changes ..." by ben@chromium.org · 10 years ago
  19. f5bdd93 First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  20. 6ad2074 Changes view manager test to connect via shell by sky@chromium.org · 10 years ago
  21. 14f4557 Fixes typdef by sky@chromium.org · 10 years ago
  22. a87c976 Makes change_id unsigned by sky@chromium.org · 10 years ago
  23. 5b29c25 Cleanup random bits of base/. by thestig@chromium.org · 10 years ago
  24. c403118 Add support for mojo::TypeConverter to control how convenient conversion should be. by yzshen@chromium.org · 10 years ago
  25. a79207a Revert of Makes change_id unsigned (https://codereview.chromium.org/253883005/) by machenbach@chromium.org · 10 years ago
  26. d189474 Makes change_id unsigned by sky@chromium.org · 10 years ago
  27. 5a0c122 Add --unexpected-failures flag to run_mojo_python_tests. by dpranke@chromium.org · 10 years ago
  28. 97732c6 Have field ordering for method parameters and response starts at 0. by qsr@chromium.org · 10 years ago
  29. 09071a9 Mojo: Add String type to codec.js. by mpcomplete@chromium.org · 10 years ago
  30. 660e78b [Android]: Don't redefine timegm on arm64. by primiano@chromium.org · 10 years ago
  31. a483b5b Mojo: More Channel tests. by viettrungluu@chromium.org · 10 years ago
  32. da847c1 Revert 266616 "Move DefaultActivationClient to wm/core" by ben@chromium.org · 10 years ago
  33. af5db8a Omnibox: Highlight Matches in URLs Properly by mpearson@chromium.org · 10 years ago
  34. 06ef372 libevent message-pump: Fix a particular case of nested message-loop runs. by sadrul@chromium.org · 10 years ago
  35. df00e2d Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  36. 11bb185 Parsing /proc/cpuinfo for cpu branding information on Android and Aura. by puttaraju.r@samsung.com · 10 years ago
  37. 2d13b3d aura: Remove WindowTreeHost::QueryMouseLocation(). by sadrul@chromium.org · 10 years ago
  38. e460a98 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  39. 8edd75f Add consumer_device_management_service() in BrowserPolicyConnectorChromeOS. by davidyu@chromium.org · 10 years ago
  40. 3eefda2 Add print of all system properties after provisioning. by navabi@google.com · 10 years ago
  41. 8a3a17c Make android bot configuration more consistent. by tonyg@chromium.org · 10 years ago
  42. bd56057 Clean up the Linux FileWatcher implementation. by thestig@chromium.org · 10 years ago
  43. 56a3579 Fix mojo_test_apk build. by qsr@chromium.org · 10 years ago
  44. 7643c21 Fix typo inside comment in base/bind_helpers.h. by tnagel@chromium.org · 10 years ago
  45. ab1fac9 Mojo: Windows: Enable Channel::Shutdown() on fatal error. by viettrungluu@chromium.org · 10 years ago
  46. 94ef26c Mojo: Mojom: Add flag to force using bundled Python modules. by viettrungluu@chromium.org · 10 years ago
  47. 3b37e1e Mojo: Start writing some unit tests for mojo::system::Channel. by viettrungluu@chromium.org · 10 years ago
  48. 8af586f Adds more to viewmanager by sky@chromium.org · 10 years ago
  49. 9237ff1 base: Refactor DiscdarableMemoryManager for use with different type of allocations. by reveman@chromium.org · 10 years ago
  50. 7ba38af Revert 266159 "Adds more to viewmanager" by yosin@chromium.org · 10 years ago
  51. df526fb Adds more to viewmanager by sky@chromium.org · 10 years ago
  52. 8b6f9d7 base: Test the cost of adding observers on message loops. by epenner@chromium.org · 10 years ago
  53. b31f050 Mojo: Fix crash on MojoShell on Android by morrita@chromium.org · 10 years ago
  54. 598aa80 Enable mojo js tests which depend on mojom.js files in gen/. by yzshen@chromium.org · 10 years ago
  55. 9131cf3 cc: Remove the capability to give up and leave compositing mode. by danakj@chromium.org · 10 years ago
  56. ef64848 Removes bad DCHECK in MessagePumpMojo by sky@chromium.org · 10 years ago
  57. b01bca7 Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast. by rmcilroy@chromium.org · 10 years ago
  58. c0c370e Move IPC::MessageFilter and router to a separate file by dmichael@chromium.org · 10 years ago
  59. 6355c92 Mojo: Handle "nested" Shutdown() in RawChannelWin. by viettrungluu@chromium.org · 10 years ago
  60. 18326c3 Extend UnixDomainSocket::RecvMsg to return sender's PID by mdempsky@chromium.org · 10 years ago
  61. 8de7343 Add support for Float/Double types for JS Mojo bindings. by tsepez@chromium.org · 10 years ago
  62. 0d7e6de Adding GetEventSource() method to the WindowTreeHost class. by mfomitchev@chromium.org · 10 years ago
  63. 762ff33 Mojo: Add RawChannel tests for calling Shutdown() from OnReadMessage()/OnFatalError(). by viettrungluu@chromium.org · 10 years ago
  64. 2fcbf42 Remove offscreen compositor contexts. by danakj@chromium.org · 10 years ago
  65. 410111e Move Mojo channel initialization closer to IPC::Channel setup by darin@chromium.org · 10 years ago
  66. 4f9ca58 Mojo: Move mojom (python) unittests to mojom_tests package and combine errors. by viettrungluu@chromium.org · 10 years ago
  67. 45cc708 Rename gpu.SwapBuffers to gpu.PresentingFrame and add it to PostSubBuffer. by geofflang@chromium.org · 10 years ago
  68. 1bb583e Revert 265927 "Implement a trivial Mojo EchoService that can be ..." by zturner@chromium.org · 10 years ago
  69. ca737d6 Implement a trivial Mojo EchoService that can be connected to over DBus by cmasone@chromium.org · 10 years ago
  70. ec2d1c8 Use ASan Android runtime library from third_party/llvm-build. by eugenis@chromium.org · 10 years ago
  71. 663ad4f Make IPC::ChannelProxy test check filter events by dmichael@chromium.org · 10 years ago
  72. a423bc3 Mojo: Fix some more Channel shutdown bugs. by viettrungluu@chromium.org · 10 years ago
  73. 4ac9ca9 TRACING: Enable java tracing from native also by epenner@chromium.org · 10 years ago
  74. 4510cc1 Changes ViewManager to be node based and changes ids by sky@chromium.org · 10 years ago
  75. 3c72a29 Make use of cached trace state in TraceEvent by hush@chromium.org · 10 years ago
  76. 9910bed Rename jni_helper.h to jni_weak_ref.h. by newt@chromium.org · 10 years ago
  77. 5b7c670 Revert 265693 "Move Mojo channel initialization closer to IPC::C..." by brianderson@chromium.org · 10 years ago
  78. e83ff72 Move Mojo channel initialization closer to IPC::Channel setup by darin@chromium.org · 10 years ago
  79. 89b1eb4 [Android]: Avoid time_t special case on 64bit Android devices. by rmcilroy@chromium.org · 10 years ago
  80. 154a62a Java API for mojo system. by qsr@chromium.org · 10 years ago
  81. c02b726 Enable check_printf=1 for ASan. by glider@chromium.org · 10 years ago
  82. 1a55d72 Mojo: Generate TypeTraits specializations for enums. by sammc@chromium.org · 10 years ago
  83. a1d306a Cleanup: Get rid of base::UTF16ToWideHack. by thestig@chromium.org · 10 years ago
  84. 1d3881e Linux: Detect host g++ version as well as target g++ version. by thestig@chromium.org · 10 years ago
  85. dbf6d15 Revert 265530 "Gets Add/Remove working correctly in the view man..." by sky@chromium.org · 10 years ago
  86. 32feb47 UTF8 Adjustments for FormatURL(): Fix Overly-Aggressive DCHECK by mpearson@chromium.org · 10 years ago
  87. e121fc2 Fixing a race condition in landmines.py by smut@google.com · 10 years ago
  88. 2d83fbf Gets Add/Remove working correctly in the view manager by sky@chromium.org · 10 years ago
  89. f1f6811 Revert 265509 "Gets Add/Remove working correctly in the view man..." by tyoshino@chromium.org · 10 years ago
  90. 630e9d4 Gets Add/Remove working correctly in the view manager by sky@chromium.org · 10 years ago
  91. 4774f15 Convert codec.js to use a DataView instead of a Uint8Array. by tsepez@chromium.org · 10 years ago
  92. e871736 Extracted logging::SystemErrorCodeToString function. by vitalybuka@chromium.org · 10 years ago
  93. b169e22 Some cleanups for the message_loop.h/cc. by sadrul@chromium.org · 10 years ago
  94. d3387a0 Allow creating SharedMemory that can't be shared read-only. by jbauman@chromium.org · 10 years ago
  95. cb57129 Disable crazy linker build on 64-bit. by anton@chromium.org · 10 years ago
  96. 96a021b Start of server side of viewmanager by sky@chromium.org · 10 years ago
  97. 3f1219e Don't duplicate test server arguments in Android test setup. by davidben@chromium.org · 10 years ago
  98. 3a478fa Update mojom parser to allow array of arrays. by qsr@chromium.org · 10 years ago
  99. 2c91ae1 Revert of Start of server side of viewmanager (https://codereview.chromium.org/245663002/) by vadimsh@chromium.org · 10 years ago
  100. c9a0933 Start of server side of viewmanager by sky@chromium.org · 10 years ago