summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* WebKit merge 39606:39660dimich@google.com2009-01-0721-132/+107
| | | | | | Review URL: http://codereview.chromium.org/17239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7684 0039d316-1c4b-4281-b951-d872f2087c98
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-079-15/+121
| | | | | | | | | | | of files saved using the "Save page as..." menu item. This involves adding a new automation provider method for disabling the dialog prompting for a filename. Review URL: http://codereview.chromium.org/16555 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7683 0039d316-1c4b-4281-b951-d872f2087c98
* Update comments.evan@chromium.org2009-01-071-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7682 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline two tests.evan@chromium.org2009-01-073-6/+106
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7681 0039d316-1c4b-4281-b951-d872f2087c98
* Move a test to the proper group in the file.evan@chromium.org2009-01-071-3/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7680 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test.evan@chromium.org2009-01-072-3/+112
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7679 0039d316-1c4b-4281-b951-d872f2087c98
* Rearrange some lines in tests_fixable.evan@chromium.org2009-01-071-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7678 0039d316-1c4b-4281-b951-d872f2087c98
* adding more grit love to other targets, updating scons files for things that ↵pinkerton@google.com2009-01-074-35/+170
| | | | | | | | work on mac. moving the shell script phase to a standalone target to share it between targets. adding new unit test files. Review URL: http://codereview.chromium.org/16585 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7675 0039d316-1c4b-4281-b951-d872f2087c98
* Move all SVG-related entries in tests_fixable into the main "SVG tests" block.evan@chromium.org2009-01-071-327/+332
| | | | | | | | | No semantic change to the file. (I left tests that looked Mac-specific alone, as they're likely using different code paths.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7673 0039d316-1c4b-4281-b951-d872f2087c98
* Update the comments on a few layout tests.evan@chromium.org2009-01-071-16/+17
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7672 0039d316-1c4b-4281-b951-d872f2087c98
* Integrate grit into mac build. Add more files that are building in scons to ↵pinkerton@google.com2009-01-074-57/+233
| | | | | | | | the xcode project Review URL: http://codereview.chromium.org/17237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7671 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete SVGPaintServerGradientSkia from VCProj/Sconsdglazkov@google.com2009-01-072-5/+0
| | | | | | Review URL: http://codereview.chromium.org/17236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7670 0039d316-1c4b-4281-b951-d872f2087c98
* When there are multiple requests for the same resource, it isrvargas@google.com2009-01-072-3/+77
| | | | | | | | | | | | | | | possible that cancelling a request that is currently a reader may be racing with another reader being completed. In that case, we were not removing the transaction for the cancelled request so all queued requests were blocked forever. R=wtc BUG=4769 TEST=unittest Review URL: http://codereview.chromium.org/17217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7669 0039d316-1c4b-4281-b951-d872f2087c98
* Update googletest (gtest) to 1.2.1maruel@chromium.org2009-01-076-71/+128
| | | | | | | The main new thing is the ability to print the test's duration. Review URL: http://codereview.chromium.org/17212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7668 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a Linux test, fix comments/whitespace and rearrange for a bunch more.evan@chromium.org2009-01-073-21/+28
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7667 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a bunch of Linux layout tests as expected to pass, since they now do.evan@chromium.org2009-01-071-17/+16
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7665 0039d316-1c4b-4281-b951-d872f2087c98
* Checking in patch for Brian Duff, reviewed by pkasting ↵finnur@google.com2009-01-072-10/+11
| | | | | | | | | | | | | (http://codereview.chromium.org/16511) If the URL text has no scheme, and starts with ftp., then default the scheme to ftp: instead of http:. Fixes issue 565. BUG=565 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7664 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a few SVG layout tests.finnur@google.com2009-01-0714-223/+223
| | | | | | | | | | | | | | | | | | | | | | | | | | | | All the test below were missing a Z in the text diff to "take closed (sub-)paths into account". This reflects a similar change that was made upstream. For details see: http://trac.webkit.org/changeset/38794 As for the image rebaselines, I will temporarily keep an img diff of what changed vs. our current expected image baseline under my home directory (internally), see: upload\layout_tests\svg The colourpicker test still has problems with the colored bars not showing up so it has not been removed from the fixed list (both img and text diff still fail, but at least text diff has fewer failures). The scrollbar test and the selectionlist test both have images that are being resized and the baseline changes are due to changes to our resampling code, I theorize. And finally, the selectionlist test is not added to the fixed list since it is crashing when run on the buildbot but not when I run it. Needs further investigation. Review URL: http://codereview.chromium.org/17228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7663 0039d316-1c4b-4281-b951-d872f2087c98
* During layout tests, for a bunch of appearance related settings so we make surethomasvl@chromium.org2009-01-071-0/+60
| | | | | | | | | | the running users environment doesn't affect the layout tests. Clear those settings when not in layout mode just to be sure the app looks like the user would expect when running interactive. Review URL: http://codereview.chromium.org/16576 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7662 0039d316-1c4b-4281-b951-d872f2087c98
* Change app identifier to use "org.chromium" instead of "com.google".pinkerton@google.com2009-01-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16575 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7661 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed xcode buildplesner@google.com2009-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7659 0039d316-1c4b-4281-b951-d872f2087c98
* Move daylight saving time tests to tests_ignored, because they willwhesse@chromium.org2009-01-072-4/+12
| | | | | | | | | always fail except in Pacific time zone, and will also fail due to deliberate changes in DST computation for compatability. Review URL: http://codereview.chromium.org/16570 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7656 0039d316-1c4b-4281-b951-d872f2087c98
* Removed fixed test from the tests_fixable.txt list.olehougaard@google.com2009-01-071-2/+0
| | | | | | Review URL: http://codereview.chromium.org/16571 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7655 0039d316-1c4b-4281-b951-d872f2087c98
* Updated to most recent version of v8plesner@google.com2009-01-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7654 0039d316-1c4b-4281-b951-d872f2087c98
* Change greasemonkey flag to enable-user-scripts.aa@chromium.org2009-01-071-1/+1
| | | | | | | | Later will change class names to be UserScript instead of Greasemonkey. Review URL: http://codereview.chromium.org/16566 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7649 0039d316-1c4b-4281-b951-d872f2087c98
* Changed media::DataSourceInterface to use string instead of wstring.scherkus@chromium.org2009-01-071-1/+1
| | | | | | Review URL: http://codereview.chromium.org/16531 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7648 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a Linux test as crashing.evan@chromium.org2009-01-071-2/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7647 0039d316-1c4b-4281-b951-d872f2087c98
* Changed media::kRawAudio/Video constants to the correct ↵scherkus@chromium.org2009-01-071-2/+2
| | | | | | | | | | media::kUncompressedAudio/Video. They were previously changed in the header file but I forgot to change the source file. Review URL: http://codereview.chromium.org/17222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7646 0039d316-1c4b-4281-b951-d872f2087c98
* Fix three Linux layout tests by rebaselining.evan@chromium.org2009-01-077-11/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7645 0039d316-1c4b-4281-b951-d872f2087c98
* In some cases (related to window.open() with no contents, see bug for more ↵jcampan@chromium.org2009-01-071-0/+12
| | | | | | | | | | | | details) we may get notified of SSL error or mixed-contents without a NavigationEntry. This CL ensures we don't crash in that case. BUG=3845 TEST=See bug. Review URL: http://codereview.chromium.org/17218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7644 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 7641.dkegel@google.com2009-01-072-81/+0
| | | | | | Review URL: http://codereview.chromium.org/16563 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7643 0039d316-1c4b-4281-b951-d872f2087c98
* Fix all the unexpected Linux failures, by either rebaselining orevan@chromium.org2009-01-0720-5/+10
| | | | | | | marking in the expected failures list. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7642 0039d316-1c4b-4281-b951-d872f2087c98
* Add an easy way to do a synchronous connect from test code.dkegel@google.com2009-01-072-0/+81
| | | | | | | | (As Darin requested in review 16207, I now do this with a helper class rather than by trying to directly support it.) Review URL: http://codereview.chromium.org/16549 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7641 0039d316-1c4b-4281-b951-d872f2087c98
* Fix sorting of test list so Purify test slices are alphabetically consecutive.pamg@google.com2009-01-071-10/+20
| | | | | | | | BUG=6061 TEST=check two Purify layout-test runs; verify that tests are in order Review URL: http://codereview.chromium.org/17220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7639 0039d316-1c4b-4281-b951-d872f2087c98
* Restore a test I accidentally tweaked on Mac. It's flaky on Linux, too.evan@chromium.org2009-01-073-1/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7638 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in CRLF chagnes in WebCore and JavaScriptCore.pamg@google.com2009-01-071-1/+1
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7637 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Move GdkSkia to skia/extagl@chromium.org2009-01-074-3/+591
| | | | | | | | | | | GdkSkia doesn't belong in our WebKit port. Thus we move it into Skia. A separate change will remove the files from the port repository but, since the build files are all into the main repo, this is a complete change in itself. Review URL: http://codereview.chromium.org/16561 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7635 0039d316-1c4b-4281-b951-d872f2087c98
* Make missing Lucida Sans a warning.agl@chromium.org2009-01-071-1/+14
| | | | | | | Review URL: http://codereview.chromium.org/17219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7633 0039d316-1c4b-4281-b951-d872f2087c98
* Fix win scons build (disabled some warnings).mpcomplete@google.com2009-01-061-0/+3
| | | | | | Review URL: http://codereview.chromium.org/16560 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7632 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust a ui_test timeout to allow more tests topaulg@google.com2009-01-061-1/+1
| | | | | | | | pass on the purify buildbot. Review URL: http://codereview.chromium.org/16556 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7631 0039d316-1c4b-4281-b951-d872f2087c98
* Convert download manager to FilePath.estade@chromium.org2009-01-0622-240/+270
| | | | | | | | (Fixed up version of issue 17032. Now passes all unit tests.) Review URL: http://codereview.chromium.org/16533 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7630 0039d316-1c4b-4281-b951-d872f2087c98
* Annotate a gajillion more tests_fixable and rebaseline a few.evan@chromium.org2009-01-068-30/+346
| | | | | | | | | Ugh, so tired of layout tests. Review URL: http://codereview.chromium.org/17214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7629 0039d316-1c4b-4281-b951-d872f2087c98
* Allow command-line argument to fuzzy matcher for output file.evan@chromium.org2009-01-061-1/+10
| | | | | | | Review URL: http://codereview.chromium.org/14187 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7628 0039d316-1c4b-4281-b951-d872f2087c98
* Try 2 at fixing linux scons build.mpcomplete@google.com2009-01-061-3/+8
| | | | | | | TBR=tony Review URL: http://codereview.chromium.org/16559 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7627 0039d316-1c4b-4281-b951-d872f2087c98
* Fix sqlite scons build.mpcomplete@google.com2009-01-061-1/+4
| | | | | | | TBR=tony Review URL: http://codereview.chromium.org/17215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7626 0039d316-1c4b-4281-b951-d872f2087c98
* Mac project file changes for sqlite upgrade (r7623)mark@chromium.org2009-01-061-17/+121
| | | | | | Review URL: http://codereview.chromium.org/16557 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7625 0039d316-1c4b-4281-b951-d872f2087c98
* Fix scons build due to a moved sqlite header.mpcomplete@google.com2009-01-061-1/+1
| | | | | | | TBR=tony Review URL: http://codereview.chromium.org/16558 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7624 0039d316-1c4b-4281-b951-d872f2087c98
* Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'mmpcomplete@google.com2009-01-06645-18511/+270039
| | | | | | | | | | | | | | | | checking in the full sqlite tree to make upstream merges easier. This means we'll have generated sources split out from the originals. One important change this makes is that "BEGIN" now defaults to "BEGIN IMMEDIATE" rather than "BEGIN DEFERRED". This doesn't affect us because we don't use unqualified BEGIN statements. The full CL is too big for Rietveld. I'm splitting it into 2. This one is reviewable. The other CL is just a fresh drop of: //depot/googleclient/gears/opensource/third_party/sqlite_google Review URL: http://codereview.chromium.org/15067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7623 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms to track the size of SafeBrowsing Updates.paulg@google.com2009-01-062-4/+20
| | | | | | | | | | | We will now measure: - the number of chunk URLs in an update - the size of each chunk URL - the total size of an update Review URL: http://codereview.chromium.org/17213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7622 0039d316-1c4b-4281-b951-d872f2087c98
* * Create the registry key needed for "dr" value if it doesn't exist.kuchhal@chromium.org2009-01-061-2/+3
| | | | | | | | BUG=1566745 Review URL: http://codereview.chromium.org/16553 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7621 0039d316-1c4b-4281-b951-d872f2087c98