summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
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-065-15/+162
* [Extern Generation] Normify extern enum property namesrdevlin.cronin2015-04-292-1/+33
* Make the JSON Schema compiler handle enums declared in other namespaces.kalman2015-04-245-50/+84
* [Extension API Extern Generation] Fix a few bugs in extern generationrdevlin.cronin2015-04-074-22/+34
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-0611-184/+127
* Support JSON Schema properties with values in the JSON Schema Compiler.kalman2015-04-024-19/+118
* [Extension API Extern Generation] Add an @see link and include event descriptionrdevlin.cronin2015-03-302-5/+45
* [Extension API Extern Generation] Support inline object definitionsrdevlin.cronin2015-03-306-78/+279
* [Extension API Extern Generation] Fix comment indentationrdevlin.cronin2015-03-274-23/+51
* [Extension API Extern Generation] Add support for function typesrdevlin.cronin2015-03-262-24/+51
* [Extension API Extern Generation] Fix array specificationrdevlin.cronin2015-03-252-7/+23
* [Extension API Extern Generation] Auto-generate enumsrdevlin.cronin2015-03-243-15/+153
* Generate externs automatically from json/idl filesrdevlin.cronin2015-03-243-1/+240
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-1/+1
* Adding <appview> documentation.lfg2015-03-041-7/+16
* Apply gn format with 'sources' sorting to src/scottmg2015-02-281-2/+2
* WebstorePrivate extension API cleanup, part 2treib2015-02-241-0/+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
* Cleanup: Presubmit API is built into depot_tools.tfarina2015-01-311-1/+1
* Remove dart generator code from json schema compiler.benwells2015-01-2119-2049/+2
* json_schema_compiler: Use std::vector<char> for binary values.pneubeck2015-01-204-13/+33
* Cleanup: Some simplifications in json_schema_compiler.pneubeck2015-01-194-85/+58
* Cleanup: Remove unused code from json_schema_compiler.pneubeck2015-01-162-61/+0
* json_schema_compiler: Use range based for loops.thestig2015-01-163-25/+13
* Cleanup most pylint errors in json_schema_compiler.thestig2015-01-1511-42/+38
* Update copyright headers in dart test files.pneubeck2015-01-138-8/+8
* gn format // (the rest, except mojo)scottmg2014-12-031-3/+4
* Make Create take parameter by reference for ArrayBufferkaliamoorthi2014-12-021-0/+1
* checkperms: Recognize "#! /path" as a file that has a shabang.thestig2014-09-191-0/+0
* Fixing json compiler preview.lfg2014-08-292-52/+54
* - Add support for references in different paths in apis.lfg2014-08-2910-80/+155
* Reland 596ff54335b2a1b393af10657bc4945114f3beed - Split API bundle generation...yoz2014-08-272-16/+28
* Revert "Split bundle generation steps so that API registration is generated i...Albert J. Wong2014-08-272-28/+16
* Split bundle generation steps so that API registration is generated in browse...yoz2014-08-272-16/+28
* Make the root_namespace argument to json_schema_compiler.gypi a stringkalman@chromium.org2014-08-0511-137/+179
* Remove the Pepper IDL generator from JSON schema compiler.sammc@chromium.org2014-07-296-698/+1
* Extension docs: Make comments in IDL files generate paragraphs rather thankalman@chromium.org2014-07-224-20/+23
* Decrement CreateDoubleValue countestade@chromium.org2014-07-193-4/+3
* Cast: cast.streaming API to support null audio (or video) trackhclam@chromium.org2014-07-181-0/+2
* 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
* Docserver: Separate models for apps and extensions.ahernandez.miralles@gmail.com2014-06-242-9/+32
* Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode.joaodasilva@chromium.org2014-06-062-6/+15
* Add global presubmit that JSON and IDL files can be parsed.yoz@chromium.org2014-06-031-2/+8
* Support converting referenced enum array into string.wjywbs@gmail.com2014-05-175-59/+193
* Convert snakecase enum names to camelcase when stringified.dtseng@chromium.org2014-05-155-9/+46