summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test
Commit message (Expand)AuthorAgeFilesLines
* [Extensions] Update generated code to support movable additional propertiesrdevlin.cronin2016-03-245-0/+45
* [Extensions] Update generated code to support move operationsrdevlin.cronin2016-03-224-2/+63
* Media Galleries Partial Deprecation: Remove scan functionality.tommycli2016-03-021-0/+2
* 'linux' platform should exclude 'chromeos' in json compiler.shuchen2016-01-143-0/+48
* Convert Pass()→std::move() in //toolsdcheng2015-12-272-8/+8
* Switch to standard integer types in tools/.avi2015-12-263-0/+7
* extensions: tabs/windows: add devtools to the list of window typelionel.g.landwerlin2015-07-162-2/+2
* Add the boilerplate for actions to File System Provider API.mtomasz2015-06-231-0/+5
* 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
* Make the JSON Schema compiler handle enums declared in other namespaces.kalman2015-04-243-42/+66
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-068-174/+97
* Support JSON Schema properties with values in the JSON Schema Compiler.kalman2015-04-021-0/+20
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-1/+1
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-2/+2
* Add more targets to GN check.brettw2015-02-201-0/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-5/+4
* Add unit tests target to GN build.brettw2015-02-012-0/+48
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-051-1/+1
* Remove the Pepper IDL generator from JSON schema compiler.sammc@chromium.org2014-07-291-93/+0
* Decrement CreateDoubleValue countestade@chromium.org2014-07-193-4/+3
* Get rid of the rest of CreateStringValueestade@chromium.org2014-07-1810-65/+60
* Eliminate CreateBooleanValue from test filesestade@chromium.org2014-07-176-13/+11
* Remove more CreateIntegerValue calls.estade@chromium.org2014-07-169-37/+36
* Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode.joaodasilva@chromium.org2014-06-061-0/+5
* Support converting referenced enum array into string.wjywbs@gmail.com2014-05-172-0/+124
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-092-0/+25
* Remove a suspicious part of error generation code that crashes if a NULLDHNishi@gmail.com2014-05-021-3/+6
* JSON Schema Compiler: Convert enums in vectors to StringValues rather thankalman@chromium.org2014-05-011-11/+22
* Fix captureVisibleTab doc string.meacer@chromium.org2014-04-281-1/+1
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-045-6/+41
* Add a warning for when too many parameters are passed to the JSON SchemaDHNishi@gmail.com2014-04-041-0/+15
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-133-13/+28
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-112-1/+139
* Added tests to idl parsing of extensions API IDL.benwells@chromium.org2014-02-251-0/+5
* 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-2413-323/+348
* Add a Pepper IDL generator to the JSON schema compiler.sammc@chromium.org2013-12-121-0/+93
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-131-0/+6
* Add "implemented_in" key in IDL schema compilerHokein.Wu@gmail.com2013-11-072-0/+21
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-11-062-0/+47
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-011-0/+1
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-311-1/+0
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-311-0/+1
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-303-0/+29
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-033-66/+0
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-033-0/+66
* 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-123-0/+322
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-252-0/+83