summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Rename "ReadOnly" attribute to "v8ReadOnly".mbelshe@google.com2009-03-061-8/+8
| | | | | | | | | | | | | | | | Although this attribute is fairly self-describing, it is difficult to look at IDL and know what is V8 specific. Since this is something that we added, having it marked as such greatly helps when reviewing. Also rename: v8OnInstance -> V8OnInstance v8DisallowShadowing -> V8DisallowShadowing v8DoNotCheckSignature -> V8DoNotCheckSignature Review URL: http://codereview.chromium.org/39263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11123 0039d316-1c4b-4281-b951-d872f2087c98
* More WebKit API action (chromium side)darin@chromium.org2009-03-066-172/+59
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/39240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11118 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase a test that had been fixed already on windows.pinkerton@chromium.org2009-03-062-14/+21
| | | | | | Review URL: http://codereview.chromium.org/39261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11116 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of IDL attribute "DontDelete". It is only used for ↵mbelshe@google.com2009-03-061-1/+1
| | | | | | | | | | "v8DisallowShadowing", so fold into that. Also, it causes confusion when comparing to JSC's "Deletable" attribute. Review URL: http://codereview.chromium.org/40210 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11113 0039d316-1c4b-4281-b951-d872f2087c98
* Rebase tests to match our network layer, not CFNetworkpinkerton@chromium.org2009-03-063-5/+11
| | | | | | Review URL: http://codereview.chromium.org/40223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11112 0039d316-1c4b-4281-b951-d872f2087c98
* Mac rebases from adam's change (r11100).thomasvl@chromium.org2009-03-0619-16/+342
| | | | | | Review URL: http://codereview.chromium.org/39260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11110 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a Linux pixel test after r11100.deanm@chromium.org2009-03-062-1/+1
| | | | | | | | | The expected text dump is the same as (and shared with) Windows. This updates the pixel results. Review URL: http://codereview.chromium.org/39254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11108 0039d316-1c4b-4281-b951-d872f2087c98
* fast/clip/nestedTransparencyClip.html has not failed for over 20ager@chromium.org2009-03-061-4/+0
| | | | | | | | | | | | | | builds on the buildbot and consistently passes on my local Linux build. Remove it from the test list so we will catch it if it starts failing again. TBR=pam BUG=8442 Review URL: http://codereview.chromium.org/39250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11106 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing baselines for 11100abarth@chromium.org2009-03-064-0/+22
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11101 0039d316-1c4b-4281-b951-d872f2087c98
* Don't let file:// URLs script Web URLs.abarth@chromium.org2009-03-0614-21/+249
| | | | | | | | BUG=7986 R=finnur Review URL: http://codereview.chromium.org/39141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11100 0039d316-1c4b-4281-b951-d872f2087c98
* Forgot some entries.evan@chromium.org2009-03-061-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11098 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bunch of Linux baselines.evan@chromium.org2009-03-0653-39/+434
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11097 0039d316-1c4b-4281-b951-d872f2087c98
* Another attempt to rebaseline rtl-ordering.htmldimich@google.com2009-03-064-12/+10
| | | | | | | | Previous was bad because I've played with the test itself and forgot to revert it before producing new baseline. Review URL: http://codereview.chromium.org/39244 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11095 0039d316-1c4b-4281-b951-d872f2087c98
* Add transform/3d to the ignore list since this feature is a work in progress ↵ben@chromium.org2009-03-061-0/+6
| | | | | | | | (according to smfr over at WebKit) and they don't even run these tests themselves on their buildbots. Review URL: http://codereview.chromium.org/37010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11094 0039d316-1c4b-4281-b951-d872f2087c98
* Fix lifetime control for worker and worker context.jianli@chromium.org2009-03-063-5/+19
| | | | | | Review URL: http://codereview.chromium.org/40197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11088 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test that needs an FTP implementation as failing on Mac/Linux.evan@chromium.org2009-03-061-0/+3
| | | | | | Review URL: http://codereview.chromium.org/40211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11087 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in new third_party/WebKit that fixes textarea-metrics.html.ojan@google.com2009-03-061-1/+0
| | | | | | Review URL: http://codereview.chromium.org/39241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11084 0039d316-1c4b-4281-b951-d872f2087c98
* temporarily disable rtl-ordering back.dimich@google.com2009-03-061-0/+1
| | | | | | Review URL: http://codereview.chromium.org/40209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11080 0039d316-1c4b-4281-b951-d872f2087c98
* rebaseline on linux for real, this time with anti-aliasing ontc@google.com2009-03-062-1/+1
| | | | | | | | | | | (I had rebaselined before adam's patch yesterday) TBR=pamg Review URL: http://codereview.chromium.org/40204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11077 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 3 layout tests:dimich@google.com2009-03-0610-54/+52
| | | | | | | | | | | | | | | LayoutTests\fast\text\drawBidiText.html The text metrics don't match, otherwise the bidi order of the text matches the one in Safari and text size matches the same page in IE (but IE has apparently incorrect bidi order) LayoutTests\fast\css\rtl-ordering.html The test verifies the ordering of rtl characters and it matches the Safari and expected result. The font metrics match IE (except default margin values that are differrent in IE). LayoutTests\fast\encoding\denormalised-voiced-japanese-chars.html The rendering is correct (denormalized unicode for Hiragana is composed back into correct glyphs) and matches Safari. The text metrics match IE. Review URL: http://codereview.chromium.org/40198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11076 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test list.sidchat@google.com2009-03-061-1/+4
| | | | | | Review URL: http://codereview.chromium.org/40203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11075 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test that has different output in opt builds. :(evan@chromium.org2009-03-062-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11072 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a test where the list marker moved down 1 pixel.tc@google.com2009-03-064-3/+2
| | | | | | | | | | I think the new baseline is correct. Because the containing UL has a 1 pixel border, the marker should be offset by 1 pixel. I'm not sure why this changed :( Review URL: http://codereview.chromium.org/40193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11071 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline an SVG layout test. In the bottom right corner box, the end of ↵sidchat@google.com2009-03-063-4/+1
| | | | | | | | the Value% color picker slider is in a very slight different shade. Review URL: http://codereview.chromium.org/39227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11069 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable to try to green Linux WebKit builder.evan@chromium.org2009-03-061-6/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11067 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline 2 tests on linux.tc@google.com2009-03-065-8/+2
| | | | | | | | | | | | | | | drag-in-iframe: Says we just need to rebaseline and the test hasn't timed out in a long time. no_transform_hit_testing: New test. Only difference is we anti-alias fonts on linux. BUG=8439 Review URL: http://codereview.chromium.org/39230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11065 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout test pending/security/block-test.html.patrick@chromium.org2009-03-062-2/+0
| | | | | | | Some output was missing due to calling finishTesting too early. Review URL: http://codereview.chromium.org/40196 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11062 0039d316-1c4b-4281-b951-d872f2087c98
* Fake baselines for new tests.evan@chromium.org2009-03-068-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11061 0039d316-1c4b-4281-b951-d872f2087c98
* Defer tests that fail only on buildbot due to missing font.kuchhal@chromium.org2009-03-061-5/+5
| | | | | | | | | BUG=2304 Review URL: http://codereview.chromium.org/39209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11060 0039d316-1c4b-4281-b951-d872f2087c98
* fix syntaxtc@google.com2009-03-051-2/+2
| | | | | | | Review URL: http://codereview.chromium.org/39228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11057 0039d316-1c4b-4281-b951-d872f2087c98
* We have a forked/fixed version of this in ↵willchan@chromium.org2009-03-051-3/+3
| | | | | | | | | | pending/fast/repaint/bugzilla-6473.html, but it has problems that need to be resolved before it can be upstreamed. See https://bugs.webkit.org/show_bug.cgi?id=21536 Bug 982608: test had a wrong result for one condition Pending test needs work before sending upstream. Review URL: http://codereview.chromium.org/40186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11054 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing 4 layout tests.finnur@chromium.org2009-03-058-7/+788
| | | | | | | | | | | | | | | | | | | | | | | | | | fast/text/international/complex-character-based-fallback.html fast/text/international/hindi-spacing.html fast/text/international/thai-line-breaks.html These tests were incorrectly rebaselined recently (ClearType was turned on when the baseline was generated) and this gets them back to where they were. svg/css/getComputedStyle-basic.svg: This test is dumping computed styles for a couple of simple svg objects. Our output differs from the mac output in two ways: 1) The font-family for the two objects is not specified and gets reported as 'times new roman' for us instead of 'Times'. This looks normal to me; if I create a div and specify no font-family I get 'times new roman' on Chrome & Safari on Windows, but in Safari on Mac I get 'Times'. 2) Our output doesn't contain the property -webkit-dashboard-region. NOTE: This is essentially the same test as fast/css/computed-style.html which has a baseline that differs in exactly the same way. See: http://codereview.chromium.org/12457 (font-family) http://codereview.chromium.org/4602 (webkit-dashboard) Review URL: http://codereview.chromium.org/39220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11052 0039d316-1c4b-4281-b951-d872f2087c98
* Add more information for a couple of tests failing on Linux.pam@chromium.org2009-03-051-3/+7
| | | | | | Review URL: http://codereview.chromium.org/40190 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11051 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build breakage on Mac.asargent@chromium.org2009-03-054-0/+4
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/40189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11049 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-054-11/+82
| | | | | | Review URL: http://codereview.chromium.org/39147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11046 0039d316-1c4b-4281-b951-d872f2087c98
* Update information about pending tests.pam@chromium.org2009-03-051-6/+9
| | | | | | Review URL: http://codereview.chromium.org/39215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11044 0039d316-1c4b-4281-b951-d872f2087c98
* Check in upstream mac baselines as our expected outputs for new tests.evan@chromium.org2009-03-056-0/+437
| | | | | | | This means we will no longer get "missing expected output". The tests are surely still failing. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11042 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ↵asargent@chromium.org2009-03-0522-230/+180
| | | | | | | | | | | call functions in the rest of Chromium code without having to go through ChromiumBridge (which now lives upstream in the WebKit repository). R=darin,mbelshe Review URL: http://codereview.chromium.org/40132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11040 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test for Win. The rendering of the image was different ↵jhawkins@chromium.org2009-03-053-2/+2
| | | | | | | | and actually looked better than the baseline. Review URL: http://codereview.chromium.org/40181 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11037 0039d316-1c4b-4281-b951-d872f2087c98
* Update the mac text test output, the only differences are due to v8.thomasvl@chromium.org2009-03-052-1/+19
| | | | | | Review URL: http://codereview.chromium.org/40171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11033 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline results for js-update-image to account for rendering differences ↵ben@chromium.org2009-03-054-2/+6
| | | | | | | | between Windows and Mac. Review URL: http://codereview.chromium.org/40180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11031 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline an SVG layout test. The vertical lines are shaded slightly ↵sidchat@google.com2009-03-054-9/+9
| | | | | | | | different - the diagonal lines are anti-aliased in a slightly different shade, and the text is drawn differently. Review URL: http://codereview.chromium.org/39053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11028 0039d316-1c4b-4281-b951-d872f2087c98
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-055-21/+24
| | | | | | | | | | | not the enclosing frame." The diffrence between this one and the previous version of this patch is the addition of test_webview_delegate. BUG=1686837 Review URL: http://codereview.chromium.org/39163 Review URL: http://codereview.chromium.org/40175 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11026 0039d316-1c4b-4281-b951-d872f2087c98
* Address some of the review comments on comment 2 ofbrettw@chromium.org2009-03-0516-321/+334
| | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=24299 This is everything up to "not supposed to be using STL container classes." Review URL: http://codereview.chromium.org/40122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11025 0039d316-1c4b-4281-b951-d872f2087c98
* Load the webkcore strings into a data pack and use them in TestShell. Fixes ↵pinkerton@chromium.org2009-03-059-10/+52
| | | | | | | | several layout tests that required these strings. We need to rebaseline them because the strings Chromium uses differ from the strings WebKit.org uses. Review URL: http://codereview.chromium.org/40170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11023 0039d316-1c4b-4281-b951-d872f2087c98
* Delete some duplicate test outputs.evan@chromium.org2009-03-05232-3836/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11019 0039d316-1c4b-4281-b951-d872f2087c98
* Tool for finding duplicate test outputs.evan@chromium.org2009-03-051-0/+46
| | | | | | Review URL: http://codereview.chromium.org/40177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11018 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some ok tests on Linux.evan@chromium.org2009-03-0516-14/+62
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11017 0039d316-1c4b-4281-b951-d872f2087c98
* fix oopsdarin@chromium.org2009-03-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11014 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the problem that worker context object could be double deleted.jianli@chromium.org2009-03-051-0/+10
| | | | | | Review URL: http://codereview.chromium.org/28147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11013 0039d316-1c4b-4281-b951-d872f2087c98