summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* More linux SVG rebaselines.estade@chromium.org2009-01-157-15/+4
| | | | | | | | These rebaselines are due to recent changes in webkit Skia port SVG rendering. Review URL: http://codereview.chromium.org/18247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8054 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining layout tests in svg/hixie.finnur@google.com2009-01-156-8/+5
| | | | | | Review URL: http://codereview.chromium.org/18245 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8051 0039d316-1c4b-4281-b951-d872f2087c98
* When a function handling an event doesn't return a value, it leaveserg@google.com2009-01-141-7/+12
| | | | | | | | | | | the "event" object on the global context. This namespace pollution was causing some functionality that was trying to detect if we were in an event, such as popup blocking, to go wrong. BUG=6367 Review URL: http://codereview.chromium.org/18013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8050 0039d316-1c4b-4281-b951-d872f2087c98
* Linux SVG rebases.estade@chromium.org2009-01-1413-14/+9
| | | | | | | | Linux side of issue http://codereview.chromium.org/17636/show Review URL: http://codereview.chromium.org/18035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8049 0039d316-1c4b-4281-b951-d872f2087c98
* Chromium part of WebKit merge 39880:39894brettw@chromium.org2009-01-142-1/+19
| | | | | | | This also adds a batch file for running the merge script since I don't have sh. Review URL: http://codereview.chromium.org/18061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8044 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline an editing layout test. The expected output was assuming a bug ↵sidchat@google.com2009-01-143-3/+1
| | | | | | | | where the caret would be one pixel off. The merge resolved that bug - i.e., the caret is no longer off by a pixel. Review URL: http://codereview.chromium.org/18242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8042 0039d316-1c4b-4281-b951-d872f2087c98
* flagging a test that appears to have regressed.thomasvl@chromium.org2009-01-141-1/+8
| | | | | | | | marked a test that seems to have a race condition locally and on the build bots. marked one more flaky test on the server. Review URL: http://codereview.chromium.org/18057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8039 0039d316-1c4b-4281-b951-d872f2087c98
* Baselines the testsky@google.com2009-01-144-1/+30
| | | | | | | | | | | | | | LayoutTests/editing/pasteboard/paste-blockquote-into-blockquote-4.html. This is a newly added test that just needs a baseline. The only difference between our baseline and the Mac baseline is sizes because of fonts. BUG=none TEST=none Review URL: http://codereview.chromium.org/18052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8033 0039d316-1c4b-4281-b951-d872f2087c98
* Fix capitalization build break after r8028mark@chromium.org2009-01-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18237 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8030 0039d316-1c4b-4281-b951-d872f2087c98
* Fix plugin_tests failurejam@chromium.org2009-01-141-1/+1
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/18236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8029 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build bustage. Update enum names.darin@chromium.org2009-01-144-147/+147
| | | | | | | | TBR=dglazkov Review URL: http://codereview.chromium.org/18235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8028 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the svn:executable bit and make line endings consistent.tc@google.com2009-01-141-31/+31
| | | | | | | | | This matches other .grd files in the tree. TBR=evan Review URL: http://codereview.chromium.org/18231 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8026 0039d316-1c4b-4281-b951-d872f2087c98
* Now tackling the svg/custom layout test folder. finnur@google.com2009-01-1497-818/+1205
| | | | | | | | | | | | | This should fix 36 layout tests if my counting is correct. A number of baselines were simply missing from this folder. Most of the ones needing to be rebaselined were due to slight changes in text rendering and shading between us and the mac. Review URL: http://codereview.chromium.org/18213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8025 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining the layout test LayoutTests/fast/events/frame-tab-focus.html.jcampan@chromium.org2009-01-141-0/+146
| | | | | | | | It tests focus traversal in a page with tab, shift-tab, option-tab and shift-option-tab. The parts with options are Mac-isms and not relevant. The other parts work as expected. Review URL: http://codereview.chromium.org/17399 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8023 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39829:39880, chromium portionlevin@chromium.org2009-01-141-1/+9
| | | | | | Review URL: http://codereview.chromium.org/18048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8018 0039d316-1c4b-4281-b951-d872f2087c98
* Re-order paths in XCode to grab CG includes before chromium.dglazkov@google.com2009-01-141-5/+5
| | | | | | | | | | This allows us to eliminate un-kosher hackery in ImageBufferData.h. R=awalker. Review URL: http://codereview.chromium.org/18050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8017 0039d316-1c4b-4281-b951-d872f2087c98
* tag the win/linux version so mac doesn't have dups.thomasvl@chromium.org2009-01-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8016 0039d316-1c4b-4281-b951-d872f2087c98
* Since we have a lot of tests that time out on the build bots, go ahead andthomasvl@chromium.org2009-01-141-2/+4
| | | | | | | | double the timeout (windows does x2.5) to see if it helps w/ the delays do to IO problems on the build bots. Review URL: http://codereview.chromium.org/18227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8014 0039d316-1c4b-4281-b951-d872f2087c98
* Noting a few more mac tests that crash/pass on build bots.thomasvl@chromium.org2009-01-141-1/+4
| | | | | | Review URL: http://codereview.chromium.org/18226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8013 0039d316-1c4b-4281-b951-d872f2087c98
* Updating a bunch of mac tests that pass now.thomasvl@chromium.org2009-01-141-7/+6
| | | | | | Review URL: http://codereview.chromium.org/18049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8010 0039d316-1c4b-4281-b951-d872f2087c98
* Annotate that set-colors is failing because the tests depends on canvas ↵deanm@chromium.org2009-01-141-5/+4
| | | | | | | | | imageData. Review URL: http://codereview.chromium.org/18045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8003 0039d316-1c4b-4281-b951-d872f2087c98
* update test lists to include merge regressionstc@google.com2009-01-141-6/+7
| | | | | | | | | TBR=levin Review URL: http://codereview.chromium.org/18216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7999 0039d316-1c4b-4281-b951-d872f2087c98
* Fix OSX build.levin@chromium.org2009-01-141-10/+0
| | | | | | | TBR=dimich git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7997 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test editing/deleting/delete-to-end-of-paragraph.html. Thissky@google.com2009-01-142-3/+1
| | | | | | | | | | | test needs to be rebaselined because of upstream revision 38631. BUG=none TEST=none Review URL: http://codereview.chromium.org/18211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7996 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit merge 39829:39744, Chromium portion.levin@chromium.org2009-01-147-9/+47
| | | | | | Review URL: http://codereview.chromium.org/18204 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7995 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some SVG tests:estade@chromium.org2009-01-1425-66/+67
| | | | | | | | | | | * the images are off only by a few pixels (at the level of anti-aliasing) * the text diffs are out of date (do not include "Z" at the end of the render tree path dump) Linux rebaselines to follow. Review URL: http://codereview.chromium.org/17400 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7994 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test editing/deleting/delete-4038408-fix.html. Thissky@google.com2009-01-144-14/+6
| | | | | | | | | | | | | | | | test needs to be rebaselined for two reasons: . The expected text output changed upstream as the result of WebKit change 38337. . The left/right border colors are slightly different. As you said in person, we're not stressing over these and I should just rebaseline. BUG=none TEST=none Review URL: http://codereview.chromium.org/18030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7992 0039d316-1c4b-4281-b951-d872f2087c98
* Updating so that Gears can spawn file selectors when running in the renderer ↵zork@google.com2009-01-132-5/+15
| | | | | | | | process Review URL: http://codereview.chromium.org/14907 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7986 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test tables/mozilla/bugs/bug43854-1.html . The CSS ofsky@google.com2009-01-134-75/+75
| | | | | | | | | | | | | | | | | | the test changed upstream from: font-family: sans-serif; to: font-family: "MS Sans Serif", sans-serif; So that we need to rebaseline. BUG=none TEST=none Review URL: http://codereview.chromium.org/18024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7983 0039d316-1c4b-4281-b951-d872f2087c98
* Oops, we need config.h. This file really shouldn't be includingdarin@chromium.org2009-01-131-0/+3
| | | | | | | | | | stuff from WebCore! TBR=tony Review URL: http://codereview.chromium.org/18207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7981 0039d316-1c4b-4281-b951-d872f2087c98
* Update tests_fixable.txt to note my crash fix.evan@chromium.org2009-01-131-3/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7974 0039d316-1c4b-4281-b951-d872f2087c98
* Remove HttpTransactionWinHttp and the --winhttp command-linewtc@google.com2009-01-134-31/+17
| | | | | | | | | | | | | | | switch. Remove WinHttpThrottle and CertStatusCache, which are only used by HttpTransactionWinHttp. Fix nits reported by cpplint.py. R=eroman,darin BUG=6323 Review URL: http://codereview.chromium.org/17635 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7970 0039d316-1c4b-4281-b951-d872f2087c98
* Remove grit hack and inline a 30x30 red square for atc@google.com2009-01-136-23/+19
| | | | | | | | | data resource that we were loading from disk. This should get compiled out in chrome. Rebaseline one test. Review URL: http://codereview.chromium.org/18008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7966 0039d316-1c4b-4281-b951-d872f2087c98
* Re-baselining a few SVG batik tests to fix 5 layoutfinnur@google.com2009-01-1323-812/+1153
| | | | | | | | | | | | | | | | | | | | tests. Also added a few expected text baselines. The changes are mainly due to subtle differences in the way we render text, missing Z's from text diff and in some cases I rebaselined because the actual output is a lot more like the mac output than our expected output and given that when we baselined SVG we just put a stake in the ground at some point so there are errors in some baselines. In some cases I just added the missing Z's to make text baseline correct (although it still fails image diff due to other issues). Review URL: http://codereview.chromium.org/18016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7964 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the regression where Gears didn't load.jam@chromium.org2009-01-131-7/+5
| | | | | | | BUG=6375 Review URL: http://codereview.chromium.org/17393 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7962 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/ side of moving RenderThemeGtk.{h,cpp} into rendering/darin@chromium.org2009-01-131-1/+2
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/17391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7959 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the testsky@google.com2009-01-134-250/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tables/mozilla_expected_failures/bugs/bug14007-2.html. This test needs to be rebaselined as prior to the merge we treated font-weight:600 as bold, after the merge we don't. The changed code is in FontCacheChromiumWin, it's now: winfont->lfWeight = toGDIFontWeight(fontDescription.weight()); static LONG toGDIFontWeight(FontWeight fontWeight) { static LONG gdiFontWeights[] = { FW_THIN, // FontWeight100 FW_EXTRALIGHT, // FontWeight200 FW_LIGHT, // FontWeight300 FW_NORMAL, // FontWeight400 FW_MEDIUM, // FontWeight500 FW_SEMIBOLD, // FontWeight600 FW_BOLD, // FontWeight700 FW_EXTRABOLD, // FontWeight800 FW_HEAVY // FontWeight900 }; return gdiFontWeights[fontWeight]; } where as previously it was: winfont->lfWeight = fontDescription.bold() ? 700 : 400; BUG=none TEST=none Review URL: http://codereview.chromium.org/18002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7956 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline a layout test that fails in Linux. Difference is one pixel on ↵jhawkins@chromium.org2009-01-135-4/+2
| | | | | | | | 'a' characters. Win baseline might need to be fixed to match platform/mac. Review URL: http://codereview.chromium.org/17626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7953 0039d316-1c4b-4281-b951-d872f2087c98
* Make the focus handling in test_shell a bit closer to howojan@google.com2009-01-132-3/+9
| | | | | | | | | Chrome handles focus. Fixes a few issues where the page would not correctly get focus (e.g. a page that alerts on a keydown handler would never get focus again). Review URL: http://codereview.chromium.org/18009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7952 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an invalid path in MSVC generation of new webkit_resources.vcproj.tc@google.com2009-01-131-1/+1
| | | | | | Review URL: http://codereview.chromium.org/17370 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7950 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that merged files use LF rather than CRLF. This will hopefully keep thepamg@google.com2009-01-131-2/+8
| | | | | | | | | | | | | CRLFs out of our repository, so the Mac andLinux tryservers can apply patches to the files successfully. BUG=6117 TEST=run a WebKit merge using BeyondCompare, and another using kdiff3. Make sure no CRLFs appear in the files checked in. Review URL: http://codereview.chromium.org/17387 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7949 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselining the scrollbar layout tests.jcampan@chromium.org2009-01-1316-5/+620
| | | | | | | | They are failing because of font size differences. Review URL: http://codereview.chromium.org/17372 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7947 0039d316-1c4b-4281-b951-d872f2087c98
* webkit/ side of moving TextBreakIteratorInternalICUChromium.cppdarin@chromium.org2009-01-133-9/+10
| | | | | | | | R=dglazkov Review URL: http://codereview.chromium.org/17385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7945 0039d316-1c4b-4281-b951-d872f2087c98
* - move a block of flakey tests into the other block of them.thomasvl@chromium.org2009-01-131-19/+23
| | | | | | | - marked some more tests that are flaky on the mac to get to a green build. Review URL: http://codereview.chromium.org/18004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7941 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup in preparation for upstreaming.darin@chromium.org2009-01-133-31/+31
| | | | | | | | R=macdome Review URL: http://codereview.chromium.org/17623 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7933 0039d316-1c4b-4281-b951-d872f2087c98
* fix some missing rebased expectation files for macpinkerton@google.com2009-01-133-3/+84
| | | | | | Review URL: http://codereview.chromium.org/17381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7931 0039d316-1c4b-4281-b951-d872f2087c98
* - record some mac tests that are failingthomasvl@chromium.org2009-01-131-26/+68
| | | | | | | | - start making what are flaky tests on mac w/ all their common statuses so we can get a green buildbot so failures are new and fixed sooner. Review URL: http://codereview.chromium.org/17379 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7930 0039d316-1c4b-4281-b951-d872f2087c98
* add text field resizer image to resourcespinkerton@google.com2009-01-131-0/+4
| | | | | | Review URL: http://codereview.chromium.org/17801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7929 0039d316-1c4b-4281-b951-d872f2087c98
* Remove two static initializers in webkit glue entity map.deanm@chromium.org2009-01-131-8/+5
| | | | | | | Review URL: http://codereview.chromium.org/17360 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7924 0039d316-1c4b-4281-b951-d872f2087c98
* Update PluginInstance to use the newer TLS APIs. This also removes a static ↵deanm@chromium.org2009-01-132-17/+11
| | | | | | | | | initializer. Review URL: http://codereview.chromium.org/17625 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7922 0039d316-1c4b-4281-b951-d872f2087c98