⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Jun 18, 2011:

10:48 PM WebKit Team edited by abarth@webkit.org
(diff)
9:13 PM Changeset in webkit [89212] by commit-queue@webkit.org
  • 15 edits in trunk

2011-06-18 Yufeng Shen <miletus@chromium.org>

Reviewed by Darin Fisher.

Adding "force" filed to Touch Event
https://bugs.webkit.org/show_bug.cgi?id=62766

  • fast/events/touch/document-create-touch-expected.txt:
  • fast/events/touch/script-tests/document-create-touch.js:

2011-06-18 Yufeng Shen <miletus@chromium.org>

Reviewed by Darin Fisher.

Adding "force" filed to Touch Event
https://bugs.webkit.org/show_bug.cgi?id=62766

  • dom/Document.cpp: (WebCore::Document::createTouch):
  • dom/Document.h:
  • dom/Document.idl:
  • dom/Touch.cpp: (WebCore::Touch::Touch):
  • dom/Touch.h: (WebCore::Touch::create): (WebCore::Touch::webkitForce):
  • dom/Touch.idl:
  • page/EventHandler.cpp: (WebCore::EventHandler::handleTouchEvent):
  • platform/PlatformTouchPoint.h: (WebCore::PlatformTouchPoint::force):

2011-06-18 Yufeng Shen <miletus@chromium.org>

Reviewed by Darin Fisher.

Adding "force" filed to Touch Event
https://bugs.webkit.org/show_bug.cgi?id=62766

  • public/WebTouchPoint.h: (WebKit::WebTouchPoint::WebTouchPoint):
  • src/WebInputEventConversion.cpp: (WebKit::PlatformTouchPointBuilder::PlatformTouchPointBuilder):
8:44 PM Changeset in webkit [89211] by commit-queue@webkit.org
  • 4 edits
    1 copy
    5 adds in trunk/Source/WebKit2

2011-06-18 Eunmi Lee <eunmi15.lee@samsung.com>

Reviewed by Sam Weinig.

[EFL][WK2] add WebKit2 EFL port's NativeWebMouseEvent, NativeWebWheelEvent and NativeWebKeyboardEvent
https://bugs.webkit.org/show_bug.cgi?id=61993

Add native mouse and keyboard event classes to convert EFL's events to NativeWebEvent.

  • Shared/NativeWebKeyboardEvent.h: (WebKit::NativeWebKeyboardEvent::nativeEvent):
  • Shared/NativeWebMouseEvent.h: (WebKit::NativeWebMouseEvent::nativeEvent):
  • Shared/NativeWebWheelEvent.h: (WebKit::NativeWebWheelEvent::nativeEvent):
  • Shared/efl/NativeWebKeyboardEventEfl.cpp: Added. (WebKit::NativeWebKeyboardEvent::NativeWebKeyboardEvent):
  • Shared/efl/NativeWebMouseEventEfl.cpp: Added. (WebKit::NativeWebMouseEvent::NativeWebMouseEvent):
  • Shared/efl/NativeWebWheelEventEfl.cpp: Added. (WebKit::NativeWebWheelEvent::NativeWebWheelEvent):
  • Shared/efl/WebEventFactory.cpp: Added. (WebKit::modifiersForEvent): (WebKit::buttonForEvent): (WebKit::clickCountForEvent): (WebKit::WebEventFactory::createWebMouseEvent): (WebKit::WebEventFactory::createWebWheelEvent): (WebKit::WebEventFactory::createWebKeyboardEvent):
  • Shared/efl/WebEventFactory.h: Added.
8:42 PM Changeset in webkit [89210] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebKit2

2011-06-18 Eunmi Lee <eunmi15.lee@samsung.com>

Reviewed by Sam Weinig.

[EFL][WK2] Add missing functions of EFL port's PageClientImpl
https://bugs.webkit.org/show_bug.cgi?id=62711

Three functions are added in the PageClient.h, so add them to the EFL's PageClientImpl.

  • UIProcess/API/efl/PageClientImpl.cpp: (WebKit::PageClientImpl::screenToWindow): (WebKit::PageClientImpl::enterAcceleratedCompositingMode): (WebKit::PageClientImpl::exitAcceleratedCompositingMode):
  • UIProcess/API/efl/PageClientImpl.h:
6:55 PM Changeset in webkit [89209] by dbates@webkit.org
  • 3 edits in trunk/Tools

2011-06-18 Daniel Bates <dbates@webkit.org>

Reviewed by Eric Seidel.

Git.push_local_commits_to_server should use password username and
password when we don't have cached credentials
https://bugs.webkit.org/show_bug.cgi?id=62941

Fixes a issue where Git.push_local_commits_to_server() would always look
for cached credentials regardless of whether a username and password
were passed as arguments. Instead, if given both a username and password
then we shouldn't look for cached credentials (since we were explicitly given
credentials).

  • Scripts/webkitpy/common/checkout/scm/git.py:
  • Scripts/webkitpy/common/checkout/scm/scm_unittest.py: Added unit tests.
5:41 PM Changeset in webkit [89208] by dbates@webkit.org
  • 2 edits in trunk/Tools

2011-06-18 Daniel Bates <dbates@rim.com>

Rubber-stamped by Eric Seidel.

Remove run-javascriptcore-tests --skip-build option; Instead add --build/no-build options
https://bugs.webkit.org/show_bug.cgi?id=62767

Part 3 of 3

Remove the command-line option --skip-build now that the master BuildBot has been restarted
following <http://trac.webkit.org/changeset/89138>.

Instead, specify --no-build to get analogous functionality.

  • Scripts/run-javascriptcore-tests:
2:04 PM Changeset in webkit [89207] by andrew@webkit.org
  • 2 edits in trunk/Source/WebKit/mac

2011-06-18 Andrew Wellington <andrew@webkit.org>

Reviewed by Alexey Proskuryakov.

https://bugs.webkit.org/show_bug.cgi?id=62843
WebKit Mac API calls didReceiveAuthenticationChallenge instead of
didCancelAuthenticationChallenge

  • WebView/WebView.mm: (-[WebView _cacheResourceLoadDelegateImplementations]):
1:36 PM Changeset in webkit [89206] by dpranke@chromium.org
  • 5 edits in trunk/Tools

2011-06-18 Dirk Pranke <dpranke@chromium.org>

Reviewed by Tony Chang.

new-run-webkit-tests: fix test sorting
https://bugs.webkit.org/show_bug.cgi?id=58691

This changes the sorting to use a "natural" sort order such that
foo2.html sorts before foo13.html, and sorts the tests so
that all the tests in a directory are run before any test in a
subdirectory.

This change also adds a split() method to the filesystem since
that is needed to cluster files into a directory otherwise.

  • Scripts/webkitpy/common/system/filesystem.py:
  • Scripts/webkitpy/common/system/filesystem_mock.py:
  • Scripts/webkitpy/layout_tests/layout_package/manager.py:
  • Scripts/webkitpy/layout_tests/layout_package/manager_unittest.py:
1:34 PM Changeset in webkit [89205] by jer.noble@apple.com
  • 5 edits in trunk/Source/WebCore

2011-06-18 Jer Noble <jer.noble@apple.com>

Reviewed by Darin Adler.

Rename Document::setContainsFullScreenElementRecursively
https://bugs.webkit.org/show_bug.cgi?id=62528

No new tests; no net change in functionality, so this is covered by existing tests.

The name of setContainsFullScreenElementRecursively is confusing, since it doesn't actually use
recursion, and it walks the ancestor tree instead of the descendent tree (as recursive might
otherwise imply). Move the function into Element, turn it into a member function, and change
the behavior so that the function operates on the called object's parents (as opposed to the
object itself).

  • dom/Element.h:
  • dom/Element.cpp: (WebCore::parentCrossingFrameBoundaries): Added. (WebCore::Element::setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries): Renamed and

moved from Document.

(WebCore::Element::willRemove): Use the newly renamed function.
(WebCore::Element::insertedIntoTree): Ditto.

  • dom/Document.h:
  • dom/Document.cpp: (WebCore::Document::webkitWillEnterFullScreenForElement): Ditto. (WebCore::Document::webkitWillExitFullScreenForElement): Ditto. (WebCore::Document::fullScreenElementRemoved): Ditto.
1:27 PM Changeset in webkit [89204] by commit-queue@webkit.org
  • 8 edits
    2 adds in trunk

2011-06-18 Alice Boxhall <aboxhall@chromium.org>

Reviewed by Chris Fleizach.

Accessibility description for an element should make use of aria-labelledby.
https://bugs.webkit.org/show_bug.cgi?id=61995

  • accessibility/aria-labelledby-on-input.html:
  • accessibility/aria-labelledby-overrides-aria-label-expected.txt: Added.
  • accessibility/aria-labelledby-overrides-aria-label.html: Added.
  • accessibility/aria-labelledby-overrides-label-expected.txt:
  • accessibility/aria-labelledby-overrides-label.html:
  • accessibility/aria-labelledby-stay-within.html:
  • platform/mac/accessibility/aria-labelledby-on-input-expected.txt:

2011-06-18 Alice Boxhall <aboxhall@chromium.org>

Reviewed by Chris Fleizach.

Accessibility description for an element should make use of aria-labelledby.
https://bugs.webkit.org/show_bug.cgi?id=61995

Tests: accessibility/aria-labelledby-overrides-aria-label.html

  • accessibility/AccessibilityRenderObject.cpp: (WebCore::AccessibilityRenderObject::title): Don't return value from aria-labelledby. (WebCore::AccessibilityRenderObject::ariaAccessibilityDescription): Return value from aria-labelledby in preference to value from aria-label.
1:18 PM Changeset in webkit [89203] by commit-queue@webkit.org
  • 3 edits in trunk/LayoutTests

2011-06-18 Adam Bergkvist <adam.bergkvist@ericsson.com>

Reviewed by Tony Gentilcore.

Media Stream no-interface-object test should not have ReferenceError message in expected results
https://bugs.webkit.org/show_bug.cgi?id=60391

Fixed no-interface-object test to not include ReferenceError message in expected results

  • fast/dom/MediaStream/no-interface-object-expected.txt:
  • fast/dom/MediaStream/script-tests/no-interface-object.js: (shouldThrowReferenceError): (test):
1:10 PM Changeset in webkit [89202] by evan@chromium.org
  • 2 edits in trunk/Tools

2011-06-18 Evan Martin <evan@chromium.org>

Reviewed by Darin Adler.

Compiler warning in double->int conversion in TestNetscapePlugIn
https://bugs.webkit.org/show_bug.cgi?id=51554

This code is providing a JS API for removing a property by numeric ID.
We get it from JS as a double, and must convert it to an int before using it.

Test: LayoutTests/plugins/npruntime/remove-property.html

  • DumpRenderTree/TestNetscapePlugIn/Tests/NPRuntimeRemoveProperty.cpp: (NPRuntimeRemoveProperty::TestObject::invoke):
1:03 PM Changeset in webkit [89201] by Patrick Gansterer
  • 2 edits in trunk/Tools

2011-06-18 Patrick Gansterer <Patrick Gansterer>

Reviewed by Eric Seidel.

Don't exit webkit-patch when running on Win32 python
https://bugs.webkit.org/show_bug.cgi?id=55811

Most of the basic actions work in the meantime,
so let people play with in on Win32 now.

  • Scripts/webkit-patch:
12:53 PM Changeset in webkit [89200] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

2011-06-18 Christoph Mende <mende.christoph@gmail.com>

Reviewed by Darin Adler.

compilation fails with libpng-1.5
https://bugs.webkit.org/show_bug.cgi?id=61738

  • platform/image-encoders/skia/PNGImageEncoder.cpp: (WebCore::writeOutput): Use getter function instead of direct access
12:52 PM Changeset in webkit [89199] by jeremy@chromium.org
  • 3 edits
    2 adds in trunk

2011-06-18 Jeremy Moskovich <jeremy@chromium.org>

Reviewed by Eric Seidel.

Set text-align:-webkit-match-parent for li elements in the default style sheet.
https://bugs.webkit.org/show_bug.cgi?id=57232

  • fast/css/list-item-text-align-expected.txt: Added.
  • fast/css/list-item-text-align.html: Added.

2011-06-18 Jeremy Moskovich <jeremy@chromium.org>

Reviewed by Eric Seidel.

Set text-align:-webkit-match-parent for li elements in the default style sheet.
https://bugs.webkit.org/show_bug.cgi?id=57232

Test: fast/css/list-item-text-align.html

  • css/html.css: (li): Specify text-align:-webkit-match-parent .
12:45 PM Changeset in webkit [89198] by commit-queue@webkit.org
  • 4 edits in trunk/Tools

2011-06-18 Alice Boxhall <aboxhall@chromium.org>

Reviewed by Ojan Vafai.

Convert json_results_generator.py to output version 4 JSON.
https://bugs.webkit.org/show_bug.cgi?id=60869

  • Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py:
  • Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:
  • Scripts/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py:
12:43 PM Changeset in webkit [89197] by commit-queue@webkit.org
  • 10 edits in trunk/Source

2011-06-18 Holger Hans Peter Freyther <holger@moiji-mobile.com>

Reviewed by Brent Fulgham.

[misc] JSC/wtf/text/*.h should not be included via #include ""
https://bugs.webkit.org/show_bug.cgi?id=60836

Adam Barth pointed out that one should not include files from
JavaScriptCore/wtf/text using #include "File.h". This change
is addressing it.

  • CMakeListsEfl.txt: Remove JavaScriptCore/wtf/text.
  • CMakeListsWinCE.txt: Remove JavaScriptCore/wtf/text.
  • platform/graphics/freetype/FontCacheFreeType.cpp: Change CString.h include.
  • platform/graphics/pango/FontCachePango.cpp: Change CString.h include.
  • platform/graphics/wx/FontPlatformData.h: Change StringImpl.h include.
  • platform/network/soup/ResourceHandleSoup.cpp: Change CString.h include.
  • platform/network/soup/SocketStreamHandleSoup.cpp: Change CString.h include.

2011-06-18 Holger Hans Peter Freyther <holger@moiji-mobile.com>

Reviewed by Brent Fulgham.

[misc] JSC/wtf/text/*.h should not be included via #include ""
https://bugs.webkit.org/show_bug.cgi?id=60836

Adam Barth pointed out that one should not include files from
JavaScriptCore/wtf/text using #include "File.h". This change
is addressing it.

  • WebEdit.cpp: Include file via <wtf/text/File.h>.
12:33 PM Changeset in webkit [89196] by commit-queue@webkit.org
  • 2 edits in trunk/Tools

2011-06-18 Berend-Jan Wever <skylined@chromium.org>

Reviewed by Eric Seidel.

Some names with spaces are incorrectly reported as not containing spaces
while running prepare-ChangeLog
https://bugs.webkit.org/show_bug.cgi?id=55572

  • Scripts/VCSUtils.pm: Updated CHANGE_LOG_NAME check for spaces to allow non-alphanumeric characters in names.
12:24 PM Changeset in webkit [89195] by msaboff@apple.com
  • 1 edit
    1 add in trunk/Tools

2011-06-18 Michael Saboff <msaboff@apple.com>

Reviewed by Eric Seidel.

Enhancement: New Script to Format malloc_history output as tree
https://bugs.webkit.org/show_bug.cgi?id=56378

New script to process malloc_history output to tree format.

  • Scripts/malloc-tree: Added.
11:50 AM Changeset in webkit [89194] by weinig@apple.com
  • 8 edits in trunk/Source/WebCore

REGRESSION (r63854-63958): placeholder not shown for number inputs
https://bugs.webkit.org/show_bug.cgi?id=61095

Reviewed by Darin Adler.

Refactor HTMLInputElement supportsPlaceholder support to delegate to the
InputType. Make BaseTextInputType and NumberInputType return true, matching
the current HTML5 spec.

  • html/BaseTextInputType.cpp:

(WebCore::BaseTextInputType::supportsPlaceholder):

  • html/BaseTextInputType.h:

Add override implementation of supportsPlaceholder that returns true.

  • html/HTMLInputElement.cpp:

(WebCore::HTMLInputElement::supportsPlaceholder):
Delegate to the InputType.

  • html/InputType.cpp:

(WebCore::InputType::supportsPlaceholder):

  • html/InputType.h:

Add base implementation of supportsPlaceholder that returns false.

  • html/NumberInputType.cpp:

(WebCore::NumberInputType::supportsPlaceholder):

  • html/NumberInputType.h:

Add override implementation of supportsPlaceholder that returns true.

2:01 AM Changeset in webkit [89193] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

[Qt][Mac] Skip failing tests.

  • platform/qt-mac/Skipped:
1:47 AM Changeset in webkit [89192] by commit-queue@webkit.org
  • 9 edits in trunk/Source/JavaScriptCore

2011-06-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89184.
http://trac.webkit.org/changeset/89184
https://bugs.webkit.org/show_bug.cgi?id=62927

It broke 22 tests on all bot (Requested by Ossy_weekend on
#webkit).

  • API/JSValueRef.cpp: (JSValueMakeFromJSONString):
  • interpreter/Interpreter.cpp: (JSC::Interpreter::callEval): (JSC::Interpreter::execute):
  • parser/Lexer.cpp:
  • parser/Lexer.h:
  • runtime/JSGlobalObjectFunctions.cpp: (JSC::globalFuncEval):
  • runtime/JSONObject.cpp: (JSC::JSONProtoFuncParse):
  • runtime/LiteralParser.cpp: (JSC::LiteralParser::Lexer::lex): (JSC::isSafeStringCharacter): (JSC::LiteralParser::Lexer::lexString): (JSC::LiteralParser::Lexer::lexNumber): (JSC::LiteralParser::parse):
  • runtime/LiteralParser.h: (JSC::LiteralParser::LiteralParser): (JSC::LiteralParser::tryLiteralParse): (JSC::LiteralParser::Lexer::Lexer): (JSC::LiteralParser::Lexer::next):
1:42 AM Changeset in webkit [89191] by commit-queue@webkit.org
  • 4 edits in trunk

2011-06-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89154.
http://trac.webkit.org/changeset/89154
https://bugs.webkit.org/show_bug.cgi?id=62926

It broke debug build on Qt (Requested by Ossy_weekend on
#webkit).

  • platform/qt/Skipped:

2011-06-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89154.
http://trac.webkit.org/changeset/89154
https://bugs.webkit.org/show_bug.cgi?id=62926

It broke debug build on Qt (Requested by Ossy_weekend on
#webkit).

  • platform/network/qt/ResourceHandleQt.cpp:
1:25 AM Changeset in webkit [89190] by commit-queue@webkit.org
  • 306 edits in trunk/Source/WebCore

2011-06-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89189.
http://trac.webkit.org/changeset/89189
https://bugs.webkit.org/show_bug.cgi?id=62925

It broke Qt build (Requested by Ossy_weekend on #webkit).

  • bindings/scripts/test/TestInterface.idl:
  • bindings/scripts/test/TestSerializedScriptValueInterface.idl:
  • css/CSSCharsetRule.idl:
  • css/CSSFontFaceRule.idl:
  • css/CSSImportRule.idl:
  • css/CSSPageRule.idl:
  • css/CSSRule.idl:
  • css/CSSStyleRule.idl:
  • css/CSSUnknownRule.idl:
  • css/CSSValue.idl:
  • css/Counter.idl:
  • css/RGBColor.idl:
  • css/Rect.idl:
  • css/StyleSheet.idl:
  • css/WebKitCSSKeyframeRule.idl:
  • css/WebKitCSSTransformValue.idl:
  • dom/Attr.idl:
  • dom/CDATASection.idl:
  • dom/ClientRect.idl:
  • dom/Comment.idl:
  • dom/DOMCoreException.idl:
  • dom/DOMStringMap.idl:
  • dom/DocumentType.idl:
  • dom/Entity.idl:
  • dom/EntityReference.idl:
  • dom/EventException.idl:
  • dom/GeneratedStream.idl:
  • dom/MessageChannel.idl:
  • dom/NodeIterator.idl:
  • dom/Notation.idl:
  • dom/ProcessingInstruction.idl:
  • dom/RangeException.idl:
  • dom/Touch.idl:
  • dom/TreeWalker.idl:
  • fileapi/DOMFileSystem.idl:
  • fileapi/DOMFileSystemSync.idl:
  • fileapi/DirectoryReaderSync.idl:
  • fileapi/File.idl:
  • fileapi/FileEntrySync.idl:
  • fileapi/FileError.idl:
  • fileapi/FileException.idl:
  • fileapi/Metadata.idl:
  • fileapi/OperationNotAllowedException.idl:
  • fileapi/WebKitFlags.idl:
  • html/DOMSettableTokenList.idl:
  • html/HTMLAppletElement.idl:
  • html/HTMLAreaElement.idl:
  • html/HTMLBRElement.idl:
  • html/HTMLBaseElement.idl:
  • html/HTMLBaseFontElement.idl:
  • html/HTMLBlockquoteElement.idl:
  • html/HTMLBodyElement.idl:
  • html/HTMLDListElement.idl:
  • html/HTMLDataListElement.idl:
  • html/HTMLDetailsElement.idl:
  • html/HTMLDirectoryElement.idl:
  • html/HTMLEmbedElement.idl:
  • html/HTMLFontElement.idl:
  • html/HTMLFormElement.idl:
  • html/HTMLFrameElement.idl:
  • html/HTMLFrameSetElement.idl:
  • html/HTMLHRElement.idl:
  • html/HTMLHeadElement.idl:
  • html/HTMLHeadingElement.idl:
  • html/HTMLHtmlElement.idl:
  • html/HTMLIFrameElement.idl:
  • html/HTMLImageElement.idl:
  • html/HTMLIsIndexElement.idl:
  • html/HTMLLIElement.idl:
  • html/HTMLLabelElement.idl:
  • html/HTMLLegendElement.idl:
  • html/HTMLLinkElement.idl:
  • html/HTMLMapElement.idl:
  • html/HTMLMarqueeElement.idl:
  • html/HTMLMenuElement.idl:
  • html/HTMLMetaElement.idl:
  • html/HTMLMeterElement.idl:
  • html/HTMLModElement.idl:
  • html/HTMLOListElement.idl:
  • html/HTMLOptGroupElement.idl:
  • html/HTMLOptionElement.idl:
  • html/HTMLParagraphElement.idl:
  • html/HTMLParamElement.idl:
  • html/HTMLPreElement.idl:
  • html/HTMLProgressElement.idl:
  • html/HTMLQuoteElement.idl:
  • html/HTMLScriptElement.idl:
  • html/HTMLSourceElement.idl:
  • html/HTMLStyleElement.idl:
  • html/HTMLTableCaptionElement.idl:
  • html/HTMLTableCellElement.idl:
  • html/HTMLTableColElement.idl:
  • html/HTMLTitleElement.idl:
  • html/HTMLTrackElement.idl:
  • html/HTMLUListElement.idl:
  • html/ImageData.idl:
  • html/MediaError.idl:
  • html/SpellcheckRange.idl:
  • html/TextMetrics.idl:
  • html/ValidityState.idl:
  • html/VoidCallback.idl:
  • html/canvas/ArrayBuffer.idl:
  • html/canvas/ArrayBufferView.idl:
  • html/canvas/CanvasPattern.idl:
  • html/canvas/CanvasPixelArray.idl:
  • html/canvas/CanvasRenderingContext.idl:
  • html/canvas/DataView.idl:
  • html/canvas/OESStandardDerivatives.idl:
  • html/canvas/OESTextureFloat.idl:
  • html/canvas/WebGLActiveInfo.idl:
  • html/canvas/WebGLBuffer.idl:
  • html/canvas/WebGLContextAttributes.idl:
  • html/canvas/WebGLFramebuffer.idl:
  • html/canvas/WebGLProgram.idl:
  • html/canvas/WebGLRenderbuffer.idl:
  • html/canvas/WebGLShader.idl:
  • html/canvas/WebGLTexture.idl:
  • html/canvas/WebGLUniformLocation.idl:
  • html/canvas/WebGLVertexArrayObjectOES.idl:
  • html/canvas/WebKitLoseContext.idl:
  • inspector/ScriptProfile.idl:
  • inspector/ScriptProfileNode.idl:
  • page/AbstractView.idl:
  • page/BarInfo.idl:
  • page/Coordinates.idl:
  • page/Geoposition.idl:
  • page/MemoryInfo.idl:
  • page/NavigatorUserMediaError.idl:
  • page/Performance.idl:
  • page/PerformanceNavigation.idl:
  • page/PerformanceTiming.idl:
  • page/PositionError.idl:
  • page/Screen.idl:
  • page/SpeechInputEvent.idl:
  • page/SpeechInputResult.idl:
  • page/WebKitAnimation.idl:
  • page/WebKitPoint.idl:
  • page/WorkerNavigator.idl:
  • plugins/DOMMimeType.idl:
  • storage/Database.idl:
  • storage/DatabaseSync.idl:
  • storage/IDBAny.idl:
  • storage/IDBCursorWithValue.idl:
  • storage/IDBDatabaseError.idl:
  • storage/IDBDatabaseException.idl:
  • storage/IDBKey.idl:
  • storage/IDBVersionChangeEvent.idl:
  • storage/IDBVersionChangeRequest.idl:
  • storage/SQLError.idl:
  • storage/SQLException.idl:
  • storage/SQLResultSet.idl:
  • svg/SVGAElement.idl:
  • svg/SVGAltGlyphElement.idl:
  • svg/SVGAngle.idl:
  • svg/SVGAnimateColorElement.idl:
  • svg/SVGAnimateElement.idl:
  • svg/SVGAnimateMotionElement.idl:
  • svg/SVGAnimateTransformElement.idl:
  • svg/SVGAnimatedAngle.idl:
  • svg/SVGAnimatedBoolean.idl:
  • svg/SVGAnimatedEnumeration.idl:
  • svg/SVGAnimatedInteger.idl:
  • svg/SVGAnimatedLength.idl:
  • svg/SVGAnimatedLengthList.idl:
  • svg/SVGAnimatedNumber.idl:
  • svg/SVGAnimatedNumberList.idl:
  • svg/SVGAnimatedPreserveAspectRatio.idl:
  • svg/SVGAnimatedRect.idl:
  • svg/SVGAnimatedString.idl:
  • svg/SVGAnimatedTransformList.idl:
  • svg/SVGCircleElement.idl:
  • svg/SVGClipPathElement.idl:
  • svg/SVGColor.idl:
  • svg/SVGComponentTransferFunctionElement.idl:
  • svg/SVGCursorElement.idl:
  • svg/SVGDefsElement.idl:
  • svg/SVGDescElement.idl:
  • svg/SVGElement.idl:
  • svg/SVGEllipseElement.idl:
  • svg/SVGExternalResourcesRequired.idl:
  • svg/SVGFEBlendElement.idl:
  • svg/SVGFEColorMatrixElement.idl:
  • svg/SVGFEComponentTransferElement.idl:
  • svg/SVGFECompositeElement.idl:
  • svg/SVGFEConvolveMatrixElement.idl:
  • svg/SVGFEDiffuseLightingElement.idl:
  • svg/SVGFEDisplacementMapElement.idl:
  • svg/SVGFEDistantLightElement.idl:
  • svg/SVGFEFloodElement.idl:
  • svg/SVGFEFuncAElement.idl:
  • svg/SVGFEFuncBElement.idl:
  • svg/SVGFEFuncGElement.idl:
  • svg/SVGFEFuncRElement.idl:
  • svg/SVGFEImageElement.idl:
  • svg/SVGFEMergeElement.idl:
  • svg/SVGFEMergeNodeElement.idl:
  • svg/SVGFEOffsetElement.idl:
  • svg/SVGFEPointLightElement.idl:
  • svg/SVGFESpecularLightingElement.idl:
  • svg/SVGFESpotLightElement.idl:
  • svg/SVGFETileElement.idl:
  • svg/SVGFETurbulenceElement.idl:
  • svg/SVGFilterPrimitiveStandardAttributes.idl:
  • svg/SVGFitToViewBox.idl:
  • svg/SVGFontElement.idl:
  • svg/SVGFontFaceElement.idl:
  • svg/SVGFontFaceFormatElement.idl:
  • svg/SVGFontFaceNameElement.idl:
  • svg/SVGFontFaceSrcElement.idl:
  • svg/SVGFontFaceUriElement.idl:
  • svg/SVGForeignObjectElement.idl:
  • svg/SVGGElement.idl:
  • svg/SVGGlyphElement.idl:
  • svg/SVGGradientElement.idl:
  • svg/SVGHKernElement.idl:
  • svg/SVGImageElement.idl:
  • svg/SVGLangSpace.idl:
  • svg/SVGLength.idl:
  • svg/SVGLengthList.idl:
  • svg/SVGLineElement.idl:
  • svg/SVGLinearGradientElement.idl:
  • svg/SVGMPathElement.idl:
  • svg/SVGMaskElement.idl:
  • svg/SVGMatrix.idl:
  • svg/SVGMetadataElement.idl:
  • svg/SVGMissingGlyphElement.idl:
  • svg/SVGNumber.idl:
  • svg/SVGNumberList.idl:
  • svg/SVGPaint.idl:
  • svg/SVGPathSeg.idl:
  • svg/SVGPathSegArcAbs.idl:
  • svg/SVGPathSegArcRel.idl:
  • svg/SVGPathSegClosePath.idl:
  • svg/SVGPathSegCurvetoCubicAbs.idl:
  • svg/SVGPathSegCurvetoCubicRel.idl:
  • svg/SVGPathSegCurvetoCubicSmoothAbs.idl:
  • svg/SVGPathSegCurvetoCubicSmoothRel.idl:
  • svg/SVGPathSegCurvetoQuadraticAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticRel.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothRel.idl:
  • svg/SVGPathSegLinetoAbs.idl:
  • svg/SVGPathSegLinetoHorizontalAbs.idl:
  • svg/SVGPathSegLinetoHorizontalRel.idl:
  • svg/SVGPathSegLinetoRel.idl:
  • svg/SVGPathSegLinetoVerticalAbs.idl:
  • svg/SVGPathSegLinetoVerticalRel.idl:
  • svg/SVGPathSegList.idl:
  • svg/SVGPathSegMovetoAbs.idl:
  • svg/SVGPathSegMovetoRel.idl:
  • svg/SVGPatternElement.idl:
  • svg/SVGPoint.idl:
  • svg/SVGPointList.idl:
  • svg/SVGPolygonElement.idl:
  • svg/SVGPolylineElement.idl:
  • svg/SVGPreserveAspectRatio.idl:
  • svg/SVGRadialGradientElement.idl:
  • svg/SVGRect.idl:
  • svg/SVGRectElement.idl:
  • svg/SVGRenderingIntent.idl:
  • svg/SVGScriptElement.idl:
  • svg/SVGSetElement.idl:
  • svg/SVGStopElement.idl:
  • svg/SVGStringList.idl:
  • svg/SVGSwitchElement.idl:
  • svg/SVGSymbolElement.idl:
  • svg/SVGTRefElement.idl:
  • svg/SVGTSpanElement.idl:
  • svg/SVGTextElement.idl:
  • svg/SVGTextPathElement.idl:
  • svg/SVGTextPositioningElement.idl:
  • svg/SVGTitleElement.idl:
  • svg/SVGTransform.idl:
  • svg/SVGTransformList.idl:
  • svg/SVGTransformable.idl:
  • svg/SVGURIReference.idl:
  • svg/SVGUnitTypes.idl:
  • svg/SVGUseElement.idl:
  • svg/SVGVKernElement.idl:
  • svg/SVGViewElement.idl:
  • svg/SVGViewSpec.idl:
  • svg/SVGZoomAndPan.idl:
  • svg/SVGZoomEvent.idl:
  • testing/Internals.idl:
  • webaudio/AudioChannelMerger.idl:
  • webaudio/AudioChannelSplitter.idl:
  • webaudio/AudioDestinationNode.idl:
  • webaudio/AudioGain.idl:
  • webaudio/AudioGainNode.idl:
  • webaudio/AudioProcessingEvent.idl:
  • webaudio/AudioSourceNode.idl:
  • webaudio/BiquadFilterNode.idl:
  • webaudio/ConvolverNode.idl:
  • webaudio/DelayNode.idl:
  • webaudio/DynamicsCompressorNode.idl:
  • webaudio/HighPass2FilterNode.idl:
  • webaudio/JavaScriptAudioNode.idl:
  • webaudio/LowPass2FilterNode.idl:
  • webaudio/OfflineAudioCompletionEvent.idl:
  • workers/SharedWorker.idl:
  • workers/SharedWorkerContext.idl:
  • workers/WorkerLocation.idl:
  • xml/XMLHttpRequestException.idl:
  • xml/XMLHttpRequestProgressEvent.idl:
  • xml/XPathException.idl:

Jun 17, 2011:

11:30 PM Changeset in webkit [89189] by commit-queue@webkit.org
  • 306 edits in trunk/Source/WebCore

2011-06-17 Mark Pilgrim <pilgrim@chromium.org>

Reviewed by Darin Adler.

Remove LegacyDefaultOptionalArguments flag from IDL files where it would not change behavior
https://bugs.webkit.org/show_bug.cgi?id=62904

After bug 62750, there are many IDL files that contain the new
LegacyDefaultOptionalArguments flag that don't actually need it.
Some examples:

  • the IDL file contains no functions
  • the IDL file contains only functions with no arguments
  • the IDL file contains functions, *all* of which use the [RequiresAllArguments=raise] extended attribute

This patch simplifies such IDL files by removing the
LegacyDefaultOptionalArguments flag and (if needed) removing the
[RequiresAllArguments=raise] extended attribute from each function
declaration. This patch does not make any required arguments optional
or any optional arguments required. It changes no behavior at all.

No new tests needed, all existing tests pass.

  • bindings/scripts/test/TestInterface.idl:
  • bindings/scripts/test/TestSerializedScriptValueInterface.idl:
  • css/CSSCharsetRule.idl:
  • css/CSSFontFaceRule.idl:
  • css/CSSImportRule.idl:
  • css/CSSPageRule.idl:
  • css/CSSRule.idl:
  • css/CSSStyleRule.idl:
  • css/CSSUnknownRule.idl:
  • css/CSSValue.idl:
  • css/Counter.idl:
  • css/RGBColor.idl:
  • css/Rect.idl:
  • css/StyleSheet.idl:
  • css/WebKitCSSKeyframeRule.idl:
  • css/WebKitCSSTransformValue.idl:
  • dom/Attr.idl:
  • dom/CDATASection.idl:
  • dom/ClientRect.idl:
  • dom/Comment.idl:
  • dom/DOMCoreException.idl:
  • dom/DOMStringMap.idl:
  • dom/DocumentType.idl:
  • dom/Entity.idl:
  • dom/EntityReference.idl:
  • dom/EventException.idl:
  • dom/GeneratedStream.idl:
  • dom/MessageChannel.idl:
  • dom/NodeIterator.idl:
  • dom/Notation.idl:
  • dom/ProcessingInstruction.idl:
  • dom/RangeException.idl:
  • dom/Touch.idl:
  • dom/TreeWalker.idl:
  • fileapi/DOMFileSystem.idl:
  • fileapi/DOMFileSystemSync.idl:
  • fileapi/DirectoryReaderSync.idl:
  • fileapi/File.idl:
  • fileapi/FileEntrySync.idl:
  • fileapi/FileError.idl:
  • fileapi/FileException.idl:
  • fileapi/Metadata.idl:
  • fileapi/OperationNotAllowedException.idl:
  • fileapi/WebKitFlags.idl:
  • html/DOMSettableTokenList.idl:
  • html/HTMLAppletElement.idl:
  • html/HTMLAreaElement.idl:
  • html/HTMLBRElement.idl:
  • html/HTMLBaseElement.idl:
  • html/HTMLBaseFontElement.idl:
  • html/HTMLBlockquoteElement.idl:
  • html/HTMLBodyElement.idl:
  • html/HTMLDListElement.idl:
  • html/HTMLDataListElement.idl:
  • html/HTMLDetailsElement.idl:
  • html/HTMLDirectoryElement.idl:
  • html/HTMLEmbedElement.idl:
  • html/HTMLFontElement.idl:
  • html/HTMLFormElement.idl:
  • html/HTMLFrameElement.idl:
  • html/HTMLFrameSetElement.idl:
  • html/HTMLHRElement.idl:
  • html/HTMLHeadElement.idl:
  • html/HTMLHeadingElement.idl:
  • html/HTMLHtmlElement.idl:
  • html/HTMLIFrameElement.idl:
  • html/HTMLImageElement.idl:
  • html/HTMLIsIndexElement.idl:
  • html/HTMLLIElement.idl:
  • html/HTMLLabelElement.idl:
  • html/HTMLLegendElement.idl:
  • html/HTMLLinkElement.idl:
  • html/HTMLMapElement.idl:
  • html/HTMLMarqueeElement.idl:
  • html/HTMLMenuElement.idl:
  • html/HTMLMetaElement.idl:
  • html/HTMLMeterElement.idl:
  • html/HTMLModElement.idl:
  • html/HTMLOListElement.idl:
  • html/HTMLOptGroupElement.idl:
  • html/HTMLOptionElement.idl:
  • html/HTMLParagraphElement.idl:
  • html/HTMLParamElement.idl:
  • html/HTMLPreElement.idl:
  • html/HTMLProgressElement.idl:
  • html/HTMLQuoteElement.idl:
  • html/HTMLScriptElement.idl:
  • html/HTMLSourceElement.idl:
  • html/HTMLStyleElement.idl:
  • html/HTMLTableCaptionElement.idl:
  • html/HTMLTableCellElement.idl:
  • html/HTMLTableColElement.idl:
  • html/HTMLTitleElement.idl:
  • html/HTMLTrackElement.idl:
  • html/HTMLUListElement.idl:
  • html/ImageData.idl:
  • html/MediaError.idl:
  • html/SpellcheckRange.idl:
  • html/TextMetrics.idl:
  • html/ValidityState.idl:
  • html/VoidCallback.idl:
  • html/canvas/ArrayBuffer.idl:
  • html/canvas/ArrayBufferView.idl:
  • html/canvas/CanvasPattern.idl:
  • html/canvas/CanvasPixelArray.idl:
  • html/canvas/CanvasRenderingContext.idl:
  • html/canvas/DataView.idl:
  • html/canvas/OESStandardDerivatives.idl:
  • html/canvas/OESTextureFloat.idl:
  • html/canvas/WebGLActiveInfo.idl:
  • html/canvas/WebGLBuffer.idl:
  • html/canvas/WebGLContextAttributes.idl:
  • html/canvas/WebGLFramebuffer.idl:
  • html/canvas/WebGLProgram.idl:
  • html/canvas/WebGLRenderbuffer.idl:
  • html/canvas/WebGLShader.idl:
  • html/canvas/WebGLTexture.idl:
  • html/canvas/WebGLUniformLocation.idl:
  • html/canvas/WebGLVertexArrayObjectOES.idl:
  • html/canvas/WebKitLoseContext.idl:
  • inspector/ScriptProfile.idl:
  • inspector/ScriptProfileNode.idl:
  • page/AbstractView.idl:
  • page/BarInfo.idl:
  • page/Coordinates.idl:
  • page/Geoposition.idl:
  • page/MemoryInfo.idl:
  • page/NavigatorUserMediaError.idl:
  • page/Performance.idl:
  • page/PerformanceNavigation.idl:
  • page/PerformanceTiming.idl:
  • page/PositionError.idl:
  • page/Screen.idl:
  • page/SpeechInputEvent.idl:
  • page/SpeechInputResult.idl:
  • page/WebKitAnimation.idl:
  • page/WebKitPoint.idl:
  • page/WorkerNavigator.idl:
  • plugins/DOMMimeType.idl:
  • storage/Database.idl:
  • storage/DatabaseSync.idl:
  • storage/IDBAny.idl:
  • storage/IDBCursorWithValue.idl:
  • storage/IDBDatabaseError.idl:
  • storage/IDBDatabaseException.idl:
  • storage/IDBKey.idl:
  • storage/IDBVersionChangeEvent.idl:
  • storage/IDBVersionChangeRequest.idl:
  • storage/SQLError.idl:
  • storage/SQLException.idl:
  • storage/SQLResultSet.idl:
  • svg/SVGAElement.idl:
  • svg/SVGAltGlyphElement.idl:
  • svg/SVGAngle.idl:
  • svg/SVGAnimateColorElement.idl:
  • svg/SVGAnimateElement.idl:
  • svg/SVGAnimateMotionElement.idl:
  • svg/SVGAnimateTransformElement.idl:
  • svg/SVGAnimatedAngle.idl:
  • svg/SVGAnimatedBoolean.idl:
  • svg/SVGAnimatedEnumeration.idl:
  • svg/SVGAnimatedInteger.idl:
  • svg/SVGAnimatedLength.idl:
  • svg/SVGAnimatedLengthList.idl:
  • svg/SVGAnimatedNumber.idl:
  • svg/SVGAnimatedNumberList.idl:
  • svg/SVGAnimatedPreserveAspectRatio.idl:
  • svg/SVGAnimatedRect.idl:
  • svg/SVGAnimatedString.idl:
  • svg/SVGAnimatedTransformList.idl:
  • svg/SVGCircleElement.idl:
  • svg/SVGClipPathElement.idl:
  • svg/SVGColor.idl:
  • svg/SVGComponentTransferFunctionElement.idl:
  • svg/SVGCursorElement.idl:
  • svg/SVGDefsElement.idl:
  • svg/SVGDescElement.idl:
  • svg/SVGElement.idl:
  • svg/SVGEllipseElement.idl:
  • svg/SVGExternalResourcesRequired.idl:
  • svg/SVGFEBlendElement.idl:
  • svg/SVGFEColorMatrixElement.idl:
  • svg/SVGFEComponentTransferElement.idl:
  • svg/SVGFECompositeElement.idl:
  • svg/SVGFEConvolveMatrixElement.idl:
  • svg/SVGFEDiffuseLightingElement.idl:
  • svg/SVGFEDisplacementMapElement.idl:
  • svg/SVGFEDistantLightElement.idl:
  • svg/SVGFEFloodElement.idl:
  • svg/SVGFEFuncAElement.idl:
  • svg/SVGFEFuncBElement.idl:
  • svg/SVGFEFuncGElement.idl:
  • svg/SVGFEFuncRElement.idl:
  • svg/SVGFEImageElement.idl:
  • svg/SVGFEMergeElement.idl:
  • svg/SVGFEMergeNodeElement.idl:
  • svg/SVGFEOffsetElement.idl:
  • svg/SVGFEPointLightElement.idl:
  • svg/SVGFESpecularLightingElement.idl:
  • svg/SVGFESpotLightElement.idl:
  • svg/SVGFETileElement.idl:
  • svg/SVGFETurbulenceElement.idl:
  • svg/SVGFilterPrimitiveStandardAttributes.idl:
  • svg/SVGFitToViewBox.idl:
  • svg/SVGFontElement.idl:
  • svg/SVGFontFaceElement.idl:
  • svg/SVGFontFaceFormatElement.idl:
  • svg/SVGFontFaceNameElement.idl:
  • svg/SVGFontFaceSrcElement.idl:
  • svg/SVGFontFaceUriElement.idl:
  • svg/SVGForeignObjectElement.idl:
  • svg/SVGGElement.idl:
  • svg/SVGGlyphElement.idl:
  • svg/SVGGradientElement.idl:
  • svg/SVGHKernElement.idl:
  • svg/SVGImageElement.idl:
  • svg/SVGLangSpace.idl:
  • svg/SVGLength.idl:
  • svg/SVGLengthList.idl:
  • svg/SVGLineElement.idl:
  • svg/SVGLinearGradientElement.idl:
  • svg/SVGMPathElement.idl:
  • svg/SVGMaskElement.idl:
  • svg/SVGMatrix.idl:
  • svg/SVGMetadataElement.idl:
  • svg/SVGMissingGlyphElement.idl:
  • svg/SVGNumber.idl:
  • svg/SVGNumberList.idl:
  • svg/SVGPaint.idl:
  • svg/SVGPathSeg.idl:
  • svg/SVGPathSegArcAbs.idl:
  • svg/SVGPathSegArcRel.idl:
  • svg/SVGPathSegClosePath.idl:
  • svg/SVGPathSegCurvetoCubicAbs.idl:
  • svg/SVGPathSegCurvetoCubicRel.idl:
  • svg/SVGPathSegCurvetoCubicSmoothAbs.idl:
  • svg/SVGPathSegCurvetoCubicSmoothRel.idl:
  • svg/SVGPathSegCurvetoQuadraticAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticRel.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothRel.idl:
  • svg/SVGPathSegLinetoAbs.idl:
  • svg/SVGPathSegLinetoHorizontalAbs.idl:
  • svg/SVGPathSegLinetoHorizontalRel.idl:
  • svg/SVGPathSegLinetoRel.idl:
  • svg/SVGPathSegLinetoVerticalAbs.idl:
  • svg/SVGPathSegLinetoVerticalRel.idl:
  • svg/SVGPathSegList.idl:
  • svg/SVGPathSegMovetoAbs.idl:
  • svg/SVGPathSegMovetoRel.idl:
  • svg/SVGPatternElement.idl:
  • svg/SVGPoint.idl:
  • svg/SVGPointList.idl:
  • svg/SVGPolygonElement.idl:
  • svg/SVGPolylineElement.idl:
  • svg/SVGPreserveAspectRatio.idl:
  • svg/SVGRadialGradientElement.idl:
  • svg/SVGRect.idl:
  • svg/SVGRectElement.idl:
  • svg/SVGRenderingIntent.idl:
  • svg/SVGScriptElement.idl:
  • svg/SVGSetElement.idl:
  • svg/SVGStopElement.idl:
  • svg/SVGStringList.idl:
  • svg/SVGSwitchElement.idl:
  • svg/SVGSymbolElement.idl:
  • svg/SVGTRefElement.idl:
  • svg/SVGTSpanElement.idl:
  • svg/SVGTextElement.idl:
  • svg/SVGTextPathElement.idl:
  • svg/SVGTextPositioningElement.idl:
  • svg/SVGTitleElement.idl:
  • svg/SVGTransform.idl:
  • svg/SVGTransformList.idl:
  • svg/SVGTransformable.idl:
  • svg/SVGURIReference.idl:
  • svg/SVGUnitTypes.idl:
  • svg/SVGUseElement.idl:
  • svg/SVGVKernElement.idl:
  • svg/SVGViewElement.idl:
  • svg/SVGViewSpec.idl:
  • svg/SVGZoomAndPan.idl:
  • svg/SVGZoomEvent.idl:
  • testing/Internals.idl:
  • webaudio/AudioChannelMerger.idl:
  • webaudio/AudioChannelSplitter.idl:
  • webaudio/AudioDestinationNode.idl:
  • webaudio/AudioGain.idl:
  • webaudio/AudioGainNode.idl:
  • webaudio/AudioProcessingEvent.idl:
  • webaudio/AudioSourceNode.idl:
  • webaudio/BiquadFilterNode.idl:
  • webaudio/ConvolverNode.idl:
  • webaudio/DelayNode.idl:
  • webaudio/DynamicsCompressorNode.idl:
  • webaudio/HighPass2FilterNode.idl:
  • webaudio/JavaScriptAudioNode.idl:
  • webaudio/LowPass2FilterNode.idl:
  • webaudio/OfflineAudioCompletionEvent.idl:
  • workers/SharedWorker.idl:
  • workers/SharedWorkerContext.idl:
  • workers/WorkerLocation.idl:
  • xml/XMLHttpRequestException.idl:
  • xml/XMLHttpRequestProgressEvent.idl:
  • xml/XPathException.idl:
11:12 PM Changeset in webkit [89188] by crogers@google.com
  • 2 edits in trunk/Source/WebKit/chromium

Build fix - fix chromium shared win builder

10:30 PM Changeset in webkit [89187] by krit@webkit.org
  • 18 edits
    19 adds in trunk

2011-06-17 Dirk Schulze <krit@webkit.org>

Reviewed by Rob Buis.

SVGAnimation should use direct unit animation for SVGAngle
https://bugs.webkit.org/show_bug.cgi?id=62807

Tests animation of SVGAngle with different units.

  • svg/animations/script-tests/svgangle-animation-deg-to-grad.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/script-tests/svgangle-animation-deg-to-rad.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/script-tests/svgangle-animation-grad-to-deg.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/script-tests/svgangle-animation-grad-to-rad.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/script-tests/svgangle-animation-rad-to-deg.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/script-tests/svgangle-animation-rad-to-grad.js: Added. (sample1): (sample2): (sample3): (executeTest):
  • svg/animations/svgangle-animation-deg-to-grad-expected.txt: Added.
  • svg/animations/svgangle-animation-deg-to-grad.html: Added.
  • svg/animations/svgangle-animation-deg-to-rad-expected.txt: Added.
  • svg/animations/svgangle-animation-deg-to-rad.html: Added.
  • svg/animations/svgangle-animation-grad-to-deg-expected.txt: Added.
  • svg/animations/svgangle-animation-grad-to-deg.html: Added.
  • svg/animations/svgangle-animation-grad-to-rad-expected.txt: Added.
  • svg/animations/svgangle-animation-grad-to-rad.html: Added.
  • svg/animations/svgangle-animation-rad-to-deg-expected.txt: Added.
  • svg/animations/svgangle-animation-rad-to-deg.html: Added.
  • svg/animations/svgangle-animation-rad-to-grad-expected.txt: Added.
  • svg/animations/svgangle-animation-rad-to-grad.html: Added.

2011-06-17 Dirk Schulze <krit@webkit.org>

Reviewed by Rob Buis.

SVGAnimation should use direct unit animation for SVGAngle
https://bugs.webkit.org/show_bug.cgi?id=62807

Follow up of "SVGAnimation should use direct unit animation for SVGLength": https://bugs.webkit.org/show_bug.cgi?id=61368
This patch continues the conversion to the new concept of SVGAnimatorFactory with SVGAngle. We can animate the SVG primitive datatype SVGAngle
with different unit types now.
Removed number and unit parser from SVGAnimateElement. This is not needed anymore.

Tests: svg/animations/svgangle-animation-deg-to-grad.html

svg/animations/svgangle-animation-deg-to-rad.html
svg/animations/svgangle-animation-grad-to-deg.html
svg/animations/svgangle-animation-grad-to-rad.html
svg/animations/svgangle-animation-rad-to-deg.html
svg/animations/svgangle-animation-rad-to-grad.html

  • CMakeLists.txt: Added SVGAnimatedAngle.cpp.
  • GNUmakefile.list.am: Ditto.
  • WebCore.gypi: Ditto.
  • WebCore.pro: Ditto.
  • WebCore.xcodeproj/project.pbxproj: Ditto.
  • svg/SVGAllInOne.cpp: Ditto.
  • svg/SVGAnimateElement.cpp: Make use of SVGAnimator for AnimatedAngle. (WebCore::SVGAnimateElement::SVGAnimateElement): (WebCore::SVGAnimateElement::determineAnimatedAttributeType): Ditto. (WebCore::SVGAnimateElement::calculateAnimatedValue): Ditto. (WebCore::SVGAnimateElement::calculateFromAndToValues): Ditto. (WebCore::SVGAnimateElement::calculateFromAndByValues): Ditto. (WebCore::SVGAnimateElement::resetToBaseValue): Ditto. (WebCore::SVGAnimateElement::applyResultsToTarget): Ditto. (WebCore::SVGAnimateElement::calculateDistance): Ditto.
  • svg/SVGAnimateElement.h:
  • svg/SVGAnimatedAngle.cpp: Added. Added SVGAnimatedAngleAnimator for animation of SVGAngles. (WebCore::SVGAnimatedAngleAnimator::SVGAnimatedAngleAnimator): (WebCore::sharedSVGAngle): (WebCore::SVGAnimatedAngleAnimator::constructFromString): (WebCore::SVGAnimatedAngleAnimator::calculateFromAndToValues): (WebCore::SVGAnimatedAngleAnimator::calculateFromAndByValues): (WebCore::SVGAnimatedAngleAnimator::calculateAnimatedValue): (WebCore::SVGAnimatedAngleAnimator::calculateDistance):
  • svg/SVGAnimatedAngle.h: (WebCore::SVGAnimatedAngleAnimator::~SVGAnimatedAngleAnimator):
  • svg/SVGAnimatedLength.cpp: (WebCore::sharedSVGLength): Use an ExceptionCode for SVGLength::setValueAsString.
  • svg/SVGAnimatedType.h: (WebCore::SVGAnimatedType::create): (WebCore::SVGAnimatedType::createAngle): (WebCore::SVGAnimatedType::createLength): (WebCore::SVGAnimatedType::~SVGAnimatedType): (WebCore::SVGAnimatedType::angle): (WebCore::SVGAnimatedType::valueAsString): (WebCore::SVGAnimatedType::setValueAsString): (WebCore::SVGAnimatedType::SVGAnimatedType):
  • svg/SVGAnimatorFactory.h: (WebCore::SVGAnimatorFactory::create):
  • svg/SVGLength.cpp: (WebCore::SVGLength::setValueAsString): Added an ExceptionCode for consistency reasons and as preparation for future error handling.
  • svg/SVGLength.h:
  • svg/SVGParserUtilities.cpp: (WebCore::parseNumberFromString): Added number parser for String objects.
  • svg/SVGParserUtilities.h:
9:57 PM Changeset in webkit [89186] by commit-queue@webkit.org
  • 7 edits
    23 adds in trunk/Source/WebCore

2011-06-17 Anna Cavender <annacc@chromium.org>

Reviewed by Eric Carlson.

Adding initial interfaces and stubs for track
https://bugs.webkit.org/show_bug.cgi?id=60379

This marks the first patch of a series to implement out-of-band
<track> support in WebKit. This patch adds some of the core header files
and their corresponding stub .cpp files.

No new tests because feature is hidden behind VIDEO_TRACK feature
define, which is turned off.

  • CMakeLists.txt:
  • WebCore.gyp/WebCore.gyp:
  • WebCore.gypi:
  • WebCore.pri:
  • WebCore.pro:
  • WebCore.xcodeproj/project.pbxproj:
  • html/CueIndex.cpp: Added.
  • html/CueIndex.h: Added.
  • html/LoadableTextTrack.cpp: Added.
  • html/LoadableTextTrack.h: Added.
  • html/LoadableTextTrackImpl.cpp: Added.
  • html/LoadableTextTrackImpl.h: Added.
  • html/MutableTextTrack.cpp: Added.
  • html/MutableTextTrack.h: Added.
  • html/MutableTextTrackImpl.cpp: Added.
  • html/MutableTextTrackImpl.h: Added.
  • html/TextTrack.cpp: Added.
  • html/TextTrack.h: Added.
  • html/TextTrackCue.cpp: Added.
  • html/TextTrackCue.h: Added.
  • html/TextTrackCueList.cpp: Added.
  • html/TextTrackCueList.h: Added.
  • html/TextTrackPrivate.h: Added.
  • loader/CueLoader.cpp: Added.
  • loader/CueLoader.h: Added.
  • platform/track/CueParser.cpp: Added.
  • platform/track/CueParser.h: Added.
  • platform/track/CueParserPrivate.h: Added.
9:41 PM Changeset in webkit [89185] by commit-queue@webkit.org
  • 6 edits in trunk/Source

2011-06-17 Dmitry Lomov <dslomov@google.com>

Reviewed by Adam Barth.

https://bugs.webkit.org/show_bug.cgi?id=62653
[V8][Chromium] Make StringCache in V8 bindings per-isolate
This moves StringCache into V8BindingPerIsolateData.

  • bindings/v8/V8Binding.cpp: (WebCore::cachedStringCallback): (WebCore::StringCache::remove): (WebCore::StringCache::v8ExternalStringSlow):
  • bindings/v8/V8Binding.h: (WebCore::StringCache::StringCache): (WebCore::StringCache::v8ExternalString): (WebCore::StringCache::clearOnGC): (WebCore::V8BindingPerIsolateData::stringCache): (WebCore::v8ExternalString):
  • bindings/v8/V8GCController.cpp: (WebCore::V8GCController::gcPrologue):

2011-06-17 Dmitry Lomov <dslomov@google.com>

Reviewed by Adam Barth.

https://bugs.webkit.org/show_bug.cgi?id=62653
[V8][Chromium] Make StringCache in V8 bindings per-isolate
This moves StringCache into V8BindingPerIsolateData.

  • src/WebScriptController.cpp: (WebKit::WebScriptController::enableV8SingleThreadMode): StringCache is now per-isolate, so ok in multithreaded contexts.
9:25 PM Changeset in webkit [89184] by oliver@apple.com
  • 9 edits in trunk/Source/JavaScriptCore

2011-06-17 Oliver Hunt <oliver@apple.com>

Reviewed by Gavin Barraclough.

JSONP is unnecessarily slow
https://bugs.webkit.org/show_bug.cgi?id=62920

JSONP has unfortunately become a fairly common idiom online, yet
it triggers very poor performance in JSC as we end up doing codegen
for a large number of property accesses that will

  • only be run once, so the vast amount of logic we dump to handle caching of accesses is unnecessary.
  • We are doing codegen that is directly proportional to just creating the object in the first place.

This patch extends the use of the literal parser to JSONP-like structures
in global code, handling a number of different forms I have seen online.
In an extreme case this improves performance of JSONP by more than 2x
due to removal of code generation and execution time, and a few optimisations
that I made to the parser itself.

  • API/JSValueRef.cpp: (JSValueMakeFromJSONString):
  • interpreter/Interpreter.cpp: (JSC::Interpreter::callEval): (JSC::Interpreter::execute):
  • parser/Lexer.cpp: (JSC::Lexer::isKeyword):
  • parser/Lexer.h:
  • runtime/JSGlobalObjectFunctions.cpp: (JSC::globalFuncEval):
  • runtime/JSONObject.cpp: (JSC::JSONProtoFuncParse):
  • runtime/LiteralParser.cpp: (JSC::LiteralParser::tryJSONPParse): (JSC::LiteralParser::makeIdentifier): (JSC::LiteralParser::Lexer::lex): (JSC::LiteralParser::Lexer::next): (JSC::isSafeStringCharacter): (JSC::LiteralParser::Lexer::lexString): (JSC::LiteralParser::Lexer::lexNumber): (JSC::LiteralParser::parse):
  • runtime/LiteralParser.h: (JSC::LiteralParser::LiteralParser): (JSC::LiteralParser::tryLiteralParse): (JSC::LiteralParser::Lexer::Lexer):
7:38 PM Changeset in webkit [89183] by jchaffraix@webkit.org
  • 3 edits
    2 adds in trunk

2011-06-17 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by Darin Adler.

Assertion failure in SVGTextLayoutEngine constructor (!m_layoutAttributes.isEmpty())
https://bugs.webkit.org/show_bug.cgi?id=62884

  • svg/custom/assert-empty-layout-attributes-expected.txt: Added.
  • svg/custom/assert-empty-layout-attributes.svg: Added.

2011-06-17 Julien Chaffraix <jchaffraix@webkit.org>

Reviewed by Darin Adler.

Assertion failure in SVGTextLayoutEngine constructor (!m_layoutAttributes.isEmpty())
https://bugs.webkit.org/show_bug.cgi?id=62884

Test: svg/custom/assert-empty-layout-attributes.svg

  • rendering/svg/SVGRootInlineBox.cpp: (WebCore::SVGRootInlineBox::computePerCharacterLayoutInformation): Added a early return here. It is not needed to do the text layout algorithm if you don't have any layout information as your size is (0, 0) anyway.
6:09 PM Changeset in webkit [89182] by commit-queue@webkit.org
  • 2 edits in trunk/Tools

2011-06-17 Dmitry Lomov <dslomov@google.com>

Reviewed by Daniel Bates.

https://bugs.webkit.org/show_bug.cgi?id=62918
Pass configuration to UnitTests step in master.cfg

  • BuildSlaveSupport/build.webkit.org-config/master.cfg:
5:43 PM Changeset in webkit [89181] by ap@apple.com
  • 2 edits in trunk/Source/WebCore

2011-06-17 Alexey Proskuryakov <ap@apple.com>

Reviewed by Dan Bernstein.

https://bugs.webkit.org/show_bug.cgi?id=62913
Use ICU search collator when available

<rdar://problem/8830218> Search on a webpage in Safari conflates some Czech characters
<rdar://problem/8468873> Safari search doesn't strip Hamza

This changes behaviors that depend on system language, and isn't practically testable.

  • editing/TextIterator.cpp: (WebCore::createSearcher): Ask ICU for search collator, if available.
4:26 PM Changeset in webkit [89180] by rniwa@webkit.org
  • 2 edits in trunk/Source/WebKit/chromium

2011-06-17 Ryosuke Niwa <rniwa@webkit.org>

Roll Chromium DEPS.

  • DEPS:
4:06 PM Changeset in webkit [89179] by bfulgham@webkit.org
  • 2 edits in trunk/Source/WebKit2

[WinCairo] Unreviewed build fix after r89060 and r89161.

  • Shared/win/WebCoreArgumentCodersWin.cpp: WinCairo build fixes (1) Include proper header files for WinCairo build (2) Exclude unused namespace declaration
3:44 PM Changeset in webkit [89178] by senorblanco@chromium.org
  • 6 edits in trunk/Source

2011-06-17 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89143.
http://trac.webkit.org/changeset/89143
https://bugs.webkit.org/show_bug.cgi?id=62912

Possible Chromeos test breakage (Requested by senorblanco on
#webkit).

  • src/AsyncFileSystemChromium.cpp: (WebCore::AsyncFileSystemChromium::virtualPathToFileSystemURL):
  • src/WorkerAsyncFileSystemChromium.cpp: (WebCore::WorkerAsyncFileSystemChromium::virtualPathToFileSystemURL):
  • tests/KURLTest.cpp: (ComponentCase::TEST):

2011-06-17 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r89143.
http://trac.webkit.org/changeset/89143
https://bugs.webkit.org/show_bug.cgi?id=62912

Possible Chromeos test breakage (Requested by senorblanco on
#webkit).

  • platform/KURLGoogle.cpp: (WebCore::encodeWithURLEscapeSequences):
3:43 PM Changeset in webkit [89177] by andersca@apple.com
  • 6 edits in trunk/Source/WebKit2

2011-06-17 Anders Carlsson <andersca@apple.com>

Reviewed by Sam Weinig.

Remove unused ArgumentEncoder and ArgumentDecoder functions
https://bugs.webkit.org/show_bug.cgi?id=62909

  • Platform/CoreIPC/ArgumentDecoder.cpp:
  • Platform/CoreIPC/ArgumentDecoder.h:
  • Platform/CoreIPC/ArgumentEncoder.cpp:
  • Platform/CoreIPC/ArgumentEncoder.h:


  • Shared/win/PlatformCertificateInfo.cpp: (WebKit::PlatformCertificateInfo::encode): (WebKit::PlatformCertificateInfo::decode): Replace calls to encodeBytes/decodeBytes with encodeVariableLengthByteArray/decodeVariableLengthByteArray.
3:18 PM Changeset in webkit [89176] by commit-queue@webkit.org
  • 1 edit
    2 adds in trunk/LayoutTests

2011-06-17 David Grogan <dgrogan@chromium.org>

Reviewed by Eric Seidel.

layout test for misalignment caused by float->int rounding error
https://bugs.webkit.org/show_bug.cgi?id=61906

Just the layout test demonstrating the problem. It will be a while
until I have cycles to play around with the fix started in
https://bugs.webkit.org/show_bug.cgi?id=22759. And it'd be nice to
know if this were fixed for free via the ongoing systemic int->float
refactoring.

  • css1/units/rounding-expected.txt: Added.
  • css1/units/rounding.html: Added.
2:56 PM Changeset in webkit [89175] by commit-queue@webkit.org
  • 1 edit
    1 add in trunk/Tools

2011-06-17 Leandro Pereira <leandro@profusion.mobi>

Reviewed by Eric Seidel.

[EFL] Add Evas-based ImageDiff implementation.
https://bugs.webkit.org/show_bug.cgi?id=61942

Build system changes will be performed as soon as the complete
DumpRenderTree implementation is upstreamed.

  • DumpRenderTree/efl/ImageDiff.cpp: Added. (pixelFromImageData): (differenceImageFromDifferenceBuffer): (computeDistanceBetweenPixelComponents): (calculatePixelDifference): (calculateDifference): (getTemporaryFile): (printImage): (printImageDifferences): (resizeEcoreEvasIfNeeded): (readImageFromStdin): (parseCommandLineOptions): (shutdownEfl): (abortWithErrorMessage): (initEfl): (main):
2:48 PM Changeset in webkit [89174] by tony@chromium.org
  • 2 edits in trunk/Tools

2011-06-17 Tony Chang <tony@chromium.org>

Reviewed by Dirk Pranke.

[chromium] force rebaseline-chromium-webkit-tests to use the chromium port
https://bugs.webkit.org/show_bug.cgi?id=62907

This fixes a bug where the ImageDiff on the user's machine doesn't
match the logic used on the Chromium buildbots. This has the downside
of requiring that the Chromium ImageDiff is built, but it turns out
that even with --tolerance 0, the CG ImageDiff will allow small pixel
differences through.

  • Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:
2:46 PM Changeset in webkit [89173] by bfulgham@webkit.org
  • 2 edits in trunk/Tools

[WinCairo] Unreviewed build correction.

  • DumpRenderTree/win/DumpRenderTreeCairo.vsprops:

Update WinCairo property sheet to link against the Cairo DLL,
now that we are using a more recent Cairo build.

2:20 PM Changeset in webkit [89172] by jer.noble@apple.com
  • 3 edits in trunk/Source/WebCore

2011-06-17 Jer Noble <jer.noble@apple.com>

Reviewed by Ada Chan.

Playing video from the manifest crashes on Windows
https://bugs.webkit.org/show_bug.cgi?id=62901

No new tests. This will be covered by existing App Cache tests.

Two related fixes. 1) Null-check the CFStringRef and CFURLRef created in QTMovie::load() before
passing them to CFRelease(). 2) Use CFURL to create an appropriate file-URL on windows in
createFileURLForApplicationCacheResource.

  • html/HTMLMediaElement.cpp: (WebCore::createFileURLForApplicationCacheResource):
  • platform/graphics/win/QTMovie.cpp: (QTMovie::load):
1:52 PM Changeset in webkit [89171] by ggaren@apple.com
  • 5 edits in trunk/Source/JavaScriptCore

2011-06-17 Geoffrey Garen <ggaren@apple.com>

Reviewed by Oliver Hunt.

Moved some property access JIT code into property access JIT files
https://bugs.webkit.org/show_bug.cgi?id=62906

  • jit/JITOpcodes.cpp:
  • jit/JITOpcodes32_64.cpp:
  • jit/JITPropertyAccess.cpp: (JSC::JIT::emitSlow_op_put_by_val): (JSC::JIT::emit_op_get_scoped_var): (JSC::JIT::emit_op_put_scoped_var): (JSC::JIT::emit_op_get_global_var): (JSC::JIT::emit_op_put_global_var):
  • jit/JITPropertyAccess32_64.cpp: (JSC::JIT::emit_op_get_scoped_var): (JSC::JIT::emit_op_put_scoped_var): (JSC::JIT::emit_op_get_global_var): (JSC::JIT::emit_op_put_global_var):
1:51 PM Changeset in webkit [89170] by andersca@apple.com
  • 5 edits in trunk/Source/WebKit2

Yet another Qt build fix attempt.

  • UIProcess/API/qt/ClientImpl.cpp:
  • UIProcess/API/qt/qgraphicswkview.cpp:
  • UIProcess/API/qt/qwkpage.cpp:
  • UIProcess/API/qt/qwkpage_p.h:
1:43 PM Changeset in webkit [89169] by senorblanco@chromium.org
  • 2 edits
    1 add in trunk/LayoutTests

2011-06-17 Stephen White <senorblanco@chromium.org>

Unreviewed.

Some new chromium test expectations and updates.

  • platform/chromium-mac-leopard/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
  • platform/chromium/test_expectations.txt:
1:41 PM Changeset in webkit [89168] by andersca@apple.com
  • 4 edits in trunk/Source/WebKit2

Another attempt at fixing the Qt build.

  • UIProcess/API/qt/ClientImpl.cpp:
  • UIProcess/API/qt/qgraphicswkview.cpp:
  • UIProcess/API/qt/qwkcontext.cpp:
1:40 PM Changeset in webkit [89167] by barraclough@apple.com
  • 3 edits in trunk/LayoutTests

Rubber Stamped by Sam Weinig.

Land a couple more regex tests.

  • fast/regex/pcre-test-1-expected.txt:
  • fast/regex/script-tests/pcre-test-1.js:
1:21 PM Changeset in webkit [89166] by andersca@apple.com
  • 2 edits in trunk/Source/WebKit2

Fix Qt build.

  • WebProcess/ResourceCache/WebResourceCacheManager.cpp:
1:19 PM Changeset in webkit [89165] by inferno@chromium.org
  • 4 edits
    2 adds in trunk

2011-06-17 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

Tests that we do not crash when unable to remove floats from
parent's next siblings blocks.
https://bugs.webkit.org/show_bug.cgi?id=62875

  • fast/block/float/float-not-removed-from-next-sibling5-expected.txt: Added.
  • fast/block/float/float-not-removed-from-next-sibling5.html: Added.

2011-06-17 Abhishek Arya <inferno@chromium.org>

Reviewed by Dave Hyatt.

When we lose ability to propagate floats, need to find topmost
parent with that overhanging float, and then iterate over its
sibling blocks to remove the float.
https://bugs.webkit.org/show_bug.cgi?id=62875

Test: fast/block/float/float-not-removed-from-next-sibling5.html

  • rendering/RenderBlock.cpp: (WebCore::RenderBlock::styleDidChange): (WebCore::RenderBlock::hasOverhangingFloat):
  • rendering/RenderBlock.h:
1:08 PM Changeset in webkit [89164] by andersca@apple.com
  • 2 edits in trunk/Source/WebKit2

Windows build fix.

  • UIProcess/win/WebView.cpp:
1:00 PM Changeset in webkit [89163] by commit-queue@webkit.org
  • 13 edits
    2 adds in trunk

2011-06-17 Vsevolod Vlasov <vsevik@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Network panel does not show main resource content for iframes deleted from the document
https://bugs.webkit.org/show_bug.cgi?id=62810

  • http/tests/inspector/network/network-iframe-load-and-delete-expected.txt: Added.
  • http/tests/inspector/network/network-iframe-load-and-delete.html: Added.

2011-06-17 Vsevolod Vlasov <vsevik@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: Network panel does not show main resource content for iframes deleted from the document
https://bugs.webkit.org/show_bug.cgi?id=62810

Test: http/tests/inspector/network/network-iframe-load-and-delete.html

  • inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didFinishLoadingImpl): (WebCore::InspectorInstrumentation::didFailLoadingImpl):
  • inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::didFinishLoading): (WebCore::InspectorInstrumentation::didFailLoading):
  • inspector/InspectorPageAgent.cpp: (WebCore::cachedResourceContent): (WebCore::mainResourceContent): (WebCore::InspectorPageAgent::sharedBufferContent): (WebCore::InspectorPageAgent::resourceContent): (WebCore::InspectorPageAgent::getResourceContent): (WebCore::InspectorPageAgent::searchInResources):
  • inspector/InspectorPageAgent.h:
  • inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::didReceiveResponse): (WebCore::InspectorResourceAgent::didFinishLoading): (WebCore::InspectorResourceAgent::didFailLoading): (WebCore::InspectorResourceAgent::didReceiveXHRResponse): (WebCore::InspectorResourceAgent::getResourceContent):
  • inspector/InspectorResourceAgent.h:
  • inspector/InspectorStyleSheet.cpp: (WebCore::InspectorStyleSheet::resourceStyleSheetText):
  • inspector/NetworkResourcesData.cpp: (WebCore::NetworkResourcesData::ResourceData::ResourceData): (WebCore::NetworkResourcesData::setResourceType): (WebCore::NetworkResourcesData::resourceType): (WebCore::NetworkResourcesData::addResourceSharedBuffer):
  • inspector/NetworkResourcesData.h: (WebCore::NetworkResourcesData::ResourceData::type): (WebCore::NetworkResourcesData::ResourceData::setType): (WebCore::NetworkResourcesData::ResourceData::buffer): (WebCore::NetworkResourcesData::ResourceData::setBuffer): (WebCore::NetworkResourcesData::ResourceData::textEncodingName): (WebCore::NetworkResourcesData::ResourceData::setTextEncodingName):
  • loader/ResourceLoadNotifier.cpp: (WebCore::ResourceLoadNotifier::didFailToLoad): (WebCore::ResourceLoadNotifier::dispatchDidFinishLoading):
  • loader/appcache/ApplicationCacheGroup.cpp: (WebCore::ApplicationCacheGroup::didFinishLoading): (WebCore::ApplicationCacheGroup::didFail):
12:51 PM Changeset in webkit [89162] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

2011-06-17 Ryosuke Niwa <rniwa@webkit.org>

Fix Chromium test expectations.

  • platform/chromium/test_expectations.txt:
12:48 PM Changeset in webkit [89161] by andersca@apple.com
  • 14 edits in trunk/Source/WebKit2

2011-06-17 Anders Carlsson <andersca@apple.com>

Reviewed by Sam Weinig.

Move the remaining WebCore argument coders to the .cpp file
https://bugs.webkit.org/show_bug.cgi?id=62874

Also add includes that other files need that used to be provided by WebCoreArgumentCoders.h,
and get rid of the LAZY_NATIVE_CURSOR #if check because all WebKit2 platforms now support it.


  • Shared/ContextMenuState.h:
  • Shared/WebCoreArgumentCoders.cpp: (CoreIPC::::encode): (CoreIPC::::decode):
  • Shared/WebCoreArgumentCoders.h:
  • Shared/gtk/WebCoreArgumentCodersGtk.cpp:
  • Shared/mac/WebCoreArgumentCodersMac.mm:
  • Shared/qt/WebCoreArgumentCodersQt.cpp:
  • UIProcess/API/mac/PDFViewController.mm:
  • UIProcess/PageClient.h:
  • UIProcess/WebIconDatabase.cpp:
  • UIProcess/WebPageProxy.cpp:
  • UIProcess/WebPageProxy.h:
  • UIProcess/mac/WKFullScreenWindowController.mm:
12:33 PM Changeset in webkit [89160] by andersca@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Build fix.

12:29 PM Changeset in webkit [89159] by rniwa@webkit.org
  • 2 edits in trunk/LayoutTests

2011-06-17 Ryosuke Niwa <rniwa@webkit.org>

Add image failing expectations for Leopard after r89091.
I'm giving up on these tests; no matter what I do, they fail.

  • platform/chromium/test_expectations.txt:
12:26 PM Changeset in webkit [89158] by ggaren@apple.com
  • 2 edits in trunk/Source/JavaScriptCore

Try to fix the Leopard build?

12:12 PM Changeset in webkit [89157] by Darin Adler
  • 2 edits in trunk/Source/WebCore

Fix clang build.

  • loader/LinkLoader.h: Use struct, not class, to forward-declare struct.
12:11 PM Changeset in webkit [89156] by ggaren@apple.com
  • 7 edits in trunk/Source/JavaScriptCore

2011-06-16 Geoffrey Garen <ggaren@apple.com>

Reviewed by Oliver Hunt.

Added some write barrier action, compiled out by default
https://bugs.webkit.org/show_bug.cgi?id=62844

  • JavaScriptCore.xcodeproj/project.pbxproj: Fixed an incremental build issue with Heap.cpp.
  • heap/Heap.cpp: (JSC::Heap::writeBarrierSlowCase):
  • heap/Heap.h: (JSC::Heap::writeBarrier):
  • heap/MarkedBlock.h: (JSC::MarkedBlock::isAtomAligned): (JSC::MarkedBlock::blockFor): (JSC::MarkedBlock::atomNumber): (JSC::MarkedBlock::ownerSetNumber): (JSC::MarkedBlock::addOldSpaceOwner): (JSC::MarkedBlock::OwnerSet::OwnerSet): (JSC::MarkedBlock::OwnerSet::add): (JSC::MarkedBlock::OwnerSet::clear): (JSC::MarkedBlock::OwnerSet::size): (JSC::MarkedBlock::OwnerSet::didOverflow): (JSC::MarkedBlock::OwnerSet::owners): Added a basic write barrier that tracks owners for regions within blocks. Currently unused.
12:11 PM Changeset in webkit [89155] by commit-queue@webkit.org
  • 7 edits in trunk

2011-06-17 Chris Evans <cevans@chromium.org>

Reviewed by Adam Barth.

Detect mixed-scripting involving https -> http redirects
https://bugs.webkit.org/show_bug.cgi?id=62846

  • http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe-expected.txt: Update expectation.
  • http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html: Remove FIXME as the test is now working as expected.

2011-06-17 Chris Evans <cevans@chromium.org>

Reviewed by Adam Barth.

Detect mixed-scripting involving https -> http redirects
https://bugs.webkit.org/show_bug.cgi?id=62846

Test: http/tests/security/mixedContent/redirect-https-to-http-script-in-iframe.html

  • loader/cache/CachedResourceLoader.cpp: (WebCore::CachedResourceLoader::checkInsecureContent): (WebCore::CachedResourceLoader::canRequest): break out insecure content logic.
  • loader/cache/CachedResourceLoader.h:
  • loader/cache/CachedResourceRequest.cpp: (WebCore::CachedResourceRequest::willSendRequest): check the redirect target for possible insecure content issues.
12:09 PM Changeset in webkit [89154] by robert@webkit.org
  • 4 edits in trunk

2011-06-12 Robert Hogan <robert@webkit.org>

Reviewed by Alexey Proskuryakov.

[Qt] Qt Counterpart for http://trac.webkit.org/changeset/42078
https://bugs.webkit.org/show_bug.cgi?id=62514

  • platform/qt/Skipped: Unskip http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html

2011-06-12 Robert Hogan <robert@webkit.org>

Reviewed by Alexey Proskuryakov.

[Qt] Qt Counterpart for http://trac.webkit.org/changeset/42078
https://bugs.webkit.org/show_bug.cgi?id=62514

  • platform/network/qt/ResourceHandleQt.cpp: (WebCore::WebCoreSynchronousLoader::willSendRequest):
11:58 AM Changeset in webkit [89153] by commit-queue@webkit.org
  • 3 edits
    1 add in trunk/Source/JavaScriptCore

2011-06-17 Raphael Kubo da Costa <kubo@profusion.mobi>

Reviewed by Eric Seidel.

[EFL] Add some OwnPtr specializations for EFL types.
For now there are specializations for Ecore_Evas and Evas_Object.
https://bugs.webkit.org/show_bug.cgi?id=62877

  • wtf/CMakeListsEfl.txt:
  • wtf/OwnPtrCommon.h:
  • wtf/efl/OwnPtrEfl.cpp: Added. (WTF::deleteOwnedPtr):
11:53 AM WebKitGTK edited by plaes@plaes.org
Update links for 1.4.2 stable release planning page (diff)
11:52 AM Changeset in webkit [89152] by crogers@google.com
  • 2 edits in trunk/Source/WebKit/chromium

2011-06-17 Chris Rogers <crogers@google.com>

Reviewed by Tony Chang.

Enable Web Audio for chromium windows build
https://bugs.webkit.org/show_bug.cgi?id=62895

  • features.gypi:
11:49 AM WebKitGTK edited by plaes@plaes.org
Update Gentoo information (diff)
11:40 AM Changeset in webkit [89151] by rniwa@webkit.org
  • 2 edits
    20 adds in trunk/LayoutTests

2011-06-17 Ryosuke Niwa <rniwa@webkit.org>

Chromium Mac rebaselines for r89091.

  • platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
  • platform/chromium-mac-leopard/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
  • platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-actual.png: Added.
  • platform/chromium-mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-actual.png: Added.
  • platform/chromium/test_expectations.txt:
11:23 AM Changeset in webkit [89150] by commit-queue@webkit.org
  • 4 edits in trunk

2011-06-17 Chang Shu <cshu@webkit.org>

Reviewed by Anders Carlsson.

[Qt] [WK2] Debug info leaks to stdout from plugins in Qt WebKit2 layout tests
https://bugs.webkit.org/show_bug.cgi?id=61940

Unskip passed tests.

  • platform/qt-wk2/Skipped:

2011-06-17 Chang Shu <cshu@webkit.org>

Reviewed by Anders Carlsson.

[Qt] [WK2] Debug info leaks to stdout from plugins in Qt WebKit2 layout tests
https://bugs.webkit.org/show_bug.cgi?id=61940

Tempararily supress stdout during getPluginInfo during which debug info was leaked out.

  • Shared/Plugins/Netscape/x11/NetscapePluginModuleX11.cpp: (WebKit::StdoutRedirect::StdoutRedirect): (WebKit::StdoutRedirect::~StdoutRedirect): (WebKit::NetscapePluginModule::getPluginInfo):
11:20 AM Changeset in webkit [89149] by commit-queue@webkit.org
  • 5 edits in trunk/LayoutTests

2011-06-17 Annie Sullivan <sullivan@chromium.org>

Reviewed by Ryosuke Niwa.

Layout tests editing/inserting/return-key-in-hidden-field.html and return-key-span-start.html don't run in webkit2
https://bugs.webkit.org/show_bug.cgi?id=62734

Modify tests to use execCommand(insertParagraph) instead of eventSender to inject a new line.

  • editing/inserting/return-key-in-hidden-field-expected.txt:
  • editing/inserting/return-key-in-hidden-field.html:
  • editing/inserting/return-key-span-start.html:
  • platform/mac-wk2/Skipped:
11:19 AM Changeset in webkit [89148] by commit-queue@webkit.org
  • 525 edits in trunk/Source/WebCore

2011-06-17 Mark Pilgrim <pilgrim@chromium.org>

Reviewed by Adam Barth.

Change IDL code generator to require all arguments by default
https://bugs.webkit.org/show_bug.cgi?id=62750

As per discussion on public-webapps, WebIDL is changing the default
behavior to require all function arguments by default and raise an
exception when an argument is missing. (This behavior is currently
opt-in in WebKit's IDL system, on a function-by-function basis, with
the "RequiresAllArguments=Raise" flag.) To order to match WebIDL as
closely as possible, this patch adds an interface-level
"LegacyDefaultOptionalArguments" flag and sets it on all existing IDL
files (500+), then changes the code generator Perl scripts to behave
the old way in the presence of the flag.

No new tests required, all existing tests still pass.

  • bindings/scripts/CodeGeneratorJS.pm:
  • bindings/scripts/CodeGeneratorV8.pm:
  • bindings/scripts/test/TestCallback.idl:
  • bindings/scripts/test/TestInterface.idl:
  • bindings/scripts/test/TestMediaQueryListListener.idl:
  • bindings/scripts/test/TestObj.idl:
  • bindings/scripts/test/TestSerializedScriptValueInterface.idl:
  • css/CSSCharsetRule.idl:
  • css/CSSFontFaceRule.idl:
  • css/CSSImportRule.idl:
  • css/CSSMediaRule.idl:
  • css/CSSPageRule.idl:
  • css/CSSPrimitiveValue.idl:
  • css/CSSRule.idl:
  • css/CSSRuleList.idl:
  • css/CSSStyleDeclaration.idl:
  • css/CSSStyleRule.idl:
  • css/CSSStyleSheet.idl:
  • css/CSSUnknownRule.idl:
  • css/CSSValue.idl:
  • css/CSSValueList.idl:
  • css/Counter.idl:
  • css/MediaList.idl:
  • css/MediaQueryList.idl:
  • css/MediaQueryListListener.idl:
  • css/RGBColor.idl:
  • css/Rect.idl:
  • css/StyleMedia.idl:
  • css/StyleSheet.idl:
  • css/StyleSheetList.idl:
  • css/WebKitCSSKeyframeRule.idl:
  • css/WebKitCSSKeyframesRule.idl:
  • css/WebKitCSSMatrix.idl:
  • css/WebKitCSSTransformValue.idl:
  • dom/Attr.idl:
  • dom/BeforeLoadEvent.idl:
  • dom/BeforeProcessEvent.idl:
  • dom/CDATASection.idl:
  • dom/CharacterData.idl:
  • dom/ClientRect.idl:
  • dom/ClientRectList.idl:
  • dom/Clipboard.idl:
  • dom/Comment.idl:
  • dom/CompositionEvent.idl:
  • dom/CustomEvent.idl:
  • dom/DOMCoreException.idl:
  • dom/DOMImplementation.idl:
  • dom/DOMStringList.idl:
  • dom/DOMStringMap.idl:
  • dom/DataTransferItem.idl:
  • dom/DataTransferItems.idl:
  • dom/DeviceMotionEvent.idl:
  • dom/DeviceOrientationEvent.idl:
  • dom/Document.idl:
  • dom/DocumentFragment.idl:
  • dom/DocumentType.idl:
  • dom/Element.idl:
  • dom/Entity.idl:
  • dom/EntityReference.idl:
  • dom/ErrorEvent.idl:
  • dom/Event.idl:
  • dom/EventException.idl:
  • dom/EventListener.idl:
  • dom/EventTarget.idl:
  • dom/ExclusiveTrackList.idl:
  • dom/GeneratedStream.idl:
  • dom/HashChangeEvent.idl:
  • dom/KeyboardEvent.idl:
  • dom/MessageChannel.idl:
  • dom/MessageEvent.idl:
  • dom/MessagePort.idl:
  • dom/MouseEvent.idl:
  • dom/MultipleTrackList.idl:
  • dom/MutationEvent.idl:
  • dom/NamedNodeMap.idl:
  • dom/Node.idl:
  • dom/NodeFilter.idl:
  • dom/NodeIterator.idl:
  • dom/NodeList.idl:
  • dom/Notation.idl:
  • dom/OverflowEvent.idl:
  • dom/PageTransitionEvent.idl:
  • dom/PopStateEvent.idl:
  • dom/ProcessingInstruction.idl:
  • dom/ProgressEvent.idl:
  • dom/Range.idl:
  • dom/RangeException.idl:
  • dom/RequestAnimationFrameCallback.idl:
  • dom/Stream.idl:
  • dom/StreamEvent.idl:
  • dom/StreamList.idl:
  • dom/StringCallback.idl:
  • dom/Text.idl:
  • dom/TextEvent.idl:
  • dom/Touch.idl:
  • dom/TouchEvent.idl:
  • dom/TouchList.idl:
  • dom/TrackList.idl:
  • dom/TreeWalker.idl:
  • dom/UIEvent.idl:
  • dom/WebKitAnimationEvent.idl:
  • dom/WebKitTransitionEvent.idl:
  • dom/WheelEvent.idl:
  • fileapi/Blob.idl:
  • fileapi/DOMFileSystem.idl:
  • fileapi/DOMFileSystemSync.idl:
  • fileapi/DirectoryEntry.idl:
  • fileapi/DirectoryEntrySync.idl:
  • fileapi/DirectoryReader.idl:
  • fileapi/DirectoryReaderSync.idl:
  • fileapi/EntriesCallback.idl:
  • fileapi/Entry.idl:
  • fileapi/EntryArray.idl:
  • fileapi/EntryArraySync.idl:
  • fileapi/EntryCallback.idl:
  • fileapi/EntrySync.idl:
  • fileapi/ErrorCallback.idl:
  • fileapi/File.idl:
  • fileapi/FileCallback.idl:
  • fileapi/FileEntry.idl:
  • fileapi/FileEntrySync.idl:
  • fileapi/FileError.idl:
  • fileapi/FileException.idl:
  • fileapi/FileList.idl:
  • fileapi/FileReader.idl:
  • fileapi/FileReaderSync.idl:
  • fileapi/FileSystemCallback.idl:
  • fileapi/FileWriter.idl:
  • fileapi/FileWriterCallback.idl:
  • fileapi/FileWriterSync.idl:
  • fileapi/Metadata.idl:
  • fileapi/MetadataCallback.idl:
  • fileapi/OperationNotAllowedException.idl:
  • fileapi/WebKitBlobBuilder.idl:
  • fileapi/WebKitFlags.idl:
  • html/DOMFormData.idl:
  • html/DOMSettableTokenList.idl:
  • html/DOMTokenList.idl:
  • html/DOMURL.idl:
  • html/HTMLAllCollection.idl:
  • html/HTMLAnchorElement.idl:
  • html/HTMLAppletElement.idl:
  • html/HTMLAreaElement.idl:
  • html/HTMLAudioElement.idl:
  • html/HTMLBRElement.idl:
  • html/HTMLBaseElement.idl:
  • html/HTMLBaseFontElement.idl:
  • html/HTMLBlockquoteElement.idl:
  • html/HTMLBodyElement.idl:
  • html/HTMLButtonElement.idl:
  • html/HTMLCanvasElement.idl:
  • html/HTMLCollection.idl:
  • html/HTMLDListElement.idl:
  • html/HTMLDataListElement.idl:
  • html/HTMLDetailsElement.idl:
  • html/HTMLDirectoryElement.idl:
  • html/HTMLDivElement.idl:
  • html/HTMLDocument.idl:
  • html/HTMLElement.idl:
  • html/HTMLEmbedElement.idl:
  • html/HTMLFieldSetElement.idl:
  • html/HTMLFontElement.idl:
  • html/HTMLFormElement.idl:
  • html/HTMLFrameElement.idl:
  • html/HTMLFrameSetElement.idl:
  • html/HTMLHRElement.idl:
  • html/HTMLHeadElement.idl:
  • html/HTMLHeadingElement.idl:
  • html/HTMLHtmlElement.idl:
  • html/HTMLIFrameElement.idl:
  • html/HTMLImageElement.idl:
  • html/HTMLInputElement.idl:
  • html/HTMLIsIndexElement.idl:
  • html/HTMLKeygenElement.idl:
  • html/HTMLLIElement.idl:
  • html/HTMLLabelElement.idl:
  • html/HTMLLegendElement.idl:
  • html/HTMLLinkElement.idl:
  • html/HTMLMapElement.idl:
  • html/HTMLMarqueeElement.idl:
  • html/HTMLMediaElement.idl:
  • html/HTMLMenuElement.idl:
  • html/HTMLMetaElement.idl:
  • html/HTMLMeterElement.idl:
  • html/HTMLModElement.idl:
  • html/HTMLOListElement.idl:
  • html/HTMLObjectElement.idl:
  • html/HTMLOptGroupElement.idl:
  • html/HTMLOptionElement.idl:
  • html/HTMLOptionsCollection.idl:
  • html/HTMLOutputElement.idl:
  • html/HTMLParagraphElement.idl:
  • html/HTMLParamElement.idl:
  • html/HTMLPreElement.idl:
  • html/HTMLProgressElement.idl:
  • html/HTMLQuoteElement.idl:
  • html/HTMLScriptElement.idl:
  • html/HTMLSelectElement.idl:
  • html/HTMLSourceElement.idl:
  • html/HTMLStyleElement.idl:
  • html/HTMLTableCaptionElement.idl:
  • html/HTMLTableCellElement.idl:
  • html/HTMLTableColElement.idl:
  • html/HTMLTableElement.idl:
  • html/HTMLTableRowElement.idl:
  • html/HTMLTableSectionElement.idl:
  • html/HTMLTextAreaElement.idl:
  • html/HTMLTitleElement.idl:
  • html/HTMLTrackElement.idl:
  • html/HTMLUListElement.idl:
  • html/HTMLVideoElement.idl:
  • html/ImageData.idl:
  • html/MediaError.idl:
  • html/SpellcheckRange.idl:
  • html/SpellcheckRangeList.idl:
  • html/TextMetrics.idl:
  • html/TimeRanges.idl:
  • html/ValidityState.idl:
  • html/VoidCallback.idl:
  • html/canvas/ArrayBuffer.idl:
  • html/canvas/ArrayBufferView.idl:
  • html/canvas/CanvasGradient.idl:
  • html/canvas/CanvasPattern.idl:
  • html/canvas/CanvasPixelArray.idl:
  • html/canvas/CanvasRenderingContext.idl:
  • html/canvas/CanvasRenderingContext2D.idl:
  • html/canvas/DataView.idl:
  • html/canvas/Float32Array.idl:
  • html/canvas/Float64Array.idl:
  • html/canvas/Int16Array.idl:
  • html/canvas/Int32Array.idl:
  • html/canvas/Int8Array.idl:
  • html/canvas/OESStandardDerivatives.idl:
  • html/canvas/OESTextureFloat.idl:
  • html/canvas/OESVertexArrayObject.idl:
  • html/canvas/Uint16Array.idl:
  • html/canvas/Uint32Array.idl:
  • html/canvas/Uint8Array.idl:
  • html/canvas/WebGLActiveInfo.idl:
  • html/canvas/WebGLBuffer.idl:
  • html/canvas/WebGLContextAttributes.idl:
  • html/canvas/WebGLContextEvent.idl:
  • html/canvas/WebGLFramebuffer.idl:
  • html/canvas/WebGLProgram.idl:
  • html/canvas/WebGLRenderbuffer.idl:
  • html/canvas/WebGLRenderingContext.idl:
  • html/canvas/WebGLShader.idl:
  • html/canvas/WebGLTexture.idl:
  • html/canvas/WebGLUniformLocation.idl:
  • html/canvas/WebGLVertexArrayObjectOES.idl:
  • html/canvas/WebKitLoseContext.idl:
  • inspector/InjectedScriptHost.idl:
  • inspector/InspectorFrontendHost.idl:
  • inspector/JavaScriptCallFrame.idl:
  • inspector/ScriptProfile.idl:
  • inspector/ScriptProfileNode.idl:
  • loader/appcache/DOMApplicationCache.idl:
  • notifications/Notification.idl:
  • notifications/NotificationCenter.idl:
  • page/AbstractView.idl:
  • page/BarInfo.idl:
  • page/Console.idl:
  • page/Coordinates.idl:
  • page/Crypto.idl:
  • page/DOMSelection.idl:
  • page/DOMWindow.idl:
  • page/EventSource.idl:
  • page/Geolocation.idl:
  • page/Geoposition.idl:
  • page/History.idl:
  • page/Location.idl:
  • page/MemoryInfo.idl:
  • page/Navigator.idl:
  • page/NavigatorUserMediaError.idl:
  • page/NavigatorUserMediaErrorCallback.idl:
  • page/NavigatorUserMediaSuccessCallback.idl:
  • page/Performance.idl:
  • page/PerformanceNavigation.idl:
  • page/PerformanceTiming.idl:
  • page/PositionCallback.idl:
  • page/PositionError.idl:
  • page/PositionErrorCallback.idl:
  • page/Screen.idl:
  • page/SpeechInputEvent.idl:
  • page/SpeechInputResult.idl:
  • page/SpeechInputResultList.idl:
  • page/WebKitAnimation.idl:
  • page/WebKitAnimationList.idl:
  • page/WebKitPoint.idl:
  • page/WorkerNavigator.idl:
  • plugins/DOMMimeType.idl:
  • plugins/DOMMimeTypeArray.idl:
  • plugins/DOMPlugin.idl:
  • plugins/DOMPluginArray.idl:
  • storage/Database.idl:
  • storage/DatabaseCallback.idl:
  • storage/DatabaseSync.idl:
  • storage/IDBAny.idl:
  • storage/IDBCursor.idl:
  • storage/IDBCursorWithValue.idl:
  • storage/IDBDatabase.idl:
  • storage/IDBDatabaseError.idl:
  • storage/IDBDatabaseException.idl:
  • storage/IDBFactory.idl:
  • storage/IDBIndex.idl:
  • storage/IDBKey.idl:
  • storage/IDBKeyRange.idl:
  • storage/IDBObjectStore.idl:
  • storage/IDBRequest.idl:
  • storage/IDBTransaction.idl:
  • storage/IDBVersionChangeEvent.idl:
  • storage/IDBVersionChangeRequest.idl:
  • storage/SQLError.idl:
  • storage/SQLException.idl:
  • storage/SQLResultSet.idl:
  • storage/SQLResultSetRowList.idl:
  • storage/SQLStatementCallback.idl:
  • storage/SQLStatementErrorCallback.idl:
  • storage/SQLTransaction.idl:
  • storage/SQLTransactionCallback.idl:
  • storage/SQLTransactionErrorCallback.idl:
  • storage/SQLTransactionSync.idl:
  • storage/SQLTransactionSyncCallback.idl:
  • storage/Storage.idl:
  • storage/StorageEvent.idl:
  • storage/StorageInfo.idl:
  • storage/StorageInfoErrorCallback.idl:
  • storage/StorageInfoQuotaCallback.idl:
  • storage/StorageInfoUsageCallback.idl:
  • svg/ElementTimeControl.idl:
  • svg/SVGAElement.idl:
  • svg/SVGAltGlyphElement.idl:
  • svg/SVGAngle.idl:
  • svg/SVGAnimateColorElement.idl:
  • svg/SVGAnimateElement.idl:
  • svg/SVGAnimateMotionElement.idl:
  • svg/SVGAnimateTransformElement.idl:
  • svg/SVGAnimatedAngle.idl:
  • svg/SVGAnimatedBoolean.idl:
  • svg/SVGAnimatedEnumeration.idl:
  • svg/SVGAnimatedInteger.idl:
  • svg/SVGAnimatedLength.idl:
  • svg/SVGAnimatedLengthList.idl:
  • svg/SVGAnimatedNumber.idl:
  • svg/SVGAnimatedNumberList.idl:
  • svg/SVGAnimatedPreserveAspectRatio.idl:
  • svg/SVGAnimatedRect.idl:
  • svg/SVGAnimatedString.idl:
  • svg/SVGAnimatedTransformList.idl:
  • svg/SVGAnimationElement.idl:
  • svg/SVGCircleElement.idl:
  • svg/SVGClipPathElement.idl:
  • svg/SVGColor.idl:
  • svg/SVGComponentTransferFunctionElement.idl:
  • svg/SVGCursorElement.idl:
  • svg/SVGDefsElement.idl:
  • svg/SVGDescElement.idl:
  • svg/SVGDocument.idl:
  • svg/SVGElement.idl:
  • svg/SVGElementInstance.idl:
  • svg/SVGElementInstanceList.idl:
  • svg/SVGEllipseElement.idl:
  • svg/SVGException.idl:
  • svg/SVGExternalResourcesRequired.idl:
  • svg/SVGFEBlendElement.idl:
  • svg/SVGFEColorMatrixElement.idl:
  • svg/SVGFEComponentTransferElement.idl:
  • svg/SVGFECompositeElement.idl:
  • svg/SVGFEConvolveMatrixElement.idl:
  • svg/SVGFEDiffuseLightingElement.idl:
  • svg/SVGFEDisplacementMapElement.idl:
  • svg/SVGFEDistantLightElement.idl:
  • svg/SVGFEDropShadowElement.idl:
  • svg/SVGFEFloodElement.idl:
  • svg/SVGFEFuncAElement.idl:
  • svg/SVGFEFuncBElement.idl:
  • svg/SVGFEFuncGElement.idl:
  • svg/SVGFEFuncRElement.idl:
  • svg/SVGFEGaussianBlurElement.idl:
  • svg/SVGFEImageElement.idl:
  • svg/SVGFEMergeElement.idl:
  • svg/SVGFEMergeNodeElement.idl:
  • svg/SVGFEMorphologyElement.idl:
  • svg/SVGFEOffsetElement.idl:
  • svg/SVGFEPointLightElement.idl:
  • svg/SVGFESpecularLightingElement.idl:
  • svg/SVGFESpotLightElement.idl:
  • svg/SVGFETileElement.idl:
  • svg/SVGFETurbulenceElement.idl:
  • svg/SVGFilterElement.idl:
  • svg/SVGFilterPrimitiveStandardAttributes.idl:
  • svg/SVGFitToViewBox.idl:
  • svg/SVGFontElement.idl:
  • svg/SVGFontFaceElement.idl:
  • svg/SVGFontFaceFormatElement.idl:
  • svg/SVGFontFaceNameElement.idl:
  • svg/SVGFontFaceSrcElement.idl:
  • svg/SVGFontFaceUriElement.idl:
  • svg/SVGForeignObjectElement.idl:
  • svg/SVGGElement.idl:
  • svg/SVGGlyphElement.idl:
  • svg/SVGGradientElement.idl:
  • svg/SVGHKernElement.idl:
  • svg/SVGImageElement.idl:
  • svg/SVGLangSpace.idl:
  • svg/SVGLength.idl:
  • svg/SVGLengthList.idl:
  • svg/SVGLineElement.idl:
  • svg/SVGLinearGradientElement.idl:
  • svg/SVGLocatable.idl:
  • svg/SVGMPathElement.idl:
  • svg/SVGMarkerElement.idl:
  • svg/SVGMaskElement.idl:
  • svg/SVGMatrix.idl:
  • svg/SVGMetadataElement.idl:
  • svg/SVGMissingGlyphElement.idl:
  • svg/SVGNumber.idl:
  • svg/SVGNumberList.idl:
  • svg/SVGPaint.idl:
  • svg/SVGPathElement.idl:
  • svg/SVGPathSeg.idl:
  • svg/SVGPathSegArcAbs.idl:
  • svg/SVGPathSegArcRel.idl:
  • svg/SVGPathSegClosePath.idl:
  • svg/SVGPathSegCurvetoCubicAbs.idl:
  • svg/SVGPathSegCurvetoCubicRel.idl:
  • svg/SVGPathSegCurvetoCubicSmoothAbs.idl:
  • svg/SVGPathSegCurvetoCubicSmoothRel.idl:
  • svg/SVGPathSegCurvetoQuadraticAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticRel.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl:
  • svg/SVGPathSegCurvetoQuadraticSmoothRel.idl:
  • svg/SVGPathSegLinetoAbs.idl:
  • svg/SVGPathSegLinetoHorizontalAbs.idl:
  • svg/SVGPathSegLinetoHorizontalRel.idl:
  • svg/SVGPathSegLinetoRel.idl:
  • svg/SVGPathSegLinetoVerticalAbs.idl:
  • svg/SVGPathSegLinetoVerticalRel.idl:
  • svg/SVGPathSegList.idl:
  • svg/SVGPathSegMovetoAbs.idl:
  • svg/SVGPathSegMovetoRel.idl:
  • svg/SVGPatternElement.idl:
  • svg/SVGPoint.idl:
  • svg/SVGPointList.idl:
  • svg/SVGPolygonElement.idl:
  • svg/SVGPolylineElement.idl:
  • svg/SVGPreserveAspectRatio.idl:
  • svg/SVGRadialGradientElement.idl:
  • svg/SVGRect.idl:
  • svg/SVGRectElement.idl:
  • svg/SVGRenderingIntent.idl:
  • svg/SVGSVGElement.idl:
  • svg/SVGScriptElement.idl:
  • svg/SVGSetElement.idl:
  • svg/SVGStopElement.idl:
  • svg/SVGStringList.idl:
  • svg/SVGStylable.idl:
  • svg/SVGStyleElement.idl:
  • svg/SVGSwitchElement.idl:
  • svg/SVGSymbolElement.idl:
  • svg/SVGTRefElement.idl:
  • svg/SVGTSpanElement.idl:
  • svg/SVGTests.idl:
  • svg/SVGTextContentElement.idl:
  • svg/SVGTextElement.idl:
  • svg/SVGTextPathElement.idl:
  • svg/SVGTextPositioningElement.idl:
  • svg/SVGTitleElement.idl:
  • svg/SVGTransform.idl:
  • svg/SVGTransformList.idl:
  • svg/SVGTransformable.idl:
  • svg/SVGURIReference.idl:
  • svg/SVGUnitTypes.idl:
  • svg/SVGUseElement.idl:
  • svg/SVGVKernElement.idl:
  • svg/SVGViewElement.idl:
  • svg/SVGViewSpec.idl:
  • svg/SVGZoomAndPan.idl:
  • svg/SVGZoomEvent.idl:
  • testing/Internals.idl:
  • webaudio/AudioBuffer.idl:
  • webaudio/AudioBufferSourceNode.idl:
  • webaudio/AudioChannelMerger.idl:
  • webaudio/AudioChannelSplitter.idl:
  • webaudio/AudioContext.idl:
  • webaudio/AudioDestinationNode.idl:
  • webaudio/AudioGain.idl:
  • webaudio/AudioGainNode.idl:
  • webaudio/AudioListener.idl:
  • webaudio/AudioNode.idl:
  • webaudio/AudioPannerNode.idl:
  • webaudio/AudioParam.idl:
  • webaudio/AudioProcessingEvent.idl:
  • webaudio/AudioSourceNode.idl:
  • webaudio/BiquadFilterNode.idl:
  • webaudio/ConvolverNode.idl:
  • webaudio/DelayNode.idl:
  • webaudio/DynamicsCompressorNode.idl:
  • webaudio/HighPass2FilterNode.idl:
  • webaudio/JavaScriptAudioNode.idl:
  • webaudio/LowPass2FilterNode.idl:
  • webaudio/OfflineAudioCompletionEvent.idl:
  • webaudio/RealtimeAnalyserNode.idl:
  • websockets/CloseEvent.idl:
  • websockets/WebSocket.idl:
  • workers/AbstractWorker.idl:
  • workers/DedicatedWorkerContext.idl:
  • workers/SharedWorker.idl:
  • workers/SharedWorkerContext.idl:
  • workers/Worker.idl:
  • workers/WorkerContext.idl:
  • workers/WorkerLocation.idl:
  • xml/DOMParser.idl:
  • xml/XMLHttpRequest.idl:
  • xml/XMLHttpRequestException.idl:
  • xml/XMLHttpRequestProgressEvent.idl:
  • xml/XMLHttpRequestUpload.idl:
  • xml/XMLSerializer.idl:
  • xml/XPathEvaluator.idl:
  • xml/XPathException.idl:
  • xml/XPathExpression.idl:
  • xml/XPathNSResolver.idl:
  • xml/XPathResult.idl:
  • xml/XSLTProcessor.idl:
11:13 AM Changeset in webkit [89147] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

2011-06-17 Cary Clark <caryclark@google.com>

Reviewed by Mihai Parparita.

Exclude isCALayerContext check if building Chrome to use Skia on Mac.
https://bugs.webkit.org/show_bug.cgi?id=62859

No new tests. This change does not affect existing functionality.

  • platform/chromium/ScrollbarThemeChromiumMac.mm: (WebCore::ScrollbarThemeChromiumMac::paint): Add a conditional to always set drawing into layer to false if Skia is the WebKit rendering engine. Once USE(SKIA) is enabled, this condition can be removed.
11:11 AM Changeset in webkit [89146] by commit-queue@webkit.org
  • 10 edits
    5 adds in trunk/Source/WebCore

2011-06-17 Gavin Peters <gavinp@chromium.org>

Reviewed by Adam Barth.

refactor HTMLLinkElement to allow Link header implementation
https://bugs.webkit.org/show_bug.cgi?id=51941

This change moves the LinkRelAttribute helper struct into its own
file in html/, since the LinkRelAttribute is used by the LinkLoader,
and leaving it in HTMLLinkElement would have been too circular for
my tastes.

The new LinkLoader class contains the loader code for icons, dns
prefetching and prefetch/prerender/subresource into a common
LinkLoader. This is a step in getting the Link header working in
WebKit, as discussed in webkit-dev For more information, see
thread "beforeload & link
(esp rel prefetch)".

No new tests, since this is a refactoring.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
  • html/HTMLLinkElement.cpp: (WebCore::HTMLLinkElement::HTMLLinkElement): (WebCore::HTMLLinkElement::~HTMLLinkElement): (WebCore::HTMLLinkElement::parseMappedAttribute): (WebCore::HTMLLinkElement::shouldLoadLink): (WebCore::HTMLLinkElement::process): (WebCore::HTMLLinkElement::linkLoaded): (WebCore::HTMLLinkElement::linkLoadingErrored):
  • html/HTMLLinkElement.h:
  • html/LinkRelAttribute.cpp: Added. (WebCore::LinkRelAttribute::LinkRelAttribute):
  • html/LinkRelAttribute.h: Added.
  • html/parser/HTMLPreloadScanner.cpp: (WebCore::HTMLNames::PreloadTask::relAttributeIsStyleSheet):
  • loader/LinkLoader.cpp: Added. (WebCore::LinkLoader::LinkLoader): (WebCore::LinkLoader::~LinkLoader): (WebCore::LinkLoader::linkLoadedTimerFired): (WebCore::LinkLoader::notifyFinished): (WebCore::LinkLoader::loadLink):
  • loader/LinkLoader.h: Added.
  • loader/LinkLoaderClient.h: Added. (WebCore::LinkLoaderClient::~LinkLoaderClient):
11:01 AM Changeset in webkit [89145] by commit-queue@webkit.org
  • 5 edits in trunk

2011-06-17 Annie Sullivan <sullivan@chromium.org>

Reviewed by Ryosuke Niwa.

div can be a child of span on InsertParagraph
https://bugs.webkit.org/show_bug.cgi?id=62687

Update layout test results with new code to prevent div inside of span.

  • editing/inserting/return-key-span-start-expected.txt: The new result is the correct behavior.
  • editing/inserting/return-with-object-element-expected.txt: An extra space has been added before the newline.

2011-06-17 Annie Sullivan <sullivan@chromium.org>

Reviewed by Ryosuke Niwa.

div can be a child of span on InsertParagraph
https://bugs.webkit.org/show_bug.cgi?id=62687

Handle the special case where the insertion point is the first position in the enclosing block node.
The div for the new paragraph should be inserted as a child of the enclosing block node, otherwise
it could be inserted as a child of a span or other inline element.

  • editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::doApply):
11:00 AM Changeset in webkit [89144] by bfulgham@webkit.org
  • 4 edits
    1 add in trunk/Tools

Create a simple example of using the COM-based C++ listeners.
A new onclick event is attached (via C++) to the WebKit logo
in the default test pattern displayed on startup. Clicking on
the logo causes a message box to be displayed.
https://bugs.webkit.org/show_bug.cgi?id=61885

Reviewed by Brian Weinstein.

  • WinLauncher/DOMDefaultImpl.h: Added. Stub implementation of the WebScriptObject and DOMEventListener.
  • WinLauncher/WinLauncher.cpp:

(SimpleEventListener::SimpleEventListener): Example implementation

of a simple DOM event listener.

(SimpleEventListener::handleEvent):
(WinLauncherWebHost::didFinishLoadForFrame): Added implementation

to bind a C++ method to the 'onclick' event for the WebKit logo.

(_tWinMain):

  • WinLauncher/WinLauncher.h:
  • WinLauncher/WinLauncher.vcproj: Add new DOMDefaultImpl.h file.
10:48 AM Changeset in webkit [89143] by ericu@chromium.org
  • 6 edits in trunk/Source

2011-06-17 Eric Uhrhane <ericu@chromium.org>

Reviewed by Adam Barth.

[filesystem/Chromium] Filesystem paths need proper URL escaping
https://bugs.webkit.org/show_bug.cgi?id=62811

Fix http://code.google.com/p/chromium/issues/detail?id=78860 by making
KURLChromium.cpp's escaping code actually work.

Make encodeWithURLEscapeSequences call into googleurl to do proper
escaping. Tested in WebKit/chromium/tests/KURLTest.cpp.

  • platform/KURLGoogle.cpp: (WebCore::encodeWithURLEscapeSequences):

2011-06-17 Eric Uhrhane <ericu@chromium.org>

Reviewed by Adam Barth.

[filesystem/Chromium] Filesystem paths need proper URL escaping
https://bugs.webkit.org/show_bug.cgi?id=62811

Fix http://code.google.com/p/chromium/issues/detail?id=78860 by making
KURLChromium.cpp's escaping code actually work.

Here I added the needed calls to encodeWithURLEscapeSequences.

  • src/AsyncFileSystemChromium.cpp: (WebCore::AsyncFileSystemChromium::virtualPathToFileSystemURL):
  • src/WorkerAsyncFileSystemChromium.cpp: (WebCore::WorkerAsyncFileSystemChromium::virtualPathToFileSystemURL):

Here I updated the test to reflect the new functionality in
encodeWithURLEscapeSequences.

  • tests/KURLTest.cpp:
10:36 AM Changeset in webkit [89142] by commit-queue@webkit.org
  • 3 edits in trunk/Source/WebCore

2011-06-17 Julien Chaffraix <jchaffraix@google.com>

Reviewed by Darin Adler.

Avoid extra work in RenderStyle::visitedDependentColor
https://bugs.webkit.org/show_bug.cgi?id=62868

Refactoring only, no new test required.

The code used to cache the result of borderStyleForColorProperty. However
the value was either overwritten inside colorIncludingFallback or there was
not border. Thus I removed borderStyleForColorProperty and inlined the logic in
colorIncludingFallback.

This shows some nice performance improvements on the bug page (table of 22k rows with a link
for each row). Using pprof, the time spend in RenderStyle::visitedDependentColor is reduced
by ~10%, mostly due to removing the call to borderStyleForColorProperty.

  • rendering/style/RenderStyle.cpp: (WebCore::RenderStyle::colorIncludingFallback): We now calculate the borderStyle inside this function (which was already the case I just made it explicit). Also simplified the final 'if' as the border will be set only for the right CSS border properties.

(WebCore::RenderStyle::visitedDependentColor): Removed the |borderStyle| variable
as it was never read.

  • rendering/style/RenderStyle.h: Removed the parameter.
10:19 AM Changeset in webkit [89141] by andersca@apple.com
  • 2 edits in trunk/Source/WebKit2

Remove WebCore:: qualifier from names in WebPageProxy.

Reviewed by Andreas Kling.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::dragEntered):
(WebKit::WebPageProxy::dragUpdated):
(WebKit::WebPageProxy::dragExited):
(WebKit::WebPageProxy::performDrag):
(WebKit::WebPageProxy::performDragControllerAction):
(WebKit::WebPageProxy::dragEnded):
(WebKit::WebPageProxy::setResizesToContentsUsingLayoutSize):
(WebKit::WebPageProxy::unableToImplementPolicy):
(WebKit::WebPageProxy::didChangeContentsSize):
(WebKit::WebPageProxy::didFindZoomableArea):
(WebKit::WebPageProxy::findZoomableAreaForPoint):
(WebKit::WebPageProxy::setComposition):
(WebKit::WebPageProxy::checkTextOfParagraph):
(WebKit::WebPageProxy::checkGrammarOfString):
(WebKit::WebPageProxy::setCursor):
(WebKit::WebPageProxy::computedPagesCallback):
(WebKit::WebPageProxy::canAuthenticateAgainstProtectionSpaceInFrame):
(WebKit::WebPageProxy::didReceiveAuthenticationChallenge):
(WebKit::WebPageProxy::showCorrectionPanel):
(WebKit::WebPageProxy::dismissCorrectionPanel):
(WebKit::WebPageProxy::dismissCorrectionPanelSoon):
(WebKit::WebPageProxy::recordAutocorrectionResponse):

10:17 AM Changeset in webkit [89140] by andersca@apple.com
  • 3 edits in trunk/Source/WebKit2

2011-06-17 Anders Carlsson <andersca@apple.com>

Reviewed by Darin Adler.

Fix message generator to include headers for all types
https://bugs.webkit.org/show_bug.cgi?id=62870

Previously, if we found an argument coder header for a type, we'd assume
that that header includes the necessary headers for the type.

  • Scripts/webkit2/messages.py:
  • Scripts/webkit2/messages_unittest.py:
8:34 AM Changeset in webkit [89139] by commit-queue@webkit.org
  • 5 edits in trunk

2011-06-17 Chang Shu <cshu@webkit.org>

Reviewed by Andreas Kling.

[Qt] [WK2] Support undo/redo in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=62809

  • UIProcess/API/qt/qwkpage.cpp: (QWKPage::action):
  • UIProcess/API/qt/qwkpage.h:

2011-06-17 Chang Shu <cshu@webkit.org>

Reviewed by Andreas Kling.

[Qt] [WK2] Support undo/redo in MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=62809

  • MiniBrowser/qt/BrowserWindow.cpp: (BrowserWindow::BrowserWindow):
8:31 AM Changeset in webkit [89138] by dbates@webkit.org
  • 2 edits in trunk/Tools

2011-06-17 Daniel Bates <dbates@rim.com>

Rubber-stamped by Eric Seidel.

Remove run-javascriptcore-tests --skip-build option; Instead add --build/no-build options
https://bugs.webkit.org/show_bug.cgi?id=62767

Part 2 of 3

Update the BuildBot master.cfg to use the new --no-build run-javascriptcore-tests
command line option instead of --skip-build.

We'll remove --skip-build from run-javascriptcore-test in a follow up patch once the
master buildbot picks up the change.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg:
8:08 AM Changeset in webkit [89137] by alexis.menard@openbossa.org
  • 2 edits in trunk/Source/WebKit/qt

2011-06-17 Alexis Menard <alexis.menard@openbossa.org>

Reviewed by Andreas Kling.

[Qt] Fix wrong framework generation on MacOS when inside Qt 4.8.
https://bugs.webkit.org/show_bug.cgi?id=62815

Partially revert r85870 which assumed that QtWebKit will never be build inside Qt
anymore. Everything inside !QTDIR_build condition is not needed in the Qt tree because
qbase.pri is doing the job for us, i.e. using includes generated by syncqt to
setup the mac framework. It also use a correct QMAKE_LFLAGS_SONAME making possible
to actually run an application linked against QtWebKit.

8:06 AM Changeset in webkit [89136] by dbates@webkit.org
  • 2 edits in trunk/Tools

2011-06-17 Daniel Bates <dbates@rim.com>

Rubber-stamped by Eric Seidel.

Remove run-javascriptcore-tests --skip-build option; Instead add --build/no-build options
https://bugs.webkit.org/show_bug.cgi?id=62767

Part 1 of 3

Towards renaming the option --skip-build to --no-build. Add --build/--no-build options to
run-javascriptcore-tests. Also, add a remark about these options to the usage message
printed by run-javascriptcore-tests.

We'll remove --skip-build in a follow up patch once the master buildbot picks up the changes.

  • Scripts/run-javascriptcore-tests: Additionally, remove unnecessary initialization of $showHelp.
5:40 AM Changeset in webkit [89135] by podivilov@chromium.org
  • 3 edits in trunk/Source/WebCore

2011-06-16 Pavel Podivilov <podivilov@chromium.org>

Reviewed by Yury Semikhatsky.

Web Inspector: breakpointsWithoutSourceFile values should be a maps, not arrays.
https://bugs.webkit.org/show_bug.cgi?id=62714

  • inspector/front-end/DebuggerPresentationModel.js: (WebInspector.DebuggerPresentationModel.prototype._restoreBreakpoints): (WebInspector.DebuggerPresentationModel.prototype.setFormatSourceFiles): (WebInspector.DebuggerPresentationModel.prototype._restoreBreakpointsFromSettings): (WebInspector.DebuggerPresentationModel.prototype._saveBreakpoints): (WebInspector.DebuggerPresentationModel.prototype._reset):
  • inspector/front-end/Settings.js: (WebInspector.Settings): (WebInspector.Settings.prototype._set):
5:10 AM Changeset in webkit [89134] by yutak@chromium.org
  • 2 edits in trunk/LayoutTests

2011-06-17 Yuta Kitamura <yutak@chromium.org>

Unreviewed, update Chromium test expectation for fast/dom/HTMLMeterElement/meter-writing-mode.html.

  • platform/chromium/test_expectations.txt:
4:49 AM Changeset in webkit [89133] by joone.hur@collabora.co.uk
  • 15 edits
    1 copy in trunk

2011-06-17 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • configure.ac: Check whether Cairo version is higher than 1.10.

2011-06-17 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • wtf/gobject/GTypedefs.h: Replace GdkRectangle by cairo_rectangle_int_t.

2011-06-17 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • GNUmakefile.list.am: Added IntRectCairo.cpp instead of IntRectGtk.cpp
  • platform/graphics/IntRect.h: IntRect class can be instantiated through the given cairo_rectangle_int_t instead of GdkRectangle.
  • platform/graphics/cairo/IntRectCairo.cpp: Add the constructor and operator for handling cairo_rectangle_int_t. (WebCore::IntRect::IntRect): (WebCore::IntRect::operator cairo_rectangle_int_t):
  • platform/graphics/gtk/IntRectGtk.cpp: Include this file only for Gtk+2.
  • platform/gtk/GtkPluginWidget.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (WebCore::GtkPluginWidget::invalidateRect):

2011-06-17 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • WebCoreSupport/DumpRenderTreeSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (DumpRenderTreeSupportGtk::firstRectForCharacterRange): (DumpRenderTreeSupportGtk::rectangleForSelection):
  • WebCoreSupport/DumpRenderTreeSupportGtk.h: Ditto.

2011-06-17 Joone Hur <joone.hur@collabora.co.uk>

Reviewed by Martin Robinson.

[GTK] Replace GdkRectangle by cairo_rectangle_int_t
https://bugs.webkit.org/show_bug.cgi?id=60687

Replace GdkRectangle by cairo_rectangle_int_t.

  • DumpRenderTree/gtk/PixelDumpSupportGtk.cpp: Replace GdkRectangle by cairo_rectangle_int_t. (createBitmapContextFromWebView):
  • DumpRenderTree/gtk/TextInputController.cpp: Ditto. (firstRectForCharacterRangeCallback):
3:13 AM Changeset in webkit [89132] by apavlov@chromium.org
  • 3 edits in trunk/Source/WebCore

2011-06-17 Alexander Pavlov <apavlov@chromium.org>

Reviewed by David Hyatt.

Web Inspector: support for emulating element's pseudo class state in styleRulesForElement()
https://bugs.webkit.org/show_bug.cgi?id=61070

This patch is a slight rework of a solution by Alexander Udalov.
It is supposed to help implement a feature in Web Inspector to examine
style rules matched for different states of a given element.
Web Inspector is supposed to pass a mask of ForcePseudoClassFlags to
styleRulesForElement(), so that it will filter only the rules whose state
(a set of pseudo classes in their selectors) matches a given
mask, ignoring the state of the element itself.
DoNotForcePseudoClassMask is the default behaviour; it always examines
the state of a given element to make a match.

Tests will be provided in a subsequent Web Inspector change employing this functionality.

  • css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::initForStyleResolve): (WebCore::CSSStyleSelector::styleRulesForElement): (WebCore::CSSStyleSelector::pseudoStyleRulesForElement): (WebCore::CSSStyleSelector::checkSelector): (WebCore::CSSStyleSelector::SelectorChecker::checkSelector): (WebCore::CSSStyleSelector::SelectorChecker::checkOneSelector):
  • css/CSSStyleSelector.h:
3:05 AM Changeset in webkit [89131] by yurys@chromium.org
  • 9 edits in trunk/Source/WebCore

2011-06-17 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: support preview mode for live edit changes
https://bugs.webkit.org/show_bug.cgi?id=62851

Debugger.editScriptSource command now supports preview flag.

  • bindings/js/ScriptDebugServer.cpp: (WebCore::ScriptDebugServer::editScriptSource):
  • bindings/js/ScriptDebugServer.h:
  • bindings/v8/ScriptDebugServer.cpp: (WebCore::ScriptDebugServer::editScriptSource):
  • bindings/v8/ScriptDebugServer.h:
  • inspector/Inspector.json:
  • inspector/InspectorDebuggerAgent.cpp: (WebCore::InspectorDebuggerAgent::editScriptSource):
  • inspector/InspectorDebuggerAgent.h:
2:43 AM Changeset in webkit [89130] by hans@chromium.org
  • 3 edits in trunk/Source/WebCore

2011-06-09 Hans Wennborg <hans@chromium.org>

Reviewed by Tony Gentilcore.

IndexedDB: backingStoreMap is per backing store, not per database
https://bugs.webkit.org/show_bug.cgi?id=62382

IDBFactoryBackendImpl::m_backingStoreMap should contain an entry per
backing store, not per database. Otherwise, we might accidentally open
the same backing store more than once, which is dangerous.

Also tweak the code that chooses backing store type. It should be
simple: we default to SQLite; if LevelDB is specifically requested, we
use that. If LevelDB is requested and there is a SQLite database, we
migrate.

No new tests, just cleaning up the code.

  • storage/IDBFactoryBackendImpl.cpp: (WebCore::IDBFactoryBackendImpl::addIDBBackingStore): (WebCore::IDBFactoryBackendImpl::removeIDBBackingStore): (WebCore::IDBFactoryBackendImpl::open): (WebCore::IDBFactoryBackendImpl::migrateFromSQLiteToLevelDB):
  • storage/IDBFactoryBackendImpl.h:
2:01 AM Changeset in webkit [89129] by tkent@chromium.org
  • 2323 edits in trunk/LayoutTests/platform/mac

Actually update svn:mime-type.

1:49 AM Changeset in webkit [89128] by commit-queue@webkit.org
  • 2 edits in trunk/Source/WebCore

2011-06-17 Andrey Adaikin <aandrey@google.com>

Reviewed by Pavel Feldman.

Web Inspector: Source code which includes non-Latin character does not correspond to line number field on Inspector
https://bugs.webkit.org/show_bug.cgi?id=62845

  • inspector/front-end/TextViewer.js: (WebInspector.TextViewer.prototype._syncLineHeight): (WebInspector.TextEditorGutterPanel): (WebInspector.TextEditorGutterChunk.prototype.set expanded):
1:19 AM Changeset in webkit [89127] by yurys@chromium.org
  • 9 edits in trunk/Source/WebCore

2011-06-16 Yury Semikhatsky <yurys@chromium.org>

Reviewed by Pavel Feldman.

Web Inspector: return description of the changes applied in response to editScriptSource command
https://bugs.webkit.org/show_bug.cgi?id=62801

Return description of the changes made in response to Debugger.editScriptSource command.

  • bindings/js/ScriptDebugServer.cpp: (WebCore::ScriptDebugServer::editScriptSource):
  • bindings/js/ScriptDebugServer.h:
  • bindings/v8/DebuggerScript.js: ():
  • bindings/v8/ScriptDebugServer.cpp: (WebCore::ScriptDebugServer::editScriptSource):
  • bindings/v8/ScriptDebugServer.h:
  • inspector/Inspector.json:
1:13 AM Changeset in webkit [89126] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

[Qt][WK2] fast/frames/flattening tests fail intermittently
https://bugs.webkit.org/show_bug.cgi?id=62785

  • platform/qt-wk2/Skipped: Add one more flakey test - fast/frames/flattening/frameset-flattening-grid.html
1:11 AM Changeset in webkit [89125] by Csaba Osztrogonác
  • 2 edits in trunk/LayoutTests

new test introduced in r89118, but fail on Qt
https://bugs.webkit.org/show_bug.cgi?id=62847

  • platform/qt/Skipped: Skip fast/parser/xhtml-innerhtml-null-byte.xhtml.
1:10 AM Changeset in webkit [89124] by tkent@chromium.org
  • 1 edit in trunk/LayoutTests/ChangeLog

2011-06-17 Kent Tamura <tkent@chromium.org>

[Mac] Correct svn:mime-type to image/png.

  • platform/mac/compositing/framesets/composited-frame-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/geometry/horizontal-scroll-composited-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/geometry/layer-due-to-layer-children-deep-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/geometry/layer-due-to-layer-children-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/geometry/vertical-scroll-composited-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/iframes/composited-iframe-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/iframes/iframe-in-composited-layer-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/images/content-image-change-expected.png: Added property svn:mime-type.
  • platform/mac/compositing/objects/composited-object-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/repaint/layer-repaint-expected.png: Modified property svn:mime-type.
  • platform/mac/compositing/webgl/webgl-no-alpha-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/class_as_selector-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/comments-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/containment-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/contextual_selectors-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/grouping-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/id_as_selector-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/basic/inheritance-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_bottom_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_bottom_width-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_bottom_width_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_color-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_color_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_left-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_left_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_left_width-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_left_width_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_right-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_right_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_right_width-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_right_width_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_style-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_style_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_top-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_top_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_top_width-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_top_width_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_width-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/border_width_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/clear-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/clear_float-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/float-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/float_elements_in_series-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/float_on_text_elements-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/height-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_bottom_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_left-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_left_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_right-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_right_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_top-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/margin_top_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_bottom_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_left-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_left_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_right-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_right_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_top-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/box_properties/padding_top_inline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/cascade/cascade_order-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/cascade/important-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/display-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/list_style-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/list_style_image-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/list_style_position-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/list_style_type-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/classification/white_space-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background_attachment-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background_color-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background_image-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background_position-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/background_repeat-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/color_and_background/color-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/font_properties/font-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/font_properties/font_size-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/font_properties/font_style-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/font_properties/font_weight-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/canvas-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/floating_elements-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/height_of_lines-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/horizontal_formatting-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/inline_elements-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/replaced_elements-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/formatting_model/vertical_formatting-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/pseudo/anchor-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/pseudo/firstletter-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/pseudo/firstline-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/pseudo/multiple_pseudo_elements-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/pseudo/pseudo_elements_in_selectors-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/letter_spacing-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/line_height-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/text_align-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/text_decoration-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/text_indent-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/vertical_align-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/text_properties/word_spacing-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/units/color_units-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/units/length_units-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/units/percentage_units-expected.png: Modified property svn:mime-type.
  • platform/mac/css1/units/urls-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/block-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/float-replaced-width-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-height-007-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-006-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-011-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-012-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-013-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-014-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/inline-replaced-width-015-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-elements-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/replaced-min-max-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/20110323/width-replaced-element-001-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-c71-fwd-parsing-00-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-c71-fwd-parsing-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-c71-fwd-parsing-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-c71-fwd-parsing-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-c71-fwd-parsing-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-05-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0402-syntax-06-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0505-c16-descendant-00-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0505-c16-descendant-01-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0505-c16-descendant-02-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0509-c15-ids-00-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0509-c15-ids-01-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0509-id-sel-syntax-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0509-id-sel-syntax-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0510-c25-pseudo-elmnt-00-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0511-c21-pseud-anch-00-e-i-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0511-c21-pseud-link-00-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0511-c21-pseud-link-01-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0511-c21-pseud-link-02-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0511-c21-pseud-link-03-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0602-c13-inh-underlin-00-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0602-c13-inheritance-00-e-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0602-inherit-bdr-pad-b-00-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0603-c11-import-00-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0801-c412-hz-box-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5501-imrgn-t-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5501-mrgn-t-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-01-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-02-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-03-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-04-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-05-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-imrgn-r-06-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-mrgn-r-00-c-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-mrgn-r-01-c-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-mrgn-r-02-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5502-mrgn-r-03-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5503-imrgn-b-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-01-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-02-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-03-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-04-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-05-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-imrgn-l-06-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-mrgn-l-00-c-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-mrgn-l-01-c-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-mrgn-l-02-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5504-mrgn-l-03-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5505-imrgn-00-a-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5505-mrgn-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5505-mrgn-01-e-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5505-mrgn-02-c-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0803-c5505-mrgn-03-c-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5506-ipadn-t-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5506-ipadn-t-01-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5506-ipadn-t-02-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5506-padn-t-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-ipadn-r-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-ipadn-r-01-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-ipadn-r-02-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-ipadn-r-03-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-ipadn-r-04-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-padn-r-00-c-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-padn-r-01-c-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-padn-r-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5507-padn-r-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5508-ipadn-b-00-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5508-ipadn-b-01-f-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5508-ipadn-b-02-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5508-ipadn-b-03-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-ipadn-l-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-ipadn-l-01-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-ipadn-l-02-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-ipadn-l-03-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-ipadn-l-04-f-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-padn-l-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-padn-l-01-b-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-padn-l-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5509-padn-l-03-f-g-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5510-ipadn-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5510-padn-00-b-ag-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5510-padn-01-e-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0804-c5510-padn-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5511-brdr-tw-00-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5511-brdr-tw-01-b-g-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5511-brdr-tw-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5511-brdr-tw-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5511-ibrdr-tw-00-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5512-brdr-rw-00-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5512-brdr-rw-01-b-g-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5512-brdr-rw-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5512-brdr-rw-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t0805-c5512-ibrdr-rw-00-a-expected.png: Modified property svn:mime-type.
  • platform/mac/css2.1/t09-c5526c-display-00-e-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/4922367-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5026848-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5099303-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5126166-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5144139-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5206311-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5272440-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5369009-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5390681-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5433862-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/5483370-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-br-013-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-first-list-item-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-line-015-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-line-016-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-line-017-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/delete-ws-fixup-002-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/merge-endOfParagraph-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/merge-into-empty-block-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/merge-no-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/merge-whitespace-pre-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/pruning-after-merge-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/smart-delete-003-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/smart-delete-004-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/table-cells-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/deleting/type-delete-after-quote-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4580583-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4580583-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4641880-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4641880-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4747450-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4916402-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4916541-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/4924441-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5080333-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5080333-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5136770-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5138441-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5190926-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5481523-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/5482023-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/create-list-with-hr-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/find-after-replace-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/findString-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/insertHorizontalRule-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/insertImage-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/execCommand/remove-list-from-range-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/12882-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/4278698-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/4840662-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/4875189-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5002441-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5058163-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5058163-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5156401-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5418891-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5510537-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/5549929-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/6703873-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/break-blockquote-after-delete-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/editable-html-element-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/edited-whitespace-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/editing-empty-divs-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-3786362-fix-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-at-end-01-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-at-end-02-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-009-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-001-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-002-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-003-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-004-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-005-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-br-quoted-006-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-paragraph-01-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-paragraph-02-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-paragraph-03-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-paragraph-04-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/insert-paragraph-05-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/line-break-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/multiple-lines-selected-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/paragraph-separator-03-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/paragraph-separator-in-table-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/inserting/typing-around-br-001-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/3976872-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4076267-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4242293-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4631972-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4641033-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4944770-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4944770-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4947130-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/4989774-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5032095-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5071074-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5071074-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5247341-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5368833-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5387578-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5478250-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/5601583-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/8145-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/8145-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/bad-placeholder-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/copy-standalone-image-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/displaced-generic-placeholder-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/drop-text-without-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-after-delete-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-after-delete-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-end-blockquote-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-end-borders-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-end-list-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-end-table-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/merge-start-blockquote-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/nested-blocks-with-text-area-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/nested-blocks-with-text-field-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-RTFD-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-blockquote-after-blockquote-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-4-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-blockquote-into-blockquote-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-table-003-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-text-013-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-text-014-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/paste-text-016-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/pasting-object-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/pasting-tabs-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/prevent-block-nesting-01-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/quirks-mode-br-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/smart-drag-drop-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/smart-paste-008-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/styled-element-markup-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/subframe-dragndrop-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/testcase-9507-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/undoable-fragment-removes-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/pasteboard/unrendered-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/13804-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/14971-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/25228-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4402375-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4818145-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4889598-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4895428-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4895428-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4932260-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4947387-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4960116-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4975120-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/4983858-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5007143-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5007143-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5057506-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5057506-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5076323-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5081257-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5099303-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5131716-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5131716-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5131716-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5131716-4-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5195166-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5232159-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5234383-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5234383-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5240265-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/5354455-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/6476-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/7152-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/7152-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/addRange-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/after-line-wrap-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-and-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-ltr-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-ltr-2-left-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-ltr-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-ltr-right-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-rtl-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-rtl-2-left-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-rtl-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/caret-rtl-right-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/clear-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/click-start-of-line-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/contenteditable-click-inside-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/designmode-no-caret-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/drag-in-iframe-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/editable-html-element-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/editable-non-editable-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/end-of-document-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/expanding-selections-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/expanding-selections2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/focus_editable_html-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/iframe-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/inline-closest-leaf-child-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/inline-table-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/leave-requested-block-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-4-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-5-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-6-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-7-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-8-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/mixed-editability-9-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/move-by-sentence-linebreak-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/node-removal-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/node-removal-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/paragraph-granularity-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/previous-line-position-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/replace-selection-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/replaced-boundaries-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/replaced-boundaries-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/replaced-boundaries-3-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-across-readonly-input-1-expected.png: Added property svn:mime-type.
  • platform/mac/editing/selection/select-across-readonly-input-2-expected.png: Added property svn:mime-type.
  • platform/mac/editing/selection/select-across-readonly-input-3-expected.png: Added property svn:mime-type.
  • platform/mac/editing/selection/select-across-readonly-input-4-expected.png: Added property svn:mime-type.
  • platform/mac/editing/selection/select-across-readonly-input-5-expected.png: Added property svn:mime-type.
  • platform/mac/editing/selection/select-all-005-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-all-006-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-all-iframe-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-box-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-element-paragraph-boundary-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-from-textfield-outwards-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/select-text-overflow-ellipsis-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/selection-actions-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/selection-background-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/triple-click-in-pre-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/unrendered-space-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/word-granularity-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/wrapped-line-caret-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/selection/wrapped-line-caret-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/spelling/autocorrection-at-beginning-of-word-1-expected.png: Added property svn:mime-type.
  • platform/mac/editing/spelling/autocorrection-at-beginning-of-word-2-expected.png: Added property svn:mime-type.
  • platform/mac/editing/spelling/delete-autocorrected-word-2-expected.png: Added property svn:mime-type.
  • platform/mac/editing/spelling/inline_spelling_markers-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5017613-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5017613-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5046875-1-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5046875-2-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5065910-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/5084241-expected.png: Modified property svn:mime-type.
  • platform/mac/editing/style/apple-style-editable-mix-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/background-position-parsing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/body-generated-image-propagated-to-root-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/positioned-root-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/quirks-mode-line-box-backgrounds-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/size/backgroundSize20-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/size/backgroundSize21-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/size/backgroundSize22-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/backgrounds/table-root-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/basic/percent-height-inside-anonymous-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/basic/quirk-percent-height-grandchild-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/avoidance-percent-width-compat-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/avoidance-percent-width-strict-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/clamped-right-float-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/clear-element-too-wide-for-containing-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/float-forced-below-other-floats-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/float-overflow-hidden-containing-block-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/float-overhangs-root-expected.png: Added property svn:mime-type.
  • platform/mac/fast/block/float/floatstack-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/in-margin-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/nested-clearance-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/overhanging-tall-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/float/overlapping-floats-with-overflow-hidden-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/block-font-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/block-glyphs-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/block-glyphs-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/block-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/font-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/font-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/glyphs-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/inline-box-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/inline-box-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/inline-box-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/inline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/inline-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/none-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/parsing-invalid-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/lineboxcontain/replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/010-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/011-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/012-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/015-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/016-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/017-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/018-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/019-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/020-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/021-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/022-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/margin-collapse/block-inside-inline/025-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/absolute-positioning-no-scrollbar-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-lr/007-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/auto/vertical-rl/007-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/complex-positioned-movement-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/differing-writing-modes-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/differing-writing-modes-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/fixed-positioning-scrollbar-bug-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/hiding-inside-relpositioned-inline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/move-with-auto-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/negative-rel-position-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/replaced-inside-fixed-top-bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/rtl-static-positioning-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/rtl-static-positioning-inline-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/static-distance-with-positioned-ancestor-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/static-inline-position-dynamic-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/table-cell-static-position-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/trailing-space-test-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-lr/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/block/positioning/vertical-rl/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/Kusa-Makura-background-canvas-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/background-horizontal-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/background-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/background-vertical-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/basic-vertical-line-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/block-level-images-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/body-direction-propagation-blocked-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/body-direction-propagation-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-blocked-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/body-writing-mode-propagation-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/border-image-horizontal-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/border-image-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/border-image-vertical-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/border-radius-clipping-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/border-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/box-shadow-horizontal-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/box-shadow-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/box-shadow-vertical-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/broken-ideograph-small-caps-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/broken-ideographic-font-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/english-bt-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/english-lr-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/english-rl-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/fallback-orientation-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/fieldsets-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/floats-in-block-layout-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/horizontal-bt-replaced-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/inline-direction-positioning-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-lr-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-lr-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-rl-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-rl-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-ruby-horizontal-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-ruby-vertical-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/japanese-ruby-vertical-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/margin-collapse-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/root-lr-basic-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/self-collapsing-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/text-orientation-basic-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/vertical-align-table-baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/vertical-baseline-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/vertical-font-fallback-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/vertical-lr-replaced-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/blockflow/vertical-rl-replaced-selection-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/001-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/002-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/003-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/003-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/004-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/004-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/005-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/005-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/006-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/006-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/007-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/007-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/007-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/008-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-color/008-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/001-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/002-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/003-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/003-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/004-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/004-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/005-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/005-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/006-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/006-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/007-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/007-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/007-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/008-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/008-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/009-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/009-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/010-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/background-image/010-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/001-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/002-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/003-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/003-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/004-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/004-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/004-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/005-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/005-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/005-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/006-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/006-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/006-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/007-declarative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/007-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/body-propagation/overflow/007-xhtml-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/bidi-002-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/bidi-009a-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/bidi-012-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-image-border-radius-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-circle-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-constraints-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-groove-01-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-groove-02-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-groove-03-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-inline-flow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-split-inline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-wide-border-01-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-wide-border-02-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-wide-border-03-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/border-radius-wide-border-04-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDashed04-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDashed05-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDashed06-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDotted04-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDotted05-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDotted06-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble04-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble05-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble06-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble07-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble08-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/borderRadiusDouble09-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/different-color-borders-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/borders/outline-alpha-block-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/outline-alpha-inline-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/rtl-border-01-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/rtl-border-02-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/rtl-border-03-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/rtl-border-04-expected.png: Added property svn:mime-type.
  • platform/mac/fast/borders/rtl-border-05-expected.png: Added property svn:mime-type.
  • platform/mac/fast/box-shadow/inset-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/box-shadow/spread-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/box-shadow/transform-fringing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/canvas/canvas-text-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/canvas/canvas-text-baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/clip/overflow-border-radius-clip-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/after-duplicated-after-split-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/table-before-after-child-add-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/table-cell-before-after-child-add-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/table-row-before-after-child-add-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/table-row-before-after-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css-generated-content/table-table-before-after-child-add-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/attribute-selector-empty-value-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/begin-end-contain-selector-empty-value-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/border-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/border-radius-non-negative-expected.png: Added property svn:mime-type.
  • platform/mac/fast/css/color-correction-backgrounds-and-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-on-background-image-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-on-backgrounds-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-on-box-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-on-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-on-text-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/color-correction-untagged-images-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/css3-space-in-nth-and-lang-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/disabled-author-styles-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/focus-ring-detached-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/focus-ring-multiline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/focus-ring-outline-color-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/focus-ring-outline-offset-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/focus-ring-outline-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/font-face-in-shadow-DOM-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/font-face-woff-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/font-smoothing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/line-height-determined-by-primary-font-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/line-height-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/namespaces/namespaces-comments-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/namespaces/namespaces-empty-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/namespaces/namespaces-escapes-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/namespaces/namespaces-invalid-at-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/negative-leading-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/nested-floating-relative-position-percentages-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/nested-layers-with-hover-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/nested-rounded-corners-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/percent-top-relative-container-height-unspecified-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/percent-top-value-with-relative-position-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/positioned-overflow-scroll-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/pseudo-cache-stale-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/rem-dynamic-scaling-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/rem-units-on-root-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/rtl-to-viewport-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/css/text-rendering-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dom/34176-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dom/52776-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added property svn:mime-type.
  • platform/mac/fast/dom/HTMLTableColElement/resize-table-using-col-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dom/scroll-reveal-left-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dom/scroll-reveal-top-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dynamic/text-combine-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dynamic/window-resize-scrollbars-test-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/dynamic/window-scrollbars-test-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/events/context-no-deselect-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/events/pointer-events-dashboard-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/fast-mobile-scrolling/fixed-position-element-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/fast-mobile-scrolling/no-fixed-position-elements-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/caret-rtl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/color/input-appearance-color-expected.png: Added property svn:mime-type.
  • platform/mac/fast/forms/form-added-to-table-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/form-in-malformed-markup-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/image-border-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/input-field-text-truncated-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/input-placeholder-visibility-1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/input-placeholder-visibility-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/input-placeholder-visibility-3-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/input-type-text-min-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/isindex-placeholder-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/listbox-bidi-align-expected.png: Added property svn:mime-type.
  • platform/mac/fast/forms/menulist-style-color-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/password-placeholder-text-security-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/placeholder-pseudo-style-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/search-display-none-cancel-button-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/search-placeholder-value-changed-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/search-vertical-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/textarea-placeholder-visibility-1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/textarea-placeholder-visibility-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/textarea-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/forms/textfield-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/content-opacity-1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/content-opacity-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/frameset-flattening-advanced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/frameset-flattening-grid-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/frameset-flattening-simple-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/frameset-flattening-subframe-resize-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/frameset-flattening-subframesets-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-and-height-no-scrolling-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-fixed-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-nested-expected.png: Added property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-offscreen-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-and-scroll-expected.png: Added property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-expected.png: Added property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-out-of-view-scroll-and-relayout-expected.png: Added property svn:mime-type.
  • platform/mac/fast/frames/flattening/iframe-flattening-simple-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/frame-length-fractional-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/frameset-style-recalc-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/frames/take-focus-from-iframe-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/gradients/background-clipped-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/gradients/css3-linear-right-angle-gradients-expected.png: Added property svn:mime-type.
  • platform/mac/fast/history/visited-link-background-color-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/html/link-rel-stylesheet-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/html/marquee-scrollamount-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/favicon-as-image-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/icon-decoding-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-circle-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-focus-ring-outline-color-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-focus-ring-outline-color-explicitly-inherited-from-map-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-focus-ring-outline-color-not-inherited-from-map-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-focus-ring-zero-outline-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/images/imagemap-polygon-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/25277-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/25277-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/continuation-outlines-with-layers-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/inline-continuation-borders-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/inline-focus-ring-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/inline-wrap-with-parent-padding-expected.png: Added property svn:mime-type.
  • platform/mac/fast/inline/long-wrapped-line-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/nested-top-alignment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/positioned-object-between-replaced-elements-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/inline/vertical-align-text-bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/js/missing-title-end-tag-js-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/layers/inline-dirty-z-order-lists-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/layers/opacity-stacking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/layers/remove-only-this-layer-update-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/layers/self-painting-outline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/001-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/002-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/003-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/005-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/006-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/007-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/008-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/009-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/anonymous-items-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/lists/list-marker-with-line-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/media/media-query-invalid-value-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/border-padding-pagination-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/column-break-with-balancing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/column-count-with-rules-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/column-rules-stacking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/float-paginate-complex-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/float-paginate-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/layers-in-multicol-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/layers-split-across-columns-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/margin-collapse-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/max-height-columns-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/nested-columns-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/paginate-block-replaced-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/positioned-split-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/positioned-with-constrained-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/scrolling-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/shadow-breaking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/anonymous-before-child-parent-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/anonymous-split-block-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/anonymous-style-inheritance-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/clone-anonymous-block-non-inline-child-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-child-complex-splitting-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-child-generated-content-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-child-property-removal-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-columns-child-dynamic-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-columns-child-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-immediate-columns-child-removal-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-nested-columns-child-dynamic-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-nested-columns-child-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added property svn:mime-type.
  • platform/mac/fast/multicol/span/span-margin-collapsing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/table-margin-collapse-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/table-vertical-align-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/unsplittable-inline-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/border-padding-pagination-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/column-break-with-balancing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/column-count-with-rules-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/column-rules-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/float-avoidance-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/float-multicol-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/float-paginate-complex-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/float-paginate-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/nested-columns-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-lr/unsplittable-inline-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/border-padding-pagination-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/column-break-with-balancing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/column-count-with-rules-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/column-rules-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/float-avoidance-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/float-multicol-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/float-paginate-complex-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/float-paginate-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/nested-columns-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/multicol/vertical-rl/unsplittable-inline-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/border-radius-clipping-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/float-in-relpositioned-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/line-clamp-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/overflow-float-stacking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/overflow-rtl-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/overflow-stacking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/overflow-with-local-background-attachment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/overflow_hidden-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/overflow/trailing-float-linebox-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/reflections/reflection-masks-opacity-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/reflections/transparent-reflected-sublayers-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/background-generated-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/background-misaligned-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/block-selection-gap-in-composited-layer-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/block-selection-gap-in-table-cell-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/block-selection-gap-stale-cache-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/block-selection-gap-stale-cache-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/button-spurious-layout-hint-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/dynamic-table-vertical-alignment-change-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/fixed-move-after-keyboard-scroll-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/float-in-new-block-with-layout-delta-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/float-new-in-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/inline-block-resize-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/inline-color-change-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/inline-horizontal-bt-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/inline-vertical-lr-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/inline-vertical-rl-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/japanese-rl-selection-clear-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/japanese-rl-selection-repaint-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/layout-state-relative-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/layout-state-scrolloffset-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/layout-state-scrolloffset2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/layout-state-scrolloffset3-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/line-in-scrolled-clipped-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/moving-shadow-on-container-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/moving-shadow-on-path-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/no-caret-repaint-in-non-content-editable-element-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/opacity-change-on-overflow-float-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/rel-positioned-inline-with-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/repaint-across-writing-mode-boundary-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/repaint-during-scroll-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/scale-page-shrink-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/selection-clear-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/selection-gap-overflow-scroll-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/selection-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/stacked-diacritics-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/text-append-dirty-lines-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/view-background-from-body-1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/repaint/view-background-from-body-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/border-radius-clip-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/max-width-percent-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/outline-replaced-elements-expected.png: Added property svn:mime-type.
  • platform/mac/fast/replaced/percent-height-in-anonymous-block-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/percent-height-in-anonymous-block-in-table-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/percent-height-in-anonymous-block-widget-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-lr/absolute-position-percentage-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-lr/absolute-position-with-auto-width-and-left-and-right-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-rl/absolute-position-percentage-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-height-and-top-and-bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/replaced/vertical-rl/absolute-position-with-auto-width-and-left-and-right-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/base-shorter-than-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/nested-ruby-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/quirks-mode-ruby-spacing-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/quirks-mode-ruby-spacing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-auto-line-expansion-bt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-auto-line-expansion-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-auto-line-expansion-lr-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-auto-line-expansion-rl-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-empty-rt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-length-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-run-break-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-runs-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-runs-spans-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-simple-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-simple-rp-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/ruby-trailing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-insert-rt-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-insert-text1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-insert-text2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-insert-text3-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-remove-rt1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-remove-rt2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-remove-text1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/ruby/rubyDOM-remove-text2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/runin/002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/runin/generated-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/runin/generated2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/runin/generated3-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/runin/generated4-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/027-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/028-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/035-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/038-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/040-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/auto-with-percent-height-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/001-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/002-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/003-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/004-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/border-collapsing-head-foot-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/equal-precedence-resolution-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/border-collapsing/rtl-border-collapsing-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/colspanMinWidth-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/dynamic-caption-add-before-child-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/dynamic-caption-add-remove-before-child-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/dynamic-descendant-percentage-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/empty-row-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-granular-cols-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-percent-inside-percent-table-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-auto-table-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-div-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-extra-large-div-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-percent-width-inside-fixed-width-table-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-table-with-small-percent-width-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/fixed-with-auto-with-colspan-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/floating-th-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/growCellForImageQuirk-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/height-percent-test-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/multiple-captions-display-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/percent-widths-stretch-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/relative-position-containment-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/relative-position-offsets-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/relative-position-stacking-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/rowspan-paint-order-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/table-and-parts-outline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/table-continuation-outline-paint-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/table-display-types-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/table-display-types-strict-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/table-display-types-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/table/vertical-align-baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/backslash-to-yen-sign-euc-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/bidi-embedding-pop-and-push-same-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/complex-text-opacity-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/decorations-transformed-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/emphasis-combined-text-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/emphasis-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/emphasis-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/hyphenate-character-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/hyphenate-first-word-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/hyphenate-limit-before-after-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/hyphenate-locale-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/hyphens-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-AN-after-L-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-AN-after-empty-run-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-CS-after-AN-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-linebreak-001-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-linebreak-002-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-linebreak-003-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-mirror-he-ar-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-neutral-directionality-paragraph-start-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/bidi-neutral-run-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/hindi-spacing-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/pop-up-button-text-alignment-and-direction-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/text-combine-image-test-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/international/vertical-text-glyph-test-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/justify-ideograph-complex-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/justify-ideograph-leading-expansion-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/justify-ideograph-simple-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/justify-ideograph-vertical-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/line-breaking-with-kerning-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/myanmar-shaping-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/selection-rect-rounding-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/shadow-translucent-fill-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/sticky-typesetting-features-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/thai-combining-mark-positioning-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/x-height-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/text/zero-font-size-expected.png: Added property svn:mime-type.
  • platform/mac/fast/transforms/rotated-transform-affects-scrolling-1-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/transforms/rotated-transform-affects-scrolling-2-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/transforms/transform-overflow-expected.png: Modified property svn:mime-type.
  • platform/mac/fast/transforms/transform-positioned-ancestor-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/color-bitmap-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/cursive-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/default-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/fantasy-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/monospace-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/sans-serif-expected.png: Modified property svn:mime-type.
  • platform/mac/fonts/serif-expected.png: Modified property svn:mime-type.
  • platform/mac/fullscreen/full-screen-iframe-zIndex-expected.png: Added property svn:mime-type.
  • platform/mac/fullscreen/full-screen-remove-ancestor-after-expected.png: Added property svn:mime-type.
  • platform/mac/fullscreen/full-screen-stacking-context-expected.png: Added property svn:mime-type.
  • platform/mac/fullscreen/full-screen-zIndex-after-expected.png: Added property svn:mime-type.
  • platform/mac/fullscreen/full-screen-zIndex-expected.png: Added property svn:mime-type.
  • platform/mac/http/tests/misc/favicon-as-image-expected.png: Modified property svn:mime-type.
  • platform/mac/http/tests/misc/generated-content-inside-table-expected.png: Modified property svn:mime-type.
  • platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Modified property svn:mime-type.
  • platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-expected.png: Modified property svn:mime-type.
  • platform/mac/http/tests/misc/slow-loading-image-in-pattern-expected.png: Modified property svn:mime-type.
  • platform/mac/http/tests/webarchive/cross-origin-stylesheet-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/media/media-controls-clone-expected.png: Added property svn:mime-type.
  • platform/mac/printing/simultaneous-position-float-change-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/basic-scrollbar-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/disabled-scrollbar-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/key-window-not-first-responder-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/listbox-scrollbar-combinations-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/overflow-scrollbar-combinations-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/scrollbar-buttons-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/scrollbar-orientation-expected.png: Modified property svn:mime-type.
  • platform/mac/scrollbars/scrollbars-on-positioned-content-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/color-prop-05-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/filters-felem-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/filters-image-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/painting-marker-07-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-03-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/struct-use-14-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-05-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-36-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-37-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-39-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-40-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-41-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-46-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-60-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-61-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-62-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-63-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-65-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-66-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-67-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-68-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-69-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-70-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-77-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-78-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-80-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-81-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/animate-elem-83-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/coords-units-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/coords-units-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/coords-units-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/coords-viewattr-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-composite-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-diffuse-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-gauss-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-image-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-morph-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-specular-01-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-01-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-05-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-06-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/fonts-kern-01-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/linking-a-05-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/linking-uri-03-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/pservers-grad-14-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/script-handle-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/struct-frag-06-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/text-intro-05-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/text-text-04-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/text-text-05-t-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/W3C-SVG-1.1/text-tselect-02-f-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/as-image/img-preserveAspectRatio-support-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/as-image/svg-as-background-with-relative-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/as-image/svg-as-background-with-viewBox-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/as-object/object-box-sizing-no-width-height-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/filters/feTile-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/paints/patternRegions-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/paints/patternRegions-positioned-objects-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/smallFonts-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textAnchor3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textLayout-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textLength-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textOnPath-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textOnPath2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textOnPathSpaces-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textPCDATA-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/textProperties-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/verticalTextOnPath-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/batik/text/xmlSpace-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-in-mask-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-in-mask-objectBoundingBox-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-in-mask-userSpaceOnUse-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-child-clipped-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-childs-clipped-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-clipped-evenodd-twice-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-clipped-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-clipped-no-content-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-clipped-nonzero-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-evenodd-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-evenodd-nonzero-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-nonzero-evenodd-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-nonzero-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-objectBoundingBox-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-on-clipped-use-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-on-g-and-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-on-g-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-on-svg-and-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-on-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-pixelation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-recursive-call-by-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-recursive-call-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-text-and-shape-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-text-and-stroke-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-use-as-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-use-as-child2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-use-as-child3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-use-as-child4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-use-as-child5-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-userSpaceOnUse-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-with-container-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-with-different-unittypes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-with-different-unittypes2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-with-invisibile-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/clip-path-with-text-clipped-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/deep-nested-clip-in-mask-different-unitTypes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/deep-nested-clip-in-mask-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/deep-nested-clip-in-mask-panning-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/nested-clip-in-mask-image-based-clipping-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/nested-clip-in-mask-path-and-image-based-clipping-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/clip-path/nested-clip-in-mask-path-based-clipping-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/arrow-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/circle-in-mask-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/clippath-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/composite-shadow-example-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/composite-shadow-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/composite-shadow-with-opacity-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/group-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/mask-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/path-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/shadow-and-opacity-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/shadow-changes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/shadow-with-large-radius-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/shadow-with-negative-offset-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/stars-with-shadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/css/text-shadow-multiple-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/SVGPaint-mutate-attribute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/SVGPaint-mutate-inline-style-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/absolute-sized-content-with-resources-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/altglyph-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/animate-target-id-changed-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/animate-target-removed-from-document-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/animation-currentColor-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/baseval-animval-equality-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/broken-internal-references-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/bug45331-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/clip-path-id-changes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/clip-path-referencing-use-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/clip-path-referencing-use2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/clone-element-with-animated-svg-properties-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/dominant-baseline-hanging-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/embedding-external-svgs-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/empty-mask-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/feComponentTransfer-Discrete-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/feComponentTransfer-Gamma-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/feComponentTransfer-Linear-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/feComponentTransfer-Table-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/fill-fallback-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/fill-opacity-update-expected.png: Added property svn:mime-type.
  • platform/mac/svg/custom/getPresentationAttribute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/getscreenctm-in-scrollable-div-area-nested-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/getscreenctm-in-scrollable-svg-area-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/getsvgdocument-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/glyph-transformation-with-hkern-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/gradient-with-1d-boundingbox-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/image-parent-translation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/immutable-properties-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/invalid-dasharray-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/invalid-fill-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/invalid-fill-hex-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/invalid-stroke-hex-expected.png: Added property svn:mime-type.
  • platform/mac/svg/custom/invalid-uri-stroke-expected.png: Added property svn:mime-type.
  • platform/mac/svg/custom/invisible-text-after-scrolling-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/js-repaint-rect-on-path-with-stroke-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/js-update-stop-linked-gradient-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/marker-child-changes-css-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/marker-opacity-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/marker-referencePoint-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/marker-strokeWidth-changes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mask-invalidation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mask-on-multiple-objects-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mask-with-default-value-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/massive-coordinates-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mouse-move-on-svg-container-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mouse-move-on-svg-root-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/nested-pattern-boundingBoxModeContent-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/non-scaling-stroke-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/non-scaling-stroke-markers-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-no-size-attributes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-explicit-height-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-explicit-width-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-explicit-width-height-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-height-50p-on-target-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-no-width-height-change-content-box-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-no-width-height-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-height-50p-on-target-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-absolute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-height-75p-on-target-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-50p-on-target-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-absolute-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/object-sizing-width-75p-height-50p-on-target-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/painting-marker-07-f-inherit-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/path-zero-strokewidth-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-excessive-malloc-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-incorrect-tiling-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-no-pixelation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-referencing-preserve-aspect-ratio-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-size-bigger-than-target-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-skew-transformed-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pattern-with-transformation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/percentage-of-html-parent-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pointer-events-image-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/pointer-events-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/radial-gradient-with-outstanding-focalPoint-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/recursive-filter-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/recursive-gradient-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/recursive-mask-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/recursive-pattern-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-content-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-content-with-resources-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-deep-shadow-tree-content-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-inner-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-shadow-tree-content-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-shadow-tree-content-with-symbol-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-use-on-symbol-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/relative-sized-use-without-attributes-on-symbol-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/repaint-moving-svg-and-div-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/repaint-on-constant-size-change-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/repaint-stroke-width-changes-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/resource-invalidate-on-target-update-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/rootmost-svg-xy-attrs-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/shape-rendering-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/small-rect-scale-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/stroke-fallback-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/stroke-opacity-update-expected.png: Added property svn:mime-type.
  • platform/mac/svg/custom/svg-float-border-padding-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/svg-modify-currentTranslate-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/tearoffs-with-tearoffs-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/text-rotated-gradient-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/text-rotation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/text-x-dy-lists-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/text-xy-updates-SVGList-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-font-face-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-instanceRoot-as-event-target-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-instanceRoot-event-bubbling-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-instanceRoot-event-listeners-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-on-clip-path-with-transformation-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-property-synchronization-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-setAttribute-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-svg-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-svg1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-svg2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/custom/use-transfer-width-height-properties-to-symbol2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-appendItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-basics-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-getItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-initialize-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-insertItemBefore-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-removeItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-replaceItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGLengthList-xml-dom-modifications-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-appendItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-clear-and-initialize-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-cloning-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-insertItemBefore-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-removeItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-replaceItem-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-segment-modification-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGPathSegList-xml-dom-synchronization2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGScriptElement/script-load-and-error-events-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGScriptElement/script-reexecution-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dom/SVGScriptElement/script-set-href-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCircleElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCircleElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGClipPath-influences-hitTesting-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCursorElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCursorElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGCursorElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGEllipseElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGEllipseElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-bias-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-divisor-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-edgeMode-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelMatrix-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-kernelUnitLength-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-order-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-preserveAlpha-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetX-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEConvolveMatrixElement-svgdom-targetY-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-diffuseConstant-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-lighting-color-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-dom-surfaceScale-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-inherit-lighting-color-css-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-lighting-color-css-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-diffuseConstant-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDiffuseLightingElement-svgdom-surfaceScale-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-in2-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-xChannelSelector-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-yChannelSelector-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-in2-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-scale-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-xChannelSelector-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDisplacementMapElement-svgdom-yChannelSelector-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dx-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-dy-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-dom-stdDeviation-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dx-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-dy-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEDropShadowElement-svgdom-stdDeviation-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEFloodElement-inherit-flood-color-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEImageElement-dom-preserveAspectRatio-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dx-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-dy-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dx-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-dy-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFEOffsetElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularConstant-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-specularExponent-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-dom-suraceScale-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-inherit-lighting-color-css-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-lighting-color-css-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-remove-lightSource-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularConstant-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-specularExponent-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpecularLightingElement-svgdom-suraceScale-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-limitingConeAngle-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtX-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtY-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-pointsAtZ-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-specularExponent-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-dom-z-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-limitingConeAngle-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtX-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtY-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-pointsAtZ-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-specularExponent-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFESpotLightElement-svgdom-z-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFETileElement-dom-in-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFETileElement-svgdom-in-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterRes-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-filterUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-primitiveUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterRes-call-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResX-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterResY-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-filterUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-primitiveUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-result-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-result-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGFilterPrimitiveStandardAttributes-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGForeignObjectElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGForeignObjectElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGGElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGGElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-preserveAspectRatio-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-preserveAspectRatio-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGImageElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-dom-x1-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-dom-x2-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-dom-y1-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-dom-y2-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x1-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-x2-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y1-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGLineElement-svgdom-y2-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerHeight-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-markerWidth-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-orient-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refX-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-dom-refY-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerHeight-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-markerWidth-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientAngle-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-orientType-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refX-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-refY-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAngle-call-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMarkerElement-svgdom-setOrientToAuto-call-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskContentUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-maskUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskContentUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-maskUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGMaskElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPathElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPathElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternContentUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternTransform-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-patternUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternContentUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternTransform-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-patternUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPatternElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPolygonElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPolygonElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPolylineElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGPolylineElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cx-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-cy-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fx-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-fy-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientTransform-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-gradientUnits-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-dom-r-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cx-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-cy-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fx-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-fy-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientTransform-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-gradientUnits-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRadialGradientElement-svgdom-r-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-dom-height-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-dom-width-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-dom-x-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-dom-y-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-height-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-width-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-x-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGSVGElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGSVGElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTRefElement-dom-href-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-dx-attr-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-dy-attr-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-rotate-attr-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-transform-attr-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-x-attr-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-dom-y-attr-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dx-prop-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-dy-prop-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-rotate-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-transform-prop-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-x-prop-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGTextElement-svgdom-y-prop-expected.png: Added property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGUseElement-dom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/dynamic-updates/SVGUseElement-svgdom-requiredFeatures-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/big-sized-filter-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feColorMatrix-values-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feComposite-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feConvolveFilter-y-bounds-expected.png: Added property svn:mime-type.
  • platform/mac/svg/filters/feDisplacementMap-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feDropShadow-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feGaussianBlur-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feLighting-crash-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feMerge-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feMerge-wrong-input-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feOffset-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/feTile-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filter-on-filter-for-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filter-on-tspan-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filter-rounding-issues-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filter-width-update-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filterRes1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filterRes2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filterRes3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/filteredImage-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/parent-children-with-same-filter-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/shadow-on-filter-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/shadow-on-rect-with-filter-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/sourceAlpha-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/subRegion-in-userSpace-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/subRegion-one-effect-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/filters/subRegion-two-effects-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/foreignObject/disallowed-svg-nodes-as-direct-children-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/foreignObject/no-crash-with-svg-content-in-html-document-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/foreignObject/svg-document-as-direct-child-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/foreignObject/svg-document-in-html-document-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/foreignObject/text-tref-02-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/hixie/intrinsic/001-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/hixie/intrinsic/002-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/hixie/intrinsic/003-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/in-html/circle-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-foreignObject-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-inner-svg-element-defaults-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-inner-svg-element-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-defaults-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-ignore-attribute-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-auto-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-defaults-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-hidden-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-scroll-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/overflow/overflow-on-outermost-svg-element-in-xhtml-visible-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/repaint/filter-repaint-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/font-size-below-point-five-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/font-size-below-point-five-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/foreignObject-text-clipping-bug-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/kerning-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/multichar-glyph-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/scaled-font-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-squeeze-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-squeeze-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-squeeze-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-squeeze-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-stretch-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-stretch-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-stretch-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacing-stretch-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-squeeze-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-textLength-spacingAndGlyphs-stretch-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-with-tspans-1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-with-tspans-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-with-tspans-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/select-x-list-with-tspans-4-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/selection-styles-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/small-fonts-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/small-fonts-3-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/small-fonts-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/small-fonts-in-html5-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/text-hkern-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/text-hkern-on-vertical-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/text-path-middle-align-expected.png: Added property svn:mime-type.
  • platform/mac/svg/text/text-repaint-rects-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/text-vkern-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/text/text-vkern-on-horizontal-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/transforms/text-with-mask-with-svg-transform-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/wicd/rightsizing-grid-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/wicd/test-rightsizing-a-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/wicd/test-rightsizing-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/wicd/test-scalable-background-image1-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/wicd/test-scalable-background-image2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/absolute-sized-document-no-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/absolute-sized-document-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/relative-sized-document-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-coords-viewattr-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-foreignObject-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-hixie-mixed-008-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-hixie-mixed-009-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-hixie-rendering-model-004-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-mask-with-percentages-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-float-border-padding-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-2-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-absolute-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-auto-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-huge-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-no-width-height-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-override-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-percentage-size-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/page/zoom-svg-through-object-with-text-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/absolute-sized-document-no-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/absolute-sized-document-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/relative-sized-document-scrollbars-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-coords-viewattr-01-b-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-foreignObject-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-hixie-mixed-008-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-hixie-mixed-009-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-hixie-rendering-model-004-expected.png: Modified property svn:mime-type.
  • platform/mac/svg/zoom/text/zoom-svg-float-border-padding-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/layering/paint-test-layering-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/layering/paint-test-layering-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug10296-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug1055-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug106816-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug113235-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug11944-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug119786-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug131020-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug13118-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug13196-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug133756-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug139524-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug14159-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug1430-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug14929-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug15247-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug17130-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug17130-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug1800-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug18359-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug18955-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug19061-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug19061-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug194024-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug19599-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug20804-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2267-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug23235-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug23299-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug24627-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2479-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2479-4-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug25086-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug25663-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2684-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug27038-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2773-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2886-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug29058-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug29429-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2947-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2981-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2981-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug2997-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug30692-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug3103-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug32205-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug33855-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug3454-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug3681-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug3977-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug41890-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug42187-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug43039-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug4382-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug43854-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug4427-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug44505-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug45055-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug45486-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug46368-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug46368-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug46623-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug46924-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug47432-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug51727-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug52505-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug52506-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug5538-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug55694-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug57300-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug5799-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug5835-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug60749-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug6184-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug6404-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug650-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug68912-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug69382-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7112-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7112-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7121-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7342-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7471-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug7714-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug78162-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug80762-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug82946-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug8858-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug8950-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug9123-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug9123-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug92143-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug93363-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug96334-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/bugs/bug965-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/collapsing_borders/bug41262-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/borders-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_span-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_auto_autoFix-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_auto_autoPer-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_auto_fix-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_auto_fixPer-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_auto_per-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_fix_autoFix-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_fix_autoPer-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_fix_fix-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/col_widths_fix_fixPer-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/margins-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/one_row-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/row_span-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/table_rules-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/core/table_widths-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/dom/deleteTbodyRebuild1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/dom/insertCellsRebuild1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/body_tbody-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/body_tfoot-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/body_thead-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/col_span-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_span-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_width_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/colgroup_width_px-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_frame_border-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_frame_box-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_row_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_row_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_row_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_rules_all-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_rules_groups-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/table_rules_none-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_border_0-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_border_1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_border_2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_border_3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_cellpadding-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_cellpadding_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_cellspacing-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_class-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_id-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_row_th_nowrap-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_style-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_colspan-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_height-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_nowrap-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_rowspan-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_td_width-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_colspan-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_height-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_rowspan-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_th_width-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_width_percent-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tables_width_px-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tbody_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/td_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tfoot_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/thead_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/tr_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_col_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_col_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_col_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_col_width_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_col_width_rel-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_colgroup_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_colgroup_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_colgroup_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_colgroup_width_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_colgroup_width_rel-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_bgcolor_name-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_bgcolor_rgb-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_border-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_border_none-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_border_px-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_frame_void-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_rules_groups-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_rules_none-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_width_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_table_width_px-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tbody_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_bgcolor_name-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_bgcolor_rgb-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_height-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_nowrap-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_td_width-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tfoot_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_align_center-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_align_left-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_align_right-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_bgcolor_name-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_bgcolor_rgb-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_nowrap-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_th_width-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_align_char-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_class-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_id-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_style-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_valign_middle-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_thead_valign_top-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tr_align_justify-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tr_bgcolor_name-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tr_bgcolor_rgb-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tr_valign_baseline-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/marvin/x_tr_valign_bottom-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/cell_widths-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/cellspacing-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/nested2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/nestedTables-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/padding-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/test3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/test6-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla/other/wa_table_thtd_rowspan-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/97619-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug1010-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug10140-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug101759-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug10216-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug1055-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug106966-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug1128-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug11331-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug11945-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug131020-3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug14007-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug14489-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug1725-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug17826-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug18770-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug21518-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug22122-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug2479-5-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug25707-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug29058-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug3166-18-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug3166-5-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug32205-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug32205-4-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug42043-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug4294-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug47163-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug51000-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug56024-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug59252-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug61042-1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug61042-2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug73629-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/bugs/bug91057-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-5-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/collapsing_borders/bug41262-6-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/backgrounds-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/captions1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/captions2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/captions3-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/col_span2-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/columns-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/conflicts-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/core/standards1-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_above-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_below-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_hsides-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_lhs-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_rhs-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_void-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_frame_vsides-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_rules_cols-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/table_rules_rows-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/tables_cellspacing_pct-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_above-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_below-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_border-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_box-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_hsides-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_lhs-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_rhs-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_frame_vsides-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_all-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_cols-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/marvin/x_table_rules_rows-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/other/empty_cells-expected.png: Modified property svn:mime-type.
  • platform/mac/tables/mozilla_expected_failures/other/test4-expected.png: Modified property svn:mime-type.
  • platform/mac/transforms/2d/hindi-rotated-expected.png: Modified property svn:mime-type.
  • platform/mac/transforms/2d/zoom-menulist-expected.png: Modified property svn:mime-type.
  • platform/mac/transforms/svg-vs-css-expected.png: Modified property svn:mime-type.
  • platform/mac/transitions/opacity-transition-zindex-expected.png: Modified property svn:mime-type.
  • platform/mac/transitions/svg-text-shadow-transition-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/archive-empty-frame-dom-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/archive-empty-frame-source-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/archive-with-unencoded-url-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/doctype-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-body-background-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-css-import-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-duplicate-resources-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-frameset-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-img-src-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-input-src-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-link-href-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-object-data-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-script-src-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-table-background-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-td-background-expected.png: Modified property svn:mime-type.
  • platform/mac/webarchive/test-xml-stylesheet-expected.png: Modified property svn:mime-type.
12:45 AM Changeset in webkit [89123] by Carlos Garcia Campos
  • 2 edits in trunk/Source/WebKit2

2011-06-17 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Fix WebKit2 GTK build after r89060.

  • Shared/gtk/WebCoreArgumentCodersGtk.cpp: (CoreIPC::::encode):
Note: See TracTimeline for information about the timeline view.