summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support DOM events in the API reference template.rockot@chromium.org2013-10-031-0/+1
* Make SchemaLoader independent of current working directory.msimonides@opera.com2013-09-302-12/+24
* Clean up JSON Schema Compiler's pylint errors.DHNishi@gmail.com2013-09-1018-85/+93
* Fix a typo (missing space) in JSON Schema Compiler's help prompt.DHNishi@gmail.com2013-08-301-1/+1
* Check and canonicalize CSS selectors before registering PageStateMatchers.jyasskin@chromium.org2013-08-301-0/+1
* Use base::string16 instead of std::string for errors in JSON SchemaDHNishi@gmail.com2013-08-213-39/+51
* c/b/extensions: Do not use Value::Create*.DHNishi@gmail.com2013-08-142-6/+6
* Add optional schema compiler error messages and unit tests.DHNishi@gmail.com2013-08-1210-60/+514
* Fix extension IDL compiler to prevent incorrect code gen.rpaquay@chromium.org2013-08-052-2/+20
* 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