1. 0c887d0 base: Remove deprecated CaseInsensitiveCompareDeprecated struct. by tfarina · 9 years ago
  2. 8b12be3 IPC: Use <algorithm> helpers for comparing arrays by jsbell · 9 years ago
  3. 4dd89bd Fix the new Mojo EDK working in component build on Linux. by jam · 9 years ago
  4. e112aba Make operators on scoped_ptr match the ones defined for std::unique_ptr by danakj · 9 years ago
  5. 6317056 styleguide: Allow std::move for move semantics. by vmpstr · 9 years ago
  6. f4e652a Take compress_type into account when detecing input changes by agrieve · 9 years ago
  7. 394c43c Add UMA metric: Startup.BrowserMainToRendererMain. by fdoray · 9 years ago
  8. 5c49d68 Convert IDMap to use SequenceChecker by jsbell · 9 years ago
  9. e6a5404 Fix base::ProcessIsProcessBackgrounded() on ChromeOS by afakhry · 9 years ago
  10. 397f516 [Tracing] Preallocate vector in HeapDumpWriter by ruuda · 9 years ago
  11. a4d71e6 [Tracing] Add tests for HeapDumpWriter by ruuda · 9 years ago
  12. 935db44 [Tracing] Make AllocationContext constructor private by ruuda · 9 years ago
  13. b0869fa [Tracing] Clean up heap profiler files by ruuda · 9 years ago
  14. 4e99ead Another branch build fix by ben · 9 years ago
  15. 4655f3a Fix compile issue, missing override. by ben · 9 years ago
  16. 768609d Remove CreateStreamTexture from GL interfaces. by siva.gunturi · 9 years ago
  17. 19fe53c Move Shell connection to content. by ben · 9 years ago
  18. 7b1e5ec Remove mojo_sdk_source_set & mojo_edk_source_set templates. by jam · 9 years ago
  19. bf2a947 Fix "missing source file" errors during gclient runhooks. by pkasting · 9 years ago
  20. 6617b97 Make the new Mojo EDK work on XP. by jam · 9 years ago
  21. 4cdcc1b Pass distillability updates from renderer to browser by wychen · 9 years ago
  22. 1b20efe Unify ParamsUseScopedRefptrCorrectly specializations to one by tzik · 9 years ago
  23. a5a03ef Fix racy crash in Mandoline child processes. by jam · 9 years ago
  24. 09327f1 Implement CreateInstanceForHandle. by ben · 9 years ago
  25. d029552 Revert of Fix racy crash in Mandoline child processes. (patchset #4 id:60001 of https://codereview.chromium.org/1439863002/ ) by hablich · 9 years ago
  26. 3ba8ca4 Revert of Followup to r359266 to make mojo_edk_unittests2 pass again. (patchset #2 id:20001 of https://codereview.chromium.org/1440083003/ ) by hablich · 9 years ago
  27. 2080a07 Revert of Implement CreateInstanceForHandle (patchset #13 id:230001 of https://codereview.chromium.org/1434083002/ ) by hablich · 9 years ago
  28. 699fb1e Implement CreateInstanceForHandle. by ben · 9 years ago
  29. 7616b55 Followup to r359266 to make mojo_edk_unittests2 pass again. by jam · 9 years ago
  30. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  31. 562aab6 [Android] Enable multidex for debug builds of ChromePublic. by jbudorick · 9 years ago
  32. 5a9ae5b Remove duplication between Mandoline and mojo_runner main functions. by jam · 9 years ago
  33. 1c515bc Add an application for the Shell. by ben · 9 years ago
  34. 1baaca3 mandoline: Reland "Fix ICU initialization". by erg · 9 years ago
  35. 0fa4b1c Remove mention of png_viewer from Mandoline since it doesn't exist. by jam · 9 years ago
  36. 454ec14 Remove unused kLogTag in mojo/runner/android/main.cc by pkotwicz · 9 years ago
  37. 69df98e Reland of GN: Enable proguard for apks (patchset #1 id:1 of https://codereview.chromium.org/1436083002/ ) by agrieve · 9 years ago
  38. 2e8a628 Fix racy crash in Mandoline child processes. by jam · 9 years ago
  39. b834aac Add profiling to WatcherThreadManager::StopWatching. by amistry · 9 years ago
  40. e115b2d Fail mojo apptests with no GTest '[ RUN ] <Suite.Fixture>' output. by msw · 9 years ago
  41. 246ac37 ScopedVector and ScopedPtrMap: Added deprecation notice. by mgiuca · 9 years ago
  42. 8c4ac9c Add a perftest for HandleWatcher. by amistry · 9 years ago
  43. e744b55 Revert of GN: Enable proguard for apks (patchset #2 id:20001 of https://codereview.chromium.org/1433873004/ ) by agrieve · 9 years ago
  44. c47f480 Replace the context type in awakables with uintptr_t. by amistry · 9 years ago
  45. ed14ab2 Add ProcessMetrics::CreateCurrentProcessMetrics() method. by fdoray · 9 years ago
  46. df51c13 Use TimeTicks as much as possible in startup_metric_utils. by gab · 9 years ago
  47. 1c6cc82 Eliminate third_party/mojo/src from all targets' include paths by Ken Rockot · 9 years ago
  48. 9d412f1 mac: The attachment broker waits for the port provider before brokering. by erikchen · 9 years ago
  49. a5c76e8 Clean up the runner directory. by ben · 9 years ago
  50. 056c8cd Fix tracing message pipe outliving the IO thread. by jam · 9 years ago
  51. df1c444 Unify mc.exe calling in GN, set environment. by brettw · 9 years ago
  52. 5c3e9ba GN: Enable proguard for apks by agrieve · 9 years ago
  53. b2734d2 Turn off PYTHONUNBUFFERED to fix net_unittests and friends. by stip · 9 years ago
  54. dc8dc10 Isolate NativeRunner into a subdir. by ben · 9 years ago
  55. 5a66341 Enable multiprocess by default on desktop mojo_runner. by jam · 9 years ago
  56. abf2a9c Plumb stdout and stderr for Mandoline child processes. by jam · 9 years ago
  57. 462890c Provide blocking pool to NativeRunner impls via dependency injection instead of passing Context. by ben · 9 years ago
  58. af79782 Revert of mandoline: Fix ICU initialization. (patchset #31 id:570001 of https://codereview.chromium.org/1425853003/ ) by erg · 9 years ago
  59. 39955f0 Remove unused OS_ANDROID_HOST GYP define by pkotwicz · 9 years ago
  60. ac64f63 mandoline: Fix ICU initialization. by erg · 9 years ago
  61. f98df99 mac: Log messages to the system log via ASL by mark · 9 years ago
  62. 526c9ae Revert of Add 200MS delay before starting toolbar scale animation (patchset #2 id:20001 of https://codereview.chromium.org/1389293003/ ) by robliao · 9 years ago
  63. 11f0140 Add 200MS delay before starting toolbar scale animation by ianwen · 9 years ago
  64. 41f0853 Fix crash when test launcher tries to find location of disabled tests. by lukasza · 9 years ago
  65. 00eec55 Fix errorprone StaticAccessedFromInstance warning in LibraryLoader. by mikecase · 9 years ago
  66. 5492cf2 gpu: Add CHROMIUM_schedule_ca_layer by ccameron · 9 years ago
  67. 05888ea Implement a MusBrowserFrame. by ben · 9 years ago
  68. 857590b Handle null |error| in LoadNativeLibrary on Mac. by xhwang · 9 years ago
  69. acdafd8 Add a warning when running Mandoline in single-process mode for component builds. by jam · 9 years ago
  70. be7fc08 Revert of Enable multiprocess by default on desktop mojo_runner. (patchset #7 id:120001 of https://codereview.chromium.org/1434563004/ ) by jam · 9 years ago
  71. f57c20d Add frame argument to the trace events from DocumentTiming and DocumentLoadTiming by ksakamoto · 9 years ago
  72. 853667d Revert "URLRequestJob: change ReadRawData contract" by xunjieli · 9 years ago
  73. 5f771b7 Allow Chrome to bind an Application request from mojo_runner. by ben · 9 years ago
  74. 09244d0 Enable multiprocess by default on desktop mojo_runner. by jam · 9 years ago
  75. ffbf990 Fix UrlLoaderImplTest to work with different EDK timings. by jam · 9 years ago
  76. b70751e [tracing] Fix typo in malloc dump provider for Mac by primiano · 9 years ago
  77. b281f0e [tracing] Add malloc dump provider for mac by ssid · 9 years ago
  78. c6b28a5 [tracing] Display private resident memory in mac by ssid · 9 years ago
  79. 8b7b117 include what you use: errno.h and string.h in base/ by mostynb · 9 years ago
  80. d7a5750 include what you use: errno.h and string.h in ipc_channel_posix_unittest.cc by mostynb · 9 years ago
  81. cba51a4 [Discardable Shared Memory] Adding Windows support. by pennymac · 9 years ago
  82. bc46195 Add CommandLineArgumentParameter and use it for WebView tests by mnaganov · 9 years ago
  83. feee476 Implement UncheckedMalloc and UncheckedCalloc for platforms that stub out EnableTerminationOnOutOfMemory. by grt · 9 years ago
  84. f4fd3f7 Replace hidden values with private symbols in mojo and gin by jochen · 9 years ago
  85. 0bf1240 ipc: AttachmentBroker dispatches notifications onto an appropriate thread. by erikchen · 9 years ago
  86. 81f88c3 Deprecate *_EXPORT_PRIVATE macros. by xhwang · 9 years ago
  87. b323319 Get Mandoline working in component build. by jam · 9 years ago
  88. bc378d8 URLRequestJob: change ReadRawData contract by xunjieli · 9 years ago
  89. 7534eaa Enable downloading Google Play services via deps hook by dgn · 9 years ago
  90. 40fa462 [Tracing] Estimate memory overhead of AllocationRegister by ruuda · 9 years ago
  91. a9f80b9 Make sure IPC deserialization isn't O(n^2) in the message size. by thakis · 9 years ago
  92. c18fbf5 Revert of Allow Chrome to bind an Application request from mojo_runner. (patchset #7 id:100001 of https://codereview.chromium.org/1423063004/ ) by nasko · 9 years ago
  93. 07e4cdd Allow Chrome to bind an Application request from mojo_runner. by ben · 9 years ago
  94. 3f44ded Memory Sheriff: Tiny string formatting fix by tommycli · 9 years ago
  95. 36c5252 [Tracing] Consider metadata events in tracing overhead estimation by ruuda · 9 years ago
  96. 1cd1210 Kills TraceTicks, which was functionally the same as TimeTicks by charliea · 9 years ago
  97. efc201d include what you use: errno.h in process_memory_dump.cc by mostynb · 9 years ago
  98. e415a7b arc-bridge: Add IPC message definitions by lhchavez · 9 years ago
  99. 64795962 Makes windowmanager draw non-client area by sky · 9 years ago
  100. 1086b85 Update StringPrintfTest.Invalid for VS 2015 by brucedawson · 9 years ago