summaryrefslogtreecommitdiff
path: root/mojo/public/cpp/bindings/tests/serialization_warning_unittest.cc
AgeCommit message (Expand)Author
2020-06-05Mojo Bindings: Single-phase serializationKen Rockot
2020-06-05Reland "Reland "Reland "Mojo C++ Bindings: Dynamic message allocation"""Ken Rockot
2020-06-05Revert "Reland "Reland "Mojo C++ Bindings: Dynamic message allocation"""Ken Rockot
2020-06-05Reland "Reland "Mojo C++ Bindings: Dynamic message allocation""Ken Rockot
2020-06-05Revert "Reland "Mojo C++ Bindings: Dynamic message allocation""Ken Rockot
2020-06-05Reland "Mojo C++ Bindings: Dynamic message allocation"Ken Rockot
2020-06-05Revert "Mojo C++ Bindings: Dynamic message allocation"nainar
2020-06-05Mojo C++ Bindings: Dynamic message allocationKen Rockot
2020-06-05Remove mojo::Array.sammc
2020-06-05Remove mojo::String.sammc
2020-06-05Mojo C++ bindings: share DataView class between chromium and blink variants.yzshen
2020-06-05Mojo C++ bindings: add a new mode to generator to use native STL/WTF typesyzshen
2020-06-05Mojo C++ bindings: more consistent handle and interface serialization.yzshen
2020-06-05Mojo C++ bindings: introduce MojomTypeTraits.yzshen
2020-06-05Mojo C++ bindings: rename ArrayValidateParams for claritytibell
2020-06-05Mojo C++ bindings: switch the remaining callsites of the old serialization in...yzshen
2020-06-05Mojo C++ bindings: custom type mapping for array - part 2yzshen
2020-06-05Mojo Bindings: Use SerializationContext to carry handlesrockot
2020-06-05Mojo C++ bindings: pass SerializationContext to GetSerializedSize_() and Seri...yzshen
2020-06-05Mojo C++ bindings: Preparation for supporting WTF-firendly string/arrary/map.yzshen
2020-06-05Mojo C++ bindings: make Array/Map/String non-null by default.yzshen
2020-06-05Convert Pass()→std::move() in //mojo/public/dcheng
2020-06-05Switch to standard integer types in mojo/.Avi Drissman
2020-06-05Move third_party/mojo/src/mojo/public to mojo/publicrockot
2020-06-04Move //mojo/{public, edk} underneath //third_partyblundell
2020-06-04Update mojo sdk to rev 3b54eded8dadb36548934c09c5100e9e645ec328jamesr
2020-06-04mojo: Allow circular dependencies between structsqsr
2020-06-04Mojo: clang-format mojo/public/cpp/{application,bindings}.Viet-Trung Luu
2020-06-04mojom: Change array syntax from uint8[] to array<uint8>.erg
2020-06-04Mojo: Add warning of invalid serialization results (in debug build).yzshen@chromium.org