| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This will simplify the addition of a tool to check licenses for the purpose of
the Android WebView build.
See also http://codereview.chromium.org/10827099
Also adds other missing fields to these README.chromium files as required by
presubmit checks and fixes a regex used to enforce this.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10821103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
These were being flagged by gcc-4.6.0 using the Wmaybe-uninitialized warning.
BUG=none
TEST=trybot
Review URL: http://codereview.chromium.org/9309008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124619 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: http://codereview.chromium.org/9235033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119227 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The proxy launcher couldn't determine chrome's exit code because chromedriver
was ignoring SIGCHLD.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8929013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114365 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
8375010)
Review URL: http://codereview.chromium.org/8423073
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108560 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
because the worker thread thinks the incoming queue is empty.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6982051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87739 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The next step is a presubmit rule that will make people use the template.
We are doing this so that we can better track dependancy versions.
BUG=None
TEST=N/A
Review URL: http://codereview.chromium.org/6610030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Merge webdriver_tests into chromedriver_tests.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6368068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73809 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71145
TEST=Run unit tests
Review URL: http://codereview.chromium.org/6240017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73119 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
worker thread will be started, but will have not have a connection to handle because another worker thread grabs it first. If no further connections arrive, the new worker thread will proceed to exit. This will crash when accessing the worker's connection's context, which has never been set.
The fix is to use the context that was given to the worker initially in this case.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6244002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73034 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=28291
Review URL: http://codereview.chromium.org/3245008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57895 0039d316-1c4b-4281-b951-d872f2087c98
|
|
implement the JSON over HTTP protocol of WebDriver. It is a full
featured server with SSL capability. The maximum number of url
headers has been changed from 64 to 128 and the bindings and
tests are not included since they are not used.
BUG=none
TEST=none
Project URL: http://code.google.com/p/mongoose/
Review URL: http://codereview.chromium.org/3080002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56479 0039d316-1c4b-4281-b951-d872f2087c98
|