Timeline
Jun 17, 2011:
- 11:30 PM Changeset in webkit [89189] by
-
- 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
-
- 2 edits in trunk/Source/WebKit/chromium
Build fix - fix chromium shared win builder
- 10:30 PM Changeset in webkit [89187] by
-
- 18 edits19 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
-
- 7 edits23 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
-
- 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
-
- 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
-
- 3 edits2 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 1 edit2 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
-
- 1 edit1 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 2 edits1 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
-
- 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
-
- 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
-
- 2 edits in trunk/Source/WebKit2
Fix Qt build.
- WebProcess/ResourceCache/WebResourceCacheManager.cpp:
- 1:19 PM Changeset in webkit [89165] by
-
- 4 edits2 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
-
- 2 edits in trunk/Source/WebKit2
Windows build fix.
- UIProcess/win/WebView.cpp:
- 1:00 PM Changeset in webkit [89163] by
-
- 13 edits2 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
-
- 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
-
- 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
-
- 2 edits in trunk/Source/JavaScriptCore
Build fix.
- JavaScriptCore.xcodeproj/project.pbxproj:
- 12:29 PM Changeset in webkit [89159] by
-
- 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
-
- 2 edits in trunk/Source/JavaScriptCore
Try to fix the Leopard build?
- JavaScriptCore.xcodeproj/project.pbxproj:
- 12:12 PM Changeset in webkit [89157] by
-
- 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
-
- 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.exp: Build!
- 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
-
- 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
-
- 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
-
- 3 edits1 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
- Update links for 1.4.2 stable release planning page (diff)
- 11:52 AM Changeset in webkit [89152] by
-
- 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
- Update Gentoo information (diff)
- 11:40 AM Changeset in webkit [89151] by
-
- 2 edits20 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 10 edits5 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
-
- 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
-
- 4 edits1 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- QtWebKit.pro:
- 8:06 AM Changeset in webkit [89136] by
-
- 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
-
- 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
-
- 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
-
- 15 edits1 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
-
- 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
-
- 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
-
- 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
-
- 2323 edits in trunk/LayoutTests/platform/mac
Actually update svn:mime-type.
- 1:49 AM Changeset in webkit [89128] by
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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):
Jun 16, 2011:
- 11:56 PM Changeset in webkit [89122] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Gabor Loki <loki@webkit.org>
[Qt] Unreviewed, build fix after r89118.
- dom/XMLDocumentParserQt.cpp: (WebCore::XMLDocumentParser::initializeParserContext):
- 11:36 PM Changeset in webkit [89121] by
-
- 5 edits in trunk/LayoutTests
2011-06-16 MORITA Hajime <morrita@google.com>
Unreviewed expectations update for:
- fast/speech/input-appearance-numberandspeech.html and just unskips them because they pass always.
- input-appearance-spinbutton-disabled-readonly.html
- input-appearance-spinbutton-layer.html
- input-appearance-spinbutton-visibility.html
- platform/chromium-mac-leopard/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.png:
- platform/chromium-mac/fast/speech/input-appearance-numberandspeech-expected.txt:
- platform/chromium/test_expectations.txt:
- 11:18 PM Changeset in webkit [89120] by
-
- 5 edits in trunk/Source/WebCore
2011-06-16 Yuta Kitamura <yutak@chromium.org>
Unreviewed, rolling out r89073.
http://trac.webkit.org/changeset/89073
https://bugs.webkit.org/show_bug.cgi?id=62783
Broke Chromium Clang build.
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.h:
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm: (wkScrollbarPainterPaint):
- platform/chromium/ScrollbarThemeChromiumMac.h:
- platform/chromium/ScrollbarThemeChromiumMac.mm: (WebCore::ScrollbarThemeChromiumMac::paint):
- 11:03 PM Changeset in webkit [89119] by
-
- 5 edits3 adds in trunk/LayoutTests
2011-06-16 MORITA Hajime <morrita@google.com>
Unreviewed expectations update for
meter-styles.html, meter-writing-mode.html, progress-writing-mode.html
- platform/chromium-linux/fast/dom/HTMLMeterElement/meter-styles-expected.png:
- platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.png:
- platform/chromium-win/fast/dom/HTMLMeterElement/meter-styles-expected.txt:
- platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.png: Added.
- platform/chromium-win/fast/dom/HTMLMeterElement/meter-writing-mode-expected.txt: Added.
- platform/chromium-win/fast/dom/HTMLProgressElement/progress-writing-mode-expected.txt: Added.
- platform/chromium/test_expectations.txt:
- 10:54 PM Changeset in webkit [89118] by
-
- 4 edits4 adds in trunk
2011-06-16 Jeffrey Pfau <jpfau@apple.com>
Reviewed by Alexey Proskuryakov.
Using null bytes when setting innerHTML in XTHML results in assertion and a crash due to null-pointer dereference
https://bugs.webkit.org/show_bug.cgi?id=61053
Added test cases covering two cases of using innerHTML with null bytes in XHTML.
- fast/parser/xhtml-innerhtml-null-byte-expected.txt: Added.
- fast/parser/xhtml-innerhtml-null-byte-first-expected.txt: Added.
- fast/parser/xhtml-innerhtml-null-byte-first.xhtml: Added.
- fast/parser/xhtml-innerhtml-null-byte.xhtml: Added.
2011-06-16 Jeffrey Pfau <jpfau@apple.com>
Reviewed by Alexey Proskuryakov.
Using null bytes when setting innerHTML in XTHML results in assertion and a crash due to null-pointer dereference
https://bugs.webkit.org/show_bug.cgi?id=61053
XML parsing in-memory XML chunks now passes around a string object instead of a C string, ensuring null characters are properly handled.
Tests: fast/parser/xhtml-innerhtml-null-byte-first.xhtml
fast/parser/xhtml-innerhtml-null-byte.xhtml
- dom/XMLDocumentParser.h:
- dom/XMLDocumentParserLibxml2.cpp: (WebCore::XMLParserContext::createMemoryParser): (WebCore::XMLDocumentParser::initializeParserContext): (WebCore::XMLDocumentParser::appendFragmentSource):
- 10:49 PM Changeset in webkit [89117] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Yuta Kitamura <yutak@chromium.org>
Unreviewed, mark more Chromium test failures for tests added in r89091.
- platform/chromium/test_expectations.txt:
- 10:27 PM Changeset in webkit [89116] by
-
- 2 edits3 adds in trunk/LayoutTests
2011-06-16 Kent Tamura <tkent@chromium.org>
Reviewed by Eric Seidel.
Verify cloned <audio> and <video> are rendered correctly.
https://bugs.webkit.org/show_bug.cgi?id=62001
Add a test to verify cloned media controls are rendered correctly.
- media/media-controls-clone.html: Added.
- platform/chromium/test_expectations.txt:
- platform/mac/media/media-controls-clone-expected.png: Added.
- platform/mac/media/media-controls-clone-expected.txt: Added.
- 10:07 PM Changeset in webkit [89115] by
-
- 2 edits in trunk/Source/WebCore
Reviewed by Kevin Ollivier.
[wx] Account for differing byte order when decoding images in the PPC build.
https://bugs.webkit.org/show_bug.cgi?id=62830
- 9:45 PM Changeset in webkit [89114] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Yuta Kitamura <yutak@chromium.org>
Unreviewed, add Chromium test expectation for fast/js/keywords-and-reserved_words.html.
- platform/chromium/test_expectations.txt:
- 8:53 PM Changeset in webkit [89113] by
-
- 5 edits in branches/safari-534-branch/Source
Versioning.
- 8:51 PM Changeset in webkit [89112] by
-
- 1 copy in tags/Safari-534.47
New tag.
- 8:30 PM Changeset in webkit [89111] by
-
- 1 edit2 adds in trunk/LayoutTests
https://bugs.webkit.org/show_bug.cgi?id=25079
JS Arrays et al receive the wrong prototype
Rubber stamped by Sam Weinig.
Adding abarth's testcase, for this issue that was already fixed in ToT by other changes.
- fast/js/cross-frame-prototype-expected.txt: Added.
- fast/js/cross-frame-prototype.html: Added.
- 8:19 PM Changeset in webkit [89110] by
-
- 1 edit12 adds in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Another Windows rebaseline after r89091.
The problem was that my original rebaseline for Windows overrode mac's expected results.
This rebaseline should work.
- platform/win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
- platform/win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
- 8:17 PM Changeset in webkit [89109] by
-
- 7 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=53014
ES5 strict mode keyword restrictions aren't implemented
Reviewed by Oliver Hunt.
The following are future restricted words is strict mode code:
implements, interface, let, package, private, protected, public, static, yield
Source/JavaScriptCore:
- parser/JSParser.h:
- Add RESERVED_IF_STRICT token.
- parser/Keywords.table:
- Add new future restricted words.
- parser/Lexer.cpp:
(JSC::Lexer::parseIdentifier):
- Check for RESERVED_IF_STRICT; in nonstrict code this is converted to IDENT.
(JSC::Lexer::lex):
- Pass strictMode flag to parseIdentifier.
- parser/Lexer.h:
- parseIdentifier needs a strictMode flag.
- runtime/CommonIdentifiers.h:
- Add identifiers for new reserved words.
LayoutTests:
- fast/js/keywords-and-reserved_words-expected.txt: Added.
- fast/js/keywords-and-reserved_words.html: Added.
- fast/js/script-tests/keywords-and-reserved_words.js: Added.
(isKeyword):
(isStrictKeyword):
(classifyIdentifier):
- 8:10 PM Changeset in webkit [89108] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Yuta Kitamura <yutak@chromium.org>
Unreviewed, rolling out r89107.
http://trac.webkit.org/changeset/89107
The test already had correct expectation.
- platform/chromium/test_expectations.txt:
- 8:05 PM Changeset in webkit [89107] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Yuta Kitamura <yutak@chromium.org>
Unreviewed, add Chromium test expectation for fast/js/multiline-comment-newline.html.
- platform/chromium/test_expectations.txt:
- 7:44 PM Changeset in webkit [89106] by
-
- 1 edit in trunk/LayoutTests/platform/chromium/test_expectations.txt
Revert unwanted change in platform/chromium/test_expectations.txt.
- 7:41 PM Changeset in webkit [89105] by
-
- 2 edits9 adds in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Chromium Windows XP rebaseline after r89091.
- platform/chromium-win-xp/editing/selection: Added.
- platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
- platform/chromium-win-xp/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 7:30 PM Changeset in webkit [89104] by
-
- 13 edits in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Fix Mac baselines for r89091. I don't know why the original baseline was wrong.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
- 7:20 PM Changeset in webkit [89103] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Update Chromium test expectation after r89100.
- platform/chromium/test_expectations.txt:
- 7:04 PM Changeset in webkit [89102] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Update Chromium Mac test expectations after r89091.
- platform/chromium/test_expectations.txt:
- 6:51 PM Changeset in webkit [89101] by
-
- 1 edit12 adds in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
GTK+ rebaselines after r89091.
- platform/gtk/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
- platform/gtk/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
- 6:47 PM Changeset in webkit [89100] by
-
- 3 edits3 adds in trunk
https://bugs.webkit.org/show_bug.cgi?id=23611
Multiline Javascript comments cause incorrect parsing of following script.
Reviewed by Oliver Hunt.
From the spec:
"A MultiLineComment [is] simply discarded if it contains no line terminator,
but if a MultiLineComment contains one or more line terminators, then it is
replaced with a single line terminator, which becomes part of the stream of
inputs for the syntactic grammar."
This may result in behavioural changes, due to automatic semicolon insertion.
Source/JavaScriptCore:
- parser/Lexer.cpp:
(JSC::Lexer::parseMultilineComment):
- Set m_terminator is we see a line terminator in a multiline comment.
LayoutTests:
- fast/js/multiline-comment-newline-expected.txt: Added.
- fast/js/multiline-comment-newline.html: Added.
- fast/js/script-tests/multiline-comment-newline.js: Added.
(shouldBeUndefined):
- 6:39 PM Changeset in webkit [89099] by
-
- 1 edit12 adds in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Qt rebaselines after r89091.
- platform/qt/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
- platform/qt/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
- 6:28 PM Changeset in webkit [89098] by
-
- 13 edits in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Windows rebaselines for r89091.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt:
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt:
- 6:18 PM Changeset in webkit [89097] by
-
- 1 edit44 adds in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaselines after r89091.
They are all considered passing even though vertical text aren't rendered correctly in these tests
because only selection range matters in these tests.
- platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
- platform/chromium-linux/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
- platform/chromium-win/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
- 6:16 PM Changeset in webkit [89096] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Darin Adler <Darin Adler>
Reviewed by Dan Bernstein.
REGRESSION (r89035): HTMLTableRowsCollection constructor crashes; depends on compiler order of evaluation
https://bugs.webkit.org/show_bug.cgi?id=62836
Covered by existing tests on platforms where it occurs.
- html/HTMLTableRowsCollection.cpp: (WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection): Add a call to get() to prevent the passing behavior of PassRefPtr from kicking in and changing the table pointer to 0, possibly before it is dereferenced.
- 6:02 PM Changeset in webkit [89095] by
-
- 4 edits in trunk/LayoutTests
2011-06-16 Stephen White <senorblanco@chromium.org>
Unreviewed.
Your chromium layout test results are now diamonds! Ok, not really.
But they're 0.03% better.
- platform/chromium-linux/fast/transforms/transformed-document-element-expected.png:
- platform/chromium-win/fast/transforms/transformed-document-element-expected.png:
- platform/chromium/test_expectations.txt:
- 5:56 PM Changeset in webkit [89094] by
-
- 4 edits4 deletes in trunk
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89055.
http://trac.webkit.org/changeset/89055
https://bugs.webkit.org/show_bug.cgi?id=62835
Caused failures on all ports except GTK (Requested by
mrobinson on #webkit).
- http/tests/loading/resources/status-code-error-with-response-body.php: Removed.
- http/tests/loading/resources/status-code-error-without-response-body.php: Removed.
- http/tests/loading/status-code-error-without-response-body-expected.txt: Removed.
- http/tests/loading/status-code-error-without-response-body.html: Removed.
- platform/chromium/test_expectations.txt:
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89055.
http://trac.webkit.org/changeset/89055
https://bugs.webkit.org/show_bug.cgi?id=62835
Caused failures on all ports except GTK (Requested by
mrobinson on #webkit).
- platform/network/soup/ResourceHandleSoup.cpp: (WebCore::statusWillBeHandledBySoup): (WebCore::soupErrorShouldCauseLoadFailure): (WebCore::convertSoupErrorToResourceError): (WebCore::sendRequestCallback):
- 5:51 PM Changeset in webkit [89093] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Rollout 89080 (88945).
- 5:29 PM Changeset in webkit [89092] by
-
- 2 edits1 add10 deletes in trunk/LayoutTests
2011-06-16 Wyatt Carss <wcarss@chromium.org>
Reviewed by Ryosuke Niwa.
markup-dump conversion + rename: editing/deleting/5408255.html
https://bugs.webkit.org/show_bug.cgi?id=62680
Tests if the UI delete button works while '-webkit-user-select: none' is applied.
There should be no visible content in the dumped markup. Holding off on rename.
- editing/deleting/5408255.html:
- editing/deleting/5408255-expected.txt:
- platform/chromium-linux/editing/deleting/5408255-expected.png: Removed.
- platform/chromium-mac-leopard/editing/deleting/5408255-expected.png: Removed.
- platform/chromium-mac/editing/deleting/5408255-expected.png: Removed.
- platform/chromium-win/editing/deleting/5408255-expected.png: Removed.
- platform/chromium-win/editing/deleting/5408255-expected.txt: Removed.
- platform/gtk/editing/deleting/5408255-expected.png: Removed.
- platform/gtk/editing/deleting/5408255-expected.txt: Removed.
- platform/mac/editing/deleting/5408255-expected.png: Removed.
- platform/mac/editing/deleting/5408255-expected.txt: Removed.
- platform/qt/editing/deleting/5408255-expected.txt: Removed.
- 5:25 PM Changeset in webkit [89091] by
-
- 10 edits36 adds in trunk
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
Support logical line movement in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=62743
Added various tests to ensure WebKit uses a proper line direction point
when extending selection horizontally in vertical writing modes.
- editing/selection/vertical-lr-ltr-extend-line-backward-br.html: Added.
- editing/selection/vertical-lr-ltr-extend-line-forward-br.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-backward-br.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-backward-p.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-forward-br.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-forward-p.html: Added.
- editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html: Added.
- editing/selection/vertical-rl-rtl-extend-line-backward-br.html: Added.
- editing/selection/vertical-rl-rtl-extend-line-backward-p.html: Added.
- editing/selection/vertical-rl-rtl-extend-line-forward-br.html: Added.
- editing/selection/vertical-rl-rtl-extend-line-forward-p.html: Added.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-backward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-lr-ltr-extend-line-forward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-p-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-backward-wrap-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-p-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-ltr-extend-line-forward-wrap-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-backward-p-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-br-expected.txt: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.png: Added.
- platform/mac/editing/selection/vertical-rl-rtl-extend-line-forward-p-expected.txt: Added.
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Darin Adler.
Support logical line movement in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=62743
Fixed the bug by making xOffsetForVerticalNavigation (now called lineDirectionPointForVerticalNavigation)
aware of writing modes. Also extracted absoluteLineDirectionPointToLocalPointInBlock from previousLinePosition
and nextLinePosition to convert a line direction point to a physical point relative to a root inline box.
Tests: editing/selection/vertical-lr-ltr-extend-line-backward-br.html
editing/selection/vertical-lr-ltr-extend-line-forward-br.html
editing/selection/vertical-rl-ltr-extend-line-backward-br.html
editing/selection/vertical-rl-ltr-extend-line-backward-p.html
editing/selection/vertical-rl-ltr-extend-line-backward-wrap.html
editing/selection/vertical-rl-ltr-extend-line-forward-br.html
editing/selection/vertical-rl-ltr-extend-line-forward-p.html
editing/selection/vertical-rl-ltr-extend-line-forward-wrap.html
editing/selection/vertical-rl-rtl-extend-line-backward-br.html
editing/selection/vertical-rl-rtl-extend-line-backward-p.html
editing/selection/vertical-rl-rtl-extend-line-forward-br.html
editing/selection/vertical-rl-rtl-extend-line-forward-p.html
- editing/FrameSelection.cpp: (WebCore::FrameSelection::modifyExtendingForward): Calls lineDirectionPointForBlockDirectionNavigation. (WebCore::FrameSelection::modifyMovingForward): Ditto. (WebCore::FrameSelection::modifyExtendingBackward): Ditto. (WebCore::FrameSelection::modifyMovingBackward): Ditto. (WebCore::FrameSelection::modify): Ditto. (WebCore::FrameSelection::lineDirectionPointForBlockDirectionNavigation): Renamed from xPosForVerticalArrowNavigation; calls VisiblePosition::lineDirectionPointForVerticalNavigation.
- editing/FrameSelection.h:
- editing/VisiblePosition.cpp: (WebCore::VisiblePosition::lineDirectionPointForBlockDirectionNavigation): Renamed from xOffsetForVerticalNavigation. Returns line direction point instead of visual x coordinate.
- editing/VisiblePosition.h:
- editing/visible_units.cpp: (WebCore::absoluteLineDirectionPointToLocalPointInBlock): Extracted from previousLinePosition and nextLinePosition. Takes care or writing modes. (WebCore::previousLinePosition): Calls absoluteLineDirectionPointToLocalPointInBlock. (WebCore::nextLinePosition): Ditto.
- editing/visible_units.h:
- rendering/RootInlineBox.cpp: (WebCore::RootInlineBox::closestLeafChildForPoint): Added; takes a physical point and calls closestLeafChildForLogicalLeftPosition with logical x.
- rendering/RootInlineBox.h:
- 5:19 PM Changeset in webkit [89090] by
-
- 5 edits1 copy in branches/safari-534-branch
Merge r88477, needed for 36488.
- 4:53 PM Changeset in webkit [89089] by
-
- 4 edits1 add in trunk/Source/WebKit/chromium
2011-06-16 Bill Budge <bbudge@chromium.org>
Reviewed by Adam Barth.
The AssociatedURLLoader returns URL access errors synchronously. Use a timer to return such errors asynchronously. Also add unit tests for successful loads, same-origin restriction by default, and successful cross-origin loads.
https://bugs.webkit.org/show_bug.cgi?id=60059
- WebKit.gyp:
- WebKit.gypi:
- src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::clearClient): (WebKit::AssociatedURLLoader::ClientAdapter::ClientAdapter): (WebKit::AssociatedURLLoader::ClientAdapter::didFinishLoading): (WebKit::AssociatedURLLoader::ClientAdapter::didFail): (WebKit::AssociatedURLLoader::ClientAdapter::enableErrorNotifications): (WebKit::AssociatedURLLoader::ClientAdapter::notifyError): (WebKit::AssociatedURLLoader::loadAsynchronously):
- tests/AssociatedURLLoaderTest.cpp: Added. (WebKit::TestWebFrameClient::cancelledError): (WebKit::AssociatedURLLoaderTest::AssociatedURLLoaderTest): (WebKit::AssociatedURLLoaderTest::SetUp): (WebKit::AssociatedURLLoaderTest::TearDown): (WebKit::AssociatedURLLoaderTest::serveRequests): (WebKit::AssociatedURLLoaderTest::createAssociatedURLLoader): (WebKit::AssociatedURLLoaderTest::willSendRequest): (WebKit::AssociatedURLLoaderTest::didSendData): (WebKit::AssociatedURLLoaderTest::didReceiveResponse): (WebKit::AssociatedURLLoaderTest::didDownloadData): (WebKit::AssociatedURLLoaderTest::didReceiveData): (WebKit::AssociatedURLLoaderTest::didReceiveCachedMetadata): (WebKit::AssociatedURLLoaderTest::didFinishLoading): (WebKit::AssociatedURLLoaderTest::didFail): (WebKit::TEST_F):
- 4:50 PM Changeset in webkit [89088] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Merge r88984.
- 4:49 PM Changeset in webkit [89087] by
-
- 13 edits in branches/safari-534-branch/Source/WebCore
Merge r88982.
- 4:45 PM Changeset in webkit [89086] by
-
- 8 edits in trunk/Source/WebCore
2011-06-16 Nate Chapin <Nate Chapin>
Reviewed by Alexey Proskuryakov.
Set the referrer on a ResourceRequest from a WorkerThreadableLoader
as soon as the request reaches the main thread and remove the
optionalOutgoingReferrer parameter from some functions.
https://bugs.webkit.org/show_bug.cgi?id=62806
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::loadResourceSynchronously): (WebCore::DocumentThreadableLoader::create): (WebCore::DocumentThreadableLoader::DocumentThreadableLoader): (WebCore::DocumentThreadableLoader::loadRequest):
- loader/DocumentThreadableLoader.h:
- loader/ResourceLoadScheduler.cpp: (WebCore::ResourceLoadScheduler::scheduleSubresourceLoad):
- loader/ResourceLoadScheduler.h:
- loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::create):
- loader/SubresourceLoader.h:
- loader/WorkerThreadableLoader.cpp: (WebCore::WorkerThreadableLoader::MainThreadBridge::mainThreadCreateLoader):
- 4:44 PM Changeset in webkit [89085] by
-
- 8 edits1 copy in branches/safari-534-branch/Source/WebKit2
Merge r88978.
- 4:40 PM Changeset in webkit [89084] by
-
- 3 edits in trunk/Source/JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=62824
DFG JIT - add support for branch-fusion of compareEq, JSValue comparisons in SpeculativeJIT
Reviewed by Sam Weinig.
CompareEq of non-integer values is the most common cause of speculation failure.
- dfg/DFGSpeculativeJIT.cpp:
(JSC::DFG::SpeculativeJIT::compilePeepHoleIntegerBranch):
- Support Equals.
(JSC::DFG::SpeculativeJIT::compilePeepHoleEq):
- new! - peephole optimized Eq of JSValues.
(JSC::DFG::SpeculativeJIT::compile):
- Add peephole optimization for CompareEq.
- dfg/DFGSpeculativeJIT.h:
(JSC::DFG::SpeculativeJIT::detectPeepHoleBranch):
- Add support for dead nodes between compare & branch.
(JSC::DFG::SpeculativeJIT::isInteger):
- Added to determine which form of peephole to do in CompareEq.
- 4:34 PM Changeset in webkit [89083] by
-
- 2 edits in branches/safari-534-branch/Source/WebKit2
Merge r88956.
- 4:32 PM Changeset in webkit [89082] by
-
- 2 edits in branches/safari-534-branch/Source/WebKit2
Merge r88953.
- 4:31 PM Changeset in webkit [89081] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Merge r88948.
- 4:29 PM Changeset in webkit [89080] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Merge r88945.
- 4:15 PM Changeset in webkit [89079] by
-
- 14 edits in trunk/Source
2011-06-16 Eric Seidel <eric@webkit.org>
Reviewed by Adam Barth.
FrameLoader doesn't need completeURL or baseURL
https://bugs.webkit.org/show_bug.cgi?id=62818
No functional change, thus no tests.
- html/HTMLPlugInImageElement.cpp: (WebCore::HTMLPlugInImageElement::isImageType): (WebCore::HTMLPlugInImageElement::wouldLoadAsNetscapePlugin):
- inspector/InspectorPageAgent.cpp: (WebCore::InspectorPageAgent::open):
- loader/FrameLoader.cpp:
- loader/FrameLoader.h:
- loader/NavigationScheduler.cpp: (WebCore::NavigationScheduler::scheduleLocationChange):
- page/History.cpp: (WebCore::History::urlForState):
- 4:10 PM Changeset in webkit [89078] by
-
- 6 edits in trunk/Source/WebKit2
2011-06-16 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Get rid of CoreIPC::In and CoreIPC::Out from some argument coders
https://bugs.webkit.org/show_bug.cgi?id=62832
- Shared/OriginAndDatabases.cpp: (WebKit::OriginAndDatabases::encode): (WebKit::OriginAndDatabases::decode):
- Shared/SecurityOriginData.cpp: (WebKit::SecurityOriginData::encode): (WebKit::SecurityOriginData::decode):
- Shared/WebKeyboardEvent.cpp: (WebKit::WebKeyboardEvent::encode): (WebKit::WebKeyboardEvent::decode):
- Shared/WebOpenPanelParameters.cpp: (WebKit::WebOpenPanelParameters::Data::encode): (WebKit::WebOpenPanelParameters::Data::decode):
- Shared/WebPreferencesStore.cpp: (WebKit::WebPreferencesStore::encode): (WebKit::WebPreferencesStore::decode):
- 3:29 PM Changeset in webkit [89077] by
-
- 10 edits in trunk/Source/JavaScriptCore
Try to fix the Windows build.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Export another
symbol.
- bytecode/EvalCodeCache.h:
- heap/HandleHeap.h:
- heap/HeapRootVisitor.h:
- heap/NewSpace.h:
- runtime/ArgList.h:
- runtime/ScopeChain.h:
- runtime/SmallStrings.h:
- runtime/Structure.h: Stop forward-declaring things that don't really
exist anymore.
- 3:20 PM Changeset in webkit [89076] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Dawit Alemayehu <adawit@kde.org>
Reviewed by Antonio Gomes.
Support for gnash flash player plugin in QtWebKit
[Qt] Support for the gnash flash player plugin
https://bugs.webkit.org/show_bug.cgi?id=62283
No new tests needed. Existing nsplugin tests are sufficient.
- plugins/qt/PluginPackageQt.cpp: (WebCore::PluginPackage::load):
- 3:19 PM Changeset in webkit [89075] by
-
- 2 edits in trunk/Source/JavaScriptCore
Try to fix the Mac build: Removed and re-added SlotVisitor.h to the Xcode
project while crossing my fingers and facing west.
- JavaScriptCore.xcodeproj/project.pbxproj:
- 3:10 PM Changeset in webkit [89074] by
-
- 4 edits2 copies in branches/safari-534-branch
Merge r88830.
- 3:08 PM Changeset in webkit [89073] by
-
- 5 edits in trunk/Source/WebCore
2011-06-16 Sailesh Agrawal <sail@chromium.org>
Reviewed by Mihai Parparita.
[Chromium] Draw search tickmarks on overlay scrollbars
https://bugs.webkit.org/show_bug.cgi?id=62783
This change adds search tickmark support for overlay scrollbars. Tickmarks are only drawn when the scroll track is visible.
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.h:Split the scrollbar drawing code into a track and knob version.
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm: (wkScrollbarPainterPaint): (wkScrollbarPainterPaintTrack): (wkScrollbarPainterPaintKnob):
- platform/chromium/ScrollbarThemeChromiumMac.h:
- platform/chromium/ScrollbarThemeChromiumMac.mm:Factor out the paint tickmark code and call it from the overlay scrollbar drawing code. (WebCore::ScrollbarThemeChromiumMac::paint): (WebCore::ScrollbarThemeChromiumMac::paintTickmarks):
- 3:08 PM Changeset in webkit [89072] by
-
- 2 edits in trunk/Source/JavaScriptCore
Build fix: Removed an incorrect symbol on Windows.
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- 3:06 PM Changeset in webkit [89071] by
-
- 2 edits in trunk/Source/JavaScriptCore
Build fix: Removed an accidental commit from the future.
- CMakeLists.txt:
- 3:05 PM Changeset in webkit [89070] by
-
- 1 edit in branches/chromium/782/Source/WebCore/dom/Document.cpp
Merge 89067
BUG=86367
Review URL: http://codereview.chromium.org/7190015
- 3:01 PM Changeset in webkit [89069] by
-
- 27 edits1 add in trunk/Source
2011-06-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Introduced SlotVisitor into the project
https://bugs.webkit.org/show_bug.cgi?id=62820
This resolves a class vs typedef forward declaration issue, and gives all
exported symbols the correct names.
- CMakeLists.txt:
- GNUmakefile.list.am:
- JavaScriptCore.exp:
- JavaScriptCore.gypi:
- JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
- JavaScriptCore.xcodeproj/project.pbxproj: Build!
- bytecode/EvalCodeCache.h:
- heap/HandleHeap.h:
- heap/Heap.cpp: (JSC::Heap::Heap): (JSC::Heap::markRoots):
- heap/Heap.h:
- heap/HeapRootVisitor.h: Replaced MarkStack with SlotVisitor. Now no clients operate on a MarkStack.
- heap/MarkStack.cpp: (JSC::SlotVisitor::visitChildren): (JSC::SlotVisitor::drain):
- heap/SlotVisitor.h: Added. (JSC::SlotVisitor::SlotVisitor): Used 'protected' and a little cheesy inheritance to give SlotVisitor all the attributes of MarkStack without making this change giant. Over time, we will move more behavior into SlotVisitor and its subclasses.
- heap/MarkStack.h:
- heap/NewSpace.h: Replaced MarkStack with SlotVisitor. Now no clients operate on a MarkStack.
- runtime/ArgList.h:
- runtime/JSCell.h:
- runtime/JSObject.h:
- runtime/ScopeChain.h:
- runtime/SmallStrings.h:
- runtime/Structure.h: Replaced MarkStack with SlotVisitor. Now no clients operate on a MarkStack.
2011-06-16 Geoffrey Garen <ggaren@apple.com>
Reviewed by Oliver Hunt.
Introduced SlotVisitor into the project
https://bugs.webkit.org/show_bug.cgi?id=62820
This resolves a class vs typedef forward declaration issue, and gives all
exported symbols the correct names.
- dom/EventListener.h:
- dom/Node.h:
- dom/NodeFilterCondition.h:
- 2:54 PM Changeset in webkit [89068] by
-
- 1 edit in branches/chromium/742/Source/WebCore/dom/Document.cpp
Merge 89067
BUG=86367
Review URL: http://codereview.chromium.org/7189020
- 2:27 PM Changeset in webkit [89067] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Abhishek Arya <inferno@chromium.org>
Reviewed by Adam Barth.
RefPtr frame since it can get removed in
FrameLoader::finishedParsing.
https://bugs.webkit.org/show_bug.cgi?id=62812
Tests: already tested by fast/parser/document-write-into-initial-document.html.
- dom/Document.cpp: (WebCore::Document::finishedParsing):
- 2:20 PM Changeset in webkit [89066] by
-
- 5 edits in trunk/Source/WebCore
2011-06-16 Sailesh Agrawal <sail@chromium.org>
Reviewed by Mihai Parparita.
[Chromium] Update forked ScrollAnimatorChromiumMac.mm/h
https://bugs.webkit.org/show_bug.cgi?id=62779
Updated ScrollAnimatorChromiumMac.mm/h with the latest code in WebCore/platform/mac/ScrollAnimatorMac.mm/h
- platform/chromium/ScrollAnimatorChromiumMac.h: (WebCore::ScrollAnimatorChromiumMac::setNeedsScrollerStyleUpdate): (WebCore::ScrollAnimatorChromiumMac::needsScrollerStyleUpdate):
- platform/chromium/ScrollAnimatorChromiumMac.mm: (-[ScrollAnimationHelperDelegate _immediateScrollToPoint:]): (-[ScrollbarPainterControllerDelegate scrollerImpPair:updateScrollerStyleForNewRecommendedScrollerStyle:]): (WebCore::ScrollAnimatorChromiumMac::ScrollAnimatorChromiumMac): (WebCore::ScrollAnimatorChromiumMac::scroll): (WebCore::ScrollAnimatorChromiumMac::immediateScrollToPointForScrollAnimation): (WebCore::isScrollingLeftAndShouldNotRubberBand): (WebCore::isScrollingRightAndShouldNotRubberBand): (WebCore::ScrollAnimatorChromiumMac::handleWheelEvent): (WebCore::ScrollAnimatorChromiumMac::smoothScrollWithEvent): (WebCore::ScrollAnimatorChromiumMac::beginScrollGesture): (WebCore::ScrollAnimatorChromiumMac::snapRubberBand): (WebCore::ScrollAnimatorChromiumMac::snapRubberBandTimerFired): (WebCore::ScrollAnimatorChromiumMac::setIsActive): (WebCore::ScrollAnimatorChromiumMac::updateScrollerStyle):
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.h:
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm: (wkScrollbarPainterControllerStyle):
- 2:18 PM Changeset in webkit [89065] by
-
- 4 edits in trunk/Source
2011-06-16 Sailesh Agrawal <sail@chromium.org>
Reviewed by Mihai Parparita.
[Chromium] Overlay scrollbars leave glitches on web content
https://bugs.webkit.org/show_bug.cgi?id=62383
Enable overlay scrollbars on Chromium Mac.
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm: (preferredScrollerStyle):
2011-06-16 Sailesh Agrawal <sail@chromium.org>
Reviewed by Mihai Parparita.
[Chromium] Overlay scrollbars leave glitches on web content
https://bugs.webkit.org/show_bug.cgi?id=62383
Fix glitches when scrolling with overlay scrollbars. The problem was that the render widget was copying the scrollbars when scrolling. Fix was to intersect the clip rect with the scroll rect. This is the same thing that Safari does (see WebChromeClient::scroll).
- src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::scroll):
- 2:17 PM Changeset in webkit [89064] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Skip the failing test added by r89056 on Qt.
The failure is tracked by the bug 62821.
- platform/qt/Skipped:
- 1:52 PM Changeset in webkit [89063] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Rolled DEPS.
- DEPS:
- 1:31 PM Changeset in webkit [89062] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Stephen White <senorblanco@chromium.org>
Unreviewed.
A yak. Just kidding. More test expectations updates.
- platform/chromium/test_expectations.txt:
- 1:25 PM Changeset in webkit [89061] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Rolled DEPS.
- DEPS:
- 1:01 PM Changeset in webkit [89060] by
-
- 6 edits in trunk/Source/WebKit2
2011-06-16 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Cleanup ResourceRequest, ResourceResponse and ResourceError argument coders
https://bugs.webkit.org/show_bug.cgi?id=62803
Get rid of the free encode/decode functions and move the template specializations to their
respective implementation files instead.
- Shared/WebCoreArgumentCoders.h:
- Shared/gtk/WebCoreArgumentCodersGtk.cpp: (CoreIPC::::encode): (CoreIPC::::decode):
- Shared/mac/WebCoreArgumentCodersMac.mm: (CoreIPC::::encode): (CoreIPC::::decode):
- Shared/qt/WebCoreArgumentCodersQt.cpp: (CoreIPC::::encode): (CoreIPC::::decode):
- Shared/win/WebCoreArgumentCodersWin.cpp: (CoreIPC::::encode): (CoreIPC::::decode):
- 12:54 PM Changeset in webkit [89059] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Stephen White <senorblanco@chromium.org>
Unreviewed.
Yet more chromium expectations updates.
- platform/chromium/test_expectations.txt:
- 12:30 PM Changeset in webkit [89058] by
-
- 4 edits in trunk/Source/JavaScriptCore
2011-06-15 Oliver Hunt <oliver@apple.com>
Reviewed by Geoffrey Garen.
Reduce memory usage of resolve_global
https://bugs.webkit.org/show_bug.cgi?id=62765
If we have a large number of resolve_globals in a single
block start planting plain resolve instructions instead
whenever we aren't in a loop. This allows us to reduce
the code size for extremely large functions without
losing the performance benefits of op_resolve_global.
- bytecode/CodeBlock.h: (JSC::CodeBlock::globalResolveInfoCount):
- bytecompiler/BytecodeGenerator.cpp: (JSC::BytecodeGenerator::shouldAvoidResolveGlobal): (JSC::BytecodeGenerator::emitResolve): (JSC::BytecodeGenerator::emitResolveWithBase):
- bytecompiler/BytecodeGenerator.h:
- 12:14 PM Changeset in webkit [89057] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 una sabovic <una.sabovic@palm.com>
Reviewed by Simon Fraser.
Optimization: do a single fillRect when painting the root background in RenderBoxModelObject::paintFillLayerExtended
https://bugs.webkit.org/show_bug.cgi?id=62593
When painting the root background, instead of doing two fillRects blend the base with background color and do a single fillRect.
No new tests. This is an optimization and it doesn't change any existing functionality.
- rendering/RenderBoxModelObject.cpp: (WebCore::RenderBoxModelObject::paintFillLayerExtended):
- 12:11 PM Changeset in webkit [89056] by
-
- 4 edits2 adds in trunk
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Eric Seidel.
Consider padding and border when looking for the next/previous line position
https://bugs.webkit.org/show_bug.cgi?id=55481
Added a test to ensure WebKit can allow vertical caret movements even when
inline elements that span multiple lines have paddings, borders, or both.
- editing/selection/move-vertically-with-paddings-borders-expected.txt: Added.
- editing/selection/move-vertically-with-paddings-borders.html: Added.
2011-06-16 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Eric Seidel.
Consider padding and border when looking for the next/previous line position
https://bugs.webkit.org/show_bug.cgi?id=55481
The bug was caused by previousLinePosition and nextLinePosition passing y coordinate
above the line in some cases. Fixed the bug by passing the larger of selectionTop and logicalTop.
This patch is based on a patch originally written by Mario Sanchez Prada <msanchez@igalia.com>.
Test: editing/selection/move-vertically-with-paddings-borders.html
- editing/visible_units.cpp: (WebCore::previousLinePosition): (WebCore::nextLinePosition):
- rendering/RootInlineBox.h: (WebCore::RootInlineBox::blockDirectionPointInLine):
- 11:54 AM Changeset in webkit [89055] by
-
- 4 edits4 adds in trunk
2011-06-16 Keunsoon Lee <keunsoon.lee@samsung.com>
Reviewed by Martin Robinson.
[SOUP] Abnormal operation if server sends 5xx status code without HTTP body
https://bugs.webkit.org/show_bug.cgi?id=60875
- http/tests/loading/resources/status-code-error-with-response-body.php: Added.
Accepting status code and creating response having body with the received status code
- http/tests/loading/resources/status-code-error-without-response-body.php: Added.
Accepting status code and creating response having no body with the received status code
- http/tests/loading/status-code-error-without-response-body-expected.txt: Added.
- http/tests/loading/status-code-error-without-response-body.html: Added.
Sending XMLHttpRequest and check if return callback is onerror or onload for all 4xx and 5xx status codes.
- platform/chromium/test_expectations.txt: add BUGWK60875
2011-06-16 Keunsoon Lee <keunsoon.lee@samsung.com>
Reviewed by Martin Robinson.
[SOUP] Abnormal operation if server sends 5xx status code without HTTP body
https://bugs.webkit.org/show_bug.cgi?id=60875
Handle status code 4xx and 5xx after receiving HTTP body
Webkit soup port premises that server always sends error page
in case server sends error code, 4xx and 5xx.
But, sometimes there is no HTTP body for error page.
In that case, Webkit does nothing or tries to download the HTTP response
according to received MIME Type even if there is no HTTP body. (abnormal operation)
With this modification,
Browser will show received error page if server sends error page.
Or it will show its own error page from each port if server sends nothing.
Modified algorithm
1) libsoup sends status code 4xx or 5xx (client error or server error)
2) Webkit soup port orders to accumulate HTTP body chunks to libsoup.
3) Webkit soup port ignores gotHeadersCallback, contentSniffedCallback and gotChunkCallback.
4) Webkit soup port checks there is HTTP body or not on sendRequestCallback and;
4-1) if there is HTTP body, calls didReceiveResponse()
4-2) if there is no HTTP body, calls didFail() - prevent the abnormal operation
Test: http/tests/loading/status-code-error-without-response-body.html
- platform/network/soup/ResourceHandleSoup.cpp: (WebCore::statusWillBeHandledBySoup):
Add a new condition, SOUP_STATUS_IS_CLIENT_ERROR() and SOUP_STATUS_IS_SERVER_ERROR()
(WebCore::soupErrorAndHaveNotReceivedBody):
Add a new helper function, it checks received body is exist if soup sends error code
(WebCore::soupErrorShouldCauseLoadFailure):
Add a new condition, soupErrorAndHaveNotReceivedBody()
(WebCore::convertSoupErrorToResourceError):
Add a new condition, soupErrorAndHaveNotReceivedBody()
(WebCore::sendRequestCallback):
Check handle->client() again, because didReceiveResponse() can make it zero
- 11:46 AM Changeset in webkit [89054] by
-
- 2 edits in trunk/Tools
2011-06-16 Dmitry Lomov <dslomov@google.com>
Reviewed by David Levin.
https://bugs.webkit.org/show_bug.cgi?id=62603
Run run-api-tests on bots in debug mode.
Release mode is disabled due to https://bugs.webkit.org/show_bug.cgi?id=61812.
- BuildSlaveSupport/build.webkit.org-config/master.cfg:
- 11:41 AM Changeset in webkit [89053] by
-
- 1 edit5 adds in trunk/Tools
2011-06-16 Leandro Pereira <leandro@profusion.mobi>
Reviewed by Eric Seidel.
[EFL] DumpRenderTree: Add GCController, PixelDumpSupport and
WorkQueueItem.
They will be plugged into the build system once the EFL's DRT is
fully upstreamed.
https://bugs.webkit.org/show_bug.cgi?id=61958
- DumpRenderTree/efl: Added.
- DumpRenderTree/efl/GCControllerEfl.cpp: Added. (GCController::collect): (GCController::collectOnAlternateThread): (GCController::getJSObjectCount):
- DumpRenderTree/efl/PixelDumpSupportEfl.cpp: Added. (createBitmapContextFromWebView):
- DumpRenderTree/efl/WorkQueueItemEfl.cpp: Added. (LoadItem::invoke): (LoadHTMLStringItem::invoke): (ReloadItem::invoke): (ScriptItem::invoke): (BackForwardItem::invoke):
- DumpRenderTree/efl/WorkQueueItemEfl.h: Added. (WorkQueueItem::~WorkQueueItem): (LoadItem::LoadItem): (LoadHTMLStringItem::LoadHTMLStringItem): (ScriptItem::ScriptItem): (LoadingScriptItem::LoadingScriptItem): (LoadingScriptItem::invoke): (NonLoadingScriptItem::NonLoadingScriptItem): (NonLoadingScriptItem::invoke): (BackForwardItem::BackForwardItem): (BackItem::BackItem): (ForwardItem::ForwardItem):
- 11:39 AM Changeset in webkit [89052] by
-
- 4 edits in trunk/Source/WebKit/chromium
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Darin Fisher.
[Chromium] Prepare to move some APIs from WebFrame to WebDocument
https://bugs.webkit.org/show_bug.cgi?id=62781
This patch adds a WEBKIT_FRAME_TO_DOCUMENT_API_MOVE ifdef to prepare
for moving a number of Document-specific APIs from WebFrame to
WebDocument. This ifdef will allow us to move these APIs without
disrupting the consumers of the APIs (too much).
- public/WebFrame.h:
- src/WebFrameImpl.cpp:
- src/WebFrameImpl.h:
- 11:33 AM Changeset in webkit [89051] by
-
- 3 edits in trunk
2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Eric Seidel.
[CMAKE] Enable METER_TAG of HTML5
https://bugs.webkit.org/show_bug.cgi?id=62697
Support for meter tag of html5 in CMake build system. However, this feature is
only enabled on EFL port now.
- Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
- Source/cmakeconfig.h.cmake:ditto.
- 11:23 AM Changeset in webkit [89050] by
-
- 6 edits2 adds in trunk
2011-06-16 Chang Shu <cshu@webkit.org>
Reviewed by Sam Weinig.
[Qt] [WK2] Qt WebKit2 needs undo/redo support
https://bugs.webkit.org/show_bug.cgi?id=62637
Unskip passed tests.
- platform/qt-wk2/Skipped:
2011-06-16 Chang Shu <cshu@webkit.org>
Reviewed by Sam Weinig.
[Qt] [WK2] Qt WebKit2 needs undo/redo support
https://bugs.webkit.org/show_bug.cgi?id=62637
Implement undo/redo support for document.execCommand().
- UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::QWKPagePrivate): (QWKPagePrivate::~QWKPagePrivate): (QWKPagePrivate::registerEditCommand): (QWKPagePrivate::clearAllEditCommands): (QWKPagePrivate::canUndoRedo): (QWKPagePrivate::executeUndoRedo):
- UIProcess/API/qt/qwkpage_p.h:
- UIProcess/qt/WebUndoCommandQt.cpp: Added. (WebUndoCommandQt::WebUndoCommandQt): (WebUndoCommandQt::~WebUndoCommandQt): (WebUndoCommandQt::redo): (WebUndoCommandQt::undo):
- UIProcess/qt/WebUndoCommandQt.h: Added. (WebUndoCommandQt::inUndoRedo):
- WebKit2.pro:
- 11:14 AM Changeset in webkit [89049] by
-
- 8 edits in trunk
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Network panel shows incorrect query parameters when url has fragment.
https://bugs.webkit.org/show_bug.cgi?id=62723
- http/tests/inspector/resource-parameters-expected.txt:
- http/tests/inspector/resource-parameters.html:
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Network panel shows incorrect query parameters when url has fragment.
https://bugs.webkit.org/show_bug.cgi?id=62723
- English.lproj/localizedStrings.js:
- inspector/front-end/HAREntry.js: (WebInspector.HAREntry.prototype._buildRequest): (WebInspector.HAREntry.prototype._buildRequestURL):
- inspector/front-end/Resource.js: (WebInspector.Resource.prototype.set url): (WebInspector.Resource.prototype.get queryParameters):
- inspector/front-end/ResourceHeadersView.js: (WebInspector.ResourceHeadersView): (WebInspector.ResourceHeadersView.prototype._refreshUrlFragment):
- 11:12 AM Changeset in webkit [89048] by
-
- 3 edits in trunk/Source/WebCore
2011-06-16 Dimitri Glazkov <Dimitri Glazkov>
Clang fix after r89039.
- rendering/RenderThemeMac.h: Removed spurious constipation.
- rendering/RenderThemeMac.mm: (WebCore::RenderThemeMac::fileListNameForWidth): Ditto.
- 11:10 AM Changeset in webkit [89047] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Stephen White <senorblanco@chromium.org>
Unreviewed.
Update chromium test expectations. Add some missing bug ID's (lazy
gardener, no chocolate for you), and remove some now-passing tests.
- platform/chromium/test_expectations.txt:
- 11:07 AM Changeset in webkit [89046] by
-
- 3 edits in trunk/Source/WebCore
2011-06-16 Dimitri Glazkov <Dimitri Glazkov>
[Qt] Build fix after r89039.
- WebCore.pro: Added StringTruncator to build system.
- platform/qt/RenderThemeQt.cpp: Reverted previous change.
- 11:05 AM Changeset in webkit [89045] by
-
- 3 edits in trunk/Source/WebKit2
Fix build.
- Shared/WebCoreArgumentCoders.cpp:
- Shared/WebCoreArgumentCoders.h:
- 11:01 AM Changeset in webkit [89044] by
-
- 29 edits in trunk/Source
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89026.
http://trac.webkit.org/changeset/89026
https://bugs.webkit.org/show_bug.cgi?id=62804
These patches were likely correct. I'll investigate the
browser_test failures. (Requested by abarth on #webkit).
- WebCore.exp.in:
- bindings/js/ScheduledAction.cpp: (WebCore::ScheduledAction::execute):
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::ScriptController): (WebCore::ScriptController::processingUserGesture):
- bindings/js/ScriptController.h:
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::ScriptController): (WebCore::ScriptController::processingUserGesture):
- bindings/v8/ScriptController.h:
- dom/Event.cpp:
- dom/Event.h:
- dom/UserGestureIndicator.cpp: (WebCore::isDefinite): (WebCore::UserGestureIndicator::UserGestureIndicator): (WebCore::UserGestureIndicator::~UserGestureIndicator):
- dom/UserGestureIndicator.h: (WebCore::UserGestureIndicator::processingUserGesture):
- html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::removedFromDocument): (WebCore::HTMLMediaElement::load): (WebCore::HTMLMediaElement::play): (WebCore::HTMLMediaElement::pause): (WebCore::HTMLMediaElement::beginScrubbing): (WebCore::HTMLMediaElement::resume):
- html/HTMLMediaElement.h:
- html/HTMLMediaElement.idl:
- html/HTMLVideoElement.cpp: (WebCore::HTMLVideoElement::webkitEnterFullscreen):
- html/HTMLVideoElement.h: (WebCore::HTMLVideoElement::webkitEnterFullScreen):
- html/HTMLVideoElement.idl:
- html/MediaDocument.cpp: (WebCore::MediaDocument::defaultEventHandler):
- html/shadow/MediaControlElements.cpp: (WebCore::MediaControlSeekButtonElement::defaultEventHandler):
- html/shadow/TextControlInnerElements.cpp: (WebCore::InputFieldSpeechButtonElement::defaultEventHandler):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89026.
http://trac.webkit.org/changeset/89026
https://bugs.webkit.org/show_bug.cgi?id=62804
These patches were likely correct. I'll investigate the
browser_test failures. (Requested by abarth on #webkit).
- src/WebPluginContainerImpl.cpp: (WebKit::WebPluginContainerImpl::loadFrameRequest):
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::performMediaPlayerAction):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89026.
http://trac.webkit.org/changeset/89026
https://bugs.webkit.org/show_bug.cgi?id=62804
These patches were likely correct. I'll investigate the
browser_test failures. (Requested by abarth on #webkit).
- WebCoreSupport/FullscreenVideoController.cpp: (FullscreenVideoController::play): (FullscreenVideoController::pause):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89026.
http://trac.webkit.org/changeset/89026
https://bugs.webkit.org/show_bug.cgi?id=62804
These patches were likely correct. I'll investigate the
browser_test failures. (Requested by abarth on #webkit).
- WebView/WebVideoFullscreenHUDWindowController.mm: (-[WebVideoFullscreenHUDWindowController setPlaying:]):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89026.
http://trac.webkit.org/changeset/89026
https://bugs.webkit.org/show_bug.cgi?id=62804
These patches were likely correct. I'll investigate the
browser_test failures. (Requested by abarth on #webkit).
- FullscreenVideoController.cpp: (FullscreenVideoController::play): (FullscreenVideoController::pause):
- 10:54 AM Changeset in webkit [89043] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Dimitri Glazkov <Dimitri Glazkov>
[Qt] Build fix after r89039.
- platform/qt/RenderThemeQt.cpp: Added StringTruncator include.
- 10:46 AM Changeset in webkit [89042] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Dimitri Glazkov <Dimitri Glazkov>
[Qt] Build fix after r89039.
- platform/qt/RenderThemeQt.h: Renamed local variable f to font.
- 10:41 AM Changeset in webkit [89041] by
-
- 3 edits in trunk/Tools
[wx] Unreviewed build fix, make sure the waf build checks the webKitBranchBuild
preference like the perl scripts do.
- 10:40 AM Changeset in webkit [89040] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Dimitri Glazkov <Dimitri Glazkov>
[Qt] Build fix after r89039.
- platform/qt/RenderThemeQt.h: Move decl out of ENABLE(VIDEO) ifdef.
- 10:33 AM Changeset in webkit [89039] by
-
- 23 edits10 deletes in trunk/Source/WebCore
2011-06-15 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Kent Tamura.
Move FileChooser::basenameForWidth to RenderTheme::fileListNameForWidth, eliminate gnarly FileChooserFoo proliferation.
https://bugs.webkit.org/show_bug.cgi?id=62748
Refactoring, covered by existing tests.
- CMakeListsEfl.txt: Removed FileChooserFoo from build system.
- CMakeListsWinCE.txt: Ditto.
- GNUmakefile.list.am: Ditto.
- WebCore.gypi: Ditto.
- WebCore.order: Ditto.
- WebCore.pro: Ditto.
- WebCore.vcproj/WebCore.vcproj: Ditto.
- WebCore.xcodeproj/project.pbxproj: Ditto.
- platform/FileChooser.h: Removed baseNameForWidth decl.
- platform/FileSystem.h: Removed now-unnecessary Chromium-specific cruft.
- platform/android/FileChooserAndroid.cpp: Removed.
- platform/brew/FileChooserBrew.cpp: Removed.
- platform/chromium/FileChooserChromium.cpp: Removed.
- platform/chromium/FileSystemChromiumLinux.cpp: Removed now-unnecessary code.
- platform/chromium/FileSystemChromiumMac.mm: Ditto.
- platform/chromium/FileSystemChromiumWin.cpp: Ditto.
- platform/efl/FileChooserEfl.cpp: Removed.
- platform/gtk/FileChooserGtk.cpp: Removed.
- platform/gtk/RenderThemeGtk.cpp: (WebCore::stringByAdoptingFileSystemRepresentation): Moved from FileChooserGtk. (WebCore::RenderThemeGtk::fileListNameForWidth): Ditto.
- platform/gtk/RenderThemeGtk.h: Added decl.
- platform/haiku/FileChooserHaiku.cpp: Removed.
- platform/mac/FileChooserMac.mm: Removed.
- platform/qt/FileChooserQt.cpp: Removed.
- platform/qt/RenderThemeQt.cpp: (WebCore::RenderThemeQt::RenderThemeQt): Moved from FileChooserQt. (WebCore::RenderThemeQt::fileListNameForWidth): Ditto.
- platform/qt/RenderThemeQt.h: Adde decl.
- platform/win/FileChooserWin.cpp: Removed.
- platform/wx/FileChooserWx.cpp: Removed.
- rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::fileTextValue): Changed to use RenderTheme.
- rendering/RenderTheme.cpp: (WebCore::RenderTheme::fileListNameForWidth): Added default impl.
- rendering/RenderTheme.h: Added decl.
- rendering/RenderThemeMac.h: Ditto.
- rendering/RenderThemeMac.mm: (WebCore::RenderThemeMac::fileListNameForWidth): Added default Mac impl.
- 10:01 AM Changeset in webkit [89038] by
-
- 6 edits in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Move more argument coders to WebCoreArgumentCoders and clean up the animation coders
https://bugs.webkit.org/show_bug.cgi?id=62760
- Shared/WebCoreArgumentCoders.cpp: (CoreIPC::::encode): (CoreIPC::::decode): (CoreIPC::encodeOperation): (CoreIPC::decodeOperation): (CoreIPC::encodeBoolAndValue): (CoreIPC::encodeBoolAndEnumValue): (CoreIPC::decodeBoolAndValue): (CoreIPC::decodeBoolAndEnumValue):
- Shared/WebCoreArgumentCoders.h:
- Shared/mac/ArgumentCodersMac.h:
- Shared/mac/ArgumentCodersMac.mm:
- Shared/mac/WebCoreArgumentCodersMac.mm: (CoreIPC::::encode): (CoreIPC::::decode):
- 9:55 AM Changeset in webkit [89037] by
-
- 2 edits in trunk/Source/JavaScriptCore
2011-06-16 Qi Zhang <qi.2.zhang@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] Fix building with CONFIG(use_system_icu)
https://bugs.webkit.org/show_bug.cgi?id=62744
Do not define WTF_USE_QT4_UNICODE if WTF_USE_ICU_UNICODE is set.
- wtf/Platform.h:
- 9:53 AM Changeset in webkit [89036] by
-
- 33 edits6 adds in trunk
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- http/tests/inspector/network/network-xhr-async-expected.txt: Added.
- http/tests/inspector/network/network-xhr-async.html: Added.
- http/tests/inspector/network/network-xhr-sync-expected.txt: Added.
- http/tests/inspector/network/network-xhr-sync.html: Added.
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
Tests: http/tests/inspector/network/network-xhr-async.html
http/tests/inspector/network/network-xhr-sync.html
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- fileapi/FileReaderLoader.cpp: (WebCore::FileReaderLoader::didReceiveResponse):
- fileapi/FileReaderLoader.h:
- inspector/Inspector.json:
- inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didReceiveXHRResponseImpl): (WebCore::InspectorInstrumentation::willLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didCommitLoadImpl):
- inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::didReceiveXHRResponse): (WebCore::InspectorInstrumentation::willLoadXHRSynchronously): (WebCore::InspectorInstrumentation::didLoadXHRSynchronously):
- inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::willSendRequest): (WebCore::InspectorResourceAgent::didReceiveResponse): (WebCore::InspectorResourceAgent::setInitialXHRContent): (WebCore::InspectorResourceAgent::didReceiveXHRResponse): (WebCore::InspectorResourceAgent::willLoadXHRSynchronously): (WebCore::InspectorResourceAgent::didLoadXHRSynchronously): (WebCore::InspectorResourceAgent::getResourceContent): (WebCore::InspectorResourceAgent::mainFrameNavigated): (WebCore::InspectorResourceAgent::InspectorResourceAgent):
- inspector/InspectorResourceAgent.h:
- inspector/NetworkResourcesData.cpp: Added. (WebCore::NetworkResourcesData::ResourceData::ResourceData): (WebCore::NetworkResourcesData::ResourceData::content): (WebCore::NetworkResourcesData::ResourceData::appendContent): (WebCore::NetworkResourcesData::ResourceData::purgeContent): (WebCore::NetworkResourcesData::NetworkResourcesData): (WebCore::NetworkResourcesData::~NetworkResourcesData): (WebCore::NetworkResourcesData::resourceCreated): (WebCore::NetworkResourcesData::responseReceived): (WebCore::NetworkResourcesData::didReceiveXHRResponse): (WebCore::NetworkResourcesData::addResourceContent): (WebCore::NetworkResourcesData::isXHR): (WebCore::NetworkResourcesData::data): (WebCore::NetworkResourcesData::clear): (WebCore::NetworkResourcesData::ensureNoDataForIdentifier): (WebCore::NetworkResourcesData::ensureFreeSpace):
- inspector/NetworkResourcesData.h: Added. (WebCore::NetworkResourcesData::ResourceData::identifier): (WebCore::NetworkResourcesData::ResourceData::loaderId): (WebCore::NetworkResourcesData::ResourceData::frameId): (WebCore::NetworkResourcesData::ResourceData::setFrameId): (WebCore::NetworkResourcesData::ResourceData::url): (WebCore::NetworkResourcesData::ResourceData::setUrl): (WebCore::NetworkResourcesData::ResourceData::isXHR): (WebCore::NetworkResourcesData::ResourceData::setIsXHR): (WebCore::NetworkResourcesData::ResourceData::hasContent): (WebCore::NetworkResourcesData::ResourceData::isContentPurged): (WebCore::NetworkResourcesData::ResourceData::setIsContentPurged):
- inspector/front-end/NetworkManager.js: (WebInspector.NetworkManager.prototype.requestContent): (WebInspector.NetworkDispatcher.prototype._appendRedirect):
- inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._appendResource): (WebInspector.NetworkPanel.prototype._frameNavigated):
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::didReceiveResponse): (WebCore::DocumentThreadableLoader::receivedCancellation): (WebCore::DocumentThreadableLoader::loadRequest):
- loader/DocumentThreadableLoader.h:
- loader/ThreadableLoaderClient.h: (WebCore::ThreadableLoaderClient::didReceiveResponse): (WebCore::ThreadableLoaderClient::didReceiveAuthenticationCancellation):
- loader/ThreadableLoaderClientWrapper.h: (WebCore::ThreadableLoaderClientWrapper::didReceiveResponse): (WebCore::ThreadableLoaderClientWrapper::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.cpp: (WebCore::workerContextDidReceiveResponse): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveResponse): (WebCore::workerContextDidReceiveAuthenticationCancellation): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.h:
- notifications/Notification.cpp: (WebCore::Notification::didReceiveResponse): (WebCore::Notification::didReceiveAuthenticationCancellation):
- notifications/Notification.h:
- page/EventSource.cpp: (WebCore::EventSource::didReceiveResponse):
- page/EventSource.h:
- workers/WorkerScriptLoader.cpp: (WebCore::WorkerScriptLoader::didReceiveResponse): (WebCore::WorkerScriptLoader::didReceiveAuthenticationCancellation):
- workers/WorkerScriptLoader.h:
- xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::createRequest): (WebCore::XMLHttpRequest::didReceiveResponse): (WebCore::XMLHttpRequest::didReceiveAuthenticationCancellation):
- xml/XMLHttpRequest.h:
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::didReceiveResponse):
- 9:50 AM Changeset in webkit [89035] by
-
- 5 edits2 adds in trunk
2011-06-16 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
HTMLTable should cache its 'rows' collection results
https://bugs.webkit.org/show_bug.cgi?id=62800
- perf/table-rows-length-caching-expected.txt: Added.
- perf/table-rows-length-caching.html: Added. This test checks that the call to table.rows is CONSTANT once it has been populated once (and the DOM is not mutated).
2011-06-16 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Darin Adler.
HTMLTable should cache its 'rows' collection results
https://bugs.webkit.org/show_bug.cgi?id=62800
Test: perf/table-rows-length-caching.html
Currently all our HTMLCollection's are recreated on call. This means that
we don't cache the information about the collection between calls to, for
example, table.rows.
This change adds a CollectionCache to HTMLTableElement. It is similar to what
is done for HTMLFormElement.
- html/HTMLTableElement.cpp: (WebCore::HTMLTableElement::collectionCache): This method does lazy initialization of the table's collectionCache.
- html/HTMLTableElement.h: Added a new member and the previous method.
- html/HTMLTableRowsCollection.cpp: (WebCore::HTMLTableRowsCollection::HTMLTableRowsCollection): Pass the HTMLTableElement's CollectionCache so that we reuse the cached results.
- 9:39 AM Changeset in webkit [89034] by
-
- 3 edits in trunk/LayoutTests
2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Adding more new baselines.
- platform/chromium-mac-leopard/fast/forms/basic-textareas-expected.png:
- platform/chromium-mac-leopard/svg/hixie/text/003-expected.png:
- 9:33 AM Changeset in webkit [89033] by
-
- 1 edit1 add in trunk/LayoutTests
2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Adding new baselines.
- platform/chromium-mac-leopard/fast/replaced/outline-replaced-elements-expected.png: Added.
- 9:19 AM Changeset in webkit [89032] by
-
- 5 edits in trunk
2011-06-16 Tommy Widenflycht <tommyw@google.com>
Reviewed by Tony Gentilcore.
MediaStream API: Runtime enabled features
https://bugs.webkit.org/show_bug.cgi?id=62798
Add the WebRuntimeFeatures API for Media Streams and enable the feature by default in DumpRenderTree.
- public/WebRuntimeFeatures.h:
- src/WebRuntimeFeatures.cpp: (WebKit::WebRuntimeFeatures::enableMediaStream): (WebKit::WebRuntimeFeatures::isMediaStreamEnabled):
2011-06-16 Tommy Widenflycht <tommyw@google.com>
Reviewed by Tony Gentilcore.
MediaStream API: Runtime enabled features
https://bugs.webkit.org/show_bug.cgi?id=62798
Add the WebRuntimeFeatures API for Media Streams and enable the feature by default in DumpRenderTree.
- DumpRenderTree/chromium/TestShell.cpp: (TestShell::TestShell):
- 9:18 AM Changeset in webkit [89031] by
-
- 14 edits in trunk
2011-06-16 Torsten Kurbad <gentoo@tk-webart.de>
Reviewed by Eric Seidel.
Add support for sys.platform == 'linux3' by relaxing
conditional statements and/or extending lookup dicts.
This way, Linux kernels >=3.0-rc1 get supported in the
build process.
https://bugs.webkit.org/show_bug.cgi?id=62730
- gyp_webkit:
2011-06-16 Torsten Kurbad <gentoo@tk-webart.de>
Reviewed by Eric Seidel.
Add support for sys.platform == 'linux3' by relaxing
conditional statements and/or extending lookup dicts.
This way, Linux kernels >=3.0-rc1 get supported in the
build process.
https://bugs.webkit.org/show_bug.cgi?id=62730
- Scripts/webkitpy/common/system/executive.py:
- Scripts/webkitpy/common/system/file_lock.py:
- Scripts/webkitpy/common/system/path_unittest.py:
- Scripts/webkitpy/layout_tests/layout_package/manager.py:
- Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
- Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py:
- Scripts/webkitpy/layout_tests/port/chromium_linux_unittest.py:
- Scripts/webkitpy/layout_tests/port/factory.py:
- Scripts/webkitpy/layout_tests/port/factory_unittest.py:
- Scripts/webkitpy/layout_tests/port/qt.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests.py:
- 9:03 AM Changeset in webkit [89030] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-16 Sangyong Park <sy302.park@gmail.com>
Reviewed by Martin Robinson.
[GTK] Implement ResourceRequest and ResourceResponse encoder/decoder
https://bugs.webkit.org/show_bug.cgi?id=55934
- Shared/gtk/WebCoreArgumentCodersGtk.cpp: (CoreIPC::encodeResourceRequest): (CoreIPC::decodeResourceRequest): (CoreIPC::encodeResourceResponse): (CoreIPC::decodeResourceResponse):
- 8:44 AM Changeset in webkit [89029] by
-
- 3 edits in trunk/LayoutTests
2011-06-16 Eric Carlson <eric.carlson@apple.com>
Unreviewed, removing test incorrectly added to GTK skipped list.
[Qt] http/tests/appcache/video.html fails
https://bugs.webkit.org/show_bug.cgi?id=62741
- platform/gtk/Skipped: Unskip test.
- platform/qt/Skipped: Add bug url.
- 8:39 AM Changeset in webkit [89028] by
-
- 6 edits in trunk
2011-06-16 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Xan Lopez.
[GTK] Remove support for GTK+2 in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=62794
- configure.ac: Make WebKit2 require GTK+ 3.x.
2011-06-16 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Xan Lopez.
[GTK] Remove support for GTK+2 in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=62794
- UIProcess/API/gtk/WebKitWebViewBase.cpp: (webkitWebViewBaseRealize): (webkitWebViewBaseDraw): (webkitWebViewBaseQueryTooltip): (webkit_web_view_base_class_init): (webkitWebViewBaseSetTooltipText):
- UIProcess/gtk/WebContextMenuProxyGtk.cpp: (WebKit::WebContextMenuProxyGtk::menuPositionFunction):
- WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp: (WebKit::moduleMixesGtkSymbols):
- 8:27 AM Changeset in webkit [89027] by
-
- 33 edits6 deletes in trunk
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89025.
http://trac.webkit.org/changeset/89025
https://bugs.webkit.org/show_bug.cgi?id=62799
"Some layout tests fail" (Requested by yurys on #webkit).
- http/tests/inspector/network/network-xhr-async-expected.txt: Removed.
- http/tests/inspector/network/network-xhr-async.html: Removed.
- http/tests/inspector/network/network-xhr-sync-expected.txt: Removed.
- http/tests/inspector/network/network-xhr-sync.html: Removed.
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89025.
http://trac.webkit.org/changeset/89025
https://bugs.webkit.org/show_bug.cgi?id=62799
"Some layout tests fail" (Requested by yurys on #webkit).
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- fileapi/FileReaderLoader.cpp: (WebCore::FileReaderLoader::didReceiveResponse):
- fileapi/FileReaderLoader.h:
- inspector/Inspector.json:
- inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didCommitLoadImpl):
- inspector/InspectorInstrumentation.h:
- inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::willSendRequest): (WebCore::InspectorResourceAgent::didReceiveResponse): (WebCore::InspectorResourceAgent::setInitialXHRContent): (WebCore::InspectorResourceAgent::InspectorResourceAgent):
- inspector/InspectorResourceAgent.h:
- inspector/NetworkResourcesData.cpp: Removed.
- inspector/NetworkResourcesData.h: Removed.
- inspector/front-end/NetworkManager.js: (WebInspector.NetworkManager.prototype.requestContent): (WebInspector.NetworkDispatcher.prototype._appendRedirect):
- inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._appendResource): (WebInspector.NetworkPanel.prototype._frameNavigated):
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::didReceiveResponse): (WebCore::DocumentThreadableLoader::receivedCancellation): (WebCore::DocumentThreadableLoader::loadRequest):
- loader/DocumentThreadableLoader.h:
- loader/ThreadableLoaderClient.h: (WebCore::ThreadableLoaderClient::didReceiveResponse): (WebCore::ThreadableLoaderClient::didReceiveAuthenticationCancellation):
- loader/ThreadableLoaderClientWrapper.h: (WebCore::ThreadableLoaderClientWrapper::didReceiveResponse): (WebCore::ThreadableLoaderClientWrapper::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.cpp: (WebCore::workerContextDidReceiveResponse): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveResponse): (WebCore::workerContextDidReceiveAuthenticationCancellation): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.h:
- notifications/Notification.cpp: (WebCore::Notification::didReceiveResponse): (WebCore::Notification::didReceiveAuthenticationCancellation):
- notifications/Notification.h:
- page/EventSource.cpp: (WebCore::EventSource::didReceiveResponse):
- page/EventSource.h:
- workers/WorkerScriptLoader.cpp: (WebCore::WorkerScriptLoader::didReceiveResponse): (WebCore::WorkerScriptLoader::didReceiveAuthenticationCancellation):
- workers/WorkerScriptLoader.h:
- xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::createRequest): (WebCore::XMLHttpRequest::didReceiveResponse): (WebCore::XMLHttpRequest::didReceiveAuthenticationCancellation):
- xml/XMLHttpRequest.h:
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89025.
http://trac.webkit.org/changeset/89025
https://bugs.webkit.org/show_bug.cgi?id=62799
"Some layout tests fail" (Requested by yurys on #webkit).
- src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::didReceiveResponse):
- 7:43 AM Changeset in webkit [89026] by
-
- 29 edits in trunk/Source
2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
Revert Adam's user gesture patch series r89002, r89005, r89007, r89018
https://bugs.webkit.org/show_bug.cgi?id=62796
The patches broke chromium browser tests.
- 7:14 AM Changeset in webkit [89025] by
-
- 33 edits6 adds in trunk
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- http/tests/inspector/network/network-xhr-async-expected.txt: Added.
- http/tests/inspector/network/network-xhr-async.html: Added.
- http/tests/inspector/network/network-xhr-sync-expected.txt: Added.
- http/tests/inspector/network/network-xhr-sync.html: Added.
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
Tests: http/tests/inspector/network/network-xhr-async.html
http/tests/inspector/network/network-xhr-sync.html
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- fileapi/FileReaderLoader.cpp: (WebCore::FileReaderLoader::didReceiveResponse):
- fileapi/FileReaderLoader.h:
- inspector/Inspector.json:
- inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didReceiveXHRResponseImpl): (WebCore::InspectorInstrumentation::willLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didCommitLoadImpl):
- inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::didReceiveXHRResponse): (WebCore::InspectorInstrumentation::willLoadXHRSynchronously): (WebCore::InspectorInstrumentation::didLoadXHRSynchronously):
- inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::willSendRequest): (WebCore::InspectorResourceAgent::didReceiveResponse): (WebCore::InspectorResourceAgent::setInitialXHRContent): (WebCore::InspectorResourceAgent::didReceiveXHRResponse): (WebCore::InspectorResourceAgent::willLoadXHRSynchronously): (WebCore::InspectorResourceAgent::didLoadXHRSynchronously): (WebCore::InspectorResourceAgent::getResourceContent): (WebCore::InspectorResourceAgent::mainFrameNavigated): (WebCore::InspectorResourceAgent::InspectorResourceAgent):
- inspector/InspectorResourceAgent.h:
- inspector/NetworkResourcesData.cpp: Added. (WebCore::NetworkResourcesData::ResourceData::ResourceData): (WebCore::NetworkResourcesData::ResourceData::content): (WebCore::NetworkResourcesData::ResourceData::appendContent): (WebCore::NetworkResourcesData::ResourceData::purgeContent): (WebCore::NetworkResourcesData::NetworkResourcesData): (WebCore::NetworkResourcesData::~NetworkResourcesData): (WebCore::NetworkResourcesData::resourceCreated): (WebCore::NetworkResourcesData::responseReceived): (WebCore::NetworkResourcesData::didReceiveXHRResponse): (WebCore::NetworkResourcesData::addResourceContent): (WebCore::NetworkResourcesData::isXHR): (WebCore::NetworkResourcesData::data): (WebCore::NetworkResourcesData::clear): (WebCore::NetworkResourcesData::ensureFreeSpace):
- inspector/NetworkResourcesData.h: Added. (WebCore::NetworkResourcesData::ResourceData::identifier): (WebCore::NetworkResourcesData::ResourceData::loaderId): (WebCore::NetworkResourcesData::ResourceData::frameId): (WebCore::NetworkResourcesData::ResourceData::setFrameId): (WebCore::NetworkResourcesData::ResourceData::url): (WebCore::NetworkResourcesData::ResourceData::setUrl): (WebCore::NetworkResourcesData::ResourceData::isXHR): (WebCore::NetworkResourcesData::ResourceData::setIsXHR): (WebCore::NetworkResourcesData::ResourceData::hasContent): (WebCore::NetworkResourcesData::ResourceData::isContentPurged): (WebCore::NetworkResourcesData::ResourceData::setIsContentPurged):
- inspector/front-end/NetworkManager.js: (WebInspector.NetworkManager.prototype.requestContent): (WebInspector.NetworkDispatcher.prototype._appendRedirect):
- inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._appendResource): (WebInspector.NetworkPanel.prototype._frameNavigated):
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::didReceiveResponse): (WebCore::DocumentThreadableLoader::receivedCancellation): (WebCore::DocumentThreadableLoader::loadRequest):
- loader/DocumentThreadableLoader.h:
- loader/ThreadableLoaderClient.h: (WebCore::ThreadableLoaderClient::didReceiveResponse): (WebCore::ThreadableLoaderClient::didReceiveAuthenticationCancellation):
- loader/ThreadableLoaderClientWrapper.h: (WebCore::ThreadableLoaderClientWrapper::didReceiveResponse): (WebCore::ThreadableLoaderClientWrapper::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.cpp: (WebCore::workerContextDidReceiveResponse): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveResponse): (WebCore::workerContextDidReceiveAuthenticationCancellation): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.h:
- notifications/Notification.cpp: (WebCore::Notification::didReceiveResponse): (WebCore::Notification::didReceiveAuthenticationCancellation):
- notifications/Notification.h:
- page/EventSource.cpp: (WebCore::EventSource::didReceiveResponse):
- page/EventSource.h:
- workers/WorkerScriptLoader.cpp: (WebCore::WorkerScriptLoader::didReceiveResponse): (WebCore::WorkerScriptLoader::didReceiveAuthenticationCancellation):
- workers/WorkerScriptLoader.h:
- xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::createRequest): (WebCore::XMLHttpRequest::didReceiveResponse): (WebCore::XMLHttpRequest::didReceiveAuthenticationCancellation):
- xml/XMLHttpRequest.h:
2011-06-16 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::didReceiveResponse):
- 5:30 AM Changeset in webkit [89024] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Florian Schneider <fschneider@chromium.org>
Unreviewed.
Remove an outdated chromium test expectation.
https://bugs.webkit.org/show_bug.cgi?id=62716
- platform/chromium/test_expectations.txt:
- 4:19 AM Changeset in webkit [89023] by
-
- 3 edits in trunk/LayoutTests
2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Updating test expectations after V8 push.
- platform/chromium-mac/fast/js/function-prototype-descriptor-expected.txt:
- platform/chromium-win/fast/js/function-prototype-descriptor-expected.txt:
- 4:04 AM Changeset in webkit [89022] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Zsolt Fehér <h490267@stud.u-szeged.hu>
Reviewed by Csaba Osztrogonác.
Unskip passing tests what needs layoutTestController.clearBackForwardList
https://bugs.webkit.org/show_bug.cgi?id=42333
- platform/qt-wk2/Skipped:
- 2:12 AM Changeset in webkit [89021] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Hayato Ito <hayato@chromium.org>
Reviewed by Hajime Morita.
Show child elements of a shadow host in Node::showTreeForThisAcrossFrame.
https://bugs.webkit.org/show_bug.cgi?id=62782
To make an implementation simple, get rid of traverseNextNodeAcrossFrame
and traverse each Node recursively.
No new tests since the function is only available in debug builds.
- dom/Node.cpp: (WebCore::showSubTreeAcrossFrame): (WebCore::Node::showTreeForThisAcrossFrame):
- 2:09 AM Changeset in webkit [89020] by
-
- 2 edits in trunk/Source/WebCore
2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kent Tamura.
[EFL] Move Initialization of defaultFontSize to top of file.
https://bugs.webkit.org/show_bug.cgi?id=62787
- platform/efl/RenderThemeEfl.cpp: Move Initialize code of defaultFontSize to top.
- 1:50 AM Changeset in webkit [89019] by
-
- 11 edits in trunk
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88796.
http://trac.webkit.org/changeset/88796
https://bugs.webkit.org/show_bug.cgi?id=62790
It made fast/dom/nodesFromRect-basic.html time out on Qt,
64-bit, debug mode (Requested by Ossy on #webkit).
- bridge/qt/qt_runtime.cpp: (JSC::Bindings::convertValueToQVariant):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88796.
http://trac.webkit.org/changeset/88796
https://bugs.webkit.org/show_bug.cgi?id=62790
It made fast/dom/nodesFromRect-basic.html time out on Qt,
64-bit, debug mode (Requested by Ossy on #webkit).
- WebCoreSupport/DumpRenderTreeSupportQt.cpp: (DumpRenderTreeSupportQt::plainText): (DumpRenderTreeSupportQt::nodesFromRect):
- WebCoreSupport/DumpRenderTreeSupportQt.h:
- tests/qwebframe/tst_qwebframe.cpp: (tst_QWebFrame::overloadedSlots): (tst_QWebFrame::domCycles):
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88796.
http://trac.webkit.org/changeset/88796
https://bugs.webkit.org/show_bug.cgi?id=62790
It made fast/dom/nodesFromRect-basic.html time out on Qt,
64-bit, debug mode (Requested by Ossy on #webkit).
- DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::nodesFromRect):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
- DumpRenderTree/qt/PlainTextControllerQt.cpp: (PlainTextController::plainText):
- DumpRenderTree/qt/PlainTextControllerQt.h:
- 1:49 AM Changeset in webkit [89018] by
-
- 18 edits in trunk/Source
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove HTMLVideoElement::processingUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62784
HTMLMediaElement shouldn't have its own notion of the user gesture
state. It should just use the normal user gesture state. Also,
there's no point in having the bindings send the user gesture state in
a boolean parameter.
- WebCore.exp.in:
- html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::removedFromDocument): (WebCore::HTMLMediaElement::load): (WebCore::HTMLMediaElement::play): (WebCore::HTMLMediaElement::pause): (WebCore::HTMLMediaElement::beginScrubbing): (WebCore::HTMLMediaElement::resume):
- html/HTMLMediaElement.h:
- html/HTMLMediaElement.idl:
- html/HTMLVideoElement.cpp: (WebCore::HTMLVideoElement::webkitEnterFullscreen):
- html/HTMLVideoElement.h: (WebCore::HTMLVideoElement::webkitEnterFullScreen):
- html/HTMLVideoElement.idl:
- html/MediaDocument.cpp: (WebCore::MediaDocument::defaultEventHandler):
- html/shadow/MediaControlElements.cpp: (WebCore::MediaControlSeekButtonElement::defaultEventHandler):
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove HTMLVideoElement::processingUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62784
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::performMediaPlayerAction):
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove HTMLVideoElement::processingUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62784
- WebCoreSupport/FullscreenVideoController.cpp: (FullscreenVideoController::play): (FullscreenVideoController::pause):
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove HTMLVideoElement::processingUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62784
- WebView/WebVideoFullscreenHUDWindowController.mm: (-[WebVideoFullscreenHUDWindowController setPlaying:]):
2011-06-16 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove HTMLVideoElement::processingUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62784
- FullscreenVideoController.cpp: (FullscreenVideoController::play): (FullscreenVideoController::pause):
- 1:47 AM Changeset in webkit [89017] by
-
- 2 edits in trunk/LayoutTests
2011-06-16 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Updating text expectations.
- platform/chromium/test_expectations.txt:
- 1:31 AM Changeset in webkit [89016] by
-
- 5 edits in trunk/Source/WebCore
2011-06-16 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r89011.
http://trac.webkit.org/changeset/89011
https://bugs.webkit.org/show_bug.cgi?id=62789
Broke mac build (Requested by vitalyr_ on #webkit).
- platform/chromium/ScrollAnimatorChromiumMac.h:
- platform/chromium/ScrollAnimatorChromiumMac.mm: (-[ScrollAnimationHelperDelegate _immediateScrollToPoint:]): (-[ScrollbarPainterControllerDelegate scrollerImpPair:updateScrollerStyleForNewRecommendedScrollerStyle:]): (WebCore::ScrollAnimatorChromiumMac::ScrollAnimatorChromiumMac): (WebCore::ScrollAnimatorChromiumMac::scroll): (WebCore::ScrollAnimatorChromiumMac::handleWheelEvent): (WebCore::ScrollAnimatorChromiumMac::smoothScrollWithEvent): (WebCore::ScrollAnimatorChromiumMac::beginScrollGesture): (WebCore::ScrollAnimatorChromiumMac::snapRubberBand): (WebCore::ScrollAnimatorChromiumMac::snapRubberBandTimerFired):
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.h:
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm:
- 1:28 AM Changeset in webkit [89015] by
-
- 3 edits in trunk/LayoutTests
2011-06-16 MORITA Hajime <morrita@google.com>
Unreviewed expectations update for meter-element.html
- platform/chromium-win/fast/dom/HTMLMeterElement/meter-element-expected.txt:
- platform/chromium/test_expectations.txt:
- 1:25 AM Changeset in webkit [89014] by
-
- 3 edits in trunk/LayoutTests
2011-06-16 Adam Barth <abarth@webkit.org>
Disable a subtest while we investigate. I'm going to need dglazkov's
help to understand what's going on in the shadows here.
- fast/events/shadow-boundary-crossing-expected.txt:
- fast/events/shadow-boundary-crossing.html:
- 1:07 AM Changeset in webkit [89013] by
-
- 2 edits1 add in trunk/LayoutTests
[Qt][WK2] fast/frames/flattening tests fail intermittently
https://bugs.webkit.org/show_bug.cgi?id=62785
- platform/qt-wk2/Skipped: Skip flakey tests until fix.
- fast/frames/flattening/frameset-flattening-advanced.html
- fast/frames/flattening/frameset-flattening-simple.html
- platform/qt-wk2/fast/dom/prototype-inheritance-2-expected.txt: Added,
because NotificationCenter and NotificationCenterPrototype is missing.
- 12:34 AM Changeset in webkit [89012] by
-
- 2 edits8 adds in trunk/LayoutTests
2011-06-16 MORITA Hajime <morrita@google.com>
Unreviewed expectations update.
- spellcheck-api-pixel.html -> Added expectations
- spellcheck-api.html -> Removed test_expectations.txt entry because it passes.
- platform/chromium-linux/editing/spelling/spellcheck-api-pixel-expected.png: Added.
- platform/chromium-mac-leopard/editing/spelling/spellcheck-api-pixel-expected.png: Added.
- platform/chromium-mac/editing/spelling/spellcheck-api-pixel-expected.png: Added.
- platform/chromium-mac/editing/spelling/spellcheck-api-pixel-expected.txt: Added.
- platform/chromium-win/editing/spelling/spellcheck-api-pixel-expected.png: Added.
- platform/chromium-win/editing/spelling/spellcheck-api-pixel-expected.txt: Added.
- platform/chromium/test_expectations.txt:
- 12:11 AM Changeset in webkit [89011] by
-
- 5 edits in trunk/Source/WebCore
2011-06-16 Sailesh Agrawal <sail@chromium.org>
Reviewed by James Robinson.
[Chromium] Update forked ScrollAnimatorChromiumMac.mm/h
https://bugs.webkit.org/show_bug.cgi?id=62779
Updated ScrollAnimatorChromiumMac.mm/h with the latest code in WebCore/platform/mac/ScrollAnimatorMac.mm/h
- platform/chromium/ScrollAnimatorChromiumMac.h: (WebCore::ScrollAnimatorChromiumMac::setNeedsScrollerStyleUpdate): (WebCore::ScrollAnimatorChromiumMac::needsScrollerStyleUpdate):
- platform/chromium/ScrollAnimatorChromiumMac.mm: (-[ScrollAnimationHelperDelegate _immediateScrollToPoint:]): (-[ScrollbarPainterControllerDelegate scrollerImpPair:updateScrollerStyleForNewRecommendedScrollerStyle:]): (WebCore::ScrollAnimatorChromiumMac::ScrollAnimatorChromiumMac): (WebCore::ScrollAnimatorChromiumMac::scroll): (WebCore::ScrollAnimatorChromiumMac::immediateScrollToPointForScrollAnimation): (WebCore::isScrollingLeftAndShouldNotRubberBand): (WebCore::isScrollingRightAndShouldNotRubberBand): (WebCore::ScrollAnimatorChromiumMac::handleWheelEvent): (WebCore::ScrollAnimatorChromiumMac::smoothScrollWithEvent): (WebCore::ScrollAnimatorChromiumMac::beginScrollGesture): (WebCore::ScrollAnimatorChromiumMac::snapRubberBand): (WebCore::ScrollAnimatorChromiumMac::snapRubberBandTimerFired): (WebCore::ScrollAnimatorChromiumMac::setIsActive): (WebCore::ScrollAnimatorChromiumMac::updateScrollerStyle):
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.h:
- platform/chromium/ScrollbarOverlayUtilitiesChromiumMac.mm: (wkScrollbarPainterControllerStyle):
Jun 15, 2011:
- 11:55 PM Changeset in webkit [89010] by
-
- 2 edits in trunk/LayoutTests
[Qt] new test introduced in r88958 fail on Qt
- platform/qt/Skipped: Skip http/tests/appcache/video.html until fix.
- 11:34 PM Changeset in webkit [89009] by
-
- 1 edit in trunk/LayoutTests/platform/chromium/test_expectations.txt
[Chromium] Unreviewed test expectations update: inspector/profiler/cpu-profiler-profiling.html and cpu-profiler-profiling-without-inspector.html doesn't crash anymore. https://bugs.webkit.org/show_bug.cgi?id=61533
- 11:24 PM Changeset in webkit [89008] by
-
- 14 edits1 copy in trunk
2011-06-15 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
WebInspector [Chromium]: Make heap snapshots UI more responsive.
https://bugs.webkit.org/show_bug.cgi?id=62360
Two changes have been made:
- when we request elements, sort array only partially;
- when populating children, do it in batches;
- WebCore.gypi:
- WebCore.vcproj/WebCore.vcproj:
- inspector/front-end/DetailedHeapshotGridNodes.js: (WebInspector.HeapSnapshotGridNode.prototype.populateChildren.callSerialize): (WebInspector.HeapSnapshotGridNode.prototype.populateChildren.childrenRetrieved): (WebInspector.HeapSnapshotGridNode.prototype.populateChildren):
- inspector/front-end/HeapSnapshot.js: (WebInspector.HeapSnapshotFilteredOrderedIterator): (WebInspector.HeapSnapshotFilteredOrderedIterator.prototype.serializeNextItems): (WebInspector.HeapSnapshotFilteredOrderedIterator.prototype.sortAndRewind): (WebInspector.HeapSnapshotEdgesProvider.prototype.sort): (WebInspector.HeapSnapshotNodesProvider.prototype.sort):
- inspector/front-end/HeapSnapshotWorker.js:
- inspector/front-end/PartialQuickSort.js: Added.
- inspector/front-end/WebKit.qrc:
- inspector/front-end/inspector.html:
2011-06-15 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
WebInspector [Chromium]: Make heap snapshots UI more responsive.
https://bugs.webkit.org/show_bug.cgi?id=62360
Two changes have been made:
- when we request elements, sort array only partially;
- when populating children, do it in batches;
- WebKit.gyp:
2011-06-15 Mikhail Naganov <mnaganov@chromium.org>
Reviewed by Pavel Feldman.
WebInspector [Chromium]: Make heap snapshots UI more responsive.
https://bugs.webkit.org/show_bug.cgi?id=62360
Two changes have been made:
- when we request elements, sort array only partially;
- when populating children, do it in batches;
- inspector/profiler/heap-snapshot.html:
- inspector/utilities.html:
- 11:15 PM Changeset in webkit [89007] by
-
- 13 edits in trunk/Source
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove Event::fromUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62778
This function is a remnant from the old user-gesture design. The list
of events here is redundant with our selection of call sites for
setting the user gesture indicator.
As part of this patch, I've also cleaned up the implementation of
UserGestureIndicator itself to always be definite about whether we're
processing a user gesture. We now start out in a definite state (no
user gesture) and inductively state in a definite state.
- WebCore.exp.in:
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::processingUserGesture):
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::processingUserGesture):
- dom/Event.cpp:
- dom/Event.h:
- dom/UserGestureIndicator.cpp: (WebCore::isDefinite): (WebCore::UserGestureIndicator::UserGestureIndicator): (WebCore::UserGestureIndicator::~UserGestureIndicator):
- dom/UserGestureIndicator.h: (WebCore::UserGestureIndicator::processingUserGesture):
- html/MediaDocument.cpp: (WebCore::MediaDocument::defaultEventHandler):
- html/shadow/MediaControlElements.cpp: (WebCore::MediaControlSeekButtonElement::defaultEventHandler):
- html/shadow/TextControlInnerElements.cpp: (WebCore::InputFieldSpeechButtonElement::defaultEventHandler):
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove Event::fromUserGesture
https://bugs.webkit.org/show_bug.cgi?id=62778
This call site is not definite about there not being a user gesture.
- src/WebPluginContainerImpl.cpp: (WebKit::WebPluginContainerImpl::loadFrameRequest):
- 10:12 PM Changeset in webkit [89006] by
-
- 3 edits2 adds in trunk
2011-06-08 Keishi Hattori <keishi@webkit.org>
Reviewed by Kent Tamura.
Fix range element not updating when value attribute is set with JS
https://bugs.webkit.org/show_bug.cgi?id=61857
Test: fast/forms/range-set-attribute.html
- html/RangeInputType.cpp: (WebCore::RangeInputType::minOrMaxAttributeChanged): Changed to only sanitize the value when the dirty value flag is true.
- 9:40 PM Changeset in webkit [89005] by
-
- 6 edits in trunk/Source/WebCore
2011-06-15 Adam Barth <abarth@webkit.org>
Unreviewed. (Technically I should get this reviewed, but I
accidentally committed part of this patch in my previous commit,
causing a build break.)
Remove ScriptController::m_processingTimerCallback
https://bugs.webkit.org/show_bug.cgi?id=62776
This variable is unused. (It used to be used in a user gesture detection hack.)
- bindings/js/ScheduledAction.cpp: (WebCore::ScheduledAction::execute):
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::ScriptController):
- bindings/js/ScriptController.h:
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::ScriptController):
- bindings/v8/ScriptController.h:
- 9:38 PM Changeset in webkit [89004] by
-
- 8 edits1 delete in trunk
2011-06-15 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
[Chromium][Qt] Some slider clicking tests fail.
https://bugs.webkit.org/show_bug.cgi?id=62683
When we pressed a mouse button on a slider thumb,
SliderThumbElement::startDragging() were called twice.
- From SliderThumbElement::defaultEventHandler(), and
- from RangeInputType::handleMouseDownEvent()
The latter is not needed. We should call setDefaultHandled() correctly.
- html/RangeInputType.cpp: (WebCore::RangeInputType::handleMouseDownEvent): Calls setDefaultHandled()
- html/shadow/SliderThumbElement.cpp: (WebCore::SliderThumbElement::setPositionFromPoint): Remove FIXME comments. (WebCore::SliderThumbElement::defaultEventHandler): Calls setDefaultHandled()
2011-06-15 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
[Chromium][Qt] Some slider clicking tests fail.
https://bugs.webkit.org/show_bug.cgi?id=62683
- fast/forms/slider-mouse-events-expected.txt:
- fast/forms/slider-mouse-events.html: Add step=5 to ignore small difference of thumb sizes.
- platform/chromium-win/fast/forms/slider-mouse-events-expected.txt: Removed.
- platform/chromium/test_expectations.txt:
- platform/qt/Skipped: slider-onchange-event.html should pass by this change.
- 9:37 PM Changeset in webkit [89003] by
-
- 9 edits1 delete in trunk/Tools
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Revert the patches in r88995 and r88999; the http servers don't
seem to be shutting down reliably.
- Scripts/webkitpy/layout_tests/port/apache_http_server.py:
- Scripts/webkitpy/layout_tests/port/base.py:
- Scripts/webkitpy/layout_tests/port/http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server_base.py:
- Scripts/webkitpy/layout_tests/port/http_server_integrationtest.py: Removed.
- Scripts/webkitpy/layout_tests/port/port_testcase.py:
- Scripts/webkitpy/layout_tests/port/websocket_server.py:
- 9:25 PM Changeset in webkit [89002] by
-
- 4 edits in trunk/Source/WebCore
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Anders Carlsson.
Remove ScriptController::isJavaScriptAnchorNavigation
https://bugs.webkit.org/show_bug.cgi?id=62775
This function no longer plays a role in the user gesture code now that
we're not encoding the user gesture state into the ScriptSourceCode
URL.
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::processingUserGesture):
- bindings/js/ScriptController.h:
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::processingUserGesture):
- 9:10 PM Changeset in webkit [89001] by
-
- 11 edits in trunk/Source
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove ScriptController::setAllowPopupsFromPlugin
https://bugs.webkit.org/show_bug.cgi?id=62706
- Plugins/Hosted/NetscapePluginInstanceProxy.mm: (WebKit::NetscapePluginInstanceProxy::evaluate):
- Plugins/WebNetscapePluginView.mm: (-[WebNetscapePluginView sendEvent:isDrawRect:]):
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove ScriptController::setAllowPopupsFromPlugin
https://bugs.webkit.org/show_bug.cgi?id=62706
This API is just a poor man's UserGestureIndicator. We should use the
real deal.
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::ScriptController): (WebCore::ScriptController::processingUserGesture):
- bindings/js/ScriptController.h:
- bindings/v8/NPV8Object.cpp: (_NPN_EvaluateHelper):
- bindings/v8/ScriptController.cpp: (WebCore::ScriptController::ScriptController): (WebCore::ScriptController::processingUserGesture):
- bindings/v8/ScriptController.h:
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove ScriptController::setAllowPopupsFromPlugin
https://bugs.webkit.org/show_bug.cgi?id=62706
- WebProcess/Plugins/PluginView.cpp: (WebKit::PluginView::performJavaScriptURLRequest): (WebKit::PluginView::evaluate):
- 9:09 PM Changeset in webkit [89000] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, whitespace change to force a build.
- platform/chromium/test_expectations.txt:
- 8:57 PM Changeset in webkit [88999] by
-
- 2 edits in trunk/Tools
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Add some debugging messages to triage problems introduced in
r88995.
- Scripts/webkitpy/layout_tests/port/http_server_base.py:
- 8:43 PM Changeset in webkit [88998] by
-
- 3 edits in trunk/Source/WebCore
2011-06-15 Adam Barth <abarth@webkit.org>
Reviewed by Eric Seidel.
Remove forceUserGesture bool in favor of UserGestureIndicator
https://bugs.webkit.org/show_bug.cgi?id=62702
This patch is an intermediate step towards removing the
forceUserGesture bool. In this patch, we use the user gesture
indicator to store the gesture state instead of encoding it in the URL
of the script source code. In a future patch, we'll push the indicator
higher up the stack, closer to the reason for setting it.
- bindings/ScriptControllerBase.cpp: (WebCore::ScriptController::executeScript): (WebCore::ScriptController::executeIfJavaScriptURL):
- bindings/js/ScriptController.cpp: (WebCore::ScriptController::executeScriptInWorld):
- 8:38 PM Changeset in webkit [88997] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, expectations change.
Refine expectations to eliminate some unexpected passes.
- platform/chromium/test_expectations.txt:
- 8:10 PM Changeset in webkit [88996] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, expectations change.
Refine expectations to eliminate some unexpected passes.
- platform/chromium/test_expectations.txt:
- 7:47 PM Changeset in webkit [88995] by
-
- 9 edits1 add in trunk/Tools
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
nrwt: should clean up stale server processes from a previous run
https://bugs.webkit.org/show_bug.cgi?id=62615
This change fixes cases where NRWT might start a server and then
exit, leaving the server still running. Now NRWT should detect
this case and clean up on the next run, without shutting down
any processes it didn't start.
This change also fixes a bug in executive.kill_process on UNIX
where zombies weren't being handled properly.
- Scripts/webkitpy/common/system/executive.py:
- Scripts/webkitpy/layout_tests/port/apache_http_server.py:
- Scripts/webkitpy/layout_tests/port/base.py:
- Scripts/webkitpy/layout_tests/port/http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server_base.py:
- Scripts/webkitpy/layout_tests/port/port_testcase.py:
- Scripts/webkitpy/layout_tests/port/websocket_server.py:
- 7:08 PM Changeset in webkit [88994] by
-
- 2 edits in trunk/Tools
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, build fix.
Fix test-webkitpy failure introduced in r88986.
- Scripts/webkitpy/layout_tests/port/webkit_unittest.py:
- 7:07 PM Changeset in webkit [88993] by
-
- 1 edit6 copies in branches/chromium/782
Merge 88987
BUG=85943
Review URL: http://codereview.chromium.org/7191003
- 7:06 PM Changeset in webkit [88992] by
-
- 1 edit6 copies in branches/chromium/742
Merge 88987
BUG=85943
Review URL: http://codereview.chromium.org/7191002
- 7:04 PM Changeset in webkit [88991] by
-
- 4 edits1 add in trunk
2011-06-15 Ryuan Choi <ryuan.choi@samsung.com>
Rubber stamped by Eric Seidel.
[CMAKE][WK2] Add an option to build webkit2.
https://bugs.webkit.org/show_bug.cgi?id=62260
Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
WebKit.
- Source/CMakeLists.txt:
- Source/cmake/WebKitFS.cmake:
2011-06-15 Ryuan Choi <ryuan.choi@samsung.com>
Rubber stamped by Eric Seidel.
[CMAKE][WK2] Add an option to build webkit2.
https://bugs.webkit.org/show_bug.cgi?id=62260
Add script to build WebKit2 using CMake.
- CMakeLists.txt: Added.
- 6:58 PM Changeset in webkit [88990] by
-
- 2 edits190 adds in trunk/LayoutTests
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Unreviewed, expectations change.
Add Mac Leopard baselines for the new CSS2.1 tests added in
r88913.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-height-036-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-elements-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 6:54 PM Changeset in webkit [88989] by
-
- 16 edits in trunk/Source/WebCore
2011-06-15 Rob Buis <rbuis@rim.com>
Reviewed by Darin Adler.
Try to use fastGetAttribute where possible
https://bugs.webkit.org/show_bug.cgi?id=62747
Use the fast versions of get/hasAttribute where we can.
No new tests since this is a simple cleanup.
- svg/SVGAElement.cpp: (WebCore::SVGAElement::title): (WebCore::SVGAElement::defaultEventHandler):
- svg/SVGAltGlyphElement.cpp: (WebCore::SVGAltGlyphElement::glyphRef): (WebCore::SVGAltGlyphElement::format): (WebCore::SVGAltGlyphElement::glyphElement):
- svg/SVGAnimateMotionElement.cpp: (WebCore::SVGAnimateMotionElement::rotateMode): (WebCore::SVGAnimateMotionElement::animationPath):
- svg/SVGAnimationElement.cpp: (WebCore::SVGAnimationElement::animationMode): (WebCore::SVGAnimationElement::calcMode): (WebCore::SVGAnimationElement::attributeType): (WebCore::SVGAnimationElement::toValue): (WebCore::SVGAnimationElement::byValue): (WebCore::SVGAnimationElement::fromValue): (WebCore::SVGAnimationElement::isAdditive): (WebCore::SVGAnimationElement::isAccumulated): (WebCore::SVGAnimationElement::startedActiveInterval):
- svg/SVGElement.cpp: (WebCore::SVGElement::xmlbase):
- svg/SVGFontElement.cpp: (WebCore::SVGFontElement::ensureGlyphCache):
- svg/SVGFontFaceElement.cpp: (WebCore::SVGFontFaceElement::unitsPerEm): (WebCore::SVGFontFaceElement::xHeight): (WebCore::SVGFontFaceElement::horizontalOriginX): (WebCore::SVGFontFaceElement::horizontalOriginY): (WebCore::SVGFontFaceElement::horizontalAdvanceX): (WebCore::SVGFontFaceElement::verticalOriginX): (WebCore::SVGFontFaceElement::verticalOriginY): (WebCore::SVGFontFaceElement::verticalAdvanceY): (WebCore::SVGFontFaceElement::ascent): (WebCore::SVGFontFaceElement::descent):
- svg/SVGFontFaceNameElement.cpp: (WebCore::SVGFontFaceNameElement::srcValue):
- svg/SVGFontFaceUriElement.cpp: (WebCore::SVGFontFaceUriElement::srcValue): (WebCore::SVGFontFaceUriElement::loadFont):
- svg/SVGGlyphElement.cpp: (WebCore::parseSVGGlyphAttribute): (WebCore::SVGGlyphElement::buildGenericGlyphIdentifier): (WebCore::SVGGlyphElement::buildGlyphIdentifier):
- svg/SVGHKernElement.cpp: (WebCore::SVGHKernElement::buildHorizontalKerningPair):
- svg/SVGSVGElement.cpp: (WebCore::SVGSVGElement::contentScriptType): (WebCore::SVGSVGElement::contentStyleType):
- svg/SVGStyleElement.cpp: (WebCore::SVGStyleElement::type): (WebCore::SVGStyleElement::media): (WebCore::SVGStyleElement::title):
- svg/SVGVKernElement.cpp: (WebCore::SVGVKernElement::buildVerticalKerningPair):
- svg/animation/SVGSMILElement.cpp: (WebCore::SVGSMILElement::insertedIntoDocument): (WebCore::SVGSMILElement::parseMappedAttribute): (WebCore::SVGSMILElement::restart): (WebCore::SVGSMILElement::fill): (WebCore::SVGSMILElement::xlinkHref): (WebCore::SVGSMILElement::dur): (WebCore::SVGSMILElement::repeatDur): (WebCore::SVGSMILElement::repeatCount): (WebCore::SVGSMILElement::maxValue): (WebCore::SVGSMILElement::minValue):
- 6:17 PM Changeset in webkit [88988] by
-
- 8 edits in trunk/Source
2011-06-15 Darin Adler <Darin Adler>
Reviewed by Adam Barth.
Remove obsolete LOOSE_OWN_PTR code
https://bugs.webkit.org/show_bug.cgi?id=59909
The internal Apple dependency on this is gone now.
- wtf/OwnArrayPtr.h: Removed constructor that takes a raw pointer, set function that takes a raw pointer.
- wtf/OwnPtr.h: Removed constructor that takes a raw pointer, set functino that takes a raw pointer.
- wtf/PassOwnArrayPtr.h: Made constructor that takes a nullptr and assignment operator that takes a nullptr unconditional. Made constructor that takes a raw pointer private and explicit, and removed assignment operator that takes a raw pointer.
- wtf/PassOwnPtr.h: Made assignment operator that takes a nullptr unconditional. Made constructor that takes a raw pointer private and explicit, and removed assignment operator that takes a raw pointer.
2011-06-15 Darin Adler <Darin Adler>
Reviewed by Adam Barth.
Remove obsolete LOOSE_OWN_PTR code
https://bugs.webkit.org/show_bug.cgi?id=59909
- src/StorageAreaProxy.cpp: (WebCore::StorageAreaProxy::StorageAreaProxy): Use adoptPtr instead of LOOSE_OWN_PTR.
- src/StorageNamespaceProxy.cpp: (WebCore::StorageNamespaceProxy::StorageNamespaceProxy): Ditto.
- 6:09 PM Changeset in webkit [88987] by
-
- 3 edits6 adds in trunk
2011-06-15 Abhishek Arya <inferno@chromium.org>
Reviewed by Antti Koivisto.
Tests that accessing the parent stylesheet in nodes (not in document)
do not result in crash when document is cleared.
https://bugs.webkit.org/show_bug.cgi?id=62586
- fast/dom/body-clone-link-decl-parent-crash-expected.txt: Added.
- fast/dom/body-clone-link-decl-parent-crash.html: Added.
- fast/dom/styled-clone-inline-style-decl-parent-crash-expected.txt: Added.
- fast/dom/styled-clone-inline-style-decl-parent-crash.html: Added.
- fast/dom/styled-not-in-document-clone-inline-style-decl-parent-crash-expected.txt: Added.
- fast/dom/styled-not-in-document-clone-inline-style-decl-parent-crash.html: Added.
2011-06-15 Abhishek Arya <inferno@chromium.org>
Reviewed by Antti Koivisto.
Revert speculative fix in r84151. It caused some issues with
stylesheet lifetimes.
https://bugs.webkit.org/show_bug.cgi?id=62586
Tests: fast/dom/body-clone-link-decl-parent-crash.html
fast/dom/styled-clone-inline-style-decl-parent-crash.html
fast/dom/styled-not-in-document-clone-inline-style-decl-parent-crash.html
- dom/Document.cpp: (WebCore::Document::removedLastRef):
- 5:49 PM Changeset in webkit [88986] by
-
- 4 edits in trunk/Tools
2011-06-15 Dirk Pranke <dpranke@chromium.org>
Reviewed by Eric Seidel.
NRWT: doesn't support webarchives, has stale skipping logic.
https://bugs.webkit.org/show_bug.cgi?id=58293
- Scripts/webkitpy/layout_tests/layout_package/printing.py:
- Scripts/webkitpy/layout_tests/port/base.py:
- Scripts/webkitpy/layout_tests/port/webkit.py:
- 5:37 PM Changeset in webkit [88985] by
-
- 3 edits in trunk/Source/WebCore
2011-06-15 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kent Tamura.
[EFL] Implement animationXXX functions for Progress Tag
https://bugs.webkit.org/show_bug.cgi?id=62713
Progress tag need to implement acnimationXXX functions in order to show animation of
progress tag. Because, RenderProgress decides to show update progress bar's animation
according to the functions.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::animationRepeatIntervalForProgressBar): (WebCore::RenderThemeEfl::animationDurationForProgressBar):
- platform/efl/RenderThemeEfl.h:
- 5:12 PM Changeset in webkit [88984] by
-
- 2 edits in trunk/Source/WebCore
2011-06-15 Sam Weinig <sam@webkit.org>
Reviewed by Alexey Proskuryakov.
Frequent crashes due to null frame below ApplicationCacheHost::scheduleLoadFallbackResourceFromApplicationCache
https://bugs.webkit.org/show_bug.cgi?id=62764
This is an non-reproducible high volume crash, so no test :(.
- loader/DocumentLoader.cpp: (WebCore::DocumentLoader::detachFromFrame): Be conservative and stop loading when we detach a document loader from a frame.
- 4:17 PM Changeset in webkit [88983] by
-
- 3 edits in trunk/Source/WebKit2
WKSecurityOriginGetProtocol and WKSecurityOriginGetHost are named wrong because they return copied strings
<https://bugs.webkit.org/show_bug.cgi?id=62763>
<rdar://problem/9618071>
Reviewed by Sam Weinig.
- Shared/API/c/WKSecurityOrigin.cpp:
(WKSecurityOriginCopyProtocol):
Renamed to use "Copy" instead of "Get" because it returns a copy.
(WKSecurityOriginCopyHost):
Ditto.
- Shared/API/c/WKSecurityOrigin.h:
Updated declarations.
- 4:13 PM Changeset in webkit [88982] by
-
- 13 edits in trunk/Source/WebCore
https://bugs.webkit.org/show_bug.cgi?id=62746
Crash possible when switching scrollbar appearance preference on Mac
-and corresponding-
<rdar://problem/9323983>
Reviewed by Simon Fraser.
This crash happens because the current mechanism that is intended to flag
ScrollAnimators as being in the page cache or not does not work correctly.
Long-term the fix for this is to move the ScrollableArea HashSet to a more
appropriate place. In the meantime, this patch addresses the crash by getting
rid of the m_isActive bool on ScrollAnimator that was intended to represent
whether or not the ScrollableArea is in the page cache. Instead, ScrollableArea
implementations now have their own functions to compute whether they are in
active pages. ScrollAnimator::setIsActive() needs to be kept around even though
there is no bool to flip anymore because scrollbars may need to be properly
updated if the appearance was switched while the document was in the page cache.
No longer call FrameView::setAnimatorsAreActive() from
Document::setIsInPageCache(), instead call it in
Document::documentDidBecomeActive()
- dom/Document.cpp:
(WebCore::Document::setInPageCache):
(WebCore::Document::documentDidBecomeActive):
ScrollableAreas can now assess whether or not they are on active pages (ie, not
in the page cache).
- platform/ScrollableArea.h:
(WebCore::ScrollableArea::isOnActivePage):
- rendering/RenderLayer.cpp:
(WebCore::RenderLayer::isOnActivePage):
- rendering/RenderLayer.h:
- rendering/RenderListBox.cpp:
(WebCore::RenderListBox::isOnActivePage):
- rendering/RenderListBox.h:
A FrameView cannot access its Document when it's in the page cache, so it
usually determines whether it's in the page cache by checking if its frame
points to a FrameView other than itself.
- page/FrameView.cpp:
(WebCore::FrameView::isOnActivePage):
Make sure ScrollableAreas are on active pages before setting them as
active. This will not be necessary when the HashSet become a per-web page
HashSet.
(WebCore::FrameView::setAnimatorsAreActive):
- page/FrameView.h:
ScrollAnimator no longer tracks the m_isActive bool.
- platform/ScrollAnimator.cpp:
(WebCore::ScrollAnimator::ScrollAnimator):
- platform/ScrollAnimator.h:
(WebCore::ScrollAnimator::setIsActive):
setIsActive() now exclusively calls updateScrollStyle() if there is a pending
need to do so.
- platform/mac/ScrollAnimatorMac.h:
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::setIsActive):
Return early if the ScrollableArea is in the page cache.
(WebCore::ScrollAnimatorMac::updateScrollerStyle):
- 4:08 PM Changeset in webkit [88981] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; more test expectations cleanup.
Get rid of some unexpected passes from the GPU bots.
- platform/chromium/test_expectations.txt:
- 4:02 PM Changeset in webkit [88980] by
-
- 6 edits in trunk
2011-06-15 Simon Fraser <Simon Fraser>
Reviewed by Dan Bernstein.
Have Document keep track of whether scroll listeners are registered
https://bugs.webkit.org/show_bug.cgi?id=62757
To avoid extra work dispatching scroll events when there are no listeners,
have Document keep track of whether any scroll listeners are registered,
just like it does for some other event types.
- dom/Document.cpp: (WebCore::Document::addListenerTypeIfNeeded):
- dom/Document.h:
- dom/EventQueue.cpp: (WebCore::EventQueue::enqueueOrDispatchScrollEvent):
- 3:35 PM Changeset in webkit [88979] by
-
- 2 edits2 deletes in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; test expectations cleanup.
Removing some incorrect text results (platform/mac fallback is correct).
Adding some bug IDs from my lazy gardening last time around.
- platform/chromium-win/animations/animation-drt-api-expected.txt: Removed.
- platform/chromium-win/animations/animation-drt-api-multiple-keyframes-expected.txt: Removed.
- platform/chromium/test_expectations.txt:
- 3:19 PM Changeset in webkit [88978] by
-
- 8 edits1 copy in trunk/Source/WebKit2
REGRESSION(78201): Windowless Flash plug-ins are transparent on some sites
https://bugs.webkit.org/show_bug.cgi?id=62690
<rdar://problem/9512026>
Reviewed by Ada Chan.
The bug arises when mixing CoreGraphics and GDI. When we create a Windows
bitmap for a windowless plug-in to draw into, we first fill it with "clear",
or all 0s. If the plug-in uses GDI to draw, the GDI calls will ignore the
alpha channel, and if we then use CG to blend this bitmap onto the
GraphicsContext for the rest of the page, CG will treat the 0-filled
alpha channel as being transparent.
To fix this, on Windows, use a GDI-backed GraphicsContext to paint the
page in the WebProcess, and use GDI to blit from the UpdateInfo to the
backing store in the UI process.
- Platform/SharedMemory.h:
(WebKit::SharedMemory::handle):
Return the handle for the memory.
- Shared/ShareableBitmap.h:
Declared windowsContext() to return a HDC with the bitmap selected into it.
Added members to store the HDC and the HBITMAP.
- Shared/win/ShareableBitmapWin.cpp: Added.
(WebKit::ShareableBitmap::windowsContext):
Get the screen DC, and create a compatible DC from it. Create a DIB
section backed by the shared memory, select it into the context, and
return it.
- UIProcess/win/BackingStoreWin.cpp:
(WebKit::BackingStore::incorporateUpdate):
Use GDI to blit from the update info's bitmap into the backing store bitmap.
- WebProcess/WebPage/DrawingAreaImpl.cpp:
(WebKit::DrawingAreaImpl::createGraphicsContext):
Return a GraphicsContext from the ShareableBitmap.
(WebKit::DrawingAreaImpl::display):
Call createGraphicsContext(), and pass the ShareableBitmap.
- WebProcess/WebPage/DrawingAreaImpl.h:
Declare createGraphicsContext(), which on Windows will create a GDI-backed
GraphicsContext.
- WebProcess/WebPage/win/DrawingAreaImplWin.cpp: Added.
(WebKit::DrawingAreaImpl::createGraphicsContext):
Get a Windows context for the bitmap, and create and return a new
GraphicsContext using the DC.
- win/WebKit2.vcproj:
Added new files.
- 3:11 PM Changeset in webkit [88977] by
-
- 3 edits in trunk/Source/WebCore
2011-06-15 Dimitri Glazkov <Dimitri Glazkov>
Reviewed by Adam Barth.
Clarify FileChooser creation code.
https://bugs.webkit.org/show_bug.cgi?id=62756
initialize() method is only used once and that is not obvious, so just fold it into the create method.
Refactoring, no change in behavior.
- platform/FileChooser.cpp: (WebCore::FileChooser::create): Folded initialize() code there.
- platform/FileChooser.h: Removed decl.
- 3:02 PM Changeset in webkit [88976] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; yet more test expectations updates.
- platform/chromium/test_expectations.txt:
- 2:57 PM Changeset in webkit [88975] by
-
- 2 edits in trunk/Source/JavaScriptCore
Make access-nseive ~9x faster on the non-speculative path by
adding special casing for doubles that can lossless-ly be converted
to a uint32_t in getByVal and putByVal. This avoids calls to stringification
and the hash lookup. Long term, we should try and get property of a getByVal
and putByVal to be an integer immediate even in the non-speculative path.
Reviewed by Geoffrey Garen and Gavin Barraclough.
- dfg/DFGOperations.cpp:
(JSC::DFG::putByVal):
(JSC::DFG::operationPutByValInternal):
- 2:46 PM Changeset in webkit [88974] by
-
- 5 edits in trunk
2011-06-15 Oliver Hunt <oliver@apple.com>
Reviewed by Darin Adler.
REGRESSION (r88719): 5by5.tv schedule is not visible
https://bugs.webkit.org/show_bug.cgi?id=62720
Add test for the "interesting" ascii characters that may occur in an identifier
- fast/js/parser-syntax-check-expected.txt:
- fast/js/script-tests/parser-syntax-check.js:
2011-06-15 Oliver Hunt <oliver@apple.com>
Reviewed by Darin Adler.
REGRESSION (r88719): 5by5.tv schedule is not visible
https://bugs.webkit.org/show_bug.cgi?id=62720
Problem here is that the lexer wasn't considering '$' to be
a valid character in an identifier.
- parser/Lexer.h: (JSC::Lexer::lexExpectIdentifier):
- 2:39 PM Changeset in webkit [88973] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Move more argument coders to WebCoreArgumentCoders.cpp
https://bugs.webkit.org/show_bug.cgi?id=62755
- Shared/WebCoreArgumentCoders.cpp: (CoreIPC::::decode): (CoreIPC::::encode): (CoreIPC::encodeImage): (CoreIPC::decodeImage):
- Shared/WebCoreArgumentCoders.h:
- 2:12 PM Changeset in webkit [88972] by
-
- 3 edits in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; more chromium test expectations updates.
Rebaseline one GPU test on Linux.
- platform/chromium-gpu-linux/platform/chromium/compositing/layout-width-change-expected.png:
- platform/chromium/test_expectations.txt:
- 1:58 PM Changeset in webkit [88971] by
-
- 2 edits1 add in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; more chromium test expectations updates.
Rebaselined one additional CSS 2.1 test on Linux.
- platform/chromium-linux/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 1:27 PM Changeset in webkit [88970] by
-
- 2 edits622 adds in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; new chromium test baselines.
New chromium baselines for CSS 2.1 tests introduced in r88913. Note
that some results are incorrect, and were left failing in
test_expectations (yes, I checked them all).
- platform/chromium-linux/css2.1/20110323: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-height-036-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/chromium-linux/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/chromium-mac-leopard/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/chromium-mac-leopard/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- platform/chromium-mac/css2.1/20110323: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/chromium-mac/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- platform/chromium-mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/chromium-win/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
- platform/chromium-win/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
- platform/chromium-win/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/block-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/float-replaced-width-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-height-007-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-006-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-011-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-012-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-013-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-014-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/chromium-win/css2.1/20110323/inline-replaced-width-015-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/replaced-min-max-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added.
- platform/chromium-win/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/chromium-win/css2.1/20110323/width-replaced-element-001-expected.txt: Added.
- platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
- platform/chromium-win/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
- platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- platform/chromium-win/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
- platform/chromium/test_expectations.txt:
- 12:56 PM Changeset in webkit [88969] by
-
- 5 edits in branches/safari-534-branch/Source
versioning.
- 12:52 PM Changeset in webkit [88968] by
-
- 3 edits1 move in trunk/Source/WebKit
<http://webkit.org/b/62745> Convert WebNSFileManagerExtras.m to Objective-C++
Reviewed by Joseph Pecoraro.
Source/WebKit:
- WebKit.xcodeproj/project.pbxproj:
(WebNSFileManagerExtras.m): Rename to WebNSFileManagerExtras.mm
and change file type to Objective-C++.
Source/WebKit/mac:
- Misc/WebNSFileManagerExtras.mm: Renamed from Source/WebKit/mac/Misc/WebNSFileManagerExtras.m.
(-[NSFileManager _webkit_setMetadataURL:referrer:atPath:]):
Added static_cast<MetaDataInfo *>.
- 12:50 PM Changeset in webkit [88967] by
-
- 8 edits1 delete in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Darin Adler.
Add ShareableBitmap::createImage and get rid of WebCoreArgumentCodersCG.cpp
https://bugs.webkit.org/show_bug.cgi?id=62742
- Shared/ShareableBitmap.h: Move createImage out of the #if PLATFORM(QT) section.
- Shared/WebCoreArgumentCoders.cpp: (CoreIPC::decodeImage): Call ShareableBitmap::createImage.
- Shared/WebCoreArgumentCoders.h: remove createImage function declaration.
- Shared/cairo/ShareableBitmapCairo.cpp: (WebKit::ShareableBitmap::createImage): Add implementation.
- Shared/cg/ShareableBitmapCG.cpp: (WebKit::ShareableBitmap::createGraphicsContext): (WebKit::ShareableBitmap::createImage): Move createImage implementation from WebCoreArgumentCodersCG.cpp here.
- WebKit2.xcodeproj/project.pbxproj:
- win/WebKit2.vcproj: Update projects.
- 12:44 PM WebKit Team edited by
- (diff)
- 12:42 PM Changeset in webkit [88966] by
-
- 1 copy in tags/Safari-534.46.1
New tag.
- 12:42 PM Changeset in webkit [88965] by
-
- 5 edits in branches/safari-534-branch/Source
Versioning for windows build fix.
- 12:37 PM QtWebKitRelease22 edited by
- (diff)
- 12:26 PM Changeset in webkit [88964] by
-
- 2 edits in trunk/Tools
Change my email to @webkit.org
Patch by Jeremy Orlow <jorlow@webkit.org> on 2011-06-15
- Scripts/webkitpy/common/config/committers.py:
- 11:47 AM Changeset in webkit [88963] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Eric Carlson <eric.carlson@apple.com>
Skip new failing test.
[Qt] http/tests/appcache/video.html fails
https://bugs.webkit.org/show_bug.cgi?id=62741
- platform/gtk/Skipped:
- 11:27 AM Changeset in webkit [88962] by
-
- 3 edits in trunk/Source/JavaScriptCore
2011-06-15 Oliver Hunt <oliver@apple.com>
Reviewed by Sam Weinig.
Reduce the size of global_resolve
https://bugs.webkit.org/show_bug.cgi?id=62738
Reduce the code size of global_resolve in the JIT by replacing
multiple pointer loads with a single pointer move + two offset
loads.
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_resolve_global):
- jit/JITOpcodes32_64.cpp: (JSC::JIT::emit_op_resolve_global):
- 11:23 AM Changeset in webkit [88961] by
-
- 1 edit in branches/safari-534-branch/Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp
Windows build fix.
- 11:14 AM Changeset in webkit [88960] by
-
- 5 edits in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Alexey Proskuryakov.
Move some argument coders to WebCoreArgumentCoders.cpp
https://bugs.webkit.org/show_bug.cgi?id=62739
- GNUmakefile.am:
- Shared/WebCoreArgumentCoders.cpp: (CoreIPC::::encode): (CoreIPC::::decode):
- Shared/WebCoreArgumentCoders.h:
- WebKit2.pro:
- 11:11 AM Changeset in webkit [88959] by
-
- 3 edits in trunk/LayoutTests
2011-06-15 Tony Chang <tony@chromium.org>
Fix Qt results for RenderDeprecatedFlexibleBox rename.
- platform/qt/fast/forms/range-thumb-height-percentage-expected.txt:
- platform/qt/fast/multicol/client-rects-expected.txt:
- 10:40 AM Changeset in webkit [88958] by
-
- 11 edits3 adds in trunk
2011-06-15 Eric Carlson <eric.carlson@apple.com>
Reviewed by Alexey Proskuryakov.
MediaPlayerPrivate should not know about application cache
https://bugs.webkit.org/show_bug.cgi?id=62648
Test: http/tests/appcache/video.html
- html/HTMLMediaElement.cpp: (WebCore::createFileURLForApplicationCacheResource): Create a url for a file
in the application cache folder.
(WebCore::HTMLMediaElement::loadResource): Change url to point to file in the application
cache if necessary.
(WebCore::HTMLMediaElement::mediaLoadingFailed): Split failure logic out of setNetworkState
so it can be called when asked to load a file that is not in the application cache.
(WebCore::HTMLMediaElement::setNetworkState): Move failure logic out to mediaLoadingFailed.
- html/HTMLMediaElement.h:
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.cpp: (WebCore::MediaPlayerPrivateAVFoundation::setPreload): Remove app cache logic.
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.h:
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.mm: Ditto.
- platform/graphics/mac/MediaPlayerPrivateQTKit.h:
- platform/graphics/mac/MediaPlayerPrivateQTKit.mm: (WebCore::MediaPlayerPrivateQTKit::loadInternal): Ditto.
- platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp: (WebCore::MediaPlayerPrivateQuickTimeVisualContext::loadInternal): Ditto.
2011-06-15 Eric Carlson <eric.carlson@apple.com>
Reviewed by Alexey Proskuryakov.
MediaPlayerPrivate should not know about application cache
https://bugs.webkit.org/show_bug.cgi?id=62648
Add test for <video> in the application cache.
- http/tests/appcache/resources/video.manifest: Added.
- http/tests/appcache/video-expected.txt: Added.
- http/tests/appcache/video.html: Added.
- 10:33 AM Changeset in webkit [88957] by
-
- 28 edits in trunk/LayoutTests
2011-06-15 Tony Chang <tony@chromium.org>
Fixing more results with RenderDeprecatedFlexibleBot rename.
- platform/chromium-mac/fast/layers/video-layer-expected.txt:
- platform/chromium-mac/media/audio-controls-rendering-expected.txt:
- platform/chromium-mac/media/audio-repaint-expected.txt:
- platform/chromium-mac/media/controls-after-reload-expected.txt:
- platform/chromium-mac/media/controls-strict-expected.txt:
- platform/chromium-mac/media/controls-styling-expected.txt:
- platform/chromium-mac/media/controls-without-preload-expected.txt:
- platform/chromium-mac/media/video-controls-rendering-expected.txt:
- platform/chromium-mac/media/video-display-toggle-expected.txt:
- platform/chromium-mac/media/video-empty-source-expected.txt:
- platform/chromium-mac/media/video-no-audio-expected.txt:
- platform/chromium-mac/media/video-volume-slider-expected.txt:
- platform/chromium-mac/media/video-zoom-controls-expected.txt:
- platform/chromium-win/fast/layers/video-layer-expected.txt:
- platform/chromium-win/media/audio-controls-rendering-expected.txt:
- platform/chromium-win/media/audio-repaint-expected.txt:
- platform/chromium-win/media/controls-after-reload-expected.txt:
- platform/chromium-win/media/controls-strict-expected.txt:
- platform/chromium-win/media/controls-styling-expected.txt:
- platform/chromium-win/media/controls-without-preload-expected.txt:
- platform/chromium-win/media/video-controls-rendering-expected.txt:
- platform/chromium-win/media/video-display-toggle-expected.txt:
- platform/chromium-win/media/video-empty-source-expected.txt:
- platform/chromium-win/media/video-no-audio-expected.txt:
- platform/chromium-win/media/video-volume-slider-expected.txt:
- platform/chromium-win/media/video-zoom-controls-expected.txt:
- platform/win-xp/media/audio-repaint-expected.txt:
- 10:32 AM Changeset in webkit [88956] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Fix possible null dereference in webSecKeychainItemCreateFromContentOnMainThread
https://bugs.webkit.org/show_bug.cgi?id=62736
<rdar://problem/9601595>
- WebProcess/mac/KeychainItemShimMethods.mm: (WebKit::webSecKeychainItemCreateFromContentOnMainThread): SecKeychainItemCreateFromContent can potentially return a null keychain item, so add a null check before trying to retain it.
- 10:28 AM Changeset in webkit [88955] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Ryosuke Niwa <rniwa@webkit.org>
GTK rebaseline after r88913.
- platform/gtk/svg/hixie/text/003-expected.txt:
- 10:24 AM Changeset in webkit [88954] by
-
- 3 edits2 adds in trunk
2011-06-15 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Tony Chang.
IndexedDB: indexedDB.open() name argument is required
https://bugs.webkit.org/show_bug.cgi?id=62398
- storage/indexeddb/database-name-undefined-expected.txt: Added.
- storage/indexeddb/database-name-undefined.html: Added.
2011-06-15 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Tony Chang.
IndexedDB: indexedDB.open() name argument is required
https://bugs.webkit.org/show_bug.cgi?id=62398
Test: storage/indexeddb/database-name-undefined.html
- storage/IDBFactory.idl: use appropriate IDL magic to force undefined values to null, so we handle missing arguments as well as null arguments
- 10:12 AM Changeset in webkit [88953] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-15 Anders Carlsson <andersca@apple.com>
Reviewed by Dan Bernstein.
Ignore responsiveness timer callbacks on closed pages
https://bugs.webkit.org/show_bug.cgi?id=62735
<rdar://problem/9511295>
- UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::close): Use nullptr instead of clear.
(WebKit::WebPageProxy::processDidBecomeUnresponsive):
Return early if the page isn't valid.
(WebKit::WebPageProxy::processDidBecomeResponsive):
Ditto.
(WebKit::WebPageProxy::updateBackingStoreDiscardableState):
Assert that the page is valid.
- 10:12 AM Changeset in webkit [88952] by
-
- 284 edits2 moves in trunk
2011-06-15 Tony Chang <tony@chromium.org>
Reviewed by Ojan Vafai.
Rename RenderFlexibleBox to RenderDeprecatedFlexibleBox
https://bugs.webkit.org/show_bug.cgi?id=62670
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.order:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- html/shadow/MediaControlElements.cpp: (WebCore::RenderMediaControlTimeDisplay::RenderMediaControlTimeDisplay): (WebCore::RenderMediaControlTimeDisplay::layout):
- html/shadow/SliderThumbElement.cpp: (WebCore::RenderSliderContainer::RenderSliderContainer): (WebCore::RenderSliderContainer::layout):
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::createAnonymousBlock):
- rendering/RenderBox.cpp:
- rendering/RenderButton.cpp: (WebCore::RenderButton::RenderButton): (WebCore::RenderButton::addChild): (WebCore::RenderButton::removeChild):
- rendering/RenderButton.h:
- rendering/RenderDeprecatedFlexibleBox.cpp: (WebCore::FlexBoxIterator::FlexBoxIterator): (WebCore::FlexBoxIterator::reset): (WebCore::FlexBoxIterator::first): (WebCore::FlexBoxIterator::next): (WebCore::RenderDeprecatedFlexibleBox::RenderDeprecatedFlexibleBox): (WebCore::RenderDeprecatedFlexibleBox::~RenderDeprecatedFlexibleBox): (WebCore::marginWidthForChild): (WebCore::RenderDeprecatedFlexibleBox::calcHorizontalPrefWidths): (WebCore::RenderDeprecatedFlexibleBox::calcVerticalPrefWidths): (WebCore::RenderDeprecatedFlexibleBox::computePreferredLogicalWidths): (WebCore::RenderDeprecatedFlexibleBox::layoutBlock): (WebCore::gatherFlexChildrenInfo): (WebCore::RenderDeprecatedFlexibleBox::layoutHorizontalBox): (WebCore::RenderDeprecatedFlexibleBox::layoutVerticalBox): (WebCore::RenderDeprecatedFlexibleBox::applyLineClamp): (WebCore::RenderDeprecatedFlexibleBox::placeChild): (WebCore::RenderDeprecatedFlexibleBox::allowedChildFlex): (WebCore::RenderDeprecatedFlexibleBox::renderName):
- rendering/RenderDeprecatedFlexibleBox.h: (WebCore::RenderDeprecatedFlexibleBox::avoidsFloats): (WebCore::RenderDeprecatedFlexibleBox::isFlexibleBox): (WebCore::RenderDeprecatedFlexibleBox::isFlexingChildren): (WebCore::RenderDeprecatedFlexibleBox::isStretchingChildren): (WebCore::RenderDeprecatedFlexibleBox::hasMultipleLines): (WebCore::RenderDeprecatedFlexibleBox::isVertical): (WebCore::RenderDeprecatedFlexibleBox::isHorizontal):
- rendering/RenderDetails.h: Removed the header since it wasn't actually
needed. Looks like a copy/paste error from RenderButton.h.
- rendering/RenderFullScreen.cpp: (RenderFullScreen::RenderFullScreen): (RenderFullScreen::destroy):
- rendering/RenderFullScreen.h:
- rendering/RenderMenuList.cpp: (WebCore::RenderMenuList::RenderMenuList): (WebCore::RenderMenuList::createInnerBlock): (WebCore::RenderMenuList::removeChild):
- rendering/RenderMenuList.h:
- rendering/RenderObject.cpp: (WebCore::RenderObject::createObject):
- rendering/RenderingAllInOne.cpp:
- 10:11 AM Changeset in webkit [88951] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-15 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Dimitri Glazkov.
Can't type text when input element is shrunken by a CSS rule
https://bugs.webkit.org/show_bug.cgi?id=62550
Added a regression test now that the bug no longer reproduces.
- fast/forms/type-after-focus-rule-shrink-width-expected.txt: Added.
- fast/forms/type-after-focus-rule-shrink-width.html: Added.
- 10:02 AM Changeset in webkit [88950] by
-
- 12 edits in trunk
2011-06-15 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Serious performance regression during continuous focused element style updates
https://bugs.webkit.org/show_bug.cgi?id=61038
- inspector/elements/edit-dom-actions.html:
- inspector/elements/set-attribute.html:
- inspector/styles/styles-update-from-js-expected.txt:
- inspector/styles/styles-update-from-js.html:
2011-06-15 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Serious performance regression during continuous focused element style updates
https://bugs.webkit.org/show_bug.cgi?id=61038
Inline style invalidation events are coalesced in the backend and sent over the wire on timer.
- inspector/Inspector.json:
- inspector/InspectorDOMAgent.cpp: (WebCore::RevalidateStyleAttributeTask::onTimer): (WebCore::InspectorDOMAgent::getAttributes): (WebCore::InspectorDOMAgent::didModifyDOMAttr): (WebCore::InspectorDOMAgent::styleAttributeInvalidated):
- inspector/InspectorDOMAgent.h:
- inspector/InspectorStyleSheet.cpp: (WebCore::InspectorStyleSheetForInlineStyle::didModifyElementAttribute): (WebCore::InspectorStyleSheetForInlineStyle::text): (WebCore::InspectorStyleSheetForInlineStyle::setStyleText): (WebCore::InspectorStyleSheetForInlineStyle::ensureParsedDataReady): (WebCore::InspectorStyleSheetForInlineStyle::getStyleAttributeRanges):
- inspector/InspectorStyleSheet.h:
- inspector/front-end/DOMAgent.js: (WebInspector.DOMAgent): (WebInspector.DOMAgent.prototype._attributesUpdated): (WebInspector.DOMAgent.prototype._loadNodeAttributesSoon): (WebInspector.DOMAgent.prototype._loadNodeAttributes): (WebInspector.DOMDispatcher.prototype.attributesUpdated): (WebInspector.DOMDispatcher.prototype.inlineStyleInvalidated):
- 9:55 AM Changeset in webkit [88949] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Martin Robinson <mrobinson@igalia.com>
Reclassify a failing GTK+ test.
- platform/gtk/Skipped: This test is actually failing because EventSender.mouseScrollBy is missing.
- 9:51 AM Changeset in webkit [88948] by
-
- 2 edits in trunk/Source/WebCore
2011-06-15 Jer Noble <jer.noble@apple.com>
Reviewed by Timothy Hatcher.
Full-screen live streams have status text in wrong location
https://bugs.webkit.org/show_bug.cgi?id=62733
Fix a misspelling in the user-agent stylesheet for full-screen mode.
- css/fullscreenQuickTime.css: (video:-webkit-full-screen::-webkit-media-controls-status-display):
- 9:45 AM Changeset in webkit [88947] by
-
- 3 edits in trunk/Source/WebKit/efl
2011-06-15 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Reviewed by Antonio Gomes.
[EFL] Fix and update doxygen documentation for ewk_frame.
https://bugs.webkit.org/show_bug.cgi?id=62533
This patch:
- fixes method descriptions,
- adds briefs for structure and typdef,
- replaces NULL to 0 in doxygen documentation (webkit's style required it),
- removes dots from the end of params and return description (see EFL's documentation),
- moves includes and defines below a brief of ewk_frame.h
- moves internal methods to the end of ewk_frame.cpp.
- ewk/ewk_frame.cpp: (ewk_frame_add):
- ewk/ewk_frame.h:
- 9:28 AM Changeset in webkit [88946] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-15 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Alexey Proskuryakov.
Textarea will not accept space characters at end of line
https://bugs.webkit.org/show_bug.cgi?id=61483
Added a regression test now that the bug has been resolved by r88883.
- editing/input/insert-wrapping-space-in-textarea-expected.txt: Added.
- editing/input/insert-wrapping-space-in-textarea.html: Added.
- 9:26 AM Changeset in webkit [88945] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Jer Noble <jer.noble@apple.com>
Reviewed by Eric Carlson.
(AVFoundation) Apple event video appears as live stream and is not seekable
https://bugs.webkit.org/show_bug.cgi?id=62694
No new tests; There are no media-player port specific tests yet.
Work around a bug in apple.com live stream javascript controller library. When an AVAsset returns an indefinite time
for its duration, return 0 if the asset has no tracks, and infinity otherwise. This keeps the apple.com controller
from identifying the stored stream as a live stream.
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.mm: (WebCore::MediaPlayerPrivateAVFoundationObjC::platformDuration):
- 9:18 AM Changeset in webkit [88944] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88907.
http://trac.webkit.org/changeset/88907
https://bugs.webkit.org/show_bug.cgi?id=62732
See comment #15 by Nikolas Zimmermann on bug 62527 regarding
the deprecation of makeString() (Requested by acidx on
#webkit).
- UIProcess/efl/WebPageProxyEfl.cpp: (WebKit::WebPageProxy::standardUserAgent):
- 9:11 AM Changeset in webkit [88943] by
-
- 31 edits6 deletes in trunk
2011-06-15 Andrey Kosyakov < caseq@chromium.org>
Unreviewed, rolled out r88937 (broke build on mac)
- 9:00 AM Changeset in webkit [88942] by
-
- 3 edits in trunk/Source/WebCore
2011-06-15 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: introduce context menu on ImageView with Copy and Open in new tab actions.
https://bugs.webkit.org/show_bug.cgi?id=62727
- English.lproj/localizedStrings.js:
- inspector/front-end/ImageView.js: (WebInspector.ImageView.prototype._base64ToSize): (WebInspector.ImageView.prototype._contextMenu): (WebInspector.ImageView.prototype._copyImageURL): (WebInspector.ImageView.prototype._openInNewTab):
- 8:59 AM Changeset in webkit [88941] by
-
- 3 edits in trunk/LayoutTests
2011-06-15 Pavel Feldman <pfeldman@google.com>
Not reviewed: fixing new inspector test.
- inspector/debugger/error-in-watch-expressions-expected.txt:
- inspector/debugger/error-in-watch-expressions.html:
- 8:44 AM Changeset in webkit [88940] by
-
- 6 edits in trunk/Source/WebCore
2011-06-15 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: provide unique identifiers for frames
https://bugs.webkit.org/show_bug.cgi?id=62721
- inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::frameDestroyedImpl):
- inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::frameDestroyed):
- inspector/InspectorPageAgent.cpp: (WebCore::InspectorPageAgent::frameForId): (WebCore::InspectorPageAgent::frameId): (WebCore::InspectorPageAgent::frameDestroyed):
- inspector/InspectorPageAgent.h:
- page/Frame.cpp: (WebCore::Frame::~Frame):
- 8:42 AM Changeset in webkit [88939] by
-
- 2 edits in trunk/Source/WebCore
2011-06-15 Andrey Kosyakov <caseq@chromium.org>
Unreviewed build fix: comment unused parameter names.
- loader/ThreadableLoaderClient.h: (WebCore::ThreadableLoaderClient::didReceiveResponse): (WebCore::ThreadableLoaderClient::didReceiveAuthenticationCancellation):
- 8:23 AM Changeset in webkit [88938] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; chromium test expectations update.
A few more updates to bring test_expectations in line with reality.
- platform/chromium/test_expectations.txt:
- 8:20 AM Changeset in webkit [88937] by
-
- 31 edits6 adds in trunk
2011-06-15 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- http/tests/inspector/network/network-xhr-async-expected.txt: Added.
- http/tests/inspector/network/network-xhr-async.html: Added.
- http/tests/inspector/network/network-xhr-sync-expected.txt: Added.
- http/tests/inspector/network/network-xhr-sync.html: Added.
2011-06-15 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
Tests: http/tests/inspector/network/network-xhr-async.html
http/tests/inspector/network/network-xhr-sync.html
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- fileapi/FileReaderLoader.cpp: (WebCore::FileReaderLoader::didReceiveResponse):
- fileapi/FileReaderLoader.h:
- inspector/Inspector.json:
- inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didReceiveXHRResponseImpl): (WebCore::InspectorInstrumentation::willLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didLoadXHRSynchronouslyImpl): (WebCore::InspectorInstrumentation::didCommitLoadImpl):
- inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::didReceiveXHRResponse): (WebCore::InspectorInstrumentation::willLoadXHRSynchronously): (WebCore::InspectorInstrumentation::didLoadXHRSynchronously):
- inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::willSendRequest): (WebCore::InspectorResourceAgent::didReceiveResponse): (WebCore::InspectorResourceAgent::setInitialXHRContent): (WebCore::InspectorResourceAgent::didReceiveXHRResponse): (WebCore::InspectorResourceAgent::willLoadXHRSynchronously): (WebCore::InspectorResourceAgent::didLoadXHRSynchronously): (WebCore::InspectorResourceAgent::getResourceContent): (WebCore::InspectorResourceAgent::mainFrameNavigated): (WebCore::InspectorResourceAgent::InspectorResourceAgent):
- inspector/InspectorResourceAgent.h:
- inspector/NetworkResourcesData.cpp: Added. (WebCore::NetworkResourcesData::ResourceData::ResourceData): (WebCore::NetworkResourcesData::ResourceData::content): (WebCore::NetworkResourcesData::ResourceData::appendContent): (WebCore::NetworkResourcesData::ResourceData::purgeContent): (WebCore::NetworkResourcesData::NetworkResourcesData): (WebCore::NetworkResourcesData::~NetworkResourcesData): (WebCore::NetworkResourcesData::resourceCreated): (WebCore::NetworkResourcesData::responseReceived): (WebCore::NetworkResourcesData::didReceiveXHRResponse): (WebCore::NetworkResourcesData::addResourceContent): (WebCore::NetworkResourcesData::isXHR): (WebCore::NetworkResourcesData::data): (WebCore::NetworkResourcesData::clear): (WebCore::NetworkResourcesData::ensureFreeSpace):
- inspector/NetworkResourcesData.h: Added. (WebCore::NetworkResourcesData::ResourceData::identifier): (WebCore::NetworkResourcesData::ResourceData::loaderId): (WebCore::NetworkResourcesData::ResourceData::frameId): (WebCore::NetworkResourcesData::ResourceData::setFrameId): (WebCore::NetworkResourcesData::ResourceData::url): (WebCore::NetworkResourcesData::ResourceData::setUrl): (WebCore::NetworkResourcesData::ResourceData::isXHR): (WebCore::NetworkResourcesData::ResourceData::setIsXHR): (WebCore::NetworkResourcesData::ResourceData::hasContent): (WebCore::NetworkResourcesData::ResourceData::isContentPurged): (WebCore::NetworkResourcesData::ResourceData::setIsContentPurged):
- inspector/front-end/NetworkManager.js: (WebInspector.NetworkManager.prototype.requestContent): (WebInspector.NetworkDispatcher.prototype._appendRedirect):
- inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype._appendResource): (WebInspector.NetworkPanel.prototype._frameNavigated):
- loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::didReceiveResponse): (WebCore::DocumentThreadableLoader::receivedCancellation): (WebCore::DocumentThreadableLoader::loadRequest):
- loader/DocumentThreadableLoader.h:
- loader/ThreadableLoaderClient.h: (WebCore::ThreadableLoaderClient::didReceiveResponse): (WebCore::ThreadableLoaderClient::didReceiveAuthenticationCancellation):
- loader/ThreadableLoaderClientWrapper.h: (WebCore::ThreadableLoaderClientWrapper::didReceiveResponse): (WebCore::ThreadableLoaderClientWrapper::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.cpp: (WebCore::workerContextDidReceiveResponse): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveResponse): (WebCore::workerContextDidReceiveAuthenticationCancellation): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveAuthenticationCancellation):
- loader/WorkerThreadableLoader.h:
- notifications/Notification.cpp: (WebCore::Notification::didReceiveResponse): (WebCore::Notification::didReceiveAuthenticationCancellation):
- notifications/Notification.h:
- page/EventSource.cpp: (WebCore::EventSource::didReceiveResponse):
- page/EventSource.h:
- xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::createRequest): (WebCore::XMLHttpRequest::didReceiveResponse): (WebCore::XMLHttpRequest::didReceiveAuthenticationCancellation):
- xml/XMLHttpRequest.h:
2011-06-15 Vsevolod Vlasov <vsevik@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.
https://bugs.webkit.org/show_bug.cgi?id=61205
Added inspector backend cache for XHR content.
- src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::didReceiveResponse):
- 8:17 AM Changeset in webkit [88936] by
-
- 6 edits in trunk
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script select can be too wide.
https://bugs.webkit.org/show_bug.cgi?id=62701
- inspector/debugger/scripts-panel-expected.txt:
- inspector/debugger/scripts-panel.html:
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script select can be too wide.
https://bugs.webkit.org/show_bug.cgi?id=62701
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype._displayNameForScriptURL): (WebInspector.ScriptsPanel.prototype._createSourceFrame): (WebInspector.SourceFrameDelegateForScriptsPanel): (WebInspector.SourceFrameDelegateForScriptsPanel.prototype.suggestedFileName):
- inspector/front-end/SourceFile.js:
- 8:16 AM Changeset in webkit [88935] by
-
- 2 edits in trunk/Source/WebKit/gtk
2011-06-15 Claudio Saavedra <Claudio Saavedra>
Reviewed by Xan Lopez.
[GTK] Fix the build with introspection enabled
https://bugs.webkit.org/show_bug.cgi?id=62705
- GNUmakefile.am: Remove include of *.c files, since there are no such files anymore.
- 8:09 AM Changeset in webkit [88934] by
-
- 4 edits10 adds in trunk
2011-06-15 Noel Gordon <noel.gordon@gmail.com>
Reviewed by Eric Seidel.
CSS property outline not displayed on an iframe.
https://bugs.webkit.org/show_bug.cgi?id=57439
- fast/replaced/no-focus-ring-embed-expected.txt: Added.
- fast/replaced/no-focus-ring-embed.html: Added.
- fast/replaced/no-focus-ring-iframe-expected.txt: Added.
- fast/replaced/no-focus-ring-iframe.html: Added.
- fast/replaced/no-focus-ring-object-expected.txt: Added.
- fast/replaced/no-focus-ring-object.html: Added.
- fast/replaced/outline-replaced-elements-expected.txt: Added.
- fast/replaced/outline-replaced-elements.html: Added.
- fast/replaced/resources/focus-test.js: Added. (element.onfocus): Use a small delay to avoid test false positives.
- platform/mac/fast/replaced/outline-replaced-elements-expected.png: Added.
2011-06-15 Noel Gordon <noel.gordon@gmail.com>
Reviewed by Eric Seidel.
Draw CSS outline style for render widgets: iframe, embed, object, applet.
https://bugs.webkit.org/show_bug.cgi?id=57439
Draw CSS outlines for render widgets: iframe, embed, object, applet. These elements can
be focused (via clicks or tabIndex) but should not have a visible focus ring by default.
Tests: fast/replaced/no-focus-ring-embed.html
fast/replaced/no-focus-ring-iframe.html
fast/replaced/no-focus-ring-object.html
fast/replaced/outline-replaced-elements.html
- css/html.css: (applet:focus, embed:focus, iframe:focus, object:focus): Default to no focus ring.
- rendering/RenderWidget.cpp: (WebCore::RenderWidget::paint): Paint the render widget CSS outline style.
- 8:08 AM Changeset in webkit [88933] by
-
- 3 edits in trunk/Source/WebKit/qt
2011-06-15 Diego Gonzalez <diegohcg@webkit.org>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Inconsistent behavior on a form submit request...
https://bugs.webkit.org/show_bug.cgi?id=45523
The inconsistency occurs when a form submission requests a new window.
Two windows are opened (instead of only one) and the first window is opened
as a blank page.
By default each page is put into their own unique page group, which affects popup windows
and visited links. Page groups (per process only) is a feature making it possible to use
separate settings for each group, so that for instance an integrated browser/email reader
can use different settings for displaying HTML pages and HTML email. To make QtWebKit work
as expected out of the box, we use a default group similar to what other ports are doing.
- Api/qwebpage.cpp:
- 8:08 AM Changeset in webkit [88932] by
-
- 2 edits in trunk/Source/WebCore
2011-06-15 Steve Block <steveblock@google.com>
Reviewed by Tony Gentilcore.
V8PerformanceCustom.cpp lacks WEB_TIMING guards
https://bugs.webkit.org/show_bug.cgi?id=62689
No new tests, build fix only.
- bindings/v8/custom/V8PerformanceCustom.cpp:
- 7:57 AM Changeset in webkit [88931] by
-
- 6 edits in trunk
2011-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88916.
http://trac.webkit.org/changeset/88916
https://bugs.webkit.org/show_bug.cgi?id=62728
Broke a bunch of layout tests on chromium (Requested by
podivilov on #webkit).
- inspector/debugger/scripts-panel-expected.txt:
- inspector/debugger/scripts-panel.html:
2011-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88916.
http://trac.webkit.org/changeset/88916
https://bugs.webkit.org/show_bug.cgi?id=62728
Broke a bunch of layout tests on chromium (Requested by
podivilov on #webkit).
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype._createSourceFrame): (WebInspector.SourceFrameDelegateForScriptsPanel): (WebInspector.SourceFrameDelegateForScriptsPanel.prototype.suggestedFileName):
- inspector/front-end/SourceFile.js: (WebInspector.SourceFile.prototype.get displayName):
- 7:55 AM Changeset in webkit [88930] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Stephen White <senorblanco@chromium.org>
Unreviewed; chromium test expectations update.
Suppressing the failures introduced at r88913.
- platform/chromium/test_expectations.txt:
- 7:49 AM Changeset in webkit [88929] by
-
- 3 edits4 adds in trunk/Source/WebKit/efl
2011-06-15 Kamil Blank <k.blank@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL] Soup authentication feature implementation.
https://bugs.webkit.org/show_bug.cgi?id=54752
This implementation is based on GTK implementation.
During ewk initialization SoupSessionFeature is added which provides possibility to handle HTTP basic auth.
To support authentication we have to set function (callback) via ewk_auth_show_dialog_callback_set()
which will be responsible for session authentication.
If callback is set and authentication required - webkit pauses soup message, calls previously set callback
and waits for authentication data (username/password) which should be passed by ewk_auth_credentials_set().
- CMakeListsEfl.txt:
- ewk/ewk_auth.cpp: Added. (ewk_auth_show_dialog_callback_set): Setting callback which should be called when authentication is required. (ewk_auth_credentials_set): Passing authentication data.
- ewk/ewk_auth.h: Added. Authentication API.
- ewk/ewk_auth_soup.cpp: Added. Soup authentication implementation. (_Ewk_Auth_Data::ewk_auth_soup_dialog_class_init): (_Ewk_Auth_Data::ewk_auth_soup_dialog_init): (_Ewk_Auth_Data::ewk_auth_soup_dialog_session_feature_init): (_Ewk_Auth_Data::ewk_auth_soup_show_dialog_callback_set): (_Ewk_Auth_Data::ewk_auth_soup_credentials_set): (_Ewk_Auth_Data::session_authenticate): (_Ewk_Auth_Data::free_auth_data): (_Ewk_Auth_Data::attach): (_Ewk_Auth_Data::detach):
- ewk/ewk_auth_soup.h: Added.
- ewk/ewk_main.cpp: (_ewk_init_body): SoupSessionFeature responsible for authentication added to SoupSession.
- 7:38 AM Changeset in webkit [88928] by
-
- 3 edits in trunk/Source/WebKit/efl
2011-06-15 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88723.
http://trac.webkit.org/changeset/88723
https://bugs.webkit.org/show_bug.cgi?id=62726
Stack can be empty, so it needs to be checked before as
pointed out in the comments of the bug. (Requested by demarchi
on #webkit).
- WebCoreSupport/EditorClientEfl.cpp: (WebCore::EditorClientEfl::registerCommandForUndo): (WebCore::EditorClientEfl::registerCommandForRedo): (WebCore::EditorClientEfl::clearUndoRedoOperations): (WebCore::EditorClientEfl::canRedo): (WebCore::EditorClientEfl::redo):
- WebCoreSupport/EditorClientEfl.h:
- 7:30 AM Changeset in webkit [88927] by
-
- 10 edits in trunk
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script links are displayed with original line number in pretty-print mode.
https://bugs.webkit.org/show_bug.cgi?id=62282
- inspector/debugger/script-formatter-expected.txt:
- inspector/debugger/script-formatter.html:
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script links are displayed with original line number in pretty-print mode.
https://bugs.webkit.org/show_bug.cgi?id=62282
- inspector/front-end/DebuggerPresentationModel.js: (WebInspector.DebuggerPresentationModel): (WebInspector.DebuggerPresentationModel.prototype.registerAnchor): (WebInspector.DebuggerPresentationModel.prototype._updateAnchor.didGetUILocation): (WebInspector.DebuggerPresentationModel.prototype._updateAnchor): (WebInspector.DebuggerPresentationModel.prototype.setFormatSourceFiles): (WebInspector.DebuggerPresentationModel.prototype._debuggerReset):
- inspector/front-end/NetworkPanel.js: (WebInspector.NetworkPanel.prototype.showAnchorLocation): (WebInspector.NetworkPanel.prototype._showResource):
- inspector/front-end/Panel.js: (WebInspector.Panel.prototype.createAnchor): (WebInspector.Panel.prototype.formatAnchorText):
- inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel.prototype.showAnchorLocation):
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype.createAnchor.): (WebInspector.ScriptsPanel.prototype.createAnchor): (WebInspector.ScriptsPanel.prototype.showAnchorLocation.didGetUILocation): (WebInspector.ScriptsPanel.prototype.showAnchorLocation):
- inspector/front-end/inspector.js: (WebInspector._showAnchorLocation): (WebInspector.linkifyResourceAsNode):
- 7:21 AM Changeset in webkit [88926] by
-
- 10 edits1 delete in trunk/Source/WebKit2
[Qt][WK2] Unreviewed rolling out r88799, because it made web process crash.
- Scripts/webkit2/messages.py:
- Shared/LayerTreeContext.h:
- Shared/qt/LayerTreeContextQt.cpp:
(WebKit::LayerTreeContext::LayerTreeContext):
(WebKit::LayerTreeContext::~LayerTreeContext):
(WebKit::LayerTreeContext::encode):
(WebKit::LayerTreeContext::decode):
(WebKit::LayerTreeContext::isEmpty):
(WebKit::operator==):
- UIProcess/DrawingAreaProxy.h:
- UIProcess/DrawingAreaProxy.messages.in:
- WebKit2.pro:
- WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
(WebCore::collectCompositingInfoForThisLayer):
- WebProcess/WebPage/LayerTreeHost.cpp:
(WebKit::LayerTreeHost::create):
- WebProcess/WebPage/qt/LayerTreeHostQt.cpp:
- WebProcess/WebPage/qt/LayerTreeHostQt.h: Removed.
- 6:57 AM Changeset in webkit [88925] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Hans Wennborg <hans@chromium.org>
Reviewed by Tony Gentilcore.
IndexedDB: Use fileExists() first when checking if SQLite db exists
https://bugs.webkit.org/show_bug.cgi?id=62638
In IDBSQLiteBackingStore::backingStoreExists(), which is used to check
if a SQLite database exists and should be considered for migration,
check if the file exists first.
Trying to open a SQLite database for a non-existing file prints a
noisy error message in debug builds.
No new functionality, no new tests.
- storage/IDBSQLiteBackingStore.cpp: (WebCore::IDBSQLiteBackingStore::backingStoreExists):
- 6:53 AM Changeset in webkit [88924] by
-
- 59 edits in trunk/LayoutTests
2011-06-15 Kent Tamura <tkent@chromium.org>
[Chromium] Test expectation update for r88757 and r88901.
https://bugs.webkit.org/show_bug.cgi?id=52920
https://bugs.webkit.org/show_bug.cgi?id=62685
- platform/chromium-gpu-linux/media/controls-after-reload-expected.png:
- platform/chromium-gpu-linux/media/controls-strict-expected.png:
- platform/chromium-gpu-linux/media/controls-styling-expected.png:
- platform/chromium-gpu-linux/media/controls-without-preload-expected.png:
- platform/chromium-gpu-linux/media/video-controls-rendering-expected.png:
- platform/chromium-gpu-linux/media/video-display-toggle-expected.png:
- platform/chromium-gpu-linux/media/video-no-audio-expected.png:
- platform/chromium-gpu-linux/media/video-volume-slider-expected.png:
- platform/chromium-gpu-linux/media/video-zoom-controls-expected.png:
- platform/chromium-gpu-mac/media/controls-after-reload-expected.png:
- platform/chromium-gpu-mac/media/controls-strict-expected.png:
- platform/chromium-gpu-mac/media/controls-styling-expected.png:
- platform/chromium-gpu-mac/media/controls-without-preload-expected.png:
- platform/chromium-gpu-mac/media/video-controls-rendering-expected.png:
- platform/chromium-gpu-mac/media/video-display-toggle-expected.png:
- platform/chromium-gpu-mac/media/video-no-audio-expected.png:
- platform/chromium-gpu-mac/media/video-volume-slider-expected.png:
- platform/chromium-gpu-mac/media/video-zoom-controls-expected.png:
- platform/chromium-gpu-win/media/controls-after-reload-expected.png:
- platform/chromium-gpu-win/media/controls-strict-expected.png:
- platform/chromium-gpu-win/media/controls-styling-expected.png:
- platform/chromium-gpu-win/media/controls-without-preload-expected.png:
- platform/chromium-gpu-win/media/video-controls-rendering-expected.png:
- platform/chromium-gpu-win/media/video-display-toggle-expected.png:
- platform/chromium-gpu-win/media/video-no-audio-expected.png:
- platform/chromium-gpu-win/media/video-volume-slider-expected.png:
- platform/chromium-gpu-win/media/video-zoom-controls-expected.png:
- platform/chromium-linux/media/video-volume-slider-expected.png:
- platform/chromium-mac-leopard/media/video-volume-slider-expected.png:
- platform/chromium-mac/fast/layers/video-layer-expected.txt:
- platform/chromium-mac/media/audio-controls-rendering-expected.txt:
- platform/chromium-mac/media/audio-repaint-expected.txt:
- platform/chromium-mac/media/controls-after-reload-expected.txt:
- platform/chromium-mac/media/controls-strict-expected.txt:
- platform/chromium-mac/media/controls-styling-expected.txt:
- platform/chromium-mac/media/controls-without-preload-expected.txt:
- platform/chromium-mac/media/video-controls-rendering-expected.txt:
- platform/chromium-mac/media/video-display-toggle-expected.txt:
- platform/chromium-mac/media/video-empty-source-expected.txt:
- platform/chromium-mac/media/video-no-audio-expected.txt:
- platform/chromium-mac/media/video-volume-slider-expected.png:
- platform/chromium-mac/media/video-volume-slider-expected.txt:
- platform/chromium-mac/media/video-zoom-controls-expected.txt:
- platform/chromium-win/fast/layers/video-layer-expected.txt:
- platform/chromium-win/media/audio-controls-rendering-expected.txt:
- platform/chromium-win/media/audio-repaint-expected.txt:
- platform/chromium-win/media/controls-after-reload-expected.txt:
- platform/chromium-win/media/controls-strict-expected.txt:
- platform/chromium-win/media/controls-styling-expected.txt:
- platform/chromium-win/media/controls-without-preload-expected.txt:
- platform/chromium-win/media/video-controls-rendering-expected.txt:
- platform/chromium-win/media/video-display-toggle-expected.txt:
- platform/chromium-win/media/video-empty-source-expected.txt:
- platform/chromium-win/media/video-no-audio-expected.txt:
- platform/chromium-win/media/video-volume-slider-expected.png:
- platform/chromium-win/media/video-volume-slider-expected.txt:
- platform/chromium-win/media/video-zoom-controls-expected.txt:
- platform/chromium/test_expectations.txt:
- 6:32 AM Changeset in webkit [88923] by
-
- 2 edits in trunk/LayoutTests
[Qt][Mac] Skip failing tests.
- platform/qt-mac/Skipped:
- 6:19 AM Changeset in webkit [88922] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-06-15 Pavel Feldman <pfeldman@chromium.org>
Not reviewed: [Chromium] one line background color fix for inspector.
- src/js/devTools.css: (body.detached.platform-mac-snowleopard #toolbar): (body.detached.platform-mac-snowleopard.inactive #toolbar):
- 6:17 AM Changeset in webkit [88921] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-06-14 Hans Wennborg <hans@chromium.org>
Reviewed by Tony Gentilcore.
IndexedDB: LevelDB doesn't do incognito mode; fall back to SQLite.
https://bugs.webkit.org/show_bug.cgi?id=62633
LevelDB does not support in-memory databases. Fall back to SQLite
for incognito mode browsing. This will be tested by browser_tests
in Chromium.
- src/WebIDBFactoryImpl.cpp: (WebKit::WebIDBFactoryImpl::open):
- 5:09 AM Changeset in webkit [88920] by
-
- 5 edits in trunk
2011-06-14 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: "data" URLs not detected in CSS url(...) values properly
https://bugs.webkit.org/show_bug.cgi?id=62643
WebCore:
- inspector/front-end/inspector.js: (WebInspector.completeURL):
LayoutTests:
- inspector/styles/styles-url-linkify-expected.txt:
- inspector/styles/styles-url-linkify.html:
- 4:46 AM Changeset in webkit [88919] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipped accessibility test failing in GTK.
Failing after r88830, filed bug 62335 for fixing this issue.
- platform/gtk/Skipped: Skipped test.
- 4:31 AM Changeset in webkit [88918] by
-
- 5 edits2 adds in trunk
2011-06-15 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: [REGRESSION] errors in watches and in console are not rendered in red.
https://bugs.webkit.org/show_bug.cgi?id=62708
- inspector/debugger/error-in-watch-expressions-expected.txt: Added.
- inspector/debugger/error-in-watch-expressions.html: Added.
2011-06-15 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: [REGRESSION] errors in watches and in console are not rendered in red.
https://bugs.webkit.org/show_bug.cgi?id=62708
Test: inspector/debugger/error-in-watch-expressions.html
- inspector/front-end/RemoteObject.js:
- inspector/front-end/WatchExpressionsSidebarPane.js: (WebInspector.WatchExpressionsSection.prototype.update.appendResult): (WebInspector.WatchExpressionsSection.prototype.update): (WebInspector.WatchExpressionTreeElement.prototype.update):
- inspector/front-end/inspector.css: (.console-error-level .console-message-text, .console-error-level .section .header .title): (.console-formatted-object, .console-formatted-node):
- 4:02 AM Changeset in webkit [88917] by
-
- 2 edits in trunk/Source/WebCore
2011-06-15 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. Remove unneeded constructor declaration added by mistake in r88800.
- platform/gtk/GtkAuthenticationDialog.h:
- 3:38 AM Changeset in webkit [88916] by
-
- 6 edits in trunk
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script select can be too wide.
https://bugs.webkit.org/show_bug.cgi?id=62701
- inspector/debugger/scripts-panel-expected.txt:
- inspector/debugger/scripts-panel.html:
2011-06-15 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Yury Semikhatsky.
Web Inspector: script select can be too wide.
https://bugs.webkit.org/show_bug.cgi?id=62701
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel.prototype._displayNameForScriptURL): (WebInspector.ScriptsPanel.prototype._createSourceFrame): (WebInspector.SourceFrameDelegateForScriptsPanel): (WebInspector.SourceFrameDelegateForScriptsPanel.prototype.suggestedFileName):
- inspector/front-end/SourceFile.js:
- 3:03 AM Changeset in webkit [88915] by
-
- 2 edits403 adds in trunk/LayoutTests
Add Qt specific expected files for new passing tests introduced in r88913.
[Qt] css2.1/20110323/inline-non-replaced-height-* tests fail
https://bugs.webkit.org/show_bug.cgi?id=62710
- platform/qt/Skipped: Skip failing tests.
- css2.1/20110323/inline-non-replaced-height-002.htm
- css2.1/20110323/inline-non-replaced-height-003.htm
- platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/qt/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added.
- platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
- platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
- platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
- platform/qt/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
- platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
- platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
- platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
- platform/qt/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
- platform/qt/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/block-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/qt/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-003-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-004-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-005-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/qt/css2.1/20110323/float-replaced-width-011-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/qt/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-002-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-003-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-004-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-005-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-height-007-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-001-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-006-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-011-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-012-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-013-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-014-expected.txt: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/qt/css2.1/20110323/inline-replaced-width-015-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-elements-001-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-elements-001-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
- platform/qt/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/qt/css2.1/20110323/replaced-min-max-001-expected.txt: Added.
- platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/qt/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added.
- platform/qt/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/qt/css2.1/20110323/width-replaced-element-001-expected.txt: Added.
- 1:24 AM Changeset in webkit [88914] by
-
- 4 edits3 adds in trunk
2011-06-10 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Dmitry Titov.
[Chromium] Worker object may be garbage collected if it doesn't send any messages
https://bugs.webkit.org/show_bug.cgi?id=62446
- fast/workers/resources/worker-init.js: Added.
- fast/workers/worker-init-expected.txt: Added.
- fast/workers/worker-init.html: Added.
2011-06-10 Yury Semikhatsky <yurys@chromium.org>
Reviewed by Dmitry Titov.
[Chromium] Worker object may be garbage collected if it doesn't send any messages
https://bugs.webkit.org/show_bug.cgi?id=62446
Assume that WorkerContext has pending activity before explicit notification
is received from it. It prevents worker object from being collected before
the first message from its context is received.
- src/WebWorkerClientImpl.cpp: (WebKit::WebWorkerClientImpl::startWorkerContext): (WebKit::WebWorkerClientImpl::startWorkerContextInternal): (WebKit::WebWorkerClientImpl::startWorkerContextTask):
- src/WebWorkerClientImpl.h:
- 1:02 AM Changeset in webkit [88913] by
-
- 17 edits660 adds in trunk
2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by David Hyatt.
CSS 2.1: Support replaced elements with relative intrinsic sizes
https://bugs.webkit.org/show_bug.cgi?id=15849
CSS 2.1 failure: html4/replaced-intrinsic-ratio-001
https://bugs.webkit.org/show_bug.cgi?id=53099
Imported all CSS 2.1 tests named *replaced* and *intrinsic* (except the still failing background-intrinsic-*) tests.
All of these pass now, except block-non-replaced-width-008.htm which is unrelated to this patch.
- css2.1/20110323: Added.
- css2.1/20110323/absolute-non-replaced-height-001.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-002.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-003.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-004.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-005.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-006.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-007.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-008.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-009.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-010.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-011.htm: Added.
- css2.1/20110323/absolute-non-replaced-height-012.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-001.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-002.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-003.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-004.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-005.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-006.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-007.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-008.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-009.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-010.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-011.htm: Added.
- css2.1/20110323/absolute-non-replaced-max-height-012.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-001.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-002.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-003.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-004.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-005.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-006.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-007.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-008.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-009.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-010.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-011.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-012.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-013.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-014.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-015.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-016.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-017.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-018.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-019.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-020.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-021.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-022.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-023.htm: Added.
- css2.1/20110323/absolute-non-replaced-width-024.htm: Added.
- css2.1/20110323/absolute-replaced-height-001.htm: Added.
- css2.1/20110323/absolute-replaced-height-002.htm: Added.
- css2.1/20110323/absolute-replaced-height-003.htm: Added.
- css2.1/20110323/absolute-replaced-height-004.htm: Added.
- css2.1/20110323/absolute-replaced-height-005.htm: Added.
- css2.1/20110323/absolute-replaced-height-007.htm: Added.
- css2.1/20110323/absolute-replaced-height-008.htm: Added.
- css2.1/20110323/absolute-replaced-height-009.htm: Added.
- css2.1/20110323/absolute-replaced-height-010.htm: Added.
- css2.1/20110323/absolute-replaced-height-011.htm: Added.
- css2.1/20110323/absolute-replaced-height-012.htm: Added.
- css2.1/20110323/absolute-replaced-height-014.htm: Added.
- css2.1/20110323/absolute-replaced-height-016.htm: Added.
- css2.1/20110323/absolute-replaced-height-017.htm: Added.
- css2.1/20110323/absolute-replaced-height-018.htm: Added.
- css2.1/20110323/absolute-replaced-height-019.htm: Added.
- css2.1/20110323/absolute-replaced-height-021.htm: Added.
- css2.1/20110323/absolute-replaced-height-022.htm: Added.
- css2.1/20110323/absolute-replaced-height-023.htm: Added.
- css2.1/20110323/absolute-replaced-height-024.htm: Added.
- css2.1/20110323/absolute-replaced-height-025.htm: Added.
- css2.1/20110323/absolute-replaced-height-026.htm: Added.
- css2.1/20110323/absolute-replaced-height-028.htm: Added.
- css2.1/20110323/absolute-replaced-height-029.htm: Added.
- css2.1/20110323/absolute-replaced-height-030.htm: Added.
- css2.1/20110323/absolute-replaced-height-031.htm: Added.
- css2.1/20110323/absolute-replaced-height-032.htm: Added.
- css2.1/20110323/absolute-replaced-height-033.htm: Added.
- css2.1/20110323/absolute-replaced-height-035.htm: Added.
- css2.1/20110323/absolute-replaced-height-036.htm: Added.
- css2.1/20110323/absolute-replaced-width-001.htm: Added.
- css2.1/20110323/absolute-replaced-width-006.htm: Added.
- css2.1/20110323/absolute-replaced-width-008.htm: Added.
- css2.1/20110323/absolute-replaced-width-013.htm: Added.
- css2.1/20110323/absolute-replaced-width-015.htm: Added.
- css2.1/20110323/absolute-replaced-width-020.htm: Added.
- css2.1/20110323/absolute-replaced-width-022.htm: Added.
- css2.1/20110323/absolute-replaced-width-027.htm: Added.
- css2.1/20110323/absolute-replaced-width-029.htm: Added.
- css2.1/20110323/absolute-replaced-width-034.htm: Added.
- css2.1/20110323/absolute-replaced-width-036.htm: Added.
- css2.1/20110323/absolute-replaced-width-041.htm: Added.
- css2.1/20110323/absolute-replaced-width-043.htm: Added.
- css2.1/20110323/absolute-replaced-width-048.htm: Added.
- css2.1/20110323/absolute-replaced-width-050.htm: Added.
- css2.1/20110323/absolute-replaced-width-055.htm: Added.
- css2.1/20110323/absolute-replaced-width-057.htm: Added.
- css2.1/20110323/absolute-replaced-width-062.htm: Added.
- css2.1/20110323/absolute-replaced-width-064.htm: Added.
- css2.1/20110323/absolute-replaced-width-069.htm: Added.
- css2.1/20110323/absolute-replaced-width-071.htm: Added.
- css2.1/20110323/absolute-replaced-width-076.htm: Added.
- css2.1/20110323/abspos-non-replaced-width-margin-000-ref.htm: Added.
- css2.1/20110323/abspos-non-replaced-width-margin-000.htm: Added.
- css2.1/20110323/abspos-replaced-width-margin-000-ref.htm: Added.
- css2.1/20110323/abspos-replaced-width-margin-000.htm: Added.
- css2.1/20110323/block-non-replaced-height-001.htm: Added.
- css2.1/20110323/block-non-replaced-height-002.htm: Added.
- css2.1/20110323/block-non-replaced-height-003.htm: Added.
- css2.1/20110323/block-non-replaced-height-004.htm: Added.
- css2.1/20110323/block-non-replaced-height-005.htm: Added.
- css2.1/20110323/block-non-replaced-height-006.htm: Added.
- css2.1/20110323/block-non-replaced-height-007.htm: Added.
- css2.1/20110323/block-non-replaced-height-008.htm: Added.
- css2.1/20110323/block-non-replaced-height-009.htm: Added.
- css2.1/20110323/block-non-replaced-height-010.htm: Added.
- css2.1/20110323/block-non-replaced-height-011.htm: Added.
- css2.1/20110323/block-non-replaced-height-012.htm: Added.
- css2.1/20110323/block-non-replaced-height-013.htm: Added.
- css2.1/20110323/block-non-replaced-height-014.htm: Added.
- css2.1/20110323/block-non-replaced-height-015.htm: Added.
- css2.1/20110323/block-non-replaced-height-016.htm: Added.
- css2.1/20110323/block-non-replaced-width-001.htm: Added.
- css2.1/20110323/block-non-replaced-width-002.htm: Added.
- css2.1/20110323/block-non-replaced-width-003.htm: Added.
- css2.1/20110323/block-non-replaced-width-004.htm: Added.
- css2.1/20110323/block-non-replaced-width-005.htm: Added.
- css2.1/20110323/block-non-replaced-width-006.htm: Added.
- css2.1/20110323/block-non-replaced-width-007.htm: Added.
- css2.1/20110323/block-non-replaced-width-008.htm: Added.
- css2.1/20110323/block-replaced-height-001.htm: Added.
- css2.1/20110323/block-replaced-height-002.htm: Added.
- css2.1/20110323/block-replaced-height-003.htm: Added.
- css2.1/20110323/block-replaced-height-004.htm: Added.
- css2.1/20110323/block-replaced-height-005.htm: Added.
- css2.1/20110323/block-replaced-height-007.htm: Added.
- css2.1/20110323/block-replaced-width-001.htm: Added.
- css2.1/20110323/block-replaced-width-006.htm: Added.
- css2.1/20110323/float-non-replaced-height-001.htm: Added.
- css2.1/20110323/float-non-replaced-width-001.htm: Added.
- css2.1/20110323/float-non-replaced-width-002.htm: Added.
- css2.1/20110323/float-non-replaced-width-003.htm: Added.
- css2.1/20110323/float-non-replaced-width-004.htm: Added.
- css2.1/20110323/float-non-replaced-width-005.htm: Added.
- css2.1/20110323/float-non-replaced-width-006.htm: Added.
- css2.1/20110323/float-non-replaced-width-007.htm: Added.
- css2.1/20110323/float-non-replaced-width-008.htm: Added.
- css2.1/20110323/float-non-replaced-width-009.htm: Added.
- css2.1/20110323/float-non-replaced-width-010.htm: Added.
- css2.1/20110323/float-non-replaced-width-011.htm: Added.
- css2.1/20110323/float-non-replaced-width-012.htm: Added.
- css2.1/20110323/float-replaced-height-001.htm: Added.
- css2.1/20110323/float-replaced-height-002.htm: Added.
- css2.1/20110323/float-replaced-height-003.htm: Added.
- css2.1/20110323/float-replaced-height-004.htm: Added.
- css2.1/20110323/float-replaced-height-005.htm: Added.
- css2.1/20110323/float-replaced-height-007.htm: Added.
- css2.1/20110323/float-replaced-width-001.htm: Added.
- css2.1/20110323/float-replaced-width-002.htm: Added.
- css2.1/20110323/float-replaced-width-003.htm: Added.
- css2.1/20110323/float-replaced-width-004.htm: Added.
- css2.1/20110323/float-replaced-width-005.htm: Added.
- css2.1/20110323/float-replaced-width-006.htm: Added.
- css2.1/20110323/float-replaced-width-011.htm: Added.
- css2.1/20110323/inline-block-non-replaced-height-001.htm: Added.
- css2.1/20110323/inline-block-non-replaced-height-002.htm: Added.
- css2.1/20110323/inline-block-non-replaced-width-001.htm: Added.
- css2.1/20110323/inline-block-non-replaced-width-002.htm: Added.
- css2.1/20110323/inline-block-non-replaced-width-003.htm: Added.
- css2.1/20110323/inline-block-non-replaced-width-004.htm: Added.
- css2.1/20110323/inline-block-replaced-height-001.htm: Added.
- css2.1/20110323/inline-block-replaced-height-002.htm: Added.
- css2.1/20110323/inline-block-replaced-height-003.htm: Added.
- css2.1/20110323/inline-block-replaced-height-004.htm: Added.
- css2.1/20110323/inline-block-replaced-height-005.htm: Added.
- css2.1/20110323/inline-block-replaced-height-007.htm: Added.
- css2.1/20110323/inline-block-replaced-width-001.htm: Added.
- css2.1/20110323/inline-block-replaced-width-006.htm: Added.
- css2.1/20110323/inline-non-replaced-height-002.htm: Added.
- css2.1/20110323/inline-non-replaced-height-003.htm: Added.
- css2.1/20110323/inline-non-replaced-width-001.htm: Added.
- css2.1/20110323/inline-non-replaced-width-002.htm: Added.
- css2.1/20110323/inline-replaced-height-001.htm: Added.
- css2.1/20110323/inline-replaced-height-002.htm: Added.
- css2.1/20110323/inline-replaced-height-003.htm: Added.
- css2.1/20110323/inline-replaced-height-004.htm: Added.
- css2.1/20110323/inline-replaced-height-005.htm: Added.
- css2.1/20110323/inline-replaced-height-007.htm: Added.
- css2.1/20110323/inline-replaced-width-001.htm: Added.
- css2.1/20110323/inline-replaced-width-006.htm: Added.
- css2.1/20110323/inline-replaced-width-011.htm: Added.
- css2.1/20110323/inline-replaced-width-012.htm: Added.
- css2.1/20110323/inline-replaced-width-013.htm: Added.
- css2.1/20110323/inline-replaced-width-014.htm: Added.
- css2.1/20110323/inline-replaced-width-015.htm: Added.
- css2.1/20110323/replaced-elements-001.htm: Added.
- css2.1/20110323/replaced-intrinsic-001.htm: Added.
- css2.1/20110323/replaced-intrinsic-002.htm: Added.
- css2.1/20110323/replaced-intrinsic-003.htm: Added.
- css2.1/20110323/replaced-intrinsic-004.htm: Added.
- css2.1/20110323/replaced-intrinsic-005.htm: Added.
- css2.1/20110323/replaced-intrinsic-ratio-001.htm: Added.
- css2.1/20110323/replaced-min-max-001.htm: Added.
- css2.1/20110323/resources: Added.
- css2.1/20110323/resources/1x1-green.png: Added.
- css2.1/20110323/resources/1x1-lime.png: Added.
- css2.1/20110323/resources/1x1-red.png: Added.
- css2.1/20110323/resources/abspos-replaced-width-margin-000-narrow.png: Added.
- css2.1/20110323/resources/abspos-replaced-width-margin-000-wide.png: Added.
- css2.1/20110323/resources/blue15x15.png: Added.
- css2.1/20110323/resources/blue96x96.png: Added.
- css2.1/20110323/resources/intrinsic-ratio.svg: Added.
- css2.1/20110323/resources/replaced-intrinsic-001.svg: Added.
- css2.1/20110323/resources/replaced-intrinsic-002.svg: Added.
- css2.1/20110323/resources/replaced-intrinsic-003.svg: Added.
- css2.1/20110323/resources/replaced-intrinsic-004.svg: Added.
- css2.1/20110323/resources/replaced-intrinsic-005.svg: Added.
- css2.1/20110323/resources/replaced-min-max-1.png: Added.
- css2.1/20110323/resources/replaced-min-max-10.png: Added.
- css2.1/20110323/resources/replaced-min-max-11.png: Added.
- css2.1/20110323/resources/replaced-min-max-12.png: Added.
- css2.1/20110323/resources/replaced-min-max-13.png: Added.
- css2.1/20110323/resources/replaced-min-max-14.png: Added.
- css2.1/20110323/resources/replaced-min-max-15.png: Added.
- css2.1/20110323/resources/replaced-min-max-16.png: Added.
- css2.1/20110323/resources/replaced-min-max-17.png: Added.
- css2.1/20110323/resources/replaced-min-max-18.png: Added.
- css2.1/20110323/resources/replaced-min-max-19.png: Added.
- css2.1/20110323/resources/replaced-min-max-2.png: Added.
- css2.1/20110323/resources/replaced-min-max-3.png: Added.
- css2.1/20110323/resources/replaced-min-max-4.png: Added.
- css2.1/20110323/resources/replaced-min-max-5.png: Added.
- css2.1/20110323/resources/replaced-min-max-6.png: Added.
- css2.1/20110323/resources/replaced-min-max-7.png: Added.
- css2.1/20110323/resources/replaced-min-max-8.png: Added.
- css2.1/20110323/resources/replaced-min-max-9.png: Added.
- css2.1/20110323/resources/replaced-min-max.png: Added.
- css2.1/20110323/resources/swatch-green.png: Added.
- css2.1/20110323/resources/swatch-white.png: Added.
- css2.1/20110323/resources/test-bl.png: Added.
- css2.1/20110323/resources/test-br.png: Added.
- css2.1/20110323/resources/test-tl.png: Added.
- css2.1/20110323/resources/test-tr.png: Added.
- css2.1/20110323/width-non-replaced-inline-001.htm: Added.
- css2.1/20110323/width-replaced-element-001.htm: Added.
- http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm: Added.
- http/tests/misc/resources/intrinsic-ratio-slow.pl: Added.
- http/tests/misc/resources/intrinsic-ratio.svg: Added.
- platform/mac/css2.1/20110323: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-006-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-008-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-009-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-010-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-011-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-height-012-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-006-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-008-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-009-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-010-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-011-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-max-height-012-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-003-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-004-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-005-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-007-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-008-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-009-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-010-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-011-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-012-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-013-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-014-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-015-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-016-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-017-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-018-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-019-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-020-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-021-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-022-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-023-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-non-replaced-width-024-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-008-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-009-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-010-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-011-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-012-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-014-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-016-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-017-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-018-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-019-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-021-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-022-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-023-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-024-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-025-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-026-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-028-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-029-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-030-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-031-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-032-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-033-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-035-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-height-036-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-008-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-013-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-015-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-020-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-022-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-027-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-029-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-034-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-036-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-041-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-043-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-048-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-050-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-055-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-057-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-062-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-064-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-069-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-071-expected.txt: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.png: Added.
- platform/mac/css2.1/20110323/absolute-replaced-width-076-expected.txt: Added.
- platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.png: Added.
- platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-expected.txt: Added.
- platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.png: Added.
- platform/mac/css2.1/20110323/abspos-non-replaced-width-margin-000-ref-expected.txt: Added.
- platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.png: Added.
- platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-expected.txt: Added.
- platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.png: Added.
- platform/mac/css2.1/20110323/abspos-replaced-width-margin-000-ref-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-006-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-008-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-009-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-010-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-011-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-012-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-013-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-014-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-015-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-height-016-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-003-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-004-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-005-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-007-expected.txt: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.png: Added.
- platform/mac/css2.1/20110323/block-non-replaced-width-008-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/block-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/block-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-003-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-004-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-005-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-007-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-008-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-009-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-010-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-011-expected.txt: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.png: Added.
- platform/mac/css2.1/20110323/float-non-replaced-width-012-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-003-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-003-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-004-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-004-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-005-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-005-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/float-replaced-width-011-expected.png: Added.
- platform/mac/css2.1/20110323/float-replaced-width-011-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-003-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-non-replaced-width-004-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/inline-block-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-non-replaced-width-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-002-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-002-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-003-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-003-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-004-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-004-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-005-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-005-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-007-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-height-007-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-001-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-001-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-006-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-006-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-011-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-011-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-012-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-012-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-013-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-013-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-014-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-014-expected.txt: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-015-expected.png: Added.
- platform/mac/css2.1/20110323/inline-replaced-width-015-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-elements-001-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-elements-001-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-001-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-002-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-003-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-004-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-005-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-intrinsic-ratio-001-expected.txt: Added.
- platform/mac/css2.1/20110323/replaced-min-max-001-expected.png: Added.
- platform/mac/css2.1/20110323/replaced-min-max-001-expected.txt: Added.
- platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.png: Added.
- platform/mac/css2.1/20110323/width-non-replaced-inline-001-expected.txt: Added.
- platform/mac/css2.1/20110323/width-replaced-element-001-expected.png: Added.
- platform/mac/css2.1/20110323/width-replaced-element-001-expected.txt: Added.
- platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.png: Added.
- platform/mac/http/tests/misc/object-embedding-svg-delayed-size-negotiation-2-expected.txt: Added.
- platform/mac/svg/hixie/text/003-expected.png: Slight width difference, but a progression, exactly like FF now.
- platform/mac/svg/hixie/text/003-expected.txt: Ditto.
- platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.png: Added.
- platform/mac/svg/zoom/page/zoom-replaced-intrinsic-ratio-001-expected.txt: Added.
- svg/zoom/page/resources/intrinsic-ratio.svg: Added.
- svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm: Added.
2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by David Hyatt.
CSS 2.1: Support replaced elements with relative intrinsic sizes
https://bugs.webkit.org/show_bug.cgi?id=15849
CSS 2.1 failure: html4/replaced-intrinsic-ratio-001
https://bugs.webkit.org/show_bug.cgi?id=53099
Recognize *.htm tests in the old & new DRT implementation, needed for the vanilla css2.1 html4 tests.
- Scripts/old-run-webkit-tests:
- Scripts/webkitpy/layout_tests/port/test_files.py:
2011-06-15 Nikolas Zimmermann <nzimmermann@rim.com>
Reviewed by David Hyatt.
CSS 2.1: Support replaced elements with relative intrinsic sizes
https://bugs.webkit.org/show_bug.cgi?id=15849
CSS 2.1 failure: html4/replaced-intrinsic-ratio-001
https://bugs.webkit.org/show_bug.cgi?id=53099
Generalize the recently added SVG specific host <-> embedded document size-negotiation used
to support embedding SVGs with intrinsic ratio/size via <iframe>/<object>/<embed> from
RenderPart right into RenderReplaced. It will be used to share the size-negotiation logic
with RenderImage, which still has its own way to negotiate with the embedded SVG to figure
out its size (and it's broken in several ways).
This fully implements intrinsic size/ratio support for replaced elements, as specified in:
http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width
http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height
RenderImage has not yet been converted to use the new size negotiation logic, this is just
the ground work. As soon as this is done all ways of embedding SVG is unified in a single
way: the same size negotiation logic used for object/embed/iframe/img for SVG documents.
To use it for non-SVG target documents, it's just a matter of implementing
"RenderBox* embeddedContentBox()" which needs to return the root renderer of the embedded document.
For SVG it's the embedded document RenderSVGRoot renderer, associated with the outermost <svg> element.
It's easy to implement this for embedded MathML documents or PDF documents now, if needed.
Imported all CSS 2.1 tests named *replaced* and *intrinsic* tests, except the still failing background-intrinsic-*
which embed SVGs through background-image or <img>, which still use the old size-negotiation logic.
Tests: css2.1/20110323/* (203 tests + support files)
svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm (same as replaced-intrinsic-ratio-001.htm, but zooms in a few times, to see whether all boxes react properly)
http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm (same as replaced-intrinsic-ratio-001.htm, but with delayed loading of the SVG to test late-size-negotiation)
This fixes:
css2.1/20110323/replaced-intrinsic-ratio-001.htm
css2.1/20110323/replaced-intrinsic-003.htm
css2.1/20110323/block-replaced-height-007.htm
css2.1/20110323/float-replaced-height-007.htm
css2.1/20110323/inline-block-replaced-height-007.htm
css2.1/20110323/inline-replaced-height-007.htm
We're now the first to properly handle replaced-intrinsic-ratio-001.htm out of Opera/FF/IE9 :-)
This is an important piece of embedding SVGs though, so glad that we finally have it.
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::layoutBlockChildren): Use new helper needsPreferredWidthsRecalculation() to figure out whether pref widths need to be calculated. (WebCore::RenderBlock::layoutPositionedObjects): Ditto.
- rendering/RenderBlockLineLayout.cpp: (WebCore::RenderBlock::layoutInlineChildren): Ditto.
- rendering/RenderBox.cpp: (WebCore::RenderBox::needsPreferredWidthsRecalculation): Refactored and extended from RenderBlock*. We have to recalculate pref widths upon layout
if we embed a document with an intrinsic ratio/size, extensively covered by
svg/zoom/page/zoom-replaced-intrinsic-ratio-001.htm
- rendering/RenderBox.h: (WebCore::RenderBox::computeIntrinsicRatioInformation): New virtual function, only implemented in RenderPart so far. This generalizes the existing method from RenderPart.
- rendering/RenderPart.cpp: (WebCore::RenderPart::needsPreferredWidthsRecalculation): Always recompute pref widths of we have an embeddedContentBox() - it may depend on our size. (WebCore::RenderPart::embeddedContentBox): Return the RenderSVGRoot box of the embedded SVG document, if we're embedded through object/embed/iframe (soon img as well).
- rendering/RenderPart.h:
- rendering/RenderReplaced.cpp: (WebCore::RenderReplaced::computeIntrinsicLogicalWidth): New helper function, that either returns a fixed intrinsic size (set by a class inheriting from us) or the embedded target document size. (WebCore::RenderReplaced::computeIntrinsicLogicalHeight): Ditto. (WebCore::RenderReplaced::computeReplacedLogicalWidth): Full implementation of: 10.3.2 Inline, replaced elements: http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-width. (WebCore::RenderReplaced::computeReplacedLogicalHeight): Full implementation of: 10.6.2 Inline, replaced elements: http://www.w3.org/TR/CSS21/visudet.html#inline-replaced-height
- rendering/RenderReplaced.h: (WebCore::RenderReplaced::embeddedContentBox):
- rendering/svg/RenderSVGRoot.cpp: (WebCore::RenderSVGRoot::computeReplacedLogicalWidth): Fix problem when zooming replaced-intrinsic-ratio-001.htm: if ownerWidth is auto, don't apply style()->effectiveZoom() twice. (WebCore::RenderSVGRoot::computeReplacedLogicalHeight): Ditto for ownerHeight auto.
- rendering/svg/RenderSVGRoot.h: Mark 'computeIntrinsicRatioInformation' virtual.
- 12:51 AM Changeset in webkit [88912] by
-
- 4 edits2 adds in trunk/Tools
2011-06-15 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Add a statusbar to MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=62634
It shows the url of the current hovered link.
- MiniBrowser/gtk/BrowserWindow.c: (browserWindowConstructed): Create the GtkSatusbar. (mouseDidMoveOverElement): Update statusbar text. (browserWindowUIClientInit): Add implementation for mouseDidMoveOverElement().
- MiniBrowser/gtk/GNUmakefile.am: Add new files to compilation.
- MiniBrowser/gtk/WebBundle/WebBundleMain.c: Added. (mouseDidMoveOverElement): Pass the url of the current hovered link to the UI process. (didCreatePage): Set the UI client adding an implementation for mouseDidMoveOverElement(). (WKBundleInitialize):
- MiniBrowser/gtk/main.c: (createWKContextWithInjectedBundle): Create a global context with the injected bundle. (loadURI): Use the global context. (main):
- 12:08 AM Changeset in webkit [88911] by
-
- 2 edits in trunk/Source/JavaScriptCore
2011-06-14 Geoffrey Garen <ggaren@apple.com>
Reviewed by Dan Bernstein.
Fixed an inavlid ASSERT I found while investigating
<rdar://problem/9580254> Crash in JSC::HandleHeap::finalizeWeakHandles + 92
https://bugs.webkit.org/show_bug.cgi?id=62699
No test since we don't know of a way to get WebCore to deallocate the
next-to-finalize handle, which is also the last handle in the list,
while finalizing the second-to-last handle in the list.
- heap/HandleHeap.h: (JSC::HandleHeap::deallocate): Don't ASSERT that m_nextToFinalize has a non-0 next() after updating it, since it is valid to update m_nextToFinalize to point to the tail sentinel.
Do ASSERT that m_nextToFinalize has a non-0 next() before updating it,
since it is not valid to update m_nextToFinalize to point past the tail
sentinel.
Also, use m_nextToFinalize consistently for clarity.
- 12:02 AM Changeset in webkit [88910] by
-
- 2 edits in trunk/LayoutTests
2011-06-15 Kent Tamura <tkent@chromium.org>
[Win] Update expectation for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/win-xp/media/audio-repaint-expected.txt:
Jun 14, 2011:
- 11:27 PM Changeset in webkit [88909] by
-
- 2 edits in trunk/LayoutTests
[Qt] Update platform specific expected file.
- platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
- 11:24 PM Changeset in webkit [88908] by
-
- 5 edits in trunk/Source/WebCore
2011-06-09 MORITA Hajime <morrita@google.com>
Reviewed by Dimitri Glazkov.
ShadowContentElement should detach its inclusions before attaching them.
https://bugs.webkit.org/show_bug.cgi?id=62428
- On ShadowContentElement::attach(), changed inclusion attach scheme from per-node reattach() to detach()-all-and-attach()-them. This eliminates attach() order problems which ShadowContentElement possibly has.
- Changed ShadowContentElement to have m_inclusions as a member variable, which will be used by upcoming changes.
- Moved attach() code from ShadowContentSelector to ShadowContentElement because the element now owns the inclusion list.
No new tests. No visible behavioral change yet.
- dom/ShadowContentElement.cpp: (WebCore::ShadowContentElement::attach): (WebCore::ShadowContentElement::detach): Added.
- dom/ShadowContentElement.h: (WebCore::ShadowContentElement::inclusionAt): Added. (WebCore::ShadowContentElement::inclusionCount): Added. (WebCore::toShadowContentElement):
- dom/ShadowContentSelector.cpp: Removed attachChildrenFor() (WebCore::ShadowContentSelector::selectInclusion): Extracted from attachChildrenFor() (WebCore::ShadowContentSelector::willAttachContentFor): Extracted from attachChildrenFor() (WebCore::ShadowContentSelector::didAttachContent): Extracted from attachChildrenFor() (WebCore::ShadowContentSelector::activeElement):
- dom/ShadowContentSelector.h:
- 11:13 PM Changeset in webkit [88907] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-14 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Sam Weinig.
[EFL][WK2] Change string operation to makeString()
https://bugs.webkit.org/show_bug.cgi?id=62527
Use makeString() because it is better than creating individual strings and concatenating them.
- UIProcess/efl/WebPageProxyEfl.cpp: (WebKit::WebPageProxy::standardUserAgent):
- 10:29 PM Changeset in webkit [88906] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-14 Sam Weinig <sam@webkit.org>
Reviewed by Simon Fraser.
Follow up for Callers should be robust against WebImage::create() returning an image with a null snapshot
https://bugs.webkit.org/show_bug.cgi?id=62666
- Shared/API/c/cg/WKImageCG.cpp: (WKImageCreateCGImage): (WKImageCreateFromCGImage): Don't null check the arguments (as per our API design) or the direct result of WebImage::create.
- Shared/UserMessageCoders.h: (WebKit::UserMessageEncoder::baseEncode): Remove redundant check and make not being able to create a handle the same as not being backed by shareable memory.
- 9:37 PM Changeset in webkit [88905] by
-
- 2 edits in trunk/Source/WebCore
<http://webkit.org/b/62677> Part 2/2: Remove duplicate header entries in WebCore project file
Reviewed by Darin Adler.
Most of the DOMSVG*.h headers were added in late 2006, and then
duplicated by late 2007. They've been in the tree a long time.
- WebCore.xcodeproj/project.pbxproj: Let Xcode 4 remove
duplicate header entries.
- 9:37 PM Changeset in webkit [88904] by
-
- 2 edits in trunk/Source/WebCore
<http://webkit.org/b/62677> Part 1/2: Remove duplicate header entries in WebCore project file
Reviewed by Darin Adler.
These headers were added as duplicates in r83256:
DefaultAudioDestinationNode.h
JSOfflineAudioCompletionEvent.h
OfflineAudioCompletionEvent.h
OfflineAudioDestinationNode.h
The following duplicates were introduced in r84053 (after having
been originally added in r83729):
StorageInfo.h
StorageInfoErrorCallback.h
StorageInfoQuotaCallback.h
StorageInfoUsageCallback.h
- WebCore.xcodeproj/project.pbxproj: Remove duplicates using
'uniq' since sort-Xcode-project-file did most of the work.
- 8:51 PM Changeset in webkit [88903] by
-
- 2 edits in trunk/Source/WebKit2
<https://bugs.webkit.org/show_bug.cgi?id=62693>
<rdar://problem/9601436>
windowsKeyCodeForKeyEvent should be robust against NSFlagsChanged events
Reviewed by Ada Chan.
- Shared/mac/WebEventFactory.mm:
(WebKit::windowsKeyCodeForKeyEvent):
Explicitly check for NSFlagsChanged before calling -charactersIgnoringModifiers, since
charactersIgnoringModifiers throws an exception for NSFlagsChanged events.
- 8:44 PM Changeset in webkit [88902] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Ryosuke Niwa <rniwa@webkit.org>
Skip editing/inserting/return-key-span-start.html added by r88890 on Mac WebKit2
since TestRunner doesn't implement eventSender.keyDown.
- platform/mac-wk2/Skipped:
- 8:41 PM Changeset in webkit [88901] by
-
- 3 edits in trunk/Source/WebCore
2011-06-14 Kent Tamura <tkent@chromium.org>
Reviewed by Hajime Morita.
REGRESSION(r88757): [Chromium] Vertical position of media slider thumb is wrong.
https://bugs.webkit.org/show_bug.cgi?id=62685
No new tests. Covered by existing tests.
- rendering/RenderSlider.cpp: (WebCore::RenderSlider::layout): Center the thumb position.
- rendering/RenderSlider.h:
- 8:27 PM Changeset in webkit [88900] by
-
- 1 add in branches/safari-534-branch/Tools/BuildSlaveSupport/kill-old-processes
Merge r88857.
- 8:26 PM Changeset in webkit [88899] by
-
- 1 edit in branches/safari-534-branch/Tools/ChangeLog
Merge r88857.
- 7:58 PM Changeset in webkit [88898] by
-
- 12 edits6 copies in branches/chromium/782
Merge 88489 - 2011-06-09 Kenneth Russell <kbr@google.com>
Reviewed by Adam Barth.
Disallow use of cross-domain media (images, video) in WebGL
https://bugs.webkit.org/show_bug.cgi?id=62257
Updated WebGL implementation to track recent spec updates in this area.
Tests: http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html
http/tests/security/webgl-remote-read-remote-image-allowed.html
http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html
- html/canvas/CanvasRenderingContext.cpp: (WebCore::CanvasRenderingContext::wouldTaintOrigin): (WebCore::CanvasRenderingContext::checkOrigin):
- html/canvas/CanvasRenderingContext.h: (WebCore::CanvasRenderingContext::checkOrigin):
- html/canvas/WebGLRenderingContext.cpp: (WebCore::WebGLRenderingContext::readPixels): (WebCore::WebGLRenderingContext::texImage2D): (WebCore::WebGLRenderingContext::videoFrameToImage): (WebCore::WebGLRenderingContext::texSubImage2D):
- html/canvas/WebGLRenderingContext.h:
2011-06-09 Kenneth Russell <kbr@google.com>
Reviewed by Adam Barth.
Disallow use of cross-domain media (images, video) in WebGL
https://bugs.webkit.org/show_bug.cgi?id=62257
Updated origin-clean-conformance.html to track upstream version in
Khronos repository. Added new layout tests mirroring those added
in bug 61015 which verify that new CORS support for images is
working in the context of WebGL.
Verified new tests in WebKit and Chromium. Skipped tests on
platforms where WebGL is disabled.
- http/tests/canvas/webgl/origin-clean-conformance-expected.txt:
- http/tests/canvas/webgl/origin-clean-conformance.html:
- http/tests/security/webgl-remote-read-remote-image-allowed-expected.txt: Added.
- http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials-expected.txt: Added.
- http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html: Added.
- http/tests/security/webgl-remote-read-remote-image-allowed.html: Added.
- http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin-expected.txt: Added.
- http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html: Added.
- platform/gtk/Skipped:
- platform/mac-leopard/Skipped:
- platform/mac-wk2/Skipped:
- platform/qt/Skipped:
TBR=kbr@google.com
Review URL: http://codereview.chromium.org/7171012
- 7:41 PM Changeset in webkit [88897] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kent Tamura.
[EFL] Change color initialization with clear color constant
https://bugs.webkit.org/show_bug.cgi?id=62691
Some color values are initialized by rbg value. Color constant value is more clear than
rgb value.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::RenderThemeEfl):
- 7:40 PM Changeset in webkit [88896] by
-
- 9 edits in trunk
2011-06-14 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by James Robinson.
Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html
https://bugs.webkit.org/show_bug.cgi?id=48293
And
Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html
https://bugs.webkit.org/show_bug.cgi?id=48303
- canvas/philip/tests/2d.composite.uncovered.pattern.destination-in-expected.txt: Added a trailing line.
- fast/canvas/canvas-composite-alpha.html: Updated now that we clear what is outside the source.
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped:
- platform/mac/Skipped:
- platform/qt/Skipped: Update platform skipped lists.
2011-06-14 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by James Robinson.
Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.fill.destination-in.html
https://bugs.webkit.org/show_bug.cgi?id=48293
And
Fix LayoutTests/canvas/philip/tests/2d.composite.uncovered.pattern.destination-in.html
https://bugs.webkit.org/show_bug.cgi?id=48303
- html/canvas/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::shouldDisplayTransparencyElsewhere): Added CompositeDestinationIn as this is the only one that needs a specific treatment.
- 7:10 PM Changeset in webkit [88895] by
-
- 2 edits1 add in trunk/Source/WebCore
2011-06-14 Naoki Takano <takano.naoki@gmail.com>
Reviewed by Kent Tamura.
[Chromium] Forward modifiers + up/down key events to text field when autofill popup window is shown.
https://bugs.webkit.org/show_bug.cgi?id=62350
http://code.google.com/p/chromium/issues/detail?id=61349
Manual test: autofill-popup-shiftupdown.html
- manual-tests/chromium/autofill-popup-shiftupdown.hml: Added to check modifier + up/down key is working correctly for text area in autofill popup is shown.
- platform/chromium/PopupMenuChromium.cpp: (WebCore::PopupListBox::handleKeyEvent): Check modifier key and menu style to decide if the event should be forwarded or not.
- 7:03 PM Changeset in webkit [88894] by
-
- 3 edits in trunk/LayoutTests
2011-06-14 Ryosuke Niwa <rniwa@webkit.org>
GTK rebaseline for r88883.
- platform/gtk/fast/forms/basic-textareas-expected.txt:
- platform/gtk/fast/forms/basic-textareas-quirks-expected.txt:
- 6:57 PM Changeset in webkit [88893] by
-
- 5 edits in branches/safari-534-branch/Source
Versioning.
- 6:56 PM Changeset in webkit [88892] by
-
- 2 edits in trunk/Source/JavaScriptCore
https://bugs.webkit.org/show_bug.cgi?id=43841
SegmentedVector::operator== typo
Reviewed by Sam Weinig.
- wtf/SegmentedVector.h:
(WTF::SegmentedVectorIterator::operator==):
(WTF::SegmentedVectorIterator::operator!=):
- 6:56 PM Changeset in webkit [88891] by
-
- 1 copy in tags/Safari-534.46
New tag.
- 6:51 PM Changeset in webkit [88890] by
-
- 3 edits2 adds in trunk
2011-06-14 Annie Sullivan <sullivan@chromium.org>
Reviewed by Ryosuke Niwa.
Span ID duplicated when pressing enter at beginning of span
https://bugs.webkit.org/show_bug.cgi?id=62621
Added test for span id not getting duplicated when span is cloned.
- editing/inserting/return-key-span-start-expected.txt: Added.
- editing/inserting/return-key-span-start.html: Added.
2011-06-14 Annie Sullivan <sullivan@chromium.org>
Reviewed by Ryosuke Niwa.
Span ID duplicated when pressing enter at beginning of span
https://bugs.webkit.org/show_bug.cgi?id=62621
Strip id from cloned span, so that it is not duplicated.
Test: editing/inserting/return-key-span-start.html
- editing/InsertParagraphSeparatorCommand.cpp: (WebCore::InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock):
- 6:33 PM Changeset in webkit [88889] by
-
- 8 edits in trunk/LayoutTests
2011-06-14 Ryosuke Niwa <rniwa@webkit.org>
Mac, Windows, and Chromium rebaseline for r88883.
- platform/chromium-linux/fast/forms/basic-textareas-expected.png:
- platform/chromium-win/fast/forms/basic-textareas-expected.png:
- platform/chromium-win/fast/forms/basic-textareas-expected.txt:
- platform/chromium-win/fast/forms/basic-textareas-quirks-expected.txt:
- platform/mac/fast/forms/basic-textareas-expected.png:
- platform/win/fast/forms/basic-textareas-expected.txt:
- platform/win/fast/forms/basic-textareas-quirks-expected.txt:
- 6:13 PM Changeset in webkit [88888] by
-
- 3 edits in trunk/LayoutTests
2011-06-14 Kent Tamura <tkent@chromium.org>
[Chromium][Qt] Assign new bug numbers for slider failures, and skip a test on Qt.
- platform/chromium/test_expectations.txt:
- platform/qt/Skipped:
- 6:11 PM Changeset in webkit [88887] by
-
- 2 edits in trunk/LayoutTests
Unreviewed. Fixing skip list.
VoiceOver cannot navigate the itunes album view table
https://bugs.webkit.org/show_bug.cgi?id=62335
- platform/mac-leopard/Skipped:
- 5:48 PM Changeset in webkit [88886] by
-
- 6 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Use new byte array encoding/decoding functions for WTF argument coders
https://bugs.webkit.org/show_bug.cgi?id=62682
- Platform/CoreIPC/ArgumentCoders.cpp: (CoreIPC::::encode): (CoreIPC::::decode): Use the new functions for the string argument coders.
- Platform/CoreIPC/ArgumentCoders.h: (CoreIPC::SimpleArgumentCoder::encode): (CoreIPC::SimpleArgumentCoder::decode): Use the new functions to avoid encoding/decoding the size when it's known at decode time.
- Platform/CoreIPC/ArgumentDecoder.cpp: (CoreIPC::roundUpToAlignment): Assert that the alignment is a power of 2.
(CoreIPC::decodeFixedLengthData):
Alignment comes before the size.
- UIProcess/cf/WebBackForwardListCF.cpp: (WebKit::WebBackForwardList::createCFDictionaryRepresentation): Add a FIXME about now using the internal CoreIPC encoding format here.
- UIProcess/cf/WebPageProxyCF.cpp: Bump the current session state data version number.
- 5:26 PM Changeset in webkit [88885] by
-
- 4 edits in branches/safari-534-branch/Source/WebKit2
Merge r88856.
- 5:24 PM Changeset in webkit [88884] by
-
- 8 edits in branches/safari-534-branch/Source
Merge r88833.
- 5:19 PM Changeset in webkit [88883] by
-
- 6 edits2 adds in trunk
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by David Hyatt.
Trailing tabs in a textarea become unselectable under certain conditions
https://bugs.webkit.org/show_bug.cgi?id=54598
The bug was caused by WebKit's erroneously collapsing leading whitespace when white-space is
set to pre-wrap. Per CSS 2.1 spec section 16.1.1, leading whitespace should not be removed
in this case.
See also: http://www.w3.org/TR/CSS2/text.html#white-space-model
Fixed the bug by adding an extra argument to shouldCollapseWhiteSpace, indicating whether
whitespace is leading or trailing. It defaults to leading because 16.1.1 does not allow allow
collapsing of whitespace anywhere but at the end of each line.
Test: fast/text/pre-wrap-trailing-tab.html
- rendering/RenderBlockLineLayout.cpp: (WebCore::shouldCollapseWhiteSpace): Added WhitespacePosition as an argument. Returns false when whitespacePosition is not TrailingWhitespace even if white-space is pre-wrap. (WebCore::requiresLineBox): Takes WhitespacePosition as an argument and passes it to shouldCollapseWhiteSpace. (WebCore::RenderBlock::generatesLineBoxesForInlineChild): Calls requiresLineBox. (WebCore::RenderBlock::LineBreaker::skipTrailingWhitespace): Ditto. (WebCore::RenderBlock::LineBreaker::skipLeadingWhitespace): Ditto.
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by David Hyatt.
Trailing tabs in a textarea become unselectable under certain conditions
https://bugs.webkit.org/show_bug.cgi?id=54598
Added a test to ensure Webkit renders leading whitespace when white-space is set to pre-wrap
and word-wrap is set to break-word.
Also rebaselined few tests because WebKit now renders leading whitespace in those tests.
- fast/text/pre-wrap-trailing-tab-expected.txt: Added.
- fast/text/pre-wrap-trailing-tab.html: Added.
- http/tests/misc/acid3-expected.txt:
- platform/mac/fast/forms/basic-textareas-expected.txt:
- platform/mac/fast/forms/basic-textareas-quirks-expected.txt
- 5:15 PM Changeset in webkit [88882] by
-
- 5 edits in branches/safari-534-branch/Source/WebKit2
Merge r88735.
- 5:12 PM Changeset in webkit [88881] by
-
- 5 edits in branches/safari-534-branch/Source/WebKit2
Merge r88607.
- 5:12 PM Changeset in webkit [88880] by
-
- 6 edits in trunk/Source/WebKit2
2011-06-14 No'am Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935
Expose viewportVisibleRect(), so that we can detect which parts of a texture actually
need to be uploaded.
Together with Viatcheslav Ostapenko.
- UIProcess/API/qt/qwkpage.cpp: (QWKPagePrivate::viewportVisibleRect):
- UIProcess/API/qt/qwkpage_p.h:
- UIProcess/PageClient.h:
- UIProcess/WebPageProxy.h:
- UIProcess/qt/WebPageProxyQt.cpp: (WebKit::WebPageProxy::viewportVisibleRect):
- 5:12 PM Changeset in webkit [88879] by
-
- 4 edits in trunk/LayoutTests
2011-06-14 Ryosuke Niwa <rniwa@webkit.org>
Qt rebaseline after r88757.
- platform/qt/fast/forms/range-thumb-height-percentage-expected.txt:
- platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt:
- platform/qt/fast/multicol/client-rects-expected.txt:
- 5:11 PM Changeset in webkit [88878] by
-
- 6 edits3 copies in branches/safari-534-branch
Merge r88591.
- 5:09 PM Changeset in webkit [88877] by
-
- 6 edits in trunk/Source/WebCore
https://bugs.webkit.org/show_bug.cgi?id=62678
When the window is small enough, the scrollbars are misplaced with painting
artifacts, after changing the scrollbar appearance
-and corresponding-
<rdar://problem/9414015>
Reviewed by Dan Bernstein.
Get rid of the FrameView implementation of scrollbarStyleChanged(). Its approach
is just not good.
- page/FrameView.cpp:
- page/FrameView.h:
Implement scrollbarStyleChanged() on ScrollView instead. And just call
updatedScrollbars().
- platform/ScrollView.cpp:
(WebCore::ScrollView::scrollbarStyleChanged):
- platform/ScrollView.h:
Invalidate the old scrollbar before changing it to the new scrollbar. This way
when the scrollbar gets smaller, the older, larger pieces still repaint properly.
- platform/mac/ScrollAnimatorMac.mm:
(WebCore::ScrollAnimatorMac::updateScrollerStyle):
- 4:50 PM Changeset in webkit [88876] by
-
- 4 edits in branches/safari-534-branch/Source/WebCore
Merge r88685.
- 4:49 PM Changeset in webkit [88875] by
-
- 3 edits in branches/safari-534-branch/Source/WebKit2
Merge r88677.
- 4:46 PM Changeset in webkit [88874] by
-
- 6 edits in branches/safari-534-branch/Source
Merge r88654.
- 4:39 PM Changeset in webkit [88873] by
-
- 14 edits in trunk/Source/JavaScriptCore
2011-06-14 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Constant array literals result in unnecessarily large amounts of code
https://bugs.webkit.org/show_bug.cgi?id=62658
Add a new version of op_new_array that simply copies values from a buffer
we hang off of the CodeBlock, rather than generating code to place each
entry into the registerfile, and then copying it from the registerfile into
the array. This is a slight improvement on some sunspider tests, but no
measurable overall change. That's okay though as our goal was to reduce
code size without hurting performance.
- bytecode/CodeBlock.cpp: (JSC::CodeBlock::dump):
- bytecode/CodeBlock.h: (JSC::CodeBlock::addImmediateBuffer): (JSC::CodeBlock::immediateBuffer):
- bytecode/Opcode.h:
- bytecompiler/BytecodeGenerator.cpp: (JSC::BytecodeGenerator::addImmediateBuffer): (JSC::BytecodeGenerator::emitNewArray):
- bytecompiler/BytecodeGenerator.h:
- bytecompiler/NodesCodegen.cpp: (JSC::ArrayNode::emitBytecode):
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- jit/JIT.cpp: (JSC::JIT::privateCompileMainPass):
- jit/JIT.h:
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_new_array): (JSC::JIT::emit_op_new_array_buffer):
- jit/JITOpcodes32_64.cpp:
- jit/JITStubs.cpp: (JSC::DEFINE_STUB_FUNCTION):
- jit/JITStubs.h:
- 4:35 PM Changeset in webkit [88872] by
-
- 29 edits in trunk/Source/WebKit/gtk
2011-06-14 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
[GTK] Remove G_CONST_RETURN usage
https://bugs.webkit.org/show_bug.cgi?id=62673
Change G_CONST_RETURN for a simple "const" throughout the
codebase, since G_CONST_RETURN is deprecated now. This should be
totally equivalent since for all practical purposes the macro is
always expanded to const.
- webkit/webkitapplicationcache.cpp: (webkit_application_cache_get_database_directory_path): use const instead of G_CONST_RETURN.
- webkit/webkitapplicationcache.h:
- webkit/webkiticondatabase.cpp: (webkit_icon_database_get_path): ditto.
- webkit/webkiticondatabase.h:
- webkit/webkitnetworkrequest.cpp: (webkit_network_request_get_uri): ditto.
- webkit/webkitnetworkrequest.h:
- webkit/webkitnetworkresponse.cpp: (webkit_network_response_get_uri): ditto.
- webkit/webkitnetworkresponse.h:
- webkit/webkitsecurityorigin.cpp: (webkit_security_origin_get_protocol): ditto. (webkit_security_origin_get_host): ditto.
- webkit/webkitsecurityorigin.h:
- webkit/webkitwebdatabase.cpp: (webkit_web_database_get_name): ditto. (webkit_web_database_get_display_name): ditto. (webkit_web_database_get_filename): ditto. (webkit_get_web_database_directory_path): ditto.
- webkit/webkitwebdatabase.h:
- webkit/webkitwebdatasource.cpp: (webkit_web_data_source_get_encoding): ditto. (webkit_web_data_source_get_unreachable_uri): ditto.
- webkit/webkitwebdatasource.h:
- webkit/webkitwebframe.cpp: (webkit_web_frame_get_title): ditto. (webkit_web_frame_get_uri): ditto. (webkit_web_frame_get_name): ditto.
- webkit/webkitwebframe.h:
- webkit/webkitwebhistoryitem.cpp: (webkit_web_history_item_get_title): ditto. (webkit_web_history_item_get_alternate_title): ditto. (webkit_web_history_item_get_uri): ditto. (webkit_web_history_item_get_original_uri): ditto. (webkit_web_history_item_get_target): ditto.
- webkit/webkitwebhistoryitem.h:
- webkit/webkitwebhistoryitemprivate.h:
- webkit/webkitwebnavigationaction.cpp: (webkit_web_navigation_action_get_target_frame): ditto.
- webkit/webkitwebnavigationaction.h:
- webkit/webkitwebresource.cpp: (webkit_web_resource_get_uri): ditto. (webkit_web_resource_get_mime_type): ditto. (webkit_web_resource_get_encoding): ditto. (webkit_web_resource_get_frame_name): ditto.
- webkit/webkitwebresource.h:
- webkit/webkitwebsettings.cpp: (webkit_web_settings_get_user_agent): ditto.
- webkit/webkitwebsettings.h:
- webkit/webkitwebview.cpp: (webkit_web_view_get_title): ditto. (webkit_web_view_get_uri): ditto. (webkit_web_view_get_icon_uri): ditto.
- webkit/webkitwebview.h:
- webkit/webkitwebviewcommon.h:
- 4:29 PM Changeset in webkit [88871] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Michael Saboff <msaboff@apple.com>
Reviewed by Joseph Pecoraro.
Incorrect #if[n]def for building without DISPATCH_VM_PRESSURE
https://bugs.webkit.org/show_bug.cgi?id=62649
Take 2.
The #ifdef DISPATCH_VM_PRESSURE doesn't work. Combined the code
inside this #ifdef with the prior #ifndef DISPATCH_SOURCE_TYPE_VM.
No functional changes, fixing build issue therefore no tests.
- platform/mac/MemoryPressureHandlerMac.mm:
- 4:25 PM Changeset in webkit [88870] by
-
- 11 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Start using the new encode/decode functions
https://bugs.webkit.org/show_bug.cgi?id=62676
- Platform/CoreIPC/DataReference.cpp: (CoreIPC::DataReference::encode): Use encodeVariableLengthByteArray.
- Shared/UserMessageCoders.h: (WebKit::UserMessageEncoder::baseEncode): Use encodeVariableLengthByteArray and the new dataReference accessors.
(WebKit::UserMessageDecoder::baseDecode):
Use decodeVariableLengthByteArray.
- Shared/WebData.h: (WebKit::WebData::dataReference): Return a reference to the data.
- Shared/WebSerializedScriptValue.h: (WebKit::WebSerializedScriptValue::dataReference): Ditto.
- Shared/cf/ArgumentCodersCF.cpp: (CoreIPC::encode): Use encodeVariableLengthByteArray.
- Shared/mac/SandboxExtensionMac.mm: (WebKit::SandboxExtension::Handle::encode): Use encodeVariableLengthByteArray.
- WebProcess/WebPage/DecoderAdapter.cpp: (WebKit::DecoderAdapter::decodeBytes): Use decodeVariableLengthByteArray.
- WebProcess/WebPage/EncoderAdapter.cpp: (WebKit::EncoderAdapter::dataReference): Rename data() to dataReference() to indicate that it returns a reference to the data.
(WebKit::EncoderAdapter::encodeBytes):
Use encodeVariableLengthByteArray.
- 4:13 PM Changeset in webkit [88869] by
-
- 7 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Add encodeVariableLengthByteArray and decodeVariableLengthByteArray
https://bugs.webkit.org/show_bug.cgi?id=62674
Rename the ArgumentDecoder::decodeBytes overload that takes a DataReference to
decodeVariableLengthByteArray, to match the added encodeVariableLengthByteArray.
- Platform/CoreIPC/ArgumentDecoder.cpp: (CoreIPC::ArgumentDecoder::decodeVariableLengthByteArray):
- Platform/CoreIPC/ArgumentDecoder.h:
- Platform/CoreIPC/ArgumentEncoder.cpp: (CoreIPC::ArgumentEncoder::encodeFixedLengthData): (CoreIPC::ArgumentEncoder::encodeVariableLengthByteArray):
- Platform/CoreIPC/ArgumentEncoder.h:
- Platform/CoreIPC/DataReference.cpp: (CoreIPC::DataReference::decode):
- Shared/mac/SandboxExtensionMac.mm: (WebKit::SandboxExtension::Handle::decode):
- 4:09 PM Changeset in webkit [88868] by
-
- 6 edits in branches/safari-534-branch/Source/WebCore
Merge r88653.
- 4:06 PM Changeset in webkit [88867] by
-
- 2 edits in branches/safari-534-branch/Source/WebKit2
Merge r88647.
- 4:05 PM Changeset in webkit [88866] by
-
- 14 edits in trunk/Source/JavaScriptCore
2011-06-14 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88841.
http://trac.webkit.org/changeset/88841
https://bugs.webkit.org/show_bug.cgi?id=62672
Caused many tests to crash (Requested by rniwa on #webkit).
- bytecode/CodeBlock.cpp: (JSC::CodeBlock::dump):
- bytecode/CodeBlock.h:
- bytecode/Opcode.h:
- bytecompiler/BytecodeGenerator.cpp: (JSC::BytecodeGenerator::emitNewArray):
- bytecompiler/BytecodeGenerator.h:
- bytecompiler/NodesCodegen.cpp: (JSC::ArrayNode::emitBytecode):
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- jit/JIT.cpp: (JSC::JIT::privateCompileMainPass):
- jit/JIT.h:
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_new_array):
- jit/JITOpcodes32_64.cpp: (JSC::JIT::emit_op_new_array):
- jit/JITStubs.cpp:
- jit/JITStubs.h:
- 4:05 PM Changeset in webkit [88865] by
-
- 4 edits4 copies in branches/chromium/782
Merge 88601
BUG=85302
Review URL: http://codereview.chromium.org/7169001
- 4:05 PM Changeset in webkit [88864] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Merge r88629.
- 4:03 PM Changeset in webkit [88863] by
-
- 4 edits in branches/safari-534-branch/Source
Merge r88599.
- 4:02 PM Changeset in webkit [88862] by
-
- 3 edits in branches/safari-534-branch/Source/WebKit2
Merge r88588.
- 4:00 PM Changeset in webkit [88861] by
-
- 5 edits in branches/safari-534-branch/Source
Merge r88585.
- 3:57 PM Changeset in webkit [88860] by
-
- 4 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Add functions for converting between DataReferences and vectors
https://bugs.webkit.org/show_bug.cgi?id=62671
- Platform/CoreIPC/DataReference.h: (CoreIPC::DataReference::DataReference): New implicit constructor that takes a vector.
(CoreIPC::DataReference::vector):
New function that returns a new vector.
- Shared/WebBackForwardListItem.cpp: (WebKit::WebBackForwardListItem::encode): Use implicit constructor.
- WebProcess/WebPage/WebPage.cpp: (WebKit::WebPage::runJavaScriptInMainFrame): Ditto.
- 3:57 PM Changeset in webkit [88859] by
-
- 2 edits in branches/safari-534-branch/Source/WebCore
Merge r88528.
- 3:54 PM Changeset in webkit [88858] by
-
- 2 edits in branches/safari-534-branch/Source/WebKit2
Merge r87834.
- 3:23 PM Changeset in webkit [88857] by
-
- 1 edit1 move in trunk/Tools
2011-06-14 Lucas Forschler <Lucas Forschler>
Reviewed by Stephanie Lewis.
https://bugs.webkit.org/show_bug.cgi?id=62495
Bug 62495 - combine windows and mac kill-old-processes script
Add a platform agnostic script. Remove the recently added mac flavor.
Note: Leaving the windows one alone, since it is currently used by the WebKit bots.
- BuildSlaveSupport/kill-old-processes: Added.
- BuildSlaveSupport/mac: Removed.
- BuildSlaveSupport/mac/kill-old-processes: Removed.
- 3:18 PM Changeset in webkit [88856] by
-
- 4 edits in trunk/Source/WebKit2
<https://bugs.webkit.org/show_bug.cgi?id=62666>
<rdar://problem/9606676>
Callers should be robust against WebImage::create() returning an image with a null snapshot
Reviewed by Dan Bernstein.
- Shared/API/c/cg/WKImageCG.cpp:
(WKImageCreateCGImage):
Return 0 if no bitmap was created.
(WKImageCreateFromCGImage):
Ditto.
- Shared/UserMessageCoders.h:
(WebKit::UserMessageEncoder::baseEncode):
Check for null before dereferencing image->bitmap() in two places.
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::snapshotInViewCoordinates):
Return 0 if no bitmap was created.
(WebKit::WebPage::scaledSnapshotInDocumentCoordinates):
Ditto.
(WebKit::WebPage::createSnapshotOfVisibleContent):
Bail out if no bitmap was created.
- 3:07 PM Changeset in webkit [88855] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Turns out, inspector/cookie-parser.html can timeout out.
- platform/chromium/test_expectations.txt: Added expectation of TIMEOUT.
- 2:51 PM Changeset in webkit [88854] by
-
- 4 edits3 adds in trunk
2011-06-14 Jeffrey Pfau <jpfau@apple.com>
Reviewed by David Hyatt.
Null dereference in WebCore::RenderBlock::splitFlow regarding use of multicol, inline-block, and spanning elements
https://bugs.webkit.org/show_bug.cgi?id=60028
Added test for spanning elements within an inline-block child of a multicol element.
- fast/multicol/span/span-as-nested-inline-block-child.html: Added.
- platform/chromium/test_expectations.txt:
- platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.png: Added.
- platform/mac/fast/multicol/span/span-as-nested-inline-block-child-expected.txt: Added.
2011-06-14 Jeffrey Pfau <jpfau@apple.com>
Reviewed by David Hyatt.
Null dereference in WebCore::RenderBlock::splitFlow regarding use of multicol, inline-block, and spanning elements
https://bugs.webkit.org/show_bug.cgi?id=60028
Ensure that the parent block of a spanning element, if it is not itself
a multicol element, is not inline.
Test: fast/multicol/span/span-as-nested-inline-block-child.html
- rendering/RenderBlock.cpp: (WebCore::RenderBlock::columnsBlockForSpanningElement):
- 2:39 PM Changeset in webkit [88853] by
-
- 5 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Darin Adler.
Add functions for encoding/decoding data with a known size and alignment
https://bugs.webkit.org/show_bug.cgi?id=62663
- Platform/CoreIPC/ArgumentDecoder.cpp: (CoreIPC::ArgumentDecoder::decodeFixedLengthData):
- Platform/CoreIPC/ArgumentDecoder.h:
- Platform/CoreIPC/ArgumentEncoder.cpp: (CoreIPC::ArgumentEncoder::encodeFixedLengthData): (CoreIPC::ArgumentEncoder::encodeVariableLengthData):
- Platform/CoreIPC/ArgumentEncoder.h:
- 2:24 PM Changeset in webkit [88852] by
-
- 2 edits3 copies in branches/chromium/742
Merge 88288 - 2011-06-07 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by James Robinson.
Add a test to verify that RTL pages that trigger the compositor
render correctly.
https://bugs.webkit.org/show_bug.cgi?id=62246
- compositing/geometry/rtl-composited-expected.png: Added.
- compositing/geometry/rtl-composited-expected.txt: Added.
- compositing/geometry/rtl-composited.html: Added.
2011-06-07 Vangelis Kokkevis <vangelis@chromium.org>
Reviewed by James Robinson.
Disable compositing for RTL pages in the RenderLayerCompositor rather
than later on in the WebViewImpl.
https://bugs.webkit.org/show_bug.cgi?id=62246
- src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::allowedCompositingTriggers):
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::layout): (WebKit::WebViewImpl::setRootGraphicsLayer):
TBR=vangelis@chromium.org
Review URL: http://codereview.chromium.org/7163005
- 1:51 PM Changeset in webkit [88851] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Record expectation of crash for inspector/cookie-parser.html.
- platform/chromium/test_expectations.txt: Recorded.
- 1:50 PM Changeset in webkit [88850] by
-
- 1 edit in branches/chromium/742/Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp
Merge 87439
BUG=83270
Review URL: http://codereview.chromium.org/7166003
- 1:41 PM Changeset in webkit [88849] by
-
- 3 edits2 copies in branches/chromium/742
Merge 87171
BUG=83270
Review URL: http://codereview.chromium.org/7111053
- 1:36 PM Changeset in webkit [88848] by
-
- 5 edits in trunk/Tools
2011-06-14 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
nrwt: handle worker exceptions cleanly
https://bugs.webkit.org/show_bug.cgi?id=62614
This change modifiers new-run-webkit-tests to handle exceptions
raised by worker threads better, by:
- capturing the worker's stack and logging it in the manager
- propagating the worker's exception in the caller correctly
- attempting to cancel the workers and clean up even when we get an unexpected exception
- Scripts/webkitpy/layout_tests/layout_package/manager.py:
- Scripts/webkitpy/layout_tests/layout_package/worker.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests.py:
- Scripts/webkitpy/layout_tests/run_webkit_tests_integrationtest.py:
- 1:35 PM Changeset in webkit [88847] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Jer Noble <jer.noble@apple.com>
Reviewed by Eric Carlson.
REGRESSION: Drawing video into canvas gets about one frame every 5 seconds (AVFoundation)
https://bugs.webkit.org/show_bug.cgi?id=62655
No new tests; we don't have any media-engine specific tests.
AVAssetImageGenerator will, by default, return the nearest keyframe. To get the generator to return
the image from the current time instead of the nearest keyframe, set the requested time tolerance to
zero (which defaults to infinity).
- platform/graphics/avfoundation/MediaPlayerPrivateAVFoundationObjC.mm: (WebCore::MediaPlayerPrivateAVFoundationObjC::createContextVideoRenderer):
- 1:20 PM Changeset in webkit [88846] by
-
- 6 edits1 add in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Move string ArgumentCoder template specializations out into a .cpp file
https://bugs.webkit.org/show_bug.cgi?id=62660
- GNUmakefile.am:
- Platform/CoreIPC/ArgumentCoders.cpp: Added. (CoreIPC::::encode): (CoreIPC::::decode):
- Platform/CoreIPC/ArgumentCoders.h:
- WebKit2.pro:
- WebKit2.xcodeproj/project.pbxproj:
- win/WebKit2.vcproj:
- 1:09 PM Changeset in webkit [88845] by
-
- 2 edits in branches/chromium/742/Source
Merge 87103
BUG=83270
Review URL: http://codereview.chromium.org/7155005
- 1:01 PM Changeset in webkit [88844] by
-
- 23 edits in trunk/Source
2011-06-14 Eric Uhrhane <ericu@chromium.org>
Reviewed by Darin Fisher.
Clean up filesystem base path code.
https://bugs.webkit.org/show_bug.cgi?id=60218
Change a bunch of url-held-in-a-string parameters into real KURLS and
WebURLs.
No new tests--no change in functionality.
- fileapi/DOMFileSystem.cpp: (WebCore::DOMFileSystem::createWriter): (WebCore::DOMFileSystem::createFile):
- fileapi/DOMFileSystemBase.cpp: (WebCore::DOMFileSystemBase::getMetadata): (WebCore::DOMFileSystemBase::move): (WebCore::DOMFileSystemBase::copy): (WebCore::DOMFileSystemBase::remove): (WebCore::DOMFileSystemBase::removeRecursively): (WebCore::DOMFileSystemBase::getParent): (WebCore::DOMFileSystemBase::getFile): (WebCore::DOMFileSystemBase::getDirectory): (WebCore::DOMFileSystemBase::readDirectory):
- fileapi/DOMFileSystemSync.cpp: (WebCore::DOMFileSystemSync::createFile): (WebCore::DOMFileSystemSync::createWriter):
- platform/AsyncFileSystem.cpp: (WebCore::AsyncFileSystem::openFileSystem):
- platform/AsyncFileSystem.h: (WebCore::AsyncFileSystem::AsyncFileSystem):
2011-06-14 Eric Uhrhane <ericu@chromium.org>
Reviewed by Darin Fisher.
Clean up filesystem base path code.
https://bugs.webkit.org/show_bug.cgi?id=60218
Change a bunch of url-held-in-a-string parameters into real KURLS and
WebURLs. Also add a #define to make it easier to stage this change, as
it involves both Chromium and WebKit changes that would ideally be
simultaneous.
No new tests--no change in functionality.
- public/WebFileSystem.h:
- public/WebFileSystemCallbacks.h:
- public/WebFrame.h:
- src/AsyncFileSystemChromium.cpp:
- src/AsyncFileSystemChromium.h:
- src/WebFileSystemCallbacksImpl.cpp:
- src/WebFileSystemCallbacksImpl.h:
- src/WebFrameImpl.cpp:
- src/WorkerAsyncFileSystemChromium.cpp:
- src/WorkerAsyncFileSystemChromium.h:
- src/WorkerAsyncFileWriterChromium.cpp:
- src/WorkerAsyncFileWriterChromium.h:
- src/WorkerFileSystemCallbacksBridge.cpp:
- src/WorkerFileSystemCallbacksBridge.h:
- src/WorkerFileWriterCallbacksBridge.cpp:
- src/WorkerFileWriterCallbacksBridge.h:
- 12:54 PM Changeset in webkit [88843] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
VoiceOver cannot navigate the itunes album view table
https://bugs.webkit.org/show_bug.cgi?id=62335
Tables are not supported on Leopard for accessibility.
- platform/mac-leopard/Skipped:
- 12:37 PM Changeset in webkit [88842] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Remove PluginInfoStore::Plugin typedef
https://bugs.webkit.org/show_bug.cgi?id=62657
- UIProcess/Plugins/PluginInfoStore.h:
- UIProcess/Plugins/win/PluginInfoStoreWin.cpp: (WebKit::PluginInfoStore::getPluginInfo): (WebKit::PluginInfoStore::shouldUsePlugin):
- 12:10 PM Changeset in webkit [88841] by
-
- 14 edits in trunk/Source/JavaScriptCore
2011-06-14 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Constant array literals result in unnecessarily large amounts of code
https://bugs.webkit.org/show_bug.cgi?id=62658
Add a new version of op_new_array that simply copies values from a buffer
we hang off of the CodeBlock, rather than generating code to place each
entry into the registerfile, and then copying it from the registerfile into
the array. This is a slight improvement on some sunspider tests, but no
measurable overall change. That's okay though as our goal was to reduce
code size without hurting performance.
- bytecode/CodeBlock.cpp: (JSC::CodeBlock::dump):
- bytecode/CodeBlock.h: (JSC::CodeBlock::addImmediateBuffer): (JSC::CodeBlock::immediateBuffer):
- bytecode/Opcode.h:
- bytecompiler/BytecodeGenerator.cpp: (JSC::BytecodeGenerator::addImmediateBuffer): (JSC::BytecodeGenerator::emitNewArray):
- bytecompiler/BytecodeGenerator.h:
- bytecompiler/NodesCodegen.cpp: (JSC::ArrayNode::emitBytecode):
- interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute):
- jit/JIT.cpp: (JSC::JIT::privateCompileMainPass):
- jit/JIT.h:
- jit/JITOpcodes.cpp: (JSC::JIT::emit_op_new_array): (JSC::JIT::emit_op_new_array_buffer):
- jit/JITOpcodes32_64.cpp:
- jit/JITStubs.cpp: (JSC::DEFINE_STUB_FUNCTION):
- jit/JITStubs.h:
- 11:48 AM Changeset in webkit [88840] by
-
- 2 edits1 add8 deletes in trunk/LayoutTests
2011-06-14 Wyatt Carss <wcarss@google.com>
Reviewed by Ryosuke Niwa.
dump-as-text conversion: editing/deleting/5300379.html
https://bugs.webkit.org/show_bug.cgi?id=62620
Converted from pixel test to dump-as-text. This tests that delete backward
by word does not hang inside an empty div, and that delete backward by word
deletes exactly one word.
- editing/deleting/5300379-expected.txt: Added.
- editing/deleting/5300379.html:
- platform/chromium-win/editing/deleting/5300379-expected.txt: Removed.
- platform/chromium-win/editing/deleting/5300379-expected.png: Removed.
- platform/gtk/editing/deleting/5300379-expected.txt: Removed.
- platform/gtk/editing/deleting/5300379-expected.png: Removed.
- platform/mac/editing/deleting/5300379-expected.txt: Removed.
- platform/mac/editing/deleting/5300379-expected.png: Removed.
- platform/qt/editing/deleting/5300379-expected.txt: Removed.
- platform/qt/editing/deleting/5300379-expected.png: Removed.
- 11:45 AM Changeset in webkit [88839] by
-
- 15 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Create the PluginModuleInfo class and reverse the typedef so that PluginInfoStore::Plugin is now a typedef
https://bugs.webkit.org/show_bug.cgi?id=62654
- UIProcess/Plugins/PluginInfoStore.cpp: (WebKit::PluginInfoStore::loadPluginsIfNecessary): (WebKit::PluginInfoStore::loadPlugin): (WebKit::PluginInfoStore::findPluginForMIMEType): (WebKit::PluginInfoStore::findPluginForExtension): (WebKit::PluginInfoStore::findPlugin): (WebKit::PluginInfoStore::infoForPluginWithPath):
- UIProcess/Plugins/PluginInfoStore.h:
- UIProcess/Plugins/PluginProcessManager.cpp: (WebKit::PluginProcessManager::getPluginProcessConnection):
- UIProcess/Plugins/PluginProcessProxy.cpp: (WebKit::PluginProcessProxy::PluginProcessProxy):
- UIProcess/Plugins/WebPluginSiteDataManager.cpp: (WebKit::WebPluginSiteDataManager::getSitesWithData): (WebKit::WebPluginSiteDataManager::clearSiteData):
- UIProcess/Plugins/mac/PluginInfoStoreMac.mm: (WebKit::PluginInfoStore::getPluginInfo): (WebKit::PluginInfoStore::shouldUsePlugin):
- UIProcess/Plugins/unix/PluginInfoStoreUnix.cpp: (WebKit::PluginInfoStore::getPluginInfo): (WebKit::PluginInfoStore::shouldUsePlugin):
- UIProcess/Plugins/win/PluginInfoStoreWin.cpp: (WebKit::isOldWindowsMediaPlayerPlugin): (WebKit::isNewWindowsMediaPlayerPlugin): (WebKit::PluginInfoStore::shouldUsePlugin):
- 11:44 AM Changeset in webkit [88838] by
-
- 5 edits in trunk
2011-06-14 Qi Zhang <qi.2.zhang@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] fast/dom/HTMLScriptElement/nested-execution.html failed
https://bugs.webkit.org/show_bug.cgi?id=62227
- platform/qt/Skipped:
2011-06-14 Qi Zhang <qi.2.zhang@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] fast/dom/HTMLScriptElement/nested-execution.html failed
https://bugs.webkit.org/show_bug.cgi?id=62227
QtWebkit does not yet support different CacheModels. This change will
expose setCacheModel() with a stub implementation, which is enough to pass the LayoutTest.
- DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::setCacheModel):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
- 11:43 AM Changeset in webkit [88837] by
-
- 1 edit2 copies in branches/chromium/782
Merge 88549
BUG=85211
Review URL: http://codereview.chromium.org/7163002
- 11:42 AM Changeset in webkit [88836] by
-
- 1 edit2 copies in branches/chromium/742
Merge 88549
BUG=85211
Review URL: http://codereview.chromium.org/7149024
- 11:32 AM Changeset in webkit [88835] by
-
- 10 edits in trunk/Source
2011-06-14 James Robinson <jamesr@chromium.org>
Reviewed by Stephen White.
[chromium] Compositor shader initialization is inefficient
https://bugs.webkit.org/show_bug.cgi?id=62618
This fixes several issues causing slowdowns in compositor shader initialization, mostly due to lack of
parallelism:
- Avoid initializing all programs eagerly. We only use two programs on every page, the other programs depend on content and are constructed on demand.
- Defer querying uniform locations until draw time. For the eagerly constructed programs (render surface + tiler) this means that the GPU process has a chance to compile the shader while the renderer is busy painting+uploading instead of blocking on shader compilation in order to get uniform locations.
- Calls to query COMPILE_STATUS/LINK_STATUS moved behind #ifndef NDEBUG guards since these should never fail in release builds and force synchronous compilation/linking.
This also adds a number of TRACE_EVENT()s to make analysing the performance of this bit of code easier.
- platform/graphics/chromium/LayerRendererChromium.cpp: (WebCore::LayerRendererChromium::updateLayers): (WebCore::LayerRendererChromium::initializeSharedObjects): (WebCore::LayerRendererChromium::borderProgram): (WebCore::LayerRendererChromium::headsUpDisplayProgram): (WebCore::LayerRendererChromium::renderSurfaceProgram): (WebCore::LayerRendererChromium::renderSurfaceMaskProgram): (WebCore::LayerRendererChromium::tilerProgram): (WebCore::LayerRendererChromium::canvasLayerProgram): (WebCore::LayerRendererChromium::pluginLayerProgram): (WebCore::LayerRendererChromium::videoLayerRGBAProgram): (WebCore::LayerRendererChromium::videoLayerYUVProgram):
- platform/graphics/chromium/LayerRendererChromium.h:
- platform/graphics/chromium/LayerTextureSubImage.cpp: (WebCore::LayerTextureSubImage::uploadWithTexSubImage): (WebCore::LayerTextureSubImage::uploadWithMapTexSubImage):
- platform/graphics/chromium/ProgramBinding.cpp: (WebCore::ProgramBindingBase::init): (WebCore::ProgramBindingBase::loadShader): (WebCore::ProgramBindingBase::createShaderProgram):
- platform/graphics/chromium/ProgramBinding.h: (WebCore::ProgramBinding::ProgramBinding): (WebCore::ProgramBinding::initialize):
- platform/graphics/chromium/ShaderChromium.cpp: (WebCore::VertexShaderPosTex::init): (WebCore::VertexShaderPosTexYUVStretch::init): (WebCore::VertexShaderPos::init): (WebCore::VertexShaderPosTexTransform::init): (WebCore::FragmentTexAlphaBinding::init): (WebCore::FragmentShaderRGBATexAlphaMask::init): (WebCore::FragmentShaderYUVVideo::init): (WebCore::FragmentShaderColor::init):
- platform/graphics/chromium/ShaderChromium.h:
2011-06-14 James Robinson <jamesr@chromium.org>
Reviewed by Stephen White.
[chromium] Compositor shader initialization is inefficient
https://bugs.webkit.org/show_bug.cgi?id=62618
Add a TRACE_EVENT() around initial compositor initialization.
- src/WebViewImpl.cpp: (WebKit::WebViewImpl::setIsAcceleratedCompositingActive):
- 11:31 AM Changeset in webkit [88834] by
-
- 2 edits in trunk/Source/WebKit/gtk/po
2011-06-14 Claudio Saavedra <Claudio Saavedra>
Reviewed by Xan Lopez.
Broken reference to webkitsoupauthdialog.c
https://bugs.webkit.org/show_bug.cgi?id=62650
- POTFILES: Fix reference to webkitsoupauthdialog.cpp
- 11:30 AM Changeset in webkit [88833] by
-
- 8 edits in trunk/Source
<rdar://problem/9511169>
Update order files.
Rubber stamped by Oliver Hunt.
Source/JavaScriptCore:
- JavaScriptCore.order:
Source/WebCore:
Build system change, no change in functionality so no new tests.
- WebCore.order:
Source/WebKit/mac:
- WebKit.order:
Source/WebKit2:
- mac/WebKit2.order:
- 11:26 AM Changeset in webkit [88832] by
-
- 1 edit2 copies in branches/chromium/782
Merge 88434
BUG=85102
Review URL: http://codereview.chromium.org/7150019
- 11:25 AM Changeset in webkit [88831] by
-
- 3 edits4 copies in branches/chromium/782
Merge 88411
BUG=85102
Review URL: http://codereview.chromium.org/7163001
- 11:20 AM Changeset in webkit [88830] by
-
- 4 edits2 adds in trunk
Source/WebCore: VoiceOver cannot navigate the iTunes album view table
https://bugs.webkit.org/show_bug.cgi?id=62335
Reviewed by David Kilzer.
This is a regression from https://bugs.webkit.org/show_bug.cgi?id=57463.
Part of that patch made a change so that an ARIA table will only look at it's children and grandchildren
for possible rows. That however, doesn't allow arbitrary hierarchies to work with ARIA, like in iTunes album view.
Test: platform/mac/accessibility/aria-grid-with-strange-hierarchy.html
- accessibility/AccessibilityARIAGrid.cpp:
(WebCore::AccessibilityARIAGrid::addChild):
(WebCore::AccessibilityARIAGrid::addChildren):
- accessibility/AccessibilityARIAGrid.h:
LayoutTests: VoiceOver cannot navigate the itunes album view table
https://bugs.webkit.org/show_bug.cgi?id=62335
Reviewed by David Kilzer.
- platform/mac/accessibility/aria-grid-with-strange-hierarchy-expected.txt: Added.
- platform/mac/accessibility/aria-grid-with-strange-hierarchy.html: Added.
- 11:17 AM Changeset in webkit [88829] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88823.
http://trac.webkit.org/changeset/88823
https://bugs.webkit.org/show_bug.cgi?id=62652
Broke the Lion build (Requested by estes on #webkit).
- platform/mac/MemoryPressureHandlerMac.mm:
- 11:16 AM Changeset in webkit [88828] by
-
- 1 edit2 copies in branches/chromium/742
Merge 88434
BUG=85102
Review URL: http://codereview.chromium.org/7162001
- 11:14 AM Changeset in webkit [88827] by
-
- 3 edits4 copies in branches/chromium/742
Merge 88411
BUG=85102
Review URL: http://codereview.chromium.org/7155003
- 11:05 AM Changeset in webkit [88826] by
-
- 1 edit in branches/chromium/782/Source/WebCore/platform/graphics/win/UniscribeController.cpp
Merge 88277
BUG=85256
Review URL: http://codereview.chromium.org/7104146
- 11:03 AM Changeset in webkit [88825] by
-
- 8 edits in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Dan Bernstein.
Start replacing PluginInfoStore::Plugin with PluginModuleInfo
https://bugs.webkit.org/show_bug.cgi?id=62651
- UIProcess/Plugins/PluginInfoStore.cpp: (WebKit::PluginInfoStore::plugins): (WebKit::PluginInfoStore::findPluginForMIMEType): (WebKit::PluginInfoStore::findPluginForExtension): (WebKit::PluginInfoStore::infoForPluginWithPath):
- UIProcess/Plugins/PluginInfoStore.h:
- UIProcess/Plugins/PluginProcessManager.cpp: (WebKit::PluginProcessManager::getPluginProcessConnection): (WebKit::PluginProcessManager::getSitesWithData): (WebKit::PluginProcessManager::clearSiteData): (WebKit::PluginProcessManager::getOrCreatePluginProcess):
- UIProcess/Plugins/PluginProcessManager.h:
- UIProcess/Plugins/PluginProcessProxy.cpp: (WebKit::PluginProcessProxy::create):
- UIProcess/Plugins/PluginProcessProxy.h: (WebKit::PluginProcessProxy::pluginInfo):
- UIProcess/Plugins/mac/PluginProcessProxyMac.mm: (WebKit::PluginProcessProxy::pluginNeedsExecutableHeap): (WebKit::PluginProcessProxy::createPropertyListFile):
- 10:57 AM Changeset in webkit [88824] by
-
- 12 edits2 copies in branches/safari-534-branch/Source/WebKit2
Merge r87831.
- 10:54 AM Changeset in webkit [88823] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Michael Saboff <msaboff@apple.com>
Reviewed by Joseph Pecoraro.
Incorrect #if[n]def for building without DISPATCH_VM_PRESSURE
https://bugs.webkit.org/show_bug.cgi?id=62649
The #ifdef DISPATCH_VM_PRESSURE actually needs to be #ifndef
to handle when DISPATCH_VM_PRESSURE is NOT defined in the
system header files.
No functional changes, fixing build issue therefore no tests.
- platform/mac/MemoryPressureHandlerMac.mm:
- 10:44 AM Changeset in webkit [88822] by
-
- 5 edits2 adds in trunk
2011-06-13 Adrienne Walker <enne@google.com>
Reviewed by James Robinson.
[chromium] Disable drawing for huge mask layers
https://bugs.webkit.org/show_bug.cgi?id=62607
- platform/chromium/compositing/huge-mask-layer-expected.txt: Added.
- platform/chromium/compositing/huge-mask-layer.html: Added.
2011-06-13 Adrienne Walker <enne@google.com>
Reviewed by James Robinson.
[chromium] Disable drawing for huge mask layers
https://bugs.webkit.org/show_bug.cgi?id=62607
Because masks have a different layer size than the layer they are
masking, they are untiled. If they are too large to be contained
within a single texture, then they should just be disabled.
Test: platform/chromium/compositing/huge-mask-layer.html
- platform/graphics/chromium/ContentLayerChromium.cpp: (WebCore::ContentLayerChromium::drawsContent): (WebCore::ContentLayerChromium::paintContentsIfDirty):
- platform/graphics/chromium/LayerTilerChromium.h: (WebCore::LayerTilerChromium::getSingleTexture): (WebCore::LayerTilerChromium::numTiles):
- 10:41 AM Changeset in webkit [88821] by
-
- 2 edits in trunk/Source/JavaScriptCore
Fix dumping of constants to have the correct constant number.
Reviewed by Geoffrey Garen.
- bytecode/CodeBlock.cpp:
(JSC::CodeBlock::dump):
- 10:40 AM Changeset in webkit [88820] by
-
- 7 edits1 copy in branches/safari-534-branch/Source/WebKit2
Merge r87806.
- 10:37 AM Changeset in webkit [88819] by
-
- 7 edits2 adds in trunk/Source/WebKit2
2011-06-14 Anders Carlsson <andersca@apple.com>
Reviewed by Darin Adler.
Add PluginModuleInfo header and prepare for renaming of PluginInfoStore::Plugin to PluginModuleInfo
https://bugs.webkit.org/show_bug.cgi?id=62647
Make PluginModuleInfo a typedef of PluginInfoStore::Plugin for now; eventually it should be its own class,
and PluginInfoStore::Plugin should go away.
- GNUmakefile.am:
- Shared/Plugins/Netscape/NetscapePluginModule.h:
- Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm: (WebKit::getPluginArchitecture): (WebKit::getMIMETypesFromPluginBundle): (WebKit::getPluginInfoFromPropertyLists): (WebKit::getPluginInfoFromCarbonResources): (WebKit::NetscapePluginModule::getPluginInfo): (WebKit::NetscapePluginModule::determineQuirks):
- Shared/Plugins/PluginModuleInfo.cpp: Added.
- Shared/Plugins/PluginModuleInfo.h: Added.
- WebKit2.pro:
- WebKit2.xcodeproj/project.pbxproj:
- win/WebKit2.vcproj:
- 10:34 AM Changeset in webkit [88818] by
-
- 4 edits2 copies in branches/safari-534-branch/Source/WebKit2
Merge r87805.
- 10:20 AM Changeset in webkit [88817] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Add expectations for flaky tests.
- platform/chromium/test_expectations.txt: Recorded flakiness.
- 10:13 AM Changeset in webkit [88816] by
-
- 4 edits in trunk/Source/WebCore
2011-06-14 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
Reviewed by Laszlo Gombos.
[Qt] [Symbian] GraphicsLayer: support plugins on symbian
https://bugs.webkit.org/show_bug.cgi?id=57418
Implement graphics layer for plugins on Symbian.
- plugins/PluginView.h:
- plugins/qt/PluginViewQt.cpp: (WebCore::PluginView::shouldUseAcceleratedCompositing): (WebCore::PluginView::platformStart):
- plugins/symbian/PluginViewSymbian.cpp: (WebCore::PluginGraphicsLayerQt::PluginGraphicsLayerQt): (WebCore::PluginGraphicsLayerQt::~PluginGraphicsLayerQt): (WebCore::PluginGraphicsLayerQt::paint): (WebCore::PluginView::shouldUseAcceleratedCompositing): (WebCore::PluginView::paint): (WebCore::PluginView::invalidateRect): (WebCore::PluginView::platformStart): (WebCore::PluginView::platformLayer):
- 10:03 AM Changeset in webkit [88815] by
-
- 6 edits2 adds in trunk
2011-06-14 Sreeram Ramachandran <sreeram@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Allow the console to persist on page refresh or navigation
https://bugs.webkit.org/show_bug.cgi?id=53359
Tests that console messages are preserved upon navigation.
- inspector/console/console-preserve-log-expected.txt: Added.
- inspector/console/console-preserve-log.html: Added.
2011-06-14 Sreeram Ramachandran <sreeram@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: Allow the console to persist on page refresh or navigation
https://bugs.webkit.org/show_bug.cgi?id=53359
Adds a context menu checkbox to preserve the console log across
navigations. However, the underlying messages and objects are actually
deleted from the backend, so they are not expandable; their continued
display in the console frontend is merely cosmetic.
Test: inspector/console/console-preserve-log.html
- English.lproj/localizedStrings.js:
- inspector/front-end/ConsoleView.js: (WebInspector.ConsoleView.prototype._registerConsoleDomainDispatcher.dispatcher.messagesCleared): (WebInspector.ConsoleView.prototype._registerConsoleDomainDispatcher): (WebInspector.ConsoleView.prototype.requestClearMessages): (WebInspector.ConsoleView.prototype._handleContextMenuEvent.monitoringXHRItemAction): (WebInspector.ConsoleView.prototype._handleContextMenuEvent.preserveLogItemAction): (WebInspector.ConsoleView.prototype._handleContextMenuEvent):
- inspector/front-end/Settings.js: (WebInspector.Settings):
- inspector/front-end/inspector.js: (WebInspector.reset):
- 9:59 AM Changeset in webkit [88814] by
-
- 1 edit3 copies in branches/chromium/742
Merge 87959
BUG=84946
Review URL: http://codereview.chromium.org/7158003
- 9:48 AM Changeset in webkit [88813] by
-
- 7 edits in branches/chromium/742/Source/WebCore
Merge 87756
BUG=84946
Review URL: http://codereview.chromium.org/7147018
- 9:46 AM Changeset in webkit [88812] by
-
- 3 edits in trunk/Source/WebKit/chromium
2011-06-14 Adam Barth <abarth@webkit.org>
Reviewed by Darin Fisher.
WebFrame::url() should use the one true URL
https://bugs.webkit.org/show_bug.cgi?id=62610
The Document's URL is the one true URL. Thou shalt have no URLs before
Document::url().
- src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::url):
- 9:34 AM Changeset in webkit [88811] by
-
- 1 edit2 copies in branches/chromium/782
Merge 87863
BUG=82653
Review URL: http://codereview.chromium.org/7149022
- 9:32 AM Changeset in webkit [88810] by
-
- 1 edit2 copies in branches/chromium/742
Merge 87863
BUG=82653
Review URL: http://codereview.chromium.org/7150014
- 9:29 AM Changeset in webkit [88809] by
-
- 3 edits in trunk
2011-06-14 Ryuan Choi <ryuan.choi@samsung.com>
Reviewed by Eric Seidel.
[CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
https://bugs.webkit.org/show_bug.cgi?id=62604
Add feature to enable or disable ENABLE_TOUCH_ICON which supports
apple-touch-icon and apple-touch-icon-precomposed in link tag.
- Source/cmake/OptionsEfl.cmake:
- Source/cmakeconfig.h.cmake:
- 9:25 AM Changeset in webkit [88808] by
-
- 5 edits in trunk
2011-06-14 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: add tooltip to file select options in scripts panel.
https://bugs.webkit.org/show_bug.cgi?id=62537
- inspector/debugger/scripts-panel-expected.txt:
- inspector/debugger/scripts-panel.html:
2011-06-14 Pavel Podivilov <podivilov@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: add tooltip to file select options in scripts panel.
https://bugs.webkit.org/show_bug.cgi?id=62537
- inspector/front-end/ScriptsPanel.js: (WebInspector.ScriptsPanel): (WebInspector.ScriptsPanel.prototype._sourceFileAdded): (WebInspector.ScriptsPanel.prototype._addOptionToFilesSelect.compare): (WebInspector.ScriptsPanel.prototype._addOptionToFilesSelect): (WebInspector.ScriptsPanel.prototype._callFrameSelected.didGetSourceLocation): (WebInspector.ScriptsPanel.prototype._callFrameSelected):
- 9:25 AM Changeset in webkit [88807] by
-
- 2 edits in trunk/Source/JavaScriptCore
2011-06-14 Benjamin Poulain <benjamin@webkit.org>
Reviewed by Eric Seidel.
KeywordLookupGenerator's Trie does not work with Python 3
https://bugs.webkit.org/show_bug.cgi?id=62635
With Python 3, dict.items() return an iterator. Since the iterator
protocol changed between Python 2 and 3, the easiest way to get the
values is to have something that use the iterator implicitely, like a
for() loop.
- KeywordLookupGenerator.py:
- 8:56 AM Changeset in webkit [88806] by
-
- 2 edits in trunk/LayoutTests
Unreviewed: unskip test rebasedlined by r88772
[Qt] Rebaseline http/tests/misc/slow-loading-image-in-pattern.html after r69386 and r83871
http://trac.webkit.org/changeset/88772
The test was rebaselined but the committer forgot to remove it from
the Skip list.
- platform/qt/Skipped: unskip test
- 8:48 AM Changeset in webkit [88805] by
-
- 6 edits in trunk/Source/WebCore
2011-06-14 Luke Macpherson <macpherson@chromium.org>
Reviewed by Eric Seidel.
Implement CSS border radius properies in CSSStyleApplyProperty
https://bugs.webkit.org/show_bug.cgi?id=62265
No new tests / refactoring only.
- css/CSSStyleApplyProperty.cpp: Implement new class to culculate border radius, initialize for appropriate properties. (WebCore::ApplyPropertyBorderRadius::ApplyPropertyBorderRadius): (WebCore::ApplyPropertyBorderRadius::applyValue): (WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):
- css/CSSStyleSelector.cpp: Remove old implementations. (WebCore::CSSStyleSelector::applyProperty):
- page/animation/AnimationBase.cpp: Pass LengthSize by value. (WebCore::AnimationBase::ensurePropertyMap):
- rendering/style/RenderStyle.h: Pass LengthSize by value consistently.
- 8:46 AM Changeset in webkit [88804] by
-
- 5 edits in trunk/Source/WebCore
2011-06-14 Luke Macpherson <macpherson@chromium.org>
Reviewed by Eric Seidel.
Implement CSS border radius properies in CSSStyleApplyProperty
https://bugs.webkit.org/show_bug.cgi?id=62265
No new tests / refactoring only.
- css/CSSStyleApplyProperty.cpp: Implement new class to culculate border radius, initialize for appropriate properties. (WebCore::ApplyPropertyBorderRadius::ApplyPropertyBorderRadius): (WebCore::ApplyPropertyBorderRadius::applyValue): (WebCore::CSSStyleApplyProperty::CSSStyleApplyProperty):
- css/CSSStyleSelector.cpp: Remove old implementations. (WebCore::CSSStyleSelector::applyProperty):
- page/animation/AnimationBase.cpp: Pass LengthSize by value. (WebCore::AnimationBase::ensurePropertyMap):
- rendering/style/RenderStyle.h: Pass LengthSize by value consistently.
- 8:03 AM Changeset in webkit [88803] by
-
- 5 edits in trunk/Source/WebKit2
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Move the code to show the context menu from WebKitWebViewBase to WebContextMenuProxyGtk
https://bugs.webkit.org/show_bug.cgi?id=62627
- UIProcess/API/gtk/WebKitWebViewBase.cpp:
- UIProcess/API/gtk/WebKitWebViewBasePrivate.h:
- UIProcess/gtk/WebContextMenuProxyGtk.cpp: (WebKit::WebContextMenuProxyGtk::showContextMenu): (WebKit::WebContextMenuProxyGtk::hideContextMenu): (WebKit::WebContextMenuProxyGtk::WebContextMenuProxyGtk): (WebKit::WebContextMenuProxyGtk::~WebContextMenuProxyGtk): (WebKit::WebContextMenuProxyGtk::menuPositionFunction):
- UIProcess/gtk/WebContextMenuProxyGtk.h:
- 7:58 AM Changeset in webkit [88802] by
-
- 10 edits in trunk/Source
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Rename convertWidgetRectToScreenRect() to convertWidgetPointToScreenPoint()
https://bugs.webkit.org/show_bug.cgi?id=62626
The method actually converts coordinates, the rectangle size is
not affected, so it can be modified to return a point
instead. Fix also a bug in the implementation, it was translating
the coordinates twice returning the wrong position when the given
rectangle was not at 0,0.
- platform/gtk/GtkUtilities.cpp: (WebCore::convertWidgetPointToScreenPoint):
- platform/gtk/GtkUtilities.h:
- platform/gtk/PopupMenuGtk.cpp: (WebCore::PopupMenuGtk::show): Use convertWidgetPointToScreenPoint().
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Rename convertWidgetRectToScreenRect() to convertWidgetPointToScreenPoint()
https://bugs.webkit.org/show_bug.cgi?id=62626
- WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::windowToScreen): Update to use convertWidgetPointToScreenPoint() (WebKit::ChromeClient::screenToWindow): Ditto.
- webkit/webkitwebview.cpp: Remove globalPointForClientPoint() since it does the same than convertWidgetPointToScreenPoint(). (webkit_web_view_popup_menu_handler): Use convertWidgetPointToScreenPoint() instead of globalPointForClientPoint(). (doDragLeaveLater): Ditto. (webkit_web_view_drag_motion): Ditto. (webkit_web_view_drag_data_received): Ditto. (webkit_web_view_drag_drop): Ditto.
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Rename convertWidgetRectToScreenRect() to convertWidgetPointToScreenPoint()
https://bugs.webkit.org/show_bug.cgi?id=62626
- UIProcess/API/gtk/PageClientImpl.cpp: (WebKit::PageClientImpl::screenToWindow): Implement this method using convertWidgetPointToScreenPoint(). (WebKit::PageClientImpl::windowToScreen): Update to use convertWidgetPointToScreenPoint().
- UIProcess/gtk/WebPopupMenuProxyGtk.cpp: (WebKit::WebPopupMenuProxyGtk::showPopupMenu): Use convertWidgetPointToScreenPoint().
- 7:38 AM Changeset in webkit [88801] by
-
- 2 edits in trunk/LayoutTests
Unreviewed.
<progress> should support :indeterminate pseudo-class
https://bugs.webkit.org/show_bug.cgi?id=62430
Skip new tests since Windows port does not support the progress element.
- platform/win/Skipped:
- 7:36 AM Changeset in webkit [88800] by
-
- 8 edits5 adds1 delete in trunk/Source
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Support authentication dialogs in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=62366
Add a new class to show an authentication dialog that is used by
both WebKit1 and WebKit2.
- GNUmakefile.list.am: Add new files to compilation.
- platform/gtk/GtkAuthenticationDialog.cpp: Added. (WebCore::addEntryToTable): (WebCore::sessionCanSavePasswords): (WebCore::GtkAuthenticationDialog::~GtkAuthenticationDialog): (WebCore::GtkAuthenticationDialog::GtkAuthenticationDialog): (WebCore::getSavedLogin): (WebCore::GtkAuthenticationDialog::show): (WebCore::GtkAuthenticationDialog::destroy): (WebCore::GtkAuthenticationDialog::savePasswordCallback): (WebCore::GtkAuthenticationDialog::savePassword): (WebCore::GtkAuthenticationDialog::authenticate): (WebCore::GtkAuthenticationDialog::authenticationDialogResponseCallback):
- platform/gtk/GtkAuthenticationDialog.h: Added.
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Support authentication dialogs in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=62366
Move the common code of webkitsoupauthdialog to a common C++ class
in WebCore so that it can be used by WebKit2 too. The file has
been converted into a C++ file.
- GNUmakefile.am: Rename webkitsoupauthdialog.c to webkitsoupauthdialog.cpp.
- webkit/webkitsoupauthdialog.c: Removed.
- webkit/webkitsoupauthdialog.cpp: Added. (webkit_soup_auth_dialog_class_init): (webkit_soup_auth_dialog_init): (webkit_soup_auth_dialog_session_feature_init): (sessionAuthenticate): Use GtkAuthenticationDialog object from WebCore. (attach): (detach):
- webkit/webkitsoupauthdialog.h:
2011-06-14 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Support authentication dialogs in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=62366
Add a new soup feature to show an authentication dialog when it
gets a 401 HTTP response.
- GNUmakefile.am: Add new files to compilation.
- WebProcess/gtk/WebAuthDialog.cpp: Added. (web_auth_dialog_class_init): (web_auth_dialog_init): (sessionAuthenticate): (attach): (detach): (webAuthDialogSessionFeatureInit):
- WebProcess/gtk/WebAuthDialog.h: Added.
- WebProcess/gtk/WebProcessMainGtk.cpp: (WebKit::WebProcessMainGtk):
- 7:07 AM Changeset in webkit [88799] by
-
- 10 edits1 add in trunk/Source/WebKit2
2011-06-14 No'am Rosenthal <noam.rosenthal@nokia.com> and Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935
Implementing LayerTreeHost and LayerTreeContext and LayerTreeHost for Qt.
Add the necessary plumbing to make the LayerTreeHost work with Qt, based on the original Mac
implementation (the code is nearly identical). This includes creating the right layers for the
overlay and for the non-composited content, and passing the root layer to the UI process.
Also, since LayerTreeHostQt is compiled, we have to add some of the rest of the existing patches,
namely the new messages: syncCompositingLayers and updateCompositingLayerContent, and create a
stub implementation for them in DrawingAreaProxy.
Note that this is not activated yet, until we enable accelerated compositing in the settings and
create the right GraphicsLayer.
- Scripts/webkit2/messages.py:
- Shared/LayerTreeContext.h:
- Shared/qt/LayerTreeContextQt.cpp: (WebKit::LayerTreeContext::LayerTreeContext): (WebKit::LayerTreeContext::~LayerTreeContext): (WebKit::LayerTreeContext::encode): (WebKit::LayerTreeContext::decode): (WebKit::LayerTreeContext::isEmpty): (WebKit::operator==):
- UIProcess/DrawingAreaProxy.h: (WebKit::DrawingAreaProxy::syncCompositingLayers): (WebKit::DrawingAreaProxy::updateCompositingLayerContent):
- UIProcess/DrawingAreaProxy.messages.in:
- WebKit2.pro:
- WebProcess/WebCoreSupport/WebGraphicsLayer.cpp: (WebCore::collectCompositingInfoForThisLayer):
- WebProcess/WebPage/LayerTreeHost.cpp: (WebKit::LayerTreeHost::create):
- WebProcess/WebPage/qt/LayerTreeHostQt.cpp: (WebKit::LayerTreeHostQt::create): (WebKit::LayerTreeHostQt::~LayerTreeHostQt): (WebKit::LayerTreeHostQt::LayerTreeHostQt): (WebKit::LayerTreeHostQt::setLayerFlushSchedulingEnabled): (WebKit::LayerTreeHostQt::scheduleLayerFlush): (WebKit::LayerTreeHostQt::cancelPendingLayerFlush): (WebKit::LayerTreeHostQt::setShouldNotifyAfterNextScheduledLayerFlush): (WebKit::LayerTreeHostQt::setRootCompositingLayer): (WebKit::LayerTreeHostQt::invalidate): (WebKit::LayerTreeHostQt::setNonCompositedContentsNeedDisplay): (WebKit::LayerTreeHostQt::scrollNonCompositedContents): (WebKit::LayerTreeHostQt::forceRepaint): (WebKit::LayerTreeHostQt::sizeDidChange): (WebKit::LayerTreeHostQt::didInstallPageOverlay): (WebKit::LayerTreeHostQt::didUninstallPageOverlay): (WebKit::LayerTreeHostQt::setPageOverlayNeedsDisplay): (WebKit::LayerTreeHostQt::flushPendingLayerChanges): (WebKit::LayerTreeHostQt::performScheduledLayerFlush): (WebKit::LayerTreeHostQt::layerFlushTimerFired): (WebKit::LayerTreeHostQt::createPageOverlayLayer): (WebKit::LayerTreeHostQt::destroyPageOverlayLayer): (WebKit::LayerTreeHostQt::notifyAnimationStarted): (WebKit::LayerTreeHostQt::notifySyncRequired): (WebKit::LayerTreeHostQt::paintContents): (WebKit::LayerTreeHostQt::showDebugBorders): (WebKit::LayerTreeHostQt::showRepaintCounter): (WebKit::LayerTreeHost::supportsAcceleratedCompositing):
- WebProcess/WebPage/qt/LayerTreeHostQt.h: Added. (WebKit::LayerTreeHostQt::layerTreeContext): (WebKit::LayerTreeHostQt::pauseRendering): (WebKit::LayerTreeHostQt::resumeRendering):
- 6:58 AM Changeset in webkit [88798] by
-
- 10 edits4 adds in trunk/Source/WebCore
2011-06-14 Tommy Widenflycht <tommyw@google.com>
Reviewed by Tony Gentilcore.
Media Stream PeerConnection API: adding the StreamList and supporting classes.
https://bugs.webkit.org/show_bug.cgi?id=61539
- dom/StreamContainer.h: Added. (WebCore::StreamContainer::create): (WebCore::StreamContainer::~StreamContainer): (WebCore::StreamContainer::length): (WebCore::StreamContainer::item): (WebCore::StreamContainer::add): (WebCore::StreamContainer::remove): (WebCore::StreamContainer::contains): (WebCore::StreamContainer::get): (WebCore::StreamContainer::StreamContainer):
- dom/StreamList.cpp: Added. (WebCore::StreamList::create): (WebCore::StreamList::StreamList): (WebCore::StreamList::~StreamList): (WebCore::StreamList::length): (WebCore::StreamList::item):
- dom/StreamList.h: Added.
- dom/StreamList.idl: Added.
- 6:54 AM Changeset in webkit [88797] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-14 Noam Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935
Add a createImage() function to ShareableBitmap, for now ifdef'ed to Qt only.
This allows us to support directly composited images across the WebKit2 processes.
Together with Viatcheslav Ostapenko.
- Shared/ShareableBitmap.h:
- Shared/qt/ShareableBitmapQt.cpp: (WebKit::ShareableBitmap::createQImage): (WebKit::ShareableBitmap::createImage):
- 6:53 AM Changeset in webkit [88796] by
-
- 11 edits in trunk
2011-06-14 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Andreas Kling.
[Qt] tst_QWebFrame::overloadedSlots() fails
https://bugs.webkit.org/show_bug.cgi?id=37319
Increase the likeness that JSElements are converted to QWebElements. When hinted
with QWebElement metatype, we qualify the conversion from JSElement as a "perfect
match".
The test was failing because the wrong slot was called, since the QWebElement
match was taken as equal to the others and not chosen when the metacall happened.
We also remove the implicit conversion between JSDocument (which is not an
element) to QWebElement. The conversion only worked for calling slots, while
without hint it returned a QVariantMap (as can be seen in domCycles test). It was
added for supporting DRT, but since this change we can use it as QVariantMap and
get the value for "documentElement".
This patch is based on Noam Rosenthal original patch in the same bug.
- bridge/qt/qt_runtime.cpp: (JSC::Bindings::hintForRealType): Extracted function to choose the metatype hint based on the JSValue type. Add QWebElement metatype as a hint for JSElement objects, this way if no hint is provided, JSElement objects will always be converted to QWebElements.
(JSC::Bindings::convertValueToQVariant):
Use previous function. Identify the conversion between JSElement to QWebElement
as a "perfect match" (dist = 0). And remove the implicit conversion when the hint
is QWebElement metatype and we have a JSDocument. Changed from JSHTMLElement to
JSElement to cover the 'documentElement'.
2011-06-14 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Andreas Kling.
[Qt] tst_QWebFrame::overloadedSlots() fails
https://bugs.webkit.org/show_bug.cgi?id=37319
Since the implicit conversion was removed, change support functions of DRT to
expect a QVariantMap instead of a QWebElement. This matches the exposed function
in the controller, which takes 'document' and not 'document.documentElement'.
And now that Element -> QWebElement is a perfect match, we must use QWebElement
instead of QVariantMap, like in plainText().
- WebCoreSupport/DumpRenderTreeSupportQt.h:
- WebCoreSupport/DumpRenderTreeSupportQt.cpp: (DumpRenderTreeSupportQt::plainText): Fix to use QWebElement instead of QVariantMap when getting the startContainer. Also use QVariantMap directly, bridge will do conversion for us now.
(getCoreDocumentFromVariantMap): Extracts the WebCore::Document* from the
QVariantMap that Qt bridge gives us when 'document' is passed from JS.
(DumpRenderTreeSupportQt::nodesFromRect): Use helper function.
- tests/qwebframe/tst_qwebframe.cpp: Splitted the test domCycles() into two different tests. In practice, the original test just checked whether we could create a QVariantMap representing 'document' without infinite looping due to cycles in the DOM. This was more evident before since we haven't a conversion from JSElement to QWebElement, but from JSElement to QVariantMap.
(tst_QWebFrame::documentHasDocumentElement): Evaluates 'document' and extracts
'documentElement' from it. Compares to QWebFrame::documentElement().
(tst_QWebFrame::documentAllHasDocumentElement): Look inside 'document.all' for
the documentElement.
(tst_QWebFrame::overloadedSlots): Remove expected failure and fix wrong comment.
2011-06-14 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Andreas Kling.
[Qt] tst_QWebFrame::overloadedSlots() fails
https://bugs.webkit.org/show_bug.cgi?id=37319
Since we don't implictly convert 'document' object to QWebElement
in metacalls anymore, change the controller to expect QVariantMap instead.
The method plainText() was updated to use QVariantMap as well to let the bridge
do the conversion directly for us.
- DumpRenderTree/qt/LayoutTestControllerQt.cpp: (LayoutTestController::nodesFromRect):
- DumpRenderTree/qt/LayoutTestControllerQt.h:
- DumpRenderTree/qt/PlainTextControllerQt.cpp: (PlainTextController::plainText):
- DumpRenderTree/qt/PlainTextControllerQt.h:
- 6:42 AM Changeset in webkit [88795] by
-
- 2 edits in trunk/Source/WebKit/qt
2011-06-14 Andreas Kling <kling@webkit.org>
Reviewed by Benjamin Poulain.
[Qt] Don't include convenience "QWebFoo" headers in WebKit code.
https://bugs.webkit.org/show_bug.cgi?id=62632
- WebCoreSupport/FrameNetworkingContextQt.cpp:
- 6:27 AM Changeset in webkit [88794] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Andreas Kling <kling@webkit.org>
Reviewed by Benjamin Poulain.
Remove some unnecessary includes.
- bindings/js/JSCanvasRenderingContext2DCustom.cpp:
- 6:22 AM Changeset in webkit [88793] by
-
- 7 edits5 adds in trunk
2011-06-14 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Kent Tamura.
<progress> should support :indeterminate pseudo-class
https://bugs.webkit.org/show_bug.cgi?id=62430
- fast/dom/HTMLProgressElement/indeterminate-progress-001.html: Added.
- fast/dom/HTMLProgressElement/indeterminate-progress-002-expected.txt: Added.
- fast/dom/HTMLProgressElement/indeterminate-progress-002.html: Added.
- platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.png: Added.
- platform/mac/fast/dom/HTMLProgressElement/indeterminate-progress-001-expected.txt: Added.
- platform/chromium/test_expectations.txt:
2011-06-14 Yael Aharon <yael.aharon@nokia.com>
Reviewed by Kent Tamura.
<progress> should support :indeterminate pseudo-class
https://bugs.webkit.org/show_bug.cgi?id=62430
Add support for :indeterminate pseudo class for progress element.
Tests: fast/dom/HTMLProgressElement/indeterminate-progress-001.html
fast/dom/HTMLProgressElement/indeterminate-progress-002.html
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::canShareStyleWithControl): (WebCore::CSSStyleSelector::canShareStyleWithElement): (WebCore::CSSStyleSelector::SelectorChecker::checkOneSelector):
- html/HTMLProgressElement.cpp: (WebCore::HTMLProgressElement::isDeterminate): (WebCore::HTMLProgressElement::didElementStateChange):
- html/HTMLProgressElement.h:
- 5:53 AM Changeset in webkit [88792] by
-
- 3 edits2 adds in trunk
2011-06-14 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: reload from within inspector window does not work while debugger is paused.
https://bugs.webkit.org/show_bug.cgi?id=62631
- inspector/debugger/debugger-reload-on-pause-expected.txt: Added.
- inspector/debugger/debugger-reload-on-pause.html: Added.
2011-06-14 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: reload from within inspector window does not work while debugger is paused.
https://bugs.webkit.org/show_bug.cgi?id=62631
Test: inspector/debugger/debugger-reload-on-pause.html
- loader/FrameLoader.cpp: (WebCore::FrameLoader::continueLoadAfterNavigationPolicy):
- 5:32 AM Changeset in webkit [88791] by
-
- 2 edits in trunk/Tools
2011-06-14 Andras Becsi <abecsi@webkit.org>
Reviewed by Csaba Osztrogonác.
Remove dead code in DumpRenderTree/TestNetscapePlugIn/main.cpp
https://bugs.webkit.org/show_bug.cgi?id=62630
- DumpRenderTree/TestNetscapePlugIn/main.cpp: (NPP_New): remove dead variable 'forceCarbon'
- 3:47 AM Changeset in webkit [88790] by
-
- 1 edit in branches/chromium/742/Source/WebCore/inspector/front-end/inspector.css
Merge 84485 - 2011-04-21 Pavel Feldman <pfeldman@google.com>
Reviewed by Yury Semikhatsky.
Web Inspector: toolbar background is blank on Mac Chromium port.
https://bugs.webkit.org/show_bug.cgi?id=59089
- inspector/front-end/inspector.css: (body.detached.platform-mac-snowleopard:not(.remote) #toolbar):
TBR=pfeldman@chromium.org
Review URL: http://codereview.chromium.org/7024044
- 3:15 AM Changeset in webkit [88789] by
-
- 17 edits1 copy12 adds3 deletes in trunk/LayoutTests
2011-06-14 Kent Tamura <tkent@chromium.org>
[Chromium] Test expectation update for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/chromium-linux/fast/forms/box-shadow-override-expected.txt:
- platform/chromium-linux/fast/forms/input-appearance-height-expected.txt:
- platform/chromium-linux/fast/forms/input-appearance-range-expected.png: Added.
- platform/chromium-linux/fast/forms/slider-thumb-stylability-expected.png: Removed.
- platform/chromium-linux/fast/forms/thumbslider-no-parent-slider-expected.png:
- platform/chromium-linux/fast/multicol/client-rects-expected.txt: Removed.
- platform/chromium-mac-leopard/fast/forms/box-shadow-override-expected.png: Added.
- platform/chromium-mac-leopard/fast/forms/input-appearance-height-expected.png: Added.
- platform/chromium-mac-leopard/fast/forms/input-appearance-range-expected.png: Added.
- platform/chromium-mac-leopard/fast/forms/slider-thumb-stylability-expected.png: Added.
- platform/chromium-mac-leopard/fast/forms/thumbslider-no-parent-slider-expected.png:
- platform/chromium-mac/fast/forms/box-shadow-override-expected.png: Added.
- platform/chromium-mac/fast/forms/box-shadow-override-expected.txt: Added.
- platform/chromium-mac/fast/forms/input-appearance-height-expected.png: Added.
- platform/chromium-mac/fast/forms/input-appearance-height-expected.txt: Added.
- platform/chromium-mac/fast/forms/input-appearance-range-expected.png: Added.
- platform/chromium-mac/fast/forms/thumbslider-no-parent-slider-expected.png:
- platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
- platform/chromium-win/fast/forms/box-shadow-override-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-height-expected.txt:
- platform/chromium-win/fast/forms/input-appearance-range-expected.png: Added.
- platform/chromium-win/fast/forms/input-appearance-range-expected.txt: Added.
- platform/chromium-win/fast/forms/range-thumb-height-percentage-expected.txt:
- platform/chromium-win/fast/forms/slider-padding-expected.txt:
- platform/chromium-win/fast/forms/slider-thumb-shared-style-expected.txt:
- platform/chromium-win/fast/forms/slider-thumb-stylability-expected.png:
- platform/chromium-win/fast/forms/slider-thumb-stylability-expected.txt: Removed.
- platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.png:
- platform/chromium-win/fast/forms/thumbslider-no-parent-slider-expected.txt: Copied from LayoutTests/platform/chromium-win/fast/dom/HTMLInputElement/input-slider-update-expected.txt.
- platform/chromium-win/fast/multicol/client-rects-expected.txt:
- platform/chromium-win/fast/repaint/slider-thumb-drag-release-expected.txt:
- platform/chromium/test_expectations.txt:
- 2:49 AM Changeset in webkit [88788] by
-
- 3 edits in trunk/Source/WebCore
2011-06-14 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kent Tamura.
[EFL] Support for painting thumb of media slider
https://bugs.webkit.org/show_bug.cgi?id=62174
Replace RenderObject parameter with RenderStyle's in adjustSliderThumbSize.
Because, parameter of the function was changed. And, add constant variable to
paintMediaSliderThumb().
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::RenderThemeEfl): (WebCore::RenderThemeEfl::adjustSliderThumbSize): (WebCore::RenderThemeEfl::paintMediaSliderThumb):
- platform/efl/RenderThemeEfl.h:
- 2:22 AM Changeset in webkit [88787] by
-
- 2 edits in trunk/Source/WebCore
2011-06-14 Kent Tamura <tkent@chromium.org>
[Qt] Attempt to fix a build break by r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/qt/RenderThemeQt.cpp: (WebCore::RenderThemeQt::paintSliderTrack):
- 1:36 AM Changeset in webkit [88786] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping test failing in the GTK bots.
- platform/gtk/Skipped: Skipped test
- 1:13 AM Changeset in webkit [88785] by
-
- 1 edit4 adds in trunk/LayoutTests
2011-06-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, added new baselines for GTK needed after r88266.
- platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.png: Added.
- platform/gtk/svg/W3C-SVG-1.1-SE/styling-css-04-f-expected.txt: Added.
- platform/gtk/svg/custom/invalid-dasharray-expected.png: Added.
- platform/gtk/svg/custom/invalid-dasharray-expected.txt: Added.
- 1:03 AM Changeset in webkit [88784] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Mario Sanchez Prada <msanchez@igalia.com>
Unreviewed, skipping tests crashing in the GTK bots.
- platform/gtk/Skipped: Skipped tests.
- 12:53 AM Changeset in webkit [88783] by
-
- 2 edits in trunk/LayoutTests
2011-06-14 Kent Tamura <tkent@chromium.org>
[Mac-WK2] Rebaseline for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/mac-wk2/media/controls-without-preload-expected.txt:
- 12:28 AM Changeset in webkit [88782] by
-
- 11 edits3 deletes in branches/chromium/782
Merge 88331 - 2011-06-07 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: remove shadow dom inspection from Elements panel by default.
https://bugs.webkit.org/show_bug.cgi?id=62188
This reverts r85751
- dom/Element.cpp: (WebCore::Element::ensureShadowRoot): (WebCore::Element::removeShadowRoot):
- inspector/Inspector.json:
- inspector/InspectorDOMAgent.cpp: (WebCore::InspectorDOMAgent::pushChildNodesToFrontend): (WebCore::InspectorDOMAgent::buildObjectForNode): (WebCore::InspectorDOMAgent::didInsertDOMNode): (WebCore::InspectorDOMAgent::didRemoveDOMNode):
- inspector/InspectorDOMAgent.h:
- inspector/front-end/DOMAgent.js: (WebInspector.DOMNode): (WebInspector.DOMNode.prototype._renumber): (WebInspector.DOMAgent.prototype._bindNodes): (WebInspector.DOMAgent.prototype.querySelectorAll): (WebInspector.DOMDispatcher.prototype.searchResults):
- inspector/front-end/ElementsPanel.js: (WebInspector.ElementsPanel): (WebInspector.ElementsPanel.prototype._attributesUpdated): (WebInspector.ElementsPanel.prototype._characterDataModified): (WebInspector.ElementsPanel.prototype._nodeInserted): (WebInspector.ElementsPanel.prototype._nodeRemoved): (WebInspector.ElementsPanel.prototype.updateModifiedNodes): (WebInspector.ElementsPanel.prototype.updateBreadcrumb):
- inspector/front-end/ElementsTreeOutline.js: (WebInspector.ElementsTreeElement): (WebInspector.ElementsTreeElement.prototype._updateChildren.updateChildrenOfNode): (WebInspector.ElementsTreeElement.prototype._updateChildren): ():
- inspector/front-end/inspector.css:
- inspector/front-end/utilities.js: (Element.prototype.query):
2011-06-07 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Pavel Feldman.
Web Inspector: remove shadow dom inspection from Elements panel by default.
https://bugs.webkit.org/show_bug.cgi?id=62188
This reverts r85751
- http/tests/inspector/elements-test.js: (initialize_ElementTest.InspectorTest.findNode.processChildren): (initialize_ElementTest.InspectorTest.findNode.documentRequested): (initialize_ElementTest.InspectorTest.findNode):
- inspector/console/console-shadow-dom-access.html: Removed.
- inspector/elements/shadow-dom-expected.txt: Removed.
- inspector/elements/shadow-dom.html: Removed.
- platform/win/Skipped:
TBR=caseq@chromium.org
Review URL: http://codereview.chromium.org/7147011
Jun 13, 2011:
- 11:44 PM Changeset in webkit [88781] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
[Win] More rebaseline for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/win/media/audio-repaint-expected.txt:
- 11:31 PM Changeset in webkit [88780] by
-
- 2 edits in trunk/Tools
2011-06-13 Hayato Ito <hayato@chromium.org>
Reviewed by Ojan Vafai.
[NRWT] Fix a WebKitDriver so that it returns an actual hash value if DRT returns that.
https://bugs.webkit.org/show_bug.cgi?id=59188
A current WebKitDriver doesn't try to return an actual hash value if DRT does not return an image.
WebKitDriver should always return an actual hash value if DRT returns that.
No tests since I'll add sample reftests to make sure mismatch reftests work later,
which should be in a separate patch.
- Scripts/webkitpy/layout_tests/port/webkit.py:
- 11:11 PM Changeset in webkit [88779] by
-
- 4 edits in branches/chromium/782/Source/WebCore
Merge 88139
BUG=84002
Review URL: http://codereview.chromium.org/7145023
- 10:55 PM Changeset in webkit [88778] by
-
- 1 edit3 adds in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
More Leopard and GTK rebaseline for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/gtk/fast/forms/input-appearance-range-expected.txt: Added.
- platform/mac-leopard/media/audio-repaint-expected.txt: Added.
- platform/mac-leopard/media/media-document-audio-repaint-expected.txt: Added.
- 10:42 PM Changeset in webkit [88777] by
-
- 10 edits in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
[Win] Rebaseline for r88757.
https://bugs.webkit.org/show_bug.cgi?id=52920
- platform/win/media/audio-controls-rendering-expected.txt:
- platform/win/media/controls-after-reload-expected.txt:
- platform/win/media/controls-strict-expected.txt:
- platform/win/media/controls-styling-expected.txt:
- platform/win/media/controls-without-preload-expected.txt:
- platform/win/media/media-document-audio-repaint-expected.txt:
- platform/win/media/video-controls-rendering-expected.txt:
- platform/win/media/video-display-toggle-expected.txt:
- platform/win/media/video-no-audio-expected.txt:
- 10:34 PM Changeset in webkit [88776] by
-
- 3 edits2 copies in branches/chromium/742
Merge 88456
BUG=85418
Review URL: http://codereview.chromium.org/7145022
- 10:25 PM Changeset in webkit [88775] by
-
- 2 edits in trunk/Tools
2011-06-13 Kent Tamura <tkent@chromium.org>
[Chromium-win] Fix two wrong assertions exposed by r88757.
- DumpRenderTree/chromium/WebThemeEngineDRTWin.cpp: (WebThemeEngineDRTWin::paintTrackbar):
- 10:19 PM Changeset in webkit [88774] by
-
- 3 edits2 copies in branches/chromium/782
Merge 88456
BUG=85418
Review URL: http://codereview.chromium.org/7145021
- 10:15 PM Changeset in webkit [88773] by
-
- 22 edits in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
[GTK] Rebaseline for r88757.
- platform/gtk/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
- platform/gtk/fast/forms/box-shadow-override-expected.txt:
- platform/gtk/fast/forms/input-appearance-height-expected.txt:
- platform/gtk/fast/forms/range-thumb-height-percentage-expected.txt:
- platform/gtk/fast/forms/slider-padding-expected.txt:
- platform/gtk/fast/forms/slider-thumb-shared-style-expected.txt:
- platform/gtk/fast/forms/slider-thumb-stylability-expected.txt:
- platform/gtk/fast/forms/thumbslider-no-parent-slider-expected.txt:
- platform/gtk/fast/layers/video-layer-expected.txt:
- platform/gtk/fast/multicol/client-rects-expected.txt:
- platform/gtk/fast/repaint/slider-thumb-drag-release-expected.txt:
- platform/gtk/media/audio-controls-rendering-expected.txt:
- platform/gtk/media/audio-repaint-expected.txt:
- platform/gtk/media/controls-strict-expected.txt:
- platform/gtk/media/controls-styling-expected.txt:
- platform/gtk/media/controls-without-preload-expected.txt:
- platform/gtk/media/media-document-audio-repaint-expected.txt:
- platform/gtk/media/video-controls-rendering-expected.txt:
- platform/gtk/media/video-empty-source-expected.txt:
- platform/gtk/media/video-no-audio-expected.txt:
- platform/gtk/media/video-zoom-controls-expected.txt:
- 10:07 PM Changeset in webkit [88772] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Igor Oliveira <igor.oliveira@openbossa.org>
Reviewed by Eric Seidel.
[Qt] Rebaseline http/tests/misc/slow-loading-image-in-pattern.html after r69386 and r83871
https://bugs.webkit.org/show_bug.cgi?id=62125
Rebaseline LayoutTests/platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt after r69386 and r83871
- platform/qt/http/tests/misc/slow-loading-image-in-pattern-expected.txt:
- 10:02 PM Changeset in webkit [88771] by
-
- 2 edits1 add in trunk/LayoutTests
2011-06-13 Laszlo Gombos <Laszlo Gombos>
Reviewed by Eric Seidel.
[Qt] Pass prototype-inheritance-2.html LayoutTest
https://bugs.webkit.org/show_bug.cgi?id=62224
Fix the expected result and remove the test from the Skipped list.
- platform/qt/fast/dom/prototype-inheritance-2-expected.txt:
- platform/qt/Skipped:
- 10:00 PM Changeset in webkit [88770] by
-
- 8 edits in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
[Mac] Leopard expectation files for r88757.
- platform/mac-leopard/media/controls-after-reload-expected.txt:
- platform/mac-leopard/media/controls-strict-expected.txt:
- platform/mac-leopard/media/controls-styling-expected.txt:
- platform/mac-leopard/media/controls-without-preload-expected.txt:
- platform/mac-leopard/media/video-controls-rendering-expected.txt:
- platform/mac-leopard/media/video-display-toggle-expected.txt:
- platform/mac-leopard/media/video-no-audio-expected.txt:
- 9:53 PM Changeset in webkit [88769] by
-
- 3 edits in trunk/LayoutTests
2011-06-13 Kent Tamura <tkent@chromium.org>
[Mac] Rebaseline for r88757.
- media/audio-repaint-expected.txt:
- media/media-document-audio-repaint-expected.txt:
- 9:45 PM Changeset in webkit [88768] by
-
- 2 edits in trunk/Tools
Added an updated e-mail address for Matt Lilek, to make Bugzilla autocomplete
and commit queue happy.
- Scripts/webkitpy/common/config/committers.py:
- 9:34 PM Changeset in webkit [88767] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Fix a typo in Mac WebKit2's skipped list.
svg/custom/focus-event-handling-keyboard's extension is xhtml, not html.
- platform/mac-wk2/Skipped:
- 9:29 PM Changeset in webkit [88766] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Skip editing/pasteboard/smart-paste-004.html per bug 61633.
- platform/win/Skipped:
- 9:23 PM Changeset in webkit [88765] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Chromium test expectation update; svg/css/group-with-shadow.svg is passing on
Windows Vista and Windows 7.
- platform/chromium/test_expectations.txt:
- 9:15 PM Changeset in webkit [88764] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Kent Tamura <tkent@chromium.org>
[EFL] The second try to fix a build break.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::paintThemePart):
- 9:08 PM Changeset in webkit [88763] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Kent Tamura <tkent@chromium.org>
[EFL] Fix a typo.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::paintThemePart):
- 9:07 PM Changeset in webkit [88762] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Kent Tamura <tkent@chromium.org>
[EFL] Try to fix a build break by r88757.
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::paintThemePart):
- 9:05 PM Changeset in webkit [88761] by
-
- 3 edits in branches/chromium/782/Source
Merge 88444
BUG=85559
Review URL: http://codereview.chromium.org/7145019
- 9:02 PM Changeset in webkit [88760] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Remove failing test expectation for plugins/npruntime/browser-object-identity.html
on Chromium since it has been fixed by r88679.
- platform/chromium/test_expectations.txt:
- 8:49 PM Changeset in webkit [88759] by
-
- 1 edit in branches/chromium/782/Source/WebCore/dom/Element.cpp
Merge 87827
BUG=84335
Review URL: http://codereview.chromium.org/7155001
- 8:48 PM Changeset in webkit [88758] by
-
- 1 edit in branches/chromium/742/Source/WebCore/dom/Element.cpp
Merge 87827
BUG=84355
Review URL: http://codereview.chromium.org/7111044
- 8:46 PM Changeset in webkit [88757] by
-
- 46 edits5 adds in trunk
2011-06-10 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
Use CSS machinery to position slider thumb.
https://bugs.webkit.org/show_bug.cgi?id=52920
Add two new tests, and update tests with sliders.
- fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt:
- fast/forms/input-appearance-range.html: Added.
- fast/forms/slider-thumb-stylability.html: Remove text.
- fast/forms/validation-message-on-range-expected.txt: Added.
- fast/forms/validation-message-on-range.html: Added.
- fast/multicol/client-rects-expected.txt:
- fast/repaint/slider-thumb-float-expected.txt:
- media/audio-repaint-expected.txt:
- media/controls-without-preload-expected.txt:
- media/media-document-audio-repaint-expected.txt:
- platform/chromium/test_expectations.txt:
- platform/gtk/Skipped: Skip validaiton-message-on-range.html because this platform doesn't support the interactive validation.
- platform/mac-wk2/Skipped: Skip validaiton-message-on-range.html.
- platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.png:
- platform/mac/fast/dom/HTMLInputElement/input-slider-update-expected.txt:
- platform/mac/fast/forms/box-shadow-override-expected.png:
- platform/mac/fast/forms/box-shadow-override-expected.txt:
- platform/mac/fast/forms/input-appearance-height-expected.png:
- platform/mac/fast/forms/input-appearance-height-expected.txt:
- platform/mac/fast/forms/input-appearance-range-expected.png: Added.
- platform/mac/fast/forms/input-appearance-range-expected.txt: Added.
- platform/mac/fast/forms/range-thumb-height-percentage-expected.txt:
- platform/mac/fast/forms/slider-padding-expected.png:
- platform/mac/fast/forms/slider-padding-expected.txt:
- platform/mac/fast/forms/slider-thumb-shared-style-expected.png:
- platform/mac/fast/forms/slider-thumb-shared-style-expected.txt:
- platform/mac/fast/forms/slider-thumb-stylability-expected.png:
- platform/mac/fast/forms/slider-thumb-stylability-expected.txt:
- platform/mac/fast/forms/thumbslider-no-parent-slider-expected.png:
- platform/mac/fast/forms/thumbslider-no-parent-slider-expected.txt:
- platform/mac/fast/repaint/slider-thumb-drag-release-expected.png:
- platform/mac/fast/repaint/slider-thumb-drag-release-expected.txt:
- platform/mac/media/audio-controls-rendering-expected.png:
- platform/mac/media/audio-controls-rendering-expected.txt:
- platform/mac/media/controls-after-reload-expected.png:
- platform/mac/media/controls-after-reload-expected.txt:
- platform/mac/media/controls-styling-expected.png:
- platform/mac/media/controls-styling-expected.txt:
- platform/qt/Skipped: Skip validaiton-message-on-range.html.
- platform/win/Skipped: Skip validaiton-message-on-range.html.
2011-06-10 Kent Tamura <tkent@chromium.org>
Reviewed by Dimitri Glazkov.
Use CSS machinery to position slider thumb.
https://bugs.webkit.org/show_bug.cgi?id=52920
Remove RenderSlider::layout().
In order to remove it, we introduce new three shadow nodes:
- A flex box container occupying the whole box
- A flex box item representing a movable area of the thumb
- A flex box item limiting the movable area of the thumb
The thumb position is specified by percentage position in the second element.
This change also fixes Bug 60353.
Tests: fast/forms/input-appearance-range.html
fast/forms/validation-message-on-range.html
- accessibility/AccessibilitySlider.cpp: (WebCore::AccessibilitySliderThumb::elementRect): Use Node::getRect() for the thumb element.
- css/html.css: Add new style definitions for the new node layout. (input[type="range"]::-webkit-slider-container): (input[type="range"]::-webkit-slider-runnable-track): (input[type="range"]::-webkit-slider-thumb):
- html/RangeInputType.cpp: (WebCore::RangeInputType::handleMouseDownEvent): Accepts events on shadow nodes, use sliderThumbElementOf(). (WebCore::RangeInputType::createShadowSubtree): Creates new nodes layout. (WebCore::RangeInputType::valueChanged): Use sliderThumbElementOf().
- html/RangeInputType.h: Remove shadowSliderThumb().
- html/shadow/SliderThumbElement.cpp:
(WebCore::sliderPosition): Moved from RenderSlider.cpp.
(WebCore::hasVerticalAppearance): New utility function.
(WebCore::sliderThumbElementOf): New utility function.
(WebCore::RenderSliderThumb::layout):
Sets CSS top/left values.
(WebCore::RenderSliderContainer::RenderSliderContainer):
(WebCore::RenderSliderContainer::layout):
Add some adjustment code.
- Setting box-orient
- Adjust heights of some nodes. It is required to pass existing tests.
(WebCore::SliderThumbElement::setPositionFromValue):
Update comments.
(WebCore::SliderThumbElement::setPositionFromPoint):
Calculate the current position from absolute positions.
(WebCore::SliderThumbElement::hostInput):
Removed unnecessary variable.
(WebCore::TrackLimiterElement::TrackLimiterElement):
(WebCore::TrackLimiterElement::create): Adjust style.
(WebCore::TrackLimiterElement::createRenderer):
This node uses RenderSliderThumb.
(WebCore::TrackLimiterElement::shadowPseudoId):
This node also uses -webkit-slider-thumb.
(WebCore::SliderContainerElement::SliderContainerElement):
(WebCore::SliderContainerElement::create):
(WebCore::SliderContainerElement::createRenderer):
Uses RenderSliderContainer.
(WebCore::SliderContainerElement::shadowPseudoId):
- html/shadow/SliderThumbElement.h: Make hostInput() public, add declarations of TrackLimiterElement and SliderContainerElement.
- rendering/RenderSlider.cpp: (WebCore::RenderSlider::RenderSlider): Added an assertion. (WebCore::RenderSlider::inDragMode): Uses sliderThumbElementOf().
- rendering/RenderSlider.h: Remove declarations of removed functions.
- rendering/RenderTheme.cpp: (WebCore::RenderTheme::adjustSliderThumbStyle): Calls adjustSliderThumbSize().
- 8:30 PM Changeset in webkit [88756] by
-
- 1 edit in branches/chromium/782/Source/WebCore/platform/leveldb/LevelDBTransaction.cpp
Merge 87911
BUG=84597
Review URL: http://codereview.chromium.org/7154001
- 7:55 PM Changeset in webkit [88755] by
-
- 2 edits in trunk/Source/WebKit/chromium
2011-06-13 James Simonsen <simonjam@chromium.org>
[Chromium] Unreviewed, rolled DEPS.
- DEPS:
- 7:27 PM Changeset in webkit [88754] by
-
- 7 edits in trunk
2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
Reviewed by Martin Robinson.
[GTK] Add configure option to enable/disable register protocol handler
https://bugs.webkit.org/show_bug.cgi?id=62534
This patch just adds configure option to enable/disable register protocol handler.
So, it needs more code to use register protocol handler.
- configure.ac: Add configure option to enable/disable register protocol handler.
2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
Reviewed by Martin Robinson.
[GTK] Add configure option to enable/disable register protocol handler
https://bugs.webkit.org/show_bug.cgi?id=62534
- GNUmakefile.am: Add ENABLE_REGISTER_PROTOCOL_HANDLER.
2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
Reviewed by Martin Robinson.
[GTK] Add configure option to enable/disable register protocol handler
https://bugs.webkit.org/show_bug.cgi?id=62534
- WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::registerProtocolHandler): Added.
- WebCoreSupport/ChromeClientGtk.h: Add the registerProtocolHandler method defintion.
- 7:19 PM Changeset in webkit [88753] by
-
- 3 edits in trunk/Source/WebCore
2011-06-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Reviewed by Kent Tamura.
[EFL] Support for painting thumb of media slider
https://bugs.webkit.org/show_bug.cgi?id=62174
Implement paintMediaSliderThumb() function to show thumb of media slider.
adjustSliderThumbSize() should be implemented in order to call paintMediaSliderThumb().
- platform/efl/RenderThemeEfl.cpp: (WebCore::RenderThemeEfl::RenderThemeEfl): (WebCore::RenderThemeEfl::adjustSliderThumbSize): (WebCore::RenderThemeEfl::paintMediaSliderTrack): (WebCore::RenderThemeEfl::paintMediaSliderThumb): (WebCore::RenderThemeEfl::paintMediaCurrentTime):
- platform/efl/RenderThemeEfl.h:
- 7:15 PM Changeset in webkit [88752] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Another GTK rebaseline after r88717 because non-breaking spaces were somehow converted to
regular spaces in r88742.
- platform/gtk/editing/pasteboard/paste-xml-expected.txt:
- 7:09 PM Changeset in webkit [88751] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Keishi Hattori <keishi@webkit.org>
Sort WebCore.xcodeproj
Accomplished using sort-Xcode-project-file.
- WebCore.xcodeproj/project.pbxproj:
- 7:08 PM Changeset in webkit [88750] by
-
- 1 edit2 copies in branches/chromium/742
Merge 88448
BUG=85003
Review URL: http://codereview.chromium.org/7149011
- 7:07 PM Changeset in webkit [88749] by
-
- 1 edit2 copies in branches/chromium/782
Merge 88448
BUG=85003
Review URL: http://codereview.chromium.org/7149010
- 6:59 PM Changeset in webkit [88748] by
-
- 2 edits2 adds in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Chromium rebaselines after r88617. The test is now passing on all platforms.
- platform/chromium-mac-leopard/fast/repaint/selection-after-remove-expected.png: Added.
- platform/chromium-mac/fast/repaint/selection-after-remove-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 6:46 PM Changeset in webkit [88747] by
-
- 2 edits2 adds in trunk/LayoutTests
REGRESSION (r88579-r88581): compositing/iframes/invisible-nested-iframe-show.html,
compositing/tiling/huge-layer-add-remove-child.html failing on Windows 7 Release (Tests).
https://bugs.webkit.org/show_bug.cgi?id=62566
Add/update the (failing?) expected results for Windows in order to get the bots green.
- platform/win/compositing/iframes/invisible-nested-iframe-show-expected.txt:
- platform/win/compositing/tiling: Added.
- platform/win/compositing/tiling/huge-layer-add-remove-child-expected.txt: Added.
- 6:15 PM Changeset in webkit [88746] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 David Levin <levin@chromium.org>
Reviewed by Dmitry Titov.
fast/workers/worker-close.html is flaky on slower machines.
https://bugs.webkit.org/show_bug.cgi?id=62609
- fast/workers/worker-close.html: Move a setTimeout to start after the response message is received to make the ordering of messages deterministic.
- 6:13 PM Changeset in webkit [88745] by
-
- 6 edits in trunk/Source
2011-06-13 James Simonsen <simonjam@chromium.org>
Reviewed by James Robinson.
[Chromium] Implement monotonicallyIncreasingClock()
https://bugs.webkit.org/show_bug.cgi?id=62162
- platform/chromium/PlatformBridge.h:
- platform/chromium/SystemTimeChromium.cpp: (WebCore::monotonicallyIncreasingTime): Use Chrome's implementation.
2011-06-13 James Simonsen <simonjam@chromium.org>
Reviewed by James Robinson.
[Chromium] Implement monotonicallyIncreasingClock()
https://bugs.webkit.org/show_bug.cgi?id=62162
- public/WebKitClient.h: (WebKit::WebKitClient::monotonicallyIncreasingTime): Added.
- src/PlatformBridge.cpp: (WebCore::PlatformBridge::monotonicallyIncreasingTime): Added.
- 6:10 PM Changeset in webkit [88744] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Chromium Mac test expectation updates; Removed failing test expectations from
various tests because they seem to be passing now.
- platform/chromium/test_expectations.txt:
- 6:00 PM Changeset in webkit [88743] by
-
- 2 edits in branches/chromium/782/Source/WebKit/chromium
Merge 88738 - [Chromium] WebNotification should check if ScriptExecutionContext is gone
before dispatching events.
https://bugs.webkit.org/show_bug.cgi?id=62592
Reviewed by David Levin.
- public/WebNotification.h:
- src/WebNotification.cpp:
(WebKit::WebNotification::dispatchDisplayEvent):
(WebKit::WebNotification::dispatchErrorEvent):
(WebKit::WebNotification::dispatchCloseEvent):
(WebKit::WebNotification::dispatchClickEvent):
(WebKit::WebNotification::dispatchEvent): Added a helper method to check
the context and dispatch an event.
TBR=jianli@chromium.org
BUG=84660
Review URL: http://codereview.chromium.org/7148005
- 5:58 PM Changeset in webkit [88742] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Skip test added by r88578 on GTK per bug 62585.
- platform/gtk/Skipped:
- 5:53 PM Changeset in webkit [88741] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Steve Block <steveblock@google.com>
Reviewed by Darin Adler.
Remove Android defines from WebCore/config.h
https://bugs.webkit.org/show_bug.cgi?id=62602
No new tests, build cleanup only.
- config.h:
- 5:42 PM Changeset in webkit [88740] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Adam Barth <abarth@webkit.org>
Reviewed by David Levin.
Remove redundant "true" parameter to scheduleLocationChange
https://bugs.webkit.org/show_bug.cgi?id=62612
This parameter defaults to true anyway.
- loader/appcache/ApplicationCacheGroup.cpp: (WebCore::ApplicationCacheGroup::selectCache):
- 5:39 PM Changeset in webkit [88739] by
-
- 1 edit3 adds in trunk/LayoutTests
Add Windows-specific pixel and text results to account for the different design of the
ying-yang character on Windows (and of course to get the bots green).
- platform/win/svg/hixie/intrinsic: Added.
- platform/win/svg/hixie/intrinsic/003-expected.png: Added.
- platform/win/svg/hixie/intrinsic/003-expected.txt: Added.
- 5:38 PM Changeset in webkit [88738] by
-
- 3 edits in trunk/Source/WebKit/chromium
[Chromium] WebNotification should check if ScriptExecutionContext is gone
before dispatching events.
https://bugs.webkit.org/show_bug.cgi?id=62592
Reviewed by David Levin.
- public/WebNotification.h:
- src/WebNotification.cpp:
(WebKit::WebNotification::dispatchDisplayEvent):
(WebKit::WebNotification::dispatchErrorEvent):
(WebKit::WebNotification::dispatchCloseEvent):
(WebKit::WebNotification::dispatchClickEvent):
(WebKit::WebNotification::dispatchEvent): Added a helper method to check
the context and dispatch an event.
- 5:22 PM Changeset in webkit [88737] by
-
- 11 edits2 adds in trunk
2011-06-13 Kentaro Hara <haraken@google.com>
Reviewed by Alexey Proskuryakov.
Add a new test for checking rounding error in printing codes
https://bugs.webkit.org/show_bug.cgi?id=61256
Add a new test (printing/page-count-with-one-word.html). This test
checks if only one page is printed for an HTML page with one word for
various paper sizes around A4 portrait size, i.e. [530px, 560px) for
width and [730px, 760px) for height.
- printing/page-count-with-one-word-expected.txt: Added.
- printing/page-count-with-one-word.html: Added.
2011-06-13 Kentaro Hara <haraken@google.com>
Reviewed by Alexey Proskuryakov.
Add resizePageRectsKeepingRatio(), which expands/shrinks a page, keeping the ratio of the original page
https://bugs.webkit.org/show_bug.cgi?id=61256
In order to prevent rounding error caused by expanding/shrinking a page
using different calculation here and there, I added a common calculation
method, resizePageRectsKeepingRatio(), which expands/shrinks a page,
keeping the ratio of width and height of the original page.
PrintContext::computePageRects() and PrintContext::begin()
use resizePageRectsKeepingRatio() to expand/shrink a page.
Test: printing/page-count-with-one-word.html
- WebCore.exp.in:
- page/Frame.cpp: (WebCore::Frame::resizePageRectsKeepingRatio):
- page/Frame.h:
- page/PrintContext.cpp: (WebCore::PrintContext::computePageRects): (WebCore::PrintContext::begin):
2011-06-13 Kentaro Hara <haraken@google.com>
Reviewed by Alexey Proskuryakov.
Add resizePageRectsKeepingRatio(), which expands/shrinks a page, keeping the ratio of the original page
https://bugs.webkit.org/show_bug.cgi?id=61256
In order to prevent rounding error caused by expanding/shrinking a page
using different calculation here and there, I added a common calculation
method, resizePageRectsKeepingRatio(), which expands/shrinks a page,
keeping the ratio of width and height of the original page.
[WebHTMLView _beginPrintModeWithPageWidth:height:shrinkToFit:]
and [WebHTMLView _beginScreenPaginationModeWithPageSize:shrinkToFit:]
use resizePageRectsKeepingRatio() to expand/shrink a page.
Test: printing/page-count-with-one-word.html
- WebView/WebHTMLView.mm: (-[WebHTMLView _web_setPrintingModeRecursive]): (-[WebHTMLView _web_clearPrintingModeRecursive]): (-[WebHTMLView _web_setPrintingModeRecursiveAndAdjustViewSize]): (-[WebHTMLView _beginPrintModeWithMinimumPageWidth:height:maximumShrinkRatio:]): (-[WebHTMLView _beginPrintModeWithPageWidth:height:shrinkToFit:]): (-[WebHTMLView _endPrintMode]): (-[WebHTMLView _beginScreenPaginationModeWithPageSize:shrinkToFit:]): (-[WebHTMLView _endScreenPaginationMode]): (-[WebHTMLView layoutToMinimumPageWidth:height:maximumShrinkRatio:adjustingViewSize:]): (-[WebHTMLView layout]): (-[WebHTMLView _setPrinting:minimumPageLogicalWidth:logicalHeight:maximumShrinkRatio:adjustViewSize:paginateScreenContent:]): (-[WebHTMLView adjustPageHeightNew:top:bottom:limit:]): (-[WebHTMLView setPageWidthForPrinting:]):
2011-06-13 Kentaro Hara <haraken@google.com>
Reviewed by Alexey Proskuryakov.
Add resizePageRectsKeepingRatio(), which expands/shrinks a page, keeping the ratio of the original page
https://bugs.webkit.org/show_bug.cgi?id=61256
In order to prevent rounding error caused by expanding/shrinking a page
using different calculation here and there, I added a common calculation
method, resizePageRectsKeepingRatio(), which expands/shrinks a page,
keeping the ratio of width and height of the original page.
WebFrame::setInPrintingMode() uses resizePageRectsKeepingRatio() to
expand/shrink a page.
Test: printing/page-count-with-one-word.html
- WebFrame.cpp: (WebFrame::setPrinting): (WebFrame::setInPrintingMode):
- WebFrame.h:
- 5:11 PM Changeset in webkit [88736] by
-
- 7 edits in releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk
Merging r88734
- 5:10 PM Changeset in webkit [88735] by
-
- 5 edits in trunk/Source/WebKit2
2011-06-13 Anders Carlsson <andersca@apple.com>
Reviewed by Sam Weinig.
Crash when trying to use Netflix Watch Instantly with Silverlight 3
https://bugs.webkit.org/show_bug.cgi?id=62611
<rdar://problem/9058370>
- Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm: (WebKit::NetscapePluginModule::getPluginInfo): Get the plug-in version string instead of the version number.
(WebKit::PluginVersion::isValid):
(WebKit::PluginVersion::PluginVersion):
(WebKit::PluginVersion::parse):
(WebKit::PluginVersion::isLessThan):
Add a new PluginVersion class that represents a plug-in version. The idea is
that this class be made cross platform.
(WebKit::NetscapePluginModule::determineQuirks):
Add the ReturnsNonRetainedScriptableNPObject quirk for versions of Silverlight less than 4.
- Shared/Plugins/PluginQuirks.h: Add the ReturnsNonRetainedScriptableNPObject quirk.
- UIProcess/Plugins/PluginInfoStore.h: Use a version string. Eventually this should hold the PluginVersion class we added.
- WebProcess/Plugins/Netscape/NetscapePlugin.cpp: (WebKit::NetscapePlugin::pluginScriptableNPObject): If the plug-in has the ReturnsNonRetainedScriptableNPObject quirk, do an extra retain.
- 5:09 PM Changeset in webkit [88734] by
-
- 7 edits in trunk/Source/WebKit/gtk
2011-06-13 Martin Robinson <mrobinson@igalia.com>
Reviewed by Gustavo Noronha Silva.
Update gtkdoc files and inline documentation to reduce gtkdoc errors
and ensure complete documentation output.
- docs/webkitgtk-sections.txt: Add missing sections to the list and remove unneeded sections.
- docs/webkitgtk.types: Update the types list.
- webkit/webkithittestresult.cpp: Fix inline documentation errors. (webkit_hit_test_result_class_init): Ditto.
- webkit/webkiticondatabase.cpp: Ditto.
- webkit/webkitwebsettings.cpp: Ditto. (webkit_web_settings_class_init): Ditto.
- webkit/webkitwebview.cpp: Ditto. (webkit_web_view_class_init): Ditto.
- 4:51 PM Changeset in webkit [88733] by
-
- 4 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Mac, GTK, and Qt rebaselines after r88717.
- platform/gtk/editing/pasteboard/paste-xml-expected.txt:
- platform/mac/editing/pasteboard/paste-xml-expected.txt:
- 4:49 PM Changeset in webkit [88732] by
-
- 2 edits in trunk/Tools
2011-06-13 Chris Rogers <crogers@google.com>
Unreviewed build fix.
Build fix to chromium DRT until we can rebaseline some tests
https://bugs.webkit.org/show_bug.cgi?id=62608
- DumpRenderTree/chromium/TestShell.cpp: (TestShell::TestShell):
- 4:28 PM Changeset in webkit [88731] by
-
- 18 edits in trunk/Source/WebCore
2011-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
anyPageIsProcessingUserGesture is not longer needed because user gesture state is static
https://bugs.webkit.org/show_bug.cgi?id=62601
Previously, our user-gesture state was per-frame. Code needed to check
the "global" user gesture state called anyPageIsProcessingUserGesture()
to iterate through all the frames and look for one that was processing
a user gesture. Since we changed the user gesture state to be static,
iterating over every frame in existence isn't needed.
This patch also cleans up a couple other user-gesture callsites I saw
while I was in this code. Code should just call
ScriptController::processingUserGesture directly instead of
trampolining through other functions.
- bindings/ScriptControllerBase.cpp: (WebCore::ScriptController::executeScript):
- bindings/generic/BindingSecurity.h: (WebCore::::allowPopUp):
- bindings/js/JSDOMBinding.cpp:
- bindings/js/JSDOMBinding.h:
- bindings/js/JSDocumentCustom.cpp: (WebCore::JSDocument::setLocation):
- bindings/js/ScriptController.cpp:
- bindings/js/ScriptController.h:
- bindings/scripts/CodeGeneratorJS.pm:
- bindings/scripts/CodeGeneratorV8.pm:
- bindings/v8/ScriptController.cpp:
- bindings/v8/ScriptController.h: (WebCore::ScriptController::setProcessingTimerCallback):
- bindings/v8/V8Utilities.cpp:
- bindings/v8/V8Utilities.h:
- bindings/v8/specialization/V8BindingState.cpp:
- bindings/v8/specialization/V8BindingState.h:
- html/HTMLFormElement.cpp: (WebCore::HTMLFormElement::submitFromJavaScript): (WebCore::HTMLFormElement::submit):
- page/DOMWindow.cpp: (WebCore::DOMWindow::setLocation): (WebCore::DOMWindow::createWindow): (WebCore::DOMWindow::open):
- 4:20 PM Changeset in webkit [88730] by
-
- 4 edits2 adds in trunk
2011-06-13 Jeffrey Pfau <jpfau@apple.com>
Reviewed by Darin Adler.
Crash in WebCore::RenderMathMLUnderOver::layout()
https://bugs.webkit.org/show_bug.cgi?id=57900
Added a test that tries to remove the children of munder, mover and munderover elements.
- mathml/munderover-remove-children-expected.txt: Added.
- mathml/munderover-remove-children.html: Added.
2011-06-13 Jeffrey Pfau <jpfau@apple.com>
Reviewed by Darin Adler.
Crash in WebCore::RenderMathMLUnderOver::layout()
https://bugs.webkit.org/show_bug.cgi?id=57900
Add more null checks so that removing children in MathML elements does not cause crashes.
Note that this only half fixes the third repro in the Bugzilla bug, as another bug will
still crash that repro.
Test: mathml/munderover-remove-children.html
- rendering/mathml/RenderMathMLSubSup.cpp: (WebCore::RenderMathMLSubSup::stretchToHeight):
- rendering/mathml/RenderMathMLUnderOver.cpp: (WebCore::RenderMathMLUnderOver::layout): (WebCore::RenderMathMLUnderOver::nonOperatorHeight):
- 4:06 PM Changeset in webkit [88729] by
-
- 11 edits in trunk/Source
2011-06-13 Dmitry Lomov <dslomov@google.com>
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=62345
Use per-isolate embedder data instead of statics for caches in bindings.
This is a prerequisite for more than one v8 isolate per process.
- bindings/scripts/CodeGeneratorV8.pm:
- bindings/v8/IDBBindingUtilities.cpp: (WebCore::createIDBKeyFromSerializedValueAndKeyPath): (WebCore::injectIDBKeyIntoSerializedValue):
- bindings/v8/V8Binding.cpp: (WebCore::V8BindingPerIsolateData::V8BindingPerIsolateData): (WebCore::V8BindingPerIsolateData::~V8BindingPerIsolateData): (WebCore::V8BindingPerIsolateData::create): (WebCore::V8BindingPerIsolateData::ensureInitialized): (WebCore::V8BindingPerIsolateData::dispose): (WebCore::getToStringName): (WebCore::getToStringTemplate):
- bindings/v8/V8Binding.h: (WebCore::V8BindingPerIsolateData::get): (WebCore::V8BindingPerIsolateData::current): (WebCore::V8BindingPerIsolateData::rawTemplateMap): (WebCore::V8BindingPerIsolateData::templateMap): (WebCore::V8BindingPerIsolateData::toStringName): (WebCore::V8BindingPerIsolateData::toStringTemplate):
- bindings/v8/V8DOMWindowShell.cpp: (WebCore::V8DOMWindowShell::initContextIfNeeded):
- bindings/v8/V8Utilities.cpp: (WebCore::V8LocalContext::V8LocalContext): (WebCore::V8LocalContext::~V8LocalContext):
- bindings/v8/V8Utilities.h:
- bindings/v8/WorkerContextExecutionProxy.cpp: (WebCore::WorkerContextExecutionProxy::initV8IfNeeded):
2011-06-13 Dmitry Lomov <dslomov@google.com>
Reviewed by Adam Barth.
https://bugs.webkit.org/show_bug.cgi?id=62345
Use per-isolate embedder data instead of statics for caches in bindings.
This is a prerequisite for more than one v8 isolate per process.
- tests/IDBBindingUtilitiesTest.cpp: (WebCore::TEST):
- 3:56 PM Changeset in webkit [88728] by
-
- 4 edits in trunk/Source/WebKit/chromium
2011-06-13 Lei Zhang <thestig@chromium.org>
Reviewed by Darin Fisher.
[Chromium] Add a WebSetting to control printing backgrounds
https://bugs.webkit.org/show_bug.cgi?id=62423
- public/WebSettings.h:
- src/WebSettingsImpl.cpp: (WebKit::WebSettingsImpl::setShouldPrintBackgrounds):
- src/WebSettingsImpl.h:
- 3:53 PM Changeset in webkit [88727] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Adam Barth.
Simplify logic in ProgressTracker::progressCompleted()
https://bugs.webkit.org/show_bug.cgi?id=62598
Testing for "m_numProgressTrackedFrames != 0" is unnecessary because it is
always true, otherwise we would entered in the first part of the conditional.
- loader/ProgressTracker.cpp: (WebCore::ProgressTracker::progressCompleted):
- 3:50 PM Changeset in webkit [88726] by
-
- 6 edits in trunk/Tools
2011-06-13 Chris Rogers <crogers@google.com>
Reviewed by Dirk Pranke.
Add Web Audio support to chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=62306
- DumpRenderTree/chromium/LayoutTestController.cpp: (LayoutTestController::LayoutTestController): (LayoutTestController::reset): (LayoutTestController::setEncodedAudioData):
- DumpRenderTree/chromium/LayoutTestController.h: (LayoutTestController::encodedAudioData): (LayoutTestController::shouldDumpAsAudio): (LayoutTestController::setShouldDumpAsAudio):
- DumpRenderTree/chromium/TestEventPrinter.cpp: (DRTPrinter::handleAudioHeader): (TestShellPrinter::handleAudioHeader):
- DumpRenderTree/chromium/TestEventPrinter.h:
- DumpRenderTree/chromium/TestShell.cpp: (TestShell::TestShell): (TestShell::dump):
- 3:47 PM Changeset in webkit [88725] by
-
- 2 edits in trunk/Source/WebKit/efl
2011-06-13 Michal Pakula vel Rutka <Michał Pakuła vel Rutka>
Reviewed by Eric Seidel.
[EFL] Input method hints not updated while clicking non-input field editable area
https://bugs.webkit.org/show_bug.cgi?id=62539
This fixes a minor bug when input method hints are not updated while focus is
changed from editable area with input tags to other which are does not have input
tag i.e. textarea.
- ewk/ewk_view.cpp: (ewk_view_input_method_state_set):
- 3:46 PM Changeset in webkit [88724] by
-
- 3 edits in trunk/Source/JavaScriptCore
2011-06-13 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Fix llocp and lvalp names in the lexer to something more meaningful
https://bugs.webkit.org/show_bug.cgi?id=62605
A simple rename
- parser/Lexer.cpp: (JSC::Lexer::parseIdentifier): (JSC::Lexer::parseString): (JSC::Lexer::lex):
- parser/Lexer.h: (JSC::Lexer::lexExpectIdentifier):
- 3:45 PM Changeset in webkit [88723] by
-
- 3 edits in trunk/Source/WebKit/efl
2011-06-13 Jaehun Lim <ljaehun.lim@samsung.com>
Reviewed by Eric Seidel.
[EFL] Supports to execute "redo" command.
https://bugs.webkit.org/show_bug.cgi?id=62536
Implements basic functions for "redo" command.
- WebCoreSupport/EditorClientEfl.cpp: (WebCore::EditorClientEfl::registerCommandForUndo): (WebCore::EditorClientEfl::registerCommandForRedo): (WebCore::EditorClientEfl::clearUndoRedoOperations): (WebCore::EditorClientEfl::canRedo): (WebCore::EditorClientEfl::redo):
- WebCoreSupport/EditorClientEfl.h:
- 3:44 PM Changeset in webkit [88722] by
-
- 1 edit13 adds in trunk/Source/WebKit2
2011-06-13 Ryuan Choi <ryuan.choi@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL][WK2] Add dummy files at below of WebProcess.
https://bugs.webkit.org/show_bug.cgi?id=62445
Add Efl related directory and files in WebKit2/WebProcess/.
- WebProcess/Cookies/efl/WebCookieManagerEfl.cpp: Added. (WebKit::WebCookieManager::platformSetHTTPCookieAcceptPolicy): (WebKit::WebCookieManager::platformGetHTTPCookieAcceptPolicy):
- WebProcess/InjectedBundle/efl/InjectedBundleEfl.cpp: Added. (WebKit::InjectedBundle::load): (WebKit::InjectedBundle::activateMacFontAscentHack):
- WebProcess/WebPage/efl/WebInspectorEfl.cpp: Added. (WebKit::WebInspector::localizedStringsURL):
- WebProcess/WebPage/efl/WebPageEfl.cpp: Added. (WebKit::WebPage::platformInitialize): (WebKit::WebPage::platformPreferencesDidChange): (WebKit::scroll): (WebKit::WebPage::performDefaultBehaviorForKeyEvent): (WebKit::WebPage::platformHasLocalDataForURL): (WebKit::WebPage::cachedResponseMIMETypeForURL): (WebKit::WebPage::platformCanHandleRequest): (WebKit::WebPage::cachedSuggestedFilenameForURL): (WebKit::WebPage::cachedResponseDataForURL):
- WebProcess/efl/WebProcessEfl.cpp: Added. (WebKit::WebProcess::platformSetCacheModel): (WebKit::WebProcess::platformClearResourceCaches): (WebKit::WebProcess::platformInitializeWebProcess): (WebKit::WebProcess::platformTerminate):
- WebProcess/efl/WebProcessMainEfl.cpp: Added. (WebKit::WebProcessMainEfl):
- WebProcess/efl/WebProcessMainEfl.h: Added.
- efl/MainEfl.cpp: Added. (main):
- 3:39 PM Changeset in webkit [88721] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Dimitri Glazkov <Dimitri Glazkov>
Unreviewed, rolling out r88704.
http://trac.webkit.org/changeset/88704
https://bugs.webkit.org/show_bug.cgi?id=62466
Caused layout test failures on Chromium Mac.
- platform/chromium/ClipboardChromium.cpp: (WebCore::ClipboardChromium::declareAndWriteDragImage):
- 3:39 PM Changeset in webkit [88720] by
-
- 2 edits in trunk
2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
Reviewed by Martin Robinson.
[GTK] Need to report whether touch icon loading is enabled
https://bugs.webkit.org/show_bug.cgi?id=62532
It needs to report whether touch icon loading is enabled.
- configure.ac: Updated option parsing code for loading touch icons.
- 3:38 PM Changeset in webkit [88719] by
-
- 4 edits in trunk/Source/JavaScriptCore
2011-06-13 Oliver Hunt <oliver@apple.com>
Reviewed by Gavin Barraclough.
Make it possible to inline the common case of identifier lexing
https://bugs.webkit.org/show_bug.cgi?id=62600
Add a lexing function that expects to lex an "normal" alpha numeric
identifier (that ignores keywords) so it's possible to inline the
common parsing cases. This comes out as a reasonable parsing speed
boost.
- parser/JSParser.cpp: (JSC::JSParser::nextExpectIdentifier): (JSC::JSParser::parseProperty): (JSC::JSParser::parseMemberExpression):
- parser/Lexer.cpp:
- parser/Lexer.h: (JSC::Lexer::makeIdentifier): (JSC::Lexer::lexExpectIdentifier):
- 3:38 PM Changeset in webkit [88718] by
-
- 2 edits in trunk/Source/WebCore
Frame::visiblePositionForPoint returns null position if the point is over an imagemap.
https://bugs.webkit.org/show_bug.cgi?id=62562
<rdar://problem/9313885>
Patch by Morgan Winer <mwiner@apple.com> on 2011-06-13
Reviewed by Enrica Casucci.
The innerNode() of an imageMap is an area, and doesn't have a renderer and
therefore can't report a position.
Every result's innerNonSharedNode() should be the same as the innerNode(),
except for imageMaps, which will have the actual image as its innerNonSharedNode(),
and will therefore have a renderer and can report a position.
There are no layout tests for this, since it can be tested only at API level.
- page/Frame.cpp:
(WebCore::Frame::visiblePositionForPoint): Changing innerNode() to innerNonSharedNode().
- 3:37 PM Changeset in webkit [88717] by
-
- 6 edits3 deletes in trunk/LayoutTests
2011-06-13 Wyatt Carss <wcarss@google.com>
Reviewed by Ryosuke Niwa.
dump-as-markup conversion: editing/pasteboard/paste-xml.xhtml
https://bugs.webkit.org/show_bug.cgi?id=58159
Converted to dump the key part of page as text. The platform-dependent files are
copied from the previous setup of this test, as mac appears to do something different
in its delegate info -- 'insertText' instead of 'insertNode', and some differences
in how it counts indices. Note that chromium-mac works the same as chromium-win, but
would hit mac first. GTK appears to pass for now; if tests fail we'll reorganize these
a bit accordingly.
- editing/pasteboard/paste-xml.xhtml:
- platform/chromium-linux/editing/pasteboard/paste-xml-expected.png: Removed.
- platform/chromium-mac/editing/pasteboard/paste-xml-expected.txt:
- platform/chromium-win/editing/pasteboard/paste-xml-expected.png: Removed.
- platform/chromium-win/editing/pasteboard/paste-xml-expected.txt:
- platform/chromium/test_expectations.txt:
- platform/mac/editing/pasteboard/paste-xml-expected.png: Removed.
- platform/mac/editing/pasteboard/paste-xml-expected.txt:
- platform/win/editing/pasteboard/paste-xml-expected.txt:
- 3:36 PM Changeset in webkit [88716] by
-
- 4 edits in trunk
2011-06-13 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Eric Seidel.
[CMAKE] Conditionally generate DerivedSources
https://bugs.webkit.org/show_bug.cgi?id=62277
Speedup build by not generating DerivedSources of features that are
disabled. This was already been done for some features like ENABLE_SVG
and now it's extended the following features: ENABLE_DATABASE,
ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
ENABLE_DATA_TRANSFER_ITEMS.
- Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
2011-06-13 Lucas De Marchi <lucas.demarchi@profusion.mobi>
Reviewed by Eric Seidel.
[CMAKE] Conditionally generate DerivedSources
https://bugs.webkit.org/show_bug.cgi?id=62277
Speedup build by not generating DerivedSources of features that are
disabled. This was already been done for some features like ENABLE_SVG
and now it's extended the following features: ENABLE_DATABASE,
ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
ENABLE_DATA_TRANSFER_ITEMS.
No change in functionality so no new tests.
- CMakeLists.txt: move .idl files to be conditionally generated.
- 3:32 PM Changeset in webkit [88715] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Eric Seidel.
IndexedDB test: Infinity as key
https://bugs.webkit.org/show_bug.cgi?id=62285
- storage/indexeddb/key-type-infinity-expected.txt: Added.
- storage/indexeddb/key-type-infinity.html: Added.
- 3:30 PM Changeset in webkit [88714] by
-
- 2 edits in trunk/Tools
2011-06-13 Jaehun Lim <ljaehun.lim@samsung.com>
Reviewed by Eric Seidel.
[EFL] Add load error handler to EWebLauncher
https://bugs.webkit.org/show_bug.cgi?id=62347
Add a handler function of "load,error" to EWebLauncher.
EWebLauncher now displays a simple error page on load errors.
- EWebLauncher/main.c: (on_load_error): (browserCreate):
- 3:29 PM Changeset in webkit [88713] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Eric Seidel.
IndexedDB test: odd database names
https://bugs.webkit.org/show_bug.cgi?id=62322
- storage/indexeddb/database-odd-names-expected.txt: Added.
- storage/indexeddb/database-odd-names.html: Added.
- 3:25 PM Changeset in webkit [88712] by
-
- 6 edits1 delete in trunk
2011-06-13 Martin Robinson <mrobinson@igalia.com>
Reviewed by Eric Seidel.
[GTK] [Qt] Eliminate duplicate TestNetscapePlugin implementation
https://bugs.webkit.org/show_bug.cgi?id=62385
Remove adjustCursorEvent from platform-specific test expectation for Chromium Linux,
since the TestPlugin no longer prints this event.
- platform/chromium-linux/plugins/mouse-events-expected.txt: Remove adjustCursorEvent output.
2011-06-13 Martin Robinson <mrobinson@igalia.com>
Reviewed by Eric Seidel.
[GTK] [Qt] Eliminate duplicate TestNetscapePlugin implementation
https://bugs.webkit.org/show_bug.cgi?id=62385
Remove duplicate TestNetscapePlugIn implementation. Having two copies
of this code makes keeping it in sync much more difficult. The files are
almost identical and this change ports the X11 changes to main.cpp.
- DumpRenderTree/TestNetscapePlugIn/main.cpp: (NPP_New): Do not set the plugin as windowless always. Doing this breaks some results on Qt and this seems to be unnecessary for the moment. (keyEventToChar): Added this helper which converts a X11 keycode into a char. (handleEventX11): Use the handler to properly convert the keycode. Do not print adjustCursorEvent output. The tests currently do not trigger this for Cocoa and thus it should not be in the results. (NPP_GetValue): Properly handle NPPVpluginNeedsXEmbed and make it clearer why the XP_UNIX block is first by guarding against using a null instance.
- DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro: Update source list add the XP_UNIX define for Linux.
- DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp: Removed.
- GNUmakefile.am: Update source list.
- 3:23 PM Changeset in webkit [88711] by
-
- 4 edits in trunk/Source/WebCore
2011-06-13 Leandro Pereira <leandro@profusion.mobi>
Reviewed by Eric Seidel.
[CMake] Allow building with ENABLE_NETSCAPE_PLUGIN_API on platforms
without plugin support
https://bugs.webkit.org/show_bug.cgi?id=62394
No behaviour changes, so no new tests.
- CMakeLists.txt: Remove references to Plugin{Package,View}.cpp and Plugin{Package,View}None.cpp and move them to CMakeListWinCE and CMakeListsEfl, respectively.
- CMakeListsEfl.txt:
- CMakeListsWinCE.txt:
- 3:22 PM Changeset in webkit [88710] by
-
- 2 edits in trunk/Source/WebKit/efl
2011-06-13 Grzegorz Czajkowski <g.czajkowski@samsung.com>
Reviewed by Eric Seidel.
[EFL] Remove ewk_frame_select_* functions from ewk_frame.cpp
https://bugs.webkit.org/show_bug.cgi?id=62365
These functions do not exist in any public headers and
they are not used internally.
Moreover ewk_view has the same functionality added
https://bugs.webkit.org/show_bug.cgi?id=60435
- ewk/ewk_frame.cpp:
- 3:22 PM Changeset in webkit [88709] by
-
- 35 edits in trunk/LayoutTests
2011-06-13 Nate Chapin <Nate Chapin>
Reviewed by Adam Barth.
Rewrite a bunch of XHR-based tests to use waitUntilDone()/notifyDone().
https://bugs.webkit.org/show_bug.cgi?id=62066
- fast/xmlhttprequest/xmlhttprequest-gc.html:
- fast/xmlhttprequest/xmlhttprequest-get.xhtml:
- fast/xmlhttprequest/xmlhttprequest-html-response-encoding.html:
- html5lib/runner.html:
- html5lib/webkit-resumer.html:
- http/tests/xmlhttprequest/access-control-basic-denied-preflight-cache.html:
- http/tests/xmlhttprequest/access-control-basic-non-simple-allow-async.html:
- http/tests/xmlhttprequest/access-control-preflight-async-header-denied.html:
- http/tests/xmlhttprequest/access-control-preflight-async-method-denied.html:
- http/tests/xmlhttprequest/access-control-preflight-async-not-supported.html:
- http/tests/xmlhttprequest/cross-origin-preflight-get.html:
- http/tests/xmlhttprequest/event-listener-gc.html:
- http/tests/xmlhttprequest/interactive-state.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-004-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-005-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-006-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-007-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-008-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-009-iframe.html:
- http/tests/xmlhttprequest/resources/uri-resolution-opera-open-010-iframe.html:
- http/tests/xmlhttprequest/response-encoding.html:
- http/tests/xmlhttprequest/simple-cross-origin-progress-events.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-004.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-005.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-006.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-007.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-008.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-009.html:
- http/tests/xmlhttprequest/uri-resolution-opera-open-010.html:
- http/tests/xmlhttprequest/web-apps/001.html:
- http/tests/xmlhttprequest/xmlhttprequest-50ms-download-dispatch.html:
- http/tests/xmlhttprequest/xmlhttprequest-crlf-getAllResponseHeader.html:
- http/tests/xmlhttprequest/xmlhttprequest-unsafe-redirect.html:
- http/tests/xmlhttprequest/zero-length-response.html:
- 3:17 PM Changeset in webkit [88708] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Eric Seidel.
IndexedDB test: readonly properties
https://bugs.webkit.org/show_bug.cgi?id=62392
- storage/indexeddb/readonly-expected.txt: Added.
- storage/indexeddb/readonly.html: Added.
- 3:16 PM Changeset in webkit [88707] by
-
- 1 edit1 add in trunk/Source/WebKit2
2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Eric Seidel.
[EFL][WK2] Add initial WebInspectorEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62524
- UIProcess/efl/WebInspectorEfl.cpp: Added. (WebKit::WebInspectorProxy::platformCreateInspectorPage): (WebKit::WebInspectorProxy::platformOpen): (WebKit::WebInspectorProxy::platformDidClose): (WebKit::WebInspectorProxy::platformBringToFront): (WebKit::WebInspectorProxy::platformInspectedURLChanged): (WebKit::WebInspectorProxy::inspectorPageURL): (WebKit::WebInspectorProxy::platformAttach): (WebKit::WebInspectorProxy::platformDetach): (WebKit::WebInspectorProxy::platformSetAttachedWindowHeight):
- 3:14 PM Changeset in webkit [88706] by
-
- 1 edit1 add in trunk/Source/WebKit2
2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Eric Seidel.
[EFL][WK2] Add initial TextCheckerEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62438
- UIProcess/efl/TextCheckerEfl.cpp: Added. (WebKit::TextChecker::state): (WebKit::TextChecker::isContinuousSpellCheckingAllowed): (WebKit::TextChecker::setContinuousSpellCheckingEnabled): (WebKit::TextChecker::setGrammarCheckingEnabled): (WebKit::TextChecker::uniqueSpellDocumentTag): (WebKit::TextChecker::closeSpellDocumentWithTag): (WebKit::TextChecker::checkSpellingOfString): (WebKit::TextChecker::checkGrammarOfString): (WebKit::TextChecker::spellingUIIsShowing): (WebKit::TextChecker::toggleSpellingUIIsShowing): (WebKit::TextChecker::updateSpellingUIWithMisspelledWord): (WebKit::TextChecker::updateSpellingUIWithGrammarString): (WebKit::TextChecker::getGuessesForWord): (WebKit::TextChecker::learnWord): (WebKit::TextChecker::ignoreWord):
- 3:09 PM Changeset in webkit [88705] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Andrey Kosyakov <caseq@chromium.org>
Reviewed by Eric Seidel.
Web Inspector: [refactoring] remove dead code from NetworkPanel
https://bugs.webkit.org/show_bug.cgi?id=62481
- inspector/front-end/NetworkPanel.js:
- 3:06 PM Changeset in webkit [88704] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Daniel Cheng <dcheng@chromium.org>
Reviewed by Eric Seidel.
[chromium] Dragging images to Mail.app results in broken attachments
https://bugs.webkit.org/show_bug.cgi?id=62466
No new tests.
- platform/chromium/ClipboardChromium.cpp: (WebCore::ClipboardChromium::declareAndWriteDragImage):
- 3:00 PM Changeset in webkit [88703] by
-
- 3 edits in trunk/Source/WebKit/chromium
2011-06-13 Dominic Mazzoni <dmazzoni@google.com>
Reviewed by Dimitri Glazkov.
Add accessors for selectionStart and selectionEnd.
https://bugs.webkit.org/show_bug.cgi?id=62596
- public/WebAccessibilityObject.h:
- src/WebAccessibilityObject.cpp: (WebKit::WebAccessibilityObject::selectionEnd): (WebKit::WebAccessibilityObject::selectionStart):
- 2:58 PM Changeset in webkit [88702] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-13 Sangyong Park <sy302.park@gmail.com>
Reviewed by Eric Seidel.
implement to handle wheel event of plugin on x11
https://bugs.webkit.org/show_bug.cgi?id=62522
Implement platformHandleWheelEvent() in NetscapePluginX11.cpp
for to handle wheel event on plugins
- WebProcess/Plugins/Netscape/x11/NetscapePluginX11.cpp: (WebKit::setCommonMouseEventFields): add template argument to support WebWheelEvent (WebKit::setXButtonEventFieldsByWebWheelEvent): initialize XButtonEvent by WebWheelEvent (WebKit::NetscapePlugin::platformHandleWheelEvent): handle wheel event on plugin
- 2:51 PM Changeset in webkit [88701] by
-
- 1 edit1 add in trunk/Source/WebKit2
2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Eric Seidel.
[EFL][WK2] Add initial WebContextEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62523
- UIProcess/efl/WebContextEfl.cpp: Added. (WebKit::WebContext::applicationCacheDirectory): (WebKit::WebContext::platformInitializeWebProcess): (WebKit::WebContext::platformInvalidateContext): (WebKit::WebContext::platformDefaultDatabaseDirectory): (WebKit::WebContext::platformDefaultIconDatabasePath): (WebKit::WebContext::platformDefaultLocalStorageDirectory):
- 2:44 PM Changeset in webkit [88700] by
-
- 2 edits in trunk/Source/WebKit/efl
2011-06-13 Raphael Kubo da Costa <kubo@profusion.mobi>
Reviewed by Kenneth Rohde Christiansen.
[efl] Disable tiled backing store debug messages by default.
https://bugs.webkit.org/show_bug.cgi?id=61745
These messages pollute the output and are only useful to people
working on TBS itself. It makes more sense to have them disabled by
default.
- ewk/ewk_tiled_backing_store.h:
- 2:36 PM Changeset in webkit [88699] by
-
- 2 edits1 add11 deletes in trunk/LayoutTests
2011-06-13 Annie Sullivan <sullivan@chromium.org>
Reviewed by Dimitri Glazkov.
Convert editing/execCommand/outdent-selection.html to dump-as-markup
https://bugs.webkit.org/show_bug.cgi?id=62582
Convert the test to dump as markup and clean up the HTML.
- editing/execCommand/outdent-selection-expected.txt: Added.
- editing/execCommand/outdent-selection.html:
- platform/chromium-linux/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/chromium-mac-leopard/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/chromium-mac/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/chromium-win/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/chromium-win/editing/execCommand/outdent-selection-expected.txt: Removed.
- platform/gtk/editing/execCommand/outdent-selection-expected.txt: Removed.
- platform/mac-leopard/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/mac/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/mac/editing/execCommand/outdent-selection-expected.txt: Removed.
- platform/qt/editing/execCommand/outdent-selection-expected.png: Removed.
- platform/qt/editing/execCommand/outdent-selection-expected.txt: Removed.
- 2:33 PM Changeset in webkit [88698] by
-
- 3 edits3 adds in trunk
2011-06-13 Adrienne Walker <enne@google.com>
Reviewed by Simon Fraser.
Overlap test needs to consider children of composited layers
https://bugs.webkit.org/show_bug.cgi?id=62465
- compositing/layer-creation/overlap-child-layer-expected.png: Added.
- compositing/layer-creation/overlap-child-layer-expected.txt: Added.
- compositing/layer-creation/overlap-child-layer.html: Added.
2011-06-13 Adrienne Walker <enne@google.com>
Reviewed by Simon Fraser.
Overlap test needs to consider children of composited layers
https://bugs.webkit.org/show_bug.cgi?id=62465
Any child layer with a compositing ancestor will be put into a
composited layer even though they themselves don't need compositing.
As layer bounds aren't hierarchical, these layer bounds themselves
need to be put into the overlap map because the composited layer
itself is not sufficient.
Test: compositing/layer-creation/overlap-animated-layer.html
- rendering/RenderLayerCompositor.cpp: (WebCore::RenderLayerCompositor::computeCompositingRequirements):
- 2:29 PM Changeset in webkit [88697] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Correctly classify the test as failing.
- platform/chromium/test_expectations.txt: It's failing.
- 2:23 PM Changeset in webkit [88696] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Xan Lopez <xlopez@igalia.com>
Unreviewed build fix.
Touch this to try to fix the build...
- platform/gtk/WidgetGtk.cpp: (WebCore::Widget::~Widget):
- 2:22 PM Changeset in webkit [88695] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Record more flakiness...
- platform/chromium/test_expectations.txt: Added expectation of flakiness.
- 2:20 PM Changeset in webkit [88694] by
-
- 2 edits in trunk/LayoutTests
[Windows Tests] EventSender.contextClick() needs to return a JS array of the context menu
items.
https://bugs.webkit.org/show_bug.cgi?id=62597
Add editing/pasteboard/copy-standalone-image-crash.htm to the Windows skipped list, since
it depends on getting a list of the context menu items.
- platform/win/Skipped:
- 2:14 PM Changeset in webkit [88693] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Xan Lopez <xlopez@igalia.com>
Try to fix GTK+ build.
- GNUmakefile.list.am: remove CredentialStorage.cpp
- 2:10 PM Changeset in webkit [88692] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Stephen White <senorblanco@chromium.org>
Reviewed by James Robinson.
Improve GPU canvas startup time on the SkiaGPU path.
https://bugs.webkit.org/show_bug.cgi?id=62594
Fixed by skipping creation of shaders used only by the legacy path.
Covered by existing canvas tests.
- platform/graphics/gpu/SharedGraphicsContext3D.cpp: (WebCore::SharedGraphicsContext3D::create):
- 2:08 PM Changeset in webkit [88691] by
-
- 6 edits in trunk/Source/WebCore
2011-06-13 Michael Saboff <msaboff@apple.com>
Reviewed by Oliver Hunt.
Additional FontCache::FontCachePurgePreventer instances needed
https://bugs.webkit.org/show_bug.cgi?id=62498
Added some needed and speculative FontCachePurgePreventer objects.
Built and ran Safari with debug version of webkit that purges all
purgeable fonts in FontCache::purgeInactiveFontDataIfNeeded in order
to find system fallback fonts access via code paths that aren't
protected with FontCachePurgePreventer objects. Also examined
platform specific code that calls either Font::drawText() or
Canvas::drawText(). For those methods that may be called from currently
unprotected paths, added FontCachePurgePreventer objects.
No new functionality so no new tests.
- inspector/DOMNodeHighlighter.cpp:
- platform/graphics/ca/win/PlatformCALayerWinInternal.cpp: (PlatformCALayerWinInternal::displayCallback):
- platform/graphics/chromium/cc/CCHeadsUpDisplay.cpp: (WebCore::CCHeadsUpDisplay::drawHudContents):
- platform/mac/DragImageMac.mm: (WebCore::widthWithFont): (WebCore::drawAtPoint):
- rendering/RenderMenuList.cpp: (WebCore::RenderMenuList::updateOptionsWidth):
- 1:59 PM Changeset in webkit [88690] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Windows rebaseline after r62565. The failure is tracked by the bug 62565.
- platform/win/fast/harness/results-expected.txt:
- 1:58 PM Changeset in webkit [88689] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-13 Noam Rosenthal <noam.rosenthal@nokia.com>
Unreviewed fix - removed parts of r88659 that were committed by mistake.
The patch accidentally included parts that weren't supposed to be there, namely the whole
code was duplicated. This patch rectifies that and brings it to the original reviewed code.
- WebProcess/WebCoreSupport/WebGraphicsLayer.cpp:
- WebProcess/WebCoreSupport/WebGraphicsLayer.h:
- 1:56 PM Changeset in webkit [88688] by
-
- 2 edits in trunk/LayoutTests
Test fix for Windows.
[Windows] Web Worker test causes script error on Windows platform alone.
https://bugs.webkit.org/show_bug.cgi?id=62595
- platform/win/Skipped: Skipped the test with the problem.
- 1:52 PM Changeset in webkit [88687] by
-
- 2 edits in releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk
Merging r88683
- 1:49 PM Changeset in webkit [88686] by
-
- 2 edits in releases/WebKitGTK/webkit-1.4/Source/WebKit/gtk
Merging r87766
- 1:46 PM Changeset in webkit [88685] by
-
- 4 edits in trunk/Source/WebCore
2011-06-13 Ryosuke Niwa <rniwa@webkit.org>
Reviewed by Dan Bernstein.
REGRESSION (r81518): Crash in makeRange() when invoking the dictionary panel over a file input
https://bugs.webkit.org/show_bug.cgi?id=62544
Fixed the crash by adding null pointer checks.
No new tests since there's no way to open dictionary panel.
- dom/Position.cpp: (WebCore::Position::parentAnchoredEquivalent):
- editing/VisiblePosition.cpp: (WebCore::makeRange):
- page/Frame.cpp: (WebCore::Frame::rangeForPoint):
- 1:41 PM Changeset in webkit [88684] by
-
- 3 edits in trunk/LayoutTests
plugins/mouse-events and plugins/mouse-events-fixedpos don't fire events on the plugin.
https://bugs.webkit.org/show_bug.cgi?id=33973
Update the Windows-specific results to reflect that the mouseUp and mouseDown events are
getting fired on the plugin, but not the getFocusEvent in order to get the bots green.
- platform/win/plugins/mouse-events-expected.txt:
- platform/win/plugins/mouse-events-fixedpos-expected.txt:
- 1:39 PM Changeset in webkit [88683] by
-
- 2 edits in trunk/Source/WebKit/gtk
2011-06-13 Martin Robinson <mrobinson@igalia.com>
Reviewed by Xan Lopez.
Update the list of ignored GTK+ header files for the documentation
generation.
- docs/GNUmakefile.am: Update ignored header list.
- 1:36 PM Changeset in webkit [88682] by
-
- 16 edits2 adds in trunk/Source
2011-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Nate Chapin.
Factor IconController out of FrameLoader
https://bugs.webkit.org/show_bug.cgi?id=62509
- src/WebFrameImpl.cpp: (WebKit::WebFrameImpl::iconURLs):
2011-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Nate Chapin.
Factor IconController out of FrameLoader
https://bugs.webkit.org/show_bug.cgi?id=62509
This new class contains all the icon-related logic from FrameLoader.
The icon-related logic and state has almost zero interaction with the
rest of FrameLoader and is better handled as a separate concern.
- CMakeLists.txt:
- GNUmakefile.list.am:
- WebCore.gypi:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- dom/Document.cpp: (WebCore::Document::implicitClose): (WebCore::Document::setIconURL):
- inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::didReceiveResponse):
- loader/DocumentLoader.cpp: (WebCore::DocumentLoader::iconLoadDecisionAvailable): (WebCore::DocumentLoader::continueIconLoadWithDecision):
- loader/FrameLoader.cpp: (WebCore::FrameLoader::FrameLoader): (WebCore::FrameLoader::stop):
- loader/FrameLoader.h: (WebCore::FrameLoader::icon):
- loader/icon/IconLoader.cpp: (WebCore::IconLoader::startLoading): (WebCore::IconLoader::finishLoading):
- loader/icon/IconLoader.h:
- 1:25 PM Changeset in webkit [88681] by
-
- 2 edits in trunk/Source/WebKit/gtk
2011-06-13 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Update NEWS for 1.5.1 release.
- NEWS: update.
- 1:20 PM Changeset in webkit [88680] by
-
- 7 edits1 delete in trunk/Tools
2011-06-13 Sheriff Bot <webkit.review.bot@gmail.com>
Unreviewed, rolling out r88671.
http://trac.webkit.org/changeset/88671
https://bugs.webkit.org/show_bug.cgi?id=62591
"didn't work" (Requested by dpranke on #webkit).
- Scripts/new-run-webkit-httpd:
- Scripts/webkitpy/layout_tests/port/apache_http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server_base.py:
- Scripts/webkitpy/layout_tests/port/http_server_integrationtest.py: Removed.
- Scripts/webkitpy/layout_tests/port/port_testcase.py:
- Scripts/webkitpy/layout_tests/port/websocket_server.py:
- 1:19 PM Changeset in webkit [88679] by
-
- 5 edits2 adds in trunk
2011-06-13 Nate Chapin <Nate Chapin>
Reviewed by Darin Fisher.
Test for https://bugs.webkit.org/show_bug.cgi?id=61482,
mostly written by Kelly Norton (knorton@google.com).
- plugins/npruntime/embed-property-equality-expected.txt: Added.
- plugins/npruntime/embed-property-equality.html: Added.
2011-06-13 Nate Chapin <Nate Chapin>
Reviewed by Darin Fisher.
[V8] Cache V8NPObjects so that we don't create multiple
NPObjects for the same v8::Object.
https://bugs.webkit.org/show_bug.cgi?id=61482
Test: plugins/npruntime/embed-property-equality.html
- bindings/v8/NPV8Object.cpp: (WebCore::freeV8NPObject): (WebCore::npCreateV8ScriptObject):
2011-06-13 Nate Chapin <Nate Chapin>
Reviewed by Darin Fisher.
New test method on TestNetscapePlugin for https://bugs.webkit.org/show_bug.cgi?id=61482.
- DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp:
- 1:16 PM Changeset in webkit [88678] by
-
- 1 edit4 adds in trunk/LayoutTests
2011-06-13 Julien Chaffraix <jchaffraix@webkit.org>
Reviewed by Alexey Proskuryakov.
chrome.dll!WebCore::Node::createRendererIfNeeded ReadAV@NULL (7079875ef32458c5c891a311715b683f)
https://bugs.webkit.org/show_bug.cgi?id=49316
The bug got fixed, thus just landing the test case. Including another test case from
http://code.google.com/p/chromium/issues/detail?id=61562
which should have the same root cause.
- fast/html/crash-style-first-letter-expected.txt: Added.
- fast/html/crash-style-first-letter.html: Added.
- svg/custom/svg-use-style-float-crash-expected.txt: Added.
- svg/custom/svg-use-style-float-crash.svg: Added.
- 1:07 PM Changeset in webkit [88677] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-13 Anders Carlsson <andersca@apple.com>
Reviewed by Dan Bernstein.
BankID plug-in isn't instantiated correctly
https://bugs.webkit.org/show_bug.cgi?id=62588
<rdar://problem/9586600>
- Shared/Plugins/Netscape/mac/NetscapePluginModuleMac.mm: (WebKit::NetscapePluginModule::determineQuirks): The BankID plug-in uses the QuickDraw drawing model but doesn't draw anything so we can use the half-baked QuickDraw support.
- WebProcess/Plugins/PluginProcessConnection.cpp: (WebKit::defaultSyncMessageTimeout): Don't use a sync message timeout for the BankID plug-in since it sends synchronous Apple Events and we don't want the plug-in to die while it's waiting for a reply.
- 1:03 PM Changeset in webkit [88676] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 James Robinson <jamesr@chromium.org>
[chromium] Fix up a boo-boo in GPU test expectations
- platform/chromium/test_expectations.txt:
- 1:01 PM Changeset in webkit [88675] by
-
- 2 edits in trunk/LayoutTests
Test run fix.
[GTK] DumpRenderTree doesn't block external requests.
https://bugs.webkit.org/show_bug.cgi?id=62585
- platform/gtk/Skipped: Skipping a test which depends on this.
- 12:47 PM Changeset in webkit [88674] by
-
- 8 edits in trunk/Source
Source/WebCore:
2011-06-13 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Distcheck fixes.
- GNUmakefile.am:
- GNUmakefile.list.am:
Source/WebKit/gtk:
2011-06-13 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Distcheck fixes.
- GNUmakefile.am:
Source/JavaScriptCore:
2011-06-13 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Distcheck fixes.
- GNUmakefile.am:
- GNUmakefile.list.am:
- 12:37 PM Changeset in webkit [88673] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Robert Hogan <robert@webkit.org>
Unreviewed, cleanup r87611.
[Qt]Unskip fast/events/backspace-navigates-back.html
This should have been unskipped by http://trac.webkit.org/changeset/87611
- platform/qt/Skipped:
- 12:33 PM Changeset in webkit [88672] by
-
- 2 edits in trunk/LayoutTests
Remove an extra space in the Windows-specific failing expected results to ge the bots
green.
- platform/win/printing/page-count-relayout-shrink-expected.txt:
- 12:15 PM Changeset in webkit [88671] by
-
- 7 edits1 add in trunk/Tools
2011-06-13 Dirk Pranke <dpranke@chromium.org>
Reviewed by Tony Chang.
webkitpy: add integration tests for new-run-webkit-httpd, stop calling shut_down_http_server
https://bugs.webkit.org/show_bug.cgi?id=62251
shut_down_http_server() was a total hack that was only used by
new-run-webkit-httpd, so I've moved the code there and switched
to using executive.kill_process() for the common case. The
method itself will be removed in the patch on bug 59993.
- Scripts/new-run-webkit-httpd:
- Scripts/webkitpy/layout_tests/port/apache_http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server.py:
- Scripts/webkitpy/layout_tests/port/http_server_integrationtest.py: Added.
- Scripts/webkitpy/layout_tests/port/websocket_server.py:
- 12:12 PM Changeset in webkit [88670] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Dirk Schulze <krit@webkit.org>
Reviewed build fix of mac.
SVGAnimation should use direct unit animation for SVGLength
https://bugs.webkit.org/show_bug.cgi?id=61368
Forgot to add SVGAnimatedLength.cpp.
- WebCore.xcodeproj/project.pbxproj:
- 12:10 PM Changeset in webkit [88669] by
-
- 16 edits in trunk/Source/WebKit2
kAXTextMarkerForPositionParametrizedAttribute does not work correctly in WK2
https://bugs.webkit.org/show_bug.cgi?id=62547
Reviewed by Darin Adler.
Implement the missing screenToWindow method for WK2.
- UIProcess/API/gtk/PageClientImpl.cpp:
(WebKit::PageClientImpl::screenToWindow):
- UIProcess/API/gtk/PageClientImpl.h:
- UIProcess/API/mac/PageClientImpl.h:
- UIProcess/API/mac/PageClientImpl.mm:
(WebKit::PageClientImpl::screenToWindow):
- UIProcess/API/qt/qwkpage.cpp:
(QWKPagePrivate::screenToWindow):
- UIProcess/API/qt/qwkpage_p.h:
- UIProcess/PageClient.h:
- UIProcess/WebPageProxy.cpp:
(WebKit::WebPageProxy::screenToWindow):
- UIProcess/WebPageProxy.h:
- UIProcess/WebPageProxy.messages.in:
- UIProcess/win/WebView.cpp:
(WebKit::WebView::screenToWindow):
- UIProcess/win/WebView.h:
- WebProcess/WebCoreSupport/WebChromeClient.cpp:
(WebKit::WebChromeClient::screenToWindow):
- WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::screenToWindow):
- WebProcess/WebPage/WebPage.h:
- 12:09 PM Changeset in webkit [88668] by
-
- 3 edits in trunk/Source/JavaScriptCore
2011-06-13 Oliver Hunt <oliver@apple.com>
Reviewed by Simon Fraser.
Make it possible to inline Identifier::equal
https://bugs.webkit.org/show_bug.cgi?id=62584
Move Identifier::equal to the Identifier header file.
- runtime/Identifier.cpp:
- runtime/Identifier.h: (JSC::Identifier::equal):
- 11:59 AM Changeset in webkit [88667] by
-
- 2 edits in trunk/Source/WebKit2
REGRESSION (81679-81939): In Safari, Dictionary look up (tap or Ctrl-Cmd-D) doesn't work if you have clicked on a word and not moved the mouse
<rdar://problem/9580237>
Reviewed by Darin Adler.
- WebProcess/WebPage/mac/WebPageMac.mm:
(WebKit::shouldUseSelection):
Return early if the selection we are using is not a range.
- 11:58 AM Changeset in webkit [88666] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 James Robinson <jamesr@chromium.org>
[chromium] Clean up GPU test expectations.
- platform/chromium/test_expectations.txt:
- 11:53 AM Changeset in webkit [88665] by
-
- 1 edit2 adds in trunk/LayoutTests
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Tony Chang.
IndexedDB test: complex keyPaths
https://bugs.webkit.org/show_bug.cgi?id=62468
- storage/indexeddb/keyPath-expected.txt: Added.
- storage/indexeddb/keyPath.html: Added.
- 11:50 AM Changeset in webkit [88664] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Simon Fraser <Simon Fraser>
Reviewed by Adele Peterson.
Print out bounds origin in layer dump
https://bugs.webkit.org/show_bug.cgi?id=62583
Include m_boundsOrigin in the layer dump, which is used by layerTreeAsText().
- platform/graphics/GraphicsLayer.cpp: (WebCore::GraphicsLayer::dumpProperties):
- 11:48 AM Changeset in webkit [88663] by
-
- 17 edits55 adds in trunk
2011-06-13 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVGAnimation should use direct unit animation for SVGLength
https://bugs.webkit.org/show_bug.cgi?id=61368
Added new tests to check correct behavior of SVGLength animations.
- svg/animations/script-tests/svglength-animation-LengthModeHeight.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-LengthModeOther.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-LengthModeWidth.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-invalid-value-1.js: Added. (sample1): (sample2): (executeTest):
- svg/animations/script-tests/svglength-animation-invalid-value-2.js: Added. (sample1): (sample2): (executeTest):
- svg/animations/script-tests/svglength-animation-invalid-value-3.js: Added. (sample1): (sample2): (executeTest):
- svg/animations/script-tests/svglength-animation-number-to-number.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-cm.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-ems.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-exs.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-in.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-number.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-pc.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-percentage.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-pt.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-px-to-px.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/svglength-animation-values.js: Added. (sample1): (sample2): (sample3): (sample4): (sample5): (executeTest):
- svg/animations/svglength-animation-LengthModeHeight-expected.txt: Added.
- svg/animations/svglength-animation-LengthModeHeight.html: Added.
- svg/animations/svglength-animation-LengthModeOther-expected.txt: Added.
- svg/animations/svglength-animation-LengthModeOther.html: Added.
- svg/animations/svglength-animation-LengthModeWidth-expected.txt: Added.
- svg/animations/svglength-animation-LengthModeWidth.html: Added.
- svg/animations/svglength-animation-invalid-value-1-expected.txt: Added.
- svg/animations/svglength-animation-invalid-value-1.html: Added.
- svg/animations/svglength-animation-invalid-value-2-expected.txt: Added.
- svg/animations/svglength-animation-invalid-value-2.html: Added.
- svg/animations/svglength-animation-invalid-value-3-expected.txt: Added.
- svg/animations/svglength-animation-invalid-value-3.html: Added.
- svg/animations/svglength-animation-number-to-number-expected.txt: Added.
- svg/animations/svglength-animation-number-to-number.html: Added.
- svg/animations/svglength-animation-px-to-cm-expected.txt: Added.
- svg/animations/svglength-animation-px-to-cm.html: Added.
- svg/animations/svglength-animation-px-to-ems-expected.txt: Added.
- svg/animations/svglength-animation-px-to-ems.html: Added.
- svg/animations/svglength-animation-px-to-exs-expected.txt: Added.
- svg/animations/svglength-animation-px-to-exs.html: Added.
- svg/animations/svglength-animation-px-to-in-expected.txt: Added.
- svg/animations/svglength-animation-px-to-in.html: Added.
- svg/animations/svglength-animation-px-to-number-expected.txt: Added.
- svg/animations/svglength-animation-px-to-number.html: Added.
- svg/animations/svglength-animation-px-to-pc-expected.txt: Added.
- svg/animations/svglength-animation-px-to-pc.html: Added.
- svg/animations/svglength-animation-px-to-percentage-expected.txt: Added.
- svg/animations/svglength-animation-px-to-percentage.html: Added.
- svg/animations/svglength-animation-px-to-pt-expected.txt: Added.
- svg/animations/svglength-animation-px-to-pt.html: Added.
- svg/animations/svglength-animation-px-to-px-expected.txt: Added.
- svg/animations/svglength-animation-px-to-px.html: Added.
- svg/animations/svglength-animation-values-expected.txt: Added.
- svg/animations/svglength-animation-values.html: Added.
2011-06-13 Dirk Schulze <krit@webkit.org>
Reviewed by Nikolas Zimmermann.
SVGAnimation should use direct unit animation for SVGLength
https://bugs.webkit.org/show_bug.cgi?id=61368
When running SMIL animations within SVG, we unnecessarily transform the underlying SVG primitive datatype to strings, number+units, and back. As first step the target element
gets asked for its current value. This value gets transformed to a string. In SVGAnimateElement we try to parse this string again and
split it into a number and its unit. In the further steps we just animate the number. This number gets transformed back to a string
together with the parsed unit. The string gets passed back to the target element, which is responsible for parsing the passed string back
to a value as a SVG primitive datatype (like SVGLength, SVGNumber, SVGAngle, SVGColor, ...), relayout and rerendering.
In short: SVG primitive datatype -> string -> number + unit animation -> string -> SVG primitive datatype.
This patch does not attempt to change the string transformations, but addresses the parsing of the string back to a number and unit in the
SVG animation code. There's no need to write a new parser in SVGAnimateElement to parse SVG primitive datatypes, we can instead reuse the existing ones.
Also the current parser of SVGAnimateElement does not handle most unit types, nor is it possible to animate lists like SVGLengthList with the
parsed content. An animation of values with different unit types is not possible:
<rect width="20" height="20">
<animate animateAttribute="width" from="20px" to="10%" dur="4s"/>
</rect>
For the example above we would animate the rect width from 20px to 10px in 4 seconds and jump to the 10% of the viewport at the end of the
animation.
With using the parsers of SVG primitive datatypes we will also use the SVG primitive datatypes in the animation code itself. And that makes
it possible to do such animations.
In short: SVG primitive datatype -> string -> SVG primitive datatype animation -> string -> SVG primitive datatype.
It will be easier to avoid the string transformation once all SVG primitive datatypes are supported.
To hide the complexity of the animation code, the actual calculations of SVG animation specific values was moved to the corresponding
SVGAnimated* files (SVGAnimatedLength.cpp for SVGLength). SVGAnimateElement itself just works with the new added generic datatype SVGAnimationType.
SVGAnimatorFactory creates the SVG primitive datatype specific animators. This makes the main animation code a lot more readable and
maintainable.
With this patch I add the SVGAnimatorFactory and convert SVGLength animation to the new concept.
Tests: svg/animations/svglength-animation-LengthModeHeight.html
svg/animations/svglength-animation-LengthModeOther.html
svg/animations/svglength-animation-LengthModeWidth.html
svg/animations/svglength-animation-invalid-value-1.html
svg/animations/svglength-animation-invalid-value-2.html
svg/animations/svglength-animation-invalid-value-3.html
svg/animations/svglength-animation-number-to-number.html
svg/animations/svglength-animation-px-to-cm.html
svg/animations/svglength-animation-px-to-ems.html
svg/animations/svglength-animation-px-to-exs.html
svg/animations/svglength-animation-px-to-in.html
svg/animations/svglength-animation-px-to-number.html
svg/animations/svglength-animation-px-to-pc.html
svg/animations/svglength-animation-px-to-percentage.html
svg/animations/svglength-animation-px-to-pt.html
svg/animations/svglength-animation-px-to-px.html
svg/animations/svglength-animation-values.html
- CMakeLists.txt: Added new files to build system.
- GNUmakefile.list.am: Ditto.
- WebCore.gypi: Ditto.
- WebCore.pro: Ditto.
- WebCore.vcproj/WebCore.vcproj: Ditto.
- WebCore.xcodeproj/project.pbxproj: Ditto.
- svg/SVGAllInOne.cpp: Added SVGAnimatedLength.cpp for Win and other build systems.
- svg/SVGAnimateElement.cpp: (WebCore::parseNumberValueAndUnit): Remove parsing code for SVGLength. Use SVGLength parser directly. (WebCore::SVGAnimateElement::adjustForCurrentColor): Made adjustForCurrentColor public as preperation for SVGAnimatedColor. (WebCore::getPropertyValue): Inline function to get computedStyle of CSS property. (WebCore::SVGAnimateElement::adjustForInheritance): Made adjustForInheritance as preperation for SVGAnimated* files. (WebCore::SVGAnimateElement::determineAnimatedAttributeType): SVGLength need special handling via SVGAnimator now. (WebCore::SVGAnimateElement::calculateAnimatedValue): Cleanup. Make use of SVGAnimator for SVGLength. (WebCore::SVGAnimateElement::calculateFromAndToValues): Ditto. (WebCore::SVGAnimateElement::calculateFromAndByValues): Ditto. (WebCore::SVGAnimateElement::resetToBaseValue): Ditto. (WebCore::SVGAnimateElement::applyResultsToTarget): Ditto. (WebCore::SVGAnimateElement::calculateDistance): Ditto.
- svg/SVGAnimateElement.h:
- svg/SVGAnimatedLength.cpp: Added. (WebCore::SVGAnimatedLengthAnimator::SVGAnimatedLengthAnimator): (WebCore::sharedSVGLength): (WebCore::SVGAnimatedLengthAnimator::constructFromString): (WebCore::SVGAnimatedLengthAnimator::calculateFromAndToValues): (WebCore::SVGAnimatedLengthAnimator::calculateFromAndByValues): (WebCore::SVGAnimatedLengthAnimator::calculateAnimatedValue): (WebCore::SVGAnimatedLengthAnimator::calculateDistance):
- svg/SVGAnimatedLength.h: Added new class SVGAnimatedLengthAnimator which is responsible for the actual animation. (WebCore::SVGAnimatedLengthAnimator::~SVGAnimatedLengthAnimator):
- svg/SVGAnimatedType.h: Added. Generic SVG unit type for animations in SVGAnimateElement. (WebCore::SVGAnimatedType::createLength): (WebCore::SVGAnimatedType::~SVGAnimatedType): (WebCore::SVGAnimatedType::type): (WebCore::SVGAnimatedType::length): (WebCore::SVGAnimatedType::SVGAnimatedType):
- svg/SVGAnimatedTypeAnimator.h: Added. Base class for SVGAnimatedLengthAnimator and future SVG unit animators. (WebCore::SVGAnimatedTypeAnimator::~SVGAnimatedTypeAnimator): (WebCore::SVGAnimatedTypeAnimator::setContextElement): (WebCore::SVGAnimatedTypeAnimator::SVGAnimatedTypeAnimator):
- svg/SVGAnimationElement.cpp: (WebCore::SVGAnimationElement::parseMappedAttribute): We do not use parseNumberValueAndUnit for SVGLength now. Have to strip white spaces here. Whitespaces shouldn't be stripped on the following attributes: 'from', 'to' and 'by'. This is not the case for SVGLength anymore. Added new tests to check this behavior. (WebCore::SVGAnimationElement::animationMode): Enum is accessible in WebCore namespace now. (WebCore::SVGAnimationElement::calcMode): Ditto.
- svg/SVGAnimationElement.h:
- svg/SVGAnimatorFactory.h: Added. (WebCore::SVGAnimatorFactory::create):
- svg/SVGLength.cpp: (WebCore::SVGLength::setValueAsString): New setter with string and SVGLengthMode. (WebCore::SVGLength::lengthModeForAnimatedLengthAttribute): Get LengthMode for SVGLength depending on the attribute name.
- svg/SVGLength.h:
- 11:42 AM WebKit Team edited by
- (diff)
- 11:37 AM Changeset in webkit [88662] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Adam Barth <abarth@webkit.org>
Reviewed by Darin Adler.
r87539 broke HTMLMediaElement url logging
https://bugs.webkit.org/show_bug.cgi?id=62551
Returning pointers to temporaries is bad times!
- html/HTMLMediaElement.cpp: (WebCore::urlForLogging): (WebCore::HTMLMediaElement::loadResource): (WebCore::HTMLMediaElement::isSafeToLoadURL): (WebCore::HTMLMediaElement::selectNextSourceChild): (WebCore::HTMLMediaElement::sourceWasAdded): (WebCore::HTMLMediaElement::sourceWillBeRemoved):
- 11:36 AM Changeset in webkit [88661] by
-
- 13 edits in trunk
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- Scripts/build-webkit:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Dimitri Glazkov.
rename ENABLE_NEW_FLEXBOX to ENABLE_CSS3_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62578
- win/tools/vsprops/FeatureDefines.vsprops:
- win/tools/vsprops/FeatureDefinesCairo.vsprops:
- 11:29 AM Changeset in webkit [88660] by
-
- 4 edits2 adds in trunk
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Tony Chang.
IndexedDB: setVersion() version argument is required
https://bugs.webkit.org/show_bug.cgi?id=62401
- storage/indexeddb/setVersion-undefined-expected.txt: Added.
- storage/indexeddb/setVersion-undefined.html: Added.
2011-06-13 Mark Pilgrim <pilgrim@chromium.org>
Reviewed by Tony Chang.
IndexedDB: setVersion() version argument is required
https://bugs.webkit.org/show_bug.cgi?id=62401
Test: storage/indexeddb/setVersion-undefined.html
- storage/IDBDatabase.cpp: (WebCore::IDBDatabase::setVersion): check for null version
- storage/IDBDatabase.idl: add IDL magic to force undefined to null so we can handle both missing and null arguments
- 11:22 AM Changeset in webkit [88659] by
-
- 1 edit2 adds in trunk/Source/WebKit2
2011-06-13 No'am Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935
Added WebGraphicsLayer, a subclass of WebCore::GraphicsLayer that serializes the state of the layer
tree to the UI process WebLayerTreeInfo.
For now this patch doesn't serialize the animation information, a feature that will be upstreamed later on.
Together with Viatcheslav Ostapenko.
- WebProcess/WebCoreSupport/WebGraphicsLayer.cpp: Added.
- WebProcess/WebCoreSupport/WebGraphicsLayer.h: Added.
- 11:20 AM Changeset in webkit [88658] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Clean up test expectations, add a flake.
- platform/chromium/test_expectations.txt: Cleaned up.
- 11:18 AM Changeset in webkit [88657] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Simon Fraser <Simon Fraser>
Reviewed by Adele Peterson.
Add utility method to report whether a RenderLayer has any scrollbars
https://bugs.webkit.org/show_bug.cgi?id=62579
New method that returns true with either scrollbar is present.
- rendering/RenderLayer.h: (WebCore::RenderLayer::hasScrollbars):
- 11:10 AM Changeset in webkit [88656] by
-
- 1 edit2 copies in branches/chromium/742
Merge 88510 - Calling WebKitBlobBuilder.append with null argument should not crash
https://bugs.webkit.org/show_bug.cgi?id=62419
Reviewed by David Levin.
Source/WebCore:
Test: fast/files/blob-builder-crash.html
- fileapi/WebKitBlobBuilder.cpp:
(WebCore::WebKitBlobBuilder::append):
LayoutTests:
- fast/files/blob-builder-crash-expected.txt: Added.
- fast/files/blob-builder-crash.html: Added.
TBR=jianli@chromium.org
BUG=85659
Review URL: http://codereview.chromium.org/7134095
- 11:09 AM Changeset in webkit [88655] by
-
- 1 edit2 adds in trunk/Source/WebKit2
2011-06-13 No'am Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
[Qt] Implement accelerated compositing on WK2 Qt port
https://bugs.webkit.org/show_bug.cgi?id=56935
Added WebLayerTreeInfo: a set of structures that can serialize a tree of GraphicsLayers
across to the UI process.
Together with Viatcheslav Ostapenko.
- Scripts/webkit2/messages.py:
- Shared/WebLayerTreeInfo.cpp: Added.
- Shared/WebLayerTreeInfo.h: Added.
- 11:05 AM Changeset in webkit [88654] by
-
- 7 edits in trunk/Source
2011-06-11 Jer Noble <jer.noble@apple.com>
Reviewed by Anders Carlsson.
Avoid flashing when exiting full-screen mode.
https://bugs.webkit.org/show_bug.cgi?id=62338
No new tests; covered by the existing full-screen tests.
Now that we are forcing a repaint inside of setRootFullScreenLayer() instead of during
the next run loop, make sure that we have disabled animation before calling
setRootFullScreenLayer() so that the RenderFullScreen renderer and its contents are
painted.
- dom/Document.cpp: (WebCore::Document::webkitDidEnterFullScreenForElement):
2011-06-11 Jer Noble <jer.noble@apple.com>
Reviewed by Anders Carlsson.
Avoid flashing when exiting full-screen mode.
https://bugs.webkit.org/show_bug.cgi?id=62338
Instead of making a round-trip between processes by calling forceRepaint
and waiting for a callback, instead make a WebProcess-side call to
forceRepaintWithoutCallback before sending the ExitAcceleratedCompositingMode
message to the WebFullScreenControllerProxy. This also means we can get rid of
the dragImage creation and display.
Because this redraw will happen during the current run-loop instead of a future
one, make sure the background color has been set before the redraw in
didEnterFullScreen().
Wait to hide the full-screen window until after we have received the
ExitAcceleratedCompositingMode message. By this time, repaint will have already
completed.
- UIProcess/mac/WKFullScreenWindowController.h:
- UIProcess/mac/WKFullScreenWindowController.mm: (-[WKFullScreenWindowController finishedEnterFullScreenAnimation:]): Disable
screen updates, to be re-enabled during exitAcceleratedCompositingMode.
(-[WKFullScreenWindowController finishedExitFullScreenAnimation:]): Don't hide
the full-screen window here; wait for exitAcceleratedCompositing instead.
(-[WKFullScreenWindowController exitAcceleratedCompositingMode]): Collapse
the redrawCompleted method into this one.
(-[WKFullScreenWindowController close]): Remove the reference to
exitCompositedModeRepaintCompleted.
- WebProcess/FullScreen/WebFullScreenManager.cpp: (WebKit::WebFullScreenManager::didEnterFullScreen): Set the full screen
background color first.
- WebProcess/FullScreen/mac/WebFullScreenManagerMac.mm: (WebKit::WebFullScreenManagerMac::setRootFullScreenLayer): Repaint before
sending the ExitAcceleratedCompositingMode message.
- 11:02 AM Changeset in webkit [88653] by
-
- 6 edits in trunk/Source/WebCore
2011-06-10 Jer Noble <jer.noble@apple.com>
Reviewed by Darin Adler.
Flash of white on left and right edges of screen when showing fullscreen controller when movie doesn't fill the entire screen
https://bugs.webkit.org/show_bug.cgi?id=62491
<rdar://problem/9584427>
No new tests; should be covered by existing fullscreen pixel tests.
On certain displays, when a RenderFullScreen renderer is created, it is large enough to trigger the
creation of a tiled CALayer (instead of a normal CALayer). Painting in these layers necessarily
happens asynchronously, so the flash is occurring because of the async painting of the RenderFullScreen
renderer's background color. Since we know the RenderFullScreen does not otherwise paint its contents,
we can add a special case in the RenderLayerBacking to set the GraphicsLayer contents to be the
renderer's background color. Fill in support for creating a contentLayer to contain the background
color inside GraphicsLayerCA.
- platform/graphics/GraphicsLayer.h: (WebCore::GraphicsLayer::setContentsToBackgroundColor): Renamed from setContentsBackgroundColor to match
the other setContentsTo... functions.
- platform/graphics/ca/GraphicsLayerCA.cpp: (WebCore::GraphicsLayerCA::setContentsToBackgroundColor): Added. Creates a contentsLayer to host the
background color.
(WebCore::GraphicsLayerCA::updateLayerBackgroundColor): Removed a comment only.
- platform/graphics/ca/GraphicsLayerCA.h:
- rendering/RenderLayerBacking.cpp: (WebCore::RenderLayerBacking::updateGraphicsLayerConfiguration): Special case the RenderFullScreen
renderer to call updateBackgroundColor.
(WebCore::RenderLayerBacking::updateBackgroundColor): Added.
(WebCore::RenderLayerBacking::containsPaintedContent): Tell the backing that the RenderFullScreen
renderer does not paint its contents.
- rendering/RenderLayerBacking.h:
- 10:59 AM Changeset in webkit [88652] by
-
- 2 edits2 adds in trunk
2011-06-13 Tim Horton <timothy_horton@apple.com>
Reviewed by Simon Fraser.
REGRESSION(87152): Crash on page with svg fonts
https://bugs.webkit.org/show_bug.cgi?id=61556
We can't assume that the parent of a SVG-font-styled
text node won't be an anonymous block.
Test: svg/text/text-font-anonymous-parent.xhtml
- rendering/svg/SVGTextRunRenderingContext.cpp: (WebCore::firstParentRendererForNonTextNode): (WebCore::SVGTextRunWalker::walk): (WebCore::floatWidthOfSubStringUsingSVGFont): (WebCore::SVGTextRunRenderingContext::drawTextUsingSVGFont):
- 10:49 AM Changeset in webkit [88651] by
-
- 2 edits3 deletes in trunk/LayoutTests
2011-06-13 Dirk Schulze <krit@webkit.org>
Rubber-stamped by Rob Buis.
SVG patternTransform not animatable
https://bugs.webkit.org/show_bug.cgi?id=62538
Removing 'transform' animation test. It was added as an example for animateTransform tests but fails on some platforms.
Also it is not part of the fix for 'patternTransform' animation. The test for 'patternTransform' works.
Adding animateTransform-pattern-transform to the skip list of Mac WebKit2, like all other animation or dynamic-update tests.
- platform/mac-wk2/Skipped:
- svg/animations/animateTransform-transformable-transform-expected.txt: Removed.
- svg/animations/animateTransform-transformable-transform.html: Removed.
- svg/animations/script-tests/animateTransform-transformable-transform.js: Removed.
- 10:47 AM Changeset in webkit [88650] by
-
- 1 edit in trunk/Source/WebKit2/ChangeLog
Add radar number.
- 10:32 AM Changeset in webkit [88649] by
-
- 13 edits in trunk
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- Configurations/FeatureDefines.xcconfig:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- Scripts/build-webkit:
2011-06-13 Tony Chang <tony@chromium.org>
Reviewed by Adam Barth.
rename ENABLE_FLEXBOX to ENABLE_NEW_FLEXBOX
https://bugs.webkit.org/show_bug.cgi?id=62545
- win/tools/vsprops/FeatureDefines.vsprops:
- win/tools/vsprops/FeatureDefinesCairo.vsprops:
- 10:25 AM Changeset in webkit [88648] by
-
- 4 edits3 adds in trunk/LayoutTests
2011-06-13 Dimitri Glazkov <Dimitri Glazkov>
[Chromium] Updated Leopard pixel baselines.
- platform/chromium-mac-leopard/fast/backgrounds/repeat/negative-offset-repeat-transformed-expected.png:
- platform/chromium-mac-leopard/fast/borders/border-image-rotate-transform-expected.png:
- platform/chromium-mac-leopard/fast/borders/outline-alpha-block-expected.png: Added.
- platform/chromium-mac-leopard/fast/borders/outline-alpha-inline-expected.png: Added.
- platform/chromium-mac-leopard/fast/inline/inline-wrap-with-parent-padding-expected.png: Added.
- platform/chromium/test_expectations.txt:
- 10:24 AM Changeset in webkit [88647] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-13 Anders Carlsson <andersca@apple.com>
Reviewed by Dan Bernstein.
Don't access freed memory in the UI process when a plug-in process crashes
https://bugs.webkit.org/show_bug.cgi?id=62548
Call pluginProcessCrashedOrFailedToLaunch after sending messages to all processes about the plug-in crash,
otherwise we'll try to dereference m_pluginInfo.path after the PluginProcessProxy object has been deleted.
- UIProcess/Plugins/PluginProcessProxy.cpp: (WebKit::PluginProcessProxy::didClose):
- 10:14 AM Changeset in webkit [88646] by
-
- 2 edits in trunk/Source/WebKit2
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Fix a crash when drawing area has been deleted
https://bugs.webkit.org/show_bug.cgi?id=62541
Check whether WebPageProxy::drawingArea() returns a valid pointer
before using it, it might be null, for example, when the web
process crashes.
- UIProcess/API/gtk/WebKitWebViewBase.cpp: (callDrawingAreaPaintMethod): (webkitWebViewBaseSizeAllocate):
- 10:12 AM Changeset in webkit [88645] by
-
- 4 edits in trunk/Source/WebCore
2011-06-13 Xan Lopez <xlopez@igalia.com>
Reviewed by Martin Robinson.
Some distcheck fixes. Still broken, but this is moves us closer to
the target.
- GNUmakefile.am: fix vpath syntax and add missing files to EXTRA_DIST.
- GNUmakefile.list.am: add missing files and remove dead files.
- bindings/gobject/GNUmakefile.am: fix comment.
- 9:54 AM Changeset in webkit [88644] by
-
- 2 edits1 add in trunk/LayoutTests
2011-06-13 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Update test expectations.
- platform/chromium/test_expectations.txt:
- 9:16 AM Changeset in webkit [88643] by
-
- 2 edits in trunk/Source/WebCore
2011-06-13 Noam Rosenthal <noam.rosenthal@nokia.com>
Reviewed by Kenneth Rohde Christiansen.
Add layer factory to GraphicsLayer for creating non-default layer type.
https://bugs.webkit.org/show_bug.cgi?id=61925
Use the new factory function in TextureMapper.
No new functionality so no new tests.
- platform/graphics/texmap/GraphicsLayerTextureMapper.cpp: (WebCore::GraphicsLayer::create):
- 8:48 AM Changeset in webkit [88642] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Update test expectations.
- platform/chromium/test_expectations.txt:
- 8:36 AM Changeset in webkit [88641] by
-
- 3 edits3 adds in trunk
2011-06-13 Young Han Lee <joybro@company100.net>
Reviewed by Kenneth Rohde Christiansen.
[Texmap][Qt] Accelerated animation is repeating as if its direction property is always 'alternate'.
https://bugs.webkit.org/show_bug.cgi?id=62281
syncAnimations() has miscalculated a normalized progress value as if the animation always has alternate direction property.
- animations/animation-direction-normal-expected.png: Added.
- animations/animation-direction-normal-expected.txt: Added.
- animations/animation-direction-normal.html: Added.
2011-06-13 Young Han Lee <joybro@company100.net>
Reviewed by Kenneth Rohde Christiansen.
[Texmap][Qt] Accelerated animation is repeating as if its direction property is always 'alternate'.
https://bugs.webkit.org/show_bug.cgi?id=62281
syncAnimations() has miscalculated a normalized progress value as if the animation always has alternate direction property.
Test: animations/animation-direction-normal.html
- platform/graphics/texmap/TextureMapperNode.cpp: (WebCore::TextureMapperNode::syncAnimations):
- 8:28 AM Changeset in webkit [88640] by
-
- 3 edits in trunk/Source/WebKit2
2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL][WK2] Minor fix: fix coding style and remove unnecessary codes for WebKit2 efl port's PageClientImpl
https://bugs.webkit.org/show_bug.cgi?id=62429
- UIProcess/API/efl/PageClientImpl.cpp: (WebKit::PageClientImpl::scrollView): (WebKit::PageClientImpl::setCursor): (WebKit::PageClientImpl::windowToScreen): (WebKit::PageClientImpl::doneWithKeyEvent): (WebKit::PageClientImpl::setFindIndicator): (WebKit::PageClientImpl::didCommitLoadForMainFrame): (WebKit::PageClientImpl::didFinishLoadingDataForCustomRepresentation): (WebKit::PageClientImpl::findStringInCustomRepresentation): (WebKit::PageClientImpl::countStringMatchesInCustomRepresentation):
- UIProcess/API/efl/PageClientImpl.h:
- 8:09 AM Changeset in webkit [88639] by
-
- 3 edits in trunk/Source/WebKit/efl
2011-06-13 KwangHyuk Kim <hyuki.kim@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL] change of cairo_format_t corresponding to EVAS_COLORSPACE_ARGB8888 color space
https://bugs.webkit.org/show_bug.cgi?id=62448
Use CAIRO_FORMAT_ARGB32 for EWK as pixman does not support the fast path for converting
from ARGB32 to AGB24 when using source over operation in combination with a bilinear filter
- ewk/ewk_tiled_model.c: (ewk_tile_new):
- ewk/ewk_view_single.c: (_ewk_view_single_smart_repaints_process):
- 7:58 AM Changeset in webkit [88638] by
-
- 1 edit1 add in trunk/Source/WebKit2
2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>
Reviewed by Kenneth Rohde Christiansen.
[EFL][WK2] Add initial WebPreferencesEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62525
- UIProcess/efl/WebPreferencesEfl.cpp: Added. (WebKit::WebPreferences::platformInitializeStore): (WebKit::WebPreferences::platformUpdateStringValueForKey): (WebKit::WebPreferences::platformUpdateBoolValueForKey): (WebKit::WebPreferences::platformUpdateUInt32ValueForKey): (WebKit::WebPreferences::platformUpdateDoubleValueForKey):
- 7:28 AM Changeset in webkit [88637] by
-
- 3 edits6 adds in trunk
2011-06-13 Dirk Schulze <krit@webkit.org>
Reviewed by Rob Buis.
SVG patternTransform not animatable
https://bugs.webkit.org/show_bug.cgi?id=62538
SVG animation did not take attribute 'patternTransform' into account. Added support for combination of
SVGPatternElement and attribute 'patternTransform' to SVGAnimateTransformElement.
Tests: svg/animations/animateTransform-pattern-transform.html
svg/animations/animateTransform-transformable-transform.html
- svg/SVGAnimateTransformElement.cpp: (WebCore::transformListFor): (WebCore::SVGAnimateTransformElement::resetToBaseValue): (WebCore::SVGAnimateTransformElement::applyResultsToTarget):
2011-06-13 Dirk Schulze <krit@webkit.org>
Reviewed by Rob Buis.
SVG patternTransform not animatable
https://bugs.webkit.org/show_bug.cgi?id=62538
Test SVG animateTransform for attributes 'transform' and 'patternTransform'.
- svg/animations/animateTransform-pattern-transform-expected.txt: Added.
- svg/animations/animateTransform-pattern-transform.html: Added.
- svg/animations/animateTransform-transformable-transform-expected.txt: Added.
- svg/animations/animateTransform-transformable-transform.html: Added.
- svg/animations/script-tests/animateTransform-pattern-transform.js: Added. (sample1): (sample2): (sample3): (executeTest):
- svg/animations/script-tests/animateTransform-transformable-transform.js: Added. (sample1): (sample2): (sample3): (executeTest):
- 7:12 AM Changeset in webkit [88636] by
-
- 2 edits in trunk/LayoutTests
2011-06-13 Vitaly Repeshko <vitalyr@chromium.org>
Unreviewed.
[chromium] Update test expectations.
- platform/chromium/test_expectations.txt:
- 6:41 AM Changeset in webkit [88635] by
-
- 3 edits in trunk/Source/WebCore
2011-06-13 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
Reviewed by Andreas Kling.
[Qt] JSC Bridge: convert QtConnectionObject to use JSC API
https://bugs.webkit.org/show_bug.cgi?id=62330
This patch is based on the draft patch by Noam Rosenthal in bug 60842.
Qt API autotests cover the bridge behavior and pass after this patch.
- bridge/qt/qt_runtime.h: Change QtConnectionObject to use JSC API types. In particular, we got rid of Strong<JSObject> members. Renamed some members and arguments to follow existing naming in QObject::connect().
- bridge/qt/qt_runtime.cpp: (JSC::Bindings::QtRuntimeConnectionMethod::call): Use a new helper function to create a connection, passing the ExecState* that will be used when the connection is activated (signal emitted). Use JSC API types when looking up the matching signal to disconnect.
(JSC::Bindings::QtConnectionObject::QtConnectionObject): Use JSC API to
protect the receiver and receiverFunction from being garbage
collected. Removed the ASSERT() since we don't hold ProtectedPtrs (in current
code were Strong<>) anymore.
(JSC::Bindings::QtConnectionObject::~QtConnectionObject): Explain why is safe
to use m_originalSender here. Unprotect values that we protected in constructor.
(JSC::Bindings::isJavaScriptFunction): Helper function to identify whether a
JSObjectRef is a JS function (in contrast to a native function exposed to JS).
(JSC::Bindings::QtConnectionObject::execute):
(JSC::Bindings::QtConnectionObject::match):
Both updated to use JSC API when appliable. Note that convertQVariantToValue
still returns JSC internal types, will be handled in a different patch.
(JSC::Bindings::QtConnectionObject::createWithInternalJSC):
Convenince for the existing caller until it is converted to JSC as well.
- 2:35 AM Changeset in webkit [88634] by
-
- 9 edits1 copy1 add in trunk/Source
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Add context menu support for Webkit2
https://bugs.webkit.org/show_bug.cgi?id=54827
- platform/ContextMenuItem.h: Add gtkAction().
- platform/gtk/ContextMenuGtk.cpp: (WebCore::ContextMenu::ContextMenu): Implement constructor that receives a platform menu. (WebCore::ContextMenu::setPlatformDescription): Make sure we don't destroy the menu if the new context menu is the current one. (WebCore::contextMenuItemVector): Implement this method to return the list of menu items in the given context menu, required by WebKit2. (WebCore::platformMenuDescription): Implement this method to return a platform menu for the given menu items.
- platform/gtk/ContextMenuItemGtk.cpp: (WebCore::createPlatformMenuItemDescription): Helper function to create a platform context menu item. (WebCore::ContextMenuItem::ContextMenuItem): Use createPlatformMenuItemDescription(). (WebCore::ContextMenuItem::title): Convert the title from UTF-8. (WebCore::ContextMenuItem::setTitle): Use gtkAction(). (WebCore::ContextMenuItem::setSubMenu): Implement setSubMenu() that receives a list of items. (WebCore::ContextMenuItem::setChecked): Use gtkAction(). (WebCore::ContextMenuItem::checked): Implement this, required by WebKit2. (WebCore::ContextMenuItem::enabled): Ditto. (WebCore::ContextMenuItem::setEnabled): Use gtkAction(). (WebCore::ContextMenuItem::gtkAction): Return the GtkAction associated to the context menu item.
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Add context menu support for Webkit2
https://bugs.webkit.org/show_bug.cgi?id=54827
- GNUmakefile.am: Add new files to compilation.
- UIProcess/API/gtk/PageClientImpl.cpp: (WebKit::PageClientImpl::createContextMenuProxy): Create a context menu proxy.
- UIProcess/API/gtk/WebKitWebViewBase.cpp: (globalPointForClientPoint): Function copied from webkit1 to convert a point in widget coordinates to global coordinates. (popupMenuPositionFunction): (webkitWebViewBaseShowContextMenu): Show the given context menu at the given position.
- UIProcess/API/gtk/WebKitWebViewBasePrivate.h:
- UIProcess/gtk/WebContextMenuProxyGtk.cpp: Added. (WebKit::contextMenuItemActivatedCallback): (WebKit::WebContextMenuProxyGtk::createGtkMenu): (WebKit::WebContextMenuProxyGtk::showContextMenu): (WebKit::WebContextMenuProxyGtk::hideContextMenu): (WebKit::WebContextMenuProxyGtk::WebContextMenuProxyGtk): (WebKit::WebContextMenuProxyGtk::~WebContextMenuProxyGtk):
- UIProcess/gtk/WebContextMenuProxyGtk.h: Copied from Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBasePrivate.h. (WebKit::WebContextMenuProxyGtk::create):
- 2:03 AM Changeset in webkit [88633] by
-
- 1 edit in trunk/Tools/Scripts/webkitpy/tool/commands/stepsequence.py
2011-06-13 Keishi Hattori <keishi@webkit.org (:keishi) (c)>
Fix mistake I made in 88632
- 2:00 AM Changeset in webkit [88632] by
-
- 3 edits in trunk
2011-06-13 Keishi Hattori <keishi@webkit.org>
Sort WebCore.xcodeproj
Accomplished using sort-Xcode-project-file.
- WebCore.xcodeproj/project.pbxproj:
- 1:56 AM Changeset in webkit [88631] by
-
- 10 edits5 adds in trunk
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Export an API similar to WebKit1
https://bugs.webkit.org/show_bug.cgi?id=57820
- GNUmakefile.am: Add webkitwebviewcommon.h to public header list.
- webkit/webkitwebview.h: Move declarations common to WebKit2 to webkitwebviewcommon.h.
- webkit/webkitwebviewcommon.h: Added.
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Export an API similar to WebKit1
https://bugs.webkit.org/show_bug.cgi?id=57820
Add first implementation of WebKitWebView, a class with the same
API than webkit1, that wraps the C API to provide a high level
WebKit2 API for GTK port.
- GNUmakefile.am: Add new files to compilation.
- UIProcess/API/gtk/WebKitWebView.cpp: Added. (webkit_web_view_init): (webkit_web_view_class_init): (webkit_web_view_new): (webkit_web_view_load_uri): (webkit_web_view_go_back): (webkit_web_view_go_forward):
- UIProcess/API/gtk/WebKitWebView.h: Added.
- UIProcess/API/gtk/WebKitWebViewBase.cpp: (webkitWebViewBaseCreate): (webkitWebViewBaseCreateWebPage):
- UIProcess/API/gtk/WebKitWebViewBasePrivate.h:
- UIProcess/API/gtk/webkit/webkit.h: Added.
2011-06-13 Carlos Garcia Campos <cgarcia@igalia.com>
Reviewed by Martin Robinson.
[GTK] Export an API similar to WebKit1
https://bugs.webkit.org/show_bug.cgi?id=57820
Build GtkLauncher2 for WebKit2. It's actually the same GtkLauncher
code, but linking to libwebkit2gtk.
- GNUmakefile.am:
- GtkLauncher/main.c: (createBrowser): (main):