1. c1dad41 Extend the multidex logic to only kick in for the main browser application. by tedchoc · 10 years ago
  2. 826a974 Remove kint16max. by avi · 10 years ago
  3. 6de73f3 Rename mojo::TokenSerializer to mojo::Broker. by jam · 10 years ago
  4. 6b5afc7 Add context_utils.h includes where needed. by torne · 10 years ago
  5. aa5b43e Fixed an issue where tracing events got incorrectly enabled. by oysteine · 10 years ago
  6. e602acf [Tracing] Make heap profiler type info a string by ruuda · 10 years ago
  7. 5e6f47a Linker: Do not require JNI_OnLoad in ModernLinker loads. by simonb · 10 years ago
  8. 3413d7f Revert of base: Make shared memory backed by Mach primitives by default. (patchset #3 id:40001 of https://codereview.chromium.org/1453383002/ ) by skyostil · 10 years ago
  9. 1eeb736 Calculate broken tests threshold based on number of tests in binary, before applying filter by phajdan.jr · 10 years ago
  10. 2fedbe7 Remove COMPILE_ASSERT. by avi · 10 years ago
  11. 89870c5 Make CapabilityFilter non-nullable. by ben · 10 years ago
  12. a79f824 Mojo C++ bindings: InterfacePtr<T> and Binding<T> use MultiplexRouter when T passes associated interface pointers/requests. by yzshen · 10 years ago
  13. 891be77 [base] fcntl, not fctnl. by shess · 10 years ago
  14. 800d2ea base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
  15. 7d383fb Remove kint8min, kint8max, and kint16min. by avi · 10 years ago
  16. be46194 Revert of New build flag system, convert Google Now flag (patchset #14 id:260001 of https://codereview.chromium.org/1458653002/ ) by raymes · 10 years ago
  17. 7c39908 New build flag system, convert Google Now flag by brettw · 10 years ago
  18. 26b7ede gpu: Implement the new fence syncs in mojo command buffer. by penghuang · 10 years ago
  19. d0ab793 Switch to static_assert in the repo. by avi · 10 years ago
  20. f6e2ebd [Eraser] Remove chrome://tcmalloc by ruuda · 10 years ago
  21. 53646e0 Fix split in base::ProcessIsProcessBackgrounded() by lhchavez · 10 years ago
  22. 37b7abd Mojo C++ bindings: introduce public associated-interface-related types. by yzshen · 10 years ago
  23. 0a778f7 Support setting just the Java Context for JUnit tests. by torne · 10 years ago
  24. 600ef70 Revert "Add stats to distinguish android renderer crashes." by primiano · 10 years ago
  25. 486c61f Switch to static_assert in base/. by avi · 10 years ago
  26. c87d1ca Define a Java-side global application context. by torne · 10 years ago
  27. db47a2a Remove unused memory functions by ruuda · 10 years ago
  28. 38b0c7a Replace base::HashPair macros with a templated function. by amistry · 10 years ago
  29. f9c275f Avoid iterating over all handles in MessagePumpMojo on every iteration to calculate deadlines. by amistry · 10 years ago
  30. 957860a views/mus: Fix showing menu in chrome in mus. by Sadrul Habib Chowdhury · 10 years ago
  31. 00e880c Create a broker interface for the new Mojo EDK so that the browser can create and duplicate message pipes. by John Abd-El-Malek · 10 years ago
  32. 54c3c09 Don't leak the WatcherThreadManager background thread. by John Abd-El-Malek · 10 years ago
  33. ed30c78 Pass CapabilityFilter via CreateInstanceForHandle by ben · 10 years ago
  34. 4e6faf7 base: Make shared memory backed by Mach primitives by default. by erikchen · 10 years ago
  35. 3ce529d Stack sampling profiler: fix off-by-one error on truncated stacks by wittman · 10 years ago
  36. d7348e1 Use hermetic timestamps in apkbuilder.py and refactor helper function by agrieve · 10 years ago
  37. 32a250b [StyleGuide] Allow begin and end non-member functions by ruuda · 10 years ago
  38. 2c26624 Cleanup: Correctly spell success(ful). by thestig · 10 years ago
  39. f017506 Revert of views/mus: Fix showing menu in chrome in mus. (patchset #2 id:20001 of https://codereview.chromium.org/1460003004/ ) by beaudoin · 10 years ago
  40. 853c866 URLRequestJob: change ReadRawData contract by xunjieli · 10 years ago
  41. 11e0de2 Allow wait in CommandBufferClientImpl. by penghuang · 10 years ago
  42. de03688 views/mus: Fix showing menu in chrome in mus. by sadrul · 10 years ago
  43. 682e113 Fix regression in memory-infra bots due to change in dump order by ssid · 10 years ago
  44. aa84880 ScopedPtrMap -> std::map from /component by limasdf · 10 years ago
  45. fc1eba0 Add stats to distinguish android renderer crashes. by wnwen · 10 years ago
  46. cd71196 Re-land "Flip 'Linux x64' bot on chromium waterfall to GN." by dpranke · 10 years ago
  47. 0db1b9b Tweaks to vs_toolchain to simplify it, and support gn VS 2015 by brucedawson · 10 years ago
  48. d96c1be Convert ConnectToApplication to take a params class by ben · 10 years ago
  49. 42cca5e [Android] Add gn support for multidex. by jbudorick · 10 years ago
  50. f3cdc16 Remove ScopedVector from message_pump_perftest by olli.raula · 10 years ago
  51. 6eead09 Mojo C++ bindings: introduce MultiplexRouter and related classes. by yzshen · 10 years ago
  52. 5765bb3 Run gn --format over all .gn files by agrieve · 10 years ago
  53. d58d832 Reland of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1456263005/ ) by jsbell · 10 years ago
  54. 2d13f97 Revert "Reland: URLRequestJob: change ReadRawData contract" by xunjieli · 10 years ago
  55. 01c3e1c Add a move constructor and move assignment operator to scoped_ptr. by dcheng · 10 years ago
  56. 68333e0 Fetch Mandoline components from Google Storage as needed. by msw · 10 years ago
  57. e44703f Use subtle::NoBarrier* statements for Histogram flags_ field. by asvitkine · 10 years ago
  58. 95784c5 Revert of Use std::tie() for operator< in components/ (patchset #1 id:1 of https://codereview.chromium.org/1447153002/ ) by jsbell · 10 years ago
  59. ad59293 Use std::tie() for operator< in ui/ by jsbell · 10 years ago
  60. e7245111 Use ThreadChecker in HistogramDeltaSerialization class. by asvitkine · 10 years ago
  61. 6c7c93f Call base::DispatchToMethod by the fully qualified name by tzik · 10 years ago
  62. 142816f avoid 'may be used uninitialized' warnings in stack_sampling_profiler_unittest.cc by mostynb · 10 years ago
  63. 2f638b0 Make vector_as_array use std::vector::data and switch a few directories. by davidben · 10 years ago
  64. ab8fea6 Try to remove <algorithm> header from scoped_ptr.h, again. by dcheng · 10 years ago
  65. 0b2c0c6 Use unique URLs rather than qualifiers to uniquify RenderProcesses. by ben · 10 years ago
  66. 90476c9 Implements AddStartupEventsForTelemetry() in startup_metric_utils.cc for in-coming startup telemetry benchmarks using TBM. by gabadie · 10 years ago
  67. 905ece1 Bind Application in renderer. by ben · 10 years ago
  68. 74f5a1a Temporarily re-add #include <algorithm> to scoped_ptr.h by Daniel Cheng · 10 years ago
  69. 0bdf377 Use std::default_delete as the default deleter for scoped_ptr. by dcheng · 10 years ago
  70. 3b96334 mac: Some consumers of SharedMemory require a POSIX fd. by erikchen · 10 years ago
  71. 36fbab2 p1 mus+ash chrome renders ui and content by rjkroege · 10 years ago
  72. 46fb2df Revert of Bind Application in renderer (patchset #15 id:280001 of https://codereview.chromium.org/1452823003/ ) by alancutter · 10 years ago
  73. 4098851 mojo_runner: Get --trace-start working with generic mojo_runner. by erg · 10 years ago
  74. 703f671 Mark base::Tuple as final by tzik · 10 years ago
  75. c589ca9 Bind Application in renderer. by ben · 10 years ago
  76. dd1514c Revert of mandoline/mojo: Make ApplicaitonImpl connect to tracing during startup. (patchset #9 id:160001 of https://codereview.chromium.org/1440403002/ ) by erg · 10 years ago
  77. f1d8b4e Use std::tie() for operator< in components/ by jsbell · 10 years ago
  78. ca150e6 Revert the work of supporting WorkerPool clean shutdown on POSIX. by yzshen · 10 years ago
  79. 5a1db87 Make base::trace_event::TracedValue use StringPiece where possible. by jbroman · 10 years ago
  80. b48acd7 Revert of Bind Application in renderer (patchset #14 id:260001 of https://codereview.chromium.org/1452823003/ ) by msramek · 10 years ago
  81. a780dbd Reland: URLRequestJob: change ReadRawData contract by xunjieli · 10 years ago
  82. a0f5975 Revert of p1 mus+ash chrome renders ui and content (patchset #9 id:160001 of https://codereview.chromium.org/1438903002/ ) by msramek · 10 years ago
  83. 495da40 styleguide: Allow enable_if, conditional, and other type_traits. by vmpstr · 10 years ago
  84. a203f56 Bind Application in renderer. by ben · 10 years ago
  85. 241ea84 p1 mus+ash chrome renders ui and content by rjkroege · 10 years ago
  86. c4fa907 Mojo bindings: add message pipe control message definition and C++ helpers. by yzshen · 10 years ago
  87. d2fcf98 linked_ptr: Add deprecation notice. by limasdf · 10 years ago
  88. ed50a1e Simplify MessagePumpMojo by having a single control pipe instead of nesting them per run-loop. by amistry · 10 years ago
  89. 15c3f2b mandoline/mojo: Make ApplicaitonImpl connect to tracing during startup. by erg · 10 years ago
  90. 9ee40fe Remove master.mojom and associated code. by jam · 10 years ago
  91. 90e37e8 Tweak iterations in HandleWatcherPerftest to reduce noise. by amistry · 10 years ago
  92. 41c1d40 Align handling of ParameterizedTest annotations in Java and Python code by mnaganov · 10 years ago
  93. 0c887d0 base: Remove deprecated CaseInsensitiveCompareDeprecated struct. by tfarina · 10 years ago
  94. 8b12be3 IPC: Use <algorithm> helpers for comparing arrays by jsbell · 10 years ago
  95. 4dd89bd Fix the new Mojo EDK working in component build on Linux. by jam · 10 years ago
  96. e112aba Make operators on scoped_ptr match the ones defined for std::unique_ptr by danakj · 10 years ago
  97. 6317056 styleguide: Allow std::move for move semantics. by vmpstr · 10 years ago
  98. f4e652a Take compress_type into account when detecing input changes by agrieve · 10 years ago
  99. 394c43c Add UMA metric: Startup.BrowserMainToRendererMain. by fdoray · 10 years ago
  100. 5c49d68 Convert IDMap to use SequenceChecker by jsbell · 10 years ago