summaryrefslogtreecommitdiffstats
path: root/webkit/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add debug menu to Linux test_shell:phajdan.jr@chromium.org2009-01-084-117/+95
| | | | | | | | | | | | - Dump body text... - Dump render tree... - Show web inspector... BUG=5122, 6050 Review URL: http://codereview.chromium.org/16578 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7724 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out NPN_Construct.estade@chromium.org2009-01-081-1/+13
| | | | | | Review URL: http://codereview.chromium.org/16564 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7707 0039d316-1c4b-4281-b951-d872f2087c98
* * Handle deferred tests while printing tests summary.kuchhal@chromium.org2009-01-072-6/+14
| | | | | | Review URL: http://codereview.chromium.org/16596 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7700 0039d316-1c4b-4281-b951-d872f2087c98
* Marks worker related tests as DEFERRED. I've moved all these tests tosky@google.com2009-01-071-20/+7
| | | | | | | | | | a new section in hopes of making it easier to find them in the future. BUG=none Review URL: http://codereview.chromium.org/17245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7697 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase some layout tests.ericroman@google.com2009-01-071-6/+6
| | | | | | | | | | | | | * LayoutTests/fast/frames/frame-src-attribute.html Actual results match mac baseline; probably an out-dated chromium-baseline. * LayoutTests/fast/forms/listbox-scrollbar-incremental-load.html Had no chromium baseline; matches mac baseline. Review URL: http://codereview.chromium.org/16588 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7686 0039d316-1c4b-4281-b951-d872f2087c98
* * Fix error messaging for http server.kuchhal@chromium.org2009-01-071-5/+7
| | | | | | | | * Fix year for copyright notice. Review URL: http://codereview.chromium.org/16581 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7685 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 39606:39660dimich@google.com2009-01-071-0/+33
| | | | | | Review URL: http://codereview.chromium.org/17239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7684 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-071-6/+0
| | | | 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-071-3/+0
| | | | 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
* 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
* Rebaseline a Linux test, fix comments/whitespace and rearrange for a bunch more.evan@chromium.org2009-01-071-21/+27
| | | | 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
* Fixing a few SVG layout tests.finnur@google.com2009-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
* 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
* Fix three Linux layout tests by rebaselining.evan@chromium.org2009-01-071-9/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7645 0039d316-1c4b-4281-b951-d872f2087c98
* Fix all the unexpected Linux failures, by either rebaselining orevan@chromium.org2009-01-071-0/+5
| | | | | | | marking in the expected failures list. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7642 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-071-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7638 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
* Annotate a gajillion more tests_fixable and rebaseline a few.evan@chromium.org2009-01-061-30/+82
| | | | | | | | | 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
* Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit ↵pinkerton@google.com2009-01-064-8/+17
| | | | | | | | expectations. Use a png for "missingImage" because it has the color range to match the TIFF used by Apple in its expectations. Review URL: http://codereview.chromium.org/17211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7619 0039d316-1c4b-4281-b951-d872f2087c98
* Readd the concept of deferring tests till a future release and defer all theojan@google.com2009-01-065-149/+221
| | | | | | | | | | | tests we had deferred for the beta release. I figure we shouldn't block the current release on tests that didn't block the beta. That said, I think we should eventually try to make defer be just for unimplemented features. Review URL: http://codereview.chromium.org/16547 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7618 0039d316-1c4b-4281-b951-d872f2087c98
* Change "dll" to "plugin" where appropriate.avi@google.com2009-01-061-6/+6
| | | | | | Review URL: http://codereview.chromium.org/16543 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7617 0039d316-1c4b-4281-b951-d872f2087c98
* Add a terminating NULL to the text read from the edit control. This doesn't workbrettw@chromium.org2009-01-061-2/+4
| | | | | | | | | on Vista. Apparently EM_GETLINE doesn't guarantee a terminating NULL. BUG=6053 Review URL: http://codereview.chromium.org/16551 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7616 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests/fast/css/font-face-unicode-range.html jungshik@google.com2009-01-061-2/+2
| | | | | | | | | | | | | | LayoutTests/fast/css/font-face-implicit-local-font.html This is an companion to http://codereview.chromium.org/16516 (update third_party/WebKit to r7607) BUG=6021 Review URL: http://codereview.chromium.org/16525 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7611 0039d316-1c4b-4281-b951-d872f2087c98
* Don't special case certain characters in event_sending_controller.ccestade@chromium.org2009-01-062-68/+16
| | | | | | | | Remove a pending test that has been upstreamed. Review URL: http://codereview.chromium.org/17064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7604 0039d316-1c4b-4281-b951-d872f2087c98
* Build file change for enabling dynamic font support. This is a follow-up to ↵jungshik@google.com2009-01-061-6/+5
| | | | | | | | | | | | | the third_party/Webkit change ( http://codereview.chromium.org/16494). Update Webkit to 7592 in DEPS BUG=1303 Review URL: http://codereview.chromium.org/17036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7594 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39520:39606, Chromium sidedglazkov@google.com2009-01-052-0/+6
| | | | | | | | No Mac/SCons project changes needed. No regressions, a few new tests. Review URL: http://codereview.chromium.org/17060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7569 0039d316-1c4b-4281-b951-d872f2087c98
* Some more GRIT refactoring.tc@google.com2009-01-051-2/+2
| | | | | | | | | | | | | | | | | | Moved the grit .vsprops file from chrome/tools/build/win/ to /tools/grit/build and renamed to using_generated_resources.vsprops. Updated non-chrome projects to use the this new vsprops file. Created a new .rules file and renamed the old one. Now there are grit_resources.rules and grit_localized_resources.rules. The latter is what we use now, but I'll be adding some grd files that use the former in a follow up change. This is just vsprops reshuffling for now. I'll also add a using_generated_resources.scons in a follow up change. Review URL: http://codereview.chromium.org/14901 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7560 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that constructor functions are created in the context of theager@google.com2009-01-051-6/+0
| | | | | | | | | | | | corresponding DOMWindow. This is important for instance for XMLHttpRequests, so that they are created with the right document. If the XMLHttpRequest function is created in the context of the caller, URI resolution will be broken for the request. Review URL: http://codereview.chromium.org/17053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7542 0039d316-1c4b-4281-b951-d872f2087c98
* Add newly failing tests for Linux. Started failing with latest WebKit merge.pamg@google.com2008-12-311-0/+6
| | | | | | | | | | TBR=nsylvain BUG=none TEST=covered by layout tests Review URL: http://codereview.chromium.org/16208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7517 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium side of merge 39453:39501.pamg@google.com2008-12-301-2/+0
| | | | | | | | | | | | Includes new baselines for fast/transforms/identity-matrix-expected.html, which was edited slightly, and fast/backgrounds/opacity-on-document-element.html, which is new and looks correct. BUG=none TEST=none Review URL: http://codereview.chromium.org/17010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7513 0039d316-1c4b-4281-b951-d872f2087c98
* Adjusting the name of a function to make it more descriptive.avi@google.com2008-12-303-3/+3
| | | | | | Review URL: http://codereview.chromium.org/16489 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7504 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot one file in r7490.estade@chromium.org2008-12-291-3/+0
| | | | | | | tbr=agl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7491 0039d316-1c4b-4281-b951-d872f2087c98
* Update some of the mac specific entries.thomasvl@chromium.org2008-12-291-15/+4
| | | | | | Review URL: http://codereview.chromium.org/16483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7488 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 7485.brettw@google.com2008-12-291-0/+4
| | | | | | Review URL: http://codereview.chromium.org/16803 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7487 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test my transformed font rendering change affected.brettw@google.com2008-12-291-4/+0
| | | | | | Review URL: http://codereview.chromium.org/15093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7485 0039d316-1c4b-4281-b951-d872f2087c98
* Linux test shell: get rid of popups when they "lose focus".estade@chromium.org2008-12-291-4/+20
| | | | | | Review URL: http://codereview.chromium.org/14912 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7483 0039d316-1c4b-4281-b951-d872f2087c98
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the ↵evanm@google.com2008-12-261-1/+1
| | | | | | | | | | | updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a circular dependency within the test_shell SConscript.evanm@google.com2008-12-261-2/+3
| | | | | | | Review URL: http://codereview.chromium.org/16266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7473 0039d316-1c4b-4281-b951-d872f2087c98
* I thought all tests in ignored are skipped, but I was wrong. Updating ↵sky@google.com2008-12-241-1/+1
| | | | | | | | | | | | appropriately. BUG=none TEST=none TBR=tc Review URL: http://codereview.chromium.org/16258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7463 0039d316-1c4b-4281-b951-d872f2087c98
* Implement extension:// protocol.aa@chromium.org2008-12-241-4/+4
| | | | | | Review URL: http://codereview.chromium.org/15010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7462 0039d316-1c4b-4281-b951-d872f2087c98