| Commit message (Expand) | Author | Age | Files | Lines |
* | docserver: Adds "API scheduled for Chrome version..." text to dev and beta APIs | danielj41@gmail.com | 2014-04-30 | 1 | -4/+7 |
* | Implement Cron() in APIDataSource. | ahernandez.miralles@gmail.com | 2014-04-23 | 1 | -30/+33 |
* | Refactor APIDataSource to work with DataSourceRegistry | ahernandez.miralles@gmail.com | 2014-04-09 | 1 | -91/+52 |
* | Docs: Remove a bunch of deepcopy() calls. This makes locally rendering | kalman@chromium.org | 2014-03-31 | 1 | -4/+8 |
* | Remove ReferenceResolver dependency in APIDataSource. | ahernandez.miralles@gmail.com | 2014-03-29 | 1 | -25/+9 |
* | Docs: Use the FeaturesBundle for all things features rather than | kalman@chromium.org | 2014-03-27 | 1 | -22/+17 |
* | Make doc server not crash when an api feature is list with different deps | tbarzic@chromium.org | 2014-03-26 | 1 | -1/+8 |
* | Doc server: support interfaces in src/extensions | rockot@chromium.org | 2014-03-11 | 1 | -1/+1 |
* | Revert "Doc server: support interfaces in src/extensions" | kalman@chromium.org | 2014-03-08 | 1 | -1/+1 |
* | Doc server: support interfaces in src/extensions | rockot@chromium.org | 2014-03-07 | 1 | -1/+1 |
* | Rework API reference pages | mangini@chromium.org | 2014-02-14 | 1 | -0/+1 |
* | Docserver: Big cleanup to fix up a whole bunch of non-canonical paths. | kalman@chromium.org | 2014-02-10 | 1 | -6/+8 |
* | Add deprecation annotation to IDL Schema Compiler. | DHNishi@gmail.com | 2014-01-27 | 1 | -0/+2 |
* | Avoid hacking on the case of a typename. | jyasskin@chromium.org | 2014-01-11 | 1 | -2/+2 |
* | Docserver: Reorganise the site templates into a single site.html file which | kalman@chromium.org | 2013-12-02 | 1 | -0/+5 |
* | Does some cleanup with the APIDataSource class, and makes use | evan.peterson.EP@gmail.com | 2013-11-21 | 1 | -141/+45 |
* | Docserver: Add deprecation annotation for properties. | DHNishi@gmail.com | 2013-11-14 | 1 | -16/+11 |
* | Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allows | kalman@chromium.org | 2013-11-14 | 1 | -17/+11 |
* | Add deprecated annotation for events in API documentation. | DHNishi@gmail.com | 2013-11-05 | 1 | -1/+4 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-11-01 | 1 | -3/+3 |
* | Docserver: Introduce an annotation to CompiledFileSystem's compilation function | kalman@chromium.org | 2013-10-31 | 1 | -3/+1 |
* | Add better documentation for declarativeContent. | jyasskin@chromium.org | 2013-10-31 | 1 | -35/+44 |
* | Docserver: Split out the template rendering logic from TemplateDataSource into | kalman@chromium.org | 2013-10-31 | 1 | -12/+12 |
* | Docserver: Fix the extreme slowness that preview.py takes to render some pages. | kalman@chromium.org | 2013-10-31 | 1 | -20/+23 |
* | Revert 231982 "Docserver: Display enum value descriptions in API..." | kinaba@chromium.org | 2013-10-31 | 1 | -3/+3 |
* | Docserver: Display enum value descriptions in API docs. | sammc@chromium.org | 2013-10-31 | 1 | -3/+3 |
* | Add methods to CompiledFileSystem that memoize returned | evan.peterson.EP@gmail.com | 2013-10-22 | 1 | -82/+4 |
* | Add a deprecated annotation for api documentation. | DHNishi@gmail.com | 2013-10-17 | 1 | -0/+3 |
* | Docserver: Make the file_system argument to CompiledFileSystem be a property of | kalman@chromium.org | 2013-10-14 | 1 | -1/+3 |
* | Docserver: Make CompiledFileSystem.GetFromFile[Listing] return a Future. | kalman@chromium.org | 2013-10-11 | 1 | -9/+10 |
* | Support customized display prefixes on API docs. | rockot@chromium.org | 2013-10-03 | 1 | -0/+1 |
* | Support DOM events in the API reference template. | rockot@chromium.org | 2013-10-03 | 1 | -1/+13 |
* | [DocServer] Fixed Devtools pages that don't have samples | beaufort.francois@gmail.com | 2013-09-30 | 1 | -4/+5 |
* | Docserver: SidenavDataSource refactor, transition to DataSourceRegistry | jaredshumway94@gmail.com | 2013-08-30 | 1 | -1/+2 |
* | Adding HostFileSystemIterator class to the Extensions Docserver. | evan.peterson.EP@gmail.com | 2013-08-27 | 1 | -140/+167 |
* | Use the externally_connectable schema from manifest_types.json to generate its | kalman@chromium.org | 2013-08-21 | 1 | -3/+11 |
* | Docserver manifest changes and maintenance | jaredshumway94@gmail.com | 2013-08-16 | 1 | -1/+1 |
* | Docserver: Events with callback should be rendered correctly | fangjue23303@gmail.com | 2013-08-16 | 1 | -8/+7 |
* | Fix bad indentation in docserver py files. | DHNishi@gmail.com | 2013-08-15 | 1 | -1/+1 |
* | Extensions server templates: amend handling supportsRules for events | vabr@chromium.org | 2013-08-14 | 1 | -9/+58 |
* | Extensions doc server: parent_name to parentName | vabr@chromium.org | 2013-08-07 | 1 | -4/+4 |
* | Docserver api dependencies no longer crash cron | jaredshumway94@gmail.com | 2013-08-06 | 1 | -3/+11 |
* | Fixing intro-tables related caching bug in JSCModel | evan.peterson.EP@gmail.com | 2013-07-29 | 1 | -4/+2 |
* | Adding Generated Manifest/Permissions Rows to Intro Tables | evan.peterson.EP@gmail.com | 2013-07-26 | 1 | -33/+91 |
* | Linking AvailabilityFinder with APIDataSource and intro-table templates. | evan.peterson.EP@gmail.com | 2013-07-19 | 1 | -54/+111 |
* | Add descriptions to all extension/app schemas, and enforce that they have them | evan.peterson.EP@gmail.com | 2013-06-23 | 1 | -0/+1 |
* | Docserver: inline return and item types. Fix a couple of bugs. | jaredshumway94@gmail.com | 2013-06-05 | 1 | -3/+3 |
* | Automatically detect inline-able doc in IDL files | kalman@chromium.org | 2013-05-15 | 1 | -8/+34 |
* | Inline docs render properly in extensions doc server. | jaredshumway94@gmail.com | 2013-04-26 | 1 | -0/+39 |
* | Devserver: have a separate ObjectStore namespace (both memcache and datastore) | kalman@chromium.org | 2013-04-24 | 1 | -6/+1 |