1. dd7aaa0 Cleanup: Better constify some strings in base. by thestig · 10 years ago
  2. e914143 Don't use 64KB of stack on a single call. by cpu · 10 years ago
  3. 952f465 ChannelMojo: Add ChannelMojo::CanBeUsed() to enable it incrementally by morrita · 10 years ago
  4. 840bfe1 Don't shadow variables (same name in scope) by cpu · 10 years ago
  5. 0f58dc9 The DisplayVirtualKeyboard function on Windows 8 and beyond should not be displaying the OSK if a physical keyboard is attached to the machine. by ananta · 10 years ago
  6. 13e514d Refactoring: Make IPC::Channel::TakeClientFileDescriptor() a ScopedFD. by morrita · 10 years ago
  7. 3515bc2 Mojo: mojob.sh: Add support for gn, and remove support for gyp and shared library (component) builds. by viettrungluu · 10 years ago
  8. f709d86 Drop refs to net::EmbeddedTestServer / net::File{Path,URL} utils in mojo by jamesr · 10 years ago
  9. bac1347 [Mojo] Remove mojo_view_manager_unittests from mojob by abarth · 10 years ago
  10. 9b25a1c Reland of 'New run shell implementation for DeviceUtils' by perezju · 10 years ago
  11. b44c7c1 [Android] Simplify logic for grabbing initial country-code. by yfriedman · 10 years ago
  12. 4ce30b9 Add a Context argument to LibraryLoader.onNativeInitializationComplete(). by petrcermak · 10 years ago
  13. e449e7f gfx:: De-templatize Size and SizeF. by danakj · 10 years ago
  14. f25790b gfx: De-templatize the gfx::Point and gfx::PointF classes. by danakj · 10 years ago
  15. 76e1e85 [Mac] Do not initialize the MockCrApplication in base::TestSuite. by rsesek · 10 years ago
  16. 67ba9dd Tidy logcat message on test for mmap from apk. by simonb · 10 years ago
  17. 85cde1d Revert of New run shell implementation for DeviceUtils (patchset #8 id:140001 of https://codereview.chromium.org/659533002/) by perezju · 10 years ago
  18. 3247d9a Render base::File::Flush() doc more precise. by tnagel · 10 years ago
  19. c75ea69 New run shell implementation for DeviceUtils by perezju · 10 years ago
  20. 763b554 Abort ImportantFileWriter::WriteFileAtomically() on Flush() error. by tnagel · 10 years ago
  21. 942e8b3 Change mojo URLs from mojo://mojo_foo to mojo://foo. by aa · 10 years ago
  22. 1c936f2 Remove dead declarations for a nonexistent class. by palmer · 10 years ago
  23. 723b910 Roll Android SDK to v21 by aurimas · 10 years ago
  24. 5ee272e Don't define ARRAYSIZE_UNSAFE except in Blink. by viettrungluu · 10 years ago
  25. a9aa671 Enforce handle ownership in base::Process. by rvargas · 10 years ago
  26. da90310 Make crazy linker work in gn build by cjhopman · 10 years ago
  27. 24e2221 Add the ability to observe MessagePumpMojo by abarth · 10 years ago
  28. eb5b072 Mojo: Change the way message pipes are passed over channels. by viettrungluu · 10 years ago
  29. 3407a4e Further refine mojo_example_apptests. by msw · 10 years ago
  30. 4711cb9 Make args() accessors const by davemoore · 10 years ago
  31. dfe613b mojo: Fix c++ bindings so serialization of empty arrays doesn't crash. by erg · 10 years ago
  32. a27de8f Fix failure to use shared relro on load from a zip file. by simonb · 10 years ago
  33. d576c12 Put some references to __DATE__ and __TIME__ behind a preprocessor flag. by sebmarchand · 10 years ago
  34. ce6251b Non-SFI Mode: Build base/ library by PNaCL toolchain for nacl_helper_nonsfi. by hidehiko · 10 years ago
  35. cc628e0 Remove some friend declarations in ThreadRestrictions that are no more needed. by kinaba · 10 years ago
  36. 9862368 Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize. by viettrungluu · 10 years ago
  37. dda14dd Make ApplicationImpl::args() be a std::vector<std::string> by davemoore · 10 years ago
  38. d5f5990 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  39. 5befca6 base: Add discardable memory test that check behavior when creating enough instances that could use up a 32-bit address space. by reveman · 10 years ago
  40. f0f4ddb Remove trivially-true DEBUG_CHECKs in safe_sprintf.cc by cmasone · 10 years ago
  41. 3223610 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  42. d36037a Modify ALLOW_UNUSED to allow enabling unused local warnings on MSVC. by pkasting · 10 years ago
  43. f930c5d Implement MediaSource support for mojo. by dalecurtis · 10 years ago
  44. f223b07 Add TCP socket mojo implementation. by Brett Wilson · 10 years ago
  45. e08f0ba Mojo JS Bindings: add support for associative arrays (Mojo map type) by hansmuller · 10 years ago
  46. e53d1f9 base: Use nullptr instead of NULL and static_cast in discardable memory unit tests. by reveman · 10 years ago
  47. 4e377e6 SafeSPrintf: use C++ variadic template by jln · 10 years ago
  48. fa3ca12 change OVERRIDE to override in dbus/object_manager.h in comment by mostynb · 10 years ago
  49. 23a5ec3 [Mojo] ApplicationRunnerChromium should dump stacks in debug by abarth · 10 years ago
  50. ea72857 mojo: Switch the clipboard interface over to using map<>. by erg · 10 years ago
  51. f402ffa Fix Java indentation issues. by aurimas · 10 years ago
  52. 64e582c Convert ARRAYSIZE_UNSAFE -> arraysize in components/. by viettrungluu · 10 years ago
  53. 1e58501 Include mask texture size in RenderPassDrawQuad by enne · 10 years ago
  54. 9fcc3f0 Fix Java indentation issues. by aurimas · 10 years ago
  55. ab08d46 Adds Cast on Android as a valid tracing configuration (chromecast_shell). by gunsch · 10 years ago
  56. 76f7ca1 Convert ARRAYSIZE_UNSAFE -> arraysize in ui/. by viettrungluu · 10 years ago
  57. b92768f mojo: Fix java bindings for maps by qsr · 10 years ago
  58. 60a83bd mojo: Fix findbugs issue on java generated code. by qsr · 10 years ago
  59. a3f9eff Convert ARRAYSIZE_UNSAFE -> arraysize in base/. by viettrungluu · 10 years ago
  60. 00d3e5b [Mojo] mojo_native_viewport_service should use "--" args by abarth · 10 years ago
  61. a88ae05 Make wm_flow_init work with gn by sky · 10 years ago
  62. 2d02053 ContentHandler::OnConnect: replace the |url| param with |requestor_url|. by aa · 10 years ago
  63. 2e3dab2 Cleanup: Consolidate initialization of Android's SecureRandom class. by lambroslambrou · 10 years ago
  64. 4c5937a Remove gyp for mojo/examples by jamesr · 10 years ago
  65. a075936 Add setTextDirection to the ApiCompatibilityUtils. by tedchoc · 10 years ago
  66. 03f8cc7 gfx: Don't template gfx::Rect and gfx::RectF by danakj · 10 years ago
  67. dc8771e base: Use LazyInstanceTraits instead of SharedState class for discardable memory. by reveman · 10 years ago
  68. b98c355 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  69. 7767a0d MojoChannel: Fail when GetFileHandleForProcess() failed. by morrita · 10 years ago
  70. 20ea069 Make Mojo's NetAddress use local endianness for the port. by brettw · 10 years ago
  71. 026fa8b Fix Mac ASan builds. by John Abd-El-Malek · 10 years ago
  72. 56e5eff Allow fixed-size arrays in nested array definitions. by yzshen · 10 years ago
  73. 820a294 ipc_mojo_bootstrap.cc: don't export classes in anonymous namespace by hans · 10 years ago
  74. 8479574 Fix LSan on swarming. by John Abd-El-Malek · 10 years ago
  75. c772153 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
  76. 77e9254 Enables specifying mojo url mapping on command line by sky · 10 years ago
  77. 45409ab mojo: Add equality operator for python bindings. by qsr · 10 years ago
  78. fc19234 mojo: Fix map of booleans for python bindings. by qsr · 10 years ago
  79. a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
  80. e412125 Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
  81. 1310e8e Remove unused template, accidentally introduced by https://codereview.chromium.org/649633003/. by aa · 10 years ago
  82. 3130d31 Move gl initialization to NativeViewportAppDelegate::Initialize() by davemoore · 10 years ago
  83. 612646e Add Equals() to mojom structs and related types. by aa · 10 years ago
  84. 43d7452 [Mojo] Add HTML bindings by abarth · 10 years ago
  85. a330bb8 Remove duplicate deps in mojo_view_manager by davemoore · 10 years ago
  86. 0938ebe The source of the problem is the "component build". Disabling that and moving the InitializeICU class out of MojoMain, where it would execute before MojoMain sets up its AtExitManager, corrected the problem. by hansmuller · 10 years ago
  87. 8b59876 Allow custom deleters to opt out of self reset checks for scoped_ptr. by dcheng · 10 years ago
  88. a899a4d Mojo: Add "attach and run" methods to Channel and ChannelEndpoint. by viettrungluu · 10 years ago
  89. 6d375fb Splits window manager like methods into ViewManagerServiceDelegate by sky · 10 years ago
  90. 4917015 Fix Java Checkstyle issues. by Aurimas Liutikas · 10 years ago
  91. e2b4d45 base: Rename and move Mach implementation of discardable memory to a separate file. by reveman · 10 years ago
  92. e69dc47 Clean up directory handling for Mojo bindings generator. by ncbray · 10 years ago
  93. 8a42773 remove the FINAL macro by mostynb · 10 years ago
  94. 4c1e208 Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local by pkasting · 10 years ago
  95. 90484d4 Use C++11 atomics by jfb · 10 years ago
  96. d80eded Convert COMPILE_ASSERT to static_assert in base/numerics by jschuh · 10 years ago
  97. a5fed5b mojo: Update timeticks test for python bindings. by qsr · 10 years ago
  98. 28acbd5 Add UMA for testing whether device supports memory mapping APK files with executable permissions. by petrcermak · 10 years ago
  99. d2ada8c Make ARRAYSIZE_UNSAFE() just use arraysize(). by viettrungluu · 10 years ago
  100. 2c08bc0 Improve the names used in Mojo JS modules by abarth · 10 years ago