summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/error_generation_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-121-2/+2
* Add support for passing errors through PopulateArrayFromList.reillyg2015-05-061-2/+4
* Remove a suspicious part of error generation code that crashes if a NULLDHNishi@gmail.com2014-05-021-3/+6
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-041-1/+1
* Add a warning for when too many parameters are passed to the JSON SchemaDHNishi@gmail.com2014-04-041-0/+15
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-111-1/+105
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-251-1/+1
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-241-17/+17
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-211-36/+47
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-121-0/+203