summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Change mojo URLs from mojo://mojo_foo to mojo://foo.aa2014-10-1843-97/+98
* Make crazy linker work in gn buildcjhopman2014-10-171-1/+1
* Add the ability to observe MessagePumpMojoabarth2014-10-173-0/+85
* Mojo: Change the way message pipes are passed over channels.viettrungluu2014-10-175-100/+135
* Further refine mojo_example_apptests.msw2014-10-173-32/+100
* Make args() accessors constdavemoore2014-10-172-2/+2
* mojo: Fix c++ bindings so serialization of empty arrays doesn't crash.erg2014-10-172-2/+19
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-2/+2
* Make ApplicationImpl::args() be a std::vector<std::string>davemoore2014-10-176-12/+9
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-175-10/+8
* Implement MediaSource support for mojo.dalecurtis2014-10-161-2/+9
* Add TCP socket mojo implementation.Brett Wilson2014-10-169-43/+383
* Mojo JS Bindings: add support for associative arrays (Mojo map type)hansmuller2014-10-167-10/+249
* [Mojo] ApplicationRunnerChromium should dump stacks in debugabarth2014-10-161-0/+5
* mojo: Switch the clipboard interface over to using map<>.erg2014-10-168-119/+142
* Include mask texture size in RenderPassDrawQuadenne2014-10-162-4/+11
* Fix Java indentation issues.aurimas2014-10-161-9/+9
* mojo: Fix java bindings for mapsqsr2014-10-162-3/+5
* mojo: Fix findbugs issue on java generated code.qsr2014-10-162-4/+14
* [Mojo] mojo_native_viewport_service should use "--" argsabarth2014-10-161-2/+2
* Make wm_flow_init work with gnsky2014-10-1615-174/+70
* ContentHandler::OnConnect: replace the |url| param with |requestor_url|.aa2014-10-166-16/+11
* Remove gyp for mojo/examplesjamesr2014-10-152-923/+0
* Make Mojo's NetAddress use local endianness for the port.brettw2014-10-153-14/+13
* Allow fixed-size arrays in nested array definitions.yzshen2014-10-1523-100/+145
* Enables specifying mojo url mapping on command linesky2014-10-159-30/+111
* mojo: Add equality operator for python bindings.qsr2014-10-154-55/+38
* mojo: Fix map of booleans for python bindings.qsr2014-10-151-2/+9
* Remove unused template, accidentally introduced by https://codereview.chromiu...aa2014-10-151-3/+0
* Move gl initialization to NativeViewportAppDelegate::Initialize()davemoore2014-10-1511-55/+83
* Add Equals() to mojom structs and related types.aa2014-10-1511-1/+214
* [Mojo] Add HTML bindingsabarth2014-10-155-5/+130
* Remove duplicate deps in mojo_view_managerdavemoore2014-10-141-2/+0
* The source of the problem is the "component build". Disabling that and moving...hansmuller2014-10-145-6/+24
* Mojo: Add "attach and run" methods to Channel and ChannelEndpoint.viettrungluu2014-10-148-61/+95
* Splits window manager like methods into ViewManagerServiceDelegatesky2014-10-1430-321/+508
* Clean up directory handling for Mojo bindings generator.ncbray2014-10-148-84/+107
* Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused localpkasting2014-10-1414-54/+53
* mojo: Update timeticks test for python bindings.qsr2014-10-141-4/+2
* Improve the names used in Mojo JS modulesabarth2014-10-141-5/+14
* Mojo: Add a "remote" channel endpoint ID generator.viettrungluu2014-10-133-38/+110
* gpu: Compositor management of GpuMemoryBuffer instances.reveman2014-10-136-15/+33
* [Mojo] Add support for HTML imports as well as AMD modulesabarth2014-10-136-25/+51
* mojo: Add maps to java bindings.qsr2014-10-135-23/+90
* remove new OVERRIDEs added to mojo/mostynb2014-10-131-2/+2
* mojo: Add maps to python bindings.qsr2014-10-133-0/+71
* [Mojo] Fix the namespace for HandleWrapperabarth2014-10-118-26/+41
* mojo: Fixed non-component build for html_viewer.alokp2014-10-111-0/+3
* Add mojo <--> net IO adapters.brettw2014-10-105-85/+231
* Mojo JS bindings: simplify mojo.connectToService() usage - Part 2hansmuller2014-10-1013-30/+89