| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix json_schema_compiler to properly handle enum arrays. | sergeyu@chromium.org | 2013-07-25 | 4 | -12/+84 |
* | JSON Schema Compiler: support "choices" types within other choices types. | kalman@chromium.org | 2013-07-13 | 11 | -156/+410 |
* | Updated chrome API dart generator for removal of (?arg) test. | benwells@chromium.org | 2013-07-11 | 6 | -40/+40 |
* | Docserver: don't assert that there's a description. Haven't merged to | kalman@chromium.org | 2013-07-09 | 2 | -3/+7 |
* | Add descriptions to all extension/app schemas, and enforce that they have them | evan.peterson.EP@gmail.com | 2013-06-23 | 32 | -10/+59 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -2/+2 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 2 | -22/+24 |
* | Lazily load API schemas from resource files and convert all APIs to features | cduvall@chromium.org | 2013-06-14 | 2 | -16/+44 |
* | Use a direct include of strings headers in testing/, third_party/, tools/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Doc server Enums now respect the noinline_doc tag. | jaredshumway94@gmail.com | 2013-06-07 | 1 | -1/+1 |
* | Docserver: inline return and item types. Fix a couple of bugs. | jaredshumway94@gmail.com | 2013-06-05 | 1 | -0/+2 |
* | Fixes for Python errors in json_schema_compiler preview server. | tbreisacher@chromium.org | 2013-05-30 | 1 | -7/+9 |
* | Modify test extensions api to use JSON Schema Compiler | Samusaaron3@gmail.com | 2013-05-17 | 2 | -0/+10 |
* | Fix list getters in generated dart APIs | benwells@chromium.org | 2013-05-16 | 3 | -5/+5 |
* | Fix some dart generator bugs and expand chrome:dart generator tests | benwells@chromium.org | 2013-05-09 | 14 | -114/+588 |
* | Implementing the chrome.runtime.getPlatformInfo API | asargent@chromium.org | 2013-05-07 | 1 | -2/+7 |
* | Add parse support for the externally_connectable manifest key. Not wired up to | kalman@chromium.org | 2013-04-24 | 2 | -1/+24 |
* | Update the remaining include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-17 | 1 | -1/+1 |
* | Fix some low hanging inefficiencies in the docs server. Two of the most | kalman@chromium.org | 2013-04-10 | 3 | -11/+35 |
* | Replace HasNext() by !IsAtEnd() in extension related folders. | pneubeck@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Lazily load extension API schemas | cduvall@chromium.org | 2013-03-23 | 5 | -80/+106 |
* | Refine chrome API dart generator tests. | benwells@chromium.org | 2013-03-16 | 7 | -211/+293 |
* | windowCreateWindowOptions.type changed to enum; nodoc support on idl enum. | scheib@chromium.org | 2013-03-12 | 3 | -2/+14 |
* | Implement chrome.downloads.onDeterminingFilename() to allow extensions to par... | benjhayden@chromium.org | 2013-03-03 | 1 | -0/+10 |
* | JSON compiler to prefix the function classes by their type's names. | ncj674@motorola.com | 2013-02-27 | 1 | -16/+23 |
* | Fix problem with non void return types in extension API IDL. | benwells@chromium.org | 2013-02-26 | 2 | -10/+51 |
* | JSON Compiler should convert the namespace value in lowerCamelCase to unix_na... | ncj674@motorola.com | 2013-02-23 | 3 | -6/+6 |
* | Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ... | sashab@chromium.org | 2013-02-22 | 20 | -50/+788 |
* | Revert 183709 | nhiroki@chromium.org | 2013-02-21 | 20 | -787/+50 |
* | Added unit tests for the Dart Chrome.* API wrappers, testing the Dart output ... | sashab@chromium.org | 2013-02-21 | 20 | -50/+787 |
* | Move API functions registrations out of ExtensionFunctionRegistry. | ncj674@motorola.com | 2013-02-14 | 1 | -1/+2 |
* | Improvements to JSON Schema Compiler's Dart Generation | sashab@chromium.org | 2013-02-13 | 1 | -117/+205 |
* | generated_api.h should have its body generated into generated_api.cc | MHX348@motorola.com | 2013-02-12 | 2 | -18/+41 |
* | Make content_unittests build on Win64 | jschuh@chromium.org | 2013-02-09 | 1 | -0/+2 |
* | Initial commit of the Dart Chrome Extension APIs generators | sashab@chromium.org | 2013-02-06 | 15 | -351/+1020 |
* | Minor JSON Schema compiler cleanup to remove Property.FromJSON and make | kalman@chromium.org | 2013-02-04 | 1 | -56/+24 |
* | Fix up how the JSON Schema compiler decides whether to include or forward | kalman@chromium.org | 2013-01-29 | 6 | -107/+114 |
* | IDL generated extensions code only generate foo_api.h when required | calamity@chromium.org | 2013-01-25 | 2 | -6/+14 |
* | Make the JSON Schema bundle generation remove the description from the JSON, and | kalman@chromium.org | 2013-01-23 | 1 | -8/+19 |
* | IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot... | mgiuca@chromium.org | 2013-01-18 | 4 | -9/+31 |
* | Overhaul JSON Schema Compiler to support a number of features required to | kalman@chromium.org | 2013-01-17 | 32 | -1734/+1243 |
* | Create DeclarativeConditionSet, DeclarativeActionSet, and DeclarativeRule tem... | jyasskin@chromium.org | 2013-01-17 | 2 | -0/+5 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-11 | 5 | -33/+133 |
* | Revert revision 176015 | ricow@chromium.org | 2013-01-10 | 5 | -133/+33 |
* | Revert 176047 | ricow@chromium.org | 2013-01-10 | 5 | -33/+133 |
* | Revert 176015 | ricow@chromium.org | 2013-01-10 | 5 | -133/+33 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-10 | 5 | -33/+133 |
* | Update references to the extension messaging APIs and lastError to point to | kalman@chromium.org | 2013-01-08 | 2 | -4/+4 |
* | Make JSON Schema Compiler's preview server able to display IDL files, | kalman@chromium.org | 2012-12-21 | 1 | -19/+41 |
* | Allow leading underscore on identifier names in IDL parser | asargent@chromium.org | 2012-12-15 | 2 | -0/+44 |