summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Adds back qualifier support to the shellsky2016-02-1919-64/+197
* Alias sent port names to help check for memory corruptionrockot2016-02-191-1/+4
* Mojo: Simplify IPC initialization assumptionsrockot2016-02-195-31/+11
* Separates running of child process from connecting to the shellsky2016-02-194-245/+339
* command_buffer: Implement glGetStringi for GL ES 3.0kkinnunen2016-02-192-0/+5
* Restructure/simplify ApplicationManagerben2016-02-199-166/+136
* Sort application_manager.ccben2016-02-191-53/+69
* Mojo: Don't allow closed pipe handles to be sentrockot2016-02-193-2/+5
* Remove URLRequest from ConnectToApplicationParamsben2016-02-199-81/+10
* Separates out registering mojo schemes into a functionsky2016-02-196-4/+55
* Always use the broker for shm creation in child processes.amistry2016-02-191-7/+7
* Remove now unnecessary ScopedTracker.amistry2016-02-191-6/+0
* Add more CHECKs to help investigate the Mojo bootstrap crashrockot2016-02-191-3/+6
* Correct tilt attribute names in mus::mojom::BrushDataPtr.moshayedi2016-02-191-1/+1
* Roll ShellApplicatinoLoader/Delegate into ApplicationManagerben2016-02-1912-362/+76
* Another include fixben2016-02-181-1/+1
* Fix header includeben2016-02-181-1/+1
* Fixes launching child process in visual studiosky2016-02-181-3/+9
* Move various Shell tests into a subdir.ben2016-02-1822-185/+199
* Makes BackgroundShell work with async completionsky2016-02-181-22/+31
* mojo: Remove the mojo:filesystem sqlite binding code.erg2016-02-188-303/+4
* Eliminate ShellClientFactoryConnection & just have the ApplicationManager do it.ben2016-02-1818-146/+93
* ContentHandler -> ShellClientFactoryben2016-02-1826-295/+283
* Fix a logical race when adding an awakable to a wait set.amistry2016-02-181-1/+6
* Remove the old package managerben2016-02-1856-3903/+108
* Mojo C++ bindings: support sync methods - part 1.yzshen2016-02-1717-38/+361
* Use the remote package manager by default.ben2016-02-1715-37/+76
* mojo: Start building a leveldb service.erg2016-02-171-0/+4
* Revert of Use the remote package manager by default. (patchset #5 id:80001 of...henrika2016-02-1714-70/+33
* Use the remote package manager by default.ben2016-02-1714-33/+70
* Teach ApplicationManager how to use the remote package manager.ben2016-02-1624-122/+455
* Introducing gpu::CommandBufferId as a distinct, IdType<...>-based type.lukasza2016-02-163-7/+11
* Mojo bindings environment: remove usage of logger and task tracker.yzshen2016-02-1626-118/+117
* Change some commonly accessed data structures for performance.amistry2016-02-153-7/+17
* Mojo C++ bindings: helpers to recusively convert between mojo and STL types.yzshen2016-02-156-0/+342
* Add a pair of debugging tools to help track down an invalid handle exception.amistry2016-02-151-1/+25
* Decompose Application Package Apptest a bit more.ben2016-02-159-224/+302
* Add mach port to PlatformHandle.amistry2016-02-152-6/+39
* Fix a race between WaitSetDispatcher::RemoveWaitingDispatcher and WaitSetDisp...amistry2016-02-151-14/+13
* Couple of changes to shell:sky2016-02-147-4/+37
* Revert of Couple of changes to shell: (patchset #1 id:1 of https://codereview...thakis2016-02-137-36/+3
* Package Managerben2016-02-1310-0/+538
* Removes kEnableMultiprocesssky2016-02-134-11/+2
* Couple of changes to shell:sky2016-02-137-3/+36
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-1315-49/+72
* Moves switches in mojo into mojo namespacesky2016-02-127-4/+15
* Convert mojo_test_apk android_apk->instrumentation_test_apkagrieve2016-02-121-3/+1
* Move two files into mojo/public/cpp/bindings.yzshen2016-02-1218-29/+30
* Extracts InterfaceRegistry from ConnectionImpl.ben2016-02-129-154/+242
* Remove PlatformSupport.amistry2016-02-1224-393/+145