summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in mojo/dcheng2014-10-2126-134/+126
* Mojo: Fix mojo/public/cpp/application/DEPS.viettrungluu2014-10-212-11/+5
* Further refine mojo_example_apptests.msw2014-10-172-8/+17
* Make args() accessors constdavemoore2014-10-171-1/+1
* mojo: Fix c++ bindings so serialization of empty arrays doesn't crash.erg2014-10-172-2/+19
* Make ApplicationImpl::args() be a std::vector<std::string>davemoore2014-10-172-3/+3
* mojo: Switch the clipboard interface over to using map<>.erg2014-10-163-5/+97
* Remove unused template, accidentally introduced by https://codereview.chromiu...aa2014-10-151-3/+0
* Add Equals() to mojom structs and related types.aa2014-10-158-1/+202
* Modify MOJO_ALLOW_UNUSED and MOJO_DCHECK syntax to allow enabling unused localpkasting2014-10-148-16/+23
* mojo: Allow circular dependencies between structsqsr2014-10-105-11/+42
* mojom: Add associative arrays to the mojom language.erg2014-10-1018-76/+1229
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-1/+1
* Mojo: Use a variadic template in mojo/public/cpp/bindings/callback.h.viettrungluu2014-10-092-563/+13
* Mojo: Add a PRESUBMIT.py to mojo/public/cpp.viettrungluu2014-10-081-0/+16
* Mojo: clang-format mojo/public/cpp/{application,bindings}.Viet-Trung Luu2014-10-0757-568/+500
* Mojo: clang-format mojo/public/cpp/{environment,system,test_support,utility}.Viet-Trung Luu2014-10-0719-230/+229
* Move mojo/edk gyp targets in to mojo/edk/mojo_edk.gypjamesr2014-10-075-5/+5
* Refine mojo_example_apptests' client execution pattern.msw2014-10-072-0/+10
* Define gyp targets for mojo/public/* in mojo/public/mojo_public.gypjamesr2014-10-077-8/+8
* Mojo: Change MOJO_COMPILE_ASSERT -> static_assert in mojo/.viettrungluu2014-10-0711-72/+64
* Rename Get to GetProxysky2014-10-063-5/+6
* Remove ApplicationRunner's explicit ScopedMessagePipeHandle construction.msw2014-10-031-2/+1
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-031-5/+5
* Mojo cpp bindings: support Clone() for structs and arrays which don't contain...yzshen2014-10-025-20/+149
* Makes NativeViewport send OnBoundsChanged() after widget availablesky2014-09-303-0/+40
* Convert the remaining MOJO_OVERRIDE -> override, and get rid of MOJO_OVERRIDE.viettrungluu2014-09-301-6/+0
* Mojo: Delete mojo/public/cpp/gles2.viettrungluu2014-09-301-4/+0
* Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...viettrungluu2014-09-3028-61/+61
* Mojo: NULL -> nullptr in mojo/public/cpp outside of bindings.viettrungluu2014-09-3016-53/+50
* Mojo: MOJO_OVERRIDE -> override in mojo/.Viet-Trung Luu2014-09-2930-162/+114
* Make gn check //mojo/public/* passjamesr2014-09-2610-28/+91
* mojo: Allow basic RunLoop to be quit from a posted task.qsr2014-09-243-24/+59
* Add Initialize() method to Application with ability to send args usingdavemoore2014-09-192-3/+18
* mojo: Create a basic clipboard.erg2014-09-171-0/+3
* Revert of mojo: Create a basic clipboard. (patchset #29 id:540001 of https://...rockot2014-09-161-3/+0
* mojo: Create a basic clipboard.erg2014-09-161-0/+3
* Move application:chromium bindings to mojo/application/jamesr2014-09-133-130/+0
* Mojo + NaCl prototype.ncbray2014-09-111-3/+2
* Mark gtest and gmock as testonly in GN.Brett Wilson2014-09-081-0/+1
* Expose NavigatorHost via Embed() rather than globally.aa2014-09-051-1/+10
* Update view_manager and window_manager to make use of content handling.aa2014-09-051-0/+2
* mojo: Run validation tests on javaBenjamin Lerman2014-09-041-0/+9
* Change TypeConverter<X,Y>::ConvertFrom and ConvertTo into a single symmetricmpcomplete2014-09-036-63/+75
* Remove ShellPtrWatcher details from public headerdavemoore2014-09-022-18/+19
* Make HandleWatcher watch on the same thread if the thread is running a Messag...yzshen2014-08-294-8/+26
* mojo: Utility class to parse .data file.Benjamin Lerman2014-08-291-1/+7
* Get rid of KeepAlive. Quit shell when all urls run directly by Context are ...davemoore2014-08-251-1/+4
* Mojo C++ bindings: better log messages for some validation errors at the rece...yzshen2014-08-253-7/+24
* Converts some DCHECKs into CHECKs in hopes of helping with a crashsky@chromium.org2014-08-222-4/+4