summaryrefslogtreecommitdiffstats
path: root/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Mojo C++ bindings: pass SerializationContext to GetSerializedSize_() and Seri...yzshen2016-03-021-4/+4
* Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.yzshen2016-02-291-1/+1
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-131-2/+4
* Convert Pass()→std::move() in //mojo/public/dcheng2015-12-261-27/+28
* Switch to standard integer types in mojo/.Avi Drissman2015-12-211-0/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-0/+227
* Move //mojo/{public, edk} underneath //third_partyblundell2015-01-191-223/+0
* Update mojo sdk to rev 3b54eded8dadb36548934c09c5100e9e645ec328jamesr2014-10-231-1/+1
* mojo: Allow circular dependencies between structsqsr2014-10-101-1/+2
* Mojo: clang-format mojo/public/cpp/{application,bindings}.Viet-Trung Luu2014-10-071-15/+27
* mojom: Change array syntax from uint8[] to array<uint8>.erg2014-10-031-5/+5
* Mojo: Add warning of invalid serialization results (in debug build).yzshen@chromium.org2014-08-191-0/+210