summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* [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
* cc: Make OutputSurface::SwapBuffers pure virtualsievers2014-10-1013-307/+78
* mojo: Update PRESBUMIT.pyqsr2014-10-1010-11/+26
* mojo: Add python bindings tests to mojob.shqsr2014-10-101-2/+12
* mojo: Add RunLoop::Current() and refactor unit tests.qsr2014-10-107-48/+71
* use base::Time constants in mojo instead of defining locallyprashhir2014-10-101-2/+3
* mojo: Allow circular dependencies between structsqsr2014-10-1011-14/+89
* Move mojo/services/public/cpp TypeConverters to mojo/converters.msw2014-10-1073-268/+286
* Renames window_manager.mojom to window_manager2.mojomsky2014-10-1011-23/+26
* Mojo: Make room for remotely-allocated channel endpoint IDs.viettrungluu2014-10-103-3/+29
* remove websocket server dependency from the mojo spycpu2014-10-103-34/+69
* Mojo UDP API implementation.yzshen2014-10-108-0/+812
* Avoid destroying surface before the parent surface stops referencing it.jbauman2014-10-102-0/+8
* mojom: Add associative arrays to the mojom language.erg2014-10-1037-85/+1431
* Plumb commandline arguments for mojo_example_apptests.msw2014-10-091-4/+18
* Mojo: Add some tests for ChannelEndpointId, etc.Viet-Trung Luu2014-10-095-10/+134
* Turn UploadDataStream into an abstract class, and split the implentationmmenke2014-10-091-3/+3
* mojo_shell --helphansmuller2014-10-093-3/+35
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-092-2/+2
* Implement parts of the Mojo TCP interfaces.Brett Wilson2014-10-0925-49/+620