Timeline
May 22, 2010:
- 11:59 PM Changeset in webkit [60029] by
-
- 3 edits in trunk/LayoutTests
2010-05-22 Maciej Stachowiak <mjs@apple.com>
Reviewed by Mark Rowe.
Fix fast/js/global-recursion-on-full-stack.html to no longer depend on where exactly the stack overflow occurs.
https://bugs.webkit.org/show_bug.cgi?id=39558
- fast/js/global-recursion-on-full-stack-expected.txt:
- fast/js/global-recursion-on-full-stack.html:
- 11:45 PM Changeset in webkit [60028] by
-
- 2 edits in trunk/WebCore
REGRESSION: xssAuditor tests failing in Chromium.
https://bugs.webkit.org/show_bug.cgi?id=39560
Reviewed by Adam Barth.
Follow up to r0014. Make if statement in V8 bindings match the one from jsc version.
- bindings/v8/ScriptController.cpp:
(WebCore::ScriptController::evaluate):
- 7:11 PM Changeset in webkit [60027] by
-
- 1 edit2 deletes in trunk/LayoutTests
2010-05-22 Maciej Stachowiak <mjs@apple.com>
Reviewed by Dan Bernstein.
Remove recently added test "arobens-test" because it is invalid
https://bugs.webkit.org/show_bug.cgi?id=39555
The test below was based on a false assuption (that document.write propagates exceptions)
and was testing for incorrect behavior. The newly added fast/dom/nested-script-exceptions.html
tests for the correct behavior.
- inspector/arobens-test-expected.txt: Removed.
- inspector/arobens-test.html: Removed.
- 5:34 PM Changeset in webkit [60026] by
-
- 5 edits2 adds in trunk
REGRESSION(r59977): platform/mac/fast/AppleScript/001.html failure
https://bugs.webkit.org/show_bug.cgi?id=39531
Reviewed by Mark Rowe.
Revert r59977 and r59943. These changes caused some exceptions to no longer be
reported in the inspector; I can't tell what they were originally trying to fix
so I am not sure how to fix them other than by reverting.
WebCore:
Covered by existing test platform/mac/fast/AppleScript/001.html, and
also added fast/dom/nested-script-exceptions.html to demonstrate the wider
consequences of the original change.
- bindings/js/ScriptController.cpp:
(WebCore::ScriptController::ScriptController):
(WebCore::ScriptController::evaluateInWorld):
- bindings/js/ScriptController.h:
LayoutTests:
Unskipped the test that was broken, and also added a new test.
- fast/dom/nested-script-exceptions-expected.txt: Added.
- fast/dom/nested-script-exceptions.html: Added. Shows that inspector functionality
would break in a meaningful way if the reverted change was allowed to stand.
- platform/mac/Skipped:
- 5:27 PM Changeset in webkit [60025] by
-
- 2 edits1 add in trunk/WebCore
2010-05-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add DragData
https://bugs.webkit.org/show_bug.cgi?id=39469
As BREW MP does not support dragging, add dummy implementation of DragData.
- platform/DragData.h:
- platform/brew/DragDataBrew.cpp: Added. (WebCore::DragData::canSmartReplace): (WebCore::DragData::containsColor): (WebCore::DragData::containsPlainText): (WebCore::DragData::asPlainText): (WebCore::DragData::asColor): (WebCore::DragData::createClipboard): (WebCore::DragData::containsCompatibleContent): (WebCore::DragData::containsURL): (WebCore::DragData::asURL): (WebCore::DragData::asFragment): (WebCore::DragData::asFilenames): (WebCore::DragData::containsFiles):
- 5:13 PM Changeset in webkit [60024] by
-
- 1 edit1 add in trunk/WebCore
2010-05-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add dummy Icon
https://bugs.webkit.org/show_bug.cgi?id=39468
Add dummy implementation of Icon.
- platform/graphics/brew/IconBrew.cpp: Added. (WebCore::Icon::~Icon): (WebCore::Icon::createIconForFiles): (WebCore::Icon::paint):
- 4:46 PM Changeset in webkit [60023] by
-
- 6 edits in trunk
2010-05-22 Justin Schuh <jschuh@chromium.org>
Reviewed by Nate Chapin.
Remove and simplify custom bindings for Node
https://bugs.webkit.org/show_bug.cgi?id=39467
Child manipulation methods now throw security exception instead of
not implemented exception.
- http/tests/security/xss-DENIED-iframe-src-alias-expected.txt:
2010-05-22 Justin Schuh <jschuh@chromium.org>
Reviewed by Nate Chapin.
Remove and simplify custom bindings for Node
https://bugs.webkit.org/show_bug.cgi?id=39467
Custom bindings for nodeValue and textContent are no longer needed,
and child manipulators are simplified because origin checks were moved
out of the bindings by: http://trac.webkit.org/changeset/59866
- bindings/js/JSNodeCustom.cpp: (WebCore::JSNode::insertBefore): (WebCore::JSNode::replaceChild): (WebCore::JSNode::removeChild): (WebCore::JSNode::appendChild):
- bindings/v8/custom/V8NodeCustom.cpp: (WebCore::V8Node::insertBeforeCallback): (WebCore::V8Node::replaceChildCallback): (WebCore::V8Node::removeChildCallback): (WebCore::V8Node::appendChildCallback):
- dom/Node.idl:
- 4:26 PM Changeset in webkit [60022] by
-
- 4 edits in trunk/WebCore
2010-05-22 Justin Schuh <jschuh@chromium.org>
Reviewed by Nate Chapin.
Remove custom bindings for NamedNodeMap.setNamedItem and .setNamedItemNS
https://bugs.webkit.org/show_bug.cgi?id=39462
Custom bindings are no longer needed because origin checks were moved
out of the bindings by: http://trac.webkit.org/changeset/59866
Behavior isn't changed and is covered by existing tests.
- bindings/js/JSNamedNodeMapCustom.cpp:
- bindings/v8/custom/V8NamedNodeMapCustom.cpp:
- dom/NamedNodeMap.idl:
- 3:50 PM Changeset in webkit [60021] by
-
- 1 edit in trunk/WebCore/ChangeLog
2010-05-22 Daniel Bates <dbates@rim.com>
Unreviewed; fix bug URL in change log.
Inadvertently referenced the wrong bug URL in the change log for change-set
60019 <http://trac.webkit.org/changeset/60019>. The bug URL should have been
<https://bugs.webkit.org/show_bug.cgi?id=39339> not <https://bugs.webkit.org/show_bug.cgi?id=39448>.
- 3:44 PM Changeset in webkit [60020] by
-
- 2 edits in trunk/WebKitTools
2010-05-22 Adam Barth <abarth@webkit.org>
Unreviewed.
Re-order Yong's email addresses because his gmail account is the one he
uses for bugs.webkit.org.
- Scripts/webkitpy/common/config/committers.py:
- 3:42 PM Changeset in webkit [60019] by
-
- 8 edits1 delete in trunk/WebCore
2010-05-22 Daniel Bates <dbates@rim.com>
No review, rolling out 60017.
http://trac.webkit.org/changeset/60017
https://bugs.webkit.org/show_bug.cgi?id=39448
Rolling out since this broke the build on the Windows and Qt bots.
Need to look into this some more.
- GNUmakefile.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- bindings/ScriptControllerBase.h: Removed.
- bindings/js/ScriptController.h: (WebCore::):
- bindings/v8/ScriptController.h: (WebCore::):
- 3:15 PM Changeset in webkit [60018] by
-
- 1 edit in trunk/WebCore/ChangeLog
2010-05-22 Daniel Bates <dbates@rim.com>
Unreviewed; fix change log order.
Update-webkit failed to move my change log to the top of the file
before my commit in changeset 60017 <http://trac.webkit.org/changeset/60017>,
so I am manually moving it to the correct place.
- 3:08 PM Changeset in webkit [60017] by
-
- 8 edits1 add in trunk/WebCore
2010-05-22 Yong Li <yoli@rim.com>
Reviewed by Darin Adler.
Fix a crash when XHTMLMP is enabled. The frame pointer in Document
ctor can be null.
https://bugs.webkit.org/show_bug.cgi?id=39448
No new tests because it is obvious and it must be reproduced with
XHTMLMP enabled.
- dom/Document.cpp: (WebCore::Document::Document):
- 3:04 PM Changeset in webkit [60016] by
-
- 2 edits in trunk/WebCore
2010-05-22 Yong Li <yoli@rim.com>
Reviewed by Darin Adler.
Fix a crash when XHTMLMP is enabled. The frame pointer in Document
ctor can be null.
https://bugs.webkit.org/show_bug.cgi?id=39448
No new tests because it is obvious and it must be reproduced with
XHTMLMP enabled.
- dom/Document.cpp: (WebCore::Document::Document):
- 2:40 PM Changeset in webkit [60015] by
-
- 2 edits1 add in trunk/WebKitTools
2010-05-22 Daniel Bates <dbates@rim.com>
Reviewed by Chris Jerdonek.
Add infrastructure to parse SVN property changes
https://bugs.webkit.org/show_bug.cgi?id=38885
Adds function VCSUtils::parseSvnDiffFooter to parse an SVN footer
that consists of one or more properties.
Note, the first line of an SVN footer begins with "Property changes on".
- Scripts/VCSUtils.pm:
- Added function parseSvnDiffFooter. Will use this function towards resolving Bug #39409 <https://bugs.webkit.org/show_bug.cgi?id=39409>.
- Removed FIXME comment above function parseSvnProperty, since it is being used by parseSvnDiffFooter.
- Scripts/webkitperl/VCSUtils_unittest/parseSvnDiffFooter.pl: Added.
- Added unit tests.
- 1:50 PM Changeset in webkit [60014] by
-
- 8 edits3 adds in trunk
2010-05-22 Daniel Bates <dbates@rim.com>
Reviewed by Adam Barth.
REGRESSION (r56295): Can't create a new wave on Google Wave
https://bugs.webkit.org/show_bug.cgi?id=39249
Instead of just using the source code portion of a JavaScript URL to
detect an XSS attack, we now include the JavaScript URL schema. This
reduces the chance of a false positive by providing additional context.
Test: http/tests/security/xssAuditor/javascript-link-safe.html
- WebCore.base.exp: Updated exported symbols as necessary.
- bindings/ScriptControllerBase.cpp: (WebCore::ScriptController::executeScript): Added parameter shouldAllowXSS. (WebCore::ScriptController::executeIfJavaScriptURL): Ditto.
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld): Ditto. (WebCore::ScriptController::evaluate): Ditto. (WebCore::ScriptController::executeScriptInWorld): Ditto.
- bindings/js/ScriptController.h: Added enum ShouldAllowXSS. (WebCore::):
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::evaluate): Added parameter shouldAllowXSS.
- bindings/v8/ScriptController.h: Added enum ShouldAllowXSS. (WebCore::):
2010-05-22 Daniel Bates <dbates@rim.com>
Reviewed by Adam Barth.
REGRESSION (r56295): Can't create a new wave on Google Wave
https://bugs.webkit.org/show_bug.cgi?id=39249
Added a test to ensure that we don't raise an alarm when the source code
portion of a JavaScript URL matches some substring of the page URL or
post data.
Our existing test coverage ensures that we raise an alarm when the entire
JavaScript URL matches some substring of the page URL or post data.
- http/tests/security/xssAuditor/javascript-link-safe-expected.txt: Added.
- http/tests/security/xssAuditor/javascript-link-safe.html: Added.
- http/tests/security/xssAuditor/resources/javascript-link-safe.html: Added.
- 1:45 PM Changeset in webkit [60013] by
-
- 2 edits in trunk/WebCore
2010-05-22 Jeremy Moskovich <jeremy@chromium.org>
Reviewed by Eric Seidel.
Document RenderObject::m_hasOverflowClip.
No new functionality, so no new tests.
- rendering/RenderObject.h:
- 1:15 PM Changeset in webkit [60012] by
-
- 1 edit1 add in trunk/WebCore
2010-05-22 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add DragController
https://bugs.webkit.org/show_bug.cgi?id=39400
Add DragController for BREW MP.
- page/brew/DragControllerBrew.cpp: Added. (WebCore::DragController::isCopyKeyDown): (WebCore::DragController::dragOperation): (WebCore::DragController::maxDragImageSize): (WebCore::DragController::cleanupAfterSystemDrag):
- 1:03 PM Changeset in webkit [60011] by
-
- 6 edits in trunk
2010-05-22 Leandro Pereira <leandro@profusion.mobi>
Reviewed by Eric Seidel.
[EFL] Build fix (always compile libraries with -fPIC when compiler
is gcc; always define WTF_USE_PTHREADS).
http://webkit.org/b/39235
- cmake/OptionsCommon.cmake:
- cmake/OptionsEfl.cmake:
- cmake/WebKitHelpers.cmake:
2010-05-22 Leandro Pereira <leandro@profusion.mobi>
Reviewed by Eric Seidel.
[EFL] Build fix (update source code lists).
http://webkit.org/b/39235
- CMakeLists.txt:
- 12:12 PM Changeset in webkit [60010] by
-
- 5 edits in trunk
2010-05-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] webkit_web_view_drag_end should call EventHandler::dragSourceEndedAt
https://bugs.webkit.org/show_bug.cgi?id=39465
Added a helper function for converting a GDK action bitmask into a DragOperation bitmask.
No new tests as behavior has not changed.
- platform/gtk/ClipboardUtilitiesGtk.cpp: (WebCore::gdkDragActionToDragOperation): Added.
- platform/gtk/ClipboardUtilitiesGtk.h:
2010-05-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] webkit_web_view_drag_end should call EventHandler::dragSourceEndedAt
https://bugs.webkit.org/show_bug.cgi?id=39465
Properly call EventHandler::dragSourceEndedAt so that dragEnd events are processed in the DOM.
dragSourceEndedAt is responsible for calling the dragEnd DOM event as well as cleaning up assets
(such as the Clipboard) associated with the drag source.
- webkit/webkitwebview.cpp: (webkit_web_view_drag_end): Remember to call dragSourceEndedAt here.
- 12:10 PM Changeset in webkit [60009] by
-
- 2 edits in trunk/WebCore
2010-05-22 Patrick Gansterer <paroga@paroga.com>
Reviewed by Eric Seidel.
[Qt] Cleanup SharedBuffer::createWithContentsOfFile
https://bugs.webkit.org/show_bug.cgi?id=38917
- platform/qt/SharedBufferQt.cpp: (WebCore::SharedBuffer::createWithContentsOfFile):
- 11:14 AM Changeset in webkit [60008] by
-
- 4 edits2 adds in trunk
2010-05-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] WebKit/gtk/WebCoreSupport/DragClientGtk::startDrag should use the Clipboard::sourceOperation
https://bugs.webkit.org/show_bug.cgi?id=39459
Add ClipboardUtilitiesGtk, a container for GTK+/WebCore clipboard utility functions.
Initially add a function which converts a WebCore::DragOperation to a bitmask of
GdkDragActions.
No new tests, because behavior has not changed.
- GNUmakefile.am:
- platform/gtk/ClipboardUtilitiesGtk.cpp: Added. (WebCore::dragOperationToGdkDragActions): Added.
- platform/gtk/ClipboardUtilitiesGtk.h: Added.
2010-05-22 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
[GTK] WebKit/gtk/WebCoreSupport/DragClientGtk::startDrag should use the Clipboard::sourceOperation
https://bugs.webkit.org/show_bug.cgi?id=39459
- WebCoreSupport/DragClientGtk.cpp: (WebKit::DragClient::startDrag): Use Clipboard::sourceOperation instead of trying to figure out the GdkDragAction manually. The DOM may have changed the appropriate list of actions anyhow.
- 10:59 AM Changeset in webkit [60007] by
-
- 2 edits in trunk/WebKitTools
2010-05-22 Eric Seidel <eric@webkit.org>
Unreviewed, fixing test results only.
Disable compositing tests on the commit-queue as a workaround for bug 38912
https://bugs.webkit.org/show_bug.cgi?id=39067
- Scripts/webkitpy/tool/steps/steps_unittest.py:
- Update test results after my previous change.
- 10:55 AM Changeset in webkit [60006] by
-
- 2 edits in trunk/WebKitTools
2010-05-22 Eric Seidel <eric@webkit.org>
Unreviewed.
Disable compositing tests on the commit-queue as a workaround for bug 38912
https://bugs.webkit.org/show_bug.cgi?id=39067
- Scripts/webkitpy/tool/steps/runtests.py:
- Disable all of compositing, not just compositing/iframes
- 10:17 AM Changeset in webkit [60005] by
-
- 8 edits in trunk
2010-05-22 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
[DRT/Chromium] Link resources and load Ahem font for Windows
https://bugs.webkit.org/show_bug.cgi?id=39473
- WebKit.gyp: Add net and webkit resources for Windows. Copy AHEM.TTF to DumpRenderTree.exe directory.
2010-05-22 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
[DRT/Chromium] Link resources and load Ahem font for Windows
https://bugs.webkit.org/show_bug.cgi?id=39473
- DumpRenderTree/chromium/DumpRenderTree.cpp: (main): Call platformInit().
- DumpRenderTree/chromium/TestShell.h: Declare platformInit(). It is not related to TestShell class, but the implementation of paltformInit() is placed at TestShell*.{cpp,mm}.
- DumpRenderTree/chromium/TestShellGtk.cpp: (platformInit):
- DumpRenderTree/chromium/TestShellMac.mm: (platformInit):
- DumpRenderTree/chromium/TestShellWin.cpp:
(platformInit):
- Make stdout/stderr binary mode
- Load Ahem font
- 8:58 AM Changeset in webkit [60004] by
-
- 1 edit10 moves1 add in trunk/LayoutTests
2010-05-22 Simon Fraser <Simon Fraser>
Add test results for Mac; no review.
Add platform-independent test results for new tiling tests, and move them into their own directory.
- compositing/tiling/huge-layer-add-remove-child-expected.txt: Renamed from LayoutTests/platform/win/compositing/huge-layer-add-remove-child-expected.txt.
- compositing/tiling/huge-layer-add-remove-child.html: Renamed from LayoutTests/compositing/huge-layer-add-remove-child.html.
- compositing/tiling/huge-layer-expected.txt: Renamed from LayoutTests/platform/win/compositing/huge-layer-expected.txt.
- compositing/tiling/huge-layer-resize-expected.txt: Renamed from LayoutTests/platform/win/compositing/huge-layer-resize-expected.txt.
- compositing/tiling/huge-layer-resize.html: Renamed from LayoutTests/compositing/huge-layer-resize.html.
- compositing/tiling/huge-layer-with-layer-children-expected.txt: Renamed from LayoutTests/platform/win/compositing/huge-layer-with-layer-children-expected.txt.
- compositing/tiling/huge-layer-with-layer-children-resize-expected.txt: Renamed from LayoutTests/platform/win/compositing/huge-layer-with-layer-children-resize-expected.txt.
- compositing/tiling/huge-layer-with-layer-children-resize.html: Renamed from LayoutTests/compositing/huge-layer-with-layer-children-resize.html.
- compositing/tiling/huge-layer-with-layer-children.html: Renamed from LayoutTests/compositing/huge-layer-with-layer-children.html.
- compositing/tiling/huge-layer.html: Renamed from LayoutTests/compositing/huge-layer.html.
- 8:48 AM Changeset in webkit [60003] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
Skip platform/mac/fast/AppleScript/001.html
https://bugs.webkit.org/show_bug.cgi?id=39531
- platform/mac/Skipped:
- 2:46 AM Changeset in webkit [60002] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Update GTK specific expected file after r59968.
- platform/gtk/svg/css/getComputedStyle-basic-expected.txt: updated.
- 12:43 AM Changeset in webkit [60001] by
-
- 5 edits in trunk/WebCore
2010-05-21 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Parse attributes with HTML5 lexer
https://bugs.webkit.org/show_bug.cgi?id=39520
This patch lets the HTML5 lexer parse attributes, as in
<div attr="foo"></div>. This patch is on the critical path to running
the html5lib tests.
- html/HTML5Lexer.cpp: (WebCore::HTML5Lexer::nextToken):
- html/HTML5Lexer.h:
- html/HTML5Token.h: (WebCore::HTML5Token::beginStartTag): (WebCore::HTML5Token::beginEndTag): (WebCore::HTML5Token::addNewAttribute): (WebCore::HTML5Token::appendToAttributeName): (WebCore::HTML5Token::appendToAttributeValue): (WebCore::HTML5Token::attributes):
- html/HTML5Tokenizer.cpp: (WebCore::convertToOldStyle):
May 21, 2010:
- 11:44 PM Changeset in webkit [60000] by
-
- 1 edit in trunk/WebCore/ChangeLog
60,000!
- ChangeLog: Point out revision 60,000.
- 11:44 PM Changeset in webkit [59999] by
-
- 1 edit in branches/safari-533-branch/WebCore/rendering/style/RenderStyle.h
Merge r59960.
- 11:43 PM Changeset in webkit [59998] by
-
- 2 edits in branches/safari-533-branch/WebCore/rendering
Merge r59959.
- 11:43 PM Changeset in webkit [59997] by
-
- 1 edit in branches/safari-533-branch/WebCore/rendering/RenderThemeSafari.cpp
Merge r59958.
- 11:43 PM Changeset in webkit [59996] by
-
- 57 edits in branches/safari-533-branch
Merge r59956.
- 11:39 PM Changeset in webkit [59995] by
-
- 4 edits1 add in branches/safari-533-branch/WebCore
Merge r59904.
- 11:39 PM Changeset in webkit [59994] by
-
- 10 edits in branches/safari-533-branch
Merge r59966.
- 11:39 PM Changeset in webkit [59993] by
-
- 3 edits4 adds in branches/safari-533-branch
Merge r59950.
- 11:39 PM Changeset in webkit [59992] by
-
- 2 edits in branches/safari-533-branch/WebCore
Merge r59897.
- 11:39 PM Changeset in webkit [59991] by
-
- 4 edits2 adds in branches/safari-533-branch
Merge r59962.
- 10:00 PM Changeset in webkit [59990] by
-
- 5 edits in trunk
Versioning.
- 9:58 PM Changeset in webkit [59989] by
-
- 1 copy in tags/Safari-534
New tag.
- 9:23 PM Changeset in webkit [59988] by
-
- 11 edits in trunk/WebCore
Preparation for support of column-span, which will be implemented using continuations. When a block splits an inline, a
continuation chain is created of the form inline -> anonymous block -> inline. The middle block is always anonymous. When a column-span
splits the blocks in a multi-column block, it will create a similar chain: block -> anonymous block -> block. Enclosing split elements
directly connect to their continuations, so their chains will look like inline -> inline or block -> block.
Reviewed by Dan Bernstein.
This patch changes the member variable in RenderBlock, m_inlineContinuation, to simply be m_continuation and loosens up the type on it
to RenderBoxModelObject. This reflects the fact that the continuation of the block can now be another block and isn't always simply an inline.
Some renames have been done for cleanup:
isInlineContinuation -> isInlineElementContinuation to emphasize that this is a split non-anonymous element.
inlineContinuation -> inlineElementContinuation, again to emphasize that the inline is not anonymous.
Some new methods have been added:
isBlockElementContinuation - just like isInlineElementContinuation but for split block elements.
blockElementContinuation - just like inlineElementContinuation but for split block elements.
virtualContinuation - A way to just walk an entire continuation chain of mixed types (blocks and inlines) using their common base class.
isAnonymousBlockContinuation - A method for asking if a RenderBlock is an anonymous block in the continuation chain (the guy in the middle).
Code that was specific to the anonymous blocks in a continuation chain has been patched to ask isAnonymousBlockContinuation, so that it won't
incorrectly apply to non-anonymous blocks in the future. Where possible, code that really didn't care about being an inline vs. a block has
been broadened so that it will work with block continuations as well.
- accessibility/AccessibilityRenderObject.cpp:
(WebCore::lastChildConsideringContinuation):
(WebCore::startOfContinuations):
(WebCore::endOfContinuations):
(WebCore::childBeforeConsideringContinuations):
(WebCore::firstChildIsInlineContinuation):
(WebCore::AccessibilityRenderObject::nextSibling):
(WebCore::AccessibilityRenderObject::anchorElement):
- rendering/InlineFlowBox.cpp:
(WebCore::InlineFlowBox::determineSpacingForFlowBoxes):
(WebCore::InlineFlowBox::paint):
- rendering/RenderBlock.cpp:
(WebCore::RenderBlock::RenderBlock):
(WebCore::RenderBlock::destroy):
(WebCore::RenderBlock::removeLeftoverAnonymousBlock):
(WebCore::RenderBlock::removeChild):
(WebCore::RenderBlock::paintObject):
(WebCore::RenderBlock::inlineElementContinuation):
(WebCore::RenderBlock::blockElementContinuation):
(WebCore::RenderBlock::addContinuationWithOutline):
(WebCore::RenderBlock::absoluteRects):
(WebCore::RenderBlock::absoluteQuads):
(WebCore::RenderBlock::rectWithOutlineForRepaint):
(WebCore::RenderBlock::hoverAncestor):
(WebCore::RenderBlock::updateDragState):
(WebCore::RenderBlock::outlineStyleForRepaint):
(WebCore::RenderBlock::updateHitTestResult):
(WebCore::RenderBlock::addFocusRingRects):
- rendering/RenderBlock.h:
(WebCore::RenderBlock::continuation):
(WebCore::RenderBlock::setContinuation):
(WebCore::RenderBlock::virtualContinuation):
(WebCore::RenderBlock::isAnonymousBlockContinuation):
- rendering/RenderInline.cpp:
(WebCore::RenderInline::inlineElementContinuation):
(WebCore::RenderInline::styleDidChange):
(WebCore::nextContinuation):
(WebCore::RenderInline::splitInlines):
(WebCore::RenderInline::positionForPoint):
(WebCore::RenderInline::updateHitTestResult):
- rendering/RenderInline.h:
(WebCore::RenderInline::setContinuation):
(WebCore::RenderInline::virtualContinuation):
- rendering/RenderObject.cpp:
(WebCore::RenderObject::getTextDecorationColors):
- rendering/RenderObject.h:
(WebCore::RenderObject::isElementContinuation):
(WebCore::RenderObject::isInlineElementContinuation):
(WebCore::RenderObject::isBlockElementContinuation):
(WebCore::RenderObject::virtualContinuation):
- rendering/RenderObjectChildList.cpp:
(WebCore::RenderObjectChildList::updateBeforeAfterContent):
- rendering/RenderRubyBase.cpp:
(WebCore::RenderRubyBase::moveBlockChildren):
- 8:16 PM Changeset in webkit [59987] by
-
- 5 edits186 copies191 adds in trunk/LayoutTests
2010-05-21 James Robinson <jamesr@chromium.org>
Unreviewed pixel rebaseline
Update pixel test expectations for LayoutTests/svg to account for Leopard-SnowLeopard differences
https://bugs.webkit.org/show_bug.cgi?id=39317
This patch fixes the pixel test expecations for svg/ tests to work on Snow Leopard.
Specifically, for each test that currently passes on Leopard with -p --tolerance=0,
but fails with small diffs on Snow Leopard, the old expectation is moved from
platform/mac to platform/mac-leopard and a new expecation is added in
platform/mac.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum.
- platform/mac-leopard/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Copied from LayoutTests/platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png.
- platform/mac-leopard/svg/batik: Added.
- platform/mac-leopard/svg/batik/filters: Added.
- platform/mac-leopard/svg/batik/filters/feTile-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/filters/feTile-expected.checksum.
- platform/mac-leopard/svg/batik/filters/feTile-expected.png: Copied from LayoutTests/platform/mac/svg/batik/filters/feTile-expected.png.
- platform/mac-leopard/svg/batik/paints: Added.
- platform/mac-leopard/svg/batik/paints/patternRegions-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/paints/patternRegions-expected.checksum.
- platform/mac-leopard/svg/batik/paints/patternRegions-expected.png: Copied from LayoutTests/platform/mac/svg/batik/paints/patternRegions-expected.png.
- platform/mac-leopard/svg/batik/text: Added.
- platform/mac-leopard/svg/batik/text/textAnchor3-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textAnchor3-expected.checksum.
- platform/mac-leopard/svg/batik/text/textAnchor3-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textAnchor3-expected.png.
- platform/mac-leopard/svg/batik/text/textLayout-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textLayout-expected.checksum.
- platform/mac-leopard/svg/batik/text/textLayout-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textLayout-expected.png.
- platform/mac-leopard/svg/batik/text/textLength-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textLength-expected.checksum.
- platform/mac-leopard/svg/batik/text/textLength-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textLength-expected.png.
- platform/mac-leopard/svg/batik/text/textOnPath-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPath-expected.checksum.
- platform/mac-leopard/svg/batik/text/textOnPath-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPath-expected.png.
- platform/mac-leopard/svg/batik/text/textOnPath2-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPath2-expected.checksum.
- platform/mac-leopard/svg/batik/text/textOnPath2-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPath2-expected.png.
- platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum.
- platform/mac-leopard/svg/batik/text/textOnPathSpaces-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textOnPathSpaces-expected.png.
- platform/mac-leopard/svg/batik/text/textPCDATA-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textPCDATA-expected.checksum.
- platform/mac-leopard/svg/batik/text/textPCDATA-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textPCDATA-expected.png.
- platform/mac-leopard/svg/batik/text/textProperties-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/textProperties-expected.checksum.
- platform/mac-leopard/svg/batik/text/textProperties-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/textProperties-expected.png.
- platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum.
- platform/mac-leopard/svg/batik/text/verticalTextOnPath-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/verticalTextOnPath-expected.png.
- platform/mac-leopard/svg/batik/text/xmlSpace-expected.checksum: Copied from LayoutTests/platform/mac/svg/batik/text/xmlSpace-expected.checksum.
- platform/mac-leopard/svg/batik/text/xmlSpace-expected.png: Copied from LayoutTests/platform/mac/svg/batik/text/xmlSpace-expected.png.
- platform/mac-leopard/svg/custom/altglyph-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/altglyph-expected.checksum.
- platform/mac-leopard/svg/custom/altglyph-expected.png: Copied from LayoutTests/platform/mac/svg/custom/altglyph-expected.png.
- platform/mac-leopard/svg/custom/baseval-animval-equality-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/baseval-animval-equality-expected.checksum.
- platform/mac-leopard/svg/custom/baseval-animval-equality-expected.png: Copied from LayoutTests/platform/mac/svg/custom/baseval-animval-equality-expected.png.
- platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.checksum.
- platform/mac-leopard/svg/custom/clip-path-referencing-use-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use-expected.png.
- platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum.
- platform/mac-leopard/svg/custom/clip-path-referencing-use2-expected.png: Copied from LayoutTests/platform/mac/svg/custom/clip-path-referencing-use2-expected.png.
- platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum.
- platform/mac-leopard/svg/custom/dominant-baseline-hanging-expected.png: Copied from LayoutTests/platform/mac/svg/custom/dominant-baseline-hanging-expected.png.
- platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum.
- platform/mac-leopard/svg/custom/feComponentTransfer-Discrete-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png.
- platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum.
- platform/mac-leopard/svg/custom/feComponentTransfer-Gamma-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png.
- platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum.
- platform/mac-leopard/svg/custom/feComponentTransfer-Linear-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Linear-expected.png.
- platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum.
- platform/mac-leopard/svg/custom/feComponentTransfer-Table-expected.png: Copied from LayoutTests/platform/mac/svg/custom/feComponentTransfer-Table-expected.png.
- platform/mac-leopard/svg/custom/fill-fallback-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/fill-fallback-expected.checksum.
- platform/mac-leopard/svg/custom/fill-fallback-expected.png: Copied from LayoutTests/platform/mac/svg/custom/fill-fallback-expected.png.
- platform/mac-leopard/svg/custom/getPresentationAttribute-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/getPresentationAttribute-expected.checksum.
- platform/mac-leopard/svg/custom/getPresentationAttribute-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getPresentationAttribute-expected.png.
- platform/mac-leopard/svg/custom/getsvgdocument-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/getsvgdocument-expected.checksum.
- platform/mac-leopard/svg/custom/getsvgdocument-expected.png: Copied from LayoutTests/platform/mac/svg/custom/getsvgdocument-expected.png.
- platform/mac-leopard/svg/custom/image-parent-translation-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/image-parent-translation-expected.checksum.
- platform/mac-leopard/svg/custom/image-parent-translation-expected.png: Copied from LayoutTests/platform/mac/svg/custom/image-parent-translation-expected.png.
- platform/mac-leopard/svg/custom/invalid-fill-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-expected.checksum.
- platform/mac-leopard/svg/custom/invalid-fill-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-expected.png.
- platform/mac-leopard/svg/custom/invalid-fill-hex-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-hex-expected.checksum.
- platform/mac-leopard/svg/custom/invalid-fill-hex-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invalid-fill-hex-expected.png.
- platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum.
- platform/mac-leopard/svg/custom/invisible-text-after-scrolling-expected.png: Copied from LayoutTests/platform/mac/svg/custom/invisible-text-after-scrolling-expected.png.
- platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/percentage-of-html-parent-expected.checksum.
- platform/mac-leopard/svg/custom/percentage-of-html-parent-expected.png: Copied from LayoutTests/platform/mac/svg/custom/percentage-of-html-parent-expected.png.
- platform/mac-leopard/svg/custom/pointer-events-image-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-image-expected.checksum.
- platform/mac-leopard/svg/custom/pointer-events-image-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-image-expected.png.
- platform/mac-leopard/svg/custom/pointer-events-text-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-text-expected.checksum.
- platform/mac-leopard/svg/custom/pointer-events-text-expected.png: Copied from LayoutTests/platform/mac/svg/custom/pointer-events-text-expected.png.
- platform/mac-leopard/svg/custom/relative-sized-content-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-content-expected.checksum.
- platform/mac-leopard/svg/custom/relative-sized-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-content-expected.png.
- platform/mac-leopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.checksum.
- platform/mac-leopard/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png.
- platform/mac-leopard/svg/custom/relative-sized-shadow-tree-content-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.checksum.
- platform/mac-leopard/svg/custom/relative-sized-shadow-tree-content-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png.
- platform/mac-leopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum.
- platform/mac-leopard/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Copied from LayoutTests/platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png.
- platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum.
- platform/mac-leopard/svg/custom/rootmost-svg-xy-attrs-expected.png: Copied from LayoutTests/platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png.
- platform/mac-leopard/svg/custom/shape-rendering-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/shape-rendering-expected.checksum.
- platform/mac-leopard/svg/custom/shape-rendering-expected.png: Copied from LayoutTests/platform/mac/svg/custom/shape-rendering-expected.png.
- platform/mac-leopard/svg/custom/stroke-fallback-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/stroke-fallback-expected.checksum.
- platform/mac-leopard/svg/custom/stroke-fallback-expected.png: Copied from LayoutTests/platform/mac/svg/custom/stroke-fallback-expected.png.
- platform/mac-leopard/svg/custom/svg-float-border-padding-expected.checksum: Copied from LayoutTests/platform/mac/svg/custom/svg-float-border-padding-expected.checksum.
- platform/mac-leopard/svg/custom/svg-float-border-padding-expected.png: Copied from LayoutTests/platform/mac/svg/custom/svg-float-border-padding-expected.png.
- platform/mac-leopard/svg/filters/feGaussianBlur-expected.checksum: Copied from LayoutTests/platform/mac/svg/filters/feGaussianBlur-expected.checksum.
- platform/mac-leopard/svg/filters/feGaussianBlur-expected.png: Copied from LayoutTests/platform/mac/svg/filters/feGaussianBlur-expected.png.
- platform/mac-leopard/svg/filters/shadow-on-filter-expected.checksum: Copied from LayoutTests/platform/mac/svg/filters/shadow-on-filter-expected.checksum.
- platform/mac-leopard/svg/filters/shadow-on-filter-expected.png: Copied from LayoutTests/platform/mac/svg/filters/shadow-on-filter-expected.png.
- platform/mac-leopard/svg/hixie/links: Added.
- platform/mac-leopard/svg/text/kerning-expected.checksum: Copied from LayoutTests/platform/mac/svg/text/kerning-expected.checksum.
- platform/mac-leopard/svg/text/kerning-expected.png: Copied from LayoutTests/platform/mac/svg/text/kerning-expected.png.
- platform/mac-leopard/svg/text/multichar-glyph-expected.checksum: Copied from LayoutTests/platform/mac/svg/text/multichar-glyph-expected.checksum.
- platform/mac-leopard/svg/text/multichar-glyph-expected.png: Copied from LayoutTests/platform/mac/svg/text/multichar-glyph-expected.png.
- platform/mac-leopard/svg/text/text-repaint-rects-expected.checksum: Copied from LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.checksum.
- platform/mac-leopard/svg/text/text-repaint-rects-expected.png: Copied from LayoutTests/platform/mac/svg/text/text-repaint-rects-expected.png.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.checksum: Replaced.
- platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Replaced.
- platform/mac/svg/batik/filters/feTile-expected.checksum: Replaced.
- platform/mac/svg/batik/filters/feTile-expected.png: Replaced.
- platform/mac/svg/batik/paints/patternRegions-expected.checksum: Replaced.
- platform/mac/svg/batik/paints/patternRegions-expected.png: Replaced.
- platform/mac/svg/batik/text/textAnchor3-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textAnchor3-expected.png: Replaced.
- platform/mac/svg/batik/text/textLayout-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textLayout-expected.png: Replaced.
- platform/mac/svg/batik/text/textLength-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textLength-expected.png: Replaced.
- platform/mac/svg/batik/text/textOnPath-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textOnPath-expected.png: Replaced.
- platform/mac/svg/batik/text/textOnPath2-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textOnPath2-expected.png: Replaced.
- platform/mac/svg/batik/text/textOnPathSpaces-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Replaced.
- platform/mac/svg/batik/text/textPCDATA-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textPCDATA-expected.png: Replaced.
- platform/mac/svg/batik/text/textProperties-expected.checksum: Replaced.
- platform/mac/svg/batik/text/textProperties-expected.png: Replaced.
- platform/mac/svg/batik/text/verticalTextOnPath-expected.checksum: Replaced.
- platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Replaced.
- platform/mac/svg/batik/text/xmlSpace-expected.checksum: Replaced.
- platform/mac/svg/batik/text/xmlSpace-expected.png: Replaced.
- platform/mac/svg/custom/altglyph-expected.checksum: Replaced.
- platform/mac/svg/custom/altglyph-expected.png: Replaced.
- platform/mac/svg/custom/baseval-animval-equality-expected.checksum: Replaced.
- platform/mac/svg/custom/baseval-animval-equality-expected.png: Replaced.
- platform/mac/svg/custom/clip-path-referencing-use-expected.checksum: Replaced.
- platform/mac/svg/custom/clip-path-referencing-use-expected.png: Replaced.
- platform/mac/svg/custom/clip-path-referencing-use2-expected.checksum: Replaced.
- platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Replaced.
- platform/mac/svg/custom/container-opacity-clip-viewBox-expected.checksum:
- platform/mac/svg/custom/container-opacity-clip-viewBox-expected.png:
- platform/mac/svg/custom/dominant-baseline-hanging-expected.checksum: Replaced.
- platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Discrete-expected.checksum: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Gamma-expected.checksum: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Linear-expected.checksum: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Table-expected.checksum: Replaced.
- platform/mac/svg/custom/feComponentTransfer-Table-expected.png: Replaced.
- platform/mac/svg/custom/fill-fallback-expected.checksum: Replaced.
- platform/mac/svg/custom/fill-fallback-expected.png: Replaced.
- platform/mac/svg/custom/getPresentationAttribute-expected.checksum: Replaced.
- platform/mac/svg/custom/getPresentationAttribute-expected.png: Replaced.
- platform/mac/svg/custom/getsvgdocument-expected.checksum: Replaced.
- platform/mac/svg/custom/getsvgdocument-expected.png: Replaced.
- platform/mac/svg/custom/image-parent-translation-expected.checksum: Replaced.
- platform/mac/svg/custom/image-parent-translation-expected.png: Replaced.
- platform/mac/svg/custom/invalid-fill-expected.checksum: Replaced.
- platform/mac/svg/custom/invalid-fill-expected.png: Replaced.
- platform/mac/svg/custom/invalid-fill-hex-expected.checksum: Replaced.
- platform/mac/svg/custom/invalid-fill-hex-expected.png: Replaced.
- platform/mac/svg/custom/invisible-text-after-scrolling-expected.checksum: Replaced.
- platform/mac/svg/custom/invisible-text-after-scrolling-expected.png: Replaced.
- platform/mac/svg/custom/percentage-of-html-parent-expected.checksum: Replaced.
- platform/mac/svg/custom/percentage-of-html-parent-expected.png: Replaced.
- platform/mac/svg/custom/pointer-events-image-expected.checksum: Replaced.
- platform/mac/svg/custom/pointer-events-image-expected.png: Replaced.
- platform/mac/svg/custom/pointer-events-text-expected.checksum: Replaced.
- platform/mac/svg/custom/pointer-events-text-expected.png: Replaced.
- platform/mac/svg/custom/relative-sized-content-expected.checksum: Replaced.
- platform/mac/svg/custom/relative-sized-content-expected.png: Replaced.
- platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.checksum: Replaced.
- platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Replaced.
- platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.checksum: Replaced.
- platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png: Replaced.
- platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.checksum: Replaced.
- platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Replaced.
- platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.checksum: Replaced.
- platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png: Replaced.
- platform/mac/svg/custom/shape-rendering-expected.checksum: Replaced.
- platform/mac/svg/custom/shape-rendering-expected.png: Replaced.
- platform/mac/svg/custom/stroke-fallback-expected.checksum: Replaced.
- platform/mac/svg/custom/stroke-fallback-expected.png: Replaced.
- platform/mac/svg/custom/svg-float-border-padding-expected.checksum: Replaced.
- platform/mac/svg/custom/svg-float-border-padding-expected.png: Replaced.
- platform/mac/svg/filters/feGaussianBlur-expected.checksum: Replaced.
- platform/mac/svg/filters/feGaussianBlur-expected.png: Replaced.
- platform/mac/svg/filters/shadow-on-filter-expected.checksum: Replaced.
- platform/mac/svg/filters/shadow-on-filter-expected.png: Replaced.
- platform/mac/svg/hixie/links/003-broken-expected.checksum:
- platform/mac/svg/hixie/links/003-broken-expected.png:
- platform/mac/svg/text/kerning-expected.checksum: Replaced.
- platform/mac/svg/text/kerning-expected.png: Replaced.
- platform/mac/svg/text/multichar-glyph-expected.checksum: Replaced.
- platform/mac/svg/text/multichar-glyph-expected.png: Replaced.
- platform/mac/svg/text/text-repaint-rects-expected.checksum: Replaced.
- platform/mac/svg/text/text-repaint-rects-expected.png: Replaced.
- 8:04 PM Changeset in webkit [59986] by
-
- 3 edits in trunk/WebKitTools
2010-05-21 Eric Seidel <eric@webkit.org>
Unreviewed, EWS build fix only.
QueueStatusServer returns 500 error when EWS bots post empty queues
https://bugs.webkit.org/show_bug.cgi?id=39523
Mac python seems to have some built-in timezone support
however other python installs don't. So we need to ignore
timezones in our parsing.
Date parsing is tested by existing unit tests.
- QueueStatusServer/handlers/updateworkitems.py:
- Fix typo causing exception on server.
- Scripts/webkitpy/common/net/bugzilla.py:
- Fix exception due to python's lack of timezone support.
- 6:56 PM Changeset in webkit [59985] by
-
- 4 edits in trunk/WebKitTools
2010-05-21 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
QueueStatusServer returns 500 error when EWS bots post empty queues
https://bugs.webkit.org/show_bug.cgi?id=39523
updateworkitems handler was raising an exception because
int() couldn't convert "" to a number.
I attempted to unit test this but we don't yet have a system by
which to load unit tests for appengine classes which depend on
google.appengine libraries which are not in the python default install.
We'll need to write a wrapper script to load those into the python path
and then run the unit test files.
- QueueStatusServer/handlers/statusbubble.py:
- Hide cr-win-ews since we're not currently running this bot.
- QueueStatusServer/handlers/updateworkitems.py:
- Fix the parsing logic to be able to understand "".
- Scripts/webkitpy/common/net/statusserver.py:
- Only log the work items posted to the server to the debug log channel.
- 6:55 PM Changeset in webkit [59984] by
-
- 8 edits2 adds in trunk
Teach WebKit2 to build in the Production configuration.
Reviewed by Oliver Hunt.
WebCore:
- Configurations/WebCore.xcconfig: Pass -allowable_client to the linker in all configurations.
WebKit2:
- Configurations/Base.xcconfig: Restrict WebKit2 to Intel, and disable the order file.
- Configurations/BaseTarget.xcconfig: Fix the path to the umbrella framework directory.
This path is used to locate WebCore.framework, so it needs to be relative to WebKit.framework
rather than WebKit2.framework.
- Configurations/WebKit2.xcconfig: Update the install path. Add an exports file.
- Configurations/WebProcess.xcconfig: Update the install path.
- WebKit2.xcodeproj/project.pbxproj: Add a Production configuration.
- mac/WebKit2.exp: Added.
- 6:49 PM Changeset in webkit [59983] by
-
- 2 edits in trunk/JavaScriptCore
"asm volatile" isn't valid outside of functions.
Reviewed by Gavin Barraclough.
- 6:23 PM Changeset in webkit [59982] by
-
- 8 edits14 adds in trunk
Implement tiled compositing layers on Windows
https://bugs.webkit.org/show_bug.cgi?id=39461
This adds a tiling implementation similar (from a GraphicsLayer standpoint)
to the one for Mac. But where Mac uses the existing CATiledLayer, I've had
to implement one. If a layer is greater then 2k x 2k, I split it into an
array of 512 x 512 tiles. These tiles are positioned in the correct place
for the TiledLayer's content. When setNeedsDisplay is called on the TiledLayer
the tiles' setNeedDisplay methods are called. Each tile clips and positions the
CGContext appropriately and then renders the layer.
I also got rid of all frame()/setFrame() API to reduce the number of calls to
override for tiling.
Much optimization is possible. Most significantly right now all tiles are
rendered whether visible or not. We need to only render tiles that are
currently visible.
Tests: compositing/huge-layer-add-remove-child.html
compositing/huge-layer-resize.html
compositing/huge-layer-with-layer-children-resize.html
compositing/huge-layer-with-layer-children.html
compositing/huge-layer.html
- 6:17 PM Changeset in webkit [59981] by
-
- 2 edits in trunk/WebKitTools
2010-05-21 Eric Seidel <eric@webkit.org>
Unreviewed, fixing the commit-queue to run again.
Make the EWSes report queue position in white bubbles
https://bugs.webkit.org/show_bug.cgi?id=39519
- Scripts/webkitpy/common/net/statusserver.py:
- Fix exception in _post_work_items_to_server when passed integers. Unfortunately we have no good way to mock the Browser object yet, and after several attempts I was not able to create a good one, so no tests. :(
- 5:55 PM Changeset in webkit [59980] by
-
- 4 edits in trunk/JavaScriptCore
Unreviewed build fix.
Interpreter fix following r59974.
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- runtime/JSPropertyNameIterator.cpp:
(JSC::JSPropertyNameIterator::get):
- runtime/JSPropertyNameIterator.h:
- 5:31 PM Changeset in webkit [59979] by
-
- 3 edits in trunk/WebKitTools
2010-05-14 Ojan Vafai <ojan@chromium.org>
Reviewed by Eric Seidel.
webkit-patch land --squash commits too much if branch is not up to date
https://bugs.webkit.org/show_bug.cgi?id=38852
- Scripts/webkitpy/common/checkout/scm.py:
- Scripts/webkitpy/common/checkout/scm_unittest.py:
- 5:27 PM Changeset in webkit [59978] by
-
- 9 edits in trunk/WebKitTools
2010-05-21 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
Make the EWSes report queue position in white bubbles
https://bugs.webkit.org/show_bug.cgi?id=39519
This also fixes sorting of commit-queue patches
to be in order of patch attachment.
https://bugs.webkit.org/show_bug.cgi?id=33395
This makes the various Queues post what patches they are about to process
so that we can display a list of patches on status server pages, as well
as report queue position in status bubbles.
This is the first step towards creating a control-channel for the queues.
Next step will be to have them read back the patches in order from the server
and finally we will add the ability for the server to control that order.
- Scripts/webkitpy/common/net/bugzilla.py:
- Teach bugzilla how to parse attach_date for attachments.
- Scripts/webkitpy/common/net/bugzilla_unittest.py:
- Test that we're parsing dates correctly. This may have timezone issues for non-PST contributers, unsure.
- Scripts/webkitpy/common/net/statusserver.py:
- Post work items to the status server for display.
- Scripts/webkitpy/tool/bot/patchcollection.py:
- Call StatusServer.update_work_items
- Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py:
- Update unit test results now that we're posting work item list.
- Scripts/webkitpy/tool/commands/queues.py:
- Call StatusSever.update_work_items
- Sort patches so that the server's list understands that the commit-queue gives priority to rollout patches.
- I also fixed patch sorting per bug 33395 while I was here.
- Scripts/webkitpy/tool/commands/queues_unittest.py:
- Update results after update_work_items changes.
- Test attachment sorting.
- Scripts/webkitpy/tool/mocktool.py:
- Add mock for update_work_items
- 5:00 PM Changeset in webkit [59977] by
-
- 3 edits2 adds in trunk
2010-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Fixed a typo in my last commit: Reset m_inEvaluateInWorld to
wasInEvaluateInWorld, rather than false, to avoid stomping the old value
when it's true.
https://bugs.webkit.org/show_bug.cgi?id=39518
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::evaluateInWorld):
2010-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Darin Adler.
Added a test for a typo in my last commit.
https://bugs.webkit.org/show_bug.cgi?id=39518
- inspector/arobens-test-expected.txt: Added.
- inspector/arobens-test.html: Added. Verify that the first script evaluation doesn't stomp over the bit of state saying that we're a nested script evaluation.
- 4:55 PM Changeset in webkit [59976] by
-
- 7 edits in trunk/LayoutTests
Unreviewed. Updating test expectations for chromium due to http://trac.webkit.org/changeset/59968.
- platform/chromium-mac/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/chromium-mac/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
- platform/chromium-mac/svg/css/getComputedStyle-basic-expected.txt:
- platform/chromium-win/fast/css/getComputedStyle/computed-style-expected.txt:
- platform/chromium-win/fast/css/getComputedStyle/computed-style-without-renderer-expected.txt:
- platform/chromium-win/svg/css/getComputedStyle-basic-expected.txt:
- 4:52 PM Changeset in webkit [59975] by
-
- 2 edits in trunk/JavaScriptCore
Interpreter fix following r59939.
Rubber stamped by Oliver Hunt.
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- 4:49 PM Changeset in webkit [59974] by
-
- 15 edits in trunk/JavaScriptCore
Unreviewed build fix.
Patch by David Levin <levin@chromium.org> on 2010-05-21
- wtf/SizeLimits.cpp: Removed a check while I figure out how to write it properly.
- 4:37 PM Changeset in webkit [59973] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
Updating Chromium test_expectations to mark drop-link test as failing in win debug.
- platform/chromium/test_expectations.txt:
- 4:34 PM Changeset in webkit [59972] by
-
- 1 edit7 adds in trunk/LayoutTests
2010-05-21 Victor Wang <victorw@chromium.org>
Unreviewed. Update test expectations for chromium.
- platform/chromium-linux/fast/lists/alpha-boundary-values-expected.checksum: Added.
- platform/chromium-linux/fast/lists/alpha-boundary-values-expected.png: Added.
- platform/chromium-mac/fast/lists/alpha-boundary-values-expected.checksum: Added.
- platform/chromium-mac/fast/lists/alpha-boundary-values-expected.png: Added.
- platform/chromium-win/fast/lists/alpha-boundary-values-expected.checksum: Added.
- platform/chromium-win/fast/lists/alpha-boundary-values-expected.png: Added.
- platform/chromium-win/fast/lists/alpha-boundary-values-expected.txt: Added.
- 4:19 PM Changeset in webkit [59971] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
Updating Chromium test_expectations to mark two websockets tests as failing in debug mode.
- platform/chromium/test_expectations.txt:
- 4:15 PM Changeset in webkit [59970] by
-
- 2 edits in trunk/JavaScriptCore
Unreviewed build fix.
- wtf/SizeLimits.cpp: Removed a check while I figure out how to write it properly.
- 4:06 PM Changeset in webkit [59969] by
-
- 5 edits1 add in trunk/JavaScriptCore
Enforce size constraints on various data structures in JavaScriptCore/wtf.
https://bugs.webkit.org/show_bug.cgi?id=39327
Reviewed by Darin Adler.
I only modified the default build for OSX and Chromium's build file to include WTFCompileAsserts.cpp
as those should be sufficient to catch regressions on the size of the data structures.
- JavaScriptCore.gypi: Added the WTFCompileAsserts.cpp file.
- JavaScriptCore.xcodeproj/project.pbxproj: Added the WTFCompileAsserts.cpp file.
- runtime/UString.cpp: Added a compile assert for UString size.
- wtf/SizeLimits.cpp: Added compile asserts for data structures that didn't have cpp files.
- wtf/text/StringImpl.cpp: Added a compile assert for StringImpl size.
- 3:45 PM Changeset in webkit [59968] by
-
- 11 edits in trunk
https://bugs.webkit.org/show_bug.cgi?id=39516, back end support for column-span property.
Reviewed by Dan Bernstein.
- css/CSSComputedStyleDeclaration.cpp:
(WebCore::):
(WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue):
- css/CSSParser.cpp:
(WebCore::CSSParser::parseValue):
- css/CSSPropertyNames.in:
- css/CSSStyleSelector.cpp:
(WebCore::CSSStyleSelector::applyProperty):
- rendering/style/RenderStyle.h:
(WebCore::InheritedFlags::columnSpan):
(WebCore::InheritedFlags::setColumnSpan):
(WebCore::InheritedFlags::initialColumnSpan):
- rendering/style/StyleMultiColData.cpp:
(WebCore::StyleMultiColData::StyleMultiColData):
(WebCore::StyleMultiColData::operator==):
- rendering/style/StyleMultiColData.h:
- 3:31 PM Changeset in webkit [59967] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Skip failing test until fix.
[Qt] need an implementation of LayoutTestController::computedStyleIncludingVisitedInfo
https://bugs.webkit.org/show_bug.cgi?id=37759
The implementation of LayoutTestController::computedStyleIncludingVisitedInfo
is incorrect now, this bug was revealed by r59956.
- platform/qt/Skipped: fast/history/self-is-visited.html skipped.
- 3:19 PM Changeset in webkit [59966] by
-
- 10 edits in trunk
2010-05-21 Jer Noble <jer.noble@apple.com>
Reviewed by Anders Carlsson.
Disable full-screen video on Windows
https://bugs.webkit.org/show_bug.cgi?id=39506
rdar://problem/8012516
Disable full-screen video through MediaPlayerPrivateVisualContext since
we no longer use GWorlds and QuickTime's built in full-screen support.
Media layout tests updated with new expected results.
- platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp: (WebCore::MediaPlayerPrivateQuickTimeVisualContext::supportsFullscreen):
2010-05-21 Jer Noble <jer.noble@apple.com>
Reviewed by Anders Carlsson.
Disable full-screen video on Windows
https://bugs.webkit.org/show_bug.cgi?id=39506
rdar://problem/8012516
Disable full-screen video through MediaPlayerPrivateVisualContext since
we no longer use GWorlds and QuickTime's built in full-screen support.
Media layout tests updated with new expected results.
- platform/win/media/controls-after-reload-expected.txt:
- platform/win/media/controls-drag-timebar-expected.txt:
- platform/win/media/controls-strict-expected.txt:
- platform/win/media/controls-styling-expected.txt:
- platform/win/media/video-controls-rendering-expected.txt:
- platform/win/media/video-display-toggle-expected.txt:
- platform/win/media/video-no-audio-expected.txt:
- 3:02 PM Changeset in webkit [59965] by
-
- 3 edits in branches/audio/WebCore/audio
Make sure that AudioMixerInputNodes are properly reference-counted
- 3:02 PM Changeset in webkit [59964] by
-
- 2 edits in branches/audio/WebCore/audio
Make sure ConvolverNode keeps reference to its buffer
- 3:02 PM Changeset in webkit [59963] by
-
- 12 edits in branches/audio/WebCore/audio
More properly reference-count AudioBuffer objects
- don't let them leak - they'll now be garbage collected
- but release the memory used by the buffer early (when the context goes away)
- 2:49 PM Changeset in webkit [59962] by
-
- 4 edits2 adds in trunk
2010-05-21 Simon Fraser <Simon Fraser>
Reviewed by Dan Bernstein.
Avoid creating huge tiled layers with accelerated compositing
https://bugs.webkit.org/show_bug.cgi?id=39515
Constrain the size of huge composited layers, to avoid bad behavior. We only
need to do this if we detect that we need a tiled layer, since we'll make tiled
layers for elements over a certain size that need to draw already.
Constrain the size by attempting to shrink the longer dimension first.
Test: compositing/geometry/huge-layer.html
- platform/graphics/mac/GraphicsLayerCA.h:
- platform/graphics/mac/GraphicsLayerCA.mm: (WebCore::GraphicsLayerCA::updateLayerPosition): (WebCore::GraphicsLayerCA::updateLayerSize): (WebCore::GraphicsLayerCA::constrainedSize):
- 2:49 PM Rebaseline edited by
- (diff)
- 2:31 PM Changeset in webkit [59961] by
-
- 2 edits in trunk/JavaScriptCore
Fix interpreter build.
Reviewed by NOBODY (build fix).
- interpreter/Interpreter.cpp:
(JSC::Interpreter::privateExecute):
- 2:24 PM Changeset in webkit [59960] by
-
- 1 edit in trunk/WebCore/rendering/style/RenderStyle.h
Back out unintended RenderStyle checkin just now.
- 2:23 PM Changeset in webkit [59959] by
-
- 2 edits in trunk/WebCore/rendering
Fix Windows Chromium build bustage.
- 2:13 PM Changeset in webkit [59958] by
-
- 1 edit in trunk/WebCore/rendering/RenderThemeSafari.cpp
Fix Windows build bustage.
- 1:58 PM Changeset in webkit [59957] by
-
- 2 edits in trunk/LayoutTests
2010-05-21 Alejandro G. Castro <alex@igalia.com>
Rubber-stamped by Xan Lopez.
Updated test results, added web sockets lines.
- platform/gtk/fast/dom/prototype-inheritance-expected.txt:
- platform/gtk/fast/dom/prototype-inheritance-expected.txt:
- 1:56 PM Changeset in webkit [59956] by
-
- 57 edits in trunk
WebCore: https://bugs.webkit.org/show_bug.cgi?id=39420, :visited not working with background-color.
Reviewed by Dan Bernstein.
Make the RenderStyle color accessors private. This forces callers to use visitedDependentColor
instead (or to make the decision to become friends of the RenderStyle class in order to get access
to the real style information).
Modified history/self-is-visited.html to also test background colors.
- WebCore.base.exp:
- accessibility/AccessibilityTable.cpp:
(WebCore::AccessibilityTable::isTableExposableThroughAccessibility):
- accessibility/mac/AccessibilityObjectWrapper.mm:
(AXAttributeStringSetStyle):
- css/CSSComputedStyleDeclaration.cpp:
(WebCore::CSSComputedStyleDeclaration::currentColorOrValidColor):
- css/CSSComputedStyleDeclaration.h:
- css/SVGCSSStyleSelector.cpp:
(WebCore::colorFromSVGColorCSSValue):
- editing/ApplyStyleCommand.cpp:
(WebCore::ApplyStyleCommand::editingStyleAtPosition):
(WebCore::prepareEditingStyleToApplyAt):
(WebCore::removeStylesAddedByNode):
(WebCore::fontColorChangesComputedStyle):
(WebCore::ApplyStyleCommand::addInlineStyleIfNeeded):
- editing/ApplyStyleCommand.h:
(WebCore::):
- editing/CompositeEditCommand.cpp:
(WebCore::CompositeEditCommand::moveParagraphs):
(WebCore::CompositeEditCommand::breakOutOfEmptyListItem):
- editing/DeleteButtonController.cpp:
(WebCore::isDeletableElement):
- editing/DeleteSelectionCommand.cpp:
(WebCore::DeleteSelectionCommand::saveTypingStyleState):
- editing/InsertParagraphSeparatorCommand.cpp:
(WebCore::InsertParagraphSeparatorCommand::calculateStyleBeforeInsertion):
- editing/RemoveFormatCommand.cpp:
(WebCore::RemoveFormatCommand::doApply):
- editing/ReplaceSelectionCommand.cpp:
(WebCore::handleStyleSpansBeforeInsertion):
(WebCore::ReplaceSelectionCommand::handleStyleSpans):
(WebCore::ReplaceSelectionCommand::doApply):
- editing/SelectionController.cpp:
(WebCore::SelectionController::paintCaret):
- editing/markup.cpp:
(WebCore::createMarkup):
- page/animation/AnimationBase.cpp:
(WebCore::AnimationBase::ensurePropertyMap):
- page/animation/AnimationBase.h:
- page/mac/FrameMac.mm:
(WebCore::Frame::fontAttributesForSelectionStart):
- rendering/EllipsisBox.cpp:
(WebCore::EllipsisBox::paint):
(WebCore::EllipsisBox::paintSelection):
- rendering/InlineTextBox.cpp:
(WebCore::InlineTextBox::paint):
- rendering/RenderBox.cpp:
(WebCore::RenderBox::styleDidChange):
(WebCore::RenderBox::paintRootBoxDecorations):
(WebCore::RenderBox::paintBoxDecorationsWithSize):
- rendering/RenderBoxModelObject.cpp:
(WebCore::RenderBoxModelObject::paintBoxShadow):
- rendering/RenderFieldset.cpp:
(WebCore::RenderFieldset::paintBoxDecorations):
- rendering/RenderFileUploadControl.cpp:
(WebCore::RenderFileUploadControl::paintObject):
- rendering/RenderFrameSet.cpp:
(WebCore::RenderFrameSet::paintColumnBorder):
(WebCore::RenderFrameSet::paintRowBorder):
- rendering/RenderImage.cpp:
(WebCore::RenderImage::paintReplaced):
- rendering/RenderLayerBacking.cpp:
(WebCore::RenderLayerBacking::rendererBackgroundColor):
- rendering/RenderLayerBacking.h:
- rendering/RenderListBox.cpp:
(WebCore::RenderListBox::paintItemForeground):
(WebCore::RenderListBox::paintItemBackground):
- rendering/RenderListMarker.cpp:
(WebCore::RenderListMarker::paint):
- rendering/RenderMenuList.cpp:
(WebCore::RenderMenuList::itemStyle):
(WebCore::RenderMenuList::itemBackgroundColor):
(WebCore::RenderMenuList::menuStyle):
- rendering/RenderObject.cpp:
(WebCore::RenderObject::selectionBackgroundColor):
(WebCore::RenderObject::selectionForegroundColor):
- rendering/RenderSVGResource.cpp:
(WebCore::RenderSVGResource::adjustColorForPseudoRules):
(WebCore::RenderSVGResource::fillPaintingResource):
(WebCore::RenderSVGResource::strokePaintingResource):
- rendering/RenderSVGResource.h:
- rendering/RenderTable.cpp:
(WebCore::RenderTable::paintBoxDecorations):
- rendering/RenderTable.h:
(WebCore::RenderTable::bgColor):
- rendering/RenderTableCell.cpp:
(WebCore::RenderTableCell::paintBackgroundsBehindCell):
- rendering/RenderTextControl.cpp:
(WebCore::RenderTextControl::adjustInnerTextStyle):
- rendering/RenderTextControlSingleLine.cpp:
(WebCore::RenderTextControlSingleLine::menuStyle):
- rendering/RenderTheme.cpp:
(WebCore::RenderTheme::isControlStyled):
- rendering/RenderThemeMac.mm:
(WebCore::RenderThemeMac::paintMenuListButton):
- rendering/RenderTreeAsText.cpp:
(WebCore::RenderTreeAsText::writeRenderObject):
(WebCore::write):
- rendering/RenderTreeAsText.h:
- rendering/SVGInlineTextBox.cpp:
(WebCore::SVGInlineTextBox::paintSelection):
- rendering/SVGRenderTreeAsText.cpp:
(WebCore::writeRenderSVGTextBox):
- rendering/style/RenderStyle.cpp:
(WebCore::RenderStyle::colorIncludingFallback):
(WebCore::RenderStyle::visitedDependentColor):
- rendering/style/RenderStyle.h:
(WebCore::):
(WebCore::InheritedFlags::hasBackground):
(WebCore::InheritedFlags::borderLeftStyle):
(WebCore::InheritedFlags::borderRightStyle):
(WebCore::InheritedFlags::borderTopStyle):
(WebCore::InheritedFlags::borderBottomStyle):
(WebCore::InheritedFlags::textShadow):
(WebCore::InheritedFlags::textStrokeWidth):
(WebCore::InheritedFlags::hasNormalColumnGap):
(WebCore::InheritedFlags::borderLeftColor):
(WebCore::InheritedFlags::borderRightColor):
(WebCore::InheritedFlags::borderTopColor):
(WebCore::InheritedFlags::borderBottomColor):
(WebCore::InheritedFlags::backgroundColor):
(WebCore::InheritedFlags::color):
(WebCore::InheritedFlags::columnRuleColor):
(WebCore::InheritedFlags::outlineColor):
(WebCore::InheritedFlags::textFillColor):
(WebCore::InheritedFlags::textStrokeColor):
- svg/SVGAnimationElement.cpp:
(WebCore::adjustForCurrentColor):
WebKit/mac: https://bugs.webkit.org/show_bug.cgi?id=39420
Reviewed by Dan Bernstein.
Make sure everyone who needs to is using visitedDependentColor rather than accessing styles
directly.
- Misc/WebNSAttributedStringExtras.mm:
(+[NSAttributedString _web_attributedStringFromRange:]):
- WebView/WebFrame.mm:
(-[WebFrame _bodyBackgroundColor]):
- 1:52 PM Changeset in webkit [59955] by
-
- 17 edits1 copy in trunk/JavaScriptCore
2010-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Gavin Barraclough.
Split out JITCall32_64.cpp, and tightened up some #ifdefs in the hopes
of improving compile times.
https://bugs.webkit.org/show_bug.cgi?id=39507
- JavaScriptCore.xcodeproj/project.pbxproj:
- jit/JIT.cpp:
- jit/JITArithmetic.cpp:
- jit/JITArithmetic32_64.cpp:
- jit/JITCall.cpp:
- jit/JITCall32_64.cpp: Copied from jit/JITCall.cpp.
- jit/JITOpcodes.cpp:
- jit/JITOpcodes32_64.cpp:
- jit/JITPropertyAccess.cpp:
- jit/JITPropertyAccess32_64.cpp:
- jit/JITStubs.cpp:
- 1:47 PM Changeset in webkit [59954] by
-
- 6 edits991 adds in trunk/LayoutTests
2010-05-14 Chang Shu <chang.shu@nokia.com>
Reviewed by Eric Seidel.
Import Philip Taylor's HTML5 <canavs> test suite from
http://philip.html5.org/tests/canvas/suite/tests. These
test cases are skipped for now.
https://bugs.webkit.org/show_bug.cgi?id=20553
- fast/canvas/philip: Added.
- fast/canvas/philip/fonts: Added.
- fast/canvas/philip/fonts/CanvasTest.sfd: Added.
- fast/canvas/philip/fonts/CanvasTest.ttf: Added.
- fast/canvas/philip/images: Added.
- fast/canvas/philip/images/anim-gr.gif: Added.
- fast/canvas/philip/images/anim-gr.png: Added.
- fast/canvas/philip/images/anim-poster-gr.png: Added.
- fast/canvas/philip/images/background.png: Added.
- fast/canvas/philip/images/broken.png: Added.
- fast/canvas/philip/images/ggrr-256x256.png: Added.
- fast/canvas/philip/images/green-16x16.png: Added.
- fast/canvas/philip/images/green-1x1.png: Added.
- fast/canvas/philip/images/green-256x256.png: Added.
- fast/canvas/philip/images/green-2x2.png: Added.
- fast/canvas/philip/images/green.png: Added.
- fast/canvas/philip/images/grgr-256x256.png: Added.
- fast/canvas/philip/images/red-16x16.png: Added.
- fast/canvas/philip/images/red.png: Added.
- fast/canvas/philip/images/redtransparent.png: Added.
- fast/canvas/philip/images/rgrg-256x256.png: Added.
- fast/canvas/philip/images/rrgg-256x256.png: Added.
- fast/canvas/philip/images/transparent.png: Added.
- fast/canvas/philip/images/transparent50.png: Added.
- fast/canvas/philip/images/yellow.png: Added.
- fast/canvas/philip/images/yellow75.png: Added.
- fast/canvas/philip/tests: Added.
- fast/canvas/philip/tests.css: Added.
- fast/canvas/philip/tests/.reportgen.html.swp: Added.
- fast/canvas/philip/tests/.reportgen.js.swp: Added.
- fast/canvas/philip/tests/2d.canvas.readonly.html: Added.
- fast/canvas/philip/tests/2d.canvas.reference.html: Added.
- fast/canvas/philip/tests/2d.clearRect.basic.html: Added.
- fast/canvas/philip/tests/2d.clearRect.clip.html: Added.
- fast/canvas/philip/tests/2d.clearRect.globalalpha.html: Added.
- fast/canvas/philip/tests/2d.clearRect.globalcomposite.html: Added.
- fast/canvas/philip/tests/2d.clearRect.negative.html: Added.
- fast/canvas/philip/tests/2d.clearRect.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.clearRect.path.html: Added.
- fast/canvas/philip/tests/2d.clearRect.shadow.html: Added.
- fast/canvas/philip/tests/2d.clearRect.transform.html: Added.
- fast/canvas/philip/tests/2d.clearRect.zero.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-out.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-out.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-over.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.destination-over.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.lighter.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.lighter.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-over.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.source-over.png: Added.
- fast/canvas/philip/tests/2d.composite.canvas.xor.html: Added.
- fast/canvas/philip/tests/2d.composite.canvas.xor.png: Added.
- fast/canvas/philip/tests/2d.composite.clip.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.destination-out.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.destination-over.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.lighter.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.source-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.source-over.html: Added.
- fast/canvas/philip/tests/2d.composite.clip.xor.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.canvas.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.canvaspattern.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.default.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.fill.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.image.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.imagepattern.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.invalid.html: Added.
- fast/canvas/philip/tests/2d.composite.globalAlpha.range.html: Added.
- fast/canvas/philip/tests/2d.composite.image.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.image.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-out.html: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-out.png: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-over.html: Added.
- fast/canvas/philip/tests/2d.composite.image.destination-over.png: Added.
- fast/canvas/philip/tests/2d.composite.image.lighter.html: Added.
- fast/canvas/philip/tests/2d.composite.image.lighter.png: Added.
- fast/canvas/philip/tests/2d.composite.image.source-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.image.source-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.image.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.image.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.image.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.image.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.image.source-over.html: Added.
- fast/canvas/philip/tests/2d.composite.image.source-over.png: Added.
- fast/canvas/philip/tests/2d.composite.image.xor.html: Added.
- fast/canvas/philip/tests/2d.composite.image.xor.png: Added.
- fast/canvas/philip/tests/2d.composite.operation.casesensitive.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.clear.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.darker.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.default.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.get.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.highlight.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.nullsuffix.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.over.html: Added.
- fast/canvas/philip/tests/2d.composite.operation.unrecognised.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-out.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-out.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-over.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.destination-over.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.lighter.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.lighter.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-over.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.source-over.png: Added.
- fast/canvas/philip/tests/2d.composite.solid.xor.html: Added.
- fast/canvas/philip/tests/2d.composite.solid.xor.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-out.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-out.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-over.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.destination-over.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.lighter.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.lighter.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-over.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.source-over.png: Added.
- fast/canvas/philip/tests/2d.composite.transparent.xor.html: Added.
- fast/canvas/philip/tests/2d.composite.transparent.xor.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.fill.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.image.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.nocontext.source-out.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.copy.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.copy.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.destination-atop.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.source-in.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.source-in.png: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.source-out.html: Added.
- fast/canvas/philip/tests/2d.composite.uncovered.pattern.source-out.png: Added.
- fast/canvas/philip/tests/2d.coordinatespace.html: Added.
- fast/canvas/philip/tests/2d.coordinatespace.png: Added.
- fast/canvas/philip/tests/2d.drawImage.3arg.html: Added.
- fast/canvas/philip/tests/2d.drawImage.5arg.html: Added.
- fast/canvas/philip/tests/2d.drawImage.9arg.basic.html: Added.
- fast/canvas/philip/tests/2d.drawImage.9arg.destpos.html: Added.
- fast/canvas/philip/tests/2d.drawImage.9arg.destsize.html: Added.
- fast/canvas/philip/tests/2d.drawImage.9arg.sourcepos.html: Added.
- fast/canvas/philip/tests/2d.drawImage.9arg.sourcesize.html: Added.
- fast/canvas/philip/tests/2d.drawImage.alpha.html: Added.
- fast/canvas/philip/tests/2d.drawImage.animated.apng.html: Added.
- fast/canvas/philip/tests/2d.drawImage.animated.gif.html: Added.
- fast/canvas/philip/tests/2d.drawImage.animated.poster.html: Added.
- fast/canvas/philip/tests/2d.drawImage.broken.html: Added.
- fast/canvas/philip/tests/2d.drawImage.canvas.html: Added.
- fast/canvas/philip/tests/2d.drawImage.clip.html: Added.
- fast/canvas/philip/tests/2d.drawImage.composite.html: Added.
- fast/canvas/philip/tests/2d.drawImage.floatsource.html: Added.
- fast/canvas/philip/tests/2d.drawImage.incomplete.html: Added.
- fast/canvas/philip/tests/2d.drawImage.negativedest.html: Added.
- fast/canvas/philip/tests/2d.drawImage.negativedir.html: Added.
- fast/canvas/philip/tests/2d.drawImage.negativesource.html: Added.
- fast/canvas/philip/tests/2d.drawImage.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.drawImage.nowrap.html: Added.
- fast/canvas/philip/tests/2d.drawImage.null.html: Added.
- fast/canvas/philip/tests/2d.drawImage.outsidesource.html: Added.
- fast/canvas/philip/tests/2d.drawImage.path.html: Added.
- fast/canvas/philip/tests/2d.drawImage.self.1.html: Added.
- fast/canvas/philip/tests/2d.drawImage.self.2.html: Added.
- fast/canvas/philip/tests/2d.drawImage.transform.html: Added.
- fast/canvas/philip/tests/2d.drawImage.wrongtype.html: Added.
- fast/canvas/philip/tests/2d.drawImage.zerocanvas.html: Added.
- fast/canvas/philip/tests/2d.drawImage.zerosource.html: Added.
- fast/canvas/philip/tests/2d.fillRect.basic.html: Added.
- fast/canvas/philip/tests/2d.fillRect.clip.html: Added.
- fast/canvas/philip/tests/2d.fillRect.negative.html: Added.
- fast/canvas/philip/tests/2d.fillRect.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.fillRect.path.html: Added.
- fast/canvas/philip/tests/2d.fillRect.shadow.html: Added.
- fast/canvas/philip/tests/2d.fillRect.transform.html: Added.
- fast/canvas/philip/tests/2d.fillRect.zero.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.default.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.get.semitransparent.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.get.solid.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.get.transparent.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.invalidstring.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.invalidtype.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.current.basic.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.current.changed.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.current.removed.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.current.removed.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hex3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hex3.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hex6.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hex6.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-3.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-4.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-5.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-3.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsl-clamp-4.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-3.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-4.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-5.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-6.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.hsla-clamp-6.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.html4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.html4.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex6.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex7.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hex8.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsl-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsl-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsl-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsl-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsl-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsla-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.hsla-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.name-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.name-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.name-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-6.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgb-7.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.invalid.rgba-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-3.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-3.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-4.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-4.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-5.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-clamp-5.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-num.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-num.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-percent.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgb-percent.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-clamp-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-clamp-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-clamp-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-clamp-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-num-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-num-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-num-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-num-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-percent.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-percent.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-solid-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-solid-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-solid-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.rgba-solid-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.svg-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.svg-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.svg-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.svg-2.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.system.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.transparent-1.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.transparent-1.png: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.transparent-2.html: Added.
- fast/canvas/philip/tests/2d.fillStyle.parse.transparent-2.png: Added.
- fast/canvas/philip/tests/2d.getcontext.exists.html: Added.
- fast/canvas/philip/tests/2d.getcontext.shared.html: Added.
- fast/canvas/philip/tests/2d.getcontext.unique.html: Added.
- fast/canvas/philip/tests/2d.gradient.empty.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.alpha.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.alpha.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.colour.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.colour.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.colouralpha.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.colouralpha.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.multiple.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.multiple.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.outside.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.overlap.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.overlap.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.overlap2.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.solid.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.vertical.html: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.vertical.png: Added.
- fast/canvas/philip/tests/2d.gradient.interpolate.zerosize.html: Added.
- fast/canvas/philip/tests/2d.gradient.linear.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.gradient.linear.transform.1.html: Added.
- fast/canvas/philip/tests/2d.gradient.linear.transform.2.html: Added.
- fast/canvas/philip/tests/2d.gradient.linear.transform.3.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.compare.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.crosscanvas.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.invalidcolour.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.invalidoffset.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.return.html: Added.
- fast/canvas/philip/tests/2d.gradient.object.update.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.behind.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.beside.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.bottom.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.cylinder.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.front.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.shape1.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.shape2.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.cone.top.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.equal.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.inside1.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.inside2.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.inside3.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.negative.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.outside1.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.outside2.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.outside3.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.touch1.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.touch2.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.touch3.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.transform.1.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.transform.2.html: Added.
- fast/canvas/philip/tests/2d.gradient.radial.transform.3.html: Added.
- fast/canvas/philip/tests/2d.imageData.create1.basic.html: Added.
- fast/canvas/philip/tests/2d.imageData.create1.initial.html: Added.
- fast/canvas/philip/tests/2d.imageData.create1.type.html: Added.
- fast/canvas/philip/tests/2d.imageData.create1.zero.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.basic.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.initial.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.large.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.negative.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.round.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.tiny.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.type.html: Added.
- fast/canvas/philip/tests/2d.imageData.create2.zero.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.basic.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.clamp.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.length.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.nonpremul.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.order.alpha.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.order.cols.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.order.rgb.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.order.rows.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.range.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.source.negative.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.source.outside.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.source.size.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.tiny.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.type.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.unaffected.html: Added.
- fast/canvas/philip/tests/2d.imageData.get.zero.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.ctor.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.nan.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.properties.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.readonly.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.round.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.set.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.string.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.undefined.html: Added.
- fast/canvas/philip/tests/2d.imageData.object.wrap.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.alpha.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.alpha.png: Added.
- fast/canvas/philip/tests/2d.imageData.put.basic.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.clip.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.created.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.cross.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.dirty.negative.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.dirty.outside.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.dirty.rect1.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.dirty.rect2.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.dirty.zero.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.modified.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.null.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.path.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.unaffected.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.unchanged.html: Added.
- fast/canvas/philip/tests/2d.imageData.put.wrongtype.html: Added.
- fast/canvas/philip/tests/2d.line.cap.butt.html: Added.
- fast/canvas/philip/tests/2d.line.cap.closed.html: Added.
- fast/canvas/philip/tests/2d.line.cap.invalid.html: Added.
- fast/canvas/philip/tests/2d.line.cap.open.html: Added.
- fast/canvas/philip/tests/2d.line.cap.round.html: Added.
- fast/canvas/philip/tests/2d.line.cap.square.html: Added.
- fast/canvas/philip/tests/2d.line.cap.valid.html: Added.
- fast/canvas/philip/tests/2d.line.cross.html: Added.
- fast/canvas/philip/tests/2d.line.defaults.html: Added.
- fast/canvas/philip/tests/2d.line.join.bevel.html: Added.
- fast/canvas/philip/tests/2d.line.join.closed.html: Added.
- fast/canvas/philip/tests/2d.line.join.invalid.html: Added.
- fast/canvas/philip/tests/2d.line.join.miter.html: Added.
- fast/canvas/philip/tests/2d.line.join.open.html: Added.
- fast/canvas/philip/tests/2d.line.join.parallel.html: Added.
- fast/canvas/philip/tests/2d.line.join.round.html: Added.
- fast/canvas/philip/tests/2d.line.join.valid.html: Added.
- fast/canvas/philip/tests/2d.line.miter.acute.html: Added.
- fast/canvas/philip/tests/2d.line.miter.exceeded.html: Added.
- fast/canvas/philip/tests/2d.line.miter.invalid.html: Added.
- fast/canvas/philip/tests/2d.line.miter.lineedge.html: Added.
- fast/canvas/philip/tests/2d.line.miter.obtuse.html: Added.
- fast/canvas/philip/tests/2d.line.miter.rightangle.html: Added.
- fast/canvas/philip/tests/2d.line.miter.valid.html: Added.
- fast/canvas/philip/tests/2d.line.miter.within.html: Added.
- fast/canvas/philip/tests/2d.line.union.html: Added.
- fast/canvas/philip/tests/2d.line.width.basic.html: Added.
- fast/canvas/philip/tests/2d.line.width.invalid.html: Added.
- fast/canvas/philip/tests/2d.line.width.scaledefault.html: Added.
- fast/canvas/philip/tests/2d.line.width.transformed.html: Added.
- fast/canvas/philip/tests/2d.line.width.valid.html: Added.
- fast/canvas/philip/tests/2d.missingargs.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.3.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.4.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.5.html: Added.
- fast/canvas/philip/tests/2d.path.arc.angle.6.html: Added.
- fast/canvas/philip/tests/2d.path.arc.empty.html: Added.
- fast/canvas/philip/tests/2d.path.arc.end.html: Added.
- fast/canvas/philip/tests/2d.path.arc.negative.html: Added.
- fast/canvas/philip/tests/2d.path.arc.nonempty.html: Added.
- fast/canvas/philip/tests/2d.path.arc.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.arc.scale.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.scale.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.selfintersect.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.selfintersect.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.shape.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.shape.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.shape.3.html: Added.
- fast/canvas/philip/tests/2d.path.arc.shape.4.html: Added.
- fast/canvas/philip/tests/2d.path.arc.shape.5.html: Added.
- fast/canvas/philip/tests/2d.path.arc.twopie.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.twopie.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.twopie.3.html: Added.
- fast/canvas/philip/tests/2d.path.arc.twopie.4.html: Added.
- fast/canvas/philip/tests/2d.path.arc.zero.1.html: Added.
- fast/canvas/philip/tests/2d.path.arc.zero.2.html: Added.
- fast/canvas/philip/tests/2d.path.arc.zeroradius.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.coincide.1.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.coincide.2.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.collinear.1.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.collinear.2.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.collinear.3.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.ensuresubpath.1.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.ensuresubpath.2.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.negative.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.scale.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.shape.curve1.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.shape.curve2.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.shape.end.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.shape.start.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.transformation.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.zero.1.html: Added.
- fast/canvas/philip/tests/2d.path.arcTo.zero.2.html: Added.
- fast/canvas/philip/tests/2d.path.beginPath.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.basic.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.1.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.ensuresubpath.2.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.scaled.html: Added.
- fast/canvas/philip/tests/2d.path.bezierCurveTo.shape.html: Added.
- fast/canvas/philip/tests/2d.path.clip.basic.1.html: Added.
- fast/canvas/philip/tests/2d.path.clip.basic.2.html: Added.
- fast/canvas/philip/tests/2d.path.clip.empty.html: Added.
- fast/canvas/philip/tests/2d.path.clip.intersect.html: Added.
- fast/canvas/philip/tests/2d.path.clip.unaffected.html: Added.
- fast/canvas/philip/tests/2d.path.clip.winding.1.html: Added.
- fast/canvas/philip/tests/2d.path.clip.winding.2.html: Added.
- fast/canvas/philip/tests/2d.path.closePath.empty.html: Added.
- fast/canvas/philip/tests/2d.path.closePath.newline.html: Added.
- fast/canvas/philip/tests/2d.path.closePath.nextpoint.html: Added.
- fast/canvas/philip/tests/2d.path.fill.closed.basic.html: Added.
- fast/canvas/philip/tests/2d.path.fill.closed.unaffected.html: Added.
- fast/canvas/philip/tests/2d.path.fill.overlap.html: Added.
- fast/canvas/philip/tests/2d.path.fill.overlap.png: Added.
- fast/canvas/philip/tests/2d.path.fill.winding.add.html: Added.
- fast/canvas/philip/tests/2d.path.fill.winding.subtract.1.html: Added.
- fast/canvas/philip/tests/2d.path.fill.winding.subtract.2.html: Added.
- fast/canvas/philip/tests/2d.path.fill.winding.subtract.3.html: Added.
- fast/canvas/philip/tests/2d.path.initial.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.arc.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.basic.1.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.basic.2.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.bezier.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.bigarc.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.edge.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.empty.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.outside.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.subpath.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.transform.1.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.transform.2.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.transform.3.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.unclosed.html: Added.
- fast/canvas/philip/tests/2d.path.isPointInPath.winding.html: Added.
- fast/canvas/philip/tests/2d.path.lineTo.basic.html: Added.
- fast/canvas/philip/tests/2d.path.lineTo.ensuresubpath.1.html: Added.
- fast/canvas/philip/tests/2d.path.lineTo.ensuresubpath.2.html: Added.
- fast/canvas/philip/tests/2d.path.lineTo.nextpoint.html: Added.
- fast/canvas/philip/tests/2d.path.lineTo.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.moveTo.basic.html: Added.
- fast/canvas/philip/tests/2d.path.moveTo.multiple.html: Added.
- fast/canvas/philip/tests/2d.path.moveTo.newsubpath.html: Added.
- fast/canvas/philip/tests/2d.path.moveTo.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.basic.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.1.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.ensuresubpath.2.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.scaled.html: Added.
- fast/canvas/philip/tests/2d.path.quadraticCurveTo.shape.html: Added.
- fast/canvas/philip/tests/2d.path.rect.basic.html: Added.
- fast/canvas/philip/tests/2d.path.rect.closed.html: Added.
- fast/canvas/philip/tests/2d.path.rect.end.1.html: Added.
- fast/canvas/philip/tests/2d.path.rect.end.2.html: Added.
- fast/canvas/philip/tests/2d.path.rect.negative.html: Added.
- fast/canvas/philip/tests/2d.path.rect.newsubpath.html: Added.
- fast/canvas/philip/tests/2d.path.rect.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.path.rect.selfintersect.html: Added.
- fast/canvas/philip/tests/2d.path.rect.winding.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.1.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.2.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.3.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.4.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.5.html: Added.
- fast/canvas/philip/tests/2d.path.rect.zero.6.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.empty.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.overlap.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.overlap.png: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.arc.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.closed.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.corner.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.curve.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.line.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.prune.rect.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.scale1.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.scale2.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.skew.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.unaffected.html: Added.
- fast/canvas/philip/tests/2d.path.stroke.union.html: Added.
- fast/canvas/philip/tests/2d.path.transformation.basic.html: Added.
- fast/canvas/philip/tests/2d.path.transformation.changing.html: Added.
- fast/canvas/philip/tests/2d.path.transformation.multiple.html: Added.
- fast/canvas/philip/tests/2d.pattern.animated.gif.html: Added.
- fast/canvas/philip/tests/2d.pattern.basic.canvas.html: Added.
- fast/canvas/philip/tests/2d.pattern.basic.image.html: Added.
- fast/canvas/philip/tests/2d.pattern.basic.nocontext.html: Added.
- fast/canvas/philip/tests/2d.pattern.basic.type.html: Added.
- fast/canvas/philip/tests/2d.pattern.basic.zerocanvas.html: Added.
- fast/canvas/philip/tests/2d.pattern.crosscanvas.html: Added.
- fast/canvas/philip/tests/2d.pattern.image.broken.html: Added.
- fast/canvas/philip/tests/2d.pattern.image.incomplete.html: Added.
- fast/canvas/philip/tests/2d.pattern.image.null.html: Added.
- fast/canvas/philip/tests/2d.pattern.image.string.html: Added.
- fast/canvas/philip/tests/2d.pattern.image.undefined.html: Added.
- fast/canvas/philip/tests/2d.pattern.modify.canvas1.html: Added.
- fast/canvas/philip/tests/2d.pattern.modify.canvas2.html: Added.
- fast/canvas/philip/tests/2d.pattern.modify.image1.html: Added.
- fast/canvas/philip/tests/2d.pattern.modify.image2.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.norepeat.basic.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.norepeat.coord1.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.norepeat.coord2.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.norepeat.coord3.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.norepeat.outside.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.orientation.canvas.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.orientation.image.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeat.basic.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeat.coord1.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeat.coord2.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeat.coord3.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeat.outside.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeatx.basic.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeatx.coord1.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeatx.outside.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeaty.basic.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeaty.coord1.html: Added.
- fast/canvas/philip/tests/2d.pattern.paint.repeaty.outside.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.case.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.empty.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.null.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.nullsuffix.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.undefined.html: Added.
- fast/canvas/philip/tests/2d.pattern.repeat.unrecognised.html: Added.
- fast/canvas/philip/tests/2d.scaled.html: Added.
- fast/canvas/philip/tests/2d.scaled.png: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.2.png: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.3.html: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.3.png: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.4.html: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.4.png: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.5.html: Added.
- fast/canvas/philip/tests/2d.shadow.alpha.5.png: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowBlur.initial.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowBlur.invalid.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowBlur.valid.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowColor.initial.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowColor.invalid.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowColor.valid.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowOffset.initial.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowOffset.invalid.html: Added.
- fast/canvas/philip/tests/2d.shadow.attributes.shadowOffset.valid.html: Added.
- fast/canvas/philip/tests/2d.shadow.blur.high.html: Added.
- fast/canvas/philip/tests/2d.shadow.blur.high.png: Added.
- fast/canvas/philip/tests/2d.shadow.blur.low.html: Added.
- fast/canvas/philip/tests/2d.shadow.blur.low.png: Added.
- fast/canvas/philip/tests/2d.shadow.canvas.alpha.html: Added.
- fast/canvas/philip/tests/2d.shadow.canvas.alpha.png: Added.
- fast/canvas/philip/tests/2d.shadow.canvas.basic.html: Added.
- fast/canvas/philip/tests/2d.shadow.canvas.transparent.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.canvas.transparent.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.clip.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.clip.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.clip.3.html: Added.
- fast/canvas/philip/tests/2d.shadow.composite.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.composite.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.composite.3.html: Added.
- fast/canvas/philip/tests/2d.shadow.enable.blur.html: Added.
- fast/canvas/philip/tests/2d.shadow.enable.off.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.enable.off.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.enable.x.html: Added.
- fast/canvas/philip/tests/2d.shadow.enable.y.html: Added.
- fast/canvas/philip/tests/2d.shadow.gradient.alpha.html: Added.
- fast/canvas/philip/tests/2d.shadow.gradient.alpha.png: Added.
- fast/canvas/philip/tests/2d.shadow.gradient.basic.html: Added.
- fast/canvas/philip/tests/2d.shadow.gradient.transparent.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.gradient.transparent.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.alpha.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.alpha.png: Added.
- fast/canvas/philip/tests/2d.shadow.image.basic.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.scale.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.section.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.transparent.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.image.transparent.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.offset.negativeX.html: Added.
- fast/canvas/philip/tests/2d.shadow.offset.negativeY.html: Added.
- fast/canvas/philip/tests/2d.shadow.offset.positiveX.html: Added.
- fast/canvas/philip/tests/2d.shadow.offset.positiveY.html: Added.
- fast/canvas/philip/tests/2d.shadow.outside.html: Added.
- fast/canvas/philip/tests/2d.shadow.pattern.alpha.html: Added.
- fast/canvas/philip/tests/2d.shadow.pattern.alpha.png: Added.
- fast/canvas/philip/tests/2d.shadow.pattern.basic.html: Added.
- fast/canvas/philip/tests/2d.shadow.pattern.transparent.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.pattern.transparent.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.basic.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.cap.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.cap.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.join.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.join.2.html: Added.
- fast/canvas/philip/tests/2d.shadow.stroke.join.3.html: Added.
- fast/canvas/philip/tests/2d.shadow.transform.1.html: Added.
- fast/canvas/philip/tests/2d.shadow.transform.2.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.bitmap.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.clip.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.fillStyle.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.font.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.globalAlpha.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.globalCompositeOperation.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.lineCap.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.lineJoin.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.lineWidth.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.miterLimit.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.path.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.shadowBlur.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.shadowColor.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.shadowOffsetX.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.shadowOffsetY.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.stack.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.stackdepth.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.strokeStyle.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.textAlign.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.textBaseline.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.transformation.html: Added.
- fast/canvas/philip/tests/2d.state.saverestore.underflow.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.basic.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.clip.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.globalalpha.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.globalcomposite.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.negative.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.path.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.shadow.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.transform.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.zero.1.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.zero.2.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.zero.3.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.zero.4.html: Added.
- fast/canvas/philip/tests/2d.strokeRect.zero.5.html: Added.
- fast/canvas/philip/tests/2d.strokeStyle.default.html: Added.
- fast/canvas/philip/tests/2d.text.align.default.html: Added.
- fast/canvas/philip/tests/2d.text.align.invalid.html: Added.
- fast/canvas/philip/tests/2d.text.align.valid.html: Added.
- fast/canvas/philip/tests/2d.text.baseline.default.html: Added.
- fast/canvas/philip/tests/2d.text.baseline.invalid.html: Added.
- fast/canvas/philip/tests/2d.text.baseline.valid.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.center.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.end.ltr.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.end.rtl.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.left.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.right.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.start.ltr.html: Added.
- fast/canvas/philip/tests/2d.text.draw.align.start.rtl.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.alphabetic.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.bottom.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.hanging.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.ideographic.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.middle.html: Added.
- fast/canvas/philip/tests/2d.text.draw.baseline.top.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.basic.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.basic.png: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.bound.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.fontface.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.large.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.large.png: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.small.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.maxWidth.zero.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.rtl.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.rtl.png: Added.
- fast/canvas/philip/tests/2d.text.draw.fill.unaffected.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fontface.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fontface.notinpage.html: Added.
- fast/canvas/philip/tests/2d.text.draw.fontface.repeat.html: Added.
- fast/canvas/philip/tests/2d.text.draw.kern.consistent.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.basic.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.collapse.end.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.collapse.nonspace.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.collapse.other.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.collapse.space.html: Added.
- fast/canvas/philip/tests/2d.text.draw.space.collapse.start.html: Added.
- fast/canvas/philip/tests/2d.text.draw.stroke.basic.html: Added.
- fast/canvas/philip/tests/2d.text.draw.stroke.basic.png: Added.
- fast/canvas/philip/tests/2d.text.draw.stroke.unaffected.html: Added.
- fast/canvas/philip/tests/2d.text.font.default.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.basic.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.complex.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.invalid.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.size.percentage.default.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.size.percentage.html: Added.
- fast/canvas/philip/tests/2d.text.font.parse.system.html: Added.
- fast/canvas/philip/tests/2d.text.measure.width.basic.html: Added.
- fast/canvas/philip/tests/2d.text.measure.width.empty.html: Added.
- fast/canvas/philip/tests/2d.text.measure.width.space.html: Added.
- fast/canvas/philip/tests/2d.transformation.order.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.direction.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.radians.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.wrap.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.wrapnegative.html: Added.
- fast/canvas/philip/tests/2d.transformation.rotate.zero.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.basic.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.large.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.multiple.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.negative.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.transformation.scale.zero.html: Added.
- fast/canvas/philip/tests/2d.transformation.setTransform.multiple.html: Added.
- fast/canvas/philip/tests/2d.transformation.setTransform.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.transformation.setTransform.skewed.html: Added.
- fast/canvas/philip/tests/2d.transformation.transform.identity.html: Added.
- fast/canvas/philip/tests/2d.transformation.transform.multiply.html: Added.
- fast/canvas/philip/tests/2d.transformation.transform.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.transformation.transform.skewed.html: Added.
- fast/canvas/philip/tests/2d.transformation.translate.basic.html: Added.
- fast/canvas/philip/tests/2d.transformation.translate.nonfinite.html: Added.
- fast/canvas/philip/tests/2d.voidreturn.html: Added.
- fast/canvas/philip/tests/clear-100x50.png: Added.
- fast/canvas/philip/tests/context.casesensitive.html: Added.
- fast/canvas/philip/tests/context.emptystring.html: Added.
- fast/canvas/philip/tests/context.unrecognised.badname.html: Added.
- fast/canvas/philip/tests/context.unrecognised.badsuffix.html: Added.
- fast/canvas/philip/tests/context.unrecognised.nullsuffix.html: Added.
- fast/canvas/philip/tests/context.unrecognised.unicode.html: Added.
- fast/canvas/philip/tests/fallback.basic.html: Added.
- fast/canvas/philip/tests/fallback.multiple.html: Added.
- fast/canvas/philip/tests/fallback.nested.html: Added.
- fast/canvas/philip/tests/green-100x50.png: Added.
- fast/canvas/philip/tests/initial.colour.html: Added.
- fast/canvas/philip/tests/initial.colour.png: Added.
- fast/canvas/philip/tests/initial.reset.2dstate.html: Added.
- fast/canvas/philip/tests/initial.reset.clip.html: Added.
- fast/canvas/philip/tests/initial.reset.different.html: Added.
- fast/canvas/philip/tests/initial.reset.different.png: Added.
- fast/canvas/philip/tests/initial.reset.gradient.html: Added.
- fast/canvas/philip/tests/initial.reset.path.html: Added.
- fast/canvas/philip/tests/initial.reset.path.png: Added.
- fast/canvas/philip/tests/initial.reset.pattern.html: Added.
- fast/canvas/philip/tests/initial.reset.same.html: Added.
- fast/canvas/philip/tests/initial.reset.same.png: Added.
- fast/canvas/philip/tests/initial.reset.transform.html: Added.
- fast/canvas/philip/tests/security.dataURI.html: Added.
- fast/canvas/philip/tests/security.drawImage.canvas.html: Added.
- fast/canvas/philip/tests/security.drawImage.image.html: Added.
- fast/canvas/philip/tests/security.pattern.canvas.fillStyle.html: Added.
- fast/canvas/philip/tests/security.pattern.canvas.strokeStyle.html: Added.
- fast/canvas/philip/tests/security.pattern.canvas.timing.html: Added.
- fast/canvas/philip/tests/security.pattern.create.html: Added.
- fast/canvas/philip/tests/security.pattern.cross.html: Added.
- fast/canvas/philip/tests/security.pattern.image.fillStyle.html: Added.
- fast/canvas/philip/tests/security.pattern.image.strokeStyle.html: Added.
- fast/canvas/philip/tests/security.reset.html: Added.
- fast/canvas/philip/tests/size.attributes.default.html: Added.
- fast/canvas/philip/tests/size.attributes.default.png: Added.
- fast/canvas/philip/tests/size.attributes.get.html: Added.
- fast/canvas/philip/tests/size.attributes.get.png: Added.
- fast/canvas/philip/tests/size.attributes.idl.html: Added.
- fast/canvas/philip/tests/size.attributes.idl.set.zero.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.decimal.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.decimal.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.em.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.em.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.empty.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.empty.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.exp.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.exp.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.hex.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.junk.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.junk.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.minus.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.minus.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.octal.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.octal.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.onlyspace.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.onlyspace.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.percent.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.percent.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.plus.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.plus.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.space.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.space.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.trailingjunk.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.trailingjunk.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.whitespace.html: Added.
- fast/canvas/philip/tests/size.attributes.parse.whitespace.png: Added.
- fast/canvas/philip/tests/size.attributes.parse.zero.html: Added.
- fast/canvas/philip/tests/size.attributes.reflect.setcontent.html: Added.
- fast/canvas/philip/tests/size.attributes.reflect.setcontent.png: Added.
- fast/canvas/philip/tests/size.attributes.reflect.setidl.html: Added.
- fast/canvas/philip/tests/size.attributes.reflect.setidl.png: Added.
- fast/canvas/philip/tests/size.attributes.reflect.setidlzero.html: Added.
- fast/canvas/philip/tests/size.attributes.removed.html: Added.
- fast/canvas/philip/tests/size.attributes.removed.png: Added.
- fast/canvas/philip/tests/size.attributes.set.html: Added.
- fast/canvas/philip/tests/size.attributes.set.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.decimal.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.decimal.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.em.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.em.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.empty.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.empty.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.exp.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.exp.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.hex.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.junk.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.junk.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.minus.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.minus.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.octal.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.octal.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.onlyspace.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.onlyspace.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.percent.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.percent.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.plus.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.plus.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.space.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.space.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.trailingjunk.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.trailingjunk.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.whitespace.html: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.whitespace.png: Added.
- fast/canvas/philip/tests/size.attributes.setAttribute.zero.html: Added.
- fast/canvas/philip/tests/size.attributes.style.html: Added.
- fast/canvas/philip/tests/size.attributes.style.png: Added.
- fast/canvas/philip/tests/toDataURL.arguments.1.html: Added.
- fast/canvas/philip/tests/toDataURL.arguments.2.html: Added.
- fast/canvas/philip/tests/toDataURL.arguments.3.html: Added.
- fast/canvas/philip/tests/toDataURL.bogustype.html: Added.
- fast/canvas/philip/tests/toDataURL.default.html: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.alpha.html: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.alpha.png: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.primarycolours.html: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.primarycolours.png: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.quality.basic.html: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.quality.basic.png: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.quality.notnumber.html: Added.
- fast/canvas/philip/tests/toDataURL.jpeg.quality.outsiderange.html: Added.
- fast/canvas/philip/tests/toDataURL.lowercase.ascii.html: Added.
- fast/canvas/philip/tests/toDataURL.lowercase.unicode.html: Added.
- fast/canvas/philip/tests/toDataURL.nocontext.html: Added.
- fast/canvas/philip/tests/toDataURL.png.complexcolours.html: Added.
- fast/canvas/philip/tests/toDataURL.png.complexcolours.png: Added.
- fast/canvas/philip/tests/toDataURL.png.html: Added.
- fast/canvas/philip/tests/toDataURL.png.primarycolours.html: Added.
- fast/canvas/philip/tests/toDataURL.png.primarycolours.png: Added.
- fast/canvas/philip/tests/toDataURL.unrecognised.html: Added.
- fast/canvas/philip/tests/toDataURL.zerosize.html: Added.
- fast/canvas/philip/tests/type.delete.html: Added.
- fast/canvas/philip/tests/type.exists.html: Added.
- fast/canvas/philip/tests/type.extend.html: Added.
- fast/canvas/philip/tests/type.name.html: Added.
- fast/canvas/philip/tests/type.prototype.html: Added.
- fast/canvas/philip/tests/type.replace.html: Added.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/mac/Skipped:
- platform/qt/Skipped:
- platform/win/Skipped:
- 1:25 PM Changeset in webkit [59953] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Update Qt specific expected file after r59941.
- platform/qt/fast/dom/prototype-inheritance-expected.txt: updated.
- 1:20 PM Changeset in webkit [59952] by
-
- 2 edits in trunk/LayoutTests
2010-05-21 Alejandro G. Castro <alex@igalia.com>
Rubber-stamped by Xan Lopez.
Updated test results.
- platform/gtk/fast/dom/prototype-inheritance-expected.txt:
- 1:07 PM Changeset in webkit [59951] by
-
- 2 edits in trunk/JavaScriptCore
Unreviewed buildfix for Qt after r59941.
- JavaScriptCore.pro: missing runtime/JSObjectWithGlobalObject.cpp added to SOURCES.
- 12:53 PM Changeset in webkit [59950] by
-
- 3 edits4 adds in trunk
WebCore: Fix for <rdar://problem/8009118> Crash in WebCore::toAlphabetic()
while running MangleMe
-and corresponding-
https://bugs.webkit.org/show_bug.cgi?id=39508
Reviewed by Darin Adler.
The math was slightly off here, and we wound up trying to access an
array at index -1 in some cases. We need to decrement numberShadow
rather than subtracting one from the result of the modulo
operation.
- rendering/RenderListMarker.cpp:
(WebCore::toAlphabeticOrNumeric):
LayoutTests: Test for <rdar://problem/8009118> Crash in WebCore::toAlphabetic()
while running MangleMe
-and corresponding-
https://bugs.webkit.org/show_bug.cgi?id=39508
Reviewed by Darin Adler.
- fast/lists/alpha-boundary-values.html: Added.
- platform/mac/fast/lists/alpha-boundary-values-expected.checksum: Added.
- platform/mac/fast/lists/alpha-boundary-values-expected.png: Added.
- platform/mac/fast/lists/alpha-boundary-values-expected.txt: Added.
- 12:20 PM Changeset in webkit [59949] by
-
- 2 edits in trunk/WebCore
Qt buildfix #2
- 12:11 PM Changeset in webkit [59948] by
-
- 2 edits in trunk/JavaScriptCore
Windows build fix #3
- 12:06 PM Changeset in webkit [59947] by
-
- 3 edits in trunk/WebCore
Qt buildfix #1
- 12:04 PM Changeset in webkit [59946] by
-
- 2 edits in branches/audio/WebCore/audio
Some stopgap sanity checks in resampler to avoid crashes - until this code can really be cleaned up
- 12:04 PM Changeset in webkit [59945] by
-
- 8 edits in branches/audio/WebCore/audio
Don't rely on garbage collection of AudioContext for audio to stop playing when page unloads
- also don't use object composition of AudioOutputNode in AudioContext - use RefPtr instead since this can be wrapped in a javascript wrapper!
- 11:57 AM Changeset in webkit [59944] by
-
- 2 edits in trunk/JavaScriptCore
Windows build fix #2
- 11:56 AM Changeset in webkit [59943] by
-
- 3 edits in trunk/WebCore
Fixed failure seen on buildbot (due to flaky test).
Reviewed by Oliver Hunt.
Don't report an exception in a nested script evaluation -- just pass the
exception on to our caller. Our caller can decide to report the exception,
if it fully propagates -- but we don't want to report an exception that's
going to get caught.
- bindings/js/ScriptController.cpp:
(WebCore::ScriptController::ScriptController):
(WebCore::ScriptController::evaluateInWorld):
- bindings/js/ScriptController.h:
- 11:42 AM Changeset in webkit [59942] by
-
- 2 edits in trunk/JavaScriptCore
Windows build fix #1
- 11:19 AM Changeset in webkit [59941] by
-
- 114 edits3 adds in trunk
2010-05-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
All callable objects should have a global object reference
https://bugs.webkit.org/show_bug.cgi?id=39495
All objects that may ever return a value other CallTypeNone
or ConstructTypeNone now get a global object in their constructor
and store that in their first anonymous slot. We add a new type
JSObjectWithGlobalObject to allow us to share this logic as much
as possible, however some objects have specific inheritance
requirements so we can't just use it universally.
To enforce this requirement JSValue::getCallData and getConstructData
make use of a new "isValidCallee" function to assert that any object
that returns a value other than CallType/ConstructTypeNone has a
global object in anonymous slot 0.
In order to ensure that static function slots are converted into
function objects with the correct global object, all prototype objects
and other classes with static function slots also gain a global object
reference. Happily this fixes the long standing issue where host
function objects get a prototype from the lexical global object of the
first function that calls them, instead of the global object that they
are defined on.
- API/JSCallbackConstructor.cpp: (JSC::JSCallbackConstructor::JSCallbackConstructor):
- API/JSCallbackConstructor.h:
- API/JSCallbackFunction.cpp: (JSC::JSCallbackFunction::JSCallbackFunction):
- API/JSCallbackFunction.h:
- API/JSCallbackObject.cpp: (JSC::):
- API/JSCallbackObject.h:
- API/JSCallbackObjectFunctions.h: (JSC::::JSCallbackObject): (JSC::::staticFunctionGetter):
- API/JSClassRef.cpp: (OpaqueJSClass::prototype):
- API/JSContextRef.cpp:
- API/JSObjectRef.cpp: (JSObjectMake): (JSObjectMakeFunctionWithCallback): (JSObjectMakeConstructor): (JSObjectGetPrivate): (JSObjectSetPrivate): (JSObjectGetPrivateProperty): (JSObjectSetPrivateProperty): (JSObjectDeletePrivateProperty):
- API/JSValueRef.cpp: (JSValueIsObjectOfClass):
- API/JSWeakObjectMapRefPrivate.cpp:
- CMakeLists.txt:
- GNUmakefile.am:
- JavaScriptCore.exp:
- JavaScriptCore.gypi:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
- JavaScriptCore.xcodeproj/project.pbxproj:
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- jit/JITStubs.cpp: (JSC::DEFINE_STUB_FUNCTION):
- jsc.cpp: (GlobalObject::GlobalObject):
- runtime/ArrayConstructor.cpp: (JSC::ArrayConstructor::ArrayConstructor):
- runtime/ArrayConstructor.h:
- runtime/ArrayPrototype.cpp: (JSC::ArrayPrototype::ArrayPrototype):
- runtime/ArrayPrototype.h: (JSC::ArrayPrototype::createStructure):
- runtime/BooleanConstructor.cpp: (JSC::BooleanConstructor::BooleanConstructor):
- runtime/BooleanConstructor.h:
- runtime/BooleanPrototype.cpp: (JSC::BooleanPrototype::BooleanPrototype):
- runtime/BooleanPrototype.h:
- runtime/DateConstructor.cpp: (JSC::DateConstructor::DateConstructor):
- runtime/DateConstructor.h:
- runtime/DatePrototype.cpp: (JSC::DatePrototype::DatePrototype):
- runtime/DatePrototype.h:
- runtime/ErrorConstructor.cpp: (JSC::ErrorConstructor::ErrorConstructor):
- runtime/ErrorConstructor.h:
- runtime/ErrorPrototype.cpp: (JSC::ErrorPrototype::ErrorPrototype):
- runtime/ErrorPrototype.h:
- runtime/FunctionConstructor.cpp: (JSC::FunctionConstructor::FunctionConstructor):
- runtime/FunctionConstructor.h:
- runtime/FunctionPrototype.cpp: (JSC::FunctionPrototype::FunctionPrototype): (JSC::FunctionPrototype::addFunctionProperties):
- runtime/FunctionPrototype.h:
- runtime/GlobalEvalFunction.cpp: (JSC::GlobalEvalFunction::GlobalEvalFunction):
- runtime/GlobalEvalFunction.h:
- runtime/InternalFunction.cpp: (JSC::InternalFunction::InternalFunction):
- runtime/InternalFunction.h:
- runtime/JSCell.h: (JSC::JSValue::getCallData): (JSC::JSValue::getConstructData):
- runtime/JSFunction.cpp: (JSC::JSFunction::JSFunction):
- runtime/JSFunction.h:
- runtime/JSGlobalObject.cpp: (JSC::JSGlobalObject::reset):
- runtime/JSGlobalObject.h: (JSC::JSGlobalObject::JSGlobalObject):
- runtime/JSONObject.cpp: (JSC::JSONObject::JSONObject):
- runtime/JSONObject.h:
- runtime/JSObject.h:
- runtime/JSObjectWithGlobalObject.cpp: Added. (JSC::JSObjectWithGlobalObject::JSObjectWithGlobalObject):
- runtime/JSObjectWithGlobalObject.h: Added. (JSC::JSObjectWithGlobalObject::createStructure): (JSC::JSObjectWithGlobalObject::JSObjectWithGlobalObject):
- runtime/JSValue.cpp: (JSC::JSValue::isValidCallee):
- runtime/JSValue.h:
- runtime/Lookup.cpp: (JSC::setUpStaticFunctionSlot):
- runtime/MathObject.cpp: (JSC::MathObject::MathObject):
- runtime/MathObject.h:
- runtime/NativeErrorConstructor.cpp: (JSC::NativeErrorConstructor::NativeErrorConstructor):
- runtime/NativeErrorConstructor.h:
- runtime/NativeErrorPrototype.cpp: (JSC::NativeErrorPrototype::NativeErrorPrototype):
- runtime/NativeErrorPrototype.h:
- runtime/NumberConstructor.cpp: (JSC::NumberConstructor::NumberConstructor):
- runtime/NumberConstructor.h:
- runtime/NumberPrototype.cpp: (JSC::NumberPrototype::NumberPrototype):
- runtime/NumberPrototype.h:
- runtime/ObjectConstructor.cpp: (JSC::ObjectConstructor::ObjectConstructor):
- runtime/ObjectConstructor.h:
- runtime/ObjectPrototype.cpp: (JSC::ObjectPrototype::ObjectPrototype):
- runtime/ObjectPrototype.h:
- runtime/PrototypeFunction.cpp: (JSC::PrototypeFunction::PrototypeFunction):
- runtime/PrototypeFunction.h:
- runtime/RegExpConstructor.cpp: (JSC::RegExpConstructor::RegExpConstructor): (JSC::constructRegExp):
- runtime/RegExpConstructor.h:
- runtime/RegExpObject.cpp: (JSC::RegExpObject::RegExpObject):
- runtime/RegExpObject.h:
- runtime/RegExpPrototype.cpp: (JSC::RegExpPrototype::RegExpPrototype):
- runtime/RegExpPrototype.h:
- runtime/StringConstructor.cpp: (JSC::StringConstructor::StringConstructor):
- runtime/StringConstructor.h:
- runtime/StringPrototype.cpp: (JSC::StringPrototype::StringPrototype):
- runtime/StringPrototype.h:
2010-05-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
All callable objects should have a global object reference
https://bugs.webkit.org/show_bug.cgi?id=39495
Update expected results as we now give all function objects
get their prototypes from the correct global object.
- fast/dom/prototype-inheritance-expected.txt:
2010-05-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
All callable objects should have a global object reference
https://bugs.webkit.org/show_bug.cgi?id=39495
Update the bindings generator to give prototype objects a
global object. Update all the manually written JSObject
subclasses to pass a global object.
- ForwardingHeaders/runtime/JSObjectWithGlobalObject.h: Added.
- WebCore.PluginHostProcess.exp:
- bindings/js/JSDOMBinding.cpp: (WebCore::objectToStringFunctionGetter):
- bindings/js/JSDOMWindowCustom.cpp: (WebCore::nonCachingStaticFunctionGetter):
- bindings/js/JSDOMWindowShell.cpp: (WebCore::JSDOMWindowShell::setWindow):
- bindings/js/JSHistoryCustom.cpp: (WebCore::nonCachingStaticBackFunctionGetter): (WebCore::nonCachingStaticForwardFunctionGetter): (WebCore::nonCachingStaticGoFunctionGetter):
- bindings/js/JSLocationCustom.cpp: (WebCore::nonCachingStaticReplaceFunctionGetter): (WebCore::nonCachingStaticReloadFunctionGetter): (WebCore::nonCachingStaticAssignFunctionGetter):
- bindings/js/WorkerScriptController.cpp: (WebCore::WorkerScriptController::initScript):
- bindings/scripts/CodeGeneratorJS.pm:
- bridge/c/CRuntimeObject.cpp: (JSC::Bindings::CRuntimeObject::CRuntimeObject):
- bridge/c/CRuntimeObject.h:
- bridge/c/c_instance.cpp: (JSC::Bindings::CInstance::newRuntimeObject): (JSC::Bindings::CRuntimeMethod::CRuntimeMethod): (JSC::Bindings::CInstance::getMethod):
- bridge/jni/jsc/JavaInstanceJSC.cpp: (JavaInstance::newRuntimeObject): (JavaRuntimeMethod::JavaRuntimeMethod): (JavaInstance::getMethod):
- bridge/jni/jsc/JavaRuntimeObject.cpp: (JSC::Bindings::JavaRuntimeObject::JavaRuntimeObject):
- bridge/jni/jsc/JavaRuntimeObject.h:
- bridge/jsc/BridgeJSC.cpp: (JSC::Bindings::Instance::newRuntimeObject):
- bridge/objc/ObjCRuntimeObject.h:
- bridge/objc/ObjCRuntimeObject.mm: (JSC::Bindings::ObjCRuntimeObject::ObjCRuntimeObject):
- bridge/objc/objc_class.mm: (JSC::Bindings::ObjcClass::fallbackObject):
- bridge/objc/objc_instance.mm: (ObjcInstance::newRuntimeObject): (ObjCRuntimeMethod::ObjCRuntimeMethod): (ObjcInstance::getMethod):
- bridge/objc/objc_runtime.h:
- bridge/objc/objc_runtime.mm: (JSC::Bindings::ObjcFallbackObjectImp::ObjcFallbackObjectImp):
- bridge/runtime_method.cpp: (JSC::RuntimeMethod::RuntimeMethod):
- bridge/runtime_method.h:
- bridge/runtime_object.cpp: (JSC::Bindings::RuntimeObject::RuntimeObject):
- bridge/runtime_object.h:
2010-05-21 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
All callable objects should have a global object reference
https://bugs.webkit.org/show_bug.cgi?id=39495
Update the plugin proxy to handle the need for global object.
- Plugins/Hosted/ProxyInstance.mm: (WebKit::ProxyInstance::newRuntimeObject): (WebKit::ProxyRuntimeMethod::ProxyRuntimeMethod): (WebKit::ProxyInstance::getMethod):
- Plugins/Hosted/ProxyRuntimeObject.h:
- Plugins/Hosted/ProxyRuntimeObject.mm: (WebKit::ProxyRuntimeObject::ProxyRuntimeObject):
- 11:14 AM Changeset in webkit [59940] by
-
- 2 edits in trunk/LayoutTests
2010-05-21 Victor Wang <victorw@chromium.org>
Unremivewed. Update test expecations for chromium.
- platform/chromium/test_expectations.txt:
- 10:20 AM Changeset in webkit [59939] by
-
- 3 edits in trunk/JavaScriptCore
2010-05-21 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Need a short description and bug URL (OOPS!)
Removed the unused entry in the CallFrame, and reordered CallFrame
writes on the hot path to be in forwards order.
SunSpider says 0.3% faster.
- interpreter/RegisterFile.h: (JSC::RegisterFile::):
- jit/JITCall.cpp: (JSC::JIT::compileOpCall):
- 9:55 AM Changeset in webkit [59938] by
-
- 4 edits in trunk
2010-05-21 Robin Cao <robin.cao@torchmobile.com.cn>
Reviewed by Adam Roben.
fast/dom/HTMLObjectElement/children-changed.html times out on Windows run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=31315
- platform/win/Skipped: The test should pass now.
2010-05-21 Robin Cao <robin.cao@torchmobile.com.cn>
Reviewed by Adam Roben.
fast/dom/HTMLObjectElement/children-changed.html times out on Windows run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=31315
- DumpRenderTree/win/FrameLoadDelegate.cpp: (FrameLoadDelegate::didFailProvisionalLoadWithError): Need to invoke locationChangeDone here as mac port does.
- 9:31 AM Changeset in webkit [59937] by
-
- 2 edits in trunk/WebKit2
Unreviewed build fix for WebKit2
- 9:27 AM Changeset in webkit [59936] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
Updating Chromium test_expectations for newly added test,
svg/animations/animate-points.html which uses unsupported API.
- platform/chromium/test_expectations.txt:
- 9:06 AM Changeset in webkit [59935] by
-
- 22 edits3 adds in trunk
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::WebViewImpl):
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
- Api/qwebpage.cpp: (QWebPagePrivate::QWebPagePrivate):
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
- webkit/webkitwebview.cpp: (webkit_web_view_init):
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
- WebView.cpp: (WebView::initWithFrame):
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
- WebView/WebView.mm: (-[WebView _commonInitializationWithFrameName:groupName:usesDocumentViews:]):
2010-05-21 Steve Block <steveblock@google.com>
Reviewed by Jeremy Orlow.
Add DeviceOrientation and DeviceOrientationClient
https://bugs.webkit.org/show_bug.cgi?id=39479
The page owns a DeviceOrientation object, which has a pointer to a
DeviceOrientationClient object provided by the embedder. The
DeviceOrientation object forwards requests to start listening to
orientation to the client, and when updates are available, fires a
DeviceOrientationEvent on the window object.
No new tests are possible at this time as the implementation is
incomplete. Future patches will add LayoutTestController methods
to provide mock orientation events to test this.
- Android.mk:
- CMakeLists.txt:
- GNUmakefile.am:
- WebCore.base.exp:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj
- WebCore.xcodeproj/project.pbxproj:
- dom/DeviceOrientation.cpp: Added. (WebCore::DeviceOrientation::DeviceOrientation): (WebCore::DeviceOrientation::onDeviceOrientationChange):
- dom/DeviceOrientation.h: Added.
- dom/DeviceOrientationClient.h: Added. (WebCore::DeviceOrientationClient::~DeviceOrientationClient):
- page/Page.cpp: (WebCore::Page::Page):
- page/Page.h: (WebCore::Page::deviceOrientation):
- svg/graphics/SVGImage.cpp: (WebCore::SVGImage::dataChanged):
- 8:28 AM Changeset in webkit [59934] by
-
- 2 edits in trunk/WebCore
2010-05-21 Tasuku Suzuki <tasuku.suzuki@nokia.com>
Reviewed by Simon Hausmann.
[Qt] Fix compilation with QT_NO_GRAPHICSEFFECT
https://bugs.webkit.org/show_bug.cgi?id=38324
- platform/graphics/qt/GraphicsLayerQt.cpp: (WebCore::GraphicsLayerQtImpl::flushChanges):
- 8:01 AM Changeset in webkit [59933] by
-
- 2 edits in trunk/WebCore
2010-05-21 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
Reviewed by Darin Fisher.
Fix the HistoryController::pushState.
It should be possible to call the pushState method from
the first page in a window.
history.pushState doesn't work for the first page in a window.
https://bugs.webkit.org/show_bug.cgi?id=39418
- loader/HistoryController.cpp: (WebCore::HistoryController::pushState):
- 7:44 AM QtWebKitJournal edited by
- (diff)
- 7:44 AM Changeset in webkit [59932] by
-
- 2 edits in trunk/WebCore
2010-05-21 Victoria Kirst <vrk@google.com>
Reviewed by David Levin.
[chromium] Fix slider status when buffering
https://bugs.webkit.org/show_bug.cgi?id=39370
Adjusts the buffering bar to be aligned with the slider thumb.
No new tests. (Covered by existing layout tests.)
- rendering/RenderMediaControlsChromium.cpp: (WebCore::paintMediaSlider): Added logic to align the buffering bar with the thumb. Half of the thumb image is transparent, so the buffer bar is adjusted to fill in this gap.
- 7:42 AM QtWebKitJournal edited by
- (diff)
- 7:40 AM QtWebKitJournal edited by
- (diff)
- 7:21 AM Changeset in webkit [59931] by
-
- 2 edits in trunk/WebCore
2010-05-21 Jesus Sanchez-Palencia <jesus@webkit.org>
Reviewed by Eric Seidel.
Extra processesArguments() calls in Document::processViewport
https://bugs.webkit.org/show_bug.cgi?id=39358
The viewport arguments are only needed when there is a frame->page(),
therefore we don't need to always call processArguments().
- dom/Document.cpp: (WebCore::Document::processViewport):
- 6:42 AM Changeset in webkit [59930] by
-
- 3 edits3 adds1 delete in trunk/JavaScriptCore
2010-05-21 Jedrzej Nowacki <jedrzej.nowacki@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
Split the QScriptValue autotest into smaller chunks.
File tst_qscriptvalue_generated.cpp was huge and it was difficult to compile
it with MSVS2008, because of the code optimization.
Tests were splited into a few files for better use of distributed
compilation.
Repeated calls to insert() and operator<<() where replaced by loops,
that should reduce time of code optimizing.
New files were generated by the same application, test logic wasn't changed.
[Qt] The QScriptValue autotest should be refactored.
https://bugs.webkit.org/show_bug.cgi?id=38987
- qt/tests/qscriptvalue/qscriptvalue.pro:
- qt/tests/qscriptvalue/tst_qscriptvalue.h:
- qt/tests/qscriptvalue/tst_qscriptvalue_generated.cpp: Removed.
- qt/tests/qscriptvalue/tst_qscriptvalue_generated_init.cpp: Added. (tst_QScriptValue::initScriptValues):
- qt/tests/qscriptvalue/tst_qscriptvalue_generated_istype.cpp: Added. (tst_QScriptValue::isValid_initData): (tst_QScriptValue::isValid_makeData): (tst_QScriptValue::isValid_test): (tst_QScriptValue::isBool_initData): (tst_QScriptValue::isBool_makeData): (tst_QScriptValue::isBool_test): (tst_QScriptValue::isBoolean_initData): (tst_QScriptValue::isBoolean_makeData): (tst_QScriptValue::isBoolean_test): (tst_QScriptValue::isNumber_initData): (tst_QScriptValue::isNumber_makeData): (tst_QScriptValue::isNumber_test): (tst_QScriptValue::isFunction_initData): (tst_QScriptValue::isFunction_makeData): (tst_QScriptValue::isFunction_test): (tst_QScriptValue::isNull_initData): (tst_QScriptValue::isNull_makeData): (tst_QScriptValue::isNull_test): (tst_QScriptValue::isString_initData): (tst_QScriptValue::isString_makeData): (tst_QScriptValue::isString_test): (tst_QScriptValue::isUndefined_initData): (tst_QScriptValue::isUndefined_makeData): (tst_QScriptValue::isUndefined_test): (tst_QScriptValue::isObject_initData): (tst_QScriptValue::isObject_makeData): (tst_QScriptValue::isObject_test):
- qt/tests/qscriptvalue/tst_qscriptvalue_generated_totype.cpp: Added. (tst_QScriptValue::toString_initData): (tst_QScriptValue::toString_makeData): (tst_QScriptValue::toString_test): (tst_QScriptValue::toNumber_initData): (tst_QScriptValue::toNumber_makeData): (tst_QScriptValue::toNumber_test): (tst_QScriptValue::toBool_initData): (tst_QScriptValue::toBool_makeData): (tst_QScriptValue::toBool_test): (tst_QScriptValue::toBoolean_initData): (tst_QScriptValue::toBoolean_makeData): (tst_QScriptValue::toBoolean_test): (tst_QScriptValue::toInteger_initData): (tst_QScriptValue::toInteger_makeData): (tst_QScriptValue::toInteger_test): (tst_QScriptValue::toInt32_initData): (tst_QScriptValue::toInt32_makeData): (tst_QScriptValue::toInt32_test): (tst_QScriptValue::toUInt32_initData): (tst_QScriptValue::toUInt32_makeData): (tst_QScriptValue::toUInt32_test): (tst_QScriptValue::toUInt16_initData): (tst_QScriptValue::toUInt16_makeData): (tst_QScriptValue::toUInt16_test):
- 6:18 AM Changeset in webkit [59929] by
-
- 2 edits1 add in trunk/WebCore
2010-05-17 Philippe Normand <pnormand@igalia.com>
Reviewed by Eric Carlson.
[GStreamer] video painting support on mac port
https://bugs.webkit.org/show_bug.cgi?id=39206
ImageGStreamer support for mac port. A CG Image is created using
the GstBuffer data. It can then be painted by the gstreamer player.
- platform/graphics/gstreamer/ImageGStreamer.h:
- platform/graphics/gstreamer/ImageGStreamerCG.mm: Added. (ImageGStreamer::createImage): (ImageGStreamer::ImageGStreamer): (ImageGStreamer::~ImageGStreamer):
- 5:55 AM QtWebKitBackportingFixes edited by
- (diff)
- 5:53 AM Changeset in webkit [59928] by
-
- 3 edits3 adds in trunk
2010-05-21 Robin Cao <robin.cao@torchmobile.com.cn>
Reviewed by Eric Seidel.
animateTransform does not work on gradientTransform
https://bugs.webkit.org/show_bug.cgi?id=38115
Tests if gradientTransform of a gradient is animateable.
- svg/animations/animate-gradient-transform-expected.txt: Added.
- svg/animations/animate-gradient-transform.html: Added.
- svg/animations/script-tests/animate-gradient-transform.js: Added. (sample1): (sample2): (sample3): (executeTest):
2010-05-21 Robin Cao <robin.cao@torchmobile.com.cn>
Reviewed by Eric Seidel.
animateTransform does not work on gradientTransform
https://bugs.webkit.org/show_bug.cgi?id=38115
Tests: svg/animations/animate-gradient-transform.html
- svg/SVGAnimateTransformElement.cpp: (WebCore::SVGAnimateTransformElement::hasValidTarget): Check if the target element is gradient. (WebCore::transformListFor): Ditto. (WebCore::SVGAnimateTransformElement::resetToBaseValue): Ditto. (WebCore::SVGAnimateTransformElement::applyResultsToTarget): Ditto.
- 5:15 AM Changeset in webkit [59927] by
-
- 2 edits in trunk/WebCore
2010-05-21 Young Han Lee <joybro@company100.net>
Reviewed by Eric Seidel.
Fix guard around DatabaseSync
https://bugs.webkit.org/show_bug.cgi?id=38897
- storage/DatabaseSync.cpp:
- 4:59 AM Changeset in webkit [59926] by
-
- 56 edits1 move1 delete in trunk/LayoutTests
Geolocation LayoutTests should use standard template pattern
https://bugs.webkit.org/show_bug.cgi?id=39301
- 4:14 AM Changeset in webkit [59925] by
-
- 2 edits in trunk/WebCore
[Qt] Prospective Qt/Mac build fix
My cpp is paranoid and doesn't like #if Q_WS_MAC:
error: #if with no expression
- page/qt/EventHandlerQt.cpp:
- 4:03 AM Changeset in webkit [59924] by
-
- 2 edits in trunk/WebCore
2010-05-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Eric Seidel.
[EFL] Update Localized Strings. Remove markers from strings
since we are not using them and they are only polluting output.
https://bugs.webkit.org/show_bug.cgi?id=39371
No new tests required.
- platform/efl/LocalizedStringsEfl.cpp: (WebCore::contextMenuItemTagOpenLinkInNewWindow): (WebCore::contextMenuItemTagDownloadLinkToDisk): (WebCore::contextMenuItemTagCopyLinkToClipboard): (WebCore::contextMenuItemTagOpenImageInNewWindow): (WebCore::contextMenuItemTagDownloadImageToDisk): (WebCore::contextMenuItemTagCopyImageToClipboard): (WebCore::contextMenuItemTagOpenFrameInNewWindow): (WebCore::contextMenuItemTagSelectAll): (WebCore::contextMenuItemTagUnicode): (WebCore::contextMenuItemTagInputMethods): (WebCore::contextMenuItemTagGoBack): (WebCore::contextMenuItemTagGoForward): (WebCore::contextMenuItemTagReload): (WebCore::contextMenuItemTagIgnoreSpelling): (WebCore::contextMenuItemTagLearnSpelling): (WebCore::contextMenuItemTagSearchWeb): (WebCore::contextMenuItemTagLookUpInDictionary): (WebCore::contextMenuItemTagOpenLink): (WebCore::contextMenuItemTagIgnoreGrammar): (WebCore::contextMenuItemTagSpellingMenu): (WebCore::contextMenuItemTagCheckSpelling): (WebCore::contextMenuItemTagCheckGrammarWithSpelling): (WebCore::contextMenuItemTagFontMenu): (WebCore::contextMenuItemTagOutline): (WebCore::contextMenuItemTagInspectElement): (WebCore::searchMenuClearRecentSearchesText): (WebCore::missingPluginText): Add missing message. (WebCore::multipleFileUploadText): (WebCore::crashedPluginText):
- 3:34 AM Changeset in webkit [59923] by
-
- 2 edits in trunk/WebCore
2010-05-21 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Eric Seidel.
[EF] Fix support for focus ring.
https://bugs.webkit.org/show_bug.cgi?id=39387
No new tests required.
- html/HTMLAnchorElement.cpp: Add EFL to #ifdef (WebCore::HTMLAnchorElement::isMouseFocusable):
- 2:56 AM Changeset in webkit [59922] by
-
- 2 edits in trunk/WebCore
2010-05-21 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add missing localized string symbols.
https://bugs.webkit.org/show_bug.cgi?id=39394
Add missingPluginText and crashedPluginText.
- platform/brew/LocalizedStringsBrew.cpp: (WebCore::missingPluginText): (WebCore::crashedPluginText):
- 2:40 AM Changeset in webkit [59921] by
-
- 2 edits in trunk/JavaScriptCore
2010-05-21 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
Add COMPILER(MSVC) guard for strnstr
https://bugs.webkit.org/show_bug.cgi?id=39397
BREWMP uses MSVC for simulator build, but it is not OS(WINDOWS).
Add COMPILER(MSVC) guard for strnstr.
- wtf/StringExtras.h:
- 2:24 AM Changeset in webkit [59920] by
-
- 2 edits in trunk/JavaScriptCore
2010-05-21 Kwang Yul Seo <skyul@company100.net>
Reviewed by Eric Seidel.
[BREWMP] Add !PLATFORM(BREWMP) guard for isMainThread
https://bugs.webkit.org/show_bug.cgi?id=39396
BREWMP sets ENABLE(SINGLE_THREADED), so it uses isMainThread from ThreadingNone.cpp.
Exclude isMainThread in MainThread.cpp.
- wtf/MainThread.cpp:
- 2:23 AM Changeset in webkit [59919] by
-
- 2 edits in trunk/WebKit/qt
Symbian build fix.
[Qt] Updated the wins def file with one new export.
The DRT symbols are still missing, but I can't build DRT ;(
- symbian/bwins/QtWebKitu.def:
- 1:52 AM Changeset in webkit [59918] by
-
- 2 edits in trunk/WebCore
Calls to CallJNIMethodIDA() in JavaInstance::invokeMethod() are required on Android
- 12:57 AM Changeset in webkit [59917] by
-
- 9 edits1 add9 deletes in trunk
2010-05-20 Tony Chang <tony@chromium.org>
Reviewed by Kent Tamura.
escape link text when copying or dragging links on win or chromium
https://bugs.webkit.org/show_bug.cgi?id=39413
- editing/pasteboard/drop-link-expected.txt: Added.
- editing/pasteboard/drop-link.html:
- platform/chromium-linux/editing/pasteboard/drop-link-expected.checksum: Removed.
- platform/chromium-linux/editing/pasteboard/drop-link-expected.png: Removed.
- platform/chromium-linux/editing/pasteboard/drop-link-expected.txt: Removed.
- platform/chromium-win/editing/pasteboard/drop-link-expected.checksum: Removed.
- platform/chromium-win/editing/pasteboard/drop-link-expected.png: Removed.
- platform/chromium-win/editing/pasteboard/drop-link-expected.txt: Removed.
- platform/mac/editing/pasteboard/drop-link-expected.checksum: Removed.
- platform/mac/editing/pasteboard/drop-link-expected.png: Removed.
- platform/mac/editing/pasteboard/drop-link-expected.txt: Removed.
2010-05-20 Tony Chang <tony@chromium.org>
Reviewed by Kent Tamura.
escape link text when copying or dragging links on win or chromium
https://bugs.webkit.org/show_bug.cgi?id=39413
- editing/markup.cpp: (WebCore::urlToMarkup):
- editing/markup.h:
- platform/chromium/ClipboardUtilitiesChromium.cpp:
- platform/chromium/ClipboardUtilitiesChromium.h:
- platform/win/ClipboardUtilitiesWin.cpp:
- platform/win/ClipboardUtilitiesWin.h: