1. 11e0de2 Allow wait in CommandBufferClientImpl. by penghuang · 9 years ago
  2. de03688 views/mus: Fix showing menu in chrome in mus. by sadrul · 9 years ago
  3. 682e113 Fix regression in memory-infra bots due to change in dump order by ssid · 9 years ago
  4. aa84880 ScopedPtrMap -> std::map from /component by limasdf · 9 years ago
  5. fc1eba0 Add stats to distinguish android renderer crashes. by wnwen · 9 years ago
  6. cd71196 Re-land "Flip 'Linux x64' bot on chromium waterfall to GN." by dpranke · 9 years ago
  7. 0db1b9b Tweaks to vs_toolchain to simplify it, and support gn VS 2015 by brucedawson · 9 years ago
  8. d96c1be Convert ConnectToApplication to take a params class by ben · 9 years ago
  9. 42cca5e [Android] Add gn support for multidex. by jbudorick · 9 years ago
  10. f3cdc16 Remove ScopedVector from message_pump_perftest by olli.raula · 9 years ago
  11. 6eead09 Mojo C++ bindings: introduce MultiplexRouter and related classes. by yzshen · 9 years ago
  12. 5765bb3 Run gn --format over all .gn files by agrieve · 9 years ago
  13. d58d832 Reland of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1456263005/ ) by jsbell · 9 years ago
  14. 2d13f97 Revert "Reland: URLRequestJob: change ReadRawData contract" by xunjieli · 9 years ago
  15. 01c3e1c Add a move constructor and move assignment operator to scoped_ptr. by dcheng · 9 years ago
  16. 68333e0 Fetch Mandoline components from Google Storage as needed. by msw · 9 years ago
  17. e44703f Use subtle::NoBarrier* statements for Histogram flags_ field. by asvitkine · 9 years ago
  18. 95784c5 Revert of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1447153002/ ) by jsbell · 9 years ago
  19. ad59293 Use std::tie() for operator< in ui/ by jsbell · 9 years ago
  20. e7245111 Use ThreadChecker in HistogramDeltaSerialization class. by asvitkine · 9 years ago
  21. 6c7c93f Call base::DispatchToMethod by the fully qualified name by tzik · 9 years ago
  22. 142816f avoid 'may be used uninitialized' warnings in stack_sampling_profiler_unittest.cc by mostynb · 9 years ago
  23. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 9 years ago
  24. ab8fea6 Try to remove <algorithm> header from scoped_ptr.h, again. by dcheng · 9 years ago
  25. 0b2c0c6 Use unique URLs rather than qualifiers to uniquify RenderProcesses. by ben · 9 years ago
  26. 90476c9 Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-coming startup telemetry benchmarks using TBM. by gabadie · 9 years ago
  27. 905ece1 Bind Application in renderer. by ben · 9 years ago
  28. 74f5a1a Temporarily re-add #include <algorithm> to scoped_ptr.h by Daniel Cheng · 9 years ago
  29. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 9 years ago
  30. 3b96334 mac: Some consumers of SharedMemory require a POSIX fd. by erikchen · 9 years ago
  31. 36fbab2 p1 mus+ash chrome renders ui and content by rjkroege · 9 years ago
  32. 46fb2df Revert of Bind Application in renderer (patchset #15 id:280001 of https://codereview.chromium.org/1452823003/ ) by alancutter · 9 years ago
  33. 4098851 mojo_runner: Get --trace-start working with generic mojo_runner. by erg · 9 years ago
  34. 703f671 Mark base::Tuple as final by tzik · 9 years ago
  35. c589ca9 Bind Application in renderer. by ben · 9 years ago
  36. dd1514c Revert of mandoline/mojo: Make ApplicaitonImpl connect to tracing during startup. (patchset #9 id:160001 of https://codereview.chromium.org/1440403002/ ) by erg · 9 years ago
  37. f1d8b4e Use std::tie() for operator< in components/ by jsbell · 9 years ago
  38. ca150e6 Revert the work of supporting WorkerPool clean shutdown on POSIX. by yzshen · 9 years ago
  39. 5a1db87 Make base::trace_event::TracedValue use StringPiece where possible. by jbroman · 9 years ago
  40. b48acd7 Revert of Bind Application in renderer (patchset #14 id:260001 of https://codereview.chromium.org/1452823003/ ) by msramek · 9 years ago
  41. a780dbd Reland: URLRequestJob: change ReadRawData contract by xunjieli · 9 years ago
  42. a0f5975 Revert of p1 mus+ash chrome renders ui and content (patchset #9 id:160001 of https://codereview.chromium.org/1438903002/ ) by msramek · 9 years ago
  43. 495da40 styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 9 years ago
  44. a203f56 Bind Application in renderer. by ben · 9 years ago
  45. 241ea84 p1 mus+ash chrome renders ui and content by rjkroege · 9 years ago
  46. c4fa907 Mojo bindings: add message pipe control message definition and C++ helpers. by yzshen · 9 years ago
  47. d2fcf98 linked_ptr: Add deprecation notice. by limasdf · 9 years ago
  48. ed50a1e Simplify MessagePumpMojo by having a single control pipe instead of nesting them per run-loop. by amistry · 9 years ago
  49. 15c3f2b mandoline/mojo: Make ApplicaitonImpl connect to tracing during startup. by erg · 9 years ago
  50. 9ee40fe Remove master.mojom and associated code. by jam · 9 years ago
  51. 90e37e8 Tweak iterations in HandleWatcherPerftest to reduce noise. by amistry · 9 years ago
  52. 41c1d40 Align handling of ParameterizedTest annotations in Java and Python code by mnaganov · 9 years ago
  53. 0c887d0 base: Remove deprecated CaseInsensitiveCompareDeprecated struct. by tfarina · 9 years ago
  54. 8b12be3 IPC: Use <algorithm> helpers for comparing arrays by jsbell · 9 years ago
  55. 4dd89bd Fix the new Mojo EDK working in component build on Linux. by jam · 9 years ago
  56. e112aba Make operators on scoped_ptr match the ones defined for std::unique_ptr by danakj · 9 years ago
  57. 6317056 styleguide: Allow std::move for move semantics. by vmpstr · 9 years ago
  58. f4e652a Take compress_type into account when detecing input changes by agrieve · 9 years ago
  59. 394c43c Add UMA metric: Startup.BrowserMainToRendererMain. by fdoray · 9 years ago
  60. 5c49d68 Convert IDMap to use SequenceChecker by jsbell · 9 years ago
  61. e6a5404 Fix base::ProcessIsProcessBackgrounded() on ChromeOS by afakhry · 9 years ago
  62. 397f516 [Tracing] Preallocate vector in HeapDumpWriter by ruuda · 9 years ago
  63. a4d71e6 [Tracing] Add tests for HeapDumpWriter by ruuda · 9 years ago
  64. 935db44 [Tracing] Make AllocationContext constructor private by ruuda · 9 years ago
  65. b0869fa [Tracing] Clean up heap profiler files by ruuda · 9 years ago
  66. 4e99ead Another branch build fix by ben · 9 years ago
  67. 4655f3a Fix compile issue, missing override. by ben · 9 years ago
  68. 768609d Remove CreateStreamTexture from GL interfaces. by siva.gunturi · 9 years ago
  69. 19fe53c Move Shell connection to content. by ben · 9 years ago
  70. 7b1e5ec Remove mojo_sdk_source_set & mojo_edk_source_set templates. by jam · 9 years ago
  71. bf2a947 Fix "missing source file" errors during gclient runhooks. by pkasting · 9 years ago
  72. 6617b97 Make the new Mojo EDK work on XP. by jam · 9 years ago
  73. 4cdcc1b Pass distillability updates from renderer to browser by wychen · 9 years ago
  74. 1b20efe Unify ParamsUseScopedRefptrCorrectly specializations to one by tzik · 9 years ago
  75. a5a03ef Fix racy crash in Mandoline child processes. by jam · 9 years ago
  76. 09327f1 Implement CreateInstanceForHandle. by ben · 9 years ago
  77. 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
  78. 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
  79. 2080a07 Revert of Implement CreateInstanceForHandle (patchset #13 id:230001 of https://codereview.chromium.org/1434083002/ ) by hablich · 9 years ago
  80. 699fb1e Implement CreateInstanceForHandle. by ben · 9 years ago
  81. 7616b55 Followup to r359266 to make mojo_edk_unittests2 pass again. by jam · 9 years ago
  82. af32acb Move third_party/mojo/src/mojo/public to mojo/public by rockot · 9 years ago
  83. 562aab6 [Android] Enable multidex for debug builds of ChromePublic. by jbudorick · 9 years ago
  84. 5a9ae5b Remove duplication between Mandoline and mojo_runner main functions. by jam · 9 years ago
  85. 1c515bc Add an application for the Shell. by ben · 9 years ago
  86. 1baaca3 mandoline: Reland "Fix ICU initialization". by erg · 9 years ago
  87. 0fa4b1c Remove mention of png_viewer from Mandoline since it doesn't exist. by jam · 9 years ago
  88. 454ec14 Remove unused kLogTag in mojo/runner/android/main.cc by pkotwicz · 9 years ago
  89. 69df98e Reland of GN: Enable proguard for apks (patchset #1 id:1 of https://codereview.chromium.org/1436083002/ ) by agrieve · 9 years ago
  90. 2e8a628 Fix racy crash in Mandoline child processes. by jam · 9 years ago
  91. b834aac Add profiling to WatcherThreadManager::StopWatching. by amistry · 9 years ago
  92. e115b2d Fail mojo apptests with no GTest '[ RUN ] <Suite.Fixture>' output. by msw · 9 years ago
  93. 246ac37 ScopedVector and ScopedPtrMap: Added deprecation notice. by mgiuca · 9 years ago
  94. 8c4ac9c Add a perftest for HandleWatcher. by amistry · 9 years ago
  95. e744b55 Revert of GN: Enable proguard for apks (patchset #2 id:20001 of https://codereview.chromium.org/1433873004/ ) by agrieve · 9 years ago
  96. c47f480 Replace the context type in awakables with uintptr_t. by amistry · 9 years ago
  97. ed14ab2 Add ProcessMetrics::CreateCurrentProcessMetrics() method. by fdoray · 9 years ago
  98. df51c13 Use TimeTicks as much as possible in startup_metric_utils. by gab · 9 years ago
  99. 1c6cc82 Eliminate third_party/mojo/src from all targets' include paths by Ken Rockot · 9 years ago
  100. 9d412f1 mac: The attachment broker waits for the port provider before brokering. by erikchen · 9 years ago