1. d5849a7 pylib: Add support for the new ChromePublic APK by skyostil · 9 years ago
  2. 4d99736 Clean up base histograms code. by asvitkine · 9 years ago
  3. 7ed3995 [tracing] Add Clear() method to ProcessMemoryDump by primiano · 9 years ago
  4. 0c23f90 Fix apptest_runner.py script on Windows. by jam · 9 years ago
  5. 06fc032 Make AppLifetimeHelper a member of ApplicationImpl. by jam · 9 years ago
  6. f9b9e4b [Startup Tracing] Separate TraceOptions and CategoryFilter by zhenw · 9 years ago
  7. e75f3af Mandoline DevTools service - part 1 by yzshen · 9 years ago
  8. ffb162d Custom termination closure for ApplicationImpl by rockot · 9 years ago
  9. b4e601a Change outputting ints in win/linux GetCpuUsage to doubles. Note the line I use in win is the same as currently in mac. by rkaplow · 9 years ago
  10. 0d1b09b Remove ShellPtrWatcher and just make ApplicationImpl watch for connection errors itself. by jam · 9 years ago
  11. 587c50c Add missing BASE_EXPORT to LogErrorNotReached(). by tnagel · 9 years ago
  12. 3baa804 gpu: Extend CopyTextureCHROMIUM with support for copying part of source texture. by reveman · 9 years ago
  13. 5c13f10 Chrome OS: Reduce NOTREACHED() overhead for release builds. by tnagel · 9 years ago
  14. d6b3cb6 Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f by rockot · 9 years ago
  15. f25405c Reland (3rd try): Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  16. b346e6f Set minimum Windows wait time to 1 ms in MessagePumpDefault::Run by brucedawson · 9 years ago
  17. 51a57ab Make DictionaryValue::DeepCopyWithoutEmptyChildren return a scoped_ptr by estade · 9 years ago
  18. 75d2602 Make ApplicationImpl::Shutdown not a static and instead have callers use the current object. by jam · 9 years ago
  19. 23a54fa Fix alignment issue on old ART runtime. by qsr · 9 years ago
  20. 513c6f9 Removes some dead code by sky · 9 years ago
  21. 382d98a Makes android.py support gdb by sky · 9 years ago
  22. 1c1e3a4 Improve chromium.base.Log documentation. by scheib · 9 years ago
  23. f8b670e Add a buildbot script to run Mojo apptests. by msw · 9 years ago
  24. fe9020d Use scoped_ptrs in JSONReader::Read functions. by estade · 9 years ago
  25. a2054ae Remove no map executable support probe and fallback by petrcermak · 9 years ago
  26. 4bfb8e1 [Android] Refactor the native test wrappers. (RELAND) by jbudorick · 9 years ago
  27. c3fd0c0 Revert "Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f" by Steven Holte · 9 years ago
  28. b4d5e08 Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f by rockot · 9 years ago
  29. 1f6d1fd Move GLES2, GPU & Surfaces into the ViewManager directory. This does not merge the applications, that will be a subsequent step. by ben · 9 years ago
  30. f37dfde Use "= delete" for DISALLOW_COPY and DISALLOW_ASSIGN. by mlamouri · 9 years ago
  31. 1c0b0d1 Fold NativeViewport application into ViewManager application. by ben · 9 years ago
  32. d5614aa Avoid basename conflict from memory_pressure_monitor.cc by scottmg · 9 years ago
  33. 848ef9b Simplify and refine mojo apptest runner scripts. by msw · 9 years ago
  34. f01f430 Better iOS build fix. by jam · 9 years ago
  35. 82592e0 Fix line endings in mojo_services.gyp by John Abd-El-Malek · 9 years ago
  36. b32930c Improve jni_generator sample documentation. by scheib · 9 years ago
  37. 4839cfb Changes caching logic of mojo java apps by sky · 9 years ago
  38. c1fd4ba [tracing] Add support to pre-load and merge ProcessMemoryDump(s). by primiano · 9 years ago
  39. 284ff66 Fix ios build by John Abd-El-Malek · 9 years ago
  40. a5995af Take a StringPiece when looking up CommandLine switches. by jackhou · 9 years ago
  41. e59767e Mojo service implementation for HTTP server - part 3 by yzshen · 9 years ago
  42. 2656b1a Move navigations with POST or referrer to the shell. by jam · 9 years ago
  43. b581138 Fix WebSocket{Read,Write}Queue. by yzshen · 9 years ago
  44. 5c443e6 Revert of Changes caching logic of mojo java apps (patchset #5 id:80001 of https://codereview.chromium.org/1149813002/) by sky · 9 years ago
  45. a395536 Changes caching logic of mojo java apps by sky · 9 years ago
  46. 9b9edfd Change JSONReader::ReadToValue to return a scoped_ptr by estade · 9 years ago
  47. 8532044 Added a whitelist for trace events that are known to have args without PII. by oysteine · 9 years ago
  48. 1b9a378 content: Close in-process discardable memory segments. by reveman · 9 years ago
  49. bd41e39 Remove duplicate application cpp files in mojo/application. by jam · 9 years ago
  50. 34b7215 Move NativeViewport service into view_manager. This is a file move only. Further merging will happen subsequent to this CL. by ben · 9 years ago
  51. dcffa5d Revert of Fix missing GN dependencies. (patchset #4 id:60001 of https://codereview.chromium.org/1128163007/) by brettw · 9 years ago
  52. ae0ebe5 Fix missing GN dependencies. by brettw · 9 years ago
  53. 755e17d Fix crash in network_service. by jam · 9 years ago
  54. 3266d3e Remove application-specific args from Mandoline's shell. by jam · 9 years ago
  55. d6871f2 Disable app shutdown logic for now while I fix the network_service apptests. by jam · 9 years ago
  56. 2784c7b Revert of [Android] Refactor the native test wrappers. (patchset #7 id:120001 of https://codereview.chromium.org/1126543009/) by jbudorick · 9 years ago
  57. ceda0af Wrap calls to dup() in shared_memory_posix.cc in HANDLE_EINTR. by erikchen · 9 years ago
  58. 5c87248 Cleanup base/logging.cc a bit. by thestig · 9 years ago
  59. 51ee107 Making Mandoline apps notice when all the objects they vended are gone so that it can terminate. by jam · 9 years ago
  60. 9f7e57a Move Android Mojo application files to mojo/application from third_party. by jam · 9 years ago
  61. 16e6288 Mandoline: Move content_handler.mojom from third_party/ to mojo/. by erg · 9 years ago
  62. 032b72f [Android] Refactor the native test wrappers. by jbudorick · 9 years ago
  63. e03e7f7 Work around Clang's new -Wmismatched-new-delete warning. by hans · 9 years ago
  64. a841948 Add use_apk_split parameter to java_apk.gypi / android_apk (gn) by agrieve · 9 years ago
  65. 2368b75 Revert of Add support for backgrounding processes on the Mac (patchset #22 id:420001 of https://codereview.chromium.org/989703002/) by tnagel · 9 years ago
  66. 9ba0a99 added test to test case converting with nonASCII by olli.syrjala · 9 years ago
  67. 0dfb514 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  68. 0dae636 base: Remove the remaining usage of GG_(U)INTn_C macros. by tfarina · 9 years ago
  69. 60d58e1 [Android] Add Activity#finishAfterTransition to ApiCompatibilityUtils. by kkimlabs · 9 years ago
  70. 37db35d ipc: remove IPC_USES_READWRITE by mdempsky · 9 years ago
  71. 03d194d Fix and cleanup Mojo and Mandoline python scripts. by msw · 9 years ago
  72. 5e0b5ea Add GYP targets for mojo shell and some basic mojo services by rockot · 9 years ago
  73. 51f7cc5 Fix direct load from APK on Samsung devices by petrcermak · 9 years ago
  74. bdace95 Fix a division by zero when multiplying 0 * y with SafeNumerics. by eroman · 9 years ago
  75. 9545b13 Revert of Reland: Lazily initialize MessageLoop for faster thread startup (patchset #5 id:160001 of https://codereview.chromium.org/1129953004/) by glider · 9 years ago
  76. f15caee Reland: Lazily initialize MessageLoop for faster thread startup by kinuko · 9 years ago
  77. 9126397 Revert of Add support for backgrounding processes on the Mac (patchset #21 id:400001 of https://codereview.chromium.org/989703002/) by thakis · 9 years ago
  78. 1e236d2 Add support for backgrounding processes on the Mac by shrike · 9 years ago
  79. 111dc91 Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id:140001 of https://codereview.chromium.org/1133943002/) by palmer · 9 years ago
  80. b5f30dd Convert JsonWriter::Write to taking a const ref for the in-param by estade · 9 years ago
  81. af95637 Create net::FormatOriginForDisplay helper function. by palmer · 9 years ago
  82. 6d3e5d1 Introduce Http{Request,Response} mojom structs. by yzshen · 9 years ago
  83. 18cc3f5 Mojo: WindowManager now can handle URL intents on Android by jcivelli · 9 years ago
  84. c3a602c Mojo service implementation for HTTP server - part 2 by yzshen · 9 years ago
  85. 05c87fb Rename OS-specific MemoryPressureMonitor implementations. by chrisha · 9 years ago
  86. c0379d7 Replace WindowCallbackWrapper with a generated instance. by yfriedman · 9 years ago
  87. 1f9e394 Treat a delay of under 1 millisecond in MessagePumpDefault as a signal that the corresponding delayed task needs to execute by ananta · 9 years ago
  88. 4cecadb Exclude apptests that fail or crash on Android. by msw · 9 years ago
  89. c461db3 Fix build after r329965. by John Abd-El-Malek · 9 years ago
  90. 032e960 Add connectivity check for Android feedback. by nyquist · 9 years ago
  91. cb9d200 Nukes the windowmanager interface by sky · 9 years ago
  92. 0df1fc0 Make Android Mojo Runner respect command line apps. by msw · 9 years ago
  93. 8bb27ff Fork the mojo shell interfaces used by Mandoline. by jam · 9 years ago
  94. cae1954 [Android] Remove more references to and uses of AndroidCommands. by jbudorick · 9 years ago
  95. f0f1125 Remove obsolete Android script StartShell argument. by msw · 9 years ago
  96. 8901bbe Random mandoline gn fixes by sky · 9 years ago
  97. 5224a14 Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer. by zmo · 9 years ago
  98. 2d39078 Changes android.py to wait longer with --wait-for-debugger by sky · 9 years ago
  99. 9cef421 Devirtualize base::BindState to save 1% of Chrome's binary size (1MB) by tapted · 9 years ago
  100. d3748dc Update mojo sdk to rev f84766d3b6420b7cf6a113d9d65d73cb5fe18d90 by rockot · 9 years ago