| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently supports the following commands:
./chrome_tests.sh --test base
./chrome_tests.sh --test net
./chrome_tests.sh --test ipc
./chrome_tests.sh --test unit
The valgrind_*.py files are my first real big chunks of python, so any suggestions would be greatly appreciated.
Review URL: http://codereview.chromium.org/16583
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7796 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17290
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7794 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=sgk
Review URL: http://codereview.chromium.org/17445
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7793 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from the tab contents to the downloads page. This is a special case as the current code in the navigation controller only schedules a tab contents for destroy when the tab contents displayed last is different from the active tab contents. When we navigate away from a webcontents to the Downloads page which is a native UI tab contents,
we check for whether the last displayed tab contents type differs from the active type. They both match as the back operation is yet to be initiated.
Eventually the active tab contents change to the download page. We don't clean up the previous tab contents fully thus resulting in the renderer process continuing to run.
This fixes http://code.google.com/p/chromium/issues/detail?id=5828
R=jcampan
Review URL: http://codereview.chromium.org/17258
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7792 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17289
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7791 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
When we updated gtest, this method became private
(GTEST_FATAL_FAILURE_). Use the public methods instead.
This is only a problem on official builds.
Review URL: http://codereview.chromium.org/17440
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7790 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
port. These are port classes, so they have to be hand merged.
BUG=5827
TEST=none
Review URL: http://codereview.chromium.org/17437
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7789 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
results, I'm just skipping them all.
TBR=ojan
Review URL: http://codereview.chromium.org/17300
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7787 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17444
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7784 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17293
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7782 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17297
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7781 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7779 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
. it's checking a field that hasn't been set yet, hence the sporadic
failure.
. It shouldn't check delegate either as inside this class it's
possible to supply NULL.
I've removed it entirely and added a comment.
BUG=5914
TEST=right click on the tab strip and make sure you don't get a
DCHECK. Because this relies on random data, it's too hard to
write a test for this, additionally I'm sure once we run the
interactive ui tests under Purify this'll be covered.
Review URL: http://codereview.chromium.org/17439
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
layoutTestController method.
TBR=ojan
Review URL: http://codereview.chromium.org/17298
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7775 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
WebKit merge r7767.
Review URL: http://codereview.chromium.org/17295
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
pending the grand overall solution.
Review URL: http://codereview.chromium.org/15015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7773 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
page/DOMStringList.cpp! doh :-(
TBR=evan
Review URL: http://codereview.chromium.org/17294
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7772 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=tony
Review URL: http://codereview.chromium.org/17292
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
time, so disable them for now.
TBR=darin
Review URL: http://codereview.chromium.org/17435
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7770 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=tony
Review URL: http://codereview.chromium.org/17434
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7769 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Windows layout tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7768 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=ojan
Review URL: http://codereview.chromium.org/17284
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7767 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=deanm
Review URL: http://codereview.chromium.org/17288
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7766 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=rahulk
Review URL: http://codereview.chromium.org/17432
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7764 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with a grd file that generates the same thing. We want to do
this so on linux, we will have grit generate the .h file and
a platform specific resource file.
There's some munging going on to be able to get the
effective_tld_names_clean.dat file included in the rc.
This works in visual studio and scons. I need to update
chrome_kjs.sln and the webkit*.sln files and the mac build before committing.
Review URL: http://codereview.chromium.org/16565
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7762 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17282
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7761 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
The text differences came from webkit r38735 (enables selection of trailing whitespace for Chromium only) and Chromium r7157 (i think the windows results file got rebaselined from linux output).
Review URL: http://codereview.chromium.org/17279
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7760 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is a step towards getting user scripts working in extensions. It's a bit
janky to use the form chrome-user-script://<script file>/ (with no path), but
GURL assumes that there is always a host, but path is optional, making this
approach simpler than alternatives.
Review URL: http://codereview.chromium.org/16592
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7759 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
trivial to move the directory the way the test code was laid out (since we now
add two levels) so I refactored it a bit to get rid of the base class (which
wasn't actually used for anything useful).
BUG=5016
Review URL: http://codereview.chromium.org/16550
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7756 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clean up test server code.
Originally from issue 12939, written by Ibrar Ahmed (ibrar.ahmed@gmail.com)
(take 2)
Review URL: http://codereview.chromium.org/17040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7755 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7754 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
See http://dev.chromium.org/developers/design-documents/linuxresourcesandlocalizedstrings for more details.
Review URL: http://codereview.chromium.org/17253
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7751 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=dglazkov
Review URL: http://codereview.chromium.org/17274
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7750 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
dropdown.
Original patch by Brian Duff, r=me (see http://codereview.chromium.org/16503 ), tweaked some.
BUG=5806
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17425
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7746 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Several tests now "plan for success" and will terminate rapidly if all goes
well (and will hang if there really is a problem).
One test I just upped by a factor of 5, hoping that I'll get a timem slice
within a 5 second window, rather than assuming that I'll get one within
a 1 second window. I could go further, but the test now takes over 5 seconds
to run, which seems like a lot of time for a trivial test.
bug=5723
r=maruel
Review URL: http://codereview.chromium.org/16495
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7744 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/16584
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7743 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17259
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7742 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=eseidel
Review URL: http://codereview.chromium.org/17421
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7740 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17419
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7738 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17268
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7736 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7734 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17267
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7733 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17265
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
functions so it's a little easier to follow.
- added color sync profile mgmt during layout tests so more images will match.
- added signal handlers (like webkit) to do our best to get the color profile
reset if we crash.
Review URL: http://codereview.chromium.org/17244
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7729 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
not allowed to access nfs).
Clean up carefully afterwards.
Review URL: http://codereview.chromium.org/17415
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7728 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=maruel, deanm
Review URL: http://codereview.chromium.org/17417
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7727 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17413
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7726 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7725 0039d316-1c4b-4281-b951-d872f2087c98
|