summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
...
* Lazily load extension API schemascduvall@chromium.org2013-03-235-80/+106
* Refine chrome API dart generator tests.benwells@chromium.org2013-03-167-211/+293
* windowCreateWindowOptions.type changed to enum; nodoc support on idl enum.scheib@chromium.org2013-03-123-2/+14
* Implement chrome.downloads.onDeterminingFilename() to allow extensions to par...benjhayden@chromium.org2013-03-031-0/+10
* JSON compiler to prefix the function classes by their type's names.ncj674@motorola.com2013-02-271-16/+23
* Fix problem with non void return types in extension API IDL.benwells@chromium.org2013-02-262-10/+51
* JSON Compiler should convert the namespace value in lowerCamelCase to unix_na...ncj674@motorola.com2013-02-233-6/+6
* Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ...sashab@chromium.org2013-02-2220-50/+788
* Revert 183709nhiroki@chromium.org2013-02-2120-787/+50
* Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ...sashab@chromium.org2013-02-2120-50/+787
* Move API functions registrations out of ExtensionFunctionRegistry.ncj674@motorola.com2013-02-141-1/+2
* Improvements to JSON Schema Compiler's Dart Generationsashab@chromium.org2013-02-131-117/+205
* generated_api.h should have its body generated into generated_api.ccMHX348@motorola.com2013-02-122-18/+41
* Make content_unittests build on Win64 jschuh@chromium.org2013-02-091-0/+2
* Initial commit of the Dart Chrome Extension APIs generatorssashab@chromium.org2013-02-0615-351/+1020
* Minor JSON Schema compiler cleanup to remove Property.FromJSON and makekalman@chromium.org2013-02-041-56/+24
* Fix up how the JSON Schema compiler decides whether to include or forwardkalman@chromium.org2013-01-296-107/+114
* IDL generated extensions code only generate foo_api.h when requiredcalamity@chromium.org2013-01-252-6/+14
* Make the JSON Schema bundle generation remove the description from the JSON, andkalman@chromium.org2013-01-231-8/+19
* IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot...mgiuca@chromium.org2013-01-184-9/+31
* Overhaul JSON Schema Compiler to support a number of features required tokalman@chromium.org2013-01-1732-1734/+1243
* Create DeclarativeConditionSet, DeclarativeActionSet, and DeclarativeRule tem...jyasskin@chromium.org2013-01-172-0/+5
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-115-33/+133
* Revert revision 176015ricow@chromium.org2013-01-105-133/+33
* Revert 176047ricow@chromium.org2013-01-105-33/+133
* Revert 176015ricow@chromium.org2013-01-105-133/+33
* Run the JSON Schema Compiler's bundle compilation on JSON files. Previously itkalman@chromium.org2013-01-105-33/+133
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-082-4/+4
* Make JSON Schema Compiler's preview server able to display IDL files,kalman@chromium.org2012-12-211-19/+41
* Allow leading underscore on identifier names in IDL parserasargent@chromium.org2012-12-152-0/+44
* Disable the Python < 2.7 warning in JSON Schema Compiler.kalman@chromium.org2012-11-201-2/+5
* Extensions Docs Server: Preserve JSON declaration order in extensions documen...cduvall@chromium.org2012-11-204-15/+73
* Allow IDL schemas to have comments on callback functionscduvall@chromium.org2012-11-023-7/+37
* Extensions Docs Server: Show parameters of functions that are properties of a...cduvall@chromium.org2012-10-261-0/+12
* Define __ne__ to explicitly be "not __eq__" in model.py of JSON schema compiler.kalman@chromium.org2012-10-051-0/+4
* Extensions Docs Server: Server code for showing properties of propertiescduvall@chromium.org2012-10-051-29/+70
* Extensions Docs Server: Add <br/>s to multi line IDL commentscduvall@chromium.org2012-09-264-12/+17
* Extensions Docs Server: Enum values do not show up if enum is a typecduvall@chromium.org2012-09-2510-105/+168
* Extensions Docs Server: Fix tests so they work from any directorycduvall@chromium.org2012-09-111-5/+10
* Extensions Docs Server: Fix handlebar_dict_generator.pycduvall@chromium.org2012-08-311-0/+3
* Changes:hebert.christopherj@chromium.org2012-08-296-181/+354
* Fix a minor nit in the JSON schema compiler.thestig@chromium.org2012-08-281-2/+2
* Extensions Docs Server: Support rules and filtered eventscduvall@chromium.org2012-08-211-6/+13
* Extensions Docs Server: Large performance increasecduvall@chromium.org2012-08-211-22/+24
* Context Menus now uses the JSON Schema Compiler.hebert.christopherj@chromium.org2012-08-141-0/+3
* Correct const accessors in base/values.(h|cc), Part II (ListValue)vabr@chromium.org2012-08-033-4/+4
* Extension docs server: fix the rendering of webstore.html.kalman@chromium.org2012-08-021-5/+18
* Add INTERNAL annotation to namespaces in IDLgrv@chromium.org2012-08-023-3/+17
* Added JSON schema compiler support for serialized typesmitchellwrosen@chromium.org2012-07-317-63/+190
* Extensions Docs Server: fix rendering of the Devtools API.cduvall@chromium.org2012-07-311-1/+2