summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Changes to make it possible to statically link Gears. This is disabled by anmpcomplete@google.com2009-01-163-1/+34
| | | | | | | | | | | #ifdef. This only partially works. Missing pieces: - gears resources for HTML dialogs (permissions, shortcut, settings). - able to compile with a non-official gears build. Review URL: http://codereview.chromium.org/18299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8238 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage. Missed a file in my last commit :-(darin@chromium.org2009-01-161-4/+0
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/18337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8233 0039d316-1c4b-4281-b951-d872f2087c98
* Update te way test shell cleans up on exit.mbelshe@google.com2009-01-161-1/+7
| | | | | | | | | | | | | | | It turns out that the LayoutTestControllers are only reset when a test is started. Some tests leave sub-windows open (e.g. http/tests/security/aboutBlank/security-context-window-open.html) When these tests are run through the purify runner - which only runs one test per test shell - the effect is that the LayoutTestController does not get cleaned up. BUG=5329 Review URL: http://codereview.chromium.org/18300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8231 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional Keystone support in Mac TestShellmark@chromium.org2009-01-164-0/+114
| | | | | | Review URL: http://codereview.chromium.org/18117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8228 0039d316-1c4b-4281-b951-d872f2087c98
* Use the PluginData object instead of the PluginInfoStore interface to test fordarin@chromium.org2009-01-164-50/+13
| | | | | | | | | | plugin supported mime types. R=jam Review URL: http://codereview.chromium.org/18141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8219 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crasher with --run-singly that was introduced by ↵erikkay@google.com2009-01-161-3/+6
| | | | | | | | http://codereview.chromium.org/18023 Review URL: http://codereview.chromium.org/18167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8216 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Merge 39953:39972, Chromium Side.dglazkov@google.com2009-01-161-5/+10
| | | | | | Review URL: http://codereview.chromium.org/18325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8215 0039d316-1c4b-4281-b951-d872f2087c98
* Moves keygen test to ignored test list as wiring up keygen is a lowsky@google.com2009-01-162-1/+4
| | | | | | | | | | | priority. BUG=none TEST=none Review URL: http://codereview.chromium.org/18168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8212 0039d316-1c4b-4281-b951-d872f2087c98
* looking at test shell tests on mac:thomasvl@chromium.org2009-01-164-41/+36
| | | | | | | | | | | | - unforking TestShell::CreateNewWindow, all code must live in a platform's Initialize method instead (some tests rely on knowing what CreateNewWindow does). (mac had issues w/ this) - Mac: make the code path for tests that forces down windows properly clean up the bits in the same way a trip through the event loop would. - add a few more logs/checks in the mac code to catch issues. Review URL: http://codereview.chromium.org/18166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8211 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "* Dump text/image on notifyDone."kuchhal@chromium.org2009-01-167-136/+199
| | | | | | | Review URL: http://codereview.chromium.org/18330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8209 0039d316-1c4b-4281-b951-d872f2087c98
* Follow-up fixmark@chromium.org2009-01-161-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8208 0039d316-1c4b-4281-b951-d872f2087c98
* Fix TestShell fonts again (see r8206, r8198, r8196, r8113)mark@chromium.org2009-01-161-9/+10
| | | | | | Review URL: http://codereview.chromium.org/18165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8207 0039d316-1c4b-4281-b951-d872f2087c98
* put back the changes that got rolled back.kuchhal@chromium.org2009-01-161-1/+8
| | | | | | Review URL: http://codereview.chromium.org/18164 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8206 0039d316-1c4b-4281-b951-d872f2087c98
* Part 2 (webkit/glue side) of cleaning RenderThemeChromiumWin.darin@chromium.org2009-01-162-3/+3
| | | | | | | | R=macdome Review URL: http://codereview.chromium.org/18140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8203 0039d316-1c4b-4281-b951-d872f2087c98
* * Dump text/image on notifyDone.kuchhal@chromium.org2009-01-167-209/+139
| | | | | | | | | BUG=945322 Review URL: http://codereview.chromium.org/17459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8198 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test fast/events/mouse-click-events.html. We need to ↵sky@google.com2009-01-162-8/+1
| | | | | | | | | | | | | | rebaseline this for two reasons: . We've turned on pan and scroll, which results in different middle mouse behavior. . we don't support an OTHER mouse button, resulting in different mouse events. BUG=none TEST=none Review URL: http://codereview.chromium.org/18157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8197 0039d316-1c4b-4281-b951-d872f2087c98
* Use Times, sans New Roman, for layout tests on Macmark@chromium.org2009-01-161-4/+6
| | | | | | Review URL: http://codereview.chromium.org/18163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8196 0039d316-1c4b-4281-b951-d872f2087c98
* remove chromium-linux baseline for editing/execCommand/19089.html. Thistc@google.com2009-01-161-2/+0
| | | | | | | | | | changed in r8113 where the font name changed from Times to 'times new roman'. We now match the windows results exactly. Review URL: http://codereview.chromium.org/18320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8192 0039d316-1c4b-4281-b951-d872f2087c98
* Going through the svg/w3c-svg-1.1 folder and rebaselining a bunch of test ↵finnur@google.com2009-01-16156-879/+1728
| | | | | | | | | | | (54 actually) that were either missing a baseline, had a wrong baseline or our code is now on par with the mac baseline, minus the usual differences such as font metrics, shading and such. Our code has gone through some slight changes in anti-aliasing/shadowing, and SVG curved lines are now drawn thicker (baseline has some lines too thin). There were also some font kerning changes made by Brett, which needed a rebaseline. I noticed after uploading that there is an extra newline in the text_fixable, which I have removed but didn't bother uploading the new patch. Review URL: http://codereview.chromium.org/18296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8191 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux webkit merge regressions to the test list.tc@google.com2009-01-161-1/+6
| | | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/18321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8190 0039d316-1c4b-4281-b951-d872f2087c98
* remove libxslt_config.vcproj and add generate header scripttc@google.com2009-01-163-60/+3
| | | | | | | | | | | | It turns out that config.h is not used on windows so we don't need to check it in. There's a libxslt/xsltconfig.h that is generated and used, but it's been checked into the tree since initial.commit. I also added a libxslt.vsprops to make updating include paths easier. Review URL: http://codereview.chromium.org/18121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8187 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable tests now that the WebKit patternskia fix is in. This rolls back ↵mmoss@google.com2009-01-161-6/+0
| | | | | | | | | the rollback from r8118. Review URL: http://codereview.chromium.org/18115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8184 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the testsky@google.com2009-01-164-1/+14
| | | | | | | | | | | | | | LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html . Our results are different due to font size differences and differences in how we scale images. BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/18316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8181 0039d316-1c4b-4281-b951-d872f2087c98
* Restoring a line that got lost in a despacingavi@google.com2009-01-161-0/+1
| | | | | | Review URL: http://codereview.chromium.org/18315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8177 0039d316-1c4b-4281-b951-d872f2087c98
* Spaces at end of lines begone!avi@google.com2009-01-1623-133/+132
| | | | | | Review URL: http://codereview.chromium.org/18314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8176 0039d316-1c4b-4281-b951-d872f2087c98
* Revert incorrect rebaselining in r8142.deanm@chromium.org2009-01-164-15/+21
| | | | | | | | | | This test looks broken upstream, but we shouldn't rebaseline a test asking to be displayed in Arial with an image displayed in Times New Roman. See http://codereview.chromium.org/18114 for the original code review and comments. Review URL: http://codereview.chromium.org/18146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8173 0039d316-1c4b-4281-b951-d872f2087c98
* Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL ↵ananta@chromium.org2009-01-162-0/+2
| | | | | | | | schemes other than http/https/ftp. This mimics Firefox behavior and works around bug http://b/issue?id=1543405 which is a XSS vulnerability in the Adobe Reader plugin where it allows javascript in the parameters passed in to the URL.Bug=1543405R=jam Review URL: http://codereview.chromium.org/18070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8159 0039d316-1c4b-4281-b951-d872f2087c98
* DEFERs a test that is expecting spelling error markers to besky@google.com2009-01-161-2/+3
| | | | | | | | | | | | drawn. This is a low priority, so I'm DEFERing. BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/18129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8153 0039d316-1c4b-4281-b951-d872f2087c98
* Baselines three tests that were never baselined. They are all slightlysky@google.com2009-01-1610-3/+1268
| | | | | | | | | | | different because of font sizes, otherwise they look fine. BUG=none TEST=none Review URL: http://codereview.chromium.org/18128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8150 0039d316-1c4b-4281-b951-d872f2087c98
* Add data pack file format to the grit output type and enable it for ↵tc@google.com2009-01-161-0/+1
| | | | | | | | | | | | | | | | | | webkit_resources.grd. This only adds support for <include> nodes. <message> nodes are forthcoming. The design doc describing the format is here: http://dev.chromium.org/developers/design-documents/linuxresourcesandlocalizedstrings I hooked into the <release> tag because we need to generate an index at the beginning of the file. The index contains the position of all the resources, so we walk the file at that point. This currently only handles <include> tags, but will be extended to handle <message> as well. Review URL: http://codereview.chromium.org/18215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8147 0039d316-1c4b-4281-b951-d872f2087c98
* Mark test as failing after the mergebrettw@chromium.org2009-01-161-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8146 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test fast/css/font-face-default-font.html. As far as Isky@google.com2009-01-164-20/+15
| | | | | | | | | | | can tell the output looks good to me. BUG=none TEST=none Review URL: http://codereview.chromium.org/18114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8142 0039d316-1c4b-4281-b951-d872f2087c98
* fix path, other file doesn't existtc@google.com2009-01-151-1/+1
| | | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/18123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8139 0039d316-1c4b-4281-b951-d872f2087c98
* Adding support for multiple files in FileChooserzork@google.com2009-01-151-5/+13
| | | | | | | | | BUG=4358 R=darin Review URL: http://codereview.chromium.org/18285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8134 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome-side of WebKit merge 39913:39933brettw@chromium.org2009-01-154-1/+21
| | | | | | Review URL: http://codereview.chromium.org/18283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8131 0039d316-1c4b-4281-b951-d872f2087c98
* Pull plugin files from the Linux build; it's not ready yet.avi@google.com2009-01-151-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8124 0039d316-1c4b-4281-b951-d872f2087c98
* New implementations of core plugin libraries.avi@google.com2009-01-1518-566/+1197
| | | | | | Review URL: http://codereview.chromium.org/17427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8122 0039d316-1c4b-4281-b951-d872f2087c98
* Add an image diff link to failed layout tests.estade@chromium.org2009-01-1510-12/+76
| | | | | | Review URL: http://codereview.chromium.org/18023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8119 0039d316-1c4b-4281-b951-d872f2087c98
* Mark layout tests as still failing.mmoss@google.com2009-01-151-0/+6
| | | | | | | | | | This partially reverts commit r17632: "Rebaseline Windows/Linux tests with workaround from PatternSkia.cpp." Review URL: http://codereview.chromium.org/18107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8118 0039d316-1c4b-4281-b951-d872f2087c98
* More SVG rebaselines and whatnot.estade@chromium.org2009-01-1511-15/+13
| | | | | | | | | | | | | | * text-dom-01-f: we have incorrect baselines on both linux and windows. Delete them and mark the test as failing. * 003-broken: now passes on Linux due to Windows rebaseline * use-on-non-svg-namespaced-element: ditto * glyph-selection-lang-attribute: ditto * invalid-css: rebaseline images on Linux * inline-svg-in-xhtml: ditto Review URL: http://codereview.chromium.org/18262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8117 0039d316-1c4b-4281-b951-d872f2087c98
* Changes the backing font from Times to 'times new roman'. This matchessky@google.com2009-01-152-5/+8
| | | | | | | | | | | | earlier change (http://codereview.chromium.org/12457) that changed another place from Times to 'times new roman'. BUG=none TEST=none Review URL: http://codereview.chromium.org/18099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8113 0039d316-1c4b-4281-b951-d872f2087c98
* More Mac test updatesthomasvl@chromium.org2009-01-151-12/+15
| | | | | | | | | | | | | - remove one test that now passes (because of the clipboard change pushed earlier today) - mark on defer as win &linux since mac passes it - remove another mac test entry we now pass (webkit fixes?) - mark a few more mac entries w/ timeout and/or crash to try and match what we're seeing on build bots/local runs. Review URL: http://codereview.chromium.org/18102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8106 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the build time generation of config.h and xmlversion.h.tc@google.com2009-01-154-69/+4
| | | | | | | | | | This adds a bat file which will generate config.h and xmlversion.h into the win32 directory. I updated include paths and everything seems to build. Review URL: http://codereview.chromium.org/18243 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8105 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline Windows/Linux tests with workaround from PatternSkia.cpp. See ↵mmoss@google.com2009-01-1510-44/+40
| | | | | | | | | Issue 17365 and WebKit r39921. Review URL: http://codereview.chromium.org/17632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8104 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Mark some extra failing Linux layout tests after the merge."tc@google.com2009-01-153-1028/+3
| | | | | | | | | | | | | | This reverts r8102. Revert "Add the DejaVu Sans font to the optional font list to pick up Georgian glyphs." This reverts r8095. TBR=brettw Review URL: http://codereview.chromium.org/18100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8103 0039d316-1c4b-4281-b951-d872f2087c98
* Mark some extra failing Linux layout tests after the merge.brettw@chromium.org2009-01-151-0/+27
| | | | | | Review URL: http://codereview.chromium.org/18276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8102 0039d316-1c4b-4281-b951-d872f2087c98
* Update test fixable to account for recent merges.levin@chromium.org2009-01-151-0/+15
| | | | | | Review URL: http://codereview.chromium.org/18097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8096 0039d316-1c4b-4281-b951-d872f2087c98
* Add the DejaVu Sans font to the optional font list to pick up Georgian glyphs.jhawkins@chromium.org2009-01-153-3/+1001
| | | | | | | Rebaseline w3-list-styles because of an off-by-one different with this font. Review URL: http://codereview.chromium.org/18252 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8095 0039d316-1c4b-4281-b951-d872f2087c98
* - Bring over WebKit's DumpRenderTree support to keeping the tests out of thethomasvl@chromium.org2009-01-154-3/+339
| | | | | | | main pasteboard so any user actions won't break tests. Review URL: http://codereview.chromium.org/18018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8093 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test where only the exception text is different.ager@google.com2009-01-157-5/+31
| | | | | | | | Update the test list with information about another test and remove a test that is currently completely disabled. Review URL: http://codereview.chromium.org/18224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8089 0039d316-1c4b-4281-b951-d872f2087c98