rniwa@webkit.org [Thu, 8 Mar 2012 22:58:54 +0000 (22:58 +0000)]
perf-o-matic should incrementally update JSON responses
https://bugs.webkit.org/show_bug.cgi?id=79898
Reviewed by Eric Seidel.
Now that Runs object store test_runs and averages separately,
we can update JSON data incrementally without degrading values.
Also fixed the order of arguments passed to DashboardImage.needs_update
in schedule_runs_update. This bug had caused all chart images to be
updated on every new report.
* Websites/webkit-perf.appspot.com/controller.py:
(schedule_runs_update):
* Websites/webkit-perf.appspot.com/models.py:
(Runs.update_or_insert):
(Runs.update_incrementally):
(Runs):
(Runs.get_by_objects):
* Websites/webkit-perf.appspot.com/models_unittest.py:
(RunsTest._create_results):
(RunsTest.test_generate_runs):
(RunsTest.test_update_or_insert):
(RunsTest.test_update_incrementally):
(RunsTest.test_to_json_with_results):
* Websites/webkit-perf.appspot.com/report_process_handler.py:
(ReportProcessHandler.post):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110210
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tony@chromium.org [Thu, 8 Mar 2012 22:55:53 +0000 (22:55 +0000)]
implement flexbox wrap-reverse
https://bugs.webkit.org/show_bug.cgi?id=80552
Reviewed by Ojan Vafai.
Source/WebCore:
No new tests, but additional coverage in:
css3/flexbox/multiline-align.html
css3/flexbox/multiline-pack.html
css3/flexbox/multiline.html
* rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::WrapReverseContext::WrapReverseContext): Helper struct to hold information needed for reversing
the order of lines.
(RenderFlexibleBox::WrapReverseContext):
(WebCore::RenderFlexibleBox::WrapReverseContext::addCrossAxisOffset):
(WebCore::RenderFlexibleBox::WrapReverseContext::addNumberOfChildrenOnLine):
(WebCore::RenderFlexibleBox::WrapReverseContext::lineCrossAxisDelta): Computes the number of pixels to move a line.
(WebCore):
(WebCore::RenderFlexibleBox::layoutFlexItems): Call flipForWrapReverse if needed. This happens
before flipForRightToLeftColumn because otherwise the crossAxisOffsets will be wrong.
(WebCore::flexAlignForChild):
(WebCore::RenderFlexibleBox::alignChildren): Flip alignment in wrap-reverse because the cross directions are flipped.
(WebCore::RenderFlexibleBox::flipForWrapReverse): Flip each line.
* rendering/RenderFlexibleBox.h:
(RenderFlexibleBox):
LayoutTests:
* css3/flexbox/multiline-align-expected.txt:
* css3/flexbox/multiline-align.html:
* css3/flexbox/multiline-expected.txt:
* css3/flexbox/multiline-pack-expected.txt:
* css3/flexbox/multiline-pack.html:
* css3/flexbox/multiline.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110209
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
oliver@apple.com [Thu, 8 Mar 2012 22:53:01 +0000 (22:53 +0000)]
Build fix. That day is not today.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110208
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
adamk@chromium.org [Thu, 8 Mar 2012 22:47:44 +0000 (22:47 +0000)]
Remove InDocumentFlag manipulation methods from Node interface
https://bugs.webkit.org/show_bug.cgi?id=80612
Reviewed by Ryosuke Niwa.
This is a first step towards tightening up Node::inDocument() to match
the actual in-document-tree state (see r108152 for the sort of bug
resulting from those not matching).
No new tests, refactoring only.
* dom/ContainerNode.cpp:
(WebCore::ContainerNode::removedFromDocument): Remove duplicate call to clearInDocument:
the call to Node::removedFromDocument three lines above will clear the flag.
* dom/Document.cpp:
(WebCore::Document::Document): Call ContainerNode constructor with InDocumentFlag always set
instead of calling setInDocument.
* dom/Node.cpp:
(WebCore::Node::insertedIntoDocument): Inline setInDocument (now the only caller).
(WebCore::Node::removedFromDocument): Inline clearInDocument (now the only caller).
* dom/Node.h: Remove setInDocument & clearInDocument, add new CreateDocument ConstructionType.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110207
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
oliver@apple.com [Thu, 8 Mar 2012 22:29:09 +0000 (22:29 +0000)]
Build fix. One of these days I'll manage to commit something that works everywhere.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110206
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
vestbo@webkit.org [Thu, 8 Mar 2012 22:09:53 +0000 (22:09 +0000)]
[Qt] Try to fix the Snow Leopard build
If the build is running under sh, echo -n does not empty the file.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110205
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 22:03:09 +0000 (22:03 +0000)]
Update MIPS patchOffsetGetByIdSlowCaseCall
https://bugs.webkit.org/show_bug.cgi?id=80302
Patch by Chao-ying Fu <fu@mips.com> on 2012-03-08
Reviewed by Oliver Hunt.
* jit/JIT.h:
(JIT):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110204
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
vestbo@webkit.org [Thu, 8 Mar 2012 22:00:19 +0000 (22:00 +0000)]
Prospective build fix for Qt minimal after r110191
https://bugs.webkit.org/show_bug.cgi?id=80338
* testing/Internals.cpp:
(WebCore):
* testing/Internals.h:
(Internals):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110202
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Thu, 8 Mar 2012 22:00:00 +0000 (22:00 +0000)]
More Chromium Lion rebaselines as well as some fixes for
Chromium Leopard/SnowLeopard from previous Lion rebaselines.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110201
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
oliver@apple.com [Thu, 8 Mar 2012 21:58:32 +0000 (21:58 +0000)]
Missing some places where we should be blinding 64bit values (and blinding something we shouldn't)
https://bugs.webkit.org/show_bug.cgi?id=80633
Reviewed by Gavin Barraclough.
Add 64-bit trap for shouldBlindForSpecificArch, so that we always blind
if there isn't a machine specific implementation (otherwise the 64bit value
got truncated and 32bit checks were used -- leaving 32bits untested).
Also add a bit of logic to ensure that we don't try to blind a few common
constants that go through the ImmPtr paths -- encoded numeric JSValues and
unencoded doubles with common "safe" values.
* assembler/AbstractMacroAssembler.h:
(JSC::AbstractMacroAssembler::shouldBlindForSpecificArch):
* assembler/MacroAssembler.h:
(JSC::MacroAssembler::shouldBlindDouble):
(MacroAssembler):
(JSC::MacroAssembler::shouldBlind):
* assembler/MacroAssemblerX86Common.h:
(JSC::MacroAssemblerX86Common::shouldBlindForSpecificArch):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110200
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
vestbo@webkit.org [Thu, 8 Mar 2012 21:49:16 +0000 (21:49 +0000)]
[Qt] Prospective Windows build fix
Don't assume that windows-builds will always run inside a cmd.exe shell.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110199
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 21:40:32 +0000 (21:40 +0000)]
Web Inspector: Creating a selector for class names with trailing spaces results with two dots instead of one
https://bugs.webkit.org/show_bug.cgi?id=80529
Trim the className before replacing the whitespaces with dot "."
Patch by Vivek Galatage <vivekgalatage@gmail.com> on 2012-03-08
Reviewed by Pavel Feldman.
No new tests.
* inspector/front-end/DOMAgent.js:
(WebInspector.DOMNode.prototype.appropriateSelectorFor):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110198
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 21:23:38 +0000 (21:23 +0000)]
Layout test for window.devicePixelRatio
https://bugs.webkit.org/show_bug.cgi?id=80292
Patch by Konrad Piascik <kpiascik@rim.com> on 2012-03-08
Reviewed by Rob Buis.
* fast/viewport/viewport-133-expected.txt: Added.
* fast/viewport/viewport-133.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110197
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mitz@apple.com [Thu, 8 Mar 2012 21:20:30 +0000 (21:20 +0000)]
<rdar://problem/
10981173> Dashboard regions should not be in device space
Reviewed by John Sullivan.
Source/WebCore:
Test: TestWebKitAPI/Tests/mac/DeviceScaleFactorInDashboardRegions.mm
* rendering/RenderInline.cpp:
(WebCore::RenderInline::addDashboardRegions): Stop applying the device scale factor to
Dashboard regions.
* rendering/RenderObject.cpp:
(WebCore::RenderObject::addDashboardRegions): Ditto.
Tools:
* TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj:
* TestWebKitAPI/Tests/mac/DeviceScaleFactorInDashboardRegions.mm: Added.
(-[DeviceScaleFactorInDashboardRegionsUIDelegate webView:dashboardRegionsChanged:]):
(TestWebKitAPI):
(TestWebKitAPI::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110196
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
dpranke@chromium.org [Thu, 8 Mar 2012 21:03:10 +0000 (21:03 +0000)]
webkit-patch works oddly on local Git branches
https://bugs.webkit.org/show_bug.cgi?id=76958
Reviewed by Ojan Vafai.
This change makes the '-g' flag to webkit-patch behave a
little more consistently with git. The 'HEAD..' syntax
is changed to 'HEAD....' (four dots), so as to not
collide with the underlying git syntax. We also generalize
the syntax to support any refname, so 'foo....' means
diff against foo and include working copy changes.
This change also adds the 'UPSTREAM' shortcut to identify
whatever the current upstream/tracking branch is; this is
useful if you have multiple local branches stacked up.
* Scripts/webkitpy/common/checkout/scm/git.py:
(Git._branch_from_ref):
(Git):
(Git._current_branch):
(Git._upstream_branch):
(Git.merge_base):
(Git._commit_on_branch):
* Scripts/webkitpy/common/checkout/scm/scm_unittest.py:
(GitSVNTest._second_local_commit):
(GitSVNTest._two_local_commits):
(GitSVNTest.test_commit_with_message_git_commit_range):
(GitSVNTest.test_upstream_branch):
(GitSVNTest.test_create_patch_working_copy_only):
(GitSVNTest.test_changed_files_local_plus_working_copy):
(GitSVNTest.test_changed_files_working_copy_only):
(GitSVNTest.test_changed_files_upstream):
* Scripts/webkitpy/tool/steps/options.py:
(Options):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110195
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mrowe@apple.com [Thu, 8 Mar 2012 20:43:24 +0000 (20:43 +0000)]
<rdar://problem/
11012572> Ensure that the staged frameworks path is in the search path for JavaScriptCore
Reviewed by Dan Bernstein.
* Configurations/Base.xcconfig:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110193
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 20:34:26 +0000 (20:34 +0000)]
Web Inspector: Cannot insert right curly bracket on some keyboards
https://bugs.webkit.org/show_bug.cgi?id=80474
Make sure other modifiers are not pressed
Patch by Cem Kocagil <cem.kocagil@gmail.com> on 2012-03-08
Reviewed by Pavel Feldman
* inspector/front-end/inspector.js:
(WebInspector.documentKeyDown):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110192
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 20:32:56 +0000 (20:32 +0000)]
Add a method to window.internals to enable testing of inspector highlight rects
https://bugs.webkit.org/show_bug.cgi?id=80338
Patch by Max Vujovic <mvujovic@adobe.com> on 2012-03-08
Reviewed by Pavel Feldman.
.:
* Source/autotools/symbols.filter: Export symbols for GTK.
Source/WebCore:
Add window.internals.inspectorHighlightRects, a method which makes it possible to test the
positions and sizes of inspector highlight rects.
Test: inspector/elements/highlight-node.html
* WebCore.exp.in: Export symbols.
* testing/Internals.cpp:
(WebCore::Internals::inspectorHighlightRects): Call InspectorController::getHighlight and
return the highlight's quads as a ClientRectList.
(WebCore):
* testing/Internals.h:
(WebCore):
(Internals):
* testing/Internals.idl:
Add inspectorHighlightRects to the window.internals interface.
Source/WebKit2:
* win/WebKit2.def: Export symbols for win.
* win/WebKit2CFLite.def: Same as above.
LayoutTests:
* inspector/elements/highlight-node-expected.txt: Added.
* inspector/elements/highlight-node.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110191
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
antti@apple.com [Thu, 8 Mar 2012 20:17:24 +0000 (20:17 +0000)]
https://bugs.webkit.org/show_bug.cgi?id=80370
Enable matched declaration caching for elements with a style attribute
Reviewed by Andreas Kling
* Api/qwebelement.cpp:
(QWebElement::styleProperty):
(QWebElement::setStyleProperty):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110190
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Thu, 8 Mar 2012 20:16:27 +0000 (20:16 +0000)]
More Chromium Lion rebaselines.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110189
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
antti@apple.com [Thu, 8 Mar 2012 20:15:16 +0000 (20:15 +0000)]
https://bugs.webkit.org/show_bug.cgi?id=80370
Enable matched declaration caching for elements with a style attribute
Reviewed by Andreas Kling
Make the property set for style attribute immutable as long as there is no CSSOM
wrapper for it. If the style attribute changes we create a new property set instead
of recycling the old one. This way the property sets can be made cacheable as long
as there is no CSSOM wrapper that would allow uncontrolled modifications. Constructing
the wrapper disables caching.
Made StyledElement::inlineStyle() and StyledElement::ensureInlineStyle() return a const
StylePropertySet so making accidental modifications difficult. Also dropped *Decl from
the names.
Fixed two unrelated bugs that this exposed.
* css/CSSStyleSelector.cpp:
Don't allow caching of document element style if writingModeSetOnDocumentElement() bit is set.
Tested by fast/multicol/vertical-rl/break-properties.html.
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
* css/StylePropertySet.h:
(StylePropertySet):
(WebCore::StylePropertySet::hasCSSOMWrapper):
* dom/Element.cpp:
(WebCore::Element::recalcStyle):
Invalidate the matched properties cache if the document has rem units and the root font changes.
Tested by fast/css/rem-dynamic-scaling.html.
* dom/ElementAttributeData.cpp:
(WebCore):
(WebCore::ElementAttributeData::ensureInlineStyle):
(WebCore::ElementAttributeData::ensureMutableInlineStyle):
(WebCore::ElementAttributeData::updateInlineStyleAvoidingMutation):
(WebCore::ElementAttributeData::destroyInlineStyle):
* dom/ElementAttributeData.h:
(WebCore::ElementAttributeData::inlineStyle):
(ElementAttributeData):
* dom/StyledElement.cpp:
(WebCore::StyledElement::updateStyleAttribute):
(WebCore::StyledElement::~StyledElement):
(WebCore):
(WebCore::StyledElement::style):
(WebCore::StyledElement::parseAttribute):
(WebCore::StyledElement::setInlineStyleProperty):
(WebCore::StyledElement::removeInlineStyleProperty):
(WebCore::StyledElement::addSubresourceAttributeURLs):
* dom/StyledElement.h:
(WebCore::StyledElement::inlineStyle):
(WebCore::StyledElement::ensureInlineStyle):
(StyledElement):
(WebCore::StyledElement::destroyInlineStyle):
* editing/ApplyStyleCommand.cpp:
(WebCore::hasNoAttributeOrOnlyStyleAttribute):
(WebCore::ApplyStyleCommand::applyRelativeFontStyleChange):
(WebCore::ApplyStyleCommand::removeEmbeddingUpToEnclosingBlock):
(WebCore::ApplyStyleCommand::applyInlineStyleToNodeRange):
(WebCore::ApplyStyleCommand::removeCSSStyle):
(WebCore::ApplyStyleCommand::applyInlineStyleToPushDown):
(WebCore::ApplyStyleCommand::addBlockStyle):
(WebCore::ApplyStyleCommand::addInlineStyleIfNeeded):
* editing/EditingStyle.cpp:
(WebCore::HTMLElementEquivalent::propertyExistsInStyle):
(HTMLTextDecorationEquivalent):
(WebCore::HTMLTextDecorationEquivalent::propertyExistsInStyle):
(WebCore::EditingStyle::conflictsWithInlineStyleOfElement):
(WebCore::EditingStyle::elementIsStyledSpanOrHTMLEquivalent):
(WebCore::EditingStyle::mergeInlineStyleOfElement):
(WebCore::elementMatchesAndPropertyIsNotInInlineStyleDecl):
(WebCore::EditingStyle::mergeStyle):
* editing/EditingStyle.h:
(EditingStyle):
* editing/RemoveCSSPropertyCommand.cpp:
(WebCore::RemoveCSSPropertyCommand::doApply):
* editing/ReplaceSelectionCommand.cpp:
(WebCore::ReplaceSelectionCommand::removeRedundantStylesAndKeepStyleSpanInline):
(WebCore::ReplaceSelectionCommand::handleStyleSpans):
* editing/markup.cpp:
(WebCore::StyledMarkupAccumulator::appendElement):
(WebCore::styleFromMatchedRulesAndInlineDecl):
* html/HTMLElement.cpp:
(WebCore::StyledElement::copyNonAttributeProperties):
* html/canvas/CanvasStyle.cpp:
(WebCore::currentColor):
* page/PageSerializer.cpp:
(WebCore::PageSerializer::serializeFrame):
(WebCore::PageSerializer::retrieveResourcesForProperties):
* page/PageSerializer.h:
(PageSerializer):
* rendering/RenderTreeAsText.cpp:
(WebCore::isEmptyOrUnstyledAppleStyleSpan):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110188
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Thu, 8 Mar 2012 20:06:33 +0000 (20:06 +0000)]
[chromium] Unreviewed gardening.
Fallout from r110179.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Removed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110187
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 19:59:13 +0000 (19:59 +0000)]
[BlackBerry] Block file-to-file access by default
https://bugs.webkit.org/show_bug.cgi?id=80605
Patch by Yong Li <yoli@rim.com> on 2012-03-08
Reviewed by Rob Buis.
Turn off allowFileAccessFromFileURLs() by default.
* Api/WebPage.cpp:
(BlackBerry::WebKit::WebPagePrivate::init):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110186
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 19:37:34 +0000 (19:37 +0000)]
Have ScrollAnimatorNone use requestAnimationFrame
https://bugs.webkit.org/show_bug.cgi?id=78938
Patch by Scott Byer <scottbyer@chromium.org> on 2012-03-08
Reviewed by James Robinson.
Source/WebCore:
No new tests. Passes Chromium webkit_unit_tests.
* page/FrameView.cpp:
(WebCore::FrameView::serviceScriptedAnimations):
* platform/ScrollAnimator.h:
(WebCore::ScrollAnimator::serviceScrollAnimations):
* platform/ScrollAnimatorNone.cpp:
(WebCore::ScrollAnimatorNone::ScrollAnimatorNone):
(WebCore::ScrollAnimatorNone::scroll):
(WebCore::ScrollAnimatorNone::cancelAnimations):
(WebCore):
(WebCore::ScrollAnimatorNone::serviceScrollAnimations):
(WebCore::ScrollAnimatorNone::animationTimerFired):
(WebCore::ScrollAnimatorNone::startNextTimer):
(WebCore::ScrollAnimatorNone::animationTimerActive):
(WebCore::ScrollAnimatorNone::stopAnimationTimerIfNeeded):
* platform/ScrollAnimatorNone.h:
(ScrollAnimatorNone):
* platform/ScrollableArea.cpp:
(WebCore::ScrollableArea::serviceScrollAnimations):
(WebCore):
* platform/ScrollableArea.h:
(WebCore):
(ScrollableArea):
* rendering/RenderLayer.h:
(WebCore::RenderLayer::hostWindow):
(RenderLayer):
* rendering/RenderListBox.h:
(WebCore::RenderListBox::hostWindow):
(RenderListBox):
Source/WebKit/chromium:
* src/ScrollbarGroup.h:
(WebCore):
(WebKit::ScrollbarGroup::hostWindow):
(ScrollbarGroup):
* tests/ScrollAnimatorNoneTest.cpp:
(MockScrollableArea::hostWindow):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110185
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mitz@apple.com [Thu, 8 Mar 2012 19:18:44 +0000 (19:18 +0000)]
REGRESSION (r109964): Assertion failure (!isUndefined()) in Length::getIntValue() when a Dashboard region is specified without offsets
https://bugs.webkit.org/show_bug.cgi?id=80614
Reviewed by Beth Dakin.
Source/WebCore:
Test: fast/css/dashboard-regions-undefined-length-assertion.html
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList): Reverted to setting zero lengths,
rather than Undefined ones, in the RenderStyle when offsets are not given.
LayoutTests:
* fast/css/dashboard-regions-undefined-length-assertion-expected.txt: Added.
* fast/css/dashboard-regions-undefined-length-assertion.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110180
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Thu, 8 Mar 2012 19:18:17 +0000 (19:18 +0000)]
[chromium] Unreviewed gardening.
Rebaseline all TEXT results affected by r110072.
* fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Removed.
* fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
* fast/block/float/in-margin-expected.txt: Added.
* fast/clip/017-expected.txt: Added.
* fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
* fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
* fast/dynamic/subtree-table-cell-height-expected.txt: Added.
* platform/chromium-linux-x86/compositing/overflow: Removed.
* platform/chromium-linux-x86/fast/layers: Added.
* platform/chromium-linux-x86/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-linux-x86/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-linux-x86/fast/overflow: Removed.
* platform/chromium-linux-x86/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-linux-x86/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-linux-x86/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-linux-x86/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-linux-x86/fast/replaced: Removed.
* platform/chromium-linux-x86/fast/text: Added.
* platform/chromium-linux-x86/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-linux-x86/tables/mozilla/bugs: Removed.
* platform/chromium-linux/editing/selection/
3690703-2-expected.txt:
* platform/chromium-linux/editing/selection/
3690703-expected.txt:
* platform/chromium-linux/editing/selection/
3690719-expected.txt:
* platform/chromium-linux/fast/block/margin-collapse/103-expected.txt:
* platform/chromium-linux/fast/css/input-search-padding-expected.txt:
* platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-linux/fast/forms/form-element-geometry-expected.txt:
* platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-linux/fast/forms/input-baseline-expected.txt:
* platform/chromium-linux/fast/forms/input-text-double-click-expected.txt:
* platform/chromium-linux/fast/forms/input-value-expected.txt:
* platform/chromium-linux/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/chromium-linux/fast/forms/search-styled-expected.txt:
* platform/chromium-linux/fast/forms/searchfield-heights-expected.txt:
* platform/chromium-linux/fast/forms/validation-message-appearance-expected.txt:
* platform/chromium-linux/fast/invalid/residual-style-expected.txt:
* platform/chromium-linux/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-linux/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-linux/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-linux/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-linux/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-linux/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-linux/fast/replaced/replaced-breaking-expected.txt:
* platform/chromium-linux/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/chromium-linux/fast/speech/input-appearance-searchandspeech-expected.txt:
* platform/chromium-linux/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium-linux/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-linux/fast/text/textIteratorNilRenderer-expected.txt:
* platform/chromium-linux/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug18359-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug28928-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug4382-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug44505-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug51037-expected.txt:
* platform/chromium-linux/tables/mozilla/bugs/bug7342-expected.txt:
* platform/chromium-linux/tables/mozilla/dom/tableDom-expected.txt:
* platform/chromium-linux/tables/mozilla/other/move_row-expected.txt:
* platform/chromium-mac-leopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-mac-leopard/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-mac-leopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-mac-leopard/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-mac-leopard/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4806874-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/pasteboard/input-field-1-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/
3690703-2-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/
3690703-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/
3690719-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/
4895428-3-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/
4975120-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/drag-select-1-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/expanding-selections-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/leave-requested-block-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-1-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-2-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-3-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-4-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/selection/select-across-readonly-input-5-expected.txt: Removed.
* platform/chromium-mac-snowleopard/editing/spelling/inline_spelling_markers-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/float/032-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/float/033-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/float/shrink-to-avoid-float-complexity-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-font-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/block-glyphs-replaced-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/font-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/glyphs-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/lineboxcontain/parsing-invalid-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/block/margin-collapse/103-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/css/text-input-with-webkit-border-radius-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/css/text-overflow-input-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/basic-inputs-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/encoding-test-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/fieldset-align-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/floating-textfield-relayout-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-align-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-bkcolor-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-default-bkcolor-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-disabled-expected.txt:
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-focus-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-readonly-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-visibility-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-appearance-width-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-baseline-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-double-click-selection-gap-bug-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-field-text-truncated-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-1-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-placeholder-visibility-3-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-readonly-empty-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-spaces-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-table-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-click-inside-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-click-outside-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-option-delete-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-text-self-emptying-click-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/input-width-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Removed.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-position-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/chromium-mac-snowleopard/fast/forms/plaintext-mode-2-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-cancel-button-style-sharing-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-display-none-cancel-button-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-rtl-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-styled-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/search-vertical-alignment-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/searchfield-heights-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/tabbing-input-iframe-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/text-style-color-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/textfield-focus-ring-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/forms/validation-message-appearance-expected.txt:
* platform/chromium-mac-snowleopard/fast/forms/visual-hebrew-text-field-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/frames/take-focus-from-iframe-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/html/details-no-summary4-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/html/details-open-javascript-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/html/details-open2-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/html/details-open4-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/invalid: Added.
* platform/chromium-mac-snowleopard/fast/invalid/residual-style-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/layers/remove-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/lists/dynamic-marker-crash-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/multicol/layers-split-across-columns-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/overflow/004-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/overflow/clip-rects-fixed-ancestor-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/overflow/line-clamp-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/overflow/overflow-focus-ring-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/inline-relative-positioned-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/layer-outline-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/layer-outline-horizontal-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/lines-with-layout-delta-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/opacity-change-on-overflow-float-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/overflow-delete-line-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/repaint-resized-overflow-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-layoutstate-transform-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/repaint/subtree-root-skipped-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/replaced/replaced-breaking-mixture-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-searchfield-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/replaced/width100percent-textfield-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium-mac-snowleopard/fast/speech/speech-bidi-rendering-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/003-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/029-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/colspanMinWidth-vertical-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/overflowHidden-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/spanOverlapRepaint-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/table/text-field-baseline-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/selection-rect-rounding-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/text/textIteratorNilRenderer-expected.txt: Added.
* platform/chromium-mac-snowleopard/fast/transforms/transformed-focused-text-input-expected.txt: Added.
* platform/chromium-mac-snowleopard/plugins/mouse-click-plugin-clears-selection-expected.txt: Added.
* platform/chromium-mac-snowleopard/svg/custom/inline-svg-in-xhtml-expected.txt: Added.
* platform/chromium-mac-snowleopard/svg/hixie/mixed/003-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/45621-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug1188-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug12384-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug154780-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug18359-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug24200-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-2-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-3-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug2479-4-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug28928-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4382-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug44505-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug4527-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-1-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug46368-2-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug51037-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug55545-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug7342-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/bugs/bug99948-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/dom/tableDom-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla/other/move_row-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug45621-expected.txt: Added.
* platform/chromium-mac-snowleopard/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt: Added.
* platform/chromium-mac/compositing/overflow/ancestor-overflow-expected.txt: Added.
* platform/chromium-mac/editing/selection/select-from-textfield-outwards-expected.txt: Added.
* platform/chromium-mac/fast/block/float/033-expected.txt: Removed.
* platform/chromium-mac/fast/clip/008-expected.txt: Added.
* platform/chromium-mac/fast/clip/011-expected.txt: Added.
* platform/chromium-mac/fast/clip/012-expected.txt: Added.
* platform/chromium-mac/fast/css/input-search-padding-expected.txt: Added.
* platform/chromium-mac/fast/css/invalidation-errors-2-expected.txt: Added.
* platform/chromium-mac/fast/css/invalidation-errors-expected.txt: Added.
* platform/chromium-mac/fast/css/line-height-expected.txt: Added.
* platform/chromium-mac/fast/css/nested-layers-with-hover-expected.txt: Added.
* platform/chromium-mac/fast/dom/isindex-001-expected.txt: Added.
* platform/chromium-mac/fast/dom/isindex-002-expected.txt: Added.
* platform/chromium-mac/fast/events/context-no-deselect-expected.txt: Added.
* platform/chromium-mac/fast/forms/basic-inputs-expected.txt: Added.
* platform/chromium-mac/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-mac/fast/forms/number/input-appearance-number-rtl-expected.txt: Added.
* platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt: Added.
* platform/chromium-mac/fast/forms/number/input-appearance-spinbutton-layer-expected.txt: Added.
* platform/chromium-mac/fast/speech/input-appearance-searchandspeech-expected.txt: Added.
* platform/chromium-win-vista/compositing/overflow: Removed.
* platform/chromium-win-vista/fast/layers: Added.
* platform/chromium-win-vista/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-win-vista/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-win-vista/fast/multicol: Removed.
* platform/chromium-win-vista/fast/repaint: Added.
* platform/chromium-win-vista/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-win-vista/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-win-vista/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-win-vista/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-win-vista/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-win-vista/http/tests/navigation: Removed.
* platform/chromium-win-vista/tables/mozilla/bugs: Added.
* platform/chromium-win-xp/compositing/overflow: Removed.
* platform/chromium-win-xp/fast/forms/search-styled-expected.txt:
* platform/chromium-win-xp/fast/layers: Added.
* platform/chromium-win-xp/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-win-xp/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-win-xp/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-win-xp/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-win-xp/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-win-xp/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-win-xp/fast/replaced: Removed.
* platform/chromium-win-xp/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-win/compositing/overflow/ancestor-overflow-expected.txt:
* platform/chromium-win/editing/inserting/before-after-input-element-expected.txt:
* platform/chromium-win/editing/pasteboard/
4806874-expected.txt:
* platform/chromium-win/editing/pasteboard/drop-text-without-selection-expected.txt:
* platform/chromium-win/editing/pasteboard/input-field-1-expected.txt:
* platform/chromium-win/editing/selection/
3690703-2-expected.txt:
* platform/chromium-win/editing/selection/
3690703-expected.txt:
* platform/chromium-win/editing/selection/
3690719-expected.txt:
* platform/chromium-win/editing/selection/
4895428-3-expected.txt:
* platform/chromium-win/editing/selection/
4975120-expected.txt:
* platform/chromium-win/editing/selection/drag-select-1-expected.txt:
* platform/chromium-win/editing/selection/expanding-selections-expected.txt:
* platform/chromium-win/editing/selection/leave-requested-block-expected.txt:
* platform/chromium-win/editing/selection/select-across-readonly-input-1-expected.txt:
* platform/chromium-win/editing/selection/select-across-readonly-input-2-expected.txt:
* platform/chromium-win/editing/selection/select-across-readonly-input-3-expected.txt:
* platform/chromium-win/editing/selection/select-across-readonly-input-4-expected.txt:
* platform/chromium-win/editing/selection/select-across-readonly-input-5-expected.txt:
* platform/chromium-win/editing/spelling/inline_spelling_markers-expected.txt:
* platform/chromium-win/fast/block/float/032-expected.txt:
* platform/chromium-win/fast/block/float/overlapping-floats-with-overflow-hidden-expected.txt:
* platform/chromium-win/fast/block/float/shrink-to-avoid-float-complexity-expected.txt:
* platform/chromium-win/fast/block/lineboxcontain/block-font-expected.txt:
* platform/chromium-win/fast/block/lineboxcontain/block-glyphs-expected.txt:
* platform/chromium-win/fast/block/lineboxcontain/font-expected.txt:
* platform/chromium-win/fast/block/lineboxcontain/parsing-invalid-expected.txt:
* platform/chromium-win/fast/block/margin-collapse/103-expected.txt:
* platform/chromium-win/fast/css/input-search-padding-expected.txt:
* platform/chromium-win/fast/css/invalidation-errors-2-expected.txt:
* platform/chromium-win/fast/css/invalidation-errors-expected.txt:
* platform/chromium-win/fast/css/line-height-expected.txt:
* platform/chromium-win/fast/css/nested-layers-with-hover-expected.txt:
* platform/chromium-win/fast/css/text-input-with-webkit-border-radius-expected.txt:
* platform/chromium-win/fast/css/text-overflow-input-expected.txt:
* platform/chromium-win/fast/dom/isindex-001-expected.txt:
* platform/chromium-win/fast/dom/isindex-002-expected.txt:
* platform/chromium-win/fast/events/autoscroll-expected.txt:
* platform/chromium-win/fast/events/context-no-deselect-expected.txt:
* platform/chromium-win/fast/forms/basic-inputs-expected.txt:
* platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
* platform/chromium-win/fast/forms/encoding-test-expected.txt:
* platform/chromium-win/fast/forms/fieldset-align-expected.txt:
* platform/chromium-win/fast/forms/floating-textfield-relayout-expected.txt:
* platform/chromium-win/fast/forms/form-element-geometry-expected.txt:
* platform/chromium-win/fast/forms/input-align-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-bkcolor-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-default-bkcolor-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-disabled-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-focus-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-preventDefault-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-readonly-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-selection-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-visibility-expected.txt:
* platform/chromium-win/fast/forms/input-appearance-width-expected.txt:
* platform/chromium-win/fast/forms/input-baseline-expected.txt:
* platform/chromium-win/fast/forms/input-double-click-selection-gap-bug-expected.txt:
* platform/chromium-win/fast/forms/input-field-text-truncated-expected.txt:
* platform/chromium-win/fast/forms/input-placeholder-visibility-1-expected.txt:
* platform/chromium-win/fast/forms/input-placeholder-visibility-3-expected.txt:
* platform/chromium-win/fast/forms/input-readonly-empty-expected.txt:
* platform/chromium-win/fast/forms/input-spaces-expected.txt:
* platform/chromium-win/fast/forms/input-table-expected.txt:
* platform/chromium-win/fast/forms/input-text-click-inside-expected.txt:
* platform/chromium-win/fast/forms/input-text-click-outside-expected.txt:
* platform/chromium-win/fast/forms/input-text-option-delete-expected.txt:
* platform/chromium-win/fast/forms/input-text-self-emptying-click-expected.txt:
* platform/chromium-win/fast/forms/input-value-expected.txt:
* platform/chromium-win/fast/forms/input-width-expected.txt:
* platform/chromium-win/fast/forms/number/input-appearance-number-rtl-expected.txt:
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-disabled-readonly-expected.txt:
* platform/chromium-win/fast/forms/number/input-appearance-spinbutton-layer-expected.txt:
* platform/chromium-win/fast/forms/placeholder-position-expected.txt:
* platform/chromium-win/fast/forms/placeholder-pseudo-style-expected.txt:
* platform/chromium-win/fast/forms/plaintext-mode-2-expected.txt:
* platform/chromium-win/fast/forms/search-cancel-button-style-sharing-expected.txt:
* platform/chromium-win/fast/forms/search-display-none-cancel-button-expected.txt:
* platform/chromium-win/fast/forms/search-rtl-expected.txt:
* platform/chromium-win/fast/forms/search-styled-expected.txt:
* platform/chromium-win/fast/forms/search-vertical-alignment-expected.txt:
* platform/chromium-win/fast/forms/searchfield-heights-expected.txt:
* platform/chromium-win/fast/forms/tabbing-input-iframe-expected.txt:
* platform/chromium-win/fast/forms/text-style-color-expected.txt:
* platform/chromium-win/fast/forms/textfield-focus-ring-expected.txt:
* platform/chromium-win/fast/forms/validation-message-appearance-expected.txt:
* platform/chromium-win/fast/forms/visual-hebrew-text-field-expected.txt:
* platform/chromium-win/fast/frames/take-focus-from-iframe-expected.txt:
* platform/chromium-win/fast/html/details-no-summary4-expected.txt:
* platform/chromium-win/fast/html/details-open-javascript-expected.txt:
* platform/chromium-win/fast/html/details-open2-expected.txt:
* platform/chromium-win/fast/html/details-open4-expected.txt:
* platform/chromium-win/fast/invalid/residual-style-expected.txt:
* platform/chromium-win/fast/layers/add-layer-with-nested-stacking-expected.txt: Added.
* platform/chromium-win/fast/layers/remove-layer-with-nested-stacking-expected.txt:
* platform/chromium-win/fast/layers/self-painting-outline-expected.txt: Added.
* platform/chromium-win/fast/lists/dynamic-marker-crash-expected.txt:
* platform/chromium-win/fast/multicol/layers-split-across-columns-expected.txt:
* platform/chromium-win/fast/overflow/004-expected.txt:
* platform/chromium-win/fast/overflow/clip-rects-fixed-ancestor-expected.txt:
* platform/chromium-win/fast/overflow/line-clamp-expected.txt:
* platform/chromium-win/fast/overflow/overflow-focus-ring-expected.txt:
* platform/chromium-win/fast/repaint/inline-relative-positioned-expected.txt:
* platform/chromium-win/fast/repaint/layer-outline-expected.txt:
* platform/chromium-win/fast/repaint/layer-outline-horizontal-expected.txt:
* platform/chromium-win/fast/repaint/lines-with-layout-delta-expected.txt:
* platform/chromium-win/fast/repaint/opacity-change-on-overflow-float-expected.txt:
* platform/chromium-win/fast/repaint/overflow-clip-subtree-layout-expected.txt: Added.
* platform/chromium-win/fast/repaint/renderer-destruction-by-invalidateSelection-crash-expected.txt:
* platform/chromium-win/fast/repaint/repaint-resized-overflow-expected.txt:
* platform/chromium-win/fast/repaint/subtree-layoutstate-transform-expected.txt:
* platform/chromium-win/fast/repaint/subtree-root-clip-2-expected.txt: Added.
* platform/chromium-win/fast/repaint/subtree-root-clip-3-expected.txt: Added.
* platform/chromium-win/fast/repaint/subtree-root-clip-expected.txt: Added.
* platform/chromium-win/fast/repaint/subtree-root-skipped-expected.txt:
* platform/chromium-win/fast/replaced/replaced-breaking-expected.txt:
* platform/chromium-win/fast/replaced/replaced-breaking-mixture-expected.txt:
* platform/chromium-win/fast/replaced/width100percent-searchfield-expected.txt:
* platform/chromium-win/fast/replaced/width100percent-textfield-expected.txt:
* platform/chromium-win/fast/speech/input-appearance-searchandspeech-expected.txt:
* platform/chromium-win/fast/speech/input-appearance-speechbutton-expected.txt:
* platform/chromium-win/fast/speech/speech-bidi-rendering-expected.txt:
* platform/chromium-win/fast/table/003-expected.txt:
* platform/chromium-win/fast/table/029-expected.txt:
* platform/chromium-win/fast/table/colspanMinWidth-expected.txt:
* platform/chromium-win/fast/table/colspanMinWidth-vertical-expected.txt:
* platform/chromium-win/fast/table/overflowHidden-expected.txt:
* platform/chromium-win/fast/table/spanOverlapRepaint-expected.txt:
* platform/chromium-win/fast/table/text-field-baseline-expected.txt:
* platform/chromium-win/fast/text/selection-painted-separately-expected.txt: Added.
* platform/chromium-win/fast/text/selection-rect-rounding-expected.txt:
* platform/chromium-win/fast/text/textIteratorNilRenderer-expected.txt:
* platform/chromium-win/fast/transforms/transformed-focused-text-input-expected.txt:
* platform/chromium-win/plugins/mouse-click-plugin-clears-selection-expected.txt:
* platform/chromium-win/svg/custom/inline-svg-in-xhtml-expected.txt:
* platform/chromium-win/svg/hixie/mixed/003-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/45621-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug1188-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug12384-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug154780-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug18359-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug24200-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug2479-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug2479-3-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug2479-4-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug28928-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug4382-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug44505-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug4527-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug46368-1-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug46368-2-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug51037-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug55545-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug7342-expected.txt:
* platform/chromium-win/tables/mozilla/bugs/bug99948-expected.txt:
* platform/chromium-win/tables/mozilla/dom/tableDom-expected.txt:
* platform/chromium-win/tables/mozilla/other/move_row-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug106966-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug45621-expected.txt:
* platform/chromium-win/tables/mozilla_expected_failures/bugs/bug92647-1-expected.txt:
* platform/chromium/fast/block/float/033-expected.txt: Added.
* platform/chromium/fast/block/float/avoidance-rtl-expected.txt: Added.
* platform/chromium/fast/block/float/float-not-removed-from-next-sibling3-expected.txt: Added.
* platform/chromium/fast/block/float/float-overflow-hidden-containing-block-width-expected.txt: Added.
* platform/chromium/fast/block/float/in-margin-expected.txt: Added.
* platform/chromium/fast/clip: Added.
* platform/chromium/fast/clip/017-expected.txt: Added.
* platform/chromium/fast/dynamic: Added.
* platform/chromium/fast/dynamic/subtree-boundary-percent-height-expected.txt: Added.
* platform/chromium/fast/dynamic/subtree-no-common-root-static-y-expected.txt: Added.
* platform/chromium/fast/dynamic/subtree-table-cell-height-expected.txt: Added.
* platform/chromium/fast/invalid/residual-style-expected.txt: Removed.
* platform/chromium/fast/speech: Removed.
* platform/chromium/fast/speech/input-appearance-searchandspeech-expected.txt: Removed.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110179
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 19:15:08 +0000 (19:15 +0000)]
WebKitGtk+ fails to build on win32 against GTK3
https://bugs.webkit.org/show_bug.cgi?id=63919
Patch by Mikkel Kruse Johnsen <mikkel@linet.dk> on 2012-03-08
Reviewed by Gustavo Noronha Silva.
* plugins/gtk/PluginViewGtk.cpp: Don't use gtk_socket_new with GTK3 on Win32
(WebCore::PluginView::platformStart):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110178
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sfalken@apple.com [Thu, 8 Mar 2012 19:13:49 +0000 (19:13 +0000)]
Fix line endings for copy-files.cmd.
If a cmd file doesn't have Windows line endings, it doesn't work properly.
In this case, the label :clean wasn't found, breaking the clean build.
Reviewed by Jessie Berlin.
* JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110177
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 19:01:43 +0000 (19:01 +0000)]
[BlackBerry]New feature: support about:cookie for internal build.
https://bugs.webkit.org/show_bug.cgi?id=80367
Patch by Jason Liu <jason.liu@torchmobile.com.cn> on 2012-03-08
Reviewed by Antonio Gomes.
No new tests.
* platform/blackberry/CookieManager.cpp:
(WebCore::CookieManager::generateHtmlFragmentForCookies):
(WebCore):
* platform/blackberry/CookieManager.h:
* platform/network/blackberry/NetworkJob.cpp:
(WebCore::NetworkJob::handleAbout):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110176
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 18:21:57 +0000 (18:21 +0000)]
[BlackBerry] Always use the current focused node when processing focus changes
https://bugs.webkit.org/show_bug.cgi?id=80594
Patch by Mike Fenton <mifenton@rim.com> on 2012-03-08
Reviewed by Antonio Gomes.
Update InputHandler focused node handling to strictly use
the currently focused node. This prevents a handling loop
when JS is modifying the focus and we get a late notification
of a past change from ChromeClientBlackBerry with the previously
unfocused node.
* WebCoreSupport/ChromeClientBlackBerry.cpp:
(WebCore::ChromeClientBlackBerry::focusedNodeChanged):
* WebCoreSupport/EditorClientBlackBerry.cpp:
(WebCore::EditorClientBlackBerry::shouldChangeSelectedRange):
(WebCore::EditorClientBlackBerry::setInputMethodState):
* WebKitSupport/InputHandler.cpp:
(BlackBerry::WebKit::InputHandler::focusedNodeChanged):
* WebKitSupport/InputHandler.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110175
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
jberlin@webkit.org [Thu, 8 Mar 2012 18:09:07 +0000 (18:09 +0000)]
More Windows build fixing.
* gtest/msvc/gtest-md.vcproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110174
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
sullivan@apple.com [Thu, 8 Mar 2012 17:48:31 +0000 (17:48 +0000)]
Made extract-localizable-strings ignore NSLocalizedFileSizeDescription
Reviewed by Eric Carlson.
* Scripts/extract-localizable-strings:
Added NSLocalizedFileSizeDescription to allowed list of tokens that start
with NSLocalized. Also improved an error message to include the troublesome token.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110173
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
caio.oliveira@openbossa.org [Thu, 8 Mar 2012 17:42:28 +0000 (17:42 +0000)]
Make elements with attributes smaller by eliminating the m_element back pointer in NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=75069
Reviewed by Ryosuke Niwa.
Source/WebCore:
NamedNodeMap is an exposed DOM representation of an element's attribute storage. As part of
its implementation it keeps a pointer to its associated Element plus all the attribute
storage.
This commit separate the two things: NamedNodeMap is now a wrapper to Element, containing
only the pointer, and the attribute storage is now owned by Element directly. Since usage
of NamedNodeMap is not very common, it can be stored in ElementRareData. As a result, most
elements with attributes now don't need to allocate memory for that extra pointer in
NamedNodeMap.
One consequence of this implementation is that now we explicitly don't support
DocumentType.notations and DocumentType.entities. They weren't supported before, a
NamedNodeMap was never created for those attributes -- and some NamedNodeMap functions
wouldn't work correctly without an associated Element.
NamedNodeMap itself was cleaned up, as well as unnecessary references to it removed in the
code and comments.
No new tests and should not change results for existing tests.
* dom/Attribute.h:
(WebCore):
* dom/DocumentType.h:
(DocumentType): Point out that we don't support does attributes yet.
* dom/Element.cpp:
(WebCore::Element::~Element): Detaching the NamedNodeMap is no longer necessary because it
will be destroyed. We still detach the potential Attrs inside our Attributes by using
clearAttributes().
(WebCore::Element::attributes): Looks in ElementRareData now. Note we ensure the creation
of the attribute storage.
(WebCore):
(WebCore::Element::getAttribute):
(WebCore::Element::setAttributeInternal):
(WebCore::Element::parserSetAttributes):
(WebCore::Element::hasAttributes):
(WebCore::Element::createAttributeData):
(WebCore::Element::insertedIntoDocument):
(WebCore::Element::removedFromDocument):
(WebCore::Element::getURLAttribute):
(WebCore::Element::getNonEmptyURLAttribute):
(WebCore::Element::hasNamedNodeMap): Helper function for Node::dumpStatistics().
* dom/Element.h:
(Element):
(WebCore::Element::attributeData):
(WebCore::Element::ensureAttributeData):
(WebCore::Element::fastHasAttribute):
(WebCore::Element::fastGetAttribute):
(WebCore::Element::hasAttributesWithoutUpdate):
(WebCore::Element::idForStyleResolution):
(WebCore::Element::attributeCount):
(WebCore::Element::attributeItem):
(WebCore::Element::getAttributeItem):
* dom/ElementAttributeData.h:
(WebCore::ElementAttributeData::create):
(ElementAttributeData):
* dom/ElementRareData.h:
(ElementRareData):
* dom/NamedNodeMap.cpp: Rewriting now that m_attributeData is not a member, using m_element
methods when possible.
(WebCore::NamedNodeMap::ref):
(WebCore::NamedNodeMap::deref):
(WebCore::NamedNodeMap::getNamedItem):
(WebCore::NamedNodeMap::getNamedItemNS):
(WebCore::NamedNodeMap::removeNamedItem):
(WebCore::NamedNodeMap::removeNamedItemNS):
(WebCore::NamedNodeMap::setNamedItem):
(WebCore::NamedNodeMap::item):
(WebCore::NamedNodeMap::length):
* dom/NamedNodeMap.h:
(WebCore):
(WebCore::NamedNodeMap::create):
(NamedNodeMap):
(WebCore::NamedNodeMap::NamedNodeMap): Instead of asserting m_element in every function, we
now assert only in the constructor.
* dom/Node.cpp:
(WebCore::Node::dumpStatistics): Add a counter for elements with rare data, this allows us
compare more clearly the impact of moving NamedNodeMap there.
(WebCore::Node::isEqualNode): Remove use of mapsEquivalent(). It was dead code, because
both entities and notations were always NULL.
(WebCore::Node::compareDocumentPosition):
* inspector/DOMPatchSupport.h:
(WebCore):
* svg/SVGElement.cpp:
(WebCore::SVGElement::attributeChanged):
Source/WebKit/chromium:
* src/WebElement.cpp: Include NamedNodeMap.h since Element.h doesn't include it anymore.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110172
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 16:53:41 +0000 (16:53 +0000)]
[BlackBerry] Upstream WebGL related files from platform/graphics
https://bugs.webkit.org/show_bug.cgi?id=79876
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-08
Reviewed by Rob Buis.
Initial upstream, no new tests.
* platform/graphics/blackberry/DrawingBufferBlackBerry.cpp: Added.
(WebCore):
(DrawingBufferInternal):
(WebCore::generateColorTexture):
(WebCore::DrawingBuffer::DrawingBuffer):
(WebCore::DrawingBuffer::~DrawingBuffer):
(WebCore::DrawingBuffer::publishToPlatformLayer):
(WebCore::DrawingBuffer::reset):
(WebCore::DrawingBuffer::platformLayer):
* platform/graphics/blackberry/GraphicsContext3DBlackBerry.cpp: Added.
(WebCore):
(WebCore::GraphicsContext3D::create):
(WebCore::GraphicsContext3D::GraphicsContext3D):
(WebCore::GraphicsContext3D::~GraphicsContext3D):
(WebCore::GraphicsContext3D::paintsIntoCanvasBuffer):
(WebCore::GraphicsContext3D::makeContextCurrent):
(WebCore::GraphicsContext3D::isGLES2Compliant):
(WebCore::GraphicsContext3D::isGLES2NPOTStrict):
(WebCore::GraphicsContext3D::isErrorGeneratedOnOutOfBoundsAccesses):
(WebCore::GraphicsContext3D::platformTexture):
(WebCore::GraphicsContext3D::platformLayer):
(WebCore::GraphicsContext3D::paintToCanvas):
(WebCore::GraphicsContext3D::setContextLostCallback):
* platform/graphics/blackberry/WebGLLayerWebKitThread.cpp: Added.
(WebCore):
(WebCore::WebGLLayerWebKitThread::WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::~WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::setNeedsDisplay):
(WebCore::WebGLLayerWebKitThread::updateTextureContentsIfNeeded):
* platform/graphics/blackberry/WebGLLayerWebKitThread.h: Added.
(WebCore):
(WebGLLayerWebKitThread):
(WebCore::WebGLLayerWebKitThread::create):
(WebCore::WebGLLayerWebKitThread::setWebGLContext):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110171
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 16:42:55 +0000 (16:42 +0000)]
[BlackBerry] LayerRender should turn off stencil/scissor after drawing layers
https://bugs.webkit.org/show_bug.cgi?id=80598
Patch by Yong Li <yoli@rim.com> on 2012-03-08
Reviewed by Rob Buis.
Turn off stencil/scissor after using them to avoid affecting later GL operation
accidentally.
* platform/graphics/blackberry/LayerRenderer.cpp:
(WebCore::LayerRenderer::drawLayers):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110170
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 16:05:04 +0000 (16:05 +0000)]
[Qt WK2] Remove duplicate code related to dialog handling in QQuickWebView
https://bugs.webkit.org/show_bug.cgi?id=80557
Patch by Dinu Jacob <dinu.jacob@nokia.com> on 2012-03-08
Reviewed by Simon Hausmann.
Move common code related to running QtDialogRunner into a separate function
* UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::runJavaScriptAlert):
(QQuickWebViewPrivate::runJavaScriptConfirm):
(QQuickWebViewPrivate::runJavaScriptPrompt):
(QQuickWebViewPrivate::handleAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleProxyAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleCertificateVerificationRequest):
(QQuickWebViewPrivate::execDialogRunner):
* UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110169
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 15:50:55 +0000 (15:50 +0000)]
Fix flaky test by decreasing granularity of cues (cues cover longer time
intervals). The flakiness seems to appear because the video is paused
synchronously, while missed events events are dispatched asynchronously.
It can happen that multiple cues are actually missed cues, hence more exit
events are dispatched together, but the video was paused before the actual
dispatch.
https://bugs.webkit.org/show_bug.cgi?id=80067
Patch by Victor Carbune <vcarbune@adobe.com> on 2012-03-08
Reviewed by Eric Carlson.
* media/track/captions-webvtt/simple-captions.vtt:
* media/track/track-cues-pause-on-exit-expected.txt:
* media/track/track-cues-pause-on-exit.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110168
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ossy@webkit.org [Thu, 8 Mar 2012 15:28:28 +0000 (15:28 +0000)]
[Qt] Rebaseline after r110072.
Patch by Ádám Kallai <kadam@inf.u-szeged.hu> on 2012-03-08
Reviewed by Csaba Osztrogonác.
* platform/qt/css3/selectors3/html/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/html/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/html/css3-modsel-69-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/xhtml/css3-modsel-69-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-23-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-23-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-24-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-24-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-68-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-68-expected.txt:
* platform/qt/css3/selectors3/xml/css3-modsel-69-expected.png:
* platform/qt/css3/selectors3/xml/css3-modsel-69-expected.txt:
* platform/qt/fast/clip/008-expected.png:
* platform/qt/fast/clip/008-expected.txt:
* platform/qt/fast/clip/011-expected.png:
* platform/qt/fast/clip/011-expected.txt:
* platform/qt/fast/clip/012-expected.png:
* platform/qt/fast/clip/012-expected.txt:
* platform/qt/fast/forms/input-text-double-click-expected.txt:
* platform/qt/fast/forms/textfield-overflow-expected.txt:
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.png:
* platform/qt/http/tests/navigation/javascriptlink-frames-expected.txt:
* platform/qt/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110167
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hausmann@webkit.org [Thu, 8 Mar 2012 15:08:29 +0000 (15:08 +0000)]
[Qt] Windows build fix.
Reviewed by Tor Arne Vestbø.
* DerivedSources.pri: Replace commandline that is too long for Windows with
separate lines to be executed in the Makefile for the IDL preprocessing.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110166
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Thu, 8 Mar 2012 14:09:47 +0000 (14:09 +0000)]
[chromium] Unreviewed gardening.
Mark compositing/reflections/nested-reflection-opacity.html as flaky.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110165
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
loislo@chromium.org [Thu, 8 Mar 2012 14:06:09 +0000 (14:06 +0000)]
Web Inspector: The function had to return a hash but it returned just address.
https://bugs.webkit.org/show_bug.cgi?id=80591
Reviewed by Yury Semikhatsky.
* bindings/v8/RetainedDOMInfo.cpp:
(WebCore::RetainedDOMInfo::GetHash):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110164
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
loislo@chromium.org [Thu, 8 Mar 2012 13:24:28 +0000 (13:24 +0000)]
Unreviewed single line fix. The function had to return a hash but it returned just address.
* bindings/v8/V8GCController.cpp:
(WebCore::UnspecifiedGroup::GetHash):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110163
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Thu, 8 Mar 2012 12:41:19 +0000 (12:41 +0000)]
[chromium] Unreviewed gardening.
Mark some tests failing on Leopard after the Lion rebaselines.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110162
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
shinyak@chromium.org [Thu, 8 Mar 2012 11:25:33 +0000 (11:25 +0000)]
<shadow> should be rendered correctly.
https://bugs.webkit.org/show_bug.cgi?id=78596
Reviewed by Hajime Morita.
Source/WebCore:
This patch supports <shadow> element rendering.
When attaching <shadow> element, if it is in the oldest shadow tree, it runs a part of
distribution algorithm. If it is in non-oldest shadow tree, it runs tree a part of
tree composition algorithm to assign a older shadow root. In this patch, InsertionPonit
try to treat the distributed host children and the assigned shadow children similarly.
NodeRenderingContext supports rendering <shadow> element. Since the assigned shadow children
are treated like distributed host children, that change is to consider non-youngest shadow
tree basically also.
Tests: fast/dom/shadow/shadow-element-rendering-multiple.html
fast/dom/shadow/shadow-element-rendering-single.html
* dom/NodeRenderingContext.cpp:
(WebCore):
(WebCore::NodeRenderingContext::NodeRenderingContext):
Does not ignore non-youngest shadow tree.
* dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::ShadowRoot):
* dom/ShadowRoot.h:
(ShadowRoot):
(WebCore::ShadowRoot::assignedTo):
(WebCore):
(WebCore::ShadowRoot::setAssignedTo):
(WebCore::ShadowRoot::isUsedForRendering):
Returns true if ShadowRoot is youngest or assigned to some InsertionPoint.
(WebCore::toShadowRoot):
* dom/ShadowTree.cpp:
(WebCore::ShadowTree::insertionPointFor):
Returns InsertionPoint to which node is distributed.
* dom/ShadowTree.h:
(ShadowTree):
* html/shadow/HTMLContentElement.h:
(WebCore::HTMLContentElement::doesSelectFromHostChildren):
(HTMLContentElement):
* html/shadow/HTMLShadowElement.cpp:
(WebCore::HTMLShadowElement::HTMLShadowElement):
(WebCore::HTMLShadowElement::select):
(WebCore::HTMLShadowElement::doesSelectFromHostChildren):
(WebCore):
* html/shadow/HTMLShadowElement.h:
(HTMLShadowElement):
* html/shadow/InsertionPoint.cpp:
(WebCore::InsertionPoint::attach):
(WebCore::InsertionPoint::detach):
(WebCore::InsertionPoint::assignedFrom):
(WebCore):
(WebCore::InsertionPoint::assignShadowRoot):
(WebCore::InsertionPoint::clearAssignment):
* html/shadow/InsertionPoint.h:
(InsertionPoint):
LayoutTests:
Contains tests both in case <shadow> appears in the oldest shadow root and
non-olderst shadow tree.
* fast/dom/shadow/shadow-element-rendering-multiple-expected.txt: Added.
* fast/dom/shadow/shadow-element-rendering-multiple.html: Added.
* fast/dom/shadow/shadow-element-rendering-single-expected.txt: Added.
* fast/dom/shadow/shadow-element-rendering-single.html: Added.
* platform/efl/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
* platform/wk2/Skipped:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110161
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
hans@chromium.org [Thu, 8 Mar 2012 11:22:25 +0000 (11:22 +0000)]
Speech JavaScript API: SpeechRecognitionAlternative, Result and ResultList
https://bugs.webkit.org/show_bug.cgi?id=80424
Reviewed by Adam Barth.
Implement the SpeechRecognitionAlternative,
SpeechRecognitionResult and SpeechRecognitionResultList.
(Spec: http://speech-javascript-api-spec.googlecode.com/git/speechapi.html)
No new tests because these interfaces don't have constructors.
They will be tested as more of the API gets implemented.
* Modules/speech/SpeechRecognitionAlternative.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionAlternative::create):
(WebCore::SpeechRecognitionAlternative::SpeechRecognitionAlternative):
* Modules/speech/SpeechRecognitionAlternative.h: Added.
(WebCore):
(SpeechRecognitionAlternative):
(WebCore::SpeechRecognitionAlternative::transcript):
(WebCore::SpeechRecognitionAlternative::confidence):
* Modules/speech/SpeechRecognitionAlternative.idl: Added.
* Modules/speech/SpeechRecognitionResult.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionResult::create):
(WebCore::SpeechRecognitionResult::item):
(WebCore::SpeechRecognitionResult::SpeechRecognitionResult):
* Modules/speech/SpeechRecognitionResult.h: Added.
(WebCore):
(SpeechRecognitionResult):
(WebCore::SpeechRecognitionResult::length):
(WebCore::SpeechRecognitionResult::final):
* Modules/speech/SpeechRecognitionResult.idl: Added.
* Modules/speech/SpeechRecognitionResultList.cpp: Added.
(WebCore):
(WebCore::SpeechRecognitionResultList::create):
(WebCore::SpeechRecognitionResultList::item):
(WebCore::SpeechRecognitionResultList::SpeechRecognitionResultList):
* Modules/speech/SpeechRecognitionResultList.h: Added.
(WebCore):
(SpeechRecognitionResultList):
(WebCore::SpeechRecognitionResultList::length):
* Modules/speech/SpeechRecognitionResultList.idl: Added.
* WebCore.gypi:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110160
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
fpizlo@apple.com [Thu, 8 Mar 2012 10:01:32 +0000 (10:01 +0000)]
DFG CFA incorrectly handles ValueToInt32
https://bugs.webkit.org/show_bug.cgi?id=80568
Reviewed by Gavin Barraclough.
Changed it match exactly the decision pattern used in
DFG::SpeculativeJIT::compileValueToInt32
* dfg/DFGAbstractState.cpp:
(JSC::DFG::AbstractState::execute):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110159
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ostapenko.viatcheslav@nokia.com [Thu, 8 Mar 2012 09:57:25 +0000 (09:57 +0000)]
[Qt] [WK2] Webkit fails to link when compiled with force_static_libs_as_shared
https://bugs.webkit.org/show_bug.cgi?id=80524
Reviewed by Simon Hausmann.
Move IdentifierTable methods defintion to WTFThreadData.cpp to fix linking
of WTF library.
* runtime/Identifier.cpp:
* wtf/WTFThreadData.cpp:
(JSC):
(JSC::IdentifierTable::~IdentifierTable):
(JSC::IdentifierTable::add):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110158
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 09:51:05 +0000 (09:51 +0000)]
Unreviewed, rolling out r110115.
http://trac.webkit.org/changeset/110115
https://bugs.webkit.org/show_bug.cgi?id=80581
broke test-webkitpy (Requested by philn-tp on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-08
* Scripts/old-run-webkit-tests:
* Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110157
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 09:45:58 +0000 (09:45 +0000)]
[BlackBerry] Upstream GraphicsLayerBlackBerry.{h, cpp}
https://bugs.webkit.org/show_bug.cgi?id=79867
Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-03-08
Reviewed by Rob Buis.
Initial upstream, no new tests.
* platform/graphics/blackberry/GraphicsLayerBlackBerry.cpp: Added.
(WebCore):
(WebCore::setLayerBorderColor):
(WebCore::clearBorderColor):
(WebCore::setLayerBackgroundColor):
(WebCore::clearLayerBackgroundColor):
(WebCore::GraphicsLayer::create):
(WebCore::GraphicsLayerBlackBerry::GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::~GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::setName):
(WebCore::GraphicsLayerBlackBerry::setChildren):
(WebCore::GraphicsLayerBlackBerry::addChild):
(WebCore::GraphicsLayerBlackBerry::addChildAtIndex):
(WebCore::GraphicsLayerBlackBerry::addChildBelow):
(WebCore::GraphicsLayerBlackBerry::addChildAbove):
(WebCore::GraphicsLayerBlackBerry::replaceChild):
(WebCore::GraphicsLayerBlackBerry::removeFromParent):
(WebCore::GraphicsLayerBlackBerry::setPosition):
(WebCore::GraphicsLayerBlackBerry::setAnchorPoint):
(WebCore::GraphicsLayerBlackBerry::setSize):
(WebCore::GraphicsLayerBlackBerry::setTransform):
(WebCore::GraphicsLayerBlackBerry::setChildrenTransform):
(WebCore::GraphicsLayerBlackBerry::setPreserves3D):
(WebCore::GraphicsLayerBlackBerry::setMasksToBounds):
(WebCore::GraphicsLayerBlackBerry::setDrawsContent):
(WebCore::GraphicsLayerBlackBerry::setContentsVisible):
(WebCore::GraphicsLayerBlackBerry::setMaskLayer):
(WebCore::GraphicsLayerBlackBerry::setReplicatedByLayer):
(WebCore::GraphicsLayerBlackBerry::setFixedPosition):
(WebCore::GraphicsLayerBlackBerry::setHasFixedContainer):
(WebCore::GraphicsLayerBlackBerry::setHasFixedAncestorInDOMTree):
(WebCore::GraphicsLayerBlackBerry::setBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::clearBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::setContentsOpaque):
(WebCore::GraphicsLayerBlackBerry::setBackfaceVisibility):
(WebCore::GraphicsLayerBlackBerry::setOpacity):
(WebCore::GraphicsLayerBlackBerry::setContentsNeedsDisplay):
(WebCore::GraphicsLayerBlackBerry::setNeedsDisplay):
(WebCore::GraphicsLayerBlackBerry::setNeedsDisplayInRect):
(WebCore::GraphicsLayerBlackBerry::setContentsRect):
(WebCore::removeAnimationByIdAndProperty):
(WebCore::removeAnimationByName):
(WebCore::GraphicsLayerBlackBerry::addAnimation):
(WebCore::GraphicsLayerBlackBerry::pauseAnimation):
(WebCore::GraphicsLayerBlackBerry::removeAnimation):
(WebCore::GraphicsLayerBlackBerry::suspendAnimations):
(WebCore::GraphicsLayerBlackBerry::resumeAnimations):
(WebCore::GraphicsLayerBlackBerry::setContentsToImage):
(WebCore::GraphicsLayerBlackBerry::updateContentsImage):
(WebCore::GraphicsLayerBlackBerry::setContentsToCanvas):
(WebCore::GraphicsLayerBlackBerry::setContentsToMedia):
(WebCore::GraphicsLayerBlackBerry::hostLayerForSublayers):
(WebCore::GraphicsLayerBlackBerry::layerForSuperlayer):
(WebCore::GraphicsLayerBlackBerry::platformLayer):
(WebCore::GraphicsLayerBlackBerry::setDebugBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::setDebugBorder):
(WebCore::GraphicsLayerBlackBerry::updateSublayerList):
(WebCore::GraphicsLayerBlackBerry::updateLayerPosition):
(WebCore::GraphicsLayerBlackBerry::updateLayerSize):
(WebCore::GraphicsLayerBlackBerry::updateAnchorPoint):
(WebCore::GraphicsLayerBlackBerry::updateTransform):
(WebCore::GraphicsLayerBlackBerry::updateChildrenTransform):
(WebCore::GraphicsLayerBlackBerry::updateMasksToBounds):
(WebCore::GraphicsLayerBlackBerry::updateContentsOpaque):
(WebCore::GraphicsLayerBlackBerry::updateBackfaceVisibility):
(WebCore::GraphicsLayerBlackBerry::updateLayerPreserves3D):
(WebCore::GraphicsLayerBlackBerry::updateLayerIsDrawable):
(WebCore::GraphicsLayerBlackBerry::updateFixedPosition):
(WebCore::GraphicsLayerBlackBerry::updateHasFixedContainer):
(WebCore::GraphicsLayerBlackBerry::updateHasFixedAncestorInDOMTree):
(WebCore::GraphicsLayerBlackBerry::updateLayerBackgroundColor):
(WebCore::GraphicsLayerBlackBerry::updateAnimations):
(WebCore::GraphicsLayerBlackBerry::updateContentsVideo):
(WebCore::GraphicsLayerBlackBerry::updateContentsRect):
(WebCore::GraphicsLayerBlackBerry::setupContentsLayer):
(WebCore::GraphicsLayerBlackBerry::updateOpacityOnLayer):
(WebCore::GraphicsLayerBlackBerry::contentsVisible):
* platform/graphics/blackberry/GraphicsLayerBlackBerry.h: Added.
(WebCore):
(GraphicsLayerBlackBerry):
(WebCore::GraphicsLayerBlackBerry::notifySyncRequired):
(WebCore::GraphicsLayerBlackBerry::notifyAnimationStarted):
(WebCore::GraphicsLayerBlackBerry::primaryLayer):
(WebCore::GraphicsLayerBlackBerry::contentsLayer):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110156
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 09:31:25 +0000 (09:31 +0000)]
[Forms] Re-organize test files of label element
https://bugs.webkit.org/show_bug.cgi?id=80575
There are 988 files under LayoutTests/fast/forms. It is hard to find
a file from UI. To improve discoverability of file, it is better to
organize files based on element as some test files did.
This patch moves test files of "label" element to fast/forms/label and
adjusts path of JavaScript files.
Patch by Yoshifumi Inoue <yosin@chromium.org> on 2012-03-08
Reviewed by Kentaro Hara.
* fast/forms/label/labels-add-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label-expected.txt.
* fast/forms/label/labels-add-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-add-htmlFor-label.html.
* fast/forms/label/labels-add-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-add-parent-label-expected.txt.
* fast/forms/label/labels-add-parent-label.html: Renamed from LayoutTests/fast/forms/labels-add-parent-label.html.
* fast/forms/label/labels-change-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute-expected.txt.
* fast/forms/label/labels-change-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-change-htmlFor-attribute.html.
* fast/forms/label/labels-custom-property-expected.txt: Renamed from LayoutTests/fast/forms/labels-custom-property-expected.txt.
* fast/forms/label/labels-custom-property.html: Renamed from LayoutTests/fast/forms/labels-custom-property.html.
* fast/forms/label/labels-item-index-expected.txt: Renamed from LayoutTests/fast/forms/labels-item-index-expected.txt.
* fast/forms/label/labels-item-index.html: Renamed from LayoutTests/fast/forms/labels-item-index.html.
* fast/forms/label/labels-remove-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute-expected.txt.
* fast/forms/label/labels-remove-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-attribute.html.
* fast/forms/label/labels-remove-htmlFor-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label-expected.txt.
* fast/forms/label/labels-remove-htmlFor-label.html: Renamed from LayoutTests/fast/forms/labels-remove-htmlFor-label.html.
* fast/forms/label/labels-remove-parent-label-expected.txt: Renamed from LayoutTests/fast/forms/labels-remove-parent-label-expected.txt.
* fast/forms/label/labels-remove-parent-label.html: Renamed from LayoutTests/fast/forms/labels-remove-parent-label.html.
* fast/forms/label/labels-set-htmlFor-attribute-expected.txt: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute-expected.txt.
* fast/forms/label/labels-set-htmlFor-attribute.html: Renamed from LayoutTests/fast/forms/labels-set-htmlFor-attribute.html.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110155
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
fpizlo@apple.com [Thu, 8 Mar 2012 09:06:43 +0000 (09:06 +0000)]
DFG instruction count threshold should be lifted to 10000
https://bugs.webkit.org/show_bug.cgi?id=80579
Reviewed by Gavin Barraclough.
* runtime/Options.cpp:
(JSC::Options::initializeOptions):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110154
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
fpizlo@apple.com [Thu, 8 Mar 2012 09:02:48 +0000 (09:02 +0000)]
Incorrect tracking of abstract values of variables forced double
https://bugs.webkit.org/show_bug.cgi?id=80566
<rdar://problem/
11001442>
Reviewed by Gavin Barraclough.
* dfg/DFGAbstractState.cpp:
(JSC::DFG::AbstractState::mergeStateAtTail):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110153
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
haraken@chromium.org [Thu, 8 Mar 2012 08:35:22 +0000 (08:35 +0000)]
Unreviewed. Added myself to watchlist.
* Scripts/webkitpy/common/config/watchlist:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110152
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
shinyak@chromium.org [Thu, 8 Mar 2012 08:22:06 +0000 (08:22 +0000)]
Refactoring: Remove Node::isContentElement and Node::isShadowElement.
https://bugs.webkit.org/show_bug.cgi?id=80501
Reviewed by Hajime Morita.
Removes Node::isContentElement and Node::isShadowElement. These methods are replaced
by hasTagName. However the tag name of HTMLContentElement was not consistent,
this patch make them consistent.
No new tests. Should be covered by existing tests.
* dom/Node.h:
* html/HTMLElement.h:
(WebCore::HTMLElement::isInsertionPoint):
(HTMLElement):
* html/HTMLSummaryElement.cpp:
(WebCore::SummaryContentElement::SummaryContentElement):
It uses HTMLNames::divTag as tagname. It should use HTMLNames::webkitShadowTagName.
* html/shadow/HTMLContentElement.h:
(HTMLContentElement):
* html/shadow/InsertionPoint.h:
(InsertionPoint):
(WebCore::InsertionPoint::isInsertionPoint):
(WebCore::isInsertionPoint):
* testing/Internals.cpp:
(WebCore::Internals::isValidContentSelect):
* testing/Internals.h:
(Internals):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110151
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Thu, 8 Mar 2012 07:34:44 +0000 (07:34 +0000)]
ContainerNode::insertedIntoDocument and removedFromDocument use weak iteration patterns
https://bugs.webkit.org/show_bug.cgi?id=80569
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::insertedIntoDocument and
removedFromDocument to using a better iteration pattern in which we
collect all the nodes we're planning to iterate into a vector and then
iterate over them.
* dom/ContainerNode.cpp:
(WebCore::ContainerNode::insertedIntoDocument):
(WebCore::ContainerNode::removedFromDocument):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110150
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
fischman@chromium.org [Thu, 8 Mar 2012 06:55:36 +0000 (06:55 +0000)]
[Chromium] Allow CCLayerTreeHost::context() to be called even with the threaded compositor enabled.
https://bugs.webkit.org/show_bug.cgi?id=80565
Reviewed by James Robinson.
This gets triggered by the video HW decode+render path when threaded compositor is enabled
(https://chromiumcodereview.appspot.com/
9639005/)
No new tests.
* platform/graphics/chromium/cc/CCLayerTreeHost.cpp:
(WebCore::CCLayerTreeHost::context):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110149
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mikelawther@chromium.org [Thu, 8 Mar 2012 06:48:35 +0000 (06:48 +0000)]
CSS3 calc: mixed absolute/percentages work for width, height, margin and padding
https://bugs.webkit.org/show_bug.cgi?id=79621
Reviewed by Andreas Kling.
Source/WebCore:
ApplyPropertyLength in CSSStyleApplyPropery now handles mixed absolute/percentage
length expressions. All property handlers using this template now work with
mixed expressions.
This patch adds a new expression evaluator in CalculationValue.cpp. This is because
Length.[cpp|h] (in platform) cannot refer to CSSCalculationValue.[cpp|h] (in css)
due to layering restrictions.
Lengths can be copied, and so the expressions are stored in a hashmap, and only their
ids are copied along with Length. The expressions are RefCounted, and will get
cleaned up when the last referring Length is destructed.
* WebCore.exp.in:
* css/CSSCalculationValue.cpp:
(WebCore::CSSCalcPrimitiveValue::toCalcValue):
(CSSCalcPrimitiveValue):
(WebCore::CSSCalcBinaryOperation::toCalcValue):
(CSSCalcBinaryOperation):
* css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
(WebCore::CSSCalcValue::toCalcValue):
* css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
* css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
* css/CSSStyleSelector.h:
(CSSStyleSelector):
* platform/CalculationValue.cpp:
(WebCore::CalcExpressionBinaryOperation::evaluate):
(WebCore):
(WebCore::CalculationValue::create):
(WebCore::CalculationValue::evaluate):
* platform/CalculationValue.h:
(CalcExpressionNode):
(WebCore::CalcExpressionNode::~CalcExpressionNode):
(WebCore):
(CalculationValue):
(WebCore::CalculationValue::CalculationValue):
(CalcExpressionNumber):
(WebCore::CalcExpressionNumber::CalcExpressionNumber):
(WebCore::CalcExpressionNumber::evaluate):
(CalcExpressionLength):
(WebCore::CalcExpressionLength::CalcExpressionLength):
(WebCore::CalcExpressionLength::evaluate):
(CalcExpressionBinaryOperation):
(WebCore::CalcExpressionBinaryOperation::CalcExpressionBinaryOperation):
* platform/Length.cpp:
(WebCore):
(WebCore::Length::~Length):
(CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::insert):
(WebCore::CalculationValueHandleMap::remove):
(WebCore::CalculationValueHandleMap::get):
(WebCore::calcHandles):
(WebCore::Length::Length):
(WebCore::Length::calculationValue):
(WebCore::Length::calculatedValue):
(WebCore::Length::calculatedMinValue):
(WebCore::Length::calculatedFloatValue):
(WebCore::Length::incrementCalculatedRef):
(WebCore::Length::decrementCalculatedRef):
(WebCore::Length::nonNanCalculatedValue):
* platform/Length.h:
(Length):
(WebCore::Length::Length):
(WebCore::Length::operator=):
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
(WebCore::Length::isCalculated):
(WebCore::Length::initFromLength):
(WebCore::Length::calculationHandle):
LayoutTests:
* css3/calc/margin-expected.txt:
* css3/calc/padding-expected.txt:
* css3/calc/simple-calcs-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110148
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 06:15:01 +0000 (06:15 +0000)]
[Qt] Fix the MIPS/SH4 build after r109834
https://bugs.webkit.org/show_bug.cgi?id=80492
Patch by Chao-yng Fu <fu@mips.com> on 2012-03-07
Reviewed by Oliver Hunt.
Implement three-argument branch(Add,Sub)32.
* assembler/MacroAssemblerMIPS.h:
(JSC::MacroAssemblerMIPS::add32):
(MacroAssemblerMIPS):
(JSC::MacroAssemblerMIPS::sub32):
(JSC::MacroAssemblerMIPS::branchAdd32):
(JSC::MacroAssemblerMIPS::branchSub32):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110147
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tkent@chromium.org [Thu, 8 Mar 2012 05:31:25 +0000 (05:31 +0000)]
Do not refer to resutlsButtonElement and cancelButtonElement to compute paddings of search popups
https://bugs.webkit.org/show_bug.cgi?id=80564
Reviewed by Hajime Morita.
We'd like to reduce dependency of resultsButtonElement and
cancelButtonElement from RenderTextControlSingleLine.
No behavior change.
* rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::clientPaddingLeft):
Use the left position of innerBlockElement, instead of the width of resultsButtonElement.
They are equivalent.
(WebCore::RenderTextControlSingleLine::clientPaddingRight):
Use <the container width - right position of innerBlockElement>,
instead of the width of the cancelButtonElement. They are
equivalent.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110145
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mikelawther@chromium.org [Thu, 8 Mar 2012 04:49:11 +0000 (04:49 +0000)]
use DEFINE_STATIC_LOCAL on Lengths to avoid exit time destructors
https://bugs.webkit.org/show_bug.cgi?id=80561
Reviewed by Eric Seidel.
This is in preparation for http://wkb.ug/79621 where a destructor is added to Length.
No new tests as this is not a behaviour change.
* css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyPageSize::getPageSizeFromName):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110144
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ukai@chromium.org [Thu, 8 Mar 2012 04:37:30 +0000 (04:37 +0000)]
Unreviewed. update chromium test expectations.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110143
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
rniwa@webkit.org [Thu, 8 Mar 2012 04:27:19 +0000 (04:27 +0000)]
Turn Runs class into a proper model to implement incremental JSON update
https://bugs.webkit.org/show_bug.cgi?id=80364
Reviewed by Hajime Morita.
Move Runs from json_generators.py to models.py and turn it into a proper Model.
Now most JSON responses are held by Runs objects instead of PersistentCache.
Added some tests around update_or_insert and json_by_ids to test PersistentCache-like
behavior but there should be no user-visible behavioral differences.
* Websites/webkit-perf.appspot.com/controller.py:
(RunsUpdateHandler.post):
(CachedRunsHandler.get):
(RunsChartHandler.post):
* Websites/webkit-perf.appspot.com/json_generators.py:
(ManifestJSONGenerator.value):
* Websites/webkit-perf.appspot.com/json_generators_unittest.py:
(ManifestJSONGeneratorTest.test_value_two_tests):
* Websites/webkit-perf.appspot.com/models.py:
(Test):
(Runs):
(Runs._generate_runs):
(Runs._entry_from_build_and_result):
(Runs._key_name):
(Runs.update_or_insert):
(Runs.json_by_ids):
(Runs.to_json):
(Runs.chart_params):
* Websites/webkit-perf.appspot.com/models_unittest.py:
(RunsTest):
(RunsTest.setUp):
(RunsTest._create_results):
(RunsTest.test_generate_runs):
(RunsTest.test_update_or_insert):
(RunsTest.test_json_by_ids):
(RunsTest.test_to_json_without_results):
(RunsTest.test_to_json_with_results):
(RunsTest._assert_entry):
(RunsTest.test_run_from_build_and_result):
(RunsTest.test_run_from_build_and_result.create_build):
(RunsTest.test_chart_params_with_value):
(RunsTest.test_chart_params_with_value.split_as_int):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110142
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ukai@chromium.org [Thu, 8 Mar 2012 04:21:56 +0000 (04:21 +0000)]
Unreviewed. update chromium test expecation.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110141
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Thu, 8 Mar 2012 04:08:41 +0000 (04:08 +0000)]
ContainerNode::willRemove uses a weak iteration pattern
https://bugs.webkit.org/show_bug.cgi?id=80530
Reviewed by Ryosuke Niwa.
This patch moves ContainerNode::willRemove to using a better iteration
pattern in which we collect all the nodes we're planning to iterate
into a vector and then iterate over them.
* dom/ContainerNode.cpp:
(WebCore::ContainerNode::willRemove):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110139
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 04:04:40 +0000 (04:04 +0000)]
Unreviewed, rolling out r110127.
http://trac.webkit.org/changeset/110127
https://bugs.webkit.org/show_bug.cgi?id=80562
compile failed on AppleWin (Requested by ukai on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-07
* heap/Heap.cpp:
(JSC::Heap::collectAllGarbage):
* heap/Heap.h:
(JSC):
(Heap):
* runtime/Executable.cpp:
(JSC::FunctionExecutable::FunctionExecutable):
(JSC::FunctionExecutable::finalize):
* runtime/Executable.h:
(FunctionExecutable):
(JSC::FunctionExecutable::create):
* runtime/JSGlobalData.cpp:
(WTF):
(Recompiler):
(WTF::Recompiler::operator()):
(JSC::JSGlobalData::recompileAllJSFunctions):
(JSC):
* runtime/JSGlobalData.h:
(JSGlobalData):
* runtime/JSGlobalObject.cpp:
(JSC::DynamicGlobalObjectScope::DynamicGlobalObjectScope):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110138
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
haraken@chromium.org [Thu, 8 Mar 2012 04:02:26 +0000 (04:02 +0000)]
[V8][Performance] Optimize V8 bindings for HTMLElement.classList,
Element.dataset and Node.attributes
https://bugs.webkit.org/show_bug.cgi?id=80376
Reviewed by Adam Barth.
This patch improves the performance of HTMLElement.classList, Element.dataset
and Node.attributes by 6.4 times, 7.1 times and 10.9 times, respectively.
Previously, a 'hiddenReferenceName' string was allocated on v8::Handle and
created every time the DOM attribute is accessed, in spite of the fact that
the 'hiddenReferenceName' string is static.
This patch moves the 'hiddenReferenceName' string to v8::Persistent and makes it static.
Also, this patch removes 'if (!elementValue.IsEmpty() && elementValue->IsObject())',
since if 'element' exists, it is guaranteed that 'elementValue' is not empty
and is an Object.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130283
AppleWebKit/JavaScriptCore:
div.classList : 382ms
div.classList.foo = 123 : 335ms
div.dataset : 403ms
div.dataset.foo = 123 : 5250ms
div.attributes : 183ms
Chromium/V8 (without this patch):
div.classList : 9140ms
div.classList.foo = 123 : 9086ms
div.dataset : 9930ms
div.dataset.foo = 123 : 49698ms
div.attributes : 13489ms
Chromium/V8 (with this patch):
div.classList : 1435ms
div.classList.foo = 123 : 1470ms
div.dataset : 1400ms
div.dataset.foo = 123 : 30396ms
div.attributes : 1242ms
No tests. No change in behavior.
* bindings/v8/custom/V8DOMStringMapCustom.cpp: Modified as described above.
(WebCore::toV8):
* bindings/v8/custom/V8DOMTokenListCustom.cpp: Ditto.
(WebCore::toV8):
* bindings/v8/custom/V8NamedNodeMapCustom.cpp: Ditto.
(WebCore::toV8):
* bindings/v8/V8HiddenPropertyName.cpp: Defined a hidden property name string statically
to optimize the macro.
(WebCore):
(WebCore::V8HiddenPropertyName::hiddenReferenceName):
* bindings/v8/V8HiddenPropertyName.h: Modified to switch two prefixes "WebCore::HiddenProperty::"
and "WebCore::HiddenReference::", depending on whether a given name represents a hidden property
or a hidden reference.
(WebCore):
(V8HiddenPropertyName):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110137
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
michaeln@google.com [Thu, 8 Mar 2012 03:33:17 +0000 (03:33 +0000)]
Unreviewed build fix
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110136
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tkent@chromium.org [Thu, 8 Mar 2012 03:31:25 +0000 (03:31 +0000)]
Add RenderBoxModelObject::marginWidth() and marginHeight()
https://bugs.webkit.org/show_bug.cgi?id=80556
Reviewed by Kentaro Hara.
They make some code shorter.
No behavior change.
* rendering/RenderBoxModelObject.h:
(WebCore::RenderBoxModelObject::marginHeight): Added.
(WebCore::RenderBoxModelObject::marginWidth): Added.
* inspector/DOMNodeHighlighter.cpp: Use marginHeight() and/or marginWidth().
* rendering/RenderBlock.h:
(WebCore::RenderBlock::FloatWithRect::FloatWithRect): ditto.
* rendering/RenderBlockLineLayout.cpp:
(WebCore::RenderBlock::checkFloatsInCleanLine): ditto.
* rendering/RenderBox.cpp:
(WebCore::RenderBox::repaintLayerRectsForImage): ditto.
* rendering/RenderDeprecatedFlexibleBox.cpp:
(WebCore::RenderDeprecatedFlexibleBox::layoutHorizontalBox): ditto.
(WebCore::RenderDeprecatedFlexibleBox::layoutVerticalBox): ditto.
* rendering/RenderFlexibleBox.cpp:
(WebCore::RenderFlexibleBox::crossAxisMarginExtentForChild): ditto.
(WebCore::RenderFlexibleBox::computeNextFlexLine): ditto.
* rendering/RenderInline.cpp:
(WebCore::RenderInline::culledInlineAbsoluteRects): ditto.
(WebCore::RenderInline::culledInlineAbsoluteQuads): ditto.
(WebCore::RenderInline::culledInlineBoundingBox): ditto.
* rendering/RenderScrollbar.cpp:
(WebCore::RenderScrollbar::trackPieceRectWithMargins): ditto.
* rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::computeLogicalHeight): ditto.
* rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::computeControlHeight): ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110135
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Thu, 8 Mar 2012 03:15:00 +0000 (03:15 +0000)]
The end atom of the marked block considered to filter invalid cells
https://bugs.webkit.org/show_bug.cgi?id=79191
Patch by Hojong Han <hojong.han@samsung.com> on 2012-03-07
Reviewed by Geoffrey Garen.
Register file could have stale pointers beyond the end atom of marked block.
Those pointers can weasel out of filtering in-middle-of-cell pointer.
* heap/MarkedBlock.h:
(JSC::MarkedBlock::isLiveCell):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110134
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
jberlin@webkit.org [Thu, 8 Mar 2012 03:10:08 +0000 (03:10 +0000)]
Clean Windows build fails after r110033
https://bugs.webkit.org/show_bug.cgi?id=80553
Rubber-stamped by Jon Honeycutt and Eric Seidel.
Source/JavaScriptCore:
* JavaScriptCore.vcproj/JavaScriptCore/copy-files.cmd:
Place the implementation files next to their header files in the wtf/text subdirectory.
Use echo -F to tell xcopy that these are files (since there is apparently no flag).
* JavaScriptCore.vcproj/jsc/jsc.vcproj:
Update the path to those implementation files.
* JavaScriptCore.vcproj/testRegExp/testRegExp.vcproj:
Ditto.
Source/ThirdParty:
* gtest/msvc/gtest-md.vcproj:
Add the new JavaScriptCore include directory to the include path.
Source/WebCore:
* WebCore.vcproj/WebCore.vcproj:
Update the expected location of the copied JSC WTF string implementation files.
Tools:
Add the new JavaScriptCore include directory to some more vsprops files.
* DumpRenderTree/win/ImageDiffCommon.vsprops:
* WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops:
* WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110133
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
yuqiang.xian@intel.com [Thu, 8 Mar 2012 03:08:36 +0000 (03:08 +0000)]
Eliminate redundant Phis in DFG
https://bugs.webkit.org/show_bug.cgi?id=80415
Reviewed by Filip Pizlo.
Although this may not have any advantage at current stage, this is towards
minimal SSA to make more high level optimizations (like bug 76770) easier.
We have the choices either to build minimal SSA from scratch or to
keep current simple Phi insertion mechanism and remove the redundancy
in another phase. Currently we choose the latter because the change
could be smaller.
* CMakeLists.txt:
* GNUmakefile.list.am:
* JavaScriptCore.xcodeproj/project.pbxproj:
* Target.pri:
* dfg/DFGDriver.cpp:
(JSC::DFG::compile):
* dfg/DFGGraph.cpp:
(JSC::DFG::Graph::dump):
* dfg/DFGRedundantPhiEliminationPhase.cpp: Added.
(DFG):
(RedundantPhiEliminationPhase):
(JSC::DFG::RedundantPhiEliminationPhase::RedundantPhiEliminationPhase):
(JSC::DFG::RedundantPhiEliminationPhase::run):
(JSC::DFG::RedundantPhiEliminationPhase::getRedundantReplacement):
(JSC::DFG::RedundantPhiEliminationPhase::replacePhiChild):
(JSC::DFG::RedundantPhiEliminationPhase::fixupPhis):
(JSC::DFG::RedundantPhiEliminationPhase::updateBlockVariableInformation):
(JSC::DFG::performRedundantPhiElimination):
* dfg/DFGRedundantPhiEliminationPhase.h: Added.
(DFG):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110132
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
michaeln@google.com [Thu, 8 Mar 2012 03:07:44 +0000 (03:07 +0000)]
[Chromium] Don't be so CRASH() happy in the bindings layer.
https://bugs.webkit.org/show_bug.cgi?id=75111
- change the v8 bindings generated code to check for the 'worker is terminating'
condition prior to committing a suicidal CRASH()
- fixup custom v8 bindings accordingly
- simplify bindings/generic/ActiveDOMCallback, there is no need for it to support
destruction on a different thread
Reviewed by David Levin.
No new tests, existing tests apply.
* bindings/generic/ActiveDOMCallback.cpp: Simplified in general.
(WebCore):
(WebCore::ActiveDOMCallback::ActiveDOMCallback):
(WebCore::ActiveDOMCallback::~ActiveDOMCallback):
(WebCore::ActiveDOMCallback::canInvokeCallback):
(WebCore::ActiveDOMCallback::isScriptControllerTerminating): New method to avoid CRASH()ing in exceptional conditions in v8 bindings.
* bindings/generic/ActiveDOMCallback.h: Derive from ContextDestructionObserver.
* bindings/js/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::scheduleExecutionTermination): Use a mutex to provide a memory barrier.
(WebCore::WorkerScriptController::isExecutionTerminating): New supporting method to avoid CRASH()ing in exceptional conditions.
* bindings/js/WorkerScriptController.h:
(WorkerScriptController):
* bindings/scripts/CodeGeneratorV8.pm: Generates v8 bindding code that uses isScriptControllerTerminating to avoid CRASH()ing.
(GenerateCallbackImplementation):
* bindings/scripts/test/V8/V8TestCallback.cpp: Fixup expected outputs of the modified CodeGeneratorV8.pm script.
(WebCore::V8TestCallback::callbackWithClass1Param):
(WebCore::V8TestCallback::callbackWithClass2Param):
(WebCore::V8TestCallback::callbackWithStringList):
* bindings/v8/WorkerScriptController.cpp:
(WebCore::WorkerScriptController::WorkerScriptController): Initialize a new data member.
(WebCore::WorkerScriptController::scheduleExecutionTermination): Use a mutex to provide a memory barrier.
(WebCore::WorkerScriptController::isExecutionTerminating): New supporting method to avoid CRASH()ing in exceptional conditions.
* bindings/v8/WorkerScriptController.h: Add a pair of new data members, bool + mutex.
(WorkerScriptController):
* bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp:
(WebCore::V8SQLStatementErrorCallback::handleEvent):
* bindings/v8/custom/V8MutationCallbackCustom.cpp:
(WebCore::V8MutationCallback::handleEvent):
* dom/ScriptExecutionContext.cpp:
(WebCore::ScriptExecutionContext::ScriptExecutionContext): Initilaize data members.
(WebCore::ScriptExecutionContext::stopActiveDOMObjects): Set m_activeDOMObjectsAreStopped.
* dom/ScriptExecutionContext.h: Add m_activeDOMObjectsAreStopped data member.
(WebCore::ScriptExecutionContext::activeDOMObjectsAreStopped): Simple getter.
(ScriptExecutionContext):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110131
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
tkent@chromium.org [Thu, 8 Mar 2012 03:02:40 +0000 (03:02 +0000)]
Remove meaningless code in RenderTextControlSingleLine::preferredContentWidth()
https://bugs.webkit.org/show_bug.cgi?id=80493
Reviewed by Hajime Morita.
Source/WebCore:
preferredContentWidth() added border+padding widths of the search result
button, search cancel button, and speech input button. It makes no sense
to make the intrinsic width wider by only their border+padding width,
not their content width.
The default borders and paddings of these buttons are 0 in all
platforms, and adding border or padding to these elements by page
authors made unreasonable behavior. So we had better remove this
code.
Tests: fast/forms/search/intrinsic-search-width-with-decoration-border-padding.html
fast/speech/intrinsic-input-width-with-speech-border-padding.html
* rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::preferredContentWidth):
Remove the meaningless code.
* rendering/RenderTextControlSingleLine.h:
(RenderTextControlSingleLine): Remove speechButtonElement(). It's unnecessary.
Source/WebKit/chromium:
* src/WebInputElement.cpp:
RenderTextControlSingleLine::speechButtonElement() is removed. The
following functions get it from HTMLInputElement.
(WebKit::WebInputElement::getSpeechInputState):
(WebKit::WebInputElement::startSpeechInput):
(WebKit::WebInputElement::stopSpeechInput):
LayoutTests:
Add tests to confirm that borders and paddings for decoration elements
don't affect intrinsic width of <input> elements.
* fast/forms/search/intrinsic-search-width-with-decoration-border-padding-expected.txt: Added.
* fast/forms/search/intrinsic-search-width-with-decoration-border-padding.html: Added.
* fast/speech/intrinsic-input-width-with-speech-border-padding-expected.txt: Added.
* fast/speech/intrinsic-input-width-with-speech-border-padding.html: Added.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110130
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ukai@chromium.org [Thu, 8 Mar 2012 02:50:39 +0000 (02:50 +0000)]
Unreviewed, rolling out r110126.
http://trac.webkit.org/changeset/110126
https://bugs.webkit.org/show_bug.cgi?id=80558
compile failed on AppleMac (Requested by ukai on #webkit).
Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-03-07
Source/WebCore:
* WebCore.exp.in:
* css/CSSCalculationValue.cpp:
* css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
* css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
* css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
* css/CSSStyleSelector.h:
* platform/CalculationValue.cpp:
* platform/CalculationValue.h:
* platform/Length.cpp:
(WebCore::newLengthArray):
* platform/Length.h:
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(Length):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
LayoutTests:
* css3/calc/margin-expected.txt:
* css3/calc/padding-expected.txt:
* css3/calc/simple-calcs-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110129
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
caio.oliveira@openbossa.org [Thu, 8 Mar 2012 02:22:05 +0000 (02:22 +0000)]
Make Node::dumpStatistics() work again
https://bugs.webkit.org/show_bug.cgi?id=80327
Reviewed by Ryosuke Niwa.
Update the code in dumpStatistics() to the latest attribute storage changes. Also
move the DUMP_NODE_STATISTICS define here from the Node.cpp, since its also used
by Document.h.
* dom/Node.cpp:
(WebCore::Node::dumpStatistics): Use more self-describing variable names.
* dom/Node.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110128
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mhahnenberg@apple.com [Thu, 8 Mar 2012 02:14:38 +0000 (02:14 +0000)]
Refactor recompileAllJSFunctions() to be less expensive
https://bugs.webkit.org/show_bug.cgi?id=80330
Reviewed by Geoffrey Garen.
This change is performance neutral on the JS benchmarks we track. It's mostly to improve page
load performance, which currently does at least a couple full GCs per navigation.
* heap/Heap.cpp:
(JSC::Heap::discardAllCompiledCode): Rename recompileAllJSFunctions to discardAllCompiledCode
because the function doesn't actually recompile anything (and never did); it simply throws code
away for it to be recompiled later if we determine we should do so.
(JSC):
(JSC::Heap::collectAllGarbage):
(JSC::Heap::addFunctionExecutable): Adds a newly created FunctionExecutable to the Heap's list.
(JSC::Heap::removeFunctionExecutable): Removes the specified FunctionExecutable from the Heap's list.
* heap/Heap.h:
(JSC):
(Heap):
* runtime/Executable.cpp: Added next and prev fields to FunctionExecutables so that they can
be used in DoublyLinkedLists.
(JSC::FunctionExecutable::FunctionExecutable):
(JSC::FunctionExecutable::finalize): Removes the FunctionExecutable from the Heap's list.
* runtime/Executable.h:
(FunctionExecutable):
(JSC::FunctionExecutable::create): Adds the FunctionExecutable to the Heap's list.
* runtime/JSGlobalData.cpp: Remove recompileAllJSFunctions, as it's the Heap's job to own and manage
the list of FunctionExecutables.
* runtime/JSGlobalData.h:
(JSGlobalData):
* runtime/JSGlobalObject.cpp:
(JSC::DynamicGlobalObjectScope::DynamicGlobalObjectScope): Use the new discardAllCompiledCode.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110127
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
mikelawther@chromium.org [Thu, 8 Mar 2012 02:12:26 +0000 (02:12 +0000)]
CSS3 calc: mixed absolute/percentages work for width, height, margin and padding
https://bugs.webkit.org/show_bug.cgi?id=79621
Reviewed by Andreas Kling.
Source/WebCore:
ApplyPropertyLength in CSSStyleApplyPropery now handles mixed absolute/percentage
length expressions. All property handlers using this template now work with
mixed expressions.
This patch adds a new expression evaluator in CalculationValue.cpp. This is because
Length.[cpp|h] (in platform) cannot refer to CSSCalculationValue.[cpp|h] (in css)
due to layering restrictions.
Lengths can be copied, and so the expressions are stored in a hashmap, and only their
ids are copied along with Length. The expressions are RefCounted, and will get
cleaned up when the last referring Length is destructed.
* WebCore.exp.in:
* css/CSSCalculationValue.cpp:
(WebCore::CSSCalcPrimitiveValue::toCalcValue):
(CSSCalcPrimitiveValue):
(WebCore::CSSCalcBinaryOperation::toCalcValue):
(CSSCalcBinaryOperation):
* css/CSSCalculationValue.h:
(WebCore):
(CSSCalcExpressionNode):
(CSSCalcValue):
(WebCore::CSSCalcValue::toCalcValue):
* css/CSSPrimitiveValue.cpp:
(WebCore::CSSPrimitiveValue::CSSPrimitiveValue):
* css/CSSStyleApplyProperty.cpp:
(WebCore::ApplyPropertyLength::applyValue):
* css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::collectMatchingRulesForList):
* css/CSSStyleSelector.h:
(CSSStyleSelector):
* platform/CalculationValue.cpp:
(WebCore::CalcExpressionBinaryOperation::evaluate):
(WebCore):
(WebCore::CalculationValue::create):
(WebCore::CalculationValue::evaluate):
* platform/CalculationValue.h:
(CalcExpressionNode):
(WebCore::CalcExpressionNode::~CalcExpressionNode):
(WebCore):
(CalculationValue):
(WebCore::CalculationValue::CalculationValue):
(CalcExpressionNumber):
(WebCore::CalcExpressionNumber::CalcExpressionNumber):
(WebCore::CalcExpressionNumber::evaluate):
(CalcExpressionLength):
(WebCore::CalcExpressionLength::CalcExpressionLength):
(WebCore::CalcExpressionLength::evaluate):
(CalcExpressionBinaryOperation):
(WebCore::CalcExpressionBinaryOperation::CalcExpressionBinaryOperation):
* platform/Length.cpp:
(WebCore):
(WebCore::Length::~Length):
(CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::CalculationValueHandleMap):
(WebCore::CalculationValueHandleMap::insert):
(WebCore::CalculationValueHandleMap::remove):
(WebCore::CalculationValueHandleMap::get):
(WebCore::calcHandles):
(WebCore::Length::Length):
(WebCore::Length::calculationValue):
(WebCore::Length::calculatedValue):
(WebCore::Length::calculatedMinValue):
(WebCore::Length::calculatedFloatValue):
(WebCore::Length::incrementCalculatedRef):
(WebCore::Length::decrementCalculatedRef):
(WebCore::Length::nonNanCalculatedValue):
* platform/Length.h:
(Length):
(WebCore::Length::Length):
(WebCore::Length::operator=):
(WebCore::Length::operator*=):
(WebCore::Length::value):
(WebCore::Length::setValue):
(WebCore::Length::calcValue):
(WebCore::Length::calcMinValue):
(WebCore::Length::calcFloatValue):
(WebCore::Length::isZero):
(WebCore::Length::isPositive):
(WebCore::Length::isNegative):
(WebCore::Length::isPercent):
(WebCore::Length::isSpecified):
(WebCore::Length::isCalculated):
(WebCore::Length::initFromLength):
(WebCore::Length::calculationHandle):
LayoutTests:
* css3/calc/margin-expected.txt:
* css3/calc/padding-expected.txt:
* css3/calc/simple-calcs-expected.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110126
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Thu, 8 Mar 2012 01:45:45 +0000 (01:45 +0000)]
[chromium] Unreviewed gardening.
(Leopard, you will be the death of me.)
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110124
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Thu, 8 Mar 2012 01:22:40 +0000 (01:22 +0000)]
Yet another around of straightforward Chromium Lion rebaselines.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110123
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
oliver@apple.com [Thu, 8 Mar 2012 01:07:34 +0000 (01:07 +0000)]
Further harden 64-bit JIT
https://bugs.webkit.org/show_bug.cgi?id=80457
Reviewed by Filip Pizlo.
This patch implements blinding for ImmPtr. Rather than xor based blinding
we perform randomised pointer rotations in order to avoid the significant
cost in executable memory that would otherwise be necessary (and to avoid
the need for an additional scratch register in some cases).
As with the prior blinding patch there's a moderate amount of noise as we
correct the use of ImmPtr vs. TrustedImmPtr.
* assembler/AbstractMacroAssembler.h:
(ImmPtr):
(JSC::AbstractMacroAssembler::ImmPtr::asTrustedImmPtr):
* assembler/MacroAssembler.h:
(MacroAssembler):
(JSC::MacroAssembler::storePtr):
(JSC::MacroAssembler::branchPtr):
(JSC::MacroAssembler::shouldBlind):
(JSC::MacroAssembler::RotatedImmPtr::RotatedImmPtr):
(RotatedImmPtr):
(JSC::MacroAssembler::rotationBlindConstant):
(JSC::MacroAssembler::loadRotationBlindedConstant):
(JSC::MacroAssembler::convertInt32ToDouble):
(JSC::MacroAssembler::move):
(JSC::MacroAssembler::poke):
* assembler/MacroAssemblerARMv7.h:
(JSC::MacroAssemblerARMv7::storeDouble):
(JSC::MacroAssemblerARMv7::branchAdd32):
* assembler/MacroAssemblerX86_64.h:
(MacroAssemblerX86_64):
(JSC::MacroAssemblerX86_64::rotateRightPtr):
(JSC::MacroAssemblerX86_64::xorPtr):
* assembler/X86Assembler.h:
(X86Assembler):
(JSC::X86Assembler::xorq_rm):
(JSC::X86Assembler::rorq_i8r):
* dfg/DFGCCallHelpers.h:
(CCallHelpers):
(JSC::DFG::CCallHelpers::setupArgumentsWithExecState):
* dfg/DFGOSRExitCompiler32_64.cpp:
(JSC::DFG::OSRExitCompiler::compileExit):
* dfg/DFGOSRExitCompiler64.cpp:
(JSC::DFG::OSRExitCompiler::compileExit):
* dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::createOSREntries):
* dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::silentFillGPR):
(JSC::DFG::SpeculativeJIT::callOperation):
(JSC::DFG::SpeculativeJIT::emitEdgeCode):
* dfg/DFGSpeculativeJIT32_64.cpp:
(JSC::DFG::SpeculativeJIT::compile):
* dfg/DFGSpeculativeJIT64.cpp:
(JSC::DFG::SpeculativeJIT::fillInteger):
(JSC::DFG::SpeculativeJIT::fillDouble):
(JSC::DFG::SpeculativeJIT::fillJSValue):
(JSC::DFG::SpeculativeJIT::emitCall):
(JSC::DFG::SpeculativeJIT::compileObjectEquality):
(JSC::DFG::SpeculativeJIT::compileLogicalNot):
(JSC::DFG::SpeculativeJIT::emitBranch):
* jit/JIT.cpp:
(JSC::JIT::emitOptimizationCheck):
* jit/JITArithmetic32_64.cpp:
(JSC::JIT::emitSlow_op_post_inc):
* jit/JITInlineMethods.h:
(JSC::JIT::emitValueProfilingSite):
(JSC::JIT::emitGetVirtualRegister):
* jit/JITOpcodes.cpp:
(JSC::JIT::emit_op_mov):
(JSC::JIT::emit_op_new_object):
(JSC::JIT::emit_op_strcat):
(JSC::JIT::emit_op_ensure_property_exists):
(JSC::JIT::emit_op_resolve_skip):
(JSC::JIT::emitSlow_op_resolve_global):
(JSC::JIT::emit_op_resolve_with_base):
(JSC::JIT::emit_op_resolve_with_this):
(JSC::JIT::emit_op_jmp_scopes):
(JSC::JIT::emit_op_switch_imm):
(JSC::JIT::emit_op_switch_char):
(JSC::JIT::emit_op_switch_string):
(JSC::JIT::emit_op_throw_reference_error):
(JSC::JIT::emit_op_debug):
(JSC::JIT::emitSlow_op_resolve_global_dynamic):
(JSC::JIT::emit_op_new_array):
(JSC::JIT::emitSlow_op_new_array):
(JSC::JIT::emit_op_new_array_buffer):
* jit/JITOpcodes32_64.cpp:
(JSC::JIT::emit_op_new_object):
(JSC::JIT::emit_op_strcat):
(JSC::JIT::emit_op_ensure_property_exists):
(JSC::JIT::emit_op_resolve_skip):
(JSC::JIT::emitSlow_op_resolve_global):
(JSC::JIT::emit_op_resolve_with_base):
(JSC::JIT::emit_op_resolve_with_this):
(JSC::JIT::emit_op_jmp_scopes):
(JSC::JIT::emit_op_switch_imm):
(JSC::JIT::emit_op_switch_char):
(JSC::JIT::emit_op_switch_string):
* jit/JITPropertyAccess32_64.cpp:
(JSC::JIT::emit_op_put_by_index):
* jit/JITStubCall.h:
(JITStubCall):
(JSC::JITStubCall::addArgument):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110122
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Thu, 8 Mar 2012 00:20:20 +0000 (00:20 +0000)]
Another round of straightforward Chromium Lion rebaselines.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110121
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
eae@chromium.org [Thu, 8 Mar 2012 00:00:10 +0000 (00:00 +0000)]
Change remaining scroll methods to integers
https://bugs.webkit.org/show_bug.cgi?id=80539
Reviewed by Eric Seidel.
No new tests, no new functionality.
* rendering/RenderLayer.cpp:
(WebCore::RenderLayer::scrollByRecursively):
(WebCore::RenderLayer::scrollToOffset):
(WebCore::RenderLayer::scrollRectToVisible):
(WebCore::RenderLayer::scrollToXOffset):
(WebCore::RenderLayer::scrollToYOffset):
Change scrollTo methods to take integer x and y values as the actual
scrolling is done in increments of full pixels.
(WebCore::cornerStart):
(WebCore::RenderLayer::scrollWidth):
(WebCore::RenderLayer::scrollHeight):
Change scrollWidth/Height to return pixel snapped values and remove
pixelSnapped versions of same as all callers either used snapped the
values or used the pixelSnapped versions of these methods.
* rendering/RenderListBox.cpp:
(WebCore::RenderListBox::scrollWidth):
Change scrollWidth to return snapped client width.
* rendering/RenderListBox.h:
Change scrollSize, scrollPosition and setScrollOffset methods to use
integers in accordance with the interface defined by ScrollableArea.
* rendering/RenderTreeAsText.cpp:
(WebCore::write):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110120
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
caio.oliveira@openbossa.org [Wed, 7 Mar 2012 23:57:40 +0000 (23:57 +0000)]
Implement getAttributeNode() in terms of ElementAttributeData instead of NamedNodeMap
https://bugs.webkit.org/show_bug.cgi?id=80541
Reviewed by Ryosuke Niwa.
DOM methods exposed in Element and NamedNodeMap are now implemented in terms of
ElementAttributeData. The difference between them is that Element methods can early
return if there's no attribute storage.
* dom/Element.cpp:
(WebCore::Element::getAttributeNode):
Removed the manual lowercasing letting our existing mechanism in
ElementAttributeData::getAttributeItemIndex() take care of it. I considered that
this could be an optimization, but testing a few Dromaeo tests (dom-attr,
jslib-attr-jquery, jslib-attr-prototype) the difference isn't significant. It
shouldn't affect correctness either.
(WebCore::Element::getAttributeNodeNS):
* dom/ElementAttributeData.cpp:
* dom/ElementAttributeData.h:
(ElementAttributeData):
(WebCore::ElementAttributeData::getAttributeNode):
(WebCore):
* dom/NamedNodeMap.cpp:
(WebCore::NamedNodeMap::getNamedItem):
(WebCore::NamedNodeMap::getNamedItemNS):
* dom/NamedNodeMap.h:
(NamedNodeMap):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110119
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 23:55:39 +0000 (23:55 +0000)]
[chromium] Support printing WebGL content in threaded compositor
https://bugs.webkit.org/show_bug.cgi?id=80464
Patch by James Robinson <jamesr@chromium.org> on 2012-03-07
Reviewed by Kenneth Russell.
Do the readback on the WebGL context instead of the compositor's context since we cannot use the latter from the
main thread. Since we're on the WebGL context, we have to be careful to restore any state we change.
Tested printing manually with threaded compositing enabled.
* platform/graphics/chromium/WebGLLayerChromium.cpp:
(WebCore::WebGLLayerChromium::paintRenderedResultsToCanvas):
* platform/graphics/chromium/WebGLLayerChromium.h:
(WebGLLayerChromium):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110118
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Wed, 7 Mar 2012 23:34:28 +0000 (23:34 +0000)]
[Chromium] Unreviewed gardening.
Another attempt to green up the Mac canaries.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110117
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 23:31:02 +0000 (23:31 +0000)]
<webkit.org/b/80510> Web Inspector crash (iCab)
Patch by Joseph Pecoraro <pecoraro@apple.com> on 2012-03-07
Reviewed by Timothy Hatcher.
* WebCoreSupport/WebInspectorClient.mm:
(WebInspectorClient::didResizeMainFrame):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110116
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 23:21:02 +0000 (23:21 +0000)]
[NRWT] Fix --platform=qt-5.0 --new-baseline combo
https://bugs.webkit.org/show_bug.cgi?id=72489
Patch by Rafael Brandao <rafael.lobo@openbossa.org> on 2012-03-07
Reviewed by Dirk Pranke.
NRWT: The default platform name for Qt combined with --webkit-test-runner is now
"qt-5.0-wk2" instead of "qt-linux" and that name is now prefered for tests.
--platform will override the platform name and then we'll use it.
ORWT: We check for qt version and use platform name "qt-4.8" if the version is lower
than 5.0.0, and then we choose between "qt-5.0-wk1" and "qt-5.0-wk2". --platform will
override it in the end.
* Scripts/old-run-webkit-tests:
* Scripts/webkitpy/layout_tests/port/qt.py:
(QtPort):
(QtPort.determine_full_port_name):
(QtPort.baseline_search_path):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110115
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
abarth@webkit.org [Wed, 7 Mar 2012 23:13:27 +0000 (23:13 +0000)]
Remove #define private public from WebCache.cpp
https://bugs.webkit.org/show_bug.cgi?id=80520
Reviewed by Eric Seidel.
Source/WebCore:
Add some accessors for state used by WebCache.cpp.
* loader/cache/MemoryCache.h:
(WebCore::MemoryCache::minDeadCapacity):
(WebCore::MemoryCache::maxDeadCapacity):
(WebCore::MemoryCache::capacity):
(WebCore::MemoryCache::liveSize):
(WebCore::MemoryCache::deadSize):
(MemoryCache):
Source/WebKit/chromium:
This patch removes a hack we added long ago when Chromium used a forked
copy of WebKit and editing WebCore caused merge pain. Now that we're
on trunk, we can unwind this hack.
* src/WebCache.cpp:
(WebKit::WebCache::getUsageStats):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110114
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 23:01:49 +0000 (23:01 +0000)]
[Qt][WK2] MiniBrowser on desktop does not react to click events
https://bugs.webkit.org/show_bug.cgi?id=80314
Patch by Hugo Parente Lima <hugo.lima@openbossa.org> on 2012-03-07
Reviewed by Kenneth Rohde Christiansen.
Do not enable touch mocking on desktop mode.
* MiniBrowser/qt/MiniBrowserApplication.cpp:
(MiniBrowserApplication::handleUserOptions):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110113
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Wed, 7 Mar 2012 23:01:20 +0000 (23:01 +0000)]
Another round of straightforward Chromium Lion rebaselines.
* editing/execCommand/format-block-with-trailing-br-expected.txt: Renamed from LayoutTests/platform/gtk/editing/execCommand/format-block-with-trailing-br-expected.txt.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-height-013-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-height-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-014-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-height-015-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-height-016-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-016-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-003-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-006-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-007-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-non-replaced-width-008-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/block-non-replaced-width-008-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-height-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-height-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-height-007-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/block-replaced-width-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/block-replaced-width-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/dynamic-top-change-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/dynamic-top-change-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/dynamic-top-change-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/dynamic-top-change-002-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/dynamic-top-change-003-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/dynamic-top-change-003-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/dynamic-top-change-004-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/dynamic-top-change-004-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/empty-inline-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/empty-inline-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/empty-inline-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/empty-inline-002-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/empty-inline-003-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/empty-inline-003-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-003-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-006-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-006-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-007-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-007-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-008-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-008-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-009-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-009-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-010-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-010-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-011-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-011-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-non-replaced-width-012-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-012-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-height-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-height-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-height-007-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/float-replaced-width-006-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/height-width-inline-table-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/height-width-inline-table-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/height-width-table-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/height-width-table-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-width-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-003-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-non-replaced-width-004-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-004-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-height-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-height-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-height-007-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-block-replaced-width-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-non-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-non-replaced-height-003-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-height-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-height-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-height-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-height-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-height-007-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-width-011-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-width-012-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-width-013-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-width-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/inline-replaced-width-014-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/inline-replaced-width-015-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-002-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-002-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-003-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-004-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-004-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-005-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-005-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-006-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-006-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-007-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-007-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-008-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-008-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-009-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-009-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-010-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-010-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-012-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-012-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-013-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-013-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-014-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-014-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/margin-applies-to-015-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/margin-applies-to-015-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-elements-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/replaced-elements-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-intrinsic-001-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-intrinsic-002-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-intrinsic-003-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-003-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-intrinsic-004-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-intrinsic-005-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/
20110323/replaced-min-max-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/replaced-min-max-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/table-caption-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/table-caption-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/table-caption-horizontal-alignment-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/table-caption-horizontal-alignment-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/table-caption-margins-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/table-caption-margins-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/table-caption-optional-001-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/table-caption-optional-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/table-caption-optional-002-expected.png: Renamed from LayoutTests/platform/chromium/css2.1/
20110323/table-caption-optional-002-expected.png.
* platform/chromium-mac-snowleopard/css2.1/
20110323/width-non-replaced-inline-001-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/
20110323/width-non-replaced-inline-001-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t010403-shand-border-00-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-01-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t010403-shand-font-02-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t010403-shand-font-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t010403-shand-font-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040102-keywords-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040102-keywords-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040102-keywords-01-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t040103-case-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-case-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-case-01-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-case-01-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-02-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-02-d-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-05-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-05-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-06-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-07-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-escapes-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-escapes-08-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-00-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-00-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-01-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-01-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-02-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-02-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-03-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-04-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-04-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-05-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-05-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-06-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-06-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-07-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-07-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-08-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-08-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-09-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-09-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-10-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-10-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-11-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-11-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-12-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-12-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040103-ident-13-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040103-ident-13-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atkeyw-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atkeyw-02-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atrule-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atrule-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atrule-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-02-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atrule-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-atrule-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-atrule-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-import-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-import-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040105-import-10-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040105-import-10-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t040109-c17-comments-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t040109-c17-comments-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-01-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5521-brdr-l-02-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5522-brdr-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0805-c5522-ibrdr-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-00-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-00-d-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-02-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-03-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-04-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-fit-00-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-fit-00-d-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-fit-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-00-e-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltblck-01-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltcont-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltmult-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-02-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-05-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-05-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-06-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-07-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-08-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1001-abs-pos-cb-09-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1001-abs-pos-cb-09-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1002-c5523-width-02-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1004-c5524-width-00-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1004-c5524-width-00-b-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-01-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-02-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1008-c44-ln-box-03-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-01-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-02-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-04-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-05-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-06-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counter-07-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-08-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-09-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-11-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-12-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-13-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-14-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-15-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counter-16-f-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-01-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-02-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-03-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-04-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-05-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-06-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1202-counters-07-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-11-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-12-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-13-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-14-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-15-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-16-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-17-d-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1202-counters-18-f-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-implied-00-b-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-implied-01-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-implied-02-d-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-multiple-00-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-multiple-01-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-order-00-c-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-order-01-d-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1204-root-e-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1205-c561-list-displ-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c561-list-displ-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1205-c563-list-type-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c563-list-type-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1205-c564-list-img-00-b-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1205-c565-list-pos-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1401-c531-color-00-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1401-c531-color-00-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1402-c45-bg-canvas-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1503-c522-font-family-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1503-c522-font-family-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1504-c523-font-style-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1504-c523-font-style-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1504-c543-txt-decor-00-d-g-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1505-c524-font-var-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1505-c524-font-var-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1506-c525-font-wt-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-02-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1507-c526-font-sz-03-f-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-00-b-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css2.1/t1508-c527-font-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-01-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-01-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-02-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-02-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-04-b-expected.png: Renamed from LayoutTests/platform/chromium-mac-leopard/css2.1/t1508-c527-font-04-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-05-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-05-b-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-06-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-06-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-07-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-08-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-08-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-09-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1508-c527-font-10-c-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1508-c527-font-10-c-expected.txt: Added.
* platform/chromium-mac-snowleopard/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
* platform/chromium-mac-snowleopard/css2.1/t1601-c547-indent-01-d-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1601-c547-indent-01-d-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1602-c43-center-00-d-ag-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1602-c546-txt-align-00-b-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-00-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1604-c541-word-sp-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1604-c542-letter-sp-00-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1604-c542-letter-sp-01-b-a-expected.png: Copied from LayoutTests/platform/chromium-mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png.
* platform/chromium-mac-snowleopard/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/deleting/delete-trailing-ws-002-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/delete-ws-fixup-001-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/deleting/list-item-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/list-item-1-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-different-styles-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-different-styles-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-endOfParagraph-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-into-empty-block-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-no-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-no-br-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/merge-unrendered-space-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/move-nodes-001-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/deleting/pruning-after-merge-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/smart-delete-003-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/smart-delete-003-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/smart-delete-004-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/smart-delete-004-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/table-cells-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/table-cells-expected.png.
* platform/chromium-mac-snowleopard/editing/deleting/type-delete-after-quote-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/create-list-with-hr-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/find-after-replace-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/find-after-replace-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/findString-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/findString-2-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/findString-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/findString-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/format-block-with-trailing-br-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/indent-empty-root-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/indent-list-item-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-list-item-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/indent-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/indent-selection-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/insertImage-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/insertImage-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-indent-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/nsresponder-outdent-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/paste-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/paste-1-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/paste-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/paste-2-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/remove-list-from-range-selection-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png.
* platform/chromium-mac-snowleopard/editing/execCommand/remove-list-item-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4278698-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4278698-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4840662-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4840662-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4875189-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4875189-1-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4875189-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4875189-2-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4959067-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4959067-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4960120-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4960120-1-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
4960120-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
4960120-2-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5002441-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5002441-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5058163-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5058163-1-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5058163-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5058163-2-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5156401-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5156401-2-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5510537-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5510537-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5549929-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5549929-2-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
5549929-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
5549929-3-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/
6703873-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/
6703873-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/inserting/editable-html-element-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/editable-html-element-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/editable-inline-element-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/editable-inline-element-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/edited-whitespace-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-01-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-at-end-02-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-004-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-005-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-007-expected.png: Removed.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-009-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-009-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-001-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-002-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-003-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-004-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png.
* platform/chromium-mac-snowleopard/editing/inserting/insert-br-quoted-005-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
3976872-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
3976872-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4076267-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4076267-2-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4076267-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4076267-3-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4076267-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4076267-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4631972-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4631972-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4641033-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4641033-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4806874-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4944770-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4944770-2-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4947130-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4947130-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
4989774-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
4989774-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5006779-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5006779-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5032095-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5032095-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5071074-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5071074-2-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5071074-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5071074-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5075944-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5075944-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5134759-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5134759-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5156401-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5156401-1-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5247341-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5247341-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5387578-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5387578-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5478250-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5478250-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/
5601583-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/
5601583-1-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/7955-expected.png: Added.
* platform/chromium-mac-snowleopard/editing/pasteboard/8145-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/8145-1-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/8145-3-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/8145-3-expected.png.
* platform/chromium-mac-snowleopard/editing/pasteboard/bad-placeholder-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/14971-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/14971-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
3690703-2-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/selection/
3690703-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/selection/
3690719-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/selection/
4397952-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4397952-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4402375-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4402375-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4776665-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4776665-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4818145-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4818145-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4866671-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4866671-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4889598-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4889598-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4895428-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/
4895428-2-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/
4895428-3-expected.txt: Added.
* platform/chromium-mac-snowleopard/editing/selection/6476-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/6476-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/7152-1-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/7152-1-expected.png.
* platform/chromium-mac-snowleopard/editing/selection/7152-2-expected.png: Copied from LayoutTests/platform/chromium-mac/editing/selection/7152-2-expected.png.
* platform/chromium-mac-snowleopard/http/tests/loading/simple-subframe-expected.png: Copied from LayoutTests/platform/chromium-mac/http/tests/loading/simple-subframe-expected.png.
* platform/chromium-mac-snowleopard/http/tests/local/file-url-sent-as-referer-expected.png: Copied from LayoutTests/platform/chromium-mac/http/tests/local/file-url-sent-as-referer-expected.png.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-013-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-014-expected.png:
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-015-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-height-016-expected.png:
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-006-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-007-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-non-replaced-width-008-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-height-007-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/block-replaced-width-001-expected.png:
* platform/chromium-mac/css2.1/
20110323/block-replaced-width-006-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/dynamic-top-change-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/dynamic-top-change-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/dynamic-top-change-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/dynamic-top-change-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/empty-inline-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/empty-inline-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/empty-inline-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-006-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-007-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-008-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-009-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-010-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-011-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-non-replaced-width-012-expected.png:
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-height-007-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-006-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/float-replaced-width-011-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/height-width-inline-table-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/height-width-table-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-003-expected.png:
* platform/chromium-mac/css2.1/
20110323/inline-block-non-replaced-width-004-expected.png:
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-height-007-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-block-replaced-width-006-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-non-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-non-replaced-height-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-non-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-non-replaced-width-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-003-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-height-007-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-006-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-011-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-012-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-013-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-014-expected.png:
* platform/chromium-mac/css2.1/
20110323/inline-replaced-width-015-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-001-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-002-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-003-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-004-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-005-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-006-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-007-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-008-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-009-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-010-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-012-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-013-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-014-expected.png:
* platform/chromium-mac/css2.1/
20110323/margin-applies-to-015-expected.png:
* platform/chromium-mac/css2.1/
20110323/replaced-elements-001-expected.png:
* platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-003-expected.png:
* platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-004-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/replaced-intrinsic-005-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/replaced-min-max-001-expected.png:
* platform/chromium-mac/css2.1/
20110323/table-caption-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/table-caption-horizontal-alignment-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/table-caption-margins-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/table-caption-optional-001-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/table-caption-optional-002-expected.png: Added.
* platform/chromium-mac/css2.1/
20110323/width-non-replaced-inline-001-expected.png:
* platform/chromium-mac/css2.1/
20110323/width-replaced-element-001-expected.png: Added.
* platform/chromium-mac/css2.1/t010403-shand-border-00-c-expected.png: Added.
* platform/chromium-mac/css2.1/t010403-shand-font-00-b-expected.png: Added.
* platform/chromium-mac/css2.1/t010403-shand-font-01-b-expected.png: Added.
* platform/chromium-mac/css2.1/t010403-shand-font-02-b-expected.png:
* platform/chromium-mac/css2.1/t010403-shand-font-03-b-expected.png:
* platform/chromium-mac/css2.1/t040102-keywords-00-b-expected.png:
* platform/chromium-mac/css2.1/t040102-keywords-01-b-expected.png: Added.
* platform/chromium-mac/css2.1/t040103-case-00-b-expected.png:
* platform/chromium-mac/css2.1/t040103-case-01-c-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-00-b-expected.png: Added.
* platform/chromium-mac/css2.1/t040103-escapes-01-b-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-02-d-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-03-b-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-04-b-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-05-c-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-06-b-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-07-b-expected.png:
* platform/chromium-mac/css2.1/t040103-escapes-08-b-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-00-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-01-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-02-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-03-c-expected.png: Added.
* platform/chromium-mac/css2.1/t040103-ident-04-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-05-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-06-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-07-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-08-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-09-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-10-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-11-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-12-c-expected.png:
* platform/chromium-mac/css2.1/t040103-ident-13-c-expected.png:
* platform/chromium-mac/css2.1/t040105-atkeyw-00-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atkeyw-01-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atkeyw-02-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atrule-00-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atrule-01-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atrule-02-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atrule-03-b-expected.png:
* platform/chromium-mac/css2.1/t040105-atrule-04-b-expected.png:
* platform/chromium-mac/css2.1/t040105-import-00-b-expected.png:
* platform/chromium-mac/css2.1/t040105-import-01-b-expected.png:
* platform/chromium-mac/css2.1/t040105-import-10-b-expected.png:
* platform/chromium-mac/css2.1/t040109-c17-comments-00-b-expected.png:
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-01-e-expected.png:
* platform/chromium-mac/css2.1/t0805-c5521-brdr-l-02-e-expected.png:
* platform/chromium-mac/css2.1/t0805-c5521-ibrdr-l-00-a-expected.png:
* platform/chromium-mac/css2.1/t0805-c5522-brdr-00-b-expected.png:
* platform/chromium-mac/css2.1/t0805-c5522-brdr-01-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5522-brdr-02-e-expected.png: Added.
* platform/chromium-mac/css2.1/t0805-c5522-ibrdr-00-a-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-00-d-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-01-d-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c414-flt-02-c-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-03-c-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-04-c-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-00-d-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-fit-01-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-wrap-00-e-expected.png:
* platform/chromium-mac/css2.1/t0905-c414-flt-wrap-01-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-00-d-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltblck-01-d-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltclr-00-c-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltcont-00-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-flthw-00-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltinln-00-c-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltmrgn-00-c-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5525-fltmult-00-d-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-00-c-g-expected.png:
* platform/chromium-mac/css2.1/t0905-c5525-fltwidth-03-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5526-fltclr-00-c-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t0905-c5526-flthw-00-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-01-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-02-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-03-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-04-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-05-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-06-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-07-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-08-b-expected.png:
* platform/chromium-mac/css2.1/t1001-abs-pos-cb-09-b-expected.png:
* platform/chromium-mac/css2.1/t1002-c5523-width-00-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1002-c5523-width-01-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1002-c5523-width-02-b-g-expected.png:
* platform/chromium-mac/css2.1/t1004-c43-rpl-bbx-00-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1004-c43-rpl-ibx-00-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1004-c5524-width-00-b-g-expected.png:
* platform/chromium-mac/css2.1/t1005-c5524-width-00-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1005-c5524-width-01-b-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1008-c44-ln-box-00-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1008-c44-ln-box-01-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1008-c44-ln-box-02-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1008-c44-ln-box-03-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-00-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-01-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-02-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-03-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-04-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-05-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-06-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-07-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counter-08-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-09-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-11-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-12-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-13-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-14-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-15-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counter-16-f-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-00-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-01-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-02-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-03-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counters-04-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counters-05-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-06-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-07-b-expected.png:
* platform/chromium-mac/css2.1/t1202-counters-08-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-09-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-11-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-12-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-13-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-14-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-15-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-16-c-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-17-d-expected.png: Added.
* platform/chromium-mac/css2.1/t1202-counters-18-f-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-implied-00-b-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-implied-01-c-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-implied-02-d-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-multiple-00-c-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-multiple-01-c-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-order-00-c-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-order-01-d-expected.png: Added.
* platform/chromium-mac/css2.1/t1204-root-e-expected.png: Added.
* platform/chromium-mac/css2.1/t1205-c561-list-displ-00-b-expected.png:
* platform/chromium-mac/css2.1/t1205-c563-list-type-00-b-expected.png:
* platform/chromium-mac/css2.1/t1205-c563-list-type-01-b-expected.png:
* platform/chromium-mac/css2.1/t1205-c564-list-img-00-b-g-expected.png:
* platform/chromium-mac/css2.1/t1205-c565-list-pos-00-b-expected.png:
* platform/chromium-mac/css2.1/t1205-c566-list-stl-00-e-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t1205-c566-list-stl-01-c-g-expected.png: Added.
* platform/chromium-mac/css2.1/t1401-c531-color-00-a-expected.png:
* platform/chromium-mac/css2.1/t1402-c45-bg-canvas-00-b-expected.png:
* platform/chromium-mac/css2.1/t1503-c522-font-family-00-b-expected.png:
* platform/chromium-mac/css2.1/t1504-c523-font-style-00-b-expected.png:
* platform/chromium-mac/css2.1/t1504-c543-txt-decor-00-d-g-expected.png:
* platform/chromium-mac/css2.1/t1505-c524-font-var-00-b-expected.png:
* platform/chromium-mac/css2.1/t1506-c525-font-wt-00-b-expected.png:
* platform/chromium-mac/css2.1/t1507-c526-font-sz-00-b-expected.png:
* platform/chromium-mac/css2.1/t1507-c526-font-sz-01-b-a-expected.png:
* platform/chromium-mac/css2.1/t1507-c526-font-sz-02-b-a-expected.png:
* platform/chromium-mac/css2.1/t1507-c526-font-sz-03-f-a-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-00-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-01-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-02-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-04-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-05-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-06-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-07-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-08-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-09-b-expected.png:
* platform/chromium-mac/css2.1/t1508-c527-font-10-c-expected.png:
* platform/chromium-mac/css2.1/t1601-c547-indent-00-b-a-expected.png: Added.
* platform/chromium-mac/css2.1/t1601-c547-indent-01-d-expected.png:
* platform/chromium-mac/css2.1/t1602-c43-center-00-d-ag-expected.png:
* platform/chromium-mac/css2.1/t1602-c546-txt-align-00-b-expected.png:
* platform/chromium-mac/css2.1/t1604-c541-word-sp-00-b-a-expected.png:
* platform/chromium-mac/css2.1/t1604-c541-word-sp-01-b-a-expected.png:
* platform/chromium-mac/css2.1/t1604-c542-letter-sp-00-b-a-expected.png:
* platform/chromium-mac/css2.1/t1604-c542-letter-sp-01-b-a-expected.png:
* platform/chromium-mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.png: Added.
* platform/chromium-mac/css2.1/t1605-c545-txttrans-00-b-ag-expected.txt: Added.
* platform/chromium-mac/css2.1/t1606-c562-white-sp-00-b-ag-expected.png: Added.
* platform/chromium-mac/editing/deleting/delete-to-select-table-expected.png:
* platform/chromium-mac/editing/deleting/delete-trailing-ws-002-expected.png:
* platform/chromium-mac/editing/deleting/delete-ws-fixup-001-expected.png:
* platform/chromium-mac/editing/deleting/delete-ws-fixup-002-expected.png:
* platform/chromium-mac/editing/deleting/list-item-1-expected.png:
* platform/chromium-mac/editing/deleting/merge-different-styles-expected.png:
* platform/chromium-mac/editing/deleting/merge-endOfParagraph-expected.png:
* platform/chromium-mac/editing/deleting/merge-into-empty-block-1-expected.png:
* platform/chromium-mac/editing/deleting/merge-into-empty-block-2-expected.png:
* platform/chromium-mac/editing/deleting/merge-no-br-expected.png:
* platform/chromium-mac/editing/deleting/merge-unrendered-space-expected.png:
* platform/chromium-mac/editing/deleting/merge-whitespace-pre-expected.png: Added.
* platform/chromium-mac/editing/deleting/move-nodes-001-expected.png: Added.
* platform/chromium-mac/editing/deleting/pruning-after-merge-2-expected.png:
* platform/chromium-mac/editing/deleting/smart-delete-003-expected.png:
* platform/chromium-mac/editing/deleting/smart-delete-004-expected.png:
* platform/chromium-mac/editing/deleting/table-cells-expected.png:
* platform/chromium-mac/editing/deleting/type-delete-after-quote-expected.png:
* platform/chromium-mac/editing/execCommand/create-list-with-hr-expected.png:
* platform/chromium-mac/editing/execCommand/find-after-replace-expected.png:
* platform/chromium-mac/editing/execCommand/findString-2-expected.png:
* platform/chromium-mac/editing/execCommand/findString-expected.png:
* platform/chromium-mac/editing/execCommand/format-block-with-trailing-br-expected.png:
* platform/chromium-mac/editing/execCommand/indent-empty-root-expected.png:
* platform/chromium-mac/editing/execCommand/indent-list-item-expected.png:
* platform/chromium-mac/editing/execCommand/indent-selection-expected.png:
* platform/chromium-mac/editing/execCommand/insert-list-and-stitch-expected.png:
* platform/chromium-mac/editing/execCommand/insertHorizontalRule-expected.png:
* platform/chromium-mac/editing/execCommand/insertImage-expected.png:
* platform/chromium-mac/editing/execCommand/nsresponder-indent-expected.png:
* platform/chromium-mac/editing/execCommand/nsresponder-outdent-expected.png:
* platform/chromium-mac/editing/execCommand/paste-1-expected.png:
* platform/chromium-mac/editing/execCommand/paste-2-expected.png:
* platform/chromium-mac/editing/execCommand/remove-list-from-range-selection-expected.png:
* platform/chromium-mac/editing/execCommand/remove-list-item-1-expected.png:
* platform/chromium-mac/editing/input/caret-at-the-edge-of-contenteditable-expected.png: Added.
* platform/chromium-mac/editing/input/caret-at-the-edge-of-input-expected.png: Added.
* platform/chromium-mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.png: Added.
* platform/chromium-mac/editing/input/reveal-caret-of-multiline-input-expected.png: Added.
* platform/chromium-mac/editing/inserting/12882-expected.png: Added.
* platform/chromium-mac/editing/inserting/
4278698-expected.png:
* platform/chromium-mac/editing/inserting/
4840662-expected.png:
* platform/chromium-mac/editing/inserting/
4875189-1-expected.png:
* platform/chromium-mac/editing/inserting/
4875189-2-expected.png:
* platform/chromium-mac/editing/inserting/
4959067-expected.png:
* platform/chromium-mac/editing/inserting/
4960120-1-expected.png:
* platform/chromium-mac/editing/inserting/
4960120-2-expected.png:
* platform/chromium-mac/editing/inserting/
5002441-expected.png:
* platform/chromium-mac/editing/inserting/
5058163-1-expected.png:
* platform/chromium-mac/editing/inserting/
5058163-2-expected.png:
* platform/chromium-mac/editing/inserting/
5156401-2-expected.png:
* platform/chromium-mac/editing/inserting/
5418891-expected.png:
* platform/chromium-mac/editing/inserting/
5510537-expected.png:
* platform/chromium-mac/editing/inserting/
5549929-2-expected.png:
* platform/chromium-mac/editing/inserting/
5549929-3-expected.png:
* platform/chromium-mac/editing/inserting/
6703873-expected.png:
* platform/chromium-mac/editing/inserting/before-after-input-element-expected.png: Added.
* platform/chromium-mac/editing/inserting/before-after-input-element-expected.txt: Added.
* platform/chromium-mac/editing/inserting/break-blockquote-after-delete-expected.png:
* platform/chromium-mac/editing/inserting/editable-html-element-expected.png:
* platform/chromium-mac/editing/inserting/editable-inline-element-expected.png:
* platform/chromium-mac/editing/inserting/edited-whitespace-1-expected.png:
* platform/chromium-mac/editing/inserting/editing-empty-divs-expected.png:
* platform/chromium-mac/editing/inserting/insert-at-end-01-expected.png:
* platform/chromium-mac/editing/inserting/insert-at-end-02-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-004-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-005-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-007-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-009-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-quoted-001-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-quoted-002-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-quoted-003-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-quoted-004-expected.png:
* platform/chromium-mac/editing/inserting/insert-br-quoted-005-expected.png:
* platform/chromium-mac/editing/pasteboard/
3976872-expected.png:
* platform/chromium-mac/editing/pasteboard/
4076267-2-expected.png:
* platform/chromium-mac/editing/pasteboard/
4076267-3-expected.png:
* platform/chromium-mac/editing/pasteboard/
4076267-expected.png:
* platform/chromium-mac/editing/pasteboard/
4242293-expected.png:
* platform/chromium-mac/editing/pasteboard/
4631972-expected.png:
* platform/chromium-mac/editing/pasteboard/
4641033-expected.png:
* platform/chromium-mac/editing/pasteboard/
4806874-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/
4806874-expected.txt: Added.
* platform/chromium-mac/editing/pasteboard/
4944770-1-expected.png:
* platform/chromium-mac/editing/pasteboard/
4944770-2-expected.png:
* platform/chromium-mac/editing/pasteboard/
4947130-expected.png:
* platform/chromium-mac/editing/pasteboard/
4989774-expected.png:
* platform/chromium-mac/editing/pasteboard/
5006779-expected.png:
* platform/chromium-mac/editing/pasteboard/
5032095-expected.png:
* platform/chromium-mac/editing/pasteboard/
5071074-2-expected.png:
* platform/chromium-mac/editing/pasteboard/
5071074-expected.png:
* platform/chromium-mac/editing/pasteboard/
5075944-expected.png:
* platform/chromium-mac/editing/pasteboard/
5134759-expected.png:
* platform/chromium-mac/editing/pasteboard/
5156401-1-expected.png:
* platform/chromium-mac/editing/pasteboard/
5247341-expected.png:
* platform/chromium-mac/editing/pasteboard/
5387578-expected.png:
* platform/chromium-mac/editing/pasteboard/
5478250-expected.png:
* platform/chromium-mac/editing/pasteboard/
5601583-1-expected.png:
* platform/chromium-mac/editing/pasteboard/7955-expected.png: Added.
* platform/chromium-mac/editing/pasteboard/8145-1-expected.png:
* platform/chromium-mac/editing/pasteboard/8145-2-expected.png:
* platform/chromium-mac/editing/pasteboard/8145-3-expected.png:
* platform/chromium-mac/editing/pasteboard/bad-placeholder-expected.png:
* platform/chromium-mac/editing/selection/13804-expected.png:
* platform/chromium-mac/editing/selection/14971-expected.png:
* platform/chromium-mac/editing/selection/
3690703-2-expected.png: Added.
* platform/chromium-mac/editing/selection/
3690703-2-expected.txt: Added.
* platform/chromium-mac/editing/selection/
3690703-expected.png: Added.
* platform/chromium-mac/editing/selection/
3690703-expected.txt: Added.
* platform/chromium-mac/editing/selection/
3690719-expected.png: Added.
* platform/chromium-mac/editing/selection/
3690719-expected.txt: Added.
* platform/chromium-mac/editing/selection/
4397952-expected.png:
* platform/chromium-mac/editing/selection/
4402375-expected.png:
* platform/chromium-mac/editing/selection/
4776665-expected.png:
* platform/chromium-mac/editing/selection/
4818145-expected.png:
* platform/chromium-mac/editing/selection/
4866671-expected.png:
* platform/chromium-mac/editing/selection/
4889598-expected.png:
* platform/chromium-mac/editing/selection/
4895428-2-expected.png:
* platform/chromium-mac/editing/selection/
4895428-3-expected.png: Added.
* platform/chromium-mac/editing/selection/
4895428-3-expected.txt: Added.
* platform/chromium-mac/editing/selection/6476-expected.png:
* platform/chromium-mac/editing/selection/7152-1-expected.png:
* platform/chromium-mac/editing/selection/7152-2-expected.png:
* platform/chromium-mac/http/tests/loading/simple-subframe-expected.png:
* platform/chromium-mac/http/tests/local/file-url-sent-as-referer-expected.png:
* platform/chromium-win-vista/http/tests/loading/simple-subframe-expected.png: Removed.
* platform/chromium-win-vista/http/tests/local/file-url-sent-as-referer-expected.png: Removed.
* platform/chromium-win-xp/css2.1/t1202-counter-09-b-expected.png: Removed.
* platform/chromium/css2.1/
20110323/block-non-replaced-width-008-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/empty-inline-001-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/empty-inline-002-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/empty-inline-003-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/table-caption-001-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/table-caption-horizontal-alignment-001-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/table-caption-margins-001-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/table-caption-optional-001-expected.txt: Removed.
* platform/chromium/css2.1/
20110323/table-caption-optional-002-expected.txt: Removed.
* platform/mac-future/css2.1/t1508-c527-font-05-b-expected.png: Renamed from LayoutTests/platform/mac/css2.1/t1508-c527-font-05-b-expected.png.
* platform/mac-future/css2.1/t1508-c527-font-10-c-expected.png: Renamed from LayoutTests/platform/mac/css2.1/t1508-c527-font-10-c-expected.png.
* platform/mac-lion/editing/inserting/break-blockquote-after-delete-expected.png: Renamed from LayoutTests/platform/win/editing/inserting/break-blockquote-after-delete-expected.png.
* platform/mac-snowleopard/editing/inserting/break-blockquote-after-delete-expected.png: Added.
* platform/mac/editing/deleting/delete-trailing-ws-002-expected.txt: Renamed from LayoutTests/editing/deleting/delete-trailing-ws-002-expected.txt.
* platform/mac/editing/deleting/delete-ws-fixup-001-expected.txt: Renamed from LayoutTests/editing/deleting/delete-ws-fixup-001-expected.txt.
* platform/mac/editing/execCommand/format-block-with-trailing-br-expected.txt: Removed.
* platform/mac/editing/input/caret-at-the-edge-of-contenteditable-expected.txt: Renamed from LayoutTests/editing/input/caret-at-the-edge-of-contenteditable-expected.txt.
* platform/mac/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt: Renamed from LayoutTests/editing/input/reveal-caret-of-multiline-contenteditable-expected.txt.
* platform/mac/editing/input/reveal-caret-of-multiline-input-expected.txt: Renamed from LayoutTests/editing/input/reveal-caret-of-multiline-input-expected.txt.
* platform/mac/editing/inserting/insert-br-004-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-004-expected.txt.
* platform/mac/editing/inserting/insert-br-005-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-005-expected.txt.
* platform/mac/editing/inserting/insert-br-007-expected.txt: Renamed from LayoutTests/editing/inserting/insert-br-007-expected.txt.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110112
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
haraken@chromium.org [Wed, 7 Mar 2012 22:36:54 +0000 (22:36 +0000)]
[V8][Performance] Optimize Element.firstElementChild, Element.lastElementChild,
Element.previousElementSibling, Element.nextElementSibling, Node.parentElement
https://bugs.webkit.org/show_bug.cgi?id=80506
Reviewed by Adam Barth.
This patch improves the performance of Element.firstElementChild by 5.8 times,
Element.lastElementChild by 6.2 times, Element.previousElementSibling by 7.1 times,
Element.nextElementSibling by 7.1 times, and Node.parentElement by 6.7 times.
Previously, while toV8(Node*) caches a wrapper object on a node object
(i.e. node->wrapper(), node->setWrapper()), toV8(Element*) does not
cache a wrapper object.
This patch removes toV8(Element*), so that DOM attribute getters that return
Element* use toV8(Node*). This change makes these DOM attribute getters
cache the wrapper object on a node object. This optimization is already
implemented in JavaScriptCore.
Performance tests: https://bugs.webkit.org/attachment.cgi?id=130594
The test results in my local Mac environment are as follows:
AppleWebKit/JavaScriptCore:
div.firstElementChild : 1162ms
div.lastElementChild : 1016ms
div.previousElementSibling : 918ms
div.nextElementSibling : 900ms
div.parentElement : 901ms
Chromium/V8 (without this patch):
div.firstElementChild : 9515ms
div.lastElementChild : 9449ms
div.previousElementSibling : 9254ms
div.nextElementSibling : 9315ms
div.parentElement : 9380ms
Chromium/V8 (with this patch):
div.firstElementChild : 1628ms
div.lastElementChild : 1527ms
div.previousElementSibling : 1310ms
div.nextElementSibling : 1310ms
div.parentElement : 1410ms
No tests. No change in behavior.
* dom/Element.idl: Removed toV8(Element*)
* bindings/v8/custom/V8NodeCustom.cpp: Ditto.
(WebCore::toV8Slow):
* bindings/scripts/CodeGeneratorV8.pm: Ditto.
(GenerateHeader):
* bindings/v8/custom/V8ElementCustom.cpp: Removed.
* Target.pri: Removed V8ElementCustom.cpp.
* UseV8.cmake: Ditto.
* WebCore.gypi: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110106
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
senorblanco@chromium.org [Wed, 7 Mar 2012 22:36:43 +0000 (22:36 +0000)]
[chromium] Unreviewed gardening.
More post-r110072 mopup (mac remix).
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110105
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
jsbell@chromium.org [Wed, 7 Mar 2012 22:29:49 +0000 (22:29 +0000)]
[Chromium] IndexedDB: V8LocalContext creation in IDBKey extraction/injection is slow
https://bugs.webkit.org/show_bug.cgi?id=80358
Source/WebCore:
Cache a re-usable context (per isolate) for cases like IDB's key/SSV extraction/injection,
where no user script is run. This yields a 3x-4x performance improvement in basic IDB
operations.
Reviewed by Tony Chang.
No new tests - no behavior changes.
* bindings/v8/IDBBindingUtilities.cpp:
(WebCore::createIDBKeyFromSerializedValueAndKeyPath):
(WebCore::injectIDBKeyIntoSerializedValue):
* bindings/v8/V8Binding.h:
(WebCore::V8BindingPerIsolateData::auxiliaryContext):
(V8BindingPerIsolateData):
* bindings/v8/V8Utilities.cpp:
(WebCore::V8AuxiliaryContext::V8AuxiliaryContext):
(WebCore::V8AuxiliaryContext::~V8AuxiliaryContext):
(WebCore::V8AuxiliaryContext::auxiliaryContext):
* bindings/v8/V8Utilities.h:
(V8AuxiliaryContext):
Source/WebKit/chromium:
Reviewed by Tony Chang.
* tests/IDBBindingUtilitiesTest.cpp:
(WebCore::TEST):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110104
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
schenney@chromium.org [Wed, 7 Mar 2012 22:17:28 +0000 (22:17 +0000)]
[Chromium] Unexpected changes in SVG animated results
https://bugs.webkit.org/show_bug.cgi?id=80517
Unreviewed chromium test expectations.
Linux debug is failing too. Very odd.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110102
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
schenney@chromium.org [Wed, 7 Mar 2012 22:07:48 +0000 (22:07 +0000)]
[Chromium] Unexpected changes in SVG animated filter results
https://bugs.webkit.org/show_bug.cgi?id=80517
Unreviewed Chromium test_expectations update.
A test is failing in Debug builds on mac and Win. No idea why.
* platform/chromium/test_expectations.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110101
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
nduca@chromium.org [Wed, 7 Mar 2012 21:59:37 +0000 (21:59 +0000)]
[chromium] Remove unused wasRecreate variable
https://bugs.webkit.org/show_bug.cgi?id=80533
Reviewed by Adrienne Walker.
* platform/graphics/chromium/cc/CCLayerTreeHostImpl.cpp:
(WebCore::CCLayerTreeHostImpl::initializeLayerRenderer):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110100
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 21:57:15 +0000 (21:57 +0000)]
[chromium] Update GYP files to reflect file deletes/renames
https://bugs.webkit.org/show_bug.cgi?id=80525
Patch by Ryan Sleevi <rsleevi@chromium.org> on 2012-03-07
Reviewed by Ryosuke Niwa.
No change in functionality, so no tests.
* WebCore.gypi:
Updated AppleMac private headers due to r109877
Updated platform/qt references due to r109542
Updated platform/mac references due to r109147
Updated platform/mac references due to r108956
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110099
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
commit-queue@webkit.org [Wed, 7 Mar 2012 21:43:37 +0000 (21:43 +0000)]
[Qt] Authentication dialog does not work
https://bugs.webkit.org/show_bug.cgi?id=79738
Patch by Dinu Jacob <dinu.jacob@nokia.com> on 2012-03-07
Reviewed by Simon Hausmann.
QQuickWebView should accept touch events only if there is
no active dialog.
* UIProcess/API/qt/qquickwebview.cpp:
(QQuickWebViewPrivate::QQuickWebViewPrivate):
(QQuickWebViewPrivate::runJavaScriptAlert):
(QQuickWebViewPrivate::runJavaScriptConfirm):
(QQuickWebViewPrivate::runJavaScriptPrompt):
(QQuickWebViewPrivate::handleAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleProxyAuthenticationRequiredRequest):
(QQuickWebViewPrivate::handleCertificateVerificationRequest):
(QQuickWebView::touchEvent):
* UIProcess/API/qt/qquickwebview_p_p.h:
(QQuickWebViewPrivate):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110098
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Wed, 7 Mar 2012 21:42:29 +0000 (21:42 +0000)]
Automatically move to the next test after rebaseline in the results view
https://bugs.webkit.org/show_bug.cgi?id=80527
Reviewed by Dimitri Glazkov.
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/controllers.js:
* BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/results.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110097
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
ojan@chromium.org [Wed, 7 Mar 2012 21:32:34 +0000 (21:32 +0000)]
Initial rebaselines for the Chromium Lion port.
All the rebaselines are one of the following:
-anti-aliasing differences
-scrollbar differences
-1 checkbox difference (checked box is blue instead of grey)
-1 png rendering difference (blue is slightly darker, better matches Chromium Linux/Win and Apple Mac)
-Clearly correct new results (e.g. SnowLeopard result says "FAIL", Lion result says "PASS")
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@110096
268f45cc-cd09-0410-ab3c-
d52691b4dbfc