summaryrefslogtreecommitdiffstats
path: root/tools/emacs/trybot-mac.txt
Commit message (Collapse)AuthorAgeFilesLines
* Remove Gears from Chrome.aa@chromium.org2011-03-111-12/+0
| | | | | | | | | | There are probably a few more bits and pieces that can be removed, but I think this is the majority of it. BUG=51934 Review URL: http://codereview.chromium.org/6576020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77888 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: use curl to fetch trybot output, improve mac performanceevan@chromium.org2010-12-131-192/+1838
| | | | | | | | | | | | | By using a command to fetch trybot output, we can pipe the result through a sed script that trims down the Mac output. This makes the output small enough so that compilation-mode can handle it. While I'm at it, I can use file:/// URLs to unify more of the "real" and "test" code paths. Review URL: http://codereview.chromium.org/5737005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69069 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: check in test file for failing mac build outputevan@chromium.org2010-12-031-0/+351
This allows you to run the test, but we don't parse the output correctly yet. Review URL: http://codereview.chromium.org/5569003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68201 0039d316-1c4b-4281-b951-d872f2087c98