1. ccd3dd3 Disable SecurityTest.NewOverflow as it fails on 10.8 by John Abd-El-Malek · 10 years ago
  2. 8dba168 Enable setting configuration arguments for Mojo applications with mojo_shell. by hansmuller · 10 years ago
  3. c54b1a6 Add TCP socket mojo interfaces by brettw · 10 years ago
  4. 80f4e37 Pass through geofencing API calls to the browser process. by mek · 10 years ago
  5. e5b1335 Mojo cpp bindings: support Clone() for structs and arrays which don't contain handles. by yzshen · 10 years ago
  6. cba1be9 Improve MessageLoop's comments. by maniscalco · 10 years ago
  7. a153168 gpu: Remove Echo and SwapCompletion GL interfaces by sievers · 10 years ago
  8. 6ce9d8e Enable content layer to initCommandLine on Android by johnme · 10 years ago
  9. 09c0ba4 Use a more suitable storage for the timezone table. by bratell · 10 years ago
  10. a25f15d Revert of Revert of Use the new java_cpp_enum rule in content. (patchset #1 id:1 of https://codereview.chromium.org/625543002/) by skyostil · 10 years ago
  11. 3519c1d Revert of Use the new java_cpp_enum rule in content. (patchset #8 id:140001 of https://codereview.chromium.org/615893003/) by perezju · 10 years ago
  12. 5922123 Use the new java_cpp_enum rule in content. by mkosiba · 10 years ago
  13. 7ed1f88 Add Read/WriteSizeT() functions to the pickle layer, plus one consumer. by pkasting · 10 years ago
  14. d57e3cc Fix another silly mistake for debug c runtime dlls. by John Abd-El-Malek · 10 years ago
  15. aa16510 Fix silly mistake from r297715. The dlls should have been listed in the debug section. by John Abd-El-Malek · 10 years ago
  16. dcbc7ba Add proto_java_library to gn by cjhopman · 10 years ago
  17. 9043c4e Fix more disabled MSVC warnings, base/ edition. by pkasting · 10 years ago
  18. 13b8dd5 Adds View::visible() and IsDrawn by sky · 10 years ago
  19. 77253b2 Fix NaCl tests failing on debug swarming bots. by John Abd-El-Malek · 10 years ago
  20. adc12a3 Mojo: Convert the remaining OVERRIDEs to override in mojo/. by viettrungluu · 10 years ago
  21. 197e43f Mojo: Move ChannelEndpoint's message_pipe_ and port_ under lock. by viettrungluu · 10 years ago
  22. 6125fc4 Remove dbus-related code from Mojo by cmasone · 10 years ago
  23. 7d034d8 Use ScrollOffset instead of vector2d to track scroll offset in cc by miletus · 10 years ago
  24. b1403ef Remove unused files by davemoore · 10 years ago
  25. 1716f18 Standalone Mojo Javascript application by hansmuller · 10 years ago
  26. bf53af2 Mojo: Don't do any work in ProxyMessagePipeEndpoint's destructor. by viettrungluu · 10 years ago
  27. abaad9f Disables ViewManagerTests by sky · 10 years ago
  28. 6f59662 Rename all isolate_dependency_* to files. by maruel · 10 years ago
  29. f500d2f mojo: Allow positional argument for struct constructors. by qsr · 10 years ago
  30. 90d7449 base::CommandLine: Added optional quoting of placeholder arguments. by mgiuca · 10 years ago
  31. 9959b0d base::CommandLine: Replace use of wstring with string16. by mgiuca · 10 years ago
  32. 887bab5 Fixes two bugs in causing demo_launcher to crash by sky · 10 years ago
  33. 26c7c2f Mojo: Split up Channel::RemoveMessagePipeEndpoint(). by viettrungluu · 10 years ago
  34. cca62d4 gn: Fix more build issues on Win by ckocagil · 10 years ago
  35. 7c6be4c Mojo: Remove MessagePipe::OnRemove(); instead just use MessagePipe::Close(). by Viet-Trung Luu · 10 years ago
  36. 3b8f491 Makes NativeViewport send OnBoundsChanged() after widget available by sky · 10 years ago
  37. d6492cc Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE. by viettrungluu · 10 years ago
  38. 6e54837 [Telemetry] Support dumpsys power monitoring on the Nexus 5. by tonyg · 10 years ago
  39. a63b598 Use the new java_cpp_enum rule in net. by mkosiba · 10 years ago
  40. 2c800f4 mojo: Add promises for python bindings. by qsr · 10 years ago
  41. 09f9d92 Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. by viettrungluu · 10 years ago
  42. 01f652a Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings generator. by viettrungluu · 10 years ago
  43. d8efc04 Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings. by viettrungluu · 10 years ago
  44. 7d5a7fb Remove unnecessary deps on base_static in mojo by davemoore · 10 years ago
  45. 3829435 Avoid 64-bit divide when sampling timestamp by brianderson · 10 years ago
  46. de0a9ef Mojo UDP socket API definition. by yzshen · 10 years ago
  47. 39722a3 Refactoring: Let ChannelPosix adopt ScopedFD. by morrita · 10 years ago
  48. 2c04e01 Force creation of application listening socket by cmasone · 10 years ago
  49. 8d73106 Microbenchmark for the cost of posting tasks to different pump types by jamesr · 10 years ago
  50. 7b62449 Mojo: MOJO_OVERRIDE -> override in mojo/. by Viet-Trung Luu · 10 years ago
  51. 634595c Allow passing listening socket path on command line by cmasone · 10 years ago
  52. 6f25f63 Hook up FocusController. by ben · 10 years ago
  53. 69b4f4d Mojo: mojob.sh -- limit GOMA builds to load average 100. by Viet-Trung Luu · 10 years ago
  54. 542cf4d monacl: build_newlib -> build_pnacl_newlib. by viettrungluu · 10 years ago
  55. f053fed Add base::Reversed() as an adapter for range-based for loops in reverse by mdempsky · 10 years ago
  56. 6f3ce64 Prevent static mojo builds from pulling //ui/gl into mojo_shell by davemoore · 10 years ago
  57. fdc3533 Revert of Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}. (patchset #1 id:1 of https://codereview.chromium.org/609033002/) by viettrungluu · 10 years ago
  58. 21f4e63 Revert of Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/593313006/) by viettrungluu · 10 years ago
  59. 4fbdb26 Nukes NativeViewportClient::OnCreated by sky · 10 years ago
  60. 7a204ab Accept inbound connections on unix domain socket by cmasone · 10 years ago
  61. 4bf7abe mojo: Fix java generator by qsr · 10 years ago
  62. 62d145c Made double-tap zoom work in pinch virtual viewport mode (Chromium-side). by bokan · 10 years ago
  63. 558eee8 Implement fast path in UTF8ToUTF16 for pure ASCII strings by Mikhail Naganov · 10 years ago
  64. 14f9ab0 Revert of Revert of Add nullptr support to scoped_ptr. (patchset #1 id:1 of https://codereview.chromium.org/604423005/) by eustas · 10 years ago
  65. 9f8f007 Revert of Add nullptr support to scoped_ptr. (patchset #8 id:200001 of https://codereview.chromium.org/599313003/) by eustas · 10 years ago
  66. 0d5b27d Fix some minor typos: psuedo -> pseudo by sungmann.cho · 10 years ago
  67. f09a283 Mojo: Convert OVERRIDE -> override in mojo/{embedder,system}. by viettrungluu · 10 years ago
  68. fecfc37 Add nullptr support to scoped_ptr. by danakj · 10 years ago
  69. dab614c Revert of Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. (patchset #1 id:1 of https://codereview.chromium.org/606143003/) by dcheng · 10 years ago
  70. 5d2c807 Revert of Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}. (patchset #2 id:20001 of https://codereview.chromium.org/610083002/) by dcheng · 10 years ago
  71. c655db2 Revert of Add nullptr support to scoped_ptr. (patchset #7 id:180001 of https://codereview.chromium.org/599313003/) by dcheng · 10 years ago
  72. c038436 Mojo: Convert some scoped_ptr<...>(new ...) to make_scoped_ptr(new ...) in mojo/{embedder,system}. by viettrungluu · 10 years ago
  73. beae091 Mojo: Convert scoped_ptr<...>() to nullptr in mojo/embedder. by viettrungluu · 10 years ago
  74. 7cec01f Add nullptr support to scoped_ptr. by danakj · 10 years ago
  75. c2b5157 Fix up gles2 thunk targets a bit by jamesr · 10 years ago
  76. 08a6239 Add Go build support for GN. by tburkard · 10 years ago
  77. ba72c8b Generate a single srcjar as output in of the Java mojom generator. by ppi · 10 years ago
  78. 30ce0a4 mojo: Fix mojo test on Art runtime. by qsr · 10 years ago
  79. 31785b5 mojo: Add router for python bindings. by qsr · 10 years ago
  80. 7eceb12 Suppress deprecation of Build.CPU_ABI by aurimas · 10 years ago
  81. 587cb8a Revert of mojo: Add router for python bindings. (patchset #3 id:40001 of https://chromiumcodereview.appspot.com/607513003/) by qsr · 10 years ago
  82. a769f00 mojo: Add router for python bindings. by qsr · 10 years ago
  83. 997ac01 Fix CommandLine initialization for Chrome & WebView by hjd · 10 years ago
  84. 14297d9 Make gn check //mojo/public/* pass by jamesr · 10 years ago
  85. 30f940c Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buffer sizes to 100 MB by samuong · 10 years ago
  86. 98b6e4a ChannelMojo: Handle when ChannelMojo outlives ChannelMojoHost by morrita · 10 years ago
  87. e16202b Mojo: Remove ProxyMessagePipeEndpoint::OnRemove(), etc. by viettrungluu · 10 years ago
  88. 46136f3 Use custom ListContainer to allocate DrawQuads by weiliangc · 10 years ago
  89. 58bacbc GN: Fix compile errors with os==chromeos mojo/public build by cmasone · 10 years ago
  90. fe04b9b Mojo: COMPILE_ASSERT -> static_assert in mojo/system and mojo/embedder. by viettrungluu · 10 years ago
  91. 0d93d14 Add a headless configuration to Mojo's native viewport service by abarth · 10 years ago
  92. 289737e Mojo: Remove ProxyMessagePipeEndpoint::Run(), etc. by Viet-Trung Luu · 10 years ago
  93. 5785428 Remove IPC::Channel::TakePipeHandle() by morrita · 10 years ago
  94. 3a835f5 Update base::is_member_function_pointer to use variadic templates. by aa · 10 years ago
  95. b3de487 Adding tracking to verify the theory that jankiness of ExtensionMessageFilter::OnExtensionAddListener is because of the observer invocation. by vadimt · 10 years ago
  96. 5db5680 Revert of Revert of Revert of Revert of Set the javac target and source to 1.7 (patchset #1 id:1 of https://codereview.chromium.org/603833002/) by aurimas · 10 years ago
  97. 68197ac Mojo: Remove MessagePipe::Attach(). by viettrungluu · 10 years ago
  98. cf66823 Make cc output surface creation async by enne · 10 years ago
  99. 9514aa0 Mojo: Move the paused message queue from ProxyMessagePipeEndpoint to ChannelEndpoint. by Viet-Trung Luu · 10 years ago
  100. 7002b80 Add trace-to-file support for base::TestSuite by enne · 10 years ago