- 8479574 Fix LSan on swarming. by John Abd-El-Malek · 10 years ago
- c772153 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 10 years ago
- 77e9254 Enables specifying mojo url mapping on command line by sky · 10 years ago
- 45409ab mojo: Add equality operator for python bindings. by qsr · 10 years ago
- fc19234 mojo: Fix map of booleans for python bindings. by qsr · 10 years ago
- a043f32 Fix WeakPtrFactory member placement by anujk.sharma · 10 years ago
- e412125 Remove two SequencedWorkerPool histograms. by asvitkine · 10 years ago
- 1310e8e Remove unused template, accidentally introduced by https://codereview.chromium.org/649633003/. by aa · 10 years ago
- 3130d31 Move gl initialization to NativeViewportAppDelegate::Initialize() by davemoore · 10 years ago
- 612646e Add Equals() to mojom structs and related types. by aa · 10 years ago
- 43d7452 [Mojo] Add HTML bindings by abarth · 10 years ago
- a330bb8 Remove duplicate deps in mojo_view_manager by davemoore · 10 years ago
- 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
- 8b59876 Allow custom deleters to opt out of self reset checks for scoped_ptr. by dcheng · 10 years ago
- a899a4d Mojo: Add "attach and run" methods to Channel and ChannelEndpoint. by viettrungluu · 10 years ago
- 6d375fb Splits window manager like methods into ViewManagerServiceDelegate by sky · 10 years ago
- 4917015 Fix Java Checkstyle issues. by Aurimas Liutikas · 10 years ago
- e2b4d45 base: Rename and move Mach implementation of discardable memory to a separate file. by reveman · 10 years ago
- e69dc47 Clean up directory handling for Mojo bindings generator. by ncbray · 10 years ago
- 8a42773 remove the FINAL macro by mostynb · 10 years ago
- 4c1e208 Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused local by pkasting · 10 years ago
- 90484d4 Use C++11 atomics by jfb · 10 years ago
- d80eded Convert COMPILE_ASSERT to static_assert in base/numerics by jschuh · 10 years ago
- a5fed5b mojo: Update timeticks test for python bindings. by qsr · 10 years ago
- 28acbd5 Add UMA for testing whether device supports memory mapping APK files with executable permissions. by petrcermak · 10 years ago
- d2ada8c Make ARRAYSIZE_UNSAFE() just use arraysize(). by viettrungluu · 10 years ago
- 2c08bc0 Improve the names used in Mojo JS modules by abarth · 10 years ago
- 7ae3cea Make host port availability detection more robust. by tonyg · 10 years ago
- 090cb0a Mojo: Add a "remote" channel endpoint ID generator. by viettrungluu · 10 years ago
- 08e1954 base: Remove non-caching discardable memory implementation. by reveman · 10 years ago
- 221f6a9 Misc. cleanup, primarily removing unused locals. by pkasting · 10 years ago
- 8085139 gpu: Compositor management of GpuMemoryBuffer instances. by reveman · 10 years ago
- 9b65667 base: Add NOTREACHED() for when using a non-supported discardable memory type. by reveman · 10 years ago
- 41ae5f2 base: Use range-based for loops in DiscardableMemoryManager. by reveman · 10 years ago
- 5f1bd2d [Android] Push gtest deps in gtest/setup.py. by jbudorick · 10 years ago
- 414799e [Mojo] Add support for HTML imports as well as AMD modules by abarth · 10 years ago
- 69b0525 mojo: Add maps to java bindings. by qsr · 10 years ago
- d9b6bd1 Rationalize and fix chromium android linker histogram recording. by simonb · 10 years ago
- 999b298 [Android] Reland of 'Add zip pushing and refine push mode selection.' by jbudorick · 10 years ago
- e89c532 remove new OVERRIDEs added to mojo/ by mostynb · 10 years ago
- d92a7f6 mojo: Add maps to python bindings. by qsr · 10 years ago
- 503f308 Disable implicit conversions from scoped_refptr to T* on iOS. by dcheng · 10 years ago
- 3012015 [Mojo] Fix the namespace for HandleWrapper by abarth · 10 years ago
- bd19d51 Align base::hash_map with C++11, part 1. by davidben · 10 years ago
- 0134637 mojo: Fixed non-component build for html_viewer. by alokp · 10 years ago
- bfb572b Add mojo <--> net IO adapters. by brettw · 10 years ago
- 67990b7 Mojo JS bindings: simplify mojo.connectToService() usage - Part 2 by hansmuller · 10 years ago
- a52037c cc: Make OutputSurface::SwapBuffers pure virtual by sievers · 10 years ago
- 6118aa4 Cleanup: Actually remove base/file_util.h. by thestig · 10 years ago
- 66d86d3 Revert of [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
- e76b558 mojo: Update PRESBUMIT.py by qsr · 10 years ago
- e2928b6 mojo: Add python bindings tests to mojob.sh by qsr · 10 years ago
- c45b8bb mojo: Add RunLoop::Current() and refactor unit tests. by qsr · 10 years ago
- 6823d08 [Android] Add zip pushing and refine push mode selection. by jbudorick · 10 years ago
- d8ea9be use base::Time constants in mojo instead of defining locally by prashhir · 10 years ago
- caeddaf mojo: Allow circular dependencies between structs by qsr · 10 years ago
- d5ab473 Move mojo/services/public/cpp TypeConverters to mojo/converters. by msw · 10 years ago
- eddf3e6 Renames window_manager.mojom to window_manager2.mojom by sky · 10 years ago
- 1c1c3c0 Mojo: Make room for remotely-allocated channel endpoint IDs. by viettrungluu · 10 years ago
- c5b819a remove websocket server dependency from the mojo spy by cpu · 10 years ago
- 30190b2 Mojo UDP API implementation. by yzshen · 10 years ago
- 59704d6 Avoid destroying surface before the parent surface stops referencing it. by jbauman · 10 years ago
- c9d1b2e mojom: Add associative arrays to the mojom language. by erg · 10 years ago
- 5cc93c5 Plumb commandline arguments for mojo_example_apptests. by msw · 10 years ago
- 090105c Mojo: Add some tests for ChannelEndpointId, etc. by Viet-Trung Luu · 10 years ago
- 46ffec3 scoped_refptr: support opaque pointed-to classes via extern template by mdempsky · 10 years ago
- 74f0817 Turn UploadDataStream into an abstract class, and split the implentation by mmenke · 10 years ago
- 7dca3f4 mojo_shell --help by hansmuller · 10 years ago
- edd87a5 Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are better by pkasting · 10 years ago
- 75e5095 Add ExtensionSettings Policy by binjin · 10 years ago
- 7acce83 Implement parts of the Mojo TCP interfaces. by Brett Wilson · 10 years ago
- 568e45e mojo_js_standalone will quit after the last JSApp quits by hansmuller · 10 years ago
- f9c028b Fix ChromeOS Asan build breakage. by John Abd-El-Malek · 10 years ago
- 65c100d mojo: Add a ScopedPyRef for handling python reference counting. by qsr · 10 years ago
- 448180c Add option to test_runner to specify custom build directory by r.kasibhatla · 10 years ago
- cf7479f replace OVERRIDE and FINAL with override and final in ui/ by mostynb · 10 years ago
- 8659631 Disable implicit conversions from scoped_refptr to T* on Android. by dcheng · 10 years ago
- 54c7e47 Fix Mac ASAN on swarming and enable ASAN symbolization. by John Abd-El-Malek · 10 years ago
- f0c7ccf Downloading a file with ".tar.bz" extension mulitple times resulted in incorrect filename where ordinal number was suffixed to "tar" instead of filename as below. by arun87.kumar · 10 years ago
- 433848f Remove unnecessary view_manager_lib -> mojo/application dep by jamesr · 10 years ago
- 7fcee82 Mojo: Use a variadic template in mojo/public/cpp/bindings/callback.h. by viettrungluu · 10 years ago
- 845de33 Mojo: Add a Java service registry in the browser. by ppi · 10 years ago
- a03e451 Fixes crash in WindowManagerApp. by sky · 10 years ago
- da5ba1a Mojo: Add a generator for local endpoint IDs ("LocalChannelEndpointIdGenerator"). by Viet-Trung Luu · 10 years ago
- bb72989 Remove View::SetContents/SetColor by sky · 10 years ago
- 0465bd3 [Mojo] core.drainData should take ownership of the handle by abarth · 10 years ago
- 645eb93 Move mojo/services/public mojom targets into m/s/p/m_s_p.gyp by jamesr · 10 years ago
- 66195ed Mojo: clang-format mojo/public/cpp/{application,bindings}. by Viet-Trung Luu · 10 years ago
- 8056849 Mojo UDP socket API definition review. by yzshen · 10 years ago
- 05106cc Refactor AppendToFile and WriteFileDescriptor by chirantan · 10 years ago
- 5b76067 Mojo: Combine mojo/edk/{system,embedder}/PRESUBMIT.py. by viettrungluu · 10 years ago
- 637d3d2 Mojo: clang-format mojo/public/cpp/{environment,system,test_support,utility}. by Viet-Trung Luu · 10 years ago
- deacf97 Mojo: Make ChannelEndpointId a struct. by Viet-Trung Luu · 10 years ago
- 02393a6 Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gyp by jamesr · 10 years ago
- f8018f7 Refine mojo_example_apptests' client execution pattern. by msw · 10 years ago
- e594de0 Makes it so each mojo::View outputs a surface by sky · 10 years ago
- aaef267 [Base] Use variadic template in callback_list.h by tzik · 10 years ago
- 1fdbe1e replace OVERRIDE and FINAL with override and final in base/ by mostynb · 10 years ago
- 56dbf64 Mojo JS bindings: simplify mojo.connectToService() usage - Part 1 by hansmuller · 10 years ago
- de84e36 Mojo: Move the definition of EndpointId out of MessageInTransit. by Viet-Trung Luu · 10 years ago