summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/api_data_source_test.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor APIDataSource to work with DataSourceRegistryahernandez.miralles@gmail.com2014-04-091-44/+0
* Remove ReferenceResolver dependency in APIDataSource.ahernandez.miralles@gmail.com2014-03-291-34/+0
* Add support for "documented_in" annotation in json api schemaahernandez.miralles@gmail.com2014-03-281-5/+14
* Docs: Use the FeaturesBundle for all things features rather thankalman@chromium.org2014-03-271-16/+14
* Doc server: support interfaces in src/extensionsrockot@chromium.org2014-03-111-2/+2
* Revert "Doc server: support interfaces in src/extensions"kalman@chromium.org2014-03-081-2/+2
* Doc server: support interfaces in src/extensionsrockot@chromium.org2014-03-071-2/+2
* Docserver: Big cleanup to fix up a whole bunch of non-canonical paths.kalman@chromium.org2014-02-101-1/+2
* Removed a bunch of unused import statements found after running pylintahernandez.miralles@gmail.com2013-12-131-1/+0
* Does some cleanup with the APIDataSource class, and makes useevan.peterson.EP@gmail.com2013-11-211-54/+65
* Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allowskalman@chromium.org2013-11-141-2/+3
* Docserver: Cleanup to remove the APIListDataSource dependency fromkalman@chromium.org2013-11-041-29/+29
* Docserver: Introduce an annotation to CompiledFileSystem's compilation functionkalman@chromium.org2013-10-311-5/+2
* Add better documentation for declarativeContent.jyasskin@chromium.org2013-10-311-20/+13
* Docserver: Split out the template rendering logic from TemplateDataSource intokalman@chromium.org2013-10-311-12/+13
* Docserver: Fix the extreme slowness that preview.py takes to render some pages.kalman@chromium.org2013-10-311-1/+1
* Add methods to CompiledFileSystem that memoize returnedevan.peterson.EP@gmail.com2013-10-221-102/+0
* Docserver: Make the file_system argument to CompiledFileSystem be a property ofkalman@chromium.org2013-10-141-1/+1
* Docserver: Pull knowledge of host file systems into a singlekalman@chromium.org2013-10-081-5/+5
* Adding HostFileSystemIterator class to the Extensions Docserver.evan.peterson.EP@gmail.com2013-08-271-6/+52
* Extensions server templates: amend handling supportsRules for eventsvabr@chromium.org2013-08-141-5/+66
* Adding Generated Manifest/Permissions Rows to Intro Tablesevan.peterson.EP@gmail.com2013-07-261-2/+9
* Linking AvailabilityFinder with APIDataSource and intro-table templates.evan.peterson.EP@gmail.com2013-07-191-6/+79
* Docserver: inline return and item types. Fix a couple of bugs.jaredshumway94@gmail.com2013-06-051-4/+32
* Docserver: refactor Servlet, ObjectStore, and ServerInstance architecture tokalman@chromium.org2013-05-081-1/+1
* Inline docs render properly in extensions doc server.jaredshumway94@gmail.com2013-04-261-2/+68
* Devserver: have a separate ObjectStore namespace (both memcache and datastore)kalman@chromium.org2013-04-241-1/+1
* Devserver: only populate data during cron jobs, meaning all data from instanceskalman@chromium.org2013-04-181-24/+0
* Devserver: namespace ObjectStoreCreator by branch, preventing mysterious cachekalman@chromium.org2013-04-121-1/+4
* Refactor the caching in the devserver to make it easier to configure at the t...kalman@chromium.org2013-04-081-5/+3
* Devserver: show the variable type for non-object types, and make its enumkalman@chromium.org2013-04-051-1/+2
* Fix and reenable extensions docs server testToDictbenwells@chromium.org2013-02-071-1/+1
* Update extensions preview server for json schema compiler model changes.benwells@chromium.org2013-02-051-1/+1
* Extensions Docs Server: Samples links are not showing up for some API callscduvall@chromium.org2012-11-291-3/+3
* Extensions Docs Server: Preserve JSON declaration order in extensions documen...cduvall@chromium.org2012-11-201-2/+1
* Extensions Docs Server: Speed up ReferenceResolver to eliminate DeadlineExcee...cduvall@chromium.org2012-11-171-1/+6
* Extensions Docs Server: Generalize $ref's to work for any schema nodecduvall@chromium.org2012-11-061-32/+46
* Extensions Docs Server: Fix handling of nodocs in server2cduvall@chromium.org2012-10-261-1/+9
* Extensions Docs Server: Version ApiDataSource and IntroDataSource so thatcduvall@chromium.org2012-10-091-3/+62
* Extensions Docs Server: Fix tests so they work from any directorycduvall@chromium.org2012-09-111-1/+2
* Extensions Docs Server: Rename FileSystemCache and its methodscduvall@chromium.org2012-08-231-4/+5
* Extension docs server: fix CSS, disable failing test.kalman@chromium.org2012-08-211-1/+1
* Extensions Docs Server: Large performance increasecduvall@chromium.org2012-08-211-2/+4
* Extensions Docs Server: Apps samples pagecduvall@chromium.org2012-08-131-3/+9
* Extensions Docs Server: Uniform handling of file not found errorscduvall@chromium.org2012-08-101-2/+3
* Extension Docs Server: Include a list of samples used in the api reference page.hebert.christopherj@chromium.org2012-08-021-2/+9
* Extensions Docs Server: Integration testingcduvall@chromium.org2012-07-311-2/+1
* Extensions Docs Server: Pull info from _permission_features.jsoncduvall@chromium.org2012-07-301-0/+1
* Extensions Docs Server: Internal file systemcduvall@chromium.org2012-07-191-4/+3
* Extensions Docs Server: python2.6cduvall@chromium.org2012-07-051-6/+4