summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Pass arguments from mojom_bindings_generator.py to each individual generator.qsr@chromium.org2014-05-145-10/+14
* Makes CreateNode and CreateView take 32bit valuessky@chromium.org2014-05-146-59/+74
* Mojo: Base our epsilon timeouts off of TestTimeouts::tiny_timeout().viettrungluu@chromium.org2014-05-146-223/+193
* Add mojo web UI framework based on Nat's TVCMcpu@chromium.org2014-05-1415-0/+506
* Mojo: Add a dispatcher that wraps a PlatformHandle (for use by the embedder).viettrungluu@chromium.org2014-05-1312-32/+343
* Couple of changes for viewmanagersky@chromium.org2014-05-138-389/+298
* Makes BackgroundServiceLoader destroy loader on background threadsky@chromium.org2014-05-131-0/+2
* Get rid of the services namespace and move the service into the service sub-n...ben@chromium.org2014-05-1343-110/+54
* Synchronizes View instances across clients.ben@chromium.org2014-05-1327-76/+832
* Revert 270122 "Synchronizes View instances across clients."ben@chromium.org2014-05-1323-810/+61
* Synchronizes View instances across clients.ben@chromium.org2014-05-1323-61/+810
* Mojo: Add test utils to go between a ScopedPlatformHandle and a ScopedFILE.viettrungluu@chromium.org2014-05-134-35/+82
* Pass data down pipes in mojo fuzzing tests.tsepez@chromium.org2014-05-132-33/+96
* Mojo: (Theoretically) implement the read side of platform handle passing.viettrungluu@chromium.org2014-05-1315-53/+222
* Mojo: Tighten up mojo/embedder/DEPS.viettrungluu@chromium.org2014-05-121-1/+9
* Mojo: Delete some old, unused code.viettrungluu@chromium.org2014-05-123-39/+17
* Add SetClient method implementation to InterfaceImpl.darin@chromium.org2014-05-1217-108/+57
* Introduces another change id to hierarchy mutationssky@chromium.org2014-05-129-178/+397
* We want to be able to use the generated mojom.js files on web serversabarth@chromium.org2014-05-117-14/+41
* Two fixes for mojo JS bindingssky@chromium.org2014-05-114-41/+54
* Mojo: Add support for constants to the IDL compiler.mpcomplete@chromium.org2014-05-1117-62/+183
* ui/compositor: move the browser compositor thread to the ContextFactorypiman@chromium.org2014-05-102-0/+5
* Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...ananta@chromium.org2014-05-101-2/+12
* Fix compile error on Win64 due to C++ warning 4275 occurring because an expor...ananta@chromium.org2014-05-101-1/+3
* Fix names of headers in mojo_public.gypidarin@chromium.org2014-05-101-3/+2
* Revert 269452 "Fix header name in GYP file"rlp@chromium.org2014-05-101-2/+2
* Fix header name in GYP filedarin@chromium.org2014-05-091-2/+2
* Mojo: Replace RemotePtr with InterfacePtr and InterfaceImpldarin@chromium.org2014-05-09103-943/+1190
* Changes to deletion/ownership of nodes in the client lib.ben@chromium.org2014-05-0920-106/+327
* Revert 269414 "Changes to deletion/ownership of nodes in the cli..."ben@chromium.org2014-05-0920-327/+106
* Changes to deletion/ownership of nodes in the client lib.ben@chromium.org2014-05-0920-106/+327
* Mojo: (Theoretically) implement sending PlatformHandles (i.e., FDs) across a ...viettrungluu@chromium.org2014-05-097-102/+229
* Mojo: Add the ability to allocate space for platform handle info in Transport...viettrungluu@chromium.org2014-05-098-17/+86
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+549
* Revert 269267 "Wires up view manager to an actual display"sky@chromium.org2014-05-0924-547/+71
* Adding reference to interface in methods.qsr@chromium.org2014-05-094-18/+17
* Fix out-of-bound access in MessageHeaderValidator and test facility.yzshen@chromium.org2014-05-094-2/+11
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+547
* Revert of Wires up view manager to an actual display (https://codereview.chro...phajdan.jr@chromium.org2014-05-0924-547/+71
* Wires up view manager to an actual displaysky@chromium.org2014-05-0924-71/+547
* Revert 269197 "Mojo: Add the ability to allocate space for platf..."marja@chromium.org2014-05-098-80/+13
* Mojo: Add the ability to allocate space for platform handle info in Transport...viettrungluu@chromium.org2014-05-098-13/+80
* Remove SharedBitmapManager global in ui/compositorpiman@chromium.org2014-05-092-0/+5
* Adding missing documentation.qsr@chromium.org2014-05-092-16/+14
* Observe hierarchy changes from other connections.ben@chromium.org2014-05-0713-135/+222
* Mojo: Make RawChannelPosix::Read() use PlatformChannelRecvmsg() (instead of r...viettrungluu@chromium.org2014-05-073-27/+40
* Build view manager lib & tests as part of mojo target.ben@chromium.org2014-05-071-0/+2
* fixed memory leak from mojo_public_bindings_unittests FixedBufferTest.Leakzhaoqin@google.com2014-05-071-1/+1
* Mojo: Make embedder::PlatformChannelRecvmsg() able to append handles to an ex...viettrungluu@chromium.org2014-05-073-9/+60
* Add handles to data structure passed between c++ and JS unittest.tsepez@chromium.org2014-05-072-8/+44