Timeline
Aug 10, 2006:
- 5:28 PM Changeset in webkit [15830] by
-
- 4 edits33 copies1 delete in trunk/WebCore
2006-08-10 Anders Carlsson <acarlsson@apple.com>
Rubber-stamped by Maciej.
Move xpath to xml.
- DerivedSources.make:
- WebCore.vcproj/WebCore/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- xpath/XPathEvaluator.cpp: Removed.
- xpath/XPathEvaluator.h: Removed.
- xpath/XPathEvaluator.idl: Removed.
- xpath/XPathExpression.cpp: Removed.
- xpath/XPathExpression.h: Removed.
- xpath/XPathExpression.idl: Removed.
- xpath/XPathNSResolver.cpp: Removed.
- xpath/XPathNSResolver.h: Removed.
- xpath/XPathNSResolver.idl: Removed.
- xpath/XPathNamespace.cpp: Removed.
- xpath/XPathNamespace.h: Removed.
- xpath/XPathResult.cpp: Removed.
- xpath/XPathResult.h: Removed.
- xpath/XPathResult.idl: Removed.
- xpath/impl/XPathExpressionNode.cpp: Removed.
- xpath/impl/XPathExpressionNode.h: Removed.
- xpath/impl/XPathFunctions.cpp: Removed.
- xpath/impl/XPathFunctions.h: Removed.
- xpath/impl/XPathGrammar.y: Removed.
- xpath/impl/XPathParser.cpp: Removed.
- xpath/impl/XPathParser.h: Removed.
- xpath/impl/XPathPath.cpp: Removed.
- xpath/impl/XPathPath.h: Removed.
- xpath/impl/XPathPredicate.cpp: Removed.
- xpath/impl/XPathPredicate.h: Removed.
- xpath/impl/XPathStep.cpp: Removed.
- xpath/impl/XPathStep.h: Removed.
- xpath/impl/XPathUtil.cpp: Removed.
- xpath/impl/XPathUtil.h: Removed.
- xpath/impl/XPathValue.cpp: Removed.
- xpath/impl/XPathValue.h: Removed.
- xpath/impl/XPathVariableReference.cpp: Removed.
- xpath/impl/XPathVariableReference.h: Removed.
- 1:37 PM Changeset in webkit [15829] by
-
- 2 edits in trunk/WebCore
Reviewed by John Sullivan.
<rdar://problem/4600112> REGRESSION: VO no longer able to review text within an edit field on web pages
Test cases added: None. Manual AX testing is way too awkward, and automated testing
is not possible. See following bug...
<rdar://problem/4256882> Need automated testing support for accessibility APIs
- bridge/mac/WebCoreAXObject.mm: (-[WebCoreAXObject value]): Add handling for text input fields.
Aug 9, 2006:
- 10:11 PM Changeset in webkit [15828] by
-
- 397 edits in trunk/WebCore
WebCore:
Reviewed by Darin.
- fix http://bugzilla.opendarwin.org/show_bug.cgi?id=10247 REGRESSION: Unable to build webkit without SVG/XPATH
- bindings/js/kjs_binding.cpp: (KJS::setDOMException):
- bindings/js/kjs_dom.cpp: (KJS::toJS):
- bindings/js/kjs_html.cpp: (KJS::HTMLElementFunction::callAsFunction):
- bindings/js/kjs_proxy.cpp:
- bindings/js/kjs_proxy.h:
- bindings/objc/DOMInternal.h:
- bindings/objc/DOMInternal.mm: (raiseDOMException):
- bindings/objc/DOMXPath.mm:
- bindings/objc/DOMXPathInternal.h:
- bindings/scripts/CodeGeneratorJS.pm:
- bridge/mac/WebCoreFrameBridge.mm: (+[WebCoreFrameBridge supportedNonImageMIMETypes]):
- css/CSSGrammar.y:
- css/CSSStyleDeclaration.cpp: (WebCore::propertyID):
- css/cssparser.cpp: (WebCore::CSSParser::parseValue):
- css/cssparser.h:
- css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::loadDefaultStyle): (WebCore::CSSStyleSelector::applyProperty):
- css/cssstyleselector.h:
- dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::~Document): (WebCore::Document::createElementNS): (WebCore::Document::implicitClose): (WebCore::Document::recalcStyleSelector): (WebCore::Document::createEvent):
- dom/Document.h:
- dom/Document.idl:
- dom/Node.cpp: (WebCore::Node::createRendererIfNeeded):
- dom/Node.h:
- dom/XMLTokenizer.cpp: (WebCore::XMLTokenizer::endElementNs): (WebCore::XMLTokenizer::insertErrorMessageBlock):
- html/HTMLEmbedElement.cpp:
- html/HTMLEmbedElement.h:
- html/HTMLObjectElement.cpp:
- html/HTMLObjectElement.h:
- kcanvas/KCanvasCreator.cpp:
- kcanvas/KCanvasCreator.h:
- kcanvas/KCanvasFilters.cpp:
- kcanvas/KCanvasFilters.h:
- kcanvas/KCanvasImage.h:
- kcanvas/KCanvasMatrix.cpp:
- kcanvas/KCanvasMatrix.h:
- kcanvas/KCanvasPath.cpp:
- kcanvas/KCanvasPath.h:
- kcanvas/KCanvasResourceListener.h:
- kcanvas/KCanvasResources.cpp:
- kcanvas/KCanvasResources.h:
- kcanvas/KCanvasTreeDebug.cpp:
- kcanvas/RenderForeignObject.cpp:
- kcanvas/RenderForeignObject.h:
- kcanvas/RenderPath.cpp:
- kcanvas/RenderPath.h:
- kcanvas/RenderSVGContainer.cpp:
- kcanvas/RenderSVGContainer.h:
- kcanvas/RenderSVGImage.cpp:
- kcanvas/RenderSVGImage.h:
- kcanvas/RenderSVGText.cpp:
- kcanvas/RenderSVGText.h:
- kcanvas/device/KRenderingDevice.cpp:
- kcanvas/device/KRenderingDevice.h:
- kcanvas/device/KRenderingFillPainter.cpp:
- kcanvas/device/KRenderingFillPainter.h:
- kcanvas/device/KRenderingPaintServer.h:
- kcanvas/device/KRenderingPaintServerGradient.cpp:
- kcanvas/device/KRenderingPaintServerGradient.h:
- kcanvas/device/KRenderingPaintServerPattern.cpp:
- kcanvas/device/KRenderingPaintServerPattern.h:
- kcanvas/device/KRenderingPaintServerSolid.cpp:
- kcanvas/device/KRenderingPaintServerSolid.h:
- kcanvas/device/KRenderingStrokePainter.cpp:
- kcanvas/device/KRenderingStrokePainter.h:
- kcanvas/device/quartz/KCanvasFilterQuartz.h:
- kcanvas/device/quartz/KCanvasFilterQuartz.mm:
- kcanvas/device/quartz/KCanvasItemQuartz.mm:
- kcanvas/device/quartz/KCanvasMaskerQuartz.mm:
- kcanvas/device/quartz/KCanvasPathQuartz.mm:
- kcanvas/device/quartz/KCanvasResourcesQuartz.mm:
- kcanvas/device/quartz/KRenderingDeviceQuartz.h:
- kcanvas/device/quartz/KRenderingDeviceQuartz.mm:
- kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm:
- kcanvas/device/quartz/KRenderingPaintServerQuartz.mm:
- kcanvas/device/quartz/QuartzSupport.h:
- kcanvas/device/quartz/QuartzSupport.mm:
- ksvg2/bindings/js/JSSVGElementWrapperFactory.cpp:
- ksvg2/bindings/js/JSSVGElementWrapperFactory.h:
- ksvg2/css/SVGCSSParser.cpp:
- ksvg2/css/SVGCSSStyleSelector.cpp:
- ksvg2/css/SVGRenderStyle.cpp:
- ksvg2/css/SVGRenderStyle.h:
- ksvg2/css/SVGRenderStyleDefs.cpp:
- ksvg2/css/SVGRenderStyleDefs.h:
- ksvg2/ecma/GlobalObject.cpp:
- ksvg2/ecma/GlobalObject.h:
- ksvg2/events/JSSVGLazyEventListener.cpp:
- ksvg2/events/JSSVGLazyEventListener.h:
- ksvg2/events/SVGZoomEvent.cpp:
- ksvg2/events/SVGZoomEvent.h:
- ksvg2/ksvg.h:
- ksvg2/misc/KCanvasRenderingStyle.cpp:
- ksvg2/misc/KCanvasRenderingStyle.h:
- ksvg2/misc/KSVGTimeScheduler.cpp:
- ksvg2/misc/KSVGTimeScheduler.h:
- ksvg2/misc/SVGDocumentExtensions.cpp:
- ksvg2/misc/SVGDocumentExtensions.h:
- ksvg2/misc/SVGImageLoader.cpp:
- ksvg2/misc/SVGImageLoader.h:
- ksvg2/svg/DOMList.h:
- ksvg2/svg/SVGAElement.cpp:
- ksvg2/svg/SVGAElement.h:
- ksvg2/svg/SVGAngle.cpp:
- ksvg2/svg/SVGAngle.h:
- ksvg2/svg/SVGAnimateColorElement.cpp:
- ksvg2/svg/SVGAnimateColorElement.h:
- ksvg2/svg/SVGAnimateElement.cpp:
- ksvg2/svg/SVGAnimateElement.h:
- ksvg2/svg/SVGAnimateTransformElement.cpp:
- ksvg2/svg/SVGAnimateTransformElement.h:
- ksvg2/svg/SVGAnimatedAngle.cpp:
- ksvg2/svg/SVGAnimatedAngle.h:
- ksvg2/svg/SVGAnimatedBoolean.cpp:
- ksvg2/svg/SVGAnimatedBoolean.h:
- ksvg2/svg/SVGAnimatedColor.cpp:
- ksvg2/svg/SVGAnimatedColor.h:
- ksvg2/svg/SVGAnimatedEnumeration.cpp:
- ksvg2/svg/SVGAnimatedEnumeration.h:
- ksvg2/svg/SVGAnimatedInteger.cpp:
- ksvg2/svg/SVGAnimatedInteger.h:
- ksvg2/svg/SVGAnimatedLength.cpp:
- ksvg2/svg/SVGAnimatedLength.h:
- ksvg2/svg/SVGAnimatedLengthList.cpp:
- ksvg2/svg/SVGAnimatedLengthList.h:
- ksvg2/svg/SVGAnimatedNumber.cpp:
- ksvg2/svg/SVGAnimatedNumber.h:
- ksvg2/svg/SVGAnimatedNumberList.cpp:
- ksvg2/svg/SVGAnimatedNumberList.h:
- ksvg2/svg/SVGAnimatedPathData.cpp:
- ksvg2/svg/SVGAnimatedPathData.h:
- ksvg2/svg/SVGAnimatedPoints.cpp:
- ksvg2/svg/SVGAnimatedPoints.h:
- ksvg2/svg/SVGAnimatedPreserveAspectRatio.cpp:
- ksvg2/svg/SVGAnimatedPreserveAspectRatio.h:
- ksvg2/svg/SVGAnimatedRect.cpp:
- ksvg2/svg/SVGAnimatedRect.h:
- ksvg2/svg/SVGAnimatedString.cpp:
- ksvg2/svg/SVGAnimatedString.h:
- ksvg2/svg/SVGAnimatedTemplate.h:
- ksvg2/svg/SVGAnimatedTransformList.cpp:
- ksvg2/svg/SVGAnimatedTransformList.h:
- ksvg2/svg/SVGAnimationElement.cpp:
- ksvg2/svg/SVGAnimationElement.h:
- ksvg2/svg/SVGCircleElement.cpp:
- ksvg2/svg/SVGCircleElement.h:
- ksvg2/svg/SVGClipPathElement.cpp:
- ksvg2/svg/SVGClipPathElement.h:
- ksvg2/svg/SVGColor.cpp:
- ksvg2/svg/SVGColor.h:
- ksvg2/svg/SVGComponentTransferFunctionElement.cpp:
- ksvg2/svg/SVGComponentTransferFunctionElement.h:
- ksvg2/svg/SVGCursorElement.cpp:
- ksvg2/svg/SVGCursorElement.h:
- ksvg2/svg/SVGDOMImplementation.cpp:
- ksvg2/svg/SVGDOMImplementation.h:
- ksvg2/svg/SVGDefsElement.cpp:
- ksvg2/svg/SVGDefsElement.h:
- ksvg2/svg/SVGDescElement.cpp:
- ksvg2/svg/SVGDescElement.h:
- ksvg2/svg/SVGDocument.cpp:
- ksvg2/svg/SVGDocument.h:
- ksvg2/svg/SVGElement.cpp:
- ksvg2/svg/SVGElement.h:
- ksvg2/svg/SVGElementInstance.cpp:
- ksvg2/svg/SVGElementInstance.h:
- ksvg2/svg/SVGElementInstanceList.cpp:
- ksvg2/svg/SVGElementInstanceList.h:
- ksvg2/svg/SVGEllipseElement.cpp:
- ksvg2/svg/SVGEllipseElement.h:
- ksvg2/svg/SVGExternalResourcesRequired.cpp:
- ksvg2/svg/SVGExternalResourcesRequired.h:
- ksvg2/svg/SVGFEBlendElement.cpp:
- ksvg2/svg/SVGFEBlendElement.h:
- ksvg2/svg/SVGFEColorMatrixElement.cpp:
- ksvg2/svg/SVGFEColorMatrixElement.h:
- ksvg2/svg/SVGFEComponentTransferElement.cpp:
- ksvg2/svg/SVGFEComponentTransferElement.h:
- ksvg2/svg/SVGFECompositeElement.cpp:
- ksvg2/svg/SVGFECompositeElement.h:
- ksvg2/svg/SVGFEDiffuseLightingElement.cpp:
- ksvg2/svg/SVGFEDiffuseLightingElement.h:
- ksvg2/svg/SVGFEDisplacementMapElement.cpp:
- ksvg2/svg/SVGFEDisplacementMapElement.h:
- ksvg2/svg/SVGFEDistantLightElement.cpp:
- ksvg2/svg/SVGFEDistantLightElement.h:
- ksvg2/svg/SVGFEFloodElement.cpp:
- ksvg2/svg/SVGFEFloodElement.h:
- ksvg2/svg/SVGFEFuncAElement.cpp:
- ksvg2/svg/SVGFEFuncAElement.h:
- ksvg2/svg/SVGFEFuncBElement.cpp:
- ksvg2/svg/SVGFEFuncBElement.h:
- ksvg2/svg/SVGFEFuncGElement.cpp:
- ksvg2/svg/SVGFEFuncGElement.h:
- ksvg2/svg/SVGFEFuncRElement.cpp:
- ksvg2/svg/SVGFEFuncRElement.h:
- ksvg2/svg/SVGFEGaussianBlurElement.cpp:
- ksvg2/svg/SVGFEGaussianBlurElement.h:
- ksvg2/svg/SVGFEImageElement.cpp:
- ksvg2/svg/SVGFEImageElement.h:
- ksvg2/svg/SVGFELightElement.cpp:
- ksvg2/svg/SVGFELightElement.h:
- ksvg2/svg/SVGFEMergeElement.cpp:
- ksvg2/svg/SVGFEMergeElement.h:
- ksvg2/svg/SVGFEMergeNodeElement.cpp:
- ksvg2/svg/SVGFEMergeNodeElement.h:
- ksvg2/svg/SVGFEOffsetElement.cpp:
- ksvg2/svg/SVGFEOffsetElement.h:
- ksvg2/svg/SVGFEPointLightElement.cpp:
- ksvg2/svg/SVGFEPointLightElement.h:
- ksvg2/svg/SVGFESpecularLightingElement.cpp:
- ksvg2/svg/SVGFESpecularLightingElement.h:
- ksvg2/svg/SVGFESpotLightElement.cpp:
- ksvg2/svg/SVGFESpotLightElement.h:
- ksvg2/svg/SVGFETileElement.cpp:
- ksvg2/svg/SVGFETileElement.h:
- ksvg2/svg/SVGFETurbulenceElement.cpp:
- ksvg2/svg/SVGFETurbulenceElement.h:
- ksvg2/svg/SVGFilterElement.cpp:
- ksvg2/svg/SVGFilterElement.h:
- ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp:
- ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h:
- ksvg2/svg/SVGFitToViewBox.cpp:
- ksvg2/svg/SVGFitToViewBox.h:
- ksvg2/svg/SVGForeignObjectElement.cpp:
- ksvg2/svg/SVGForeignObjectElement.h:
- ksvg2/svg/SVGGElement.cpp:
- ksvg2/svg/SVGGElement.h:
- ksvg2/svg/SVGGradientElement.cpp:
- ksvg2/svg/SVGGradientElement.h:
- ksvg2/svg/SVGHelper.cpp:
- ksvg2/svg/SVGHelper.h:
- ksvg2/svg/SVGImageElement.cpp:
- ksvg2/svg/SVGImageElement.h:
- ksvg2/svg/SVGLangSpace.cpp:
- ksvg2/svg/SVGLangSpace.h:
- ksvg2/svg/SVGLength.cpp:
- ksvg2/svg/SVGLength.h:
- ksvg2/svg/SVGLengthList.cpp:
- ksvg2/svg/SVGLengthList.h:
- ksvg2/svg/SVGLineElement.cpp:
- ksvg2/svg/SVGLineElement.h:
- ksvg2/svg/SVGLinearGradientElement.cpp:
- ksvg2/svg/SVGLinearGradientElement.h:
- ksvg2/svg/SVGList.h:
- ksvg2/svg/SVGLocatable.cpp:
- ksvg2/svg/SVGLocatable.h:
- ksvg2/svg/SVGMarkerElement.cpp:
- ksvg2/svg/SVGMarkerElement.h:
- ksvg2/svg/SVGMaskElement.cpp:
- ksvg2/svg/SVGMaskElement.h:
- ksvg2/svg/SVGMatrix.cpp:
- ksvg2/svg/SVGMatrix.h:
- ksvg2/svg/SVGNumber.cpp:
- ksvg2/svg/SVGNumber.h:
- ksvg2/svg/SVGNumberList.cpp:
- ksvg2/svg/SVGNumberList.h:
- ksvg2/svg/SVGPaint.cpp:
- ksvg2/svg/SVGPaint.h:
- ksvg2/svg/SVGPathElement.cpp:
- ksvg2/svg/SVGPathElement.h:
- ksvg2/svg/SVGPathSeg.cpp:
- ksvg2/svg/SVGPathSeg.h:
- ksvg2/svg/SVGPathSegArc.cpp:
- ksvg2/svg/SVGPathSegArc.h:
- ksvg2/svg/SVGPathSegClosePath.cpp:
- ksvg2/svg/SVGPathSegClosePath.h:
- ksvg2/svg/SVGPathSegCurvetoCubic.cpp:
- ksvg2/svg/SVGPathSegCurvetoCubic.h:
- ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp:
- ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h:
- ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp:
- ksvg2/svg/SVGPathSegCurvetoQuadratic.h:
- ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp:
- ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h:
- ksvg2/svg/SVGPathSegLineto.cpp:
- ksvg2/svg/SVGPathSegLineto.h:
- ksvg2/svg/SVGPathSegLinetoHorizontal.cpp:
- ksvg2/svg/SVGPathSegLinetoHorizontal.h:
- ksvg2/svg/SVGPathSegLinetoVertical.cpp:
- ksvg2/svg/SVGPathSegLinetoVertical.h:
- ksvg2/svg/SVGPathSegList.cpp:
- ksvg2/svg/SVGPathSegList.h:
- ksvg2/svg/SVGPathSegMoveto.cpp:
- ksvg2/svg/SVGPathSegMoveto.h:
- ksvg2/svg/SVGPatternElement.cpp:
- ksvg2/svg/SVGPatternElement.h:
- ksvg2/svg/SVGPoint.cpp:
- ksvg2/svg/SVGPoint.h:
- ksvg2/svg/SVGPointList.cpp:
- ksvg2/svg/SVGPointList.h:
- ksvg2/svg/SVGPolyElement.cpp:
- ksvg2/svg/SVGPolyElement.h:
- ksvg2/svg/SVGPolygonElement.cpp:
- ksvg2/svg/SVGPolygonElement.h:
- ksvg2/svg/SVGPolylineElement.cpp:
- ksvg2/svg/SVGPolylineElement.h:
- ksvg2/svg/SVGPreserveAspectRatio.cpp:
- ksvg2/svg/SVGPreserveAspectRatio.h:
- ksvg2/svg/SVGRadialGradientElement.cpp:
- ksvg2/svg/SVGRadialGradientElement.h:
- ksvg2/svg/SVGRect.cpp:
- ksvg2/svg/SVGRect.h:
- ksvg2/svg/SVGRectElement.cpp:
- ksvg2/svg/SVGRectElement.h:
- ksvg2/svg/SVGSVGElement.cpp:
- ksvg2/svg/SVGSVGElement.h:
- ksvg2/svg/SVGScriptElement.cpp:
- ksvg2/svg/SVGScriptElement.h:
- ksvg2/svg/SVGSetElement.cpp:
- ksvg2/svg/SVGSetElement.h:
- ksvg2/svg/SVGStopElement.cpp:
- ksvg2/svg/SVGStopElement.h:
- ksvg2/svg/SVGStringList.cpp:
- ksvg2/svg/SVGStringList.h:
- ksvg2/svg/SVGStylable.cpp:
- ksvg2/svg/SVGStylable.h:
- ksvg2/svg/SVGStyleElement.cpp:
- ksvg2/svg/SVGStyleElement.h:
- ksvg2/svg/SVGStyledElement.cpp:
- ksvg2/svg/SVGStyledElement.h:
- ksvg2/svg/SVGStyledLocatableElement.cpp:
- ksvg2/svg/SVGStyledLocatableElement.h:
- ksvg2/svg/SVGStyledTransformableElement.cpp:
- ksvg2/svg/SVGStyledTransformableElement.h:
- ksvg2/svg/SVGSwitchElement.cpp:
- ksvg2/svg/SVGSwitchElement.h:
- ksvg2/svg/SVGSymbolElement.cpp:
- ksvg2/svg/SVGSymbolElement.h:
- ksvg2/svg/SVGTRefElement.cpp:
- ksvg2/svg/SVGTRefElement.h:
- ksvg2/svg/SVGTSpanElement.cpp:
- ksvg2/svg/SVGTSpanElement.h:
- ksvg2/svg/SVGTests.cpp:
- ksvg2/svg/SVGTests.h:
- ksvg2/svg/SVGTextContentElement.cpp:
- ksvg2/svg/SVGTextContentElement.h:
- ksvg2/svg/SVGTextElement.cpp:
- ksvg2/svg/SVGTextElement.h:
- ksvg2/svg/SVGTextPositioningElement.cpp:
- ksvg2/svg/SVGTextPositioningElement.h:
- ksvg2/svg/SVGTitleElement.cpp:
- ksvg2/svg/SVGTitleElement.h:
- ksvg2/svg/SVGTransform.cpp:
- ksvg2/svg/SVGTransform.h:
- ksvg2/svg/SVGTransformList.cpp:
- ksvg2/svg/SVGTransformList.h:
- ksvg2/svg/SVGTransformable.cpp:
- ksvg2/svg/SVGTransformable.h:
- ksvg2/svg/SVGURIReference.cpp:
- ksvg2/svg/SVGURIReference.h:
- ksvg2/svg/SVGUseElement.cpp:
- ksvg2/svg/SVGUseElement.h:
- ksvg2/svg/SVGViewElement.cpp:
- ksvg2/svg/SVGViewElement.h:
- ksvg2/svg/SVGZoomAndPan.cpp:
- ksvg2/svg/SVGZoomAndPan.h:
- ksvg2/svg/svgpathparser.cpp:
- ksvg2/svg/svgpathparser.h:
- page/DOMWindow.idl:
- page/Frame.cpp: (WebCore::Frame::Frame): (WebCore::Frame::begin): (WebCore::Frame::pauseTimeouts): (WebCore::Frame::resumeTimeouts):
- platform/GraphicsContext.h:
- platform/cg/GraphicsContextCG.cpp:
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::isTransparent):
- rendering/RenderObject.cpp: (WebCore::RenderObject::containingBlock):
- rendering/RenderObject.h:
- rendering/RenderStyle.cpp: (WebCore::RenderStyle::RenderStyle): (WebCore::RenderStyle::inheritFrom): (WebCore::RenderStyle::operator==): (WebCore::RenderStyle::inheritedNotEqual): (WebCore::RenderStyle::diff):
- rendering/RenderStyle.h:
- rendering/RenderTreeAsText.cpp: (WebCore::write): (WebCore::externalRepresentation):
- xpath/XPathEvaluator.cpp:
- xpath/XPathEvaluator.h:
- xpath/XPathExpression.cpp:
- xpath/XPathExpression.h:
- xpath/XPathNSResolver.cpp:
- xpath/XPathNSResolver.h:
- xpath/XPathNamespace.cpp:
- xpath/XPathNamespace.h:
- xpath/XPathResult.cpp:
- xpath/XPathResult.h:
- xpath/impl/XPathExpressionNode.cpp:
- xpath/impl/XPathExpressionNode.h:
- xpath/impl/XPathFunctions.cpp:
- xpath/impl/XPathFunctions.h:
- xpath/impl/XPathGrammar.y:
- xpath/impl/XPathParser.cpp:
- xpath/impl/XPathParser.h:
- xpath/impl/XPathPath.cpp:
- xpath/impl/XPathPath.h:
- xpath/impl/XPathPredicate.cpp:
- xpath/impl/XPathPredicate.h:
- xpath/impl/XPathStep.cpp:
- xpath/impl/XPathStep.h:
- xpath/impl/XPathUtil.cpp:
- xpath/impl/XPathUtil.h:
- xpath/impl/XPathValue.cpp:
- xpath/impl/XPathValue.h:
- xpath/impl/XPathVariableReference.cpp:
- xpath/impl/XPathVariableReference.h:
Change all #if SVG_SUPPORT to #ifdef SVG_SUPPORT and
#if XPATH_SUPPORT to #ifdef XPATH_SUPPORT
(except for one #if !SVG_SUPPORT to a #ifndef SVG_SUPPORT
in RenderTreeAsText.cpp)
- 8:09 PM Changeset in webkit [15827] by
-
- 2 edits in S60/trunk/S60Internals
2006-08-09 bujtas <zbujtas@gmail.com>
Reviewed by NOBODY.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10318
generate historyprovider.dll using sdk env.
- S60DynamicLibs.zip:
- 3:37 PM Changeset in webkit [15826] by
-
- 4 edits in S60/trunk/WebKit
2006-08-09 sareen <shyam.sareen@nokia.com>
Reviewed by Yongjun & Zalan.
- ResourceLoader/CacheInc/HttpCacheHandler.h:
- ResourceLoader/CacheSrc/HttpCacheHandler.cpp: (CHttpCacheHandler::AdjustResponseTime): (CHttpCacheHandler::ReceivedResponseHeadersL): (CHttpCacheHandler::CacheNeedsValidationL):
- ResourceLoader/CacheSrc/HttpCacheUtil.cpp: (HttpCacheUtil::Age):
- ResourceLoader/inc/PostDataPart.h:
- 3:23 PM Changeset in webkit [15825] by
-
- 4 edits in S60/trunk/WebKit
2006-08-09 yongjzha <yongjun.zhang@nokia.com>
Reviewed by Zalan.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10327
clear webcore side static data when deleting global objects
- BrowserCore/Formcontrols/src/FFormControlFactory.cpp: (CFormControlFactory::~CFormControlFactory):
- BrowserCore/Renderers/src/ImageRendererFactory.cpp: (CImageRendererFactory::~CImageRendererFactory):
- BrowserCore/Renderers/src/TextRendererFactory.cpp: (CTextRendererFactory::~CTextRendererFactory):
- 2:57 PM Changeset in webkit [15824] by
-
- 2 edits in S60/trunk/WebCore
2006-08-09 ligman <joseph.ligman@nokia.com>
Reviewed by Yongjun.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10321
Unable to click "Sign In" button with tool bar feature enabled
Input types of "image" were not handled in CWebCoreBridge::NodeTypeB,
added HTMLInputElementImpl::IMAGE to be recognized as a button.
WARNING: NO TEST CASES ADDED OR CHANGED
- bridge/WebCoreBridge.cpp: (CWebCoreBridge::NodeTypeB):
- 2:47 PM Changeset in webkit [15823] by
-
- 2 edits in S60/trunk/WebKit
2006-08-08 ligman <joseph.ligman@nokia.com>
Reviewed by Yongjun.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10308
Hovering over buttons changes cursor to smartlink telephone icon when it should
change to the selection cursor.
- BrowserControl/inc/BrCtlDefs.h: (TBrCtlDefs::):
Aug 8, 2006:
- 2:11 PM Changeset in webkit [15822] by
-
- 2 edits in S60/trunk/MemoryManager
2006-08-08 yongjzha <yongjun.zhang@nokia.com>
Reviewed by Zalan
- Src/fast_malloc.cpp: (close_mem_pool): (ChunkClosingUtil::~ChunkClosingUtil):
- 1:53 PM Changeset in webkit [15821] by
-
- 7 edits in S60/trunk
2006-08-08 w3liu <wei.liu@nokia.com>
Reviewed by Zalan.
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10294
text decoding problem for www.yaplog.cn and www.sogou.com
- BrowserView/inc/BrowserSettingsContainer.h:
- BrowserView/src/BrowserSettingsContainer.cpp: (CBrowserSettingsContainer::InsertDefaultSettingsL):
- ChangeLog:
- 12:57 PM Changeset in webkit [15820] by
-
- 4 edits in S60/trunk/WebKit
2006-08-08 bujtas <zbujtas@gmail.com>
Reviewed by Sriram.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10305
Turn off tabbed navigation when the pageoverview is on
- BrowserView/src/KeyEventHandler.cpp: (CKeyEventHandler::NavigateWithCursor):
- BrowserView/src/WebKitCursor.cpp: (CWebKitCursor::CursorUpdate):
- BrowserView/src/WebKitView.cpp: (CWebKitView::CWebKitView): (CWebKitView::ConstructL): (CWebKitView::SetCurrentZoomLevelIndex): (CWebKitView::ZoomLevelChanged): (CWebKitView::TouchScrolling): (CWebKitView::Draw): (CWebKitView::ScrollAndMoveCursor): (CWebKitView::FindNextSmartLink):
- 12:28 PM Changeset in webkit [15819] by
-
- 33 edits2 adds1 delete in trunk
Reviewed by Darin.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10230
SVGDOMImplementation should die (and be rolled into DOMImplementation)
Delete SVGDOMImplementation and references to it. The
svg specific functionality is now in DOMImplementation.
- 11:56 AM Changeset in webkit [15818] by
-
- 2 edits in S60/trunk/S60Internals
2006-08-08 zbujtas <zbujtas@gmail.com>
add one more Download Manager include file:
\epoc32\include\DownloadMgrCRKeys.h
- S60Headers.zip:
- 8:12 AM Changeset in webkit [15817] by
-
- 2 edits in S60/trunk/WebKit
2006-08-07 yongjzha <yongjun.zhang@nokia.com>
Reviewed by Zalan.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10296
Horizontal wrapping from TFastWrapUtil starts from wrong offset.
- BrowserCore/Renderers/inc/BitmapTiler.h: (TFastWrapUtil::operator++):
- 7:54 AM Changeset in webkit [15816] by
-
- 2 edits in S60/trunk/S60Internals
- 12:28 AM Changeset in webkit [15815] by
-
- 12 edits2 adds in trunk
WebCore:
Reviewed by Anders and John
Icons can now refresh when new data is sent from WebKit, both on disk and in memory
- bridge/mac/WebCoreIconDatabaseBridge.h:
- bridge/mac/WebCoreIconDatabaseBridge.mm: (WebCore::IconDatabase::loadIconFromURL): Allows WebCore/Kit to kick off a load outside of any greater context (-[WebCoreIconDatabaseBridge isIconExpiredForIconURL:]): (-[WebCoreIconDatabaseBridge isIconExpiredForPageURL:]): Allows WebKit to get whether or not an icon has expired
- loader/icon/IconDatabase.cpp: (WebCore::IconDatabase::recreateDatabase): Changed database schema slightly (WebCore::IconDatabase::createPrivateTables): Changed database schema slightly (WebCore::IconDatabase::iconForPageURL): (WebCore::IconDatabase::isIconExpiredForIconURL): Get if an icon has expired (WebCore::IconDatabase::isIconExpiredForPageURL): Get if an icon has expired (WebCore::IconDatabase::setIconDataForIconURL): Force a refresh of the in memory image when new icon data is loaded (WebCore::IconDatabase::setIconURLForPageURL): added a check for null iconID
- loader/icon/IconDatabase.h: added/changed some methods
- loader/icon/SiteIcon.cpp: (SiteIcon::getImage): simplified/removed debugging code (SiteIcon::manuallySetImageData): allow the image data to be changed when new icon data is loaded
WebKit:
Reviewed by Anders and John
- Misc/WebIconDatabase.m: (-[WebIconDatabase init]): (-[WebIconDatabase isIconExpiredForIconURL:]): Get if an icon expired (-[WebIconDatabase isIconExpiredForPageURL:]): Ditto (-[WebIconDatabase _setIconURL:forURL:]): (-[WebIconDatabase _sendNotificationForURL:]): Moved to WebKitPendingPublic for use outside of WebIconDatabase (-[WebIconDatabase loadIconFromURL:]): Allow a load outside the context of a page load
- Misc/WebIconDatabasePrivate.h:
- Misc/WebIconLoader.m: (-[WebIconLoader didFinishLoading]): fixed up the "flipping the switch" #defs a bit (-[WebIconLoader willSendRequest:redirectResponse:]): override to allow a load outside of the context of a page load
- WebCoreSupport/WebIconDatabaseBridge.h: Added.
- WebCoreSupport/WebIconDatabaseBridge.m: Added. (-[WebIconDatabaseBridge init]): (-[WebIconDatabaseBridge dealloc]): (-[WebIconDatabaseBridge loadIconFromURL:]): Kick off a load on an icon outside of the context of any page load (-[WebIconDatabaseBridge _setIconData:forIconURL:]): WebKit side of bridge method (-[WebIconDatabaseBridge _setHaveNoIconForIconURL:]): WebKit side of bridge method (-[WebIconDatabaseBridge releaseCachedLoaderForIconURL:]): (+[WebIconDatabaseBridge sharedBridgeInstance]): Moved this from WebCore to WebKit so both sides of the bridge get the WebKit version
- WebKit.xcodeproj/project.pbxproj: Added some files
- WebView/WebDataSource.m: (-[WebDataSource _loadIcon]): Added check for reload/expired icon to force a load even if we already have it
Aug 7, 2006:
- 3:56 PM Changeset in webkit [15814] by
-
- 3 edits in S60/trunk/WebKit
2006-08-07 ligman <joseph.ligman@nokia.com>
Reviewed by Yongjun.
http://bugzilla.opendarwin.org/show_bug.cgi?id=10260
Browser crashes when trying to cancel a saved page refresh from options menu
Added a flag as to indicate the user has canceled the refresh of a saved page and
therefore the page should not be regenerated
- BrowserView/inc/WebKitControl.h:
- BrowserView/src/WebKitControl.cpp: (CWebKitControl::CWebKitControl): (CWebKitControl::PageInfoLC): (CWebKitControl::HandleLoaderCommandL): (CWebKitControl::LoadUrlL): (CWebKitControl::IncrementProgressForLoadStart): (CWebKitControl::ResetProgress): (CWebKitControl::FinalProgressComplete):
- 3:50 PM Changeset in webkit [15813] by
-
- 2 edits in S60/trunk/WebCore
2006-08-07 yadavall <sriram.yadavalli@nokia.com>
Reviewed by Zalan Bujtas
WARNING: NO TEST CASES ADDED OR CHANGED
- kwq/KWQKHTMLPart.cpp: (KWQKHTMLPart::getNewTabbedCursorPosition): (KWQKHTMLPart::tabbedNavigation):
- 3:47 PM Changeset in webkit [15812] by
-
- 3 edits in S60/trunk/WebCore
2006-08-07 yadavall <sriram.yadavalli@nokia.com>
Reviewed by Zalan Bujtas
WARNING: NO TEST CASES ADDED OR CHANGED
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=10195
- kwq/KWQPainter.cpp: (QPainter::xForm): (QPainter::drawFocusRing):
- kwq/KWQPainter.h:
- 3:31 PM Changeset in webkit [15811] by
-
- 3 edits in S60/trunk/WebKit
2006-08-05 spaltis <Stanislav.Paltis@nokia.com>
Reviewed by Yongjun.
Unfinished download should be visible in the download list,
before connection is established.
- ResourceLoader/inc/HttpDownloadObserver.h:
- ResourceLoader/src/HttpDownloadObserver.cpp: (CHttpDownloadObserver::~CHttpDownloadObserver): (CHttpDownloadObserver::ConstructL): (CHttpDownloadObserver::DlMgrInitCB): (CHttpDownloadObserver::InitDownloadMgrL): (CHttpDownloadObserver::HandleDMgrEventL): (CHttpDownloadObserver::HandleDMgrCompletedEventL):
Aug 6, 2006:
- 11:10 PM Changeset in webkit [15810] by
-
- 5 edits in trunk
Fixing the build for the newer Bison and our new use of -Wundef. Turns off -Wundef for WebKit because <CoreGraphics/CGBase.h> causes a warning we can't fix. We can turn it back on once this radar is fixed: <rdar://problem/4669823> CGBase.h fails to build with -Wundef enabled.