summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/lib/validation_errors.h
Commit message (Expand)AuthorAgeFilesLines
* [mojo-sdk] Remove mojo_ignore_result and move C++ macros.h to bindings intern...amistry2016-03-111-1/+1
* Remove MOJO_DISALLOW_COPY_AND_ASSIGN and MOJO_ALLOW_UNUSED_LOCAL.amistry2016-03-031-2/+2
* Mojo bindings environment: remove usage of logger and task tracker.yzshen2016-02-161-5/+6
* Mojo C++ bindings: support enum validation.yzshen2016-01-281-1/+3
* Fix a bunch of mojo_public_*_unittests with the new EDK.jam2016-01-051-2/+7
* Mojo C++ bindings: associated interface pointers/requests validationyzshen2015-12-011-0/+4
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-0/+122
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-114/+0
* mojom: Add associative arrays to the mojom language.erg2014-10-101-0/+3
* Mojo: clang-format mojo/public/cpp/{application,bindings}.Viet-Trung Luu2014-10-071-4/+4
* Mojo: NULL -> nullptr in mojo/public/cpp/bindings and also for the bindings g...viettrungluu2014-09-301-1/+1
* Mojo C++ bindings: better log messages for some validation errors at the rece...yzshen2014-08-251-1/+2
* Mojo C++ bindings: better log message for serialization warnings.yzshen@chromium.org2014-08-211-4/+6
* Mojo cpp bindings: remove IsNonNullableValidationEnabled() checkyzshen@chromium.org2014-08-201-6/+0
* Mojo: Add warning of invalid serialization results (in debug build).yzshen@chromium.org2014-08-191-3/+37
* Add validation logic for non-nullable types.yzshen@chromium.org2014-08-151-0/+14
* Mojo message validation tests: add integration tests and move existing confor...yzshen@chromium.org2014-06-151-1/+1
* Mojo cpp bindings: report the reason of validation failure.yzshen@chromium.org2014-06-041-0/+66