summaryrefslogtreecommitdiffstats
path: root/mojo
Commit message (Expand)AuthorAgeFilesLines
* gn: Add missing mojo dep on applicationscottmg@chromium.org2014-07-311-0/+4
* Mojo: Make Dispatcher::AddWaiter() (etc.) return the current HandleSignalsSta...viettrungluu@chromium.org2014-07-3129-201/+454
* Basic Mojo message header validation for JavaScript.hansmuller@chromium.org2014-07-315-15/+159
* Mark json results failures as unexpected in python tests.dpranke@chromium.org2014-07-311-4/+7
* Mojo: split up service_provider.mojomdarin@chromium.org2014-07-3140-79/+87
* Mojo: Make Dispatcher::RemoveWaiter() (etc.) return the current HandleSignals...viettrungluu@chromium.org2014-07-3130-154/+520
* mojo: ViewManagerInitServiceImpl can delete itself OnNativeViewportDeletedtim@chromium.org2014-07-311-4/+1
* Mojo: Add a GetHandleSignalsState() method to Dispatcher.viettrungluu@chromium.org2014-07-3025-65/+137
* Extract mojo_base.gyp from mojo.gypmorrita@chromium.org2014-07-307-731/+772
* Revert 286584 "Revert 286504 "Fix typos in num_failures_by_type ..."skobes@chromium.org2014-07-301-3/+3
* Revert 286504 "Fix typos in num_failures_by_type for json results."skobes@chromium.org2014-07-301-3/+3
* Fix typos in num_failures_by_type for json results.dpranke@chromium.org2014-07-301-3/+3
* Mojo: Mark surfaces service and samples as loadable_modules in gypjamesr@chromium.org2014-07-302-6/+6
* Revert of mojo: Convert gles2 to the new thunking system (https://codereview....tapted@chromium.org2014-07-3018-410/+335
* mojo: shell::Context should outlive the shell MessageLooptim@chromium.org2014-07-3014-45/+59
* mojo: Convert gles2 to the new thunking system.erg@chromium.org2014-07-3018-335/+410
* Reland r285211: "Debugging RawChannelWin: replace DCHECK with CHECK and recor...viettrungluu@chromium.org2014-07-292-82/+174
* Temporary revert of r285211: "Debugging RawChannelWin: replace DCHECK with CH...viettrungluu@chromium.org2014-07-292-223/+127
* Mojo: clang-format mojo/system/*.{cc,h} ...viettrungluu@chromium.org2014-07-2958-1667/+2097
* GN: Add GN rules for mojo_shell targetjamesr@chromium.org2014-07-2929-39/+618
* Mojo: Convert MemoryTest.Invalid (-> InvalidDeath) to new user pointer handling.viettrungluu@chromium.org2014-07-292-67/+134
* Add a PRESUBMIT.py to mojo/embedder.viettrungluu@chromium.org2014-07-291-0/+16
* Mojo: add InterfaceFactoryImpl, use composition rather than inheritance.darin@chromium.org2014-07-2921-112/+296
* Replace OnViewManagerConnectionEstablished and OnRootAdded with a single OnEm...ben@chromium.org2014-07-2925-138/+127
* Mojo: Fix Options struct alignment checking on Windows.viettrungluu@chromium.org2014-07-282-18/+14
* Mojo: clang-format mojo/embedder/*.{cc,h}.viettrungluu@chromium.org2014-07-2812-199/+270
* Mojo: Update comments in public/c/system/*.h.viettrungluu@chromium.org2014-07-283-30/+28
* Mojo: Change includes of "base/basictypes.h" to <stdint.h> and/or "base/macro...viettrungluu@chromium.org2014-07-2818-24/+23
* Mojo: Convert MemoryTest.Valid to the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-286-171/+154
* Add operator<< for mojo::String for logging usedavemoore@chromium.org2014-07-281-0/+4
* mojo: fix little bug in DynamicServiceLoader/Runnertim@chromium.org2014-07-286-11/+114
* Cleans up usage of ViewManagerServiceImpl::roots_sky@chromium.org2014-07-279-106/+146
* Convert verification of options structs to use the new user pointer handling ...viettrungluu@chromium.org2014-07-2717-383/+426
* Convert WriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2612-87/+141
* Remove extraneous namespacesdavemoore@chromium.org2014-07-2630-348/+304
* Convert ReadData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2613-135/+201
* Adds an AccessPolicy that is queried to determine what a connection can dosky@chromium.org2014-07-2611-662/+721
* Convert WriteMessage...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2517-166/+192
* Convert ReadMessage...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2519-214/+185
* Make Mojo's LoggingTest.LogIf resilient to MSVC's unreachable code warninghwennborg@google.com2014-07-251-10/+17
* Revert of mojo: fix little bug in DynamicServiceLoader/Runner (https://codere...mpearson@chromium.org2014-07-256-113/+11
* Mojo: Set a default value for the --origin command line switch.darin@chromium.org2014-07-253-14/+22
* mojo: fix little bug in DynamicServiceLoader/Runnertim@chromium.org2014-07-256-11/+113
* Validate incoming JS Message Headers: test message parserhansmuller@chromium.org2014-07-2515-183/+682
* Distinguish between keystroke and character events.kpschoedel@chromium.org2014-07-252-14/+29
* Convert BeginReadData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2512-66/+92
* Remove RequestAnimationFrame from mojo, add delayed tasks to RunLoopjamesr@chromium.org2014-07-2525-145/+146
* Mojo: Modify plumbing for the WaitMany implementation.viettrungluu@chromium.org2014-07-252-16/+27
* Re-enable mojo_core_window_manager_unittestsjamesr@chromium.org2014-07-252-6/+6
* Convert BeginWriteData...() to use the new user pointer handling (see r285350).viettrungluu@chromium.org2014-07-2512-71/+98