summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* - These two tests were marked as failing but they actually pass:davemoore@chromium.org2009-03-111-4/+0
| | | | | | | | | | | | LayoutTests/svg/dom/animated-tearoff-equality.xhtml = FAIL PASS LayoutTests/svg/dom/animated-tearoff-lifespan.xhtml = FAIL PASS TBR: sky Review URL: http://codereview.chromium.org/43078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11441 0039d316-1c4b-4281-b951-d872f2087c98
* net_resources unforkthomasvl@chromium.org2009-03-111-6/+6
| | | | | | | | | | | | - bring the rules for grit all in align for common style/dir names. - make the mac build net:net_resource (was win/linux only) - ripple the mac dep upstream - merge net_resource into the chrome repack more work is needed on the mac side, we aren't really using the new resources yet, but this is a clean landing point. Review URL: http://codereview.chromium.org/45001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11438 0039d316-1c4b-4281-b951-d872f2087c98
* remove the test that's passing on the mac bots now.thomasvl@chromium.org2009-03-111-1/+0
| | | | | | Review URL: http://codereview.chromium.org/43074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11437 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline LayoutTests\fast\lists\w3-list-styles-expected.txt. These are allaa@chromium.org2009-03-112-116/+113
| | | | | | | | | minor position differences probably caused by slightly different font metrics. Review URL: http://codereview.chromium.org/43055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11433 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11405.ericroman@google.com2009-03-111-35/+0
| | | | | | Review URL: http://codereview.chromium.org/43063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11413 0039d316-1c4b-4281-b951-d872f2087c98
* Install more signal handlers so test shell cleanup after itself.thestig@chromium.org2009-03-111-0/+9
| | | | | | | | Found a couple more cases where we are littering files in /tmp. a) if we run test_shell and hit ctrl+c, b) if the test shell gets killed by KillAllTestShells(). Review URL: http://codereview.chromium.org/45003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11412 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11396.ericroman@google.com2009-03-119-139/+27
| | | | | | | failing layout tests on linux Review URL: http://codereview.chromium.org/43058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11409 0039d316-1c4b-4281-b951-d872f2087c98
* Add failing tests to fixable list.ojan@google.com2009-03-111-1/+36
| | | | | | Review URL: http://codereview.chromium.org/43057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11405 0039d316-1c4b-4281-b951-d872f2087c98
* Update expected results due to merge.darin@chromium.org2009-03-111-0/+8
| | | | | | | | | | I will cycle back to fix these. TBR=eroman Review URL: http://codereview.chromium.org/42051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11403 0039d316-1c4b-4281-b951-d872f2087c98
* Some layout tests were deleted.darin@chromium.org2009-03-101-12/+0
| | | | | | | | TBR=eroman Review URL: http://codereview.chromium.org/42050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11402 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 41530:41559.darin@chromium.org2009-03-106-26/+50
| | | | | | | | | | | | | | | | Minor issues: 1- WebCore::Position no longer has an offset() method. Instead, it seems to have been replaced by a public m_offset member variable. WebCore code now just uses that directly instead, so we need to do the same. 2- Added / removed sources from the project files. R=eroman Review URL: http://codereview.chromium.org/42046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11400 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests fixable list and defer a test that is broken upstream.tc@google.com2009-03-101-1/+2
| | | | | | | | | TBR=ojan Review URL: http://codereview.chromium.org/42048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11398 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), ↵ericroman@google.com2009-03-109-27/+139
| | | | | | | | | | | | which draw a gray mask over regions that have not been updated. This still doesn't match the mac expected results, because clip area is wrong. BUG=8630 Review URL: http://codereview.chromium.org/21192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11396 0039d316-1c4b-4281-b951-d872f2087c98
* Fix horizontal scrolling to not be reversed on tilt wheel mice and old ↵pkasting@chromium.org2009-03-101-6/+8
| | | | | | | | | Thinkpads. BUG=8590 Review URL: http://codereview.chromium.org/43049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11395 0039d316-1c4b-4281-b951-d872f2087c98
* Update the expected file for switch-behaviour to add the new tests that haveiposva@chromium.org2009-03-101-1/+6
| | | | | | | | been added with the fix for WebKit bug 23614. Review URL: http://codereview.chromium.org/42045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11389 0039d316-1c4b-4281-b951-d872f2087c98
* Adding fixed guids to some modules to facilitate incremental switch to gyp.bradnelson@google.com2009-03-103-0/+3
| | | | | | Review URL: http://codereview.chromium.org/42044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11388 0039d316-1c4b-4281-b951-d872f2087c98
* This changes the base clipboard class, as accomplishing paste requires that ↵avi@chromium.org2009-03-102-2/+2
| | | | | | | | Clipboard::FormatType be IPC-able. The lowest-common denominator of unsigned int, NSString*, and GdkAtom is string, so string it is. (Linux changes by estade.) Review URL: http://codereview.chromium.org/41012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11383 0039d316-1c4b-4281-b951-d872f2087c98
* Convert to COLORREF properly. This matches the old code before my refactoring.darin@chromium.org2009-03-101-1/+3
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/42043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11376 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 11357.jcampan@chromium.org2009-03-102-2/+5
| | | | | | | Reverting 11357 as the layout test still fails Review URL: http://codereview.chromium.org/42032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11365 0039d316-1c4b-4281-b951-d872f2087c98
* More tests_fixable updating. TBR.ojan@google.com2009-03-101-5/+4
| | | | | | Review URL: http://codereview.chromium.org/43033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11362 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breaks after webkit merge.jam@chromium.org2009-03-106-0/+8
| | | | | | Review URL: http://codereview.chromium.org/42004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11361 0039d316-1c4b-4281-b951-d872f2087c98
* Move forked, DevTools-specific JS files out of third_party/WebKitdglazkov@google.com2009-03-108-7/+2024
| | | | | | | | | R=darin BUG=3320 Review URL: http://codereview.chromium.org/44001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11358 0039d316-1c4b-4281-b951-d872f2087c98
* The navigation entry's state would not be returned for navigation entries of ↵jcampan@chromium.org2009-03-102-5/+2
| | | | | | | | | | | | | | | | | | | error pages (such as 404). This was causing the following problems when navigating back to a 404 page in test shell: - a new entry to be created instead of going back to the existing entry - the navTarget property not to be set on the HistoryItem That was causing the LayoutTests/http/tests/navigation/error404-goback.html failure. It seems safe to return the navigation entry's state for an error page. BUG=None Review URL: http://codereview.chromium.org/41019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11357 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to cleanup after ourselves on test shell timeout.thestig@chromium.org2009-03-101-0/+1
| | | | | | | The Linux buildbots have thousands of com.google.chrome.xxxxxx files in /tmp. We get one with every layout test time out. Review URL: http://codereview.chromium.org/43030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11354 0039d316-1c4b-4281-b951-d872f2087c98
* add glue.vcprojdarin@chromium.org2009-03-101-5/+13
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11352 0039d316-1c4b-4281-b951-d872f2087c98
* Adds WebThemeEngine, WebColor, and WebCanvas to the WebKit API (chrome-side).darin@chromium.org2009-03-109-105/+191
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/40330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11351 0039d316-1c4b-4281-b951-d872f2087c98
* Add some more flaky test in an attempt to green the tree. Also, defer flaky ↵ojan@google.com2009-03-101-7/+8
| | | | | | | | transition tests. TBR Review URL: http://codereview.chromium.org/42024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11348 0039d316-1c4b-4281-b951-d872f2087c98
* Add flaky tests. TBR.ojan@google.com2009-03-101-0/+9
| | | | | | Review URL: http://codereview.chromium.org/42021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11343 0039d316-1c4b-4281-b951-d872f2087c98
* Creating a new baseline for ↵rafaelw@chromium.org2009-03-103-0/+51
| | | | | | | | | | | | | | | | LayoutTest/fast/js/function-toString-semicolon-insertion-expected.html. Relevant webkit changeset: http://trac.webkit.org/changeset/41045 Discussion between mbelshe, kmillikin, lrn & erikcorry. Decision: amnestyusa.org (motivation for webkit change) works with 1.0.154.48. No need to change anything unless get a bug to work against. Review URL: http://codereview.chromium.org/41014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11341 0039d316-1c4b-4281-b951-d872f2087c98
* Update from days runs:thomasvl@chromium.org2009-03-101-4/+6
| | | | | | | | - show test started passing some times, so updated it's flaky status. - one test seems to always timeout, updated it's status. Review URL: http://codereview.chromium.org/42012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11328 0039d316-1c4b-4281-b951-d872f2087c98
* Building of the npapi_test_plugin and npapi_layout_test_plugin.sgk@google.com2009-03-101-0/+64
| | | | | | | Builds on Linux, should be readily enableable on Windows. Review URL: http://codereview.chromium.org/40331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11320 0039d316-1c4b-4281-b951-d872f2087c98
* Remove tests which pass on linux. I had added this block pre-emptively when ↵ericroman@google.com2009-03-101-45/+0
| | | | | | | | | merging, since the tests were rebaseliend on windows and wasn't sure if would require work on linux -- turns out it didn't. TBR=darin Review URL: http://codereview.chromium.org/41027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11313 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 41498:41530.ericroman@google.com2009-03-108-2/+20
| | | | | | Review URL: http://codereview.chromium.org/41017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11312 0039d316-1c4b-4281-b951-d872f2087c98
* Fix duplicate expectations.ojan@chromium.org2009-03-101-2/+1
| | | | | | Review URL: http://codereview.chromium.org/40327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11308 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test anchor-toStringcpu@google.com2009-03-102-4/+3
| | | | | | | | - In the bots the drive is C not Q Review URL: http://codereview.chromium.org/41024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11307 0039d316-1c4b-4281-b951-d872f2087c98
* Update test lists to match the bots. TBR.ojan@chromium.org2009-03-091-3/+4
| | | | | | Review URL: http://codereview.chromium.org/41025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11306 0039d316-1c4b-4281-b951-d872f2087c98
* Add new baseline for ↵darin@chromium.org2009-03-094-1/+20
| | | | | | | | | | LayoutTests/fast/css-generated-content/hit-test-generated-content.html, which was added in a recent merge. R=eroman Review URL: http://codereview.chromium.org/41011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11304 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline the stroked-pattern svg test.erg@google.com2009-03-096-5/+5
| | | | | | | Our current png baseline is very obviously wrong; Trunk Chrome, Safari 3 and Safari 4 don't match the previous baseline. The RenderTree was only off by one character ("Z") which is a known recurring problem. Review URL: http://codereview.chromium.org/41013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11303 0039d316-1c4b-4281-b951-d872f2087c98
* Snapshotting progress.bradnelson@google.com2009-03-093-52/+86
| | | | | | | | | Got app and unit_tests linking with gyp under windows. Still missing pieces (things don't run). Review URL: http://codereview.chromium.org/39319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11302 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable with current state of the bots.ojan@chromium.org2009-03-091-1/+3
| | | | | | Review URL: http://codereview.chromium.org/40313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11301 0039d316-1c4b-4281-b951-d872f2087c98
* Add API functions to control Quantify, as well as expose theseasargent@chromium.org2009-03-098-0/+133
| | | | | | | | | functions to javascript. Review URL: http://codereview.chromium.org/40255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11291 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests fixable and rebaseline one test.tc@google.com2009-03-093-3/+4
| | | | | | | | | | After the last merge, hidden-scrollbar-resize.html is now passing. hit-test-overflow-controls.html seems more correct now (hyatt fixed a case where the resize corner was not being clipped properly). Review URL: http://codereview.chromium.org/41005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11290 0039d316-1c4b-4281-b951-d872f2087c98
* Remove lines having to do with transforms/3d since all of those tests ignoreddarin@chromium.org2009-03-091-12/+4
| | | | | | | | | | (see tests_ignored.txt). R=ben Review URL: http://codereview.chromium.org/40304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11282 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline two scroll bar layout tests. There are slight areas in the scroll ↵sidchat@google.com2009-03-095-4/+4
| | | | | | | | bar regions where the shading is off slightly, as found using GIMP. Review URL: http://codereview.chromium.org/40251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11281 0039d316-1c4b-4281-b951-d872f2087c98
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-093-0/+11
| | | | | | | | | | | | | | | MessageEvent object to the onmessage handler. Also adding support for origin and target parameters. The origin parameter is implicit but target can be specified when calling postMessage. If no target is specified we default to "*". At the moment I'm only allowing target == "*" messages to pass through since I haven't implemented support for matching more complicated patterns :) Review URL: http://codereview.chromium.org/40128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11275 0039d316-1c4b-4281-b951-d872f2087c98
* Fix my first layout test! The expected and actual results were two ↵jparent@chromium.org2009-03-092-32/+30
| | | | | | | | different representations of the same visual position. Specifically, the expected results were looking for the deep position, but the actual results were a shallow position. This is from a webkit change (http://trac.webkit.org/changeset/39831) where appendTrailingWhitespace was changed to stop modifying the live selection to use the deepEquivalent of the end position, thus leaving it in the shallow position. Review URL: http://codereview.chromium.org/39306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11272 0039d316-1c4b-4281-b951-d872f2087c98
* Add a comment describing how Linux falls back to Windows results. Don't addpam@chromium.org2009-03-091-2/+15
| | | | | | | | | | | 'chromium' to expected-result search path if it's already there, and don't fall back to chromium-win results if it's not a Chromium platform. BUG=none TEST=none Review URL: http://codereview.chromium.org/39310 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11270 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize the command line object before initializing the logger. Alsoananta@chromium.org2009-03-091-0/+9
| | | | | | | | | | register/unregister the AtExitManager for the shim. TBR=joshia Review URL: http://codereview.chromium.org/40283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11268 0039d316-1c4b-4281-b951-d872f2087c98
* Instead of marking the test that happens to come next as fail, mac isthomasvl@chromium.org2009-03-091-6/+4
| | | | | | | | explicitly skipping a test that causes the next test (no matter what it is) to fail. Review URL: http://codereview.chromium.org/40308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11263 0039d316-1c4b-4281-b951-d872f2087c98
* Get gyp-generated test_shell_tests working on Linux bysgk@google.com2009-03-091-0/+7
| | | | | | | | | excluding the tests that aren't working yet on Linux... TBR: mark@chromium.org (based on discussion) Review URL: http://codereview.chromium.org/39302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11257 0039d316-1c4b-4281-b951-d872f2087c98