summaryrefslogtreecommitdiffstats
path: root/tools/emacs
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: also handle paths like "..\chrome/foo/bar" seen in build outputevan@chromium.org2011-01-262-1/+24
| | | | | | | | Test case amended to include example. Review URL: http://codereview.chromium.org/6355015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72688 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: make trybot parser work on offical windows build outputevan@chromium.org2010-12-171-5/+9
| | | | | | Review URL: http://codereview.chromium.org/5941003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69510 0039d316-1c4b-4281-b951-d872f2087c98
* Make script cross-platform.scottbyer@chromium.org2010-12-151-1/+1
| | | | | | | | | BUG=none TEST=try script on both Mac and Linux on Mac build output. Review URL: http://codereview.chromium.org/5746007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69274 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: fix HTML urls to automatically load plain textevan@chromium.org2010-12-141-1/+4
| | | | | | | | When the URL ends in /stdio, tack on /text after it. Review URL: http://codereview.chromium.org/5826002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69169 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: use curl to fetch trybot output, improve mac performanceevan@chromium.org2010-12-132-209/+1877
| | | | | | | | | | | | | 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: conditionalize behavior based on the OS we're parsingevan@chromium.org2010-12-131-33/+48
| | | | | | | | | We don't want to run the (expensive) Windows path fixup regex on the (verbose) Mac output. Review URL: http://codereview.chromium.org/5774003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69055 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: use UTF-8 and DOS encoding when reading filesevan@chromium.org2010-12-102-8/+18
| | | | | | | | | | | | | This fixes: - Linux output has UTF-8 quotes in it. - Mac/Windows have DOS-style CRLF (and reading Linux with that coding system is ok). TEST=new trybot-test-linux Review URL: http://codereview.chromium.org/5778003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68888 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: fix up mac trybot outputevan@chromium.org2010-12-031-2/+6
| | | | | | | | M-x mac-trybot-test seems to work for me with this change. Review URL: http://codereview.chromium.org/5518003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68214 0039d316-1c4b-4281-b951-d872f2087c98
* emacs: check in test file for failing mac build outputevan@chromium.org2010-12-032-5/+364
| | | | | | | | 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
* Expand the file name match so that the match end can be used to limit path ↵scottbyer@google.com2010-12-022-7/+36
| | | | | | | | | | | character substitution. BUG=none TEST=Run on trybot-windows.txt, \base\ remains that way in the first warning. Review URL: http://codereview.chromium.org/5298012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67911 0039d316-1c4b-4281-b951-d872f2087c98
* Check in an emacs helper for using trybot output.evan@chromium.org2010-12-012-0/+136
Review URL: http://codereview.chromium.org/5377006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67793 0039d316-1c4b-4281-b951-d872f2087c98