summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* Revert of Removing X11 native_event uses for key events. (patchset #6 id:1600...dcheng2014-09-042-9/+13
* Removing uses of X11 native key events.kpschoedel2014-09-032-13/+9
* Fix python bindings generator.Benjamin Lerman2014-09-031-1/+1
* Mojo: validate nullability in Java serialization.ppi2014-09-035-69/+223
* mojo: Starting generator for python bindings.qsr2014-09-038-6/+167
* Mojo: Add a WebSocket/Client interface and hook it up to the HTML viewer.mpcomplete2014-09-0313-0/+568
* mojo: Fix the key code for EXECUTE.erg2014-09-031-1/+1
* Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetricmpcomplete2014-09-0328-305/+331
* Fix wm_flow_app so that it uses MojoMain() directly.ben2014-09-031-7/+5
* Remove ShellPtrWatcher details from public headerdavemoore2014-09-022-18/+19
* mojo: Update python APIqsr2014-09-023-141/+141
* Fixes to get view_manager_lib_unittests not crashsky2014-09-022-1/+8
* MessageReceiver must handle Message and not MessageWithHeader.qsr2014-09-0116-153/+242
* mojo: Validate fixed size array for the mojo java bindings.qsr2014-09-017-57/+148
* Make HandleWatcher watch on the same thread if the thread is running a Messag...yzshen2014-08-2910-76/+210
* Mojo: Remove the STATE_WAIT_LOCAL_DETACH_AND_REMOTE_REMOVE_ACK endpoint state.viettrungluu2014-08-292-5/+64
* Various GN fixes.dalecurtis2014-08-291-1/+1
* mojo: Fixing array serialization for java bindings.qsr2014-08-293-9/+16
* Mojo: validate nullability in Java bindings.ppi2014-08-297-73/+159
* mojo: Refactor method name generation for java bindings.qsr2014-08-291-10/+10
* mojo: Utility class to parse .data file.Benjamin Lerman2014-08-299-3/+308
* Teach the native viewport service to draw a Surface into itselfjamesr2014-08-2918-94/+336
* Add ChannelProxy benchmark to ipc_perftests.morrita2014-08-298-92/+20
* Mojo: Fix two bugs in content handlingaa2014-08-288-147/+218
* Manual fixups for scoped_refptr conversion operator cleanup in mojo/dcheng2014-08-283-7/+9
* Remove python bindings unittests from the build.qsr2014-08-287-177/+188
* Put thunk targets directly into loadable modules in static buildjamesr2014-08-287-61/+95
* More viewmanager renaming:sky2014-08-2827-1271/+1262
* Mojo: Don't call Channel::HandleRemoteError() under lock.Viet-Trung Luu2014-08-281-12/+16
* Integrate Mojo JS validation bindings with the Routerhansmuller2014-08-275-14/+35
* mojo: Fix double character inserts on Windows by removing a Linux hack.erg2014-08-2712-46/+210
* Mojo javascript encoder: Empty string encoded as NULL.tsepez2014-08-271-3/+6
* mojo: generate Proxies and Stubs for java bindings.qsr2014-08-2721-88/+1235
* Revert of mojo: generate Proxies and Stubs for java bindings. (patchset #16 o...tnagel2014-08-2721-1232/+86
* mojo: generate Proxies and Stubs for java bindings.qsr2014-08-2721-86/+1232
* Rename RootViewManager to DisplayManagersky2014-08-279-55/+55
* Remove redundant echo.mojom, verify non-nullables in echo_service.mojomcmasone2014-08-278-75/+29
* Mojo: add mojo_message_pipe_perftestsmorrita2014-08-267-124/+422
* Update mojo's WebMimeRegistry for supportsImagePrefixedJames Robinson2014-08-262-0/+13
* Rename OnServiceError to OnApplicationErrordavemoore2014-08-2620-60/+62
* Fix GN toolchains to use proper out dir.Brett Wilson2014-08-261-0/+2
* Mojo: Add static factory functions to MessagePipe.Viet-Trung Luu2014-08-269-109/+75
* Removes usage of aura::Window from Nodesky2014-08-269-194/+243
* Mojo: add support for {double,float}.{INFINITY,NEGATIVE_INFINITY,NAN}darin2014-08-267-1/+77
* Mojom: Blanket change to mark all pointer/handle fields as nullable.yzshen2014-08-2625-74/+76
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-252-8/+7
* Remove implicit conversions from scoped_refptr to T* in mojo/dcheng2014-08-2526-82/+83
* Update mojo surfaces bindings and mojo/cc/ gluejamesr2014-08-2522-45/+260
* Get rid of KeepAlive. Quit shell when all urls run directly by Context are ...davemoore2014-08-2525-188/+179
* mojo: Fixed mojo_example_apptests.alokp2014-08-251-5/+7