summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-132-13/+6
* Chromium side changes to add the ledger API.rkc@chromium.org2014-05-121-7/+18
* Fix compile error if both inline and reference enums are used in a type.wjywbs@gmail.com2014-05-094-3/+38
* Remove a suspicious part of error generation code that crashes if a NULLDHNishi@gmail.com2014-05-023-13/+21
* JSON Schema Compiler: Convert enums in vectors to StringValues rather thankalman@chromium.org2014-05-014-48/+97
* cc_generator.py: Add "this->" before optional property check for object types.armansito@chromium.org2014-04-301-5/+4
* Fix captureVisibleTab doc string.meacer@chromium.org2014-04-281-1/+1
* Add GN template for generated extensions API targets.rockot@chromium.org2014-04-261-0/+13
* Don't generate vacuous JSON schema during IDL parsing, and split longkalman@chromium.org2014-04-121-3/+8
* Support scoped types in PPAPI IDL.mtomasz@chromium.org2014-04-049-47/+123
* Revert 261891 "Don't generate vacuous JSON schema during IDL par..."kalman@chromium.org2014-04-043-40/+27
* Add a warning for when too many parameters are passed to the JSON SchemaDHNishi@gmail.com2014-04-042-2/+32
* Don't generate vacuous JSON schema during IDL parsing, and split longkalman@chromium.org2014-04-043-27/+40
* Remove nodoc dictionaries from apps documentation.benwells@chromium.org2014-03-181-1/+3
* Support unions in extensions IDl dictionaries.benwells@chromium.org2014-03-135-16/+140
* Make JSON Schema Compiler errors into warnings if recoverable.DHNishi@gmail.com2014-03-114-26/+201
* Move ExtensionFunctionRegistry out of src/chromerockot@chromium.org2014-03-051-1/+1
* Add an implementation path option to json_schema_compilerrockot@chromium.org2014-03-053-7/+15
* Use validating IPC enum macros in accessibility messages.tsepez@chromium.org2014-02-262-11/+17
* Added tests to idl parsing of extensions API IDL.benwells@chromium.org2014-02-252-0/+45
* Generate ax enums from idl.dtseng@chromium.org2014-02-096-13/+19
* Add deprecation annotation to IDL Schema Compiler.DHNishi@gmail.com2014-01-272-3/+16
* Rebase the Dart Generator test files for 2014.DHNishi@gmail.com2014-01-138-8/+8
* Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox...avi@chromium.org2013-12-252-2/+2
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-2415-333/+358
* Ignore unnecessary brackets in JSON/IDL API generated code.Hokein.Wu@gmail.com2013-12-191-3/+4
* Add a Pepper IDL generator to the JSON schema compiler.sammc@chromium.org2013-12-126-1/+698
* Pepper: More IDL generator cleanup.teravest@chromium.org2013-12-041-7/+7
* Pepper: Clean up IDLNode internals.teravest@chromium.org2013-12-021-1/+1
* Base infrastructure for Networking Private API on Windows and Mac.mef@chromium.org2013-11-221-1/+7
* JSON schema compiler: remove SOURCE_BASE_PATH hack from bundle generator.yoz@chromium.org2013-11-202-8/+14
* Docserver: Add deprecation annotation for properties.DHNishi@gmail.com2013-11-141-0/+2
* Implement app.window.get() and app.window.getAll().mek@chromium.org2013-11-133-1/+29
* Nit cleanup in json_schema_compiler/model.pyHokein.Wu@gmail.com2013-11-071-2/+4
* Add "implemented_in" key in IDL schema compilerHokein.Wu@gmail.com2013-11-074-3/+55
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-11-069-3/+390
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-11-016-9/+36
* Revert 231982 "Docserver: Display enum value descriptions in API..."kinaba@chromium.org2013-10-316-36/+9
* Docserver: Display enum value descriptions in API docs.sammc@chromium.org2013-10-316-9/+36
* Add "platforms" key in IDL schema compiler.Hokein.Wu@gmail.com2013-10-307-5/+94
* Add a deprecated annotation for api documentation.DHNishi@gmail.com2013-10-171-0/+2
* Docserver: Pull knowledge of host file systems into a singlekalman@chromium.org2013-10-081-4/+5
* Revert 226826 "This is a preliminary patch to auto-generate the ..."tbarzic@chromium.org2013-10-0310-410/+3
* This is a preliminary patch to auto-generate the ID enum in APIPermission.DHNishi@gmail.com2013-10-0310-3/+410
* Support customized display prefixes on API docs.rockot@chromium.org2013-10-031-0/+1