summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Add callback when queueing frame on Surface to create backpressure.jbauman2014-08-231-1/+2
* Adds necessary dependencies for view_manager testssky2014-08-232-2/+2
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-222-7/+8
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-222-8/+7
* Performance tuning of HandleWatchersky@chromium.org2014-08-221-29/+113
* Converts some DCHECKs into CHECKs in hopes of helping with a crashsky@chromium.org2014-08-222-4/+4
* Make RenderPass::Id an isolated classweiliangc@chromium.org2014-08-225-5/+8
* GN build rules for all unit test targets in mojo/jamesr@chromium.org2014-08-2213-23/+294
* Profile mojom: change some fields to nullable according to documentation.yzshen@chromium.org2014-08-221-23/+0
* Removes setting destroyed_flag_ in NotifyErrorsky@chromium.org2014-08-221-5/+1
* mojo: Plumb through sufficient context to make real blink::WebInputEvents.erg@chromium.org2014-08-225-135/+414
* export hard dependencies where needed in mojojamesr@chromium.org2014-08-223-8/+27
* Null out context_factory in window_tree_host on shutdownjamesr@chromium.org2014-08-211-1/+2
* Allow URLRequests from one context to have different NetworkDelegates.mmenke@chromium.org2014-08-211-6/+8
* Mojo C++ bindings: better log message for serialization warnings.yzshen@chromium.org2014-08-216-15/+62
* mojo: first take on removing mojo_main_{chromium,standalone}.tim@chromium.org2014-08-2157-410/+420
* Make struct members nullable so demo_launcher no longer crashes.acolwell@chromium.org2014-08-212-7/+7
* GN: Build rules and fixes for (almost) all mojo unittest targetsjamesr@chromium.org2014-08-2125-45/+556
* Add JS bindings validation logic for non-nullable typeshansmuller@chromium.org2014-08-215-51/+136
* Mojo cpp bindings: remove IsNonNullableValidationEnabled() checkyzshen@chromium.org2014-08-207-32/+11
* Mark optional mojo quads fields as nullablejamesr@chromium.org2014-08-201-10/+10
* Mojo JS bindings generator doesn't generate import-qualified struct referenceshansmuller@chromium.org2014-08-206-19/+62
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-2034-154/+734
* Mojo: Add PlatformSupport argument to mojo::embedder::Init().viettrungluu@chromium.org2014-08-2014-21/+49
* Mojom cpp bindings: Enable non-nullable check.yzshen@chromium.org2014-08-206-30/+31
* Mojo cpp bindings: More clear checks for array num_bytes and num_elements.yzshen@chromium.org2014-08-205-22/+69
* GN: Mojo wget, sample_app, surfaces app and component buildjamesr@chromium.org2014-08-1921-26/+348
* [Ozone] Have WTH call cursor function in platform_window directlydnicoara@chromium.org2014-08-192-1/+5
* Mojo: Fix warnings when generating code for empty struct in java.qsr@chromium.org2014-08-193-0/+23
* Mojo: Add warning of invalid serialization results (in debug build).yzshen@chromium.org2014-08-1915-77/+517
* Mojo: Make Core own a PlatformSupport, and plumb it through to Channel.viettrungluu@chromium.org2014-08-199-33/+72
* Move blink<->cc bindings to cc/blinkjamesr@chromium.org2014-08-199-1/+10
* Revert 290431 "Mojo multiple command buffer support and sample"sashab@chromium.org2014-08-1934-733/+155
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-1934-155/+733
* Add a debug log message for failing to load when the library path does not ex...acolwell@chromium.org2014-08-191-1/+4
* mojo: notify handlers of mojo:RunLoop destructiontim@chromium.org2014-08-193-14/+136
* Rename Animate as Begin(Main)Frameskyostil@chromium.org2014-08-182-3/+4
* Revert of Mojo multiple command buffer support and sample (patchset #6 of htt...tdanderson@chromium.org2014-08-1634-732/+155
* Mojo multiple command buffer support and samplejamesr@chromium.org2014-08-1634-155/+732
* Add some trivial window decorations & window closing back to the demo window ...ben@chromium.org2014-08-163-11/+68
* JavaScript bindings for Mojo message validationhansmuller@chromium.org2014-08-1610-46/+352
* Enqueuing new frames in a Surface should cause Displays to reaggregate itjbauman@chromium.org2014-08-162-0/+4
* Mojo: simple iframe support.mpcomplete@chromium.org2014-08-163-4/+22
* mojo events: Add |screen_location| to located events.erg@chromium.org2014-08-1610-112/+170
* Plumb redirect info out of net, through content, and into child processes.davidben@chromium.org2014-08-152-6/+5
* Add validation logic for non-nullable types.yzshen@chromium.org2014-08-1531-58/+387
* Move focus from the view manager to the window manager.ben@chromium.org2014-08-1532-266/+295
* Mojo: Add embedder::PlatformSupport and a simple implementation (and a bit of...viettrungluu@chromium.org2014-08-1511-43/+200
* Turn mojo_native_viewport_service from component into a static_library.davemoore@chromium.org2014-08-1521-288/+235
* Fix mojo_example_apptests service application termination.msw@chromium.org2014-08-153-4/+8