1. dbb777a Revert 268405 "Make sure that ScratchBuffer::Allocate() always r..." by yzshen@chromium.org · 10 years ago
  2. 1b5c96d Mojo: Add POSIX utils for sending FDs (across a "platform channel pair"). by viettrungluu@chromium.org · 10 years ago
  3. 68003fc Make sure that ScratchBuffer::Allocate() always return 8-byte aligned addresses. by yzshen@chromium.org · 10 years ago
  4. 4ac32b3 The set_enforce_errors_from_incoming_receiver() method is needed for testing by tsepez@chromium.org · 10 years ago
  5. ecf6329 base: Increase emulated discardable memory limit. by reveman@chromium.org · 10 years ago
  6. e60d967 Base: Make FileProxy automaticaly close the file on a worker thread. by rvargas@chromium.org · 10 years ago
  7. 131b854 Add destruction logic to CommandBufferImpl by sky@chromium.org · 10 years ago
  8. ef5d506 Mojo: Initialize MessageInTransit::Header::unused. by viettrungluu@chromium.org · 10 years ago
  9. 507601f [PPAPI] Add media stream video track output API by ronghuawu@chromium.org · 10 years ago
  10. 23ec348 Remove command_buffer/common/types.h. by thakis@chromium.org · 10 years ago
  11. 6bc5782 This gets mojo_launcher.so a little further along toward running. by aa@chromium.org · 10 years ago
  12. 2756bb9 Add support for mapping node tree on the client. by ben@chromium.org · 10 years ago
  13. 86fca26 Revert 268218 "Add support for mapping node tree on the client." by ben@chromium.org · 10 years ago
  14. 0b758b5 Add support for mapping node tree on the client. by ben@chromium.org · 10 years ago
  15. 3f7e0b8 Revert 268203 "There are many ways to get it wrong." by benjhayden@chromium.org · 10 years ago
  16. e94ad0a Mojo: Add/use |typedef std::vector<scoped_refptr<Dispatcher> > DispatcherVector. by viettrungluu@chromium.org · 10 years ago
  17. c5bef6f There are many ways to get it wrong. by tnagel@chromium.org · 10 years ago
  18. 6f96882 Adding attributes to module and struct in mojom. by qsr@chromium.org · 10 years ago
  19. 14b1c0a Fix EXPECT_EQ() parameter order in file_util_unittest.cc. by tnagel@chromium.org · 10 years ago
  20. 4d0fb39 Change the way libc++ is linked when use_custom_libcxx=1. by earthdok@chromium.org · 10 years ago
  21. 2a3af85 Set the default visibility for __asan_default_options. by glider@chromium.org · 10 years ago
  22. 1cc0431 Mojo: Use ./<(RULE_INPUT_DIRNAME) in mojom_bindings_generator.gypi. by sammc@chromium.org · 10 years ago
  23. 510ebaa Makes PlatformEventSource creation in Env conditional by sky@chromium.org · 10 years ago
  24. e840313 Fix leak in RemotePtr::operator=(). by yzshen@chromium.org · 10 years ago
  25. c896258 mojo: Use static_assert for MOJO_COMPILE_ASSERT in C++11 mode, like in base/. by thakis@chromium.org · 10 years ago
  26. 13ff11b Mojo: Factor MessageInTransit secondary buffer stuff out into a separate class. by viettrungluu@chromium.org · 10 years ago
  27. 9ffece4 Mojo: Force folks to handle the return value of MessageReceiver::Accept{WithResponder} by darin@chromium.org · 10 years ago
  28. dee18f3 Mojo: Fix Router::HandleIncomingMessage(). by viettrungluu@chromium.org · 10 years ago
  29. 4d3eeaf Test sending corrupt mojo messages back from javascript. by tsepez@chromium.org · 10 years ago
  30. 24f2bea IPC: Restrict 'toplevel' to truly toplevel events. by epenner@chromium.org · 10 years ago
  31. 41819c5 Enable Enterprise enrollment on desktop builds. by joaodasilva@chromium.org · 10 years ago
  32. 9435c65 Mojo: Add simple test utils to run the mojom parser and translater. by viettrungluu@chromium.org · 10 years ago
  33. 62a96b2 Fix dependency issue in mojo_view_manager_unittests by ben@chromium.org · 10 years ago
  34. 2c8782e Adds typedefs for view manager types by sky@chromium.org · 10 years ago
  35. 9bc1a0b Revert of Enable Enterprise enrollment on desktop builds. (https://codereview.chromium.org/258743005/) by falken@chromium.org · 10 years ago
  36. 999f51f gpu: Separate GpuControlService from GpuControl by boliu@chromium.org · 10 years ago
  37. bfc90b6 Move existing Mojo JS <--> CPP tests out of webui test harness. by tsepez@chromium.org · 10 years ago
  38. d61bee7 Remove JNIEnv::NewStringUTF calls. Use ConvertUTF8ToJavaString instead. by sungmann.cho@navercorp.com · 10 years ago
  39. b71a65f Generalize DBus-Mojo bootstrapping code by cmasone@chromium.org · 10 years ago
  40. f00ae2a Enable Enterprise enrollment on desktop builds. by joaodasilva@chromium.org · 10 years ago
  41. 1cd5044 Validate MessageHeader before using by darin@chromium.org · 10 years ago
  42. 19b529a Fixs style nits in mojo_runner_delegate by sky@chromium.org · 10 years ago
  43. abc8e18 Mojo: Small fixes/cleanup to MessageInTransit, before I factor out the secondary buffer. by viettrungluu@chromium.org · 10 years ago
  44. e235282 Render comment for FilePath::ReferencesParent() more precisely. by tnagel@chromium.org · 10 years ago
  45. f69410a Mojo: Embedder API: Properly handle Channel creation/startup failures. by viettrungluu@chromium.org · 10 years ago
  46. ac971ca Adding an invalid handle in the public API. by qsr@chromium.org · 10 years ago
  47. ab96aee Use process_singleton_linux on Mac. by jackhou@chromium.org · 10 years ago
  48. 7ba8e91 mojo::TypeConverter: support inherting implicit conversion settings from another TypeConverter. by yzshen@chromium.org · 10 years ago
  49. e50a22b Make base::ReadFileToString() return false on I/O error. by tnagel@chromium.org · 10 years ago
  50. 7f1f387 Add module reference in struct, interface and enums. by qsr@chromium.org · 10 years ago
  51. d3350a2 Remove jni_helper.h now that the rename is complete. by newt@chromium.org · 10 years ago
  52. 21776ff First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  53. e798933 Delete remaining responders when Router is destructed. by yzshen@chromium.org · 10 years ago
  54. f686b03 Change UnixDomainSocket::RecvMsg to return ScopedVector<base::ScopedFD> by mdempsky@chromium.org · 10 years ago
  55. a15bf51 cc: Delete GrContext resources when tab becomes invisible. by alokp@chromium.org · 10 years ago
  56. 87954e0 Add pointer+size ctor to RefCountedBytes by scottmg@chromium.org · 10 years ago
  57. c6757f8 Change the Android test server's cwd rather than mangle arguments. by davidben@chromium.org · 10 years ago
  58. c1c57f9 Revert 267311 "First step at synchronizing client model changes ..." by ben@chromium.org · 10 years ago
  59. aed391f First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  60. 11ac9d8 Revert 267293 "First step at synchronizing client model changes ..." by noamsml@google.com · 10 years ago
  61. 8c76ad8 Fix mismatched bookmark favicons on Android 4.2.1. by newt@chromium.org · 10 years ago
  62. 3e761da First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  63. 14a578e Adds an RTree data structure to gfx/geometry by luken@chromium.org · 10 years ago
  64. b1958d3 Disable strict mode for SysUtils#amountOfPhysicalMemoryKB by cimamoglu@chromium.org · 10 years ago
  65. e618ed1 Enable use_sigaltstack=1 for ASan builds. This will ease the stack overflow detection. by glider@chromium.org · 10 years ago
  66. ec29960 Reland r267170 "Use DiscardableMemoryManager on Android." by pliard@chromium.org · 10 years ago
  67. 9b8a21a Adds mojo test that exercises mojo bindings to c++ by sky@chromium.org · 10 years ago
  68. eb6cf44 Adding mojo_test_apk in the fyi waterfall. by qsr@chromium.org · 10 years ago
  69. 9bca88a Revert 267170 "Use DiscardableMemoryManager on Android." by pliard@chromium.org · 10 years ago
  70. a9890be Use DiscardableMemoryManager on Android. by pliard@chromium.org · 10 years ago
  71. 3229592 Adds ViewManager::GetNodeTree by sky@chromium.org · 10 years ago
  72. 06a1517 telemetry: android: use both methods to access protected files by pasko@chromium.org · 10 years ago
  73. 8b63c64 First cut at mojo spy's websocket server by cpu@chromium.org · 10 years ago
  74. f4418ad Mojo: Minor cleanup (of message_in_transit.cc and message_pipe.*). by viettrungluu@chromium.org · 10 years ago
  75. 6005692 Add GN targets for mojom generator. by yzshen@chromium.org · 10 years ago
  76. 4083a8c Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  77. 73367e9 Remove CommandBuffer::GetState by piman@chromium.org · 10 years ago
  78. 04829de Revert of Move DefaultActivationClient to wm/core (https://codereview.chromium.org/250113002/) by robliao@chromium.org · 10 years ago
  79. 62f295a Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  80. 7595456 Switch from a DCHECK to RAW_LOG in base::LaunchProcess. by rsesek@chromium.org · 10 years ago
  81. b8c9167 Revert 266940 "First step at synchronizing client model changes ..." by ben@chromium.org · 10 years ago
  82. f5bdd93 First step at synchronizing client model changes with service. by ben@chromium.org · 10 years ago
  83. 6ad2074 Changes view manager test to connect via shell by sky@chromium.org · 10 years ago
  84. 14f4557 Fixes typdef by sky@chromium.org · 10 years ago
  85. a87c976 Makes change_id unsigned by sky@chromium.org · 10 years ago
  86. 5b29c25 Cleanup random bits of base/. by thestig@chromium.org · 10 years ago
  87. c403118 Add support for mojo::TypeConverter to control how convenient conversion should be. by yzshen@chromium.org · 10 years ago
  88. a79207a Revert of Makes change_id unsigned (https://codereview.chromium.org/253883005/) by machenbach@chromium.org · 10 years ago
  89. d189474 Makes change_id unsigned by sky@chromium.org · 10 years ago
  90. 5a0c122 Add --unexpected-failures flag to run_mojo_python_tests. by dpranke@chromium.org · 10 years ago
  91. 97732c6 Have field ordering for method parameters and response starts at 0. by qsr@chromium.org · 10 years ago
  92. 09071a9 Mojo: Add String type to codec.js. by mpcomplete@chromium.org · 10 years ago
  93. 660e78b [Android]: Don't redefine timegm on arm64. by primiano@chromium.org · 10 years ago
  94. a483b5b Mojo: More Channel tests. by viettrungluu@chromium.org · 10 years ago
  95. da847c1 Revert 266616 "Move DefaultActivationClient to wm/core" by ben@chromium.org · 10 years ago
  96. af5db8a Omnibox: Highlight Matches in URLs Properly by mpearson@chromium.org · 10 years ago
  97. 06ef372 libevent message-pump: Fix a particular case of nested message-loop runs. by sadrul@chromium.org · 10 years ago
  98. df00e2d Move DefaultActivationClient to wm/core by ben@chromium.org · 10 years ago
  99. 11bb185 Parsing /proc/cpuinfo for cpu branding information on Android and Aura. by puttaraju.r@samsung.com · 10 years ago
  100. 2d13b3d aura: Remove WindowTreeHost::QueryMouseLocation(). by sadrul@chromium.org · 10 years ago