summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/availability_finder.py
Commit message (Expand)AuthorAgeFilesLines
* Removed a bunch of unused import statements found after running pylintahernandez.miralles@gmail.com2013-12-131-1/+0
* Reworks the logic for _GetApiSchema() and _GetApiSchemaFilename() in Availabi...evan.peterson.EP@gmail.com2013-12-041-94/+94
* Does some cleanup with the APIDataSource class, and makes useevan.peterson.EP@gmail.com2013-11-211-4/+24
* Add an optimization for AvailabilityFinder which prevents it fromevan.peterson.EP@gmail.com2013-11-191-14/+36
* Docserver: Serve docs out of src/ not src/chrome/common/extensions. This allowskalman@chromium.org2013-11-141-18/+12
* Add methods to CompiledFileSystem that memoize returnedevan.peterson.EP@gmail.com2013-10-221-90/+89
* Docserver: Make the file_system argument to CompiledFileSystem be a property ofkalman@chromium.org2013-10-141-6/+6
* Docserver: Make CompiledFileSystem.GetFromFile[Listing] return a Future.kalman@chromium.org2013-10-111-1/+1
* Docserver: Make FileSystem.ReadSingle return a Future rather than immediatelykalman@chromium.org2013-10-101-3/+3
* Docserver: when checking for the existence of an API on a branch, just look atkalman@chromium.org2013-10-021-31/+52
* Adds code primarily to AvailabilityFinder and APISchemaGraphevan.peterson.EP@gmail.com2013-09-261-46/+87
* Adding HostFileSystemIterator class to the Extensions Docserver.evan.peterson.EP@gmail.com2013-08-271-186/+114
* Docserver: Don't query the trunk file system from AvailabilityFinder, becausekalman@chromium.org2013-08-201-2/+13
* Whitelisted APIs like declarativeContent were displaying wrong availability i...evan.peterson.EP@gmail.com2013-07-231-5/+4
* Linking AvailabilityFinder with APIDataSource and intro-table templates.evan.peterson.EP@gmail.com2013-07-191-15/+23
* Adding the HostFileSystemCreator class and test to the doc server.evan.peterson.EP@gmail.com2013-07-131-8/+7
* Adding AvailabilityFinder to Doc Server. evan.peterson.EP@gmail.com2013-06-221-0/+247