Timeline
Nov 27, 2005:
- 10:21 PM Changeset in webkit [11309] by
-
- 2 edits in trunk/WebKitTools
Reviewed and committed by Maciej.
- fixed cvs-create-patch --include produces incorrect paths (http://bugzilla.opendarwin.org/show_bug.cgi?id=5846)
- Scripts/cvs-create-patch: produce proper paths for new files.
- 8:37 PM Changeset in webkit [11308] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Darin. Committed by Maciej.
- test case for Bidi algorithm: AN after L has incorrect resolved level (http://bugzilla.opendarwin.org/show_bug.cgi?id=5573)
- fast/text/international/bidi-AN-after-L-expected.txt: Added.
- fast/text/international/bidi-AN-after-L.html: Added.
WebCore:
Reviewed by Darin. Committed by Maciej.
- fixed Bidi algorithm: AN after L has incorrect resolved level (http://bugzilla.opendarwin.org/show_bug.cgi?id=5573)
- khtml/rendering/bidi.cpp: (khtml::RenderBlock::bidiReorderLine):
- 2:53 PM Changeset in webkit [11307] by
-
- 1 edit4 adds in trunk/LayoutTests
Bug #: 5172
Submitted by: mitz
Reviewed by: hyatt
Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5172
- fast/text/international/bidi-layout-across-linebreak-expected.checksum: Added.
- fast/text/international/bidi-layout-across-linebreak-expected.png: Added.
- fast/text/international/bidi-layout-across-linebreak-expected.txt: Added.
- fast/text/international/bidi-layout-across-linebreak.html: Added.
- 2:52 PM Changeset in webkit [11306] by
-
- 6 edits in trunk/WebCore
Bug #: 5172
Submitted by: mitz
Reviewed by: hyatt
One test case added:
fast/text/international/bidi-layout-across-linebreak.html
Fix for: http://bugzilla.opendarwin.org/show_bug.cgi?id=5172
- khtml/rendering/bidi.cpp: (khtml::BidiState::BidiState): (khtml::operator==): (khtml::operator!=): (khtml::BidiIterator::increment): (khtml::appendRunsForObject): (khtml::appendRun): (khtml::embed): (khtml::RenderBlock::computeHorizontalPositionsForLine): (khtml::RenderBlock::computeVerticalPositionsForLine): (khtml::RenderBlock::bidiReorderLine): (khtml::buildCompactRuns): (khtml::RenderBlock::layoutInlineChildren): (khtml::RenderBlock::determineStartPosition): (khtml::RenderBlock::determineEndPosition): (khtml::RenderBlock::matchedEndLine): (khtml::RenderBlock::findNextLineBreak):
- khtml/rendering/bidi.h: (khtml::BidiStatus::BidiStatus):
- khtml/rendering/render_block.h:
- khtml/rendering/render_line.cpp: (khtml::RootInlineBox::childRemoved): (khtml::RootInlineBox::setLineBreakInfo):
- khtml/rendering/render_line.h: (khtml::RootInlineBox::RootInlineBox): (khtml::RootInlineBox::lineBreakBidiStatus): (khtml::RootInlineBox::lineBreakBidiContext):
- 3:02 AM Changeset in webkit [11305] by
-
- 42 edits in trunk/WebCore
Bug #: 5839
Submitted by: eseidel
Reviewed by: mjs
No additional test cases necessary, fixes text dumps for all tests.
Fixes included in this patch:
- Closes all known leaks in WebKit+SVG
- adds static KRenderingDevice *QPainter::renderingDevice()
- removes RenderCanvas::renderingDevice()
- removed RenderCanvas usage from KCanvasRenderingStyle Bug: http://bugzilla.opendarwin.org/show_bug.cgi?id=5839
- kcanvas/KCanvasItem.cpp: (RenderPath::RenderPath): remove canvas from KCanvasRenderingStyle (RenderPath::~RenderPath): use QPainter::renderingDevice() (RenderPath::fillContains): remove unnecessary code. (RenderPath::strokeContains): remove unnecessary code. (RenderPath::relativeBBox): remove unnecessary code. (RenderPath::setupForDraw): remove unnecessary code. (RenderPath::changePath): added ASSERT
- kcanvas/KCanvasTreeDebug.cpp: (operator<<): print absolute bbox instead of relative
- (getTagName): removed KSVG
-
(writeRenderResources): added
- kcanvas/KCanvasTreeDebug.h: added writeRenderResources
- kcanvas/device/KRenderingPaintServerGradient.cpp: (operator<<): style update
- kcanvas/device/quartz/KCanvasFilterQuartz.mm: (KCanvasFilterQuartz::applyFilter): delete filter context
- kcanvas/device/quartz/KCanvasItemQuartz.mm: (KCanvasItemQuartz::paint): only push context if necessary
- kcanvas/device/quartz/KCanvasResourcesQuartz.mm: (KCanvasContainerQuartz::paint): only push context if necessary
- kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm: (drawShadingWithStyle): use QPainter
- kcanvas/device/quartz/KRenderingPaintServerQuartz.mm: (KRenderingPaintServerSolidQuartz::draw): spacing cleanup
- khtml/rendering/render_canvas.cpp: remove renderingDevice() (RenderCanvas::RenderCanvas): remove m_renderingDevice (RenderCanvas::~RenderCanvas): remove m_renderingDevice
- khtml/rendering/render_canvas.h:
- khtml/rendering/render_style.cpp: (RenderStyle::~RenderStyle): delete SVGRenderStyle
- ksvg2/css/SVGRenderStyle.cpp: (SVGRenderStyle::~SVGRenderStyle): added
- ksvg2/misc/KCanvasRenderingStyle.cpp: (KCanvasRenderingStyle::KCanvasRenderingStyle): remove canvas arg (KCanvasRenderingStyle::updateFill): use QPainter (KCanvasRenderingStyle::updateStroke): use QPainter
- ksvg2/misc/KCanvasRenderingStyle.h:
- ksvg2/svg/SVGAElementImpl.cpp: (SVGAElementImpl::createRenderer): use QPainter
- ksvg2/svg/SVGClipPathElementImpl.cpp: (SVGClipPathElementImpl::~SVGClipPathElementImpl): delete resource (SVGClipPathElementImpl::canvasResource): use QPainter
- ksvg2/svg/SVGFEBlendElementImpl.cpp: (SVGFEBlendElementImpl::~SVGFEBlendElementImpl): delete resource (SVGFEBlendElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEColorMatrixElementImpl.cpp: (SVGFEColorMatrixElementImpl::~SVGFEColorMatrixElementImpl): (SVGFEColorMatrixElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEComponentTransferElementImpl.cpp: (SVGFEComponentTransferElementImpl::~SVGFEComponentTransferElementImpl): (SVGFEComponentTransferElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFECompositeElementImpl.cpp: (SVGFECompositeElementImpl::~SVGFECompositeElementImpl): delete rsc (SVGFECompositeElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEFloodElementImpl.cpp: (SVGFEFloodElementImpl::~SVGFEFloodElementImpl): delete resource (SVGFEFloodElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEGaussianBlurElementImpl.cpp: (SVGFEGaussianBlurElementImpl::~SVGFEGaussianBlurElementImpl): (SVGFEGaussianBlurElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEImageElementImpl.cpp: (SVGFEImageElementImpl::~SVGFEImageElementImpl): delete resource (SVGFEImageElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEMergeElementImpl.cpp: (SVGFEMergeElementImpl::~SVGFEMergeElementImpl): delete resource (SVGFEMergeElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFEOffsetElementImpl.cpp: (SVGFEOffsetElementImpl::~SVGFEOffsetElementImpl): delete resource (SVGFEOffsetElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFETileElementImpl.cpp: (SVGFETileElementImpl::~SVGFETileElementImpl): delete resource (SVGFETileElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFETurbulenceElementImpl.cpp: (SVGFETurbulenceElementImpl::~SVGFETurbulenceElementImpl): (SVGFETurbulenceElementImpl::filterEffect): use QPainter
- ksvg2/svg/SVGFilterElementImpl.cpp: (SVGFilterElementImpl::~SVGFilterElementImpl): delete resource (SVGFilterElementImpl::canvasResource): use QPainter
- ksvg2/svg/SVGGElementImpl.cpp: (SVGGElementImpl::createRenderer): use QPainter
- ksvg2/svg/SVGGradientElementImpl.cpp: (SVGGradientElementImpl::~SVGGradientElementImpl): delete resource (SVGGradientElementImpl::canvasResource): use QPainter (SVGGradientElementImpl::rebuildStops): deref style
- ksvg2/svg/SVGImageElementImpl.cpp: (SVGImageElementImpl::createRenderer): use QPainter (SVGImageElementImpl::notifyFinished): use QPainter
- ksvg2/svg/SVGMarkerElementImpl.cpp: (SVGMarkerElementImpl::~SVGMarkerElementImpl): delete resource (SVGMarkerElementImpl::canvasResource): use QPainter (SVGMarkerElementImpl::createRenderer): use QPainter
- ksvg2/svg/SVGPatternElementImpl.cpp: (SVGPatternElementImpl::~SVGPatternElementImpl): delete resource (SVGPatternElementImpl::drawPatternContentIntoTile): use QPainter (SVGPatternElementImpl::createRenderer): use QPainter (SVGPatternElementImpl::canvasResource): use QPainter
- ksvg2/svg/SVGSVGElementImpl.cpp: (SVGSVGElementImpl::createRenderer): use QPainter
- ksvg2/svg/SVGStyledElementImpl.cpp: (SVGStyledElementImpl::createRenderer): use QPainter (SVGStyledElementImpl::updateCanvasItem): use QPainter (SVGStyledElementImpl::pushAttributeContext): use QPainter
- ksvg2/svg/SVGSwitchElementImpl.cpp: (SVGSwitchElementImpl::createRenderer): use QPainter
- ksvg2/svg/SVGUseElementImpl.cpp: (SVGUseElementImpl::createRenderer): use QPainter
- kwq/KWQPainter.h:
- kwq/KWQPainter.mm: (QPainter::renderingDevice): added
- kwq/KWQRenderTreeDebug.cpp: (externalRepresentation): call writeRenderResources
Nov 26, 2005:
- 11:54 PM Changeset in webkit [11304] by
-
- 29 edits in trunk
Rubber stamped by Eric.
- renamed InterpreterLock to JSLock
- bindings/NP_jsobject.cpp: (_NPN_Invoke): (_NPN_Evaluate): (_NPN_GetProperty): (_NPN_SetProperty): (_NPN_RemoveProperty): (_NPN_HasProperty): (_NPN_HasMethod): (_NPN_SetException):
- bindings/jni/jni_jsobject.cpp: (JSObject::call): (JSObject::eval): (JSObject::getMember): (JSObject::setMember): (JSObject::removeMember): (JSObject::getSlot): (JSObject::setSlot): (JSObject::toString): (JSObject::convertJObjectToValue):
- bindings/objc/WebScriptObject.mm: (-[WebScriptObject callWebScriptMethod:withArguments:]): (-[WebScriptObject evaluateWebScript:]): (-[WebScriptObject setValue:forKey:]): (-[WebScriptObject valueForKey:]): (-[WebScriptObject removeWebScriptKey:]): (-[WebScriptObject stringRepresentation]): (-[WebScriptObject webScriptValueAtIndex:]): (-[WebScriptObject setWebScriptValueAtIndex:value:]): (+[WebScriptObject _convertValueToObjcValue:originExecutionContext:executionContext:]):
- bindings/runtime.cpp: (Instance::createRuntimeObject):
- bindings/runtime_root.cpp: (KJS::Bindings::addNativeReference): (KJS::Bindings::removeNativeReference): (RootObject::removeAllNativeReferences):
- bindings/runtime_root.h: (KJS::Bindings::RootObject::~RootObject): (KJS::Bindings::RootObject::setRootObjectImp):
- bindings/testbindings.cpp: (main):
- bindings/testbindings.mm: (main):
- kjs/JSLock.cpp: (KJS::initializeJSLock): (KJS::JSLock::lock): (KJS::JSLock::unlock): (KJS::JSLock::lockCount): (KJS::JSLock::DropAllLocks::DropAllLocks): (KJS::JSLock::DropAllLocks::~DropAllLocks):
- kjs/JSLock.h: (KJS::JSLock::JSLock): (KJS::JSLock::~JSLock):
- kjs/collector.cpp: (KJS::Collector::allocate): (KJS::Collector::collect):
- kjs/internal.cpp: (KJS::InterpreterImp::InterpreterImp): (KJS::InterpreterImp::clear): (KJS::InterpreterImp::checkSyntax): (KJS::InterpreterImp::evaluate):
- kjs/interpreter.cpp: (Interpreter::evaluate):
- kjs/protect.h: (KJS::::ProtectedPtr): (KJS::::~ProtectedPtr): (KJS::::operator):
- kjs/protected_reference.h: (KJS::ProtectedReference::ProtectedReference): (KJS::ProtectedReference::~ProtectedReference): (KJS::ProtectedReference::operator=):
- kjs/protected_values.cpp: (KJS::ProtectedValues::getProtectCount): (KJS::ProtectedValues::increaseProtectCount): (KJS::ProtectedValues::decreaseProtectCount):
- kjs/testkjs.cpp: (TestFunctionImp::callAsFunction): (main):
WebCore:
Rubber stamped by Eric.
- renamed InterpreterLock to JSLock
- khtml/ecma/kjs_events.cpp: (KJS::JSAbstractEventListener::handleEvent): (KJS::JSLazyEventListener::parseCode): (KJS::getDOMEvent):
- khtml/ecma/kjs_proxy.cpp: (KJSProxyImpl::~KJSProxyImpl): (KJSProxyImpl::evaluate): (KJSProxyImpl::createHTMLEventHandler): (KJSProxyImpl::initScript):
- khtml/ecma/kjs_traversal.cpp: (KJS::JSNodeFilterCondition::acceptNode):
- khtml/ecma/kjs_window.cpp: (KJS::Window::clear): (KJS::ScheduledAction::execute):
- khtml/ecma/xmlhttprequest.cpp: (KJS::XMLHttpRequest::send): (KJS::XMLHttpRequest::abort): (KJS::XMLHttpRequest::slotFinished):
- kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::bindingRootObject): (KWQKHTMLPart::windowScriptObject): (KWQKHTMLPart::saveLocationProperties): (KWQKHTMLPart::restoreLocationProperties): (KWQKHTMLPart::openURLFromPageCache): (KWQKHTMLPart::cleanupPluginRootObjects):
- kwq/KWQPageState.mm: (-[KWQPageState clear]):
- kwq/WebCoreBridge.mm: (-[WebCoreBridge saveDocumentToPageCache]):
- kwq/WebCoreJavaScript.mm: (+[WebCoreJavaScript rootObjectClasses]): (+[WebCoreJavaScript garbageCollect]):
- kwq/WebCoreScriptDebugger.mm: (-[WebCoreScriptCallFrame evaluateWebScript:]):
- 10:36 PM Changeset in webkit [11303] by
-
- 2 edits in trunk/WebKit
Bug #: 5230
Submitted by: ap
Reviewed by: mjs
Reviewed by mjs. Committed by eseidel.
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5230
"characterIndexForPoint: not yet implemented"
- WebView.subproj/WebHTMLView.m: (-[WebHTMLView characterIndexForPoint:]): (-[WebHTMLView firstRectForCharacterRange:]):
- 7:10 PM Changeset in webkit [12216] by
-
- 5 edits in trunk/JavaScriptGlue
Rubber stamped by Eric.
- renamed InterpreterLock to JSLock
- JSUtils.cpp: (CFStringToUString): (JSObjectKJSValue): (KJSValueToCFTypeInternal):
- JSValueWrapper.cpp: (JSValueWrapper::JSObjectCopyPropertyNames): (JSValueWrapper::JSObjectCopyProperty): (JSValueWrapper::JSObjectSetProperty): (JSValueWrapper::JSObjectCallFunction): (JSValueWrapper::JSObjectCopyCFValue):
- JavaScriptGlue.cpp: (JSRunCreate): (JSCollect): (JSLockInterpreter): (JSUnlockInterpreter):
- UserObjectImp.cpp: (UserObjectImp::callAsFunction):
- 6:26 PM Changeset in webkit [11302] by
-
- 2 edits in trunk/WebCore
Bug #: 5548
Submitted by: ap
Reviewed by: darin
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5548
Allow <meta> to override encoding.
- khtml/misc/decoder.cpp: (Decoder::decode):
- 6:23 PM Changeset in webkit [11301] by
-
- 1 edit6 adds in trunk/LayoutTests
Bug #: 5548
Submitted by: ap
Reviewed by: darin
Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5548
- fast/encoding/charset-unicode-expected.txt: Added.
- fast/encoding/charset-unicode.html: Added.
- fast/encoding/charset-utf16-expected.txt: Added.
- fast/encoding/charset-utf16.html: Added.
- fast/encoding/xml-charset-utf16-expected.txt: Added.
- fast/encoding/xml-charset-utf16.html: Added.
- 6:20 PM Changeset in webkit [11300] by
-
- 1 edit2 adds in trunk/LayoutTests
Bug #: 5710
Submitted by: mitz
Reviewed by: ggaren
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5710
item(i) should return the same result as [i]
- fast/js/array-special-accessors-should-ignore-items-expected.txt: Added.
- fast/js/array-special-accessors-should-ignore-items.html: Added.
- 6:06 PM Changeset in webkit [11299] by
-
- 2 edits in trunk/WebCore
Bug #: 5710
Submitted by: mitz
Reviewed by: ggaren
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5710
item(i) should work like item[i]
- khtml/ecma/kjs_dom.cpp: (KJS::DOMNodeProtoFunc::callAsFunction):
- 5:50 PM Changeset in webkit [11298] by
-
- 3 edits in trunk/WebCore
Bug #: 5230
Submitted by: ap
Reviewed by: mjs
Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=5230
"characterIndexForPoint: not yet implemented"
- kwq/WebCoreBridge.h:
- kwq/WebCoreBridge.mm: (-[WebCoreBridge firstRectForDOMRange:]): (-[WebCoreBridge convertNSRangeToDOMRange:]): (-[WebCoreBridge convertDOMRangeToNSRange:]): (-[WebCoreBridge characterRangeAtPoint:]):
- 5:46 PM Changeset in webkit [11297] by
-
- 1 edit2 adds in trunk/LayoutTests
Bug #: 5230
Submitted by: ap
Reviewed by: mjs
Test cases for http://bugzilla.opendarwin.org/show_bug.cgi?id=5230
- fast/dom/character-index-for-point-expected.txt: Added.
- fast/dom/character-index-for-point.html: Added.
- 5:28 PM Changeset in webkit [11296] by
-
- 4 edits in trunk/JavaScriptCore
Bug #: 5687
Submitted by: darin
Reviewed by: eseidel
Inline ScopeChain functions for speed.
http://bugzilla.opendarwin.org/show_bug.cgi?id=5687
- kjs/object.h: (KJS::ScopeChain::mark):
- kjs/scope_chain.cpp:
- kjs/scope_chain.h: (KJS::ScopeChain::ref): (KJS::ScopeChain::operator=): (KJS::ScopeChain::bottom): (KJS::ScopeChain::push): (KJS::ScopeChain::pop):
- 5:10 PM Changeset in webkit [11295] by
-
- 2 edits in trunk/WebCore
Bug #: 5822
Submitted by: mitz
Reviewed by: darin
- khtml/rendering/render_table.cpp: <col>, <colgroup> <caption> fix http://bugzilla.opendarwin.org/show_bug.cgi?id=5822
- 5:06 PM Changeset in webkit [11294] by
-
- 1 edit in trunk/WebCore/ChangeLog-2005-12-19
Bug #: 5829
Submitted by: mitz
Reviewed by: darin
- khtml/rendering/render_table.cpp: <col>, <colgroup> <caption> fix http://bugzilla.opendarwin.org/show_bug.cgi?id=5829
- 5:02 PM Changeset in webkit [11293] by
-
- 1 edit4 adds in trunk/LayoutTests
Bug #: 5822
Submitted by: mitz
Reviewed by: darin
<col> <colgroup> tests from mitz.
http://bugzilla.opendarwin.org/show_bug.cgi?id=5822
- fast/table/colgroup-preceded-by-caption-expected.checksum: Added.
- fast/table/colgroup-preceded-by-caption-expected.png: Added.
- fast/table/colgroup-preceded-by-caption-expected.txt: Added.
- fast/table/colgroup-preceded-by-caption.html: Added.
- 2:35 PM Changeset in webkit [11292] by
-
- 33 edits in trunk/WebCore
Bug #: 5810
Submitted by: eseidel
Reviewed by: mjs
Fix support for <switch>:
(by fixing isValid and adding childShouldCreateRenderer)
Added remedial on* event support.
Added basic <script> processing support.
http://bugzilla.opendarwin.org/show_bug.cgi?id=5810
- kcanvas/device/quartz/KCanvasItemQuartz.mm: (KCanvasItemQuartz::paint):
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::implicitClose):
- khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImpl::createRendererIfNeeded):
- khtml/xml/dom_nodeimpl.h: (DOM::NodeImpl::childShouldCreateRenderer):
- khtml/xml/xml_tokenizer.cpp: (khtml::XMLTokenizer::finish): (khtml::XMLTokenizer::addScripts): (khtml::xmlDocPtrForString):
- ksvg2/svg/SVGAElementImpl.h: (KSVG::SVGAElementImpl::isValid): (KSVG::SVGAElementImpl::rendererIsNeeded):
- ksvg2/svg/SVGAnimationElementImpl.h: (KSVG::SVGAnimationElementImpl::isValid):
- ksvg2/svg/SVGCircleElementImpl.h: (KSVG::SVGCircleElementImpl::isValid):
- ksvg2/svg/SVGClipPathElementImpl.h: (KSVG::SVGClipPathElementImpl::isValid):
- ksvg2/svg/SVGCursorElementImpl.h: (KSVG::SVGCursorElementImpl::isValid):
- ksvg2/svg/SVGDefsElementImpl.h: (KSVG::SVGDefsElementImpl::isValid):
- ksvg2/svg/SVGElementImpl.cpp: (SVGElementImpl::parseMappedAttribute):
- ksvg2/svg/SVGEllipseElementImpl.h: (KSVG::SVGEllipseElementImpl::isValid):
- ksvg2/svg/SVGGElementImpl.h: (KSVG::SVGGElementImpl::isValid):
- ksvg2/svg/SVGImageElementImpl.h: (KSVG::SVGImageElementImpl::isValid):
- ksvg2/svg/SVGLineElementImpl.h: (KSVG::SVGLineElementImpl::isValid):
- ksvg2/svg/SVGLocatableImpl.cpp: (SVGLocatableImpl::nearestViewportElement): (SVGLocatableImpl::farthestViewportElement):
- ksvg2/svg/SVGPathElementImpl.h: (KSVG::SVGPathElementImpl::isValid):
- ksvg2/svg/SVGPatternElementImpl.cpp: (SVGPatternElementImpl::drawPatternContentIntoTile):
- ksvg2/svg/SVGPatternElementImpl.h: (KSVG::SVGPatternElementImpl::isValid):
- ksvg2/svg/SVGPolyElementImpl.h: (KSVG::SVGPolyElementImpl::isValid):
- ksvg2/svg/SVGRectElementImpl.h: (KSVG::SVGRectElementImpl::isValid):
- ksvg2/svg/SVGSVGElementImpl.cpp: (SVGSVGElementImpl::parseMappedAttribute):
- ksvg2/svg/SVGSVGElementImpl.h: (KSVG::SVGSVGElementImpl::isValid):
- ksvg2/svg/SVGStyledElementImpl.cpp: (SVGStyledElementImpl::updateCanvasItem):
- ksvg2/svg/SVGStyledElementImpl.h:
- ksvg2/svg/SVGSwitchElementImpl.cpp: (SVGSwitchElementImpl::childShouldCreateRenderer):
- ksvg2/svg/SVGSwitchElementImpl.h: (KSVG::SVGSwitchElementImpl::isValid):
- ksvg2/svg/SVGSymbolElementImpl.h: (KSVG::SVGSymbolElementImpl::shouldAttachChild):
- ksvg2/svg/SVGTestsImpl.cpp: (SVGTestsImpl::parseMappedAttribute):
- ksvg2/svg/SVGTextContentElementImpl.h: (KSVG::SVGTextContentElementImpl::isValid):
- ksvg2/svg/SVGUseElementImpl.h: (KSVG::SVGUseElementImpl::isValid):
- 2:27 PM Changeset in webkit [11291] by
-
- 10 edits in trunk/WebCore
Bug #: 5810
Submitted by: eseidel
Reviewed by: mjs
No additional test cases needed, this fixes 5 existing tests.
This patch fixes feImage (to scale and flip).
Also fixes feColorMatrix (previously inadvertently disabled)
Fixes <svg> in <svg> (sub-elements establishing viewports)
Fixes clip-rule, by fixing style resolution on <clipPath> children
- WebCore.xcodeproj/project.pbxproj: removed svgattr.[ch]
- kcanvas/device/quartz/KCanvasFilterQuartz.mm: (KCanvasFEFloodQuartz::getCIFilter): respect subregion (KCanvasFEImageQuartz::getCIFilter): respect subregion, scale, flip
- kcanvas/device/quartz/KCanvasResourcesQuartz.mm: (CGPathFromKCPathDataList): style/spacing update (KCanvasContainerQuartz::paint): handle viewport, singular filters
- khtml/rendering/render_object.cpp: (RenderObject::absoluteTransform): use QMatrix operator *
- ksvg2/scripts/make_names.pl: allow FEColorMatrixElementImpl
- ksvg2/svg/SVGClipPathElementImpl.cpp: (SVGClipPathElementImpl::canvasResource): resolve style manually
- ksvg2/svg/SVGFEColorMatrixElementImpl.cpp: (SVGFEColorMatrixElementImpl::filterEffect): spacing fix
- kwq/KWQWMatrix.h:
- kwq/KWQWMatrix.mm: (QWMatrix::operator* ): added
- 2:19 PM Changeset in webkit [11290] by
-
- 106 edits in trunk/WebCore
Bug #: 5825
Submitted by: eseidel
Reviewed by: darin
Removed all usage of ref(), deref() from ksvg2
Instead everything uses SharedPtr now.
Also updated lazy_create to be SharedPtr aware.
And removed KDOM_SAFE_SET.
No additional test cases needed.
- WebCore+SVG/KDOMStubClasses.h:
- ksvg2/events/SVGZoomEventImpl.cpp: (SVGZoomEventImpl::SVGZoomEventImpl): (SVGZoomEventImpl::~SVGZoomEventImpl): (SVGZoomEventImpl::zoomRectScreen): (SVGZoomEventImpl::previousTranslate): (SVGZoomEventImpl::newTranslate):
- ksvg2/events/SVGZoomEventImpl.h:
- ksvg2/misc/KSVGTimeScheduler.cpp: (KSVG::SVGTimer::notifyAll):
- ksvg2/svg/SVGAElementImpl.cpp: (SVGAElementImpl::SVGAElementImpl): (SVGAElementImpl::~SVGAElementImpl):
- ksvg2/svg/SVGAElementImpl.h:
- ksvg2/svg/SVGAnimateColorElementImpl.cpp: (SVGAnimateColorElementImpl::SVGAnimateColorElementImpl): (SVGAnimateColorElementImpl::~SVGAnimateColorElementImpl): (SVGAnimateColorElementImpl::handleTimerEvent):
- ksvg2/svg/SVGAnimateColorElementImpl.h:
- ksvg2/svg/SVGAnimateTransformElementImpl.cpp: (SVGAnimateTransformElementImpl::parseTransformValue):
- ksvg2/svg/SVGAnimateTransformElementImpl.h:
- ksvg2/svg/SVGAnimatedTemplate.h: (KSVG::SVGAnimatedTemplate::~SVGAnimatedTemplate): (KSVG::SVGAnimatedTemplate::baseVal): (KSVG::SVGAnimatedTemplate::setBaseVal): (KSVG::SVGAnimatedTemplate::animVal): (KSVG::SVGAnimatedTemplate::setAnimVal): (KSVG::SVGAnimatedTemplate::SVGAnimatedTemplate):
- ksvg2/svg/SVGAnimationElementImpl.cpp: (SVGAnimationElementImpl::SVGAnimationElementImpl): (SVGAnimationElementImpl::~SVGAnimationElementImpl): (SVGAnimationElementImpl::parseMappedAttribute):
- ksvg2/svg/SVGAnimationElementImpl.h:
- ksvg2/svg/SVGCircleElementImpl.cpp: (SVGCircleElementImpl::SVGCircleElementImpl): (SVGCircleElementImpl::~SVGCircleElementImpl):
- ksvg2/svg/SVGCircleElementImpl.h:
- ksvg2/svg/SVGClipPathElementImpl.cpp: (SVGClipPathElementImpl::SVGClipPathElementImpl): (SVGClipPathElementImpl::~SVGClipPathElementImpl): (SVGClipPathElementImpl::clipPathUnits):
- ksvg2/svg/SVGClipPathElementImpl.h:
- ksvg2/svg/SVGColorImpl.cpp: (SVGColorImpl::SVGColorImpl): (SVGColorImpl::~SVGColorImpl): (SVGColorImpl::setRGBColor):
- ksvg2/svg/SVGColorImpl.h:
- ksvg2/svg/SVGComponentTransferFunctionElementImpl.cpp: (SVGComponentTransferFunctionElementImpl::SVGComponentTransferFunctionElementImpl): (SVGComponentTransferFunctionElementImpl::~SVGComponentTransferFunctionElementImpl):
- ksvg2/svg/SVGComponentTransferFunctionElementImpl.h:
- ksvg2/svg/SVGCursorElementImpl.cpp: (SVGCursorElementImpl::SVGCursorElementImpl): (SVGCursorElementImpl::~SVGCursorElementImpl):
- ksvg2/svg/SVGCursorElementImpl.h:
- ksvg2/svg/SVGDocumentImpl.cpp: (SVGDocumentImpl::SVGDocumentImpl):
- ksvg2/svg/SVGDocumentImpl.h:
- ksvg2/svg/SVGElementImpl.cpp: (SVGElementImpl::parseMappedAttribute):
- ksvg2/svg/SVGElementImpl.h:
- ksvg2/svg/SVGEllipseElementImpl.cpp: (KSVG::SVGEllipseElementImpl::SVGEllipseElementImpl): (KSVG::SVGEllipseElementImpl::~SVGEllipseElementImpl):
- ksvg2/svg/SVGEllipseElementImpl.h:
- ksvg2/svg/SVGExternalResourcesRequiredImpl.cpp: (SVGExternalResourcesRequiredImpl::SVGExternalResourcesRequiredImpl): (SVGExternalResourcesRequiredImpl::~SVGExternalResourcesRequiredImpl):
- ksvg2/svg/SVGExternalResourcesRequiredImpl.h:
- ksvg2/svg/SVGFEBlendElementImpl.cpp: (SVGFEBlendElementImpl::SVGFEBlendElementImpl): (SVGFEBlendElementImpl::~SVGFEBlendElementImpl):
- ksvg2/svg/SVGFEBlendElementImpl.h:
- ksvg2/svg/SVGFEColorMatrixElementImpl.cpp: (SVGFEColorMatrixElementImpl::SVGFEColorMatrixElementImpl): (SVGFEColorMatrixElementImpl::~SVGFEColorMatrixElementImpl):
- ksvg2/svg/SVGFEColorMatrixElementImpl.h:
- ksvg2/svg/SVGFEComponentTransferElementImpl.cpp: (SVGFEComponentTransferElementImpl::SVGFEComponentTransferElementImpl): (SVGFEComponentTransferElementImpl::~SVGFEComponentTransferElementImpl):
- ksvg2/svg/SVGFEComponentTransferElementImpl.h:
- ksvg2/svg/SVGFECompositeElementImpl.cpp: (SVGFECompositeElementImpl::SVGFECompositeElementImpl): (SVGFECompositeElementImpl::~SVGFECompositeElementImpl):
- ksvg2/svg/SVGFECompositeElementImpl.h:
- ksvg2/svg/SVGFEFloodElementImpl.cpp: (SVGFEFloodElementImpl::SVGFEFloodElementImpl): (SVGFEFloodElementImpl::~SVGFEFloodElementImpl):
- ksvg2/svg/SVGFEFloodElementImpl.h:
- ksvg2/svg/SVGFEGaussianBlurElementImpl.cpp: (SVGFEGaussianBlurElementImpl::SVGFEGaussianBlurElementImpl): (SVGFEGaussianBlurElementImpl::~SVGFEGaussianBlurElementImpl):
- ksvg2/svg/SVGFEGaussianBlurElementImpl.h:
- ksvg2/svg/SVGFEImageElementImpl.cpp: (SVGFEImageElementImpl::SVGFEImageElementImpl): (SVGFEImageElementImpl::~SVGFEImageElementImpl):
- ksvg2/svg/SVGFEImageElementImpl.h:
- ksvg2/svg/SVGFEMergeNodeElementImpl.cpp: (SVGFEMergeNodeElementImpl::SVGFEMergeNodeElementImpl): (SVGFEMergeNodeElementImpl::~SVGFEMergeNodeElementImpl):
- ksvg2/svg/SVGFEMergeNodeElementImpl.h:
- ksvg2/svg/SVGFEOffsetElementImpl.cpp: (SVGFEOffsetElementImpl::SVGFEOffsetElementImpl): (SVGFEOffsetElementImpl::~SVGFEOffsetElementImpl):
- ksvg2/svg/SVGFEOffsetElementImpl.h:
- ksvg2/svg/SVGFETileElementImpl.cpp: (SVGFETileElementImpl::SVGFETileElementImpl): (SVGFETileElementImpl::~SVGFETileElementImpl):
- ksvg2/svg/SVGFETileElementImpl.h:
- ksvg2/svg/SVGFETurbulenceElementImpl.cpp: (SVGFETurbulenceElementImpl::SVGFETurbulenceElementImpl): (SVGFETurbulenceElementImpl::~SVGFETurbulenceElementImpl):
- ksvg2/svg/SVGFETurbulenceElementImpl.h:
- ksvg2/svg/SVGFilterElementImpl.cpp: (SVGFilterElementImpl::SVGFilterElementImpl): (SVGFilterElementImpl::~SVGFilterElementImpl): (SVGFilterElementImpl::filterUnits): (SVGFilterElementImpl::primitiveUnits): (SVGFilterElementImpl::x): (SVGFilterElementImpl::y): (SVGFilterElementImpl::width): (SVGFilterElementImpl::height):
- ksvg2/svg/SVGFilterElementImpl.h:
- ksvg2/svg/SVGFilterPrimitiveStandardAttributesImpl.cpp: (SVGFilterPrimitiveStandardAttributesImpl::SVGFilterPrimitiveStandardAttributesImpl): (SVGFilterPrimitiveStandardAttributesImpl::~SVGFilterPrimitiveStandardAttributesImpl): (SVGFilterPrimitiveStandardAttributesImpl::width): (SVGFilterPrimitiveStandardAttributesImpl::height):
- ksvg2/svg/SVGFilterPrimitiveStandardAttributesImpl.h:
- ksvg2/svg/SVGGradientElementImpl.cpp: (SVGGradientElementImpl::SVGGradientElementImpl): (SVGGradientElementImpl::~SVGGradientElementImpl): (SVGGradientElementImpl::gradientUnits):
- ksvg2/svg/SVGGradientElementImpl.h:
- ksvg2/svg/SVGHelper.h: (KSVG::lazy_create):
- ksvg2/svg/SVGImageElementImpl.cpp: (SVGImageElementImpl::SVGImageElementImpl): (SVGImageElementImpl::~SVGImageElementImpl):
- ksvg2/svg/SVGImageElementImpl.h:
- ksvg2/svg/SVGLineElementImpl.cpp: (SVGLineElementImpl::SVGLineElementImpl): (SVGLineElementImpl::~SVGLineElementImpl):
- ksvg2/svg/SVGLineElementImpl.h:
- ksvg2/svg/SVGLinearGradientElementImpl.cpp: (SVGLinearGradientElementImpl::SVGLinearGradientElementImpl): (SVGLinearGradientElementImpl::~SVGLinearGradientElementImpl): (SVGLinearGradientElementImpl::x2):
- ksvg2/svg/SVGLinearGradientElementImpl.h:
- ksvg2/svg/SVGMarkerElementImpl.cpp: (SVGMarkerElementImpl::SVGMarkerElementImpl): (SVGMarkerElementImpl::~SVGMarkerElementImpl): (SVGMarkerElementImpl::markerUnits):
- ksvg2/svg/SVGMarkerElementImpl.h:
- ksvg2/svg/SVGPaintImpl.cpp: (SVGPaintImpl::SVGPaintImpl): (SVGPaintImpl::~SVGPaintImpl): (SVGPaintImpl::uri): (SVGPaintImpl::setUri): (SVGPaintImpl::cssText):
- ksvg2/svg/SVGPaintImpl.h:
- ksvg2/svg/SVGPathElementImpl.cpp: (KSVG::SVGPathElementImpl::SVGPathElementImpl): (KSVG::SVGPathElementImpl::~SVGPathElementImpl): (KSVG::SVGPathElementImpl::pathLength):
- ksvg2/svg/SVGPathElementImpl.h:
- ksvg2/svg/SVGPatternElementImpl.cpp: (SVGPatternElementImpl::SVGPatternElementImpl): (SVGPatternElementImpl::~SVGPatternElementImpl): (SVGPatternElementImpl::patternUnits): (SVGPatternElementImpl::patternContentUnits): (SVGPatternElementImpl::getCTM):
- ksvg2/svg/SVGPatternElementImpl.h:
- ksvg2/svg/SVGPolyElementImpl.cpp: (SVGPolyElementImpl::SVGPolyElementImpl): (SVGPolyElementImpl::~SVGPolyElementImpl):
- ksvg2/svg/SVGPolyElementImpl.h:
- ksvg2/svg/SVGRadialGradientElementImpl.cpp: (SVGRadialGradientElementImpl::SVGRadialGradientElementImpl): (SVGRadialGradientElementImpl::~SVGRadialGradientElementImpl): (SVGRadialGradientElementImpl::cx): (SVGRadialGradientElementImpl::cy): (SVGRadialGradientElementImpl::r):
- ksvg2/svg/SVGRadialGradientElementImpl.h:
- ksvg2/svg/SVGRectElementImpl.cpp: (SVGRectElementImpl::SVGRectElementImpl): (SVGRectElementImpl::~SVGRectElementImpl):
- ksvg2/svg/SVGRectElementImpl.h:
- ksvg2/svg/SVGSVGElementImpl.cpp: (SVGSVGElementImpl::SVGSVGElementImpl): (SVGSVGElementImpl::~SVGSVGElementImpl): (SVGSVGElementImpl::width): (SVGSVGElementImpl::height): (SVGSVGElementImpl::viewport):
- ksvg2/svg/SVGSVGElementImpl.h:
- ksvg2/svg/SVGScriptElementImpl.cpp: (SVGScriptElementImpl::SVGScriptElementImpl): (SVGScriptElementImpl::~SVGScriptElementImpl): (SVGScriptElementImpl::type): (SVGScriptElementImpl::setType): (SVGScriptElementImpl::executeScript):
- ksvg2/svg/SVGScriptElementImpl.h:
- ksvg2/svg/SVGStopElementImpl.cpp: (SVGStopElementImpl::SVGStopElementImpl): (SVGStopElementImpl::~SVGStopElementImpl):
- ksvg2/svg/SVGStopElementImpl.h:
- ksvg2/svg/SVGStringListImpl.cpp: (SVGStringListImpl::reset):
- ksvg2/svg/SVGStyledElementImpl.cpp: (SVGStyledElementImpl::SVGStyledElementImpl): (SVGStyledElementImpl::~SVGStyledElementImpl): (SVGStyledElementImpl::className):
- ksvg2/svg/SVGStyledElementImpl.h:
- ksvg2/svg/SVGStyledTransformableElementImpl.cpp: (SVGStyledTransformableElementImpl::SVGStyledTransformableElementImpl): (SVGStyledTransformableElementImpl::~SVGStyledTransformableElementImpl): (SVGStyledTransformableElementImpl::getCTM): (SVGStyledTransformableElementImpl::getScreenCTM): (SVGStyledTransformableElementImpl::updateLocalTransform):
- ksvg2/svg/SVGStyledTransformableElementImpl.h:
- ksvg2/svg/SVGTestsImpl.cpp: (SVGTestsImpl::SVGTestsImpl): (SVGTestsImpl::~SVGTestsImpl):
- ksvg2/svg/SVGTestsImpl.h:
- ksvg2/svg/SVGTextContentElementImpl.cpp: (SVGTextContentElementImpl::SVGTextContentElementImpl): (SVGTextContentElementImpl::~SVGTextContentElementImpl):
- ksvg2/svg/SVGTextContentElementImpl.h:
- ksvg2/svg/SVGTextPositioningElementImpl.cpp: (SVGTextPositioningElementImpl::SVGTextPositioningElementImpl): (SVGTextPositioningElementImpl::~SVGTextPositioningElementImpl):
- ksvg2/svg/SVGTextPositioningElementImpl.h:
- ksvg2/svg/SVGTransformImpl.cpp: (SVGTransformImpl::SVGTransformImpl): (SVGTransformImpl::~SVGTransformImpl): (SVGTransformImpl::matrix): (SVGTransformImpl::setMatrix):
- ksvg2/svg/SVGTransformImpl.h:
- ksvg2/svg/SVGURIReferenceImpl.cpp: (SVGURIReferenceImpl::SVGURIReferenceImpl): (SVGURIReferenceImpl::~SVGURIReferenceImpl):
- ksvg2/svg/SVGURIReferenceImpl.h:
- ksvg2/svg/SVGUseElementImpl.cpp: (SVGUseElementImpl::SVGUseElementImpl): (SVGUseElementImpl::~SVGUseElementImpl):
- ksvg2/svg/SVGUseElementImpl.h:
- ksvg2/svg/SVGViewElementImpl.cpp: (SVGViewElementImpl::SVGViewElementImpl): (SVGViewElementImpl::~SVGViewElementImpl):
- ksvg2/svg/SVGViewElementImpl.h: