| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/419653002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bisecting of a Debug build with run-bisect-manual-test.py tool.
The run-bisect-manual-test.py uses bisect-perf-regression.py under the hood, and currently it
is not possible to bisect a Debug build this way. This CL addresses this.
Also fixes browser.Start() / browser.Close() in manual-test.py.
BUG=370373
NOTRY=true
Review URL: https://codereview.chromium.org/277993002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@269815 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=269131
TEST=trybot
Review URL: https://chromiumcodereview.appspot.com/23480018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220497 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also, make sure that the script starts the browser that was built in the
working directory, rather than in the one in the source directory which the
script is started from.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23352002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@218502 0039d316-1c4b-4281-b951-d872f2087c98
|
|
Creates a tool which enables bisection the codebase, with the user prompted to
manually test a given revision and enter whether it is good or bad. Useful in
tracking down the CL which caused a bug which can be triggered manually.
BUG=
Review URL: https://chromiumcodereview.appspot.com/18316008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210824 0039d316-1c4b-4281-b951-d872f2087c98
|