summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/server2/test_patcher.py
Commit message (Collapse)AuthorAgeFilesLines
* Docserver: Remove the |binary| argument of FileSystem.Readfangjue23303@gmail.com2013-12-061-5/+2
| | | | | | | | | | BUG=324981 R=kalman NOTRY=TRUE Review URL: https://codereview.chromium.org/101273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239133 0039d316-1c4b-4281-b951-d872f2087c98
* Docserver: move to a single version served from trunk. Permanently redirect ↵kalman@chromium.org2013-07-191-0/+3
| | | | | | | | | | | | | | | | | requests from any channel to the non-channel version (served from trunk). Improve the redirect logic in other ways. Fix a few bugs in caching classes that cause this all not to work. Replace the channel switcher (now moot) with a platform switcher. R=cduvall@chromium.org BUG=233978 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/15087006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212646 0039d316-1c4b-4281-b951-d872f2087c98
* Switch from {...} to dict((...)) generator syntax. The former doesn't work inkalman@chromium.org2013-05-141-1/+2
| | | | | | | | | | | older python versions. BUG=240783 TBR=cduvall@chromium.org Review URL: https://codereview.chromium.org/14883011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200041 0039d316-1c4b-4281-b951-d872f2087c98
* This change would make it easier for docs reviewers to preview patched docskalman@chromium.org2013-05-131-0/+34
without locally patching in or asking patch author to stage it on a workstation. Patched docs will be available at https://developer.chrome.com/_patch/issue_number/extensions/... after this CL is landed and deployed. Note that this doesn't work for patches that involve server-side changes. R=kalman@chromium.org BUG=234022 Review URL: https://codereview.chromium.org/14125010 Patch from Fang Jue <fangjue23303@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199727 0039d316-1c4b-4281-b951-d872f2087c98