| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the boilerplate for actions to File System Provider API. | mtomasz | 2015-06-23 | 1 | -0/+5 |
* | More base::Values-related bare pointer -> scoped_ptr conversions | estade | 2015-05-12 | 1 | -2/+2 |
* | Add support for passing errors through PopulateArrayFromList. | reillyg | 2015-05-06 | 1 | -2/+4 |
* | Make the JSON Schema compiler handle enums declared in other namespaces. | kalman | 2015-04-24 | 3 | -42/+66 |
* | [Extensions API] Remove inline enums | rdevlin.cronin | 2015-04-06 | 8 | -174/+97 |
* | Support JSON Schema properties with values in the JSON Schema Compiler. | kalman | 2015-04-02 | 1 | -0/+20 |
* | Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency. | tommycli | 2015-03-16 | 1 | -1/+1 |
* | Apply gn format with 'sources' sorting to src/ | scottmg | 2015-02-28 | 1 | -2/+2 |
* | Add more targets to GN check. | brettw | 2015-02-20 | 1 | -0/+1 |
* | Update existing uses of /wd4267 to use the GN config | brettw | 2015-02-19 | 1 | -5/+4 |
* | Add unit tests target to GN build. | brettw | 2015-02-01 | 2 | -0/+48 |
* | Make the root_namespace argument to json_schema_compiler.gypi a string | kalman@chromium.org | 2014-08-05 | 1 | -1/+1 |
* | Remove the Pepper IDL generator from JSON schema compiler. | sammc@chromium.org | 2014-07-29 | 1 | -93/+0 |
* | Decrement CreateDoubleValue count | estade@chromium.org | 2014-07-19 | 3 | -4/+3 |
* | Get rid of the rest of CreateStringValue | estade@chromium.org | 2014-07-18 | 10 | -65/+60 |
* | Eliminate CreateBooleanValue from test files | estade@chromium.org | 2014-07-17 | 6 | -13/+11 |
* | Remove more CreateIntegerValue calls. | estade@chromium.org | 2014-07-16 | 9 | -37/+36 |
* | Added the "unmodifiable" property to chrome.bookmarks.BookmarkTreeNode. | joaodasilva@chromium.org | 2014-06-06 | 1 | -0/+5 |
* | Support converting referenced enum array into string. | wjywbs@gmail.com | 2014-05-17 | 2 | -0/+124 |
* | Fix compile error if both inline and reference enums are used in a type. | wjywbs@gmail.com | 2014-05-09 | 2 | -0/+25 |
* | Remove a suspicious part of error generation code that crashes if a NULL | DHNishi@gmail.com | 2014-05-02 | 1 | -3/+6 |
* | JSON Schema Compiler: Convert enums in vectors to StringValues rather than | kalman@chromium.org | 2014-05-01 | 1 | -11/+22 |
* | Fix captureVisibleTab doc string. | meacer@chromium.org | 2014-04-28 | 1 | -1/+1 |
* | Support scoped types in PPAPI IDL. | mtomasz@chromium.org | 2014-04-04 | 5 | -6/+41 |
* | Add a warning for when too many parameters are passed to the JSON Schema | DHNishi@gmail.com | 2014-04-04 | 1 | -0/+15 |
* | Support unions in extensions IDl dictionaries. | benwells@chromium.org | 2014-03-13 | 3 | -13/+28 |
* | Make JSON Schema Compiler errors into warnings if recoverable. | DHNishi@gmail.com | 2014-03-11 | 2 | -1/+139 |
* | Added tests to idl parsing of extensions API IDL. | benwells@chromium.org | 2014-02-25 | 1 | -0/+5 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 1 | -1/+1 |
* | Remove the Value class names from the global namespace. | avi@chromium.org | 2013-12-24 | 13 | -323/+348 |
* | Add a Pepper IDL generator to the JSON schema compiler. | sammc@chromium.org | 2013-12-12 | 1 | -0/+93 |
* | Implement app.window.get() and app.window.getAll(). | mek@chromium.org | 2013-11-13 | 1 | -0/+6 |
* | Add "implemented_in" key in IDL schema compiler | Hokein.Wu@gmail.com | 2013-11-07 | 2 | -0/+21 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-11-06 | 2 | -0/+47 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-11-01 | 1 | -0/+1 |
* | Revert 231982 "Docserver: Display enum value descriptions in API..." | kinaba@chromium.org | 2013-10-31 | 1 | -1/+0 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-10-31 | 1 | -0/+1 |
* | Add "platforms" key in IDL schema compiler. | Hokein.Wu@gmail.com | 2013-10-30 | 3 | -0/+29 |
* | Revert 226826 "This is a preliminary patch to auto-generate the ..." | tbarzic@chromium.org | 2013-10-03 | 3 | -66/+0 |
* | This is a preliminary patch to auto-generate the ID enum in APIPermission. | DHNishi@gmail.com | 2013-10-03 | 3 | -0/+66 |
* | Use base::string16 instead of std::string for errors in JSON Schema | DHNishi@gmail.com | 2013-08-21 | 1 | -36/+47 |
* | Add optional schema compiler error messages and unit tests. | DHNishi@gmail.com | 2013-08-12 | 3 | -0/+322 |
* | Fix json_schema_compiler to properly handle enum arrays. | sergeyu@chromium.org | 2013-07-25 | 2 | -0/+83 |
* | JSON Schema Compiler: support "choices" types within other choices types. | kalman@chromium.org | 2013-07-13 | 5 | -46/+303 |
* | Add descriptions to all extension/app schemas, and enforce that they have them | evan.peterson.EP@gmail.com | 2013-06-23 | 21 | -0/+26 |
* | windowCreateWindowOptions.type changed to enum; nodoc support on idl enum. | scheib@chromium.org | 2013-03-12 | 1 | -0/+5 |
* | Make content_unittests build on Win64 | jschuh@chromium.org | 2013-02-09 | 1 | -0/+2 |
* | IDL schema compiler: Fixed pseudo-random order of methods, properties, and ot... | mgiuca@chromium.org | 2013-01-18 | 2 | -0/+12 |
* | Overhaul JSON Schema Compiler to support a number of features required to | kalman@chromium.org | 2013-01-17 | 11 | -129/+160 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-11 | 1 | -9/+6 |