summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Attempt at cleaning up a bunch of shutdown issues.ben@chromium.org2014-07-1131-77/+155
* Remove @Nullable annoation on readAndDispatchMessageqsr@chromium.org2014-07-112-11/+4
* Revert 282555 "Mojo: Add support for InterfacePtr as a struct me..."kustermann@google.com2014-07-115-37/+1
* Mojo: Add support for InterfacePtr as a struct memberdarin@chromium.org2014-07-115-1/+37
* Mojo: Refactor URLLoader interface.darin@chromium.org2014-07-1114-241/+287
* Mojo: Mojom: Add Import, ImportList, and Mojom AST types.viettrungluu@chromium.org2014-07-104-236/+300
* Add support for logging information about mojo messages retrieved by the mojo...ananta@chromium.org2014-07-106-16/+220
* Trigger Node destruction notifications from Node's dtorben@chromium.org2014-07-107-82/+46
* Mojo: Eliminate SyncDispatcher in favor of WaitForIncomingMethodCalldarin@chromium.org2014-07-106-113/+52
* Provide gtest printers for ui/gfx geometry typesjamesr@chromium.org2014-07-101-0/+3
* Connect X11 ConfigureNotify events to Mojohansmuller@chromium.org2014-07-1011-11/+129
* Fixes another compile error when warnings are setsky@chromium.org2014-07-101-1/+4
* Mojo: Mojom: Add AST types for imports and import lists.viettrungluu@chromium.org2014-07-102-12/+38
* Support packed arrays of booleans in Mojo messageshansmuller@chromium.org2014-07-104-7/+74
* Mojo: Mojom: Fix NodeList's __eq__ (only used in testing).viettrungluu@chromium.org2014-07-091-8/+13
* Fix broken test.ben@chromium.org2014-07-091-0/+6
* Mojo: Mojom: Add an AST node type for the module "statement".viettrungluu@chromium.org2014-07-092-17/+37
* Rename source_prereqs to inputs in the GN build.brettw@chromium.org2014-07-091-1/+1
* Allow the mojo shell to run on android.qsr@chromium.org2014-07-091-0/+3
* Redo: Adding a mojo interface to the mojo spycpu@chromium.org2014-07-098-44/+339
* Revert of Connect X11 ConfigureNotify events to Mojo (https://codereview.chro...horo@chromium.org2014-07-0911-133/+9
* Fixes for re-enabling more MSVC level 4 warnings: mojo/ editionpkasting@chromium.org2014-07-093-41/+60
* Mojo: Mojom parser: Make |module| use an |identifier_wrapped|.viettrungluu@chromium.org2014-07-093-35/+38
* Connect X11 ConfigureNotify events to Mojohansmuller@chromium.org2014-07-0911-9/+133
* Revert 281910 "Revert 272463 "Revert 272458 "Adding more guts to..."cpu@chromium.org2014-07-098-345/+44
* Revert 272463 "Revert 272458 "Adding more guts to the mojo spy.""cpu@chromium.org2014-07-098-44/+345
* Mojo: Enable apps built against the chromium env to be built as shared librariesdarin@chromium.org2014-07-087-72/+87
* Remove DispositionChangePhase.ben@chromium.org2014-07-0812-212/+135
* Mojo: Mojom: Make enum values only integers.viettrungluu@chromium.org2014-07-083-47/+91
* Mojo: bindings generator: Add AST types for attributes and attribute lists.viettrungluu@chromium.org2014-07-084-52/+151
* Adding an ExecutorFactory for the bindings.qsr@chromium.org2014-07-082-0/+287
* Mojo: Trivial style fixes.viettrungluu@chromium.org2014-07-086-20/+18
* Switch to using URLRequestContextBuilder to create some contexts.mmenke@chromium.org2014-07-083-103/+15
* Mojo: Fix test list in mojo/tools/data/unittests.viettrungluu@chromium.org2014-07-081-1/+1
* Update callback.h.pump for better output.qsr@chromium.org2014-07-032-13/+19
* Add serialization/deserialization of structs for mojo java bindings.qsr@chromium.org2014-07-038-2/+1299
* Mojo: bindings generator: Add an AST type for parameter lists.viettrungluu@chromium.org2014-07-024-20/+73
* Mojo: Mojom: Disallow trailing commas in parameter lists.viettrungluu@chromium.org2014-07-022-10/+59
* Tweak whitespace in mojo::Callback for readabilityjamesr@chromium.org2014-07-021-15/+6
* Mojo: Reformat parser_unittest.py.viettrungluu@chromium.org2014-07-023-392/+414
* Mojo: Mojom: Add a Parameter object to the AST.viettrungluu@chromium.org2014-07-024-14/+97
* Add is_null to mojo::Callbackjamesr@chromium.org2014-07-022-5/+46
* mojo: add some end-to-end shell tests and a new test sample apptim@chromium.org2014-07-0218-51/+743
* Allocate surface IDs on client sidejamesr@chromium.org2014-07-022-2/+2
* Mojo: Mojom: Remove character literals.viettrungluu@chromium.org2014-07-013-27/+0
* Mojo: Add HANDLE_SIGNAL_WRITABLE back to the JS bindings.viettrungluu@chromium.org2014-07-011-0/+1
* Mojo: Add asserts in the public Environment about being initialized.viettrungluu@chromium.org2014-07-012-2/+20
* Mojo: Fix the check_mojom_golden_files.py tool.viettrungluu@chromium.org2014-07-011-1/+5
* Fix path to Mojo logging.cc in mojo.gyp.treib@chromium.org2014-07-011-1/+1
* Adding Connector class to observe a message pipe.qsr@chromium.org2014-07-015-14/+407