summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* Fix json_schema_compiler to properly handle enum arrays.sergeyu@chromium.org2013-07-254-12/+84
* JSON Schema Compiler: support "choices" types within other choices types.kalman@chromium.org2013-07-1311-156/+410
* Updated chrome API dart generator for removal of (?arg) test.benwells@chromium.org2013-07-116-40/+40
* Docserver: don't assert that there's a description. Haven't merged tokalman@chromium.org2013-07-092-3/+7
* Add descriptions to all extension/app schemas, and enforce that they have themevan.peterson.EP@gmail.com2013-06-2332-10/+59
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-2/+2
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-212-22/+24
* Lazily load API schemas from resource files and convert all APIs to featurescduvall@chromium.org2013-06-142-16/+44
* Use a direct include of strings headers in testing/, third_party/, tools/.avi@chromium.org2013-06-111-1/+1
* Doc server Enums now respect the noinline_doc tag.jaredshumway94@gmail.com2013-06-071-1/+1
* Docserver: inline return and item types. Fix a couple of bugs.jaredshumway94@gmail.com2013-06-051-0/+2
* Fixes for Python errors in json_schema_compiler preview server.tbreisacher@chromium.org2013-05-301-7/+9
* Modify test extensions api to use JSON Schema CompilerSamusaaron3@gmail.com2013-05-172-0/+10
* Fix list getters in generated dart APIsbenwells@chromium.org2013-05-163-5/+5
* Fix some dart generator bugs and expand chrome:dart generator testsbenwells@chromium.org2013-05-0914-114/+588
* Implementing the chrome.runtime.getPlatformInfo APIasargent@chromium.org2013-05-071-2/+7
* Add parse support for the externally_connectable manifest key. Not wired up tokalman@chromium.org2013-04-242-1/+24
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Fix some low hanging inefficiencies in the docs server. Two of the mostkalman@chromium.org2013-04-103-11/+35
* Replace HasNext() by !IsAtEnd() in extension related folders.pneubeck@chromium.org2013-04-091-1/+1
* 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