Timeline
Oct 11, 2007:
- 9:58 PM Changeset in webkit [26380] by
-
- 63 edits in branches/feature-branch
Fix Bug 15469: feature branch has 100's of implicit double -> float conversions
Reviewed by Sam.
Re-enable -Wshorten-64-to-32, and make required code changes to make us build sanely again.
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/JSSVGMatrixCustom.cpp: (WebCore::JSSVGMatrix::translate): (WebCore::JSSVGMatrix::scale): (WebCore::JSSVGMatrix::scaleNonUniform): (WebCore::JSSVGMatrix::rotate): (WebCore::JSSVGMatrix::skewX): (WebCore::JSSVGMatrix::skewY):
- bindings/scripts/CodeGeneratorJS.pm:
- bindings/scripts/CodeGeneratorObjC.pm:
- ksvg2/css/SVGRenderStyle.cpp: (WebCore::SVGRenderStyle::cssPrimitiveToLength):
- ksvg2/css/SVGRenderStyle.h:
- ksvg2/svg/SVGAnimateMotionElement.cpp: (WebCore::SVGAnimateMotionElement::parseMappedAttribute): (WebCore::SVGAnimateMotionElement::updateAnimatedValue): (WebCore::parsePoint): (WebCore::SVGAnimateMotionElement::calculateFromAndToValues):
- ksvg2/svg/SVGAnimationElement.cpp: (WebCore::SVGAnimationElement::parseKeyNumbers): (WebCore::parseKeySplines):
- ksvg2/svg/SVGComponentTransferFunctionElement.cpp: (WebCore::SVGComponentTransferFunctionElement::SVGComponentTransferFunctionElement): (WebCore::SVGComponentTransferFunctionElement::parseMappedAttribute):
- ksvg2/svg/SVGFECompositeElement.cpp: (WebCore::SVGFECompositeElement::SVGFECompositeElement): (WebCore::SVGFECompositeElement::parseMappedAttribute):
- ksvg2/svg/SVGFEDiffuseLightingElement.cpp: (WebCore::SVGFEDiffuseLightingElement::SVGFEDiffuseLightingElement): (WebCore::SVGFEDiffuseLightingElement::parseMappedAttribute):
- ksvg2/svg/SVGFEDisplacementMapElement.cpp: (WebCore::SVGFEDisplacementMapElement::SVGFEDisplacementMapElement): (WebCore::SVGFEDisplacementMapElement::parseMappedAttribute):
- ksvg2/svg/SVGFEGaussianBlurElement.cpp: (WebCore::SVGFEGaussianBlurElement::SVGFEGaussianBlurElement): (WebCore::SVGFEGaussianBlurElement::parseMappedAttribute):
- ksvg2/svg/SVGFELightElement.cpp: (WebCore::SVGFELightElement::SVGFELightElement): (WebCore::SVGFELightElement::parseMappedAttribute):
- ksvg2/svg/SVGFEOffsetElement.cpp: (WebCore::SVGFEOffsetElement::SVGFEOffsetElement): (WebCore::SVGFEOffsetElement::parseMappedAttribute):
- ksvg2/svg/SVGFESpecularLightingElement.cpp: (WebCore::SVGFESpecularLightingElement::SVGFESpecularLightingElement): (WebCore::SVGFESpecularLightingElement::parseMappedAttribute):
- ksvg2/svg/SVGFETurbulenceElement.cpp: (WebCore::SVGFETurbulenceElement::SVGFETurbulenceElement): (WebCore::SVGFETurbulenceElement::parseMappedAttribute):
- ksvg2/svg/SVGFitToViewBox.cpp: (WebCore::SVGFitToViewBox::parseMappedAttribute):
- ksvg2/svg/SVGFitToViewBox.h:
- ksvg2/svg/SVGLength.cpp: (WebCore::SVGLength::setValueAsString): (WebCore::SVGLength::PercentageOfViewport):
- ksvg2/svg/SVGNumber.idl:
- ksvg2/svg/SVGNumberList.cpp: (WebCore::SVGNumberList::parse):
- ksvg2/svg/SVGNumberList.h:
- ksvg2/svg/SVGParserUtilities.cpp: (WebCore::_parseNumber): (WebCore::parseNumber): (WebCore::pointsListFromSVGData): (WebCore::PathBuilder::svgMoveTo): (WebCore::PathBuilder::svgLineTo): (WebCore::PathBuilder::svgCurveToCubic): (WebCore::SVGPathSegListBuilder::svgMoveTo): (WebCore::SVGPathSegListBuilder::svgLineTo): (WebCore::SVGPathSegListBuilder::svgLineToHorizontal): (WebCore::SVGPathSegListBuilder::svgLineToVertical): (WebCore::SVGPathSegListBuilder::svgCurveToCubic): (WebCore::SVGPathSegListBuilder::svgCurveToCubicSmooth): (WebCore::SVGPathSegListBuilder::svgCurveToQuadratic): (WebCore::SVGPathSegListBuilder::svgCurveToQuadraticSmooth): (WebCore::SVGPathSegListBuilder::svgArcTo):
- ksvg2/svg/SVGParserUtilities.h:
- ksvg2/svg/SVGPathElement.cpp: (WebCore::SVGPathElement::SVGPathElement):
- ksvg2/svg/SVGSVGElement.cpp: (WebCore::SVGSVGElement::pixelUnitToMillimeterX): (WebCore::SVGSVGElement::pixelUnitToMillimeterY):
- ksvg2/svg/SVGSVGElement.h:
- ksvg2/svg/SVGTransformDistance.cpp: (WebCore::SVGTransformDistance::addToSVGTransform): (WebCore::SVGTransformDistance::distance):
- ksvg2/svg/SVGTransformDistance.h:
- ksvg2/svg/SVGTransformable.cpp: (WebCore::SVGTransformable::parseTransformValue):
- ksvg2/svg/SVGViewSpec.cpp: (WebCore::SVGViewSpec::parseViewSpec):
- platform/graphics/svg/SVGResourceFilter.cpp: (WebCore::SVGResourceFilter::filterBBoxForItemBBox):
- platform/graphics/svg/cg/CgSupport.cpp: (WebCore::applyStrokeStyleToContext):
- platform/graphics/svg/cg/SVGPaintServerPatternCg.cpp: (WebCore::SVGPaintServerPattern::setup):
- platform/graphics/svg/cg/SVGResourceFilterCg.mm: (WebCore::SVGResourceFilter::applyFilter):
- platform/graphics/svg/filters/SVGFEComponentTransfer.h: (WebCore::SVGComponentTransferFunction::SVGComponentTransferFunction):
- platform/graphics/svg/filters/SVGFEComposite.cpp: (WebCore::SVGFEComposite::SVGFEComposite):
- platform/graphics/svg/filters/SVGFEConvolveMatrix.cpp: (WebCore::SVGFEConvolveMatrix::SVGFEConvolveMatrix):
- platform/graphics/svg/filters/SVGFEDiffuseLighting.cpp: (WebCore::SVGFEDiffuseLighting::SVGFEDiffuseLighting):
- platform/graphics/svg/filters/SVGFEFlood.cpp: (WebCore::SVGFEFlood::SVGFEFlood):
- platform/graphics/svg/filters/SVGFEGaussianBlur.cpp: (WebCore::SVGFEGaussianBlur::SVGFEGaussianBlur):
- platform/graphics/svg/filters/SVGFEMorphology.cpp: (WebCore::SVGFEMorphology::SVGFEMorphology):
- platform/graphics/svg/filters/SVGFEOffset.cpp: (WebCore::SVGFEOffset::SVGFEOffset):
- platform/graphics/svg/filters/SVGFESpecularLighting.cpp: (WebCore::SVGFESpecularLighting::SVGFESpecularLighting):
- platform/graphics/svg/filters/SVGFETurbulence.cpp: (WebCore::SVGFETurbulence::SVGFETurbulence):
- platform/graphics/svg/filters/cg/SVGFEColorMatrixCg.mm: (WebCore::SVGFEColorMatrix::getCIFilter):
- platform/graphics/svg/filters/cg/SVGFEHelpersCg.mm: (WebCore::getVectorForChannel): (WebCore::getLightVectors):
- platform/graphics/svg/filters/cg/SVGFEImageCg.mm: (WebCore::SVGFEImage::getCIFilter):
- rendering/RenderPath.cpp: (WebCore::RenderPath::drawMarkersIfNeeded):
- rendering/RenderSVGImage.cpp: (WebCore::RenderSVGImage::paint):
- rendering/RenderSVGInlineText.cpp: (WebCore::RenderSVGInlineText::computeAbsoluteRectForRange):
- rendering/RenderSVGRoot.cpp: (WebCore::RenderSVGRoot::applyContentTransforms): (WebCore::RenderSVGRoot::calcViewport): (WebCore::RenderSVGRoot::nodeAtPoint):
- rendering/RenderSVGText.cpp: (WebCore::RenderSVGText::absoluteRects): (WebCore::RenderSVGText::relativeBBox):
- rendering/RenderSVGTextPath.cpp:
- rendering/SVGCharacterLayoutInfo.cpp: (WebCore::calculateBaselineShift): (WebCore::SVGCharacterLayoutInfo::SVGCharacterLayoutInfo): (WebCore::SVGCharacterLayoutInfo::processedChunk): (WebCore::SVGCharacterLayoutInfo::nextPathLayoutPointAndAngle): (WebCore::SVGCharacterLayoutInfo::addLayoutInformation):
- rendering/SVGCharacterLayoutInfo.h:
- rendering/SVGInlineTextBox.cpp: (WebCore::SVGInlineTextBox::calculateGlyphBoundaries): (WebCore::SVGInlineTextBoxClosestCharacterToPositionWalker::chunkPortionCallback): (WebCore::pathForDecoration):
- rendering/SVGRenderTreeAsText.cpp: (WebCore::writeStyle):
- rendering/SVGRootInlineBox.cpp: (WebCore::SVGRootInlineBoxPaintWalker::chunkPortionCallback): (WebCore::applyTextAnchorToTextChunk): (WebCore::SVGRootInlineBox::buildLayoutInformation): (WebCore::SVGRootInlineBox::buildLayoutInformationForTextBox):
- 7:33 PM Changeset in webkit [26379] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/graphics/wx/GraphicsContextWx.cpp
64-bit compilation fix.
- 6:48 PM Changeset in webkit [26378] by
-
- 10 edits in branches/feature-branch
Reviewed by Eric Seidel.
Fix for http://bugs.webkit.org/show_bug.cgi?id=15076
"deg2rad has multiple definitions"
Define deg2rad, rad2deg, deg2grad, grad2deg, rad2grad, grad2rad
These are used through WebKit.
Change based on original patch by Rob Buis.
- wtf/MathExtras.h: (deg2rad): (rad2deg): (deg2grad): (grad2deg): (rad2grad): (grad2rad):
WebCore:
Reviewed by Eric Seidel.
Fix for http://bugs.webkit.org/show_bug.cgi?id=15076
"deg2rad has multiple definitions"
Use deg2rad, rad2deg, deg2grad, grad2deg, rad2grad, grad2rad
from wtf where appropriate.
No test cases as this doesn't change behaviour.
Change based on original patch by Rob Buis.
- ksvg2/svg/SVGAngle.cpp: (WebCore::SVGAngle::calculate): (WebCore::SVGAngle::convertToSpecifiedUnits): (WebCore::SVGAngle::todeg): (WebCore::SVGAngle::torad):
- platform/graphics/AffineTransform.cpp: (WebCore::AffineTransform::rotateFromVector): (WebCore::AffineTransform::skewX): (WebCore::AffineTransform::skewY):
- platform/graphics/cg/AffineTransformCG.cpp: (WebCore::AffineTransform::rotate):
- platform/graphics/svg/filters/cg/SVGFEColorMatrixCg.mm:
- platform/graphics/svg/filters/cg/SVGFEHelpersCg.h:
- platform/graphics/svg/filters/cg/SVGFEHelpersCg.mm:
- rendering/RenderPath.cpp: (WebCore::drawMarkerWithData):
- 5:24 PM Changeset in webkit [26377] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/graphics/wx/PathWx.cpp
Ensure the refcount is properly incremented.
- 5:16 PM Changeset in webkit [26376] by
-
- 2 edits in trunk/WebCore
2007-10-11 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Anders.
Handle a race condition that could arise if a plugin was loaded while it
was scheduled to be freed: check whether the timer that schedules
library frees is active in PluginPackageWin::load().
- plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackageWin::freeLibrarySoon): Added assertions (WebCore::PluginPackageWin::freeLibraryTimerFired): Added assertion (WebCore::PluginPackageWin::load): If we are scheduled to free this library, cancel the timer, and don't call LoadLibrary
- 4:54 PM Changeset in webkit [26375] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/wx/ScrollViewWx.cpp
scrollBy needs to convert the scroll offset to an absolute position for the Scroll method. Also, make sure we properly convert pixels to units when scrolling.
- 4:38 PM Changeset in webkit [26374] by
-
- 7 edits1 add in trunk
WebCore:
Reviewed by Harrison.
<rdar://problem/5483567> REGRESSION (Tiger only): Pasting words copied from TextEdit in Mail adds extra newline
- editing/ReplaceSelectionCommand.cpp: (WebCore::ReplaceSelectionCommand::removeUnrenderedTextNodesAtEnds): Added. We would like to insert the fragment as-is if possible, but AppKit on Tiger creates fragments from RTF data that have carriage returns and spaces at the beginning and end, and those need to be removed since they'll interfere with paragraph merging. (WebCore::ReplaceSelectionCommand::doApply):
- editing/ReplaceSelectionCommand.h:
LayoutTests:
Reviewed by Harrison.
<rdar://problem/5483567> REGRESSION (Tiger only): Pasting words copied from TextEdit in Mail adds extra newline
Re-enabling this test:
- editing/pasteboard/5483567.html: Added.
- editing/pasteboard/5483567.html-disabled: Removed. Also demonstrates fix:
- platform/mac/editing/pasteboard/paste-RTFD-expected.checksum:
- platform/mac/editing/pasteboard/paste-RTFD-expected.png:
- platform/mac/editing/pasteboard/paste-RTFD-expected.txt:
- 4:37 PM Changeset in webkit [26373] by
-
- 2 edits in trunk/WebKitTools
Reviewed by Darin.
- Updated rational for the leaks list to be more clear.
- Scripts/run-webkit-tests:
- 4:27 PM Changeset in webkit [26372] by
-
- 2 deletes in trunk/JavaScriptCore/wtf/unicode
Remove a couple of empty directories.
- 4:16 PM Changeset in webkit [26371] by
-
- 30 edits1 add in branches/feature-branch
Reviewed by Oliver.
Fixes: http://bugs.webkit.org/show_bug.cgi?id=6421 (<text> textLength attribute is not respected)
Fixes: http://bugs.webkit.org/show_bug.cgi?id=6422 (<text> lengthAdjust attribute is not respected)
Implement textLength and full lengthAdjust (both 'spacing' & 'spacingAndGlyphs' mode)
for <text> & <tspan> & friends. <textPath> is still todo, as it's special.
Also fix usage of cummulatedGlyphWidth/Height in SVGInlineTextBox, calculateGlyphBoundaries was
supposed to be used in the distance calculations, to take per character transformations into account (ie. rotation).
Fixes: svg/W3C-SVG-1.1/text-text-01-b.svg (complelty fixed the single W3C textLength testcase)
Partly fixed: svg/batik/text/textOnPathSpaces.svg (kerning support missing)
Partly fixed: svg/batik/text/textLayout.svg (word-letter spacing & textLength is todo)
- 4:15 PM Changeset in webkit [26370] by
-
- 2 edits in trunk/WebKitTools
Rubber Stamp by Sam.
Adding a known Leopard leak that is already fixed but the bot is on an old version of Leopard.
I believe there was a radar on this leak, it looks familiar to me, but I could not find it.
- Scripts/run-webkit-tests:
- 3:31 PM Changeset in webkit [26369] by
-
- 3 edits2 adds in trunk
WebCore:
Reviewed by Maciej.
<rdar://problem/5521237> Pasting a word copied from TextEdit after a regular, breaking space, adds a leading newline
- editing/CompositeEditCommand.cpp: (WebCore::CompositeEditCommand::prepareWhitespaceAtPositionForSplit): Fixed a typo.
LayoutTests:
Reviewed by Maciej.
<rdar://problem/5521237> Pasting a word copied from TextEdit after a regular, breaking space, adds a leading newline
- editing/pasteboard/5521237-expected.txt: Added.
- editing/pasteboard/5521237.html: Added.
- 3:27 PM Changeset in webkit [26368] by
-
- 8 edits in branches/feature-branch
Fix for Bug 15468: Parsing of numbers and lists is too lenient in SVG
Reviewed by Niko.
Correct parsing of numbers, number lists, and length lists in SVG.
- ksvg2/svg/SVGLength.cpp: (WebCore::SVGLength::setValueAsString):
- ksvg2/svg/SVGLength.h:
- ksvg2/svg/SVGLengthList.cpp: (WebCore::SVGLengthList::parse):
- ksvg2/svg/SVGParserUtilities.cpp: (WebCore::parseNumber):
- 3:03 PM Changeset in webkit [26367] by
-
- 2 edits in trunk/LayoutTests
fast/forms/focus-selection-input.html also fails due to unsupported accesskey.
adding to a section that already covers this bug.
- platform/win/Skipped:
- 2:44 PM Changeset in webkit [26366] by
-
- 4 edits4 adds in branches/feature-branch
2007-10-11 Allan Sandfeld Jensen <sandfeld@kde.org>
Reviewed by Maciej and Eric.
Implement CSS selector combinators nondeterministic matching.
Fixes http://bugs.webkit.org/show_bug.cgi?id=3428
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::matchRulesForList): (WebCore::CSSStyleSelector::checkSelector): Split the function and make the second part recursive (WebCore::CSSStyleSelector::checkOneSelector): Handle pseodo-elements rules and hoveractive quirks here instead of in checkSelector.
- css/CSSStyleSelector.h:
- 2:15 PM Changeset in webkit [26365] by
-
- 2 edits in trunk/LayoutTests
removing a test that was fixed recently
- platform/win/Skipped:
- 12:52 PM Changeset in webkit [26364] by
-
- 3 edits in trunk/WebCore
2007-10-10 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Darin.
<rdar://5530519> REGRESSION (303-310A18): Crash when closing tab with
pdf file (Reader 7 only)
Reader 7 subclasses its parent window, so posting a WM_DESTROY to this
window puts us in plugin code. When the plugin forwards the message
back to the original window proc, and we free the plugin library from
there, we will jump back to code we just freed when we return, so delay
calling FreeLibrary at least until the next message loop
- plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackageWin::freeLibrarySoon): Start a timer to free the plugin library (WebCore::PluginPackageWin::freeLibraryTimerFired): Free the library (WebCore::PluginPackageWin::PluginPackageWin): Initialize the timer that will free this library (WebCore::PluginPackageWin::unloadWithoutShutdown): Call freeLibrarySoon()
- plugins/win/PluginPackageWin.h: Added m_freeLibraryTimer
- 11:30 AM Changeset in webkit [26363] by
-
- 2 edits in trunk/LayoutTests
Roll out r26186
Apparently some of these tests still fail on the bot even though they
don't fail for me locally.
- platform/win/Skipped:
- 11:20 AM Changeset in webkit [26362] by
-
- 2 edits in trunk/WebKit/win
Delay load additional libraries to improve startup time.
Reviewed by Darin, Ada.
- WebKit.vcproj/WebKit.vcproj:
- 10:04 AM Changeset in webkit [26361] by
-
- 7 edits in trunk
WebCore:
<rdar://problem/5534421>
Switched to using wkGetDefaultHTTPCookieStorage() and removed some cookie-related
methods we no longer need in ResourceHandle.
<rdar://problem/5244261> "Never" cookie policy was ignored on windows
Need to set the cookie accept policy on each CFURLRequest.
WebKit/win:
<rdar://problem/5534421>
Switched to using wkGetDefaultHTTPCookieStorage() to avoid recreating CFHTTPCookieStorageRef.
Removed usage of ResourceHandle::cookieStorage().
Reviewed by Oliver.
- 9:57 AM Changeset in webkit [26360] by
-
- 4 edits in trunk/WebKitLibraries
<rdar://problem/5534421>
Added wkGetDefaultHTTPCookieStorage(). Updated libraries.
Reviewed by Darin.
- win/include/WebKitSystemInterface/WebKitSystemInterface.h:
- win/lib/WebKitSystemInterface.lib:
- win/lib/WebKitSystemInterface_debug.lib:
- 8:16 AM Changeset in webkit [26359] by
-
- 8 edits in trunk
2007-10-11 Mark Rowe <mrowe@apple.com>
Reviewed by Tim Hatcher.
Fix for <rdar://problem/5488678>. Disable debugging symbols in production builds for 10.4
PowerPC to prevent a huge STABS section from being generated.
- Configurations/Base.xcconfig:
- 8:10 AM Changeset in webkit [26358] by
-
- 2 edits in branches/Safari-2.0-dashboard/WebCore
2007-10-11 Mark Rowe <mrowe@apple.com>
Merge remainder of r12652 from trunk to Safari-2.0-dashboard. This portion
was missed during the merge in r25550.
- kwq/KWQTextCodec.mm: (KWQTextDecoder::appendOmittingBOMs): (KWQTextDecoder::convertUsingTEC):
- 7:29 AM Changeset in webkit [26357] by
-
- 4 edits4 adds in branches/feature-branch
2007-10-10 Eric Seidel <eric@webkit.org>
Reviewed by Nikolas Zimmermann.
Fix the SVG dom so that rect.x.baseVal = rect.x.baseVal like it should.
http://bugs.webkit.org/show_bug.cgi?id=14150
Test: svg/dom/animated-tearoff-equlity.xhtml
- ksvg2/svg/SVGAnimatedTemplate.h: (WebCore::SVGAnimatedTypeWrapperKey::SVGAnimatedTypeWrapperKey): (WebCore::SVGAnimatedTypeWrapperKey::operator==): (WebCore::SVGAnimatedTypeWrapperKeyHash::hash): (WebCore::SVGAnimatedTypeWrapperKeyHash::equal): (WebCore::SVGAnimatedTypeWrapperKeyHashTraits::deletedValue): (WebCore::SVGAnimatedTypeWrapperKeyHashTraits::emptyValue): (WebCore::SVGAnimatedTemplate::~SVGAnimatedTemplate): (WebCore::SVGAnimatedTemplate::wrapperCache): (WebCore::SVGAnimatedTemplate::forgetWrapper): (WebCore::lookupOrCreateWrapper):
- ksvg2/svg/SVGElement.h:
- 2:30 AM Changeset in webkit [26356] by
-
- 3 edits2 adds in trunk
Ensure that setting innerHTML on an element doesn't do
weird things with the document.
Fixes most issues with http://bugs.webkit.org/show_bug.cgi?id=15456
Oct 10, 2007:
- 11:49 PM Changeset in webkit [26355] by
-
- 2 edits in branches/feature-branch/LayoutTests
Correcting expected output of svg/batik/text/textOnPathSpaces
RS = Eric.
- svg/batik/text/textOnPathSpaces-expected.txt
- 11:01 PM Changeset in webkit [26354] by
-
- 3 edits in branches/feature-branch/WebCore
Leopard build fix -- SVGDocument should not trty to make read/write properties read-only
Reviewed by Maciej.
Remove those API definitions SVGDocument now inherits from Document
- ksvg2/svg/SVGDocument.idl:
- 10:30 PM Changeset in webkit [26353] by
-
- 3 edits in branches/feature-branch/JavaScriptCore
Reviewed by Eric.
- fix assertion failures on quit.
- kjs/array_object.cpp: (ArrayProtoFunc::callAsFunction): Dynamically alocate function-scope static UStrings to avoid the static destructor getting called later.
- kjs/lookup.h: Dynamically alocate function-scope static Identifiers to avoid the static destructor getting called later.
- 8:10 PM Changeset in webkit [26352] by
-
- 48 edits5 adds in branches/feature-branch
2007-10-10 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Make renderers pull localTransform instead of depending on DOM elements to push
This allows for cleaner invalidation code, and makes writing animation easier.
Also fixed a tiny bug in SVGRenderImage focus ring calculations while there
Updated test results for svg/custom/focus-ring.svg
- WebCore.xcodeproj/project.pbxproj:
- ksvg2/svg/SVGAElement.cpp: (WebCore::SVGAElement::createRenderer):
- ksvg2/svg/SVGAnimateMotionElement.cpp: (WebCore::SVGAnimateMotionElement::applyAnimatedValueToElement):
- ksvg2/svg/SVGAnimateTransformElement.cpp: (WebCore::SVGAnimateTransformElement::applyAnimatedValueToElement):
- ksvg2/svg/SVGClipPathElement.cpp: (WebCore::SVGClipPathElement::canvasResource):
- ksvg2/svg/SVGElement.h:
- ksvg2/svg/SVGGElement.cpp: (WebCore::SVGGElement::createRenderer):
- ksvg2/svg/SVGImageElement.cpp:
- ksvg2/svg/SVGLocatable.cpp: (WebCore::SVGLocatable::getCTM): (WebCore::SVGLocatable::getScreenCTM):
- ksvg2/svg/SVGMarkerElement.cpp: (WebCore::SVGMarkerElement::canvasResource): (WebCore::SVGMarkerElement::notifyAttributeChange):
- ksvg2/svg/SVGSVGElement.h:
- ksvg2/svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::rendererIsNeeded): (WebCore::SVGStyledElement::notifyResourceParentIfExistant):
- ksvg2/svg/SVGStyledElement.h: (WebCore::SVGStyledElement::style):
- ksvg2/svg/SVGStyledTransformableElement.cpp: (WebCore::SVGStyledTransformableElement::animatedLocalTransform): (WebCore::SVGStyledTransformableElement::parseMappedAttribute): (WebCore::SVGStyledTransformableElement::notifyAttributeChange): (WebCore::SVGStyledTransformableElement::createRenderer):
- ksvg2/svg/SVGStyledTransformableElement.h: (WebCore::SVGStyledTransformableElement::toPathData):
- ksvg2/svg/SVGSwitchElement.cpp: (WebCore::SVGSwitchElement::createRenderer):
- ksvg2/svg/SVGTRefElement.cpp: (WebCore::SVGTRefElement::updateReferencedText):
- ksvg2/svg/SVGTextElement.cpp: (WebCore::SVGTextElement::parseMappedAttribute): (WebCore::SVGTextElement::animatedLocalTransform):
- ksvg2/svg/SVGTextElement.h:
- ksvg2/svg/SVGTextPathElement.cpp:
- ksvg2/svg/SVGTextPathElement.h:
- ksvg2/svg/SVGTransformable.cpp: (WebCore::SVGTransformable::getCTM): (WebCore::SVGTransformable::getScreenCTM):
- ksvg2/svg/SVGTransformable.h:
- ksvg2/svg/SVGUseElement.cpp: (WebCore::SVGUseElement::createRenderer): (WebCore::SVGUseElement::attachShadowTree):
- platform/graphics/AffineTransform.h: (WebCore::AffineTransform::operator!=):
- platform/graphics/svg/SVGResourceMarker.cpp: (WebCore::SVGResourceMarker::setMarker):
- platform/graphics/svg/SVGResourceMarker.h:
- rendering/RenderForeignObject.cpp: (WebCore::RenderForeignObject::calculateLocalTransform): (WebCore::RenderForeignObject::layout):
- rendering/RenderForeignObject.h: (WebCore::RenderForeignObject::localTransform):
- rendering/RenderObject.cpp:
- rendering/RenderObject.h:
- rendering/RenderPath.cpp: (WebCore::RenderPath::RenderPath): (WebCore::RenderPath::localTransform): (WebCore::RenderPath::calculateLocalTransform): (WebCore::RenderPath::layout):
- rendering/RenderPath.h:
- rendering/RenderSVGContainer.cpp: (WebCore::RenderSVGContainer::localTransform): (WebCore::RenderSVGContainer::calculateLocalTransform): (WebCore::RenderSVGContainer::layout):
- rendering/RenderSVGContainer.h:
- rendering/RenderSVGImage.h: (WebCore::RenderSVGImage::localTransform):
- rendering/RenderSVGText.cpp: (WebCore::RenderSVGText::calculateLocalTransform): (WebCore::RenderSVGText::layout):
- rendering/RenderSVGText.h: (WebCore::RenderSVGText::isSVGText): (WebCore::RenderSVGText::localTransform):
- rendering/RenderSVGTextPath.cpp: (WebCore::RenderSVGTextPath::layoutPath): (WebCore::RenderSVGTextPath::startOffset): (WebCore::RenderSVGTextPath::exactAlignment): (WebCore::RenderSVGTextPath::stretchMethod):
- rendering/RenderSVGTextPath.h:
- rendering/RenderSVGTransformableContainer.cpp: Added. (WebCore::RenderSVGTransformableContainer::RenderSVGTransformableContainer): (WebCore::RenderSVGTransformableContainer::calculateLocalTransform):
- rendering/RenderSVGTransformableContainer.h: Added.
- rendering/RenderSVGViewportContainer.h:
- 8:00 PM Changeset in webkit [26351] by
-
- 10 edits in branches/feature-branch/WebCore
Bug 15451: SVGStyledElement must unregister itself from Resources on detach
Reviewed by Eric.
Use a global hashtable to maintain the relationship between the
various SVG resources and their clients, across dom updates, etc.
- ChangeLog:
- ksvg2/svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::detach):
- ksvg2/svg/SVGStyledElement.h:
- platform/graphics/svg/SVGPaintServer.h:
- platform/graphics/svg/SVGResource.cpp: (WebCore::ResourceSet::ResourceSet): (WebCore::clientMap): (WebCore::SVGResource::~SVGResource): (WebCore::SVGResource::invalidate): (WebCore::SVGResource::removeClient): (WebCore::SVGResource::addClient):
- platform/graphics/svg/SVGResource.h: (WebCore::): (WebCore::SVGResource::isPaintServer): (WebCore::SVGResource::isFilter): (WebCore::SVGResource::isClipper): (WebCore::SVGResource::isMarker): (WebCore::SVGResource::isMasker):
- platform/graphics/svg/SVGResourceClipper.h: (WebCore::SVGResourceClipper::resourceType):
- platform/graphics/svg/SVGResourceFilter.h:
- platform/graphics/svg/SVGResourceMarker.h:
- platform/graphics/svg/SVGResourceMasker.h:
- 5:25 PM Changeset in webkit [26350] by
-
- 1 edit in trunk/LayoutTests/fast/js/resources/js-test-pre.js
Oops, forgot to save this file.
- 5:24 PM Changeset in webkit [26349] by
-
- 5 edits in trunk/LayoutTests
Reviewed by Kevin McCullough and Sam Weinig.
- fix mistake in test function that treated all non-prototype objects as equal
That means that all numbers are treated as equal!
And all boolean values!
Kevin noticed that his new test was succeeding even though the bug was still
there. Turns out the code to compare arrays that I added with my fix for
bug 14931 was misfiring all the time.
- fast/js/resources/js-test-pre.js: Use Object.prototype.toString.call to test if something is an array. Thanks, Sam.
- fast/dom/Window/new-window-opener-expected.txt: Update this to reflect the fact that the test is actually failing!
- fast/forms/focus-selection-textarea-expected.txt: Ditto.
- fast/js/kde/encode_decode_uri-expected.txt: Ditto.
- 4:30 PM Changeset in webkit [26348] by
-
- 1 move in branches/old/su-jag-pink-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26347] by
-
- 1 move in branches/old/pcre-6-1-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26346] by
-
- 1 move in branches/old/kdom-dom-merger
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26345] by
-
- 1 move in branches/old/kde_3_0_rc_3_merge
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26344] by
-
- 1 move in branches/old/kde_3_0_merge
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26343] by
-
- 1 move in branches/old/kde
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26342] by
-
- 1 move in branches/old/js-collector-tweaks
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26341] by
-
- 1 move in branches/old/jaguar-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26340] by
-
- 1 move in branches/old/gcc-4-0-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26339] by
-
- 1 move in branches/old/feature-branch-2007-10-01
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26338] by
-
- 1 move in branches/old/experimental-ui-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26337] by
-
- 1 move in branches/old/experimental-db
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26336] by
-
- 1 move in branches/old/expat
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26335] by
-
- 1 move in branches/old/WebKit-85~7-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26334] by
-
- 1 move in branches/old/WebKit-125~4-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26333] by
-
- 1 move in branches/old/WebFoundation-SDK-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26332] by
-
- 1 move in branches/old/WebCore-85-tarball-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26331] by
-
- 1 move in branches/old/WebCore-73-tarball-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26330] by
-
- 1 move in branches/old/WebCore-68-tarball-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26329] by
-
- 1 move in branches/old/WebCore-60-tarball-branch
Moving old branch to branches/old.
- 4:30 PM Changeset in webkit [26328] by
-
- 1 move in branches/old/WebCore-53-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26327] by
-
- 1 move in branches/old/WebCore-48-tarball-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26326] by
-
- 1 move in branches/old/WebCore-106-tarball-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26325] by
-
- 1 move in branches/old/WebCore-105-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26324] by
-
- 1 move in branches/old/WWDC-demo-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26323] by
-
- 1 move in branches/old/WWDC-2004-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26322] by
-
- 1 move in branches/old/Ti-2005-009-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26321] by
-
- 1 move in branches/old/Ti-2005-007-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26320] by
-
- 1 move in branches/old/SecurityUpdate-10~3~4-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26319] by
-
- 1 move in branches/old/Safari-OC-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26318] by
-
- 1 move in branches/old/Safari-Leo-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26317] by
-
- 1 move in branches/old/Safari-Den-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26316] by
-
- 1 move in branches/old/Safari-Cam-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26315] by
-
- 1 move in branches/old/Safari-89-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26314] by
-
- 1 move in branches/old/Safari-80~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26313] by
-
- 1 move in branches/old/Safari-78~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26312] by
-
- 1 move in branches/old/Safari-77~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26311] by
-
- 1 move in branches/old/Safari-74-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26310] by
-
- 1 move in branches/old/Safari-73~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26309] by
-
- 1 move in branches/old/Safari-70-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26308] by
-
- 1 move in branches/old/Safari-69~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26307] by
-
- 1 move in branches/old/Safari-68~1-branch
Moving old branch to branches/old.
- 4:29 PM Changeset in webkit [26306] by
-
- 1 move in branches/old/Safari-67~1-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26305] by
-
- 1 move in branches/old/Safari-66~1-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26304] by
-
- 1 move in branches/old/Safari-58-1-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26303] by
-
- 1 move in branches/old/Safari-175-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26302] by
-
- 1 move in branches/old/Safari-1-2-tarballs-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26301] by
-
- 1 move in branches/old/Safari-1-1-Merlot-BuildFixes-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26300] by
-
- 1 move in branches/old/SUPanFeldspar-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26299] by
-
- 1 move in branches/old/SUPanBisque-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26298] by
-
- 1 move in branches/old/ParisExpo-2004-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26297] by
-
- 1 move in branches/old/Pan-2005-007-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26296] by
-
- 1 move in branches/old/PCRE-6-1-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26295] by
-
- 1 move in branches/old/LABYRINTH_KDE_3_MERGE
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26294] by
-
- 1 move in branches/old/JavaScriptCore-85-tarball-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26293] by
-
- 1 move in branches/old/JavaScriptCore-73-tarball-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26292] by
-
- 1 move in branches/old/JavaScriptCore-68-tarball-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26291] by
-
- 1 move in branches/old/JavaScriptCore-60-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26290] by
-
- 1 move in branches/old/JavaScriptCore-53-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26289] by
-
- 1 move in branches/old/JavaScriptCore-48-tarball-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26288] by
-
- 1 move in branches/old/JavaScriptCore-100-tarball-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26287] by
-
- 1 move in branches/old/HTML-editing-hacks-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26286] by
-
- 1 move in branches/old/AutoZoneGC_Branch_20040430
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26285] by
-
- 1 move in branches/old/Alexander-48-branch
Moving old branch to branches/old.
- 4:26 PM Changeset in webkit [26284] by
-
- 1 add in branches/old
Make a branches/old directory to hold any old branches.
- 4:15 PM Changeset in webkit [26283] by
-
- 1 delete in branches/unlabeled-1.97.4
Removing old branch.
- 4:15 PM Changeset in webkit [26282] by
-
- 1 delete in branches/unlabeled-1.96.4
Removing old branch.
- 4:15 PM Changeset in webkit [26281] by
-
- 1 delete in branches/unlabeled-1.95.4
Removing old branch.
- 4:15 PM Changeset in webkit [26280] by
-
- 1 delete in branches/unlabeled-1.93.4
Removing old branch.
- 4:15 PM Changeset in webkit [26279] by
-
- 1 delete in branches/unlabeled-1.9.4
Removing old branch.
- 4:15 PM Changeset in webkit [26278] by
-
- 1 delete in branches/unlabeled-1.9.14
Removing old branch.
- 4:15 PM Changeset in webkit [26277] by
-
- 1 delete in branches/unlabeled-1.86.4
Removing old branch.
- 4:15 PM Changeset in webkit [26276] by
-
- 1 delete in branches/unlabeled-1.83.4
Removing old branch.
- 4:15 PM Changeset in webkit [26275] by
-
- 1 delete in branches/unlabeled-1.80.4
Removing old branch.
- 4:15 PM Changeset in webkit [26274] by
-
- 1 delete in branches/unlabeled-1.8.4
Removing old branch.
- 4:15 PM Changeset in webkit [26273] by
-
- 1 delete in branches/unlabeled-1.79.4
Removing old branch.
- 4:15 PM Changeset in webkit [26272] by
-
- 1 delete in branches/unlabeled-1.73.4
Removing old branch.
- 4:15 PM Changeset in webkit [26271] by
-
- 1 delete in branches/unlabeled-1.70.4
Removing old branch.
- 4:15 PM Changeset in webkit [26270] by
-
- 1 delete in branches/unlabeled-1.7.4
Removing old branch.
- 4:15 PM Changeset in webkit [26269] by
-
- 1 delete in branches/unlabeled-1.62.4
Removing old branch.
- 4:15 PM Changeset in webkit [26268] by
-
- 1 delete in branches/unlabeled-1.61.4
Removing old branch.
- 4:15 PM Changeset in webkit [26267] by
-
- 1 delete in branches/unlabeled-1.6.56
Removing old branch.
- 4:15 PM Changeset in webkit [26266] by
-
- 1 delete in branches/unlabeled-1.6.4
Removing old branch.
- 4:15 PM Changeset in webkit [26265] by
-
- 1 delete in branches/unlabeled-1.6.20
Removing old branch.
- 4:15 PM Changeset in webkit [26264] by
-
- 1 delete in branches/unlabeled-1.58.4
Removing old branch.
- 4:15 PM Changeset in webkit [26263] by
-
- 1 delete in branches/unlabeled-1.56.4
Removing old branch.
- 4:15 PM Changeset in webkit [26262] by
-
- 1 delete in branches/unlabeled-1.55.4
Removing old branch.
- 4:15 PM Changeset in webkit [26261] by
-
- 1 delete in branches/unlabeled-1.54.4
Removing old branch.
- 4:15 PM Changeset in webkit [26260] by
-
- 1 delete in branches/unlabeled-1.50.4
Removing old branch.
- 4:15 PM Changeset in webkit [26259] by
-
- 1 delete in branches/unlabeled-1.5.56
Removing old branch.
- 4:15 PM Changeset in webkit [26258] by
-
- 1 delete in branches/unlabeled-1.5.4
Removing old branch.
- 4:15 PM Changeset in webkit [26257] by
-
- 1 delete in branches/unlabeled-1.49.4
Removing old branch.
- 4:15 PM Changeset in webkit [26256] by
-
- 1 delete in branches/unlabeled-1.48.4
Removing old branch.
- 4:15 PM Changeset in webkit [26255] by
-
- 1 delete in branches/unlabeled-1.47.4
Removing old branch.
- 4:15 PM Changeset in webkit [26254] by
-
- 1 delete in branches/unlabeled-1.46.4
Removing old branch.
- 4:15 PM Changeset in webkit [26253] by
-
- 1 delete in branches/unlabeled-1.45.4
Removing old branch.
- 4:15 PM Changeset in webkit [26252] by
-
- 1 delete in branches/unlabeled-1.440.4
Removing old branch.
- 4:15 PM Changeset in webkit [26251] by
-
- 1 delete in branches/unlabeled-1.44.4
Removing old branch.
- 4:15 PM Changeset in webkit [26250] by
-
- 1 delete in branches/unlabeled-1.41.4
Removing old branch.
- 4:15 PM Changeset in webkit [26249] by
-
- 1 delete in branches/unlabeled-1.40.4
Removing old branch.
- 4:15 PM Changeset in webkit [26248] by
-
- 1 delete in branches/unlabeled-1.4.56
Removing old branch.
- 4:15 PM Changeset in webkit [26247] by
-
- 1 delete in branches/unlabeled-1.4.4
Removing old branch.
- 4:15 PM Changeset in webkit [26246] by
-
- 1 delete in branches/unlabeled-1.4.14
Removing old branch.
- 4:15 PM Changeset in webkit [26245] by
-
- 1 delete in branches/unlabeled-1.39.4
Removing old branch.
- 4:15 PM Changeset in webkit [26244] by
-
- 1 delete in branches/unlabeled-1.384.2.1.2
Removing old branch.
- 4:15 PM Changeset in webkit [26243] by
-
- 1 delete in branches/unlabeled-1.37.4
Removing old branch.
- 4:15 PM Changeset in webkit [26242] by
-
- 1 delete in branches/unlabeled-1.36.4
Removing old branch.
- 4:15 PM Changeset in webkit [26241] by
-
- 1 delete in branches/unlabeled-1.35.4
Removing old branch.
- 4:15 PM Changeset in webkit [26240] by
-
- 1 delete in branches/unlabeled-1.35.18
Removing old branch.
- 4:15 PM Changeset in webkit [26239] by
-
- 1 delete in branches/unlabeled-1.35.14
Removing old branch.
- 4:14 PM Changeset in webkit [26238] by
-
- 1 delete in branches/unlabeled-1.34.4
Removing old branch.
- 4:14 PM Changeset in webkit [26237] by
-
- 1 delete in branches/unlabeled-1.32.4
Removing old branch.
- 4:14 PM Changeset in webkit [26236] by
-
- 1 delete in branches/unlabeled-1.32.14
Removing old branch.
- 4:14 PM Changeset in webkit [26235] by
-
- 1 delete in branches/unlabeled-1.31.4
Removing old branch.
- 4:14 PM Changeset in webkit [26234] by
-
- 1 delete in branches/unlabeled-1.30.4
Removing old branch.
- 4:14 PM Changeset in webkit [26233] by
-
- 1 delete in branches/unlabeled-1.3.56
Removing old branch.
- 4:14 PM Changeset in webkit [26232] by
-
- 1 delete in branches/unlabeled-1.3.50
Removing old branch.
- 4:14 PM Changeset in webkit [26231] by
-
- 1 delete in branches/unlabeled-1.3.4
Removing old branch.
- 4:14 PM Changeset in webkit [26230] by
-
- 1 delete in branches/unlabeled-1.2930.2.4.2
Removing old branch.
- 4:14 PM Changeset in webkit [26229] by
-
- 1 delete in branches/unlabeled-1.28.4
Removing old branch.
- 4:14 PM Changeset in webkit [26228] by
-
- 1 delete in branches/unlabeled-1.275.2
Removing old branch.
- 4:14 PM Changeset in webkit [26227] by
-
- 1 delete in branches/unlabeled-1.27.4
Removing old branch.
- 4:14 PM Changeset in webkit [26226] by
-
- 1 delete in branches/unlabeled-1.269.4
Removing old branch.
- 4:14 PM Changeset in webkit [26225] by
-
- 1 delete in branches/unlabeled-1.26.4
Removing old branch.
- 4:14 PM Changeset in webkit [26224] by
-
- 1 delete in branches/unlabeled-1.25.4
Removing old branch.
- 4:14 PM Changeset in webkit [26223] by
-
- 1 delete in branches/unlabeled-1.24.4
Removing old branch.
- 4:14 PM Changeset in webkit [26222] by
-
- 1 delete in branches/unlabeled-1.2336.4
Removing old branch.
- 4:14 PM Changeset in webkit [26221] by
-
- 1 delete in branches/unlabeled-1.23.4
Removing old branch.
- 4:14 PM Changeset in webkit [26220] by
-
- 1 delete in branches/unlabeled-1.22.4
Removing old branch.
- 4:14 PM Changeset in webkit [26219] by
-
- 1 delete in branches/unlabeled-1.21.4
Removing old branch.
- 4:14 PM Changeset in webkit [26218] by
-
- 1 delete in branches/unlabeled-1.20.4
Removing old branch.
- 4:14 PM Changeset in webkit [26217] by
-
- 1 delete in branches/unlabeled-1.2.50
Removing old branch.
- 4:14 PM Changeset in webkit [26216] by
-
- 1 delete in branches/unlabeled-1.2.4
Removing old branch.
- 4:14 PM Changeset in webkit [26215] by
-
- 1 delete in branches/unlabeled-1.197.4
Removing old branch.
- 4:14 PM Changeset in webkit [26214] by
-
- 1 delete in branches/unlabeled-1.19.4
Removing old branch.
- 4:14 PM Changeset in webkit [26213] by
-
- 1 delete in branches/unlabeled-1.183.4
Removing old branch.
- 4:14 PM Changeset in webkit [26212] by
-
- 1 delete in branches/unlabeled-1.18.4
Removing old branch.
- 4:14 PM Changeset in webkit [26211] by
-
- 1 delete in branches/unlabeled-1.17.4
Removing old branch.
- 4:14 PM Changeset in webkit [26210] by
-
- 1 delete in branches/unlabeled-1.168.4
Removing old branch.
- 4:14 PM Changeset in webkit [26209] by
-
- 1 delete in branches/unlabeled-1.16.50
Removing old branch.
- 4:14 PM Changeset in webkit [26208] by
-
- 1 delete in branches/unlabeled-1.16.4
Removing old branch.
- 4:14 PM Changeset in webkit [26207] by
-
- 1 delete in branches/unlabeled-1.15.4
Removing old branch.
- 4:14 PM Changeset in webkit [26206] by
-
- 1 delete in branches/unlabeled-1.15.14
Removing old branch.
- 4:14 PM Changeset in webkit [26205] by
-
- 1 delete in branches/unlabeled-1.14.4
Removing old branch.
- 4:14 PM Changeset in webkit [26204] by
-
- 1 delete in branches/unlabeled-1.137.4
Removing old branch.
- 4:14 PM Changeset in webkit [26203] by
-
- 1 delete in branches/unlabeled-1.13.4
Removing old branch.
- 4:14 PM Changeset in webkit [26202] by
-
- 1 delete in branches/unlabeled-1.12.4
Removing old branch.
- 4:14 PM Changeset in webkit [26201] by
-
- 1 delete in branches/unlabeled-1.118.4
Removing old branch.
- 4:14 PM Changeset in webkit [26200] by
-
- 1 delete in branches/unlabeled-1.116.4
Removing old branch.
- 4:14 PM Changeset in webkit [26199] by
-
- 1 delete in branches/unlabeled-1.11.4
Removing old branch.
- 4:14 PM Changeset in webkit [26198] by
-
- 1 delete in branches/unlabeled-1.11.14
Removing old branch.
- 4:14 PM Changeset in webkit [26197] by
-
- 1 delete in branches/unlabeled-1.107.4
Removing old branch.
- 4:14 PM Changeset in webkit [26196] by
-
- 1 delete in branches/unlabeled-1.102.4
Removing old branch.
- 4:14 PM Changeset in webkit [26195] by
-
- 1 delete in branches/unlabeled-1.101.4
Removing old branch.
- 4:14 PM Changeset in webkit [26194] by
-
- 1 delete in branches/unlabeled-1.10.4
Removing old branch.
- 4:14 PM Changeset in webkit [26193] by
-
- 1 delete in branches/unlabeled-1.10.38
Removing old branch.
- 4:14 PM Changeset in webkit [26192] by
-
- 1 delete in branches/unlabeled-1.1.4
Removing old branch.
- 4:14 PM Changeset in webkit [26191] by
-
- 1 delete in branches/unlabeled-1.1.2
Removing old branch.
- 4:14 PM Changeset in webkit [26190] by
-
- 1 delete in branches/unlabeled-1.1.14
Removing old branch.
- 4:14 PM Changeset in webkit [26189] by
-
- 1 delete in branches/init
Removing old branch.
- 4:14 PM Changeset in webkit [26188] by
-
- 1 delete in branches/WindowsMerge
Removing old branch.
- 4:13 PM Changeset in webkit [26187] by
-
- 1 delete in branches/ALEXANDER_48_BRANCH_ANCHOR
Removing old branch.
- 1:48 PM Changeset in webkit [26186] by
-
- 2 edits in trunk/LayoutTests
Remove now-passing tests
Rubberstamped by Sam.
- platform/win/Skipped:
- 11:54 AM Changeset in webkit [26185] by
-
- 5 edits in trunk
Fix the build on Win32 for VS2005. A solution for mingw and others may be
needed for FTPDirectory*.cpp still
- 11:31 AM Changeset in webkit [26184] by
-
- 16 edits in trunk
gtk:
Reviewed by Geoff Garen.
changes to keep the build from breaking
- WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::createFrame):
- WebCoreSupport/FrameLoaderClientGtk.h:
qt:
Reviewed by Geoff Garen.
changes to keep the build from breaking
- WebCoreSupport/FrameLoaderClientQt.cpp: (WebCore::FrameLoaderClientQt::createFrame):
- WebCoreSupport/FrameLoaderClientQt.h:
WebCore:
Reviewed by Geoff Garen.
Fixed <rdar://5464402> Crash when running fast/frames/onload-remove-iframe-crash.html in DRT
createFrame() now returns a RefPtr instead of a raw Frame pointer.
Making this change improves the way we handle frames on Windows webkit.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::loadSubframe):
- loader/FrameLoaderClient.h:
- platform/graphics/svg/SVGImageEmptyClients.h: (WebCore::SVGEmptyFrameLoaderClient::createFrame):
WebKit:
Reviewed by Geoff Garen.
Fixed <rdar://5464402> Crash when running fast/frames/onload-remove-iframe-crash.html in DRT
createFrame() now returns a RefPtr instead of a raw Frame pointer.
Making this change improves the way we handle frames on Windows WebKit.
- WebCoreSupport/WebFrameLoaderClient.h:
- WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::createFrame):
win:
Reviewed by Geoff Garen.
Fixed <rdar://5464402> Crash when running fast/frames/onload-remove-iframe-crash.html in DRT
- WebFrame.cpp: (WebFrame::createFrame): The crash was caused by the early destruction of the subframe. To resolve this issue, the manual deref of the child frame that occurs in between being appended to the frametree and being used in loadURLIntoChild wasn't exactly incorrect, but just needed to be moved until after loadURLIntoChild. This hasn't been a problem for other uses of child frames because this test case involves removing a child frame immediately after loading it, all in an onload handler. Even better than just moving the deref would be to change the signature of createFrame to use a RefPtr<Frame> so that a manual deref isn't necessary. This is what was done in this patch.
- WebFrame.h: createFrame() now returns a RefPtr instead of a raw Frame pointer. Making this change improves the way we handle frames on Windows WebKit.
- 5:01 AM Changeset in webkit [26183] by
-
- 2 edits in branches/feature-branch/WebCore
2007-10-10 Mark Rowe <mrowe@apple.com>
Windows build fix after r26109.
- WebCore.vcproj/WebCore.vcproj:
- 4:12 AM Changeset in webkit [26182] by
-
- 15 edits in trunk
Fix compilation using gcc 4.3. Header files have been reorganized and as a result some extra
includes are needed for INT_MAX, std::auto_ptr and the like.
- 2:09 AM Changeset in webkit [26181] by
-
- 4 edits in branches/feature-branch/WebCore
Fix Bug 15433: Filters do not repaint when base resources change/update
Reviewed by Eric.
SVGFEImage now actually responds to image updates, and triggers a repaint.
- platform/graphics/svg/SVGResource.h:
- platform/graphics/svg/filters/SVGFEImage.cpp: (WebCore::SVGFEImage::setCachedImage): Don't re-set the image lest we want to trigger infinite recursion. (WebCore::SVGFEImage::imageChanged): Image change means we need to tell our clients to repaint
- platform/graphics/svg/filters/SVGFEImage.h:
- rendering/SVGRenderSupport.cpp: (WebCore::prepareToRenderSVGContent): make sure that users of filters are registered.
Oct 9, 2007:
- 11:15 PM Changeset in webkit [26180] by
-
- 2 edits in branches/feature-branch/WebCore
2007-10-09 Eric Seidel <eric@webkit.org>
Reviewed by Alp.
Track changes in r26109 to fix the Gtk+ build.
- WebCore.pro:
- 10:09 PM Changeset in webkit [26179] by
-
- 1 copy in tags/Safari-523.11.1b
New tag.
- 10:09 PM Changeset in webkit [26178] by
-
- 1 edit in trunk/WebKit/win/WebKit.vcproj/VERSION
Bump versions for submit
- 4:50 PM Changeset in webkit [26177] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/wx/ScrollViewWx.cpp
Typo fix (y passed into wrong arg).
- 4:45 PM Changeset in webkit [26176] by
-
- 4 edits in branches/Safari-2.0-dashboard/WebCore
Reviewed by Sam Weinig.
Merge r25249 and r25284 from ToT to Safari-2.0-dashboard.
This time with a fix for <rdar://problem/5531129>.
2007-08-24 Sam Weinig <sam@webkit.org>
Reviewed by Adele.
Fix for <rdar://problem/5426142>
Use the EventTarget's frame when creating the EventListener.
Tests: http/tests/security/listener/xss-JSTargetNode-onclick-addEventListener.html
http/tests/security/listener/xss-JSTargetNode-onclick-shortcut.html
http/tests/security/listener/xss-window-onclick-addEventListener.html
http/tests/security/listener/xss-window-onclick-shortcut.html
- bindings/js/JSEventTargetNode.cpp: (WebCore::JSEventTargetNode::setListener): (WebCore::JSEventTargetNodePrototypeFunction::callAsFunction):
- bindings/js/kjs_window.cpp: (KJS::WindowFunc::callAsFunction):
2007-08-28 Sam Weinig <sam@webkit.org>
Reviewed by Darin.
Update fix landed in r25249 to account for XMLHttpRequest, which can also be EventTargets.
Tests: http/tests/security/listener/xss-XMLHttpRequest-addEventListener.html
http/tests/security/listener/xss-XMLHttpRequest-shortcut.html
- bindings/js/JSXMLHttpRequest.cpp: (KJS::JSXMLHttpRequest::putValueProperty): Use the Window object associated with document's frame, not the active Window. (KJS::JSXMLHttpRequestPrototypeFunction::callAsFunction): ditto
- xml/XMLHttpRequest.h: (WebCore::XMLHttpRequest::document): Expose Document member so bindings can access the correct frame.
- 2:26 PM Changeset in webkit [26175] by
-
- 4 edits in branches/Safari-2.0-dashboard/WebCore
Reverted r25767 due to numerous regressions as detailed in <rdar://problem/5531129>
- khtml/ecma/kjs_dom.cpp: (DOMNode::setListener): (DOMNodeProtoFunc::tryCall):
- khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall):
- khtml/ecma/xmlhttprequest.cpp: (KJS::XMLHttpRequest::putValue): Reverted all code in these files to r25740.
- 12:13 PM Changeset in webkit [26174] by
-
- 3 edits2 adds in branches/feature-branch
Reviewed by Anders.
http://bugs.webkit.org/show_bug.cgi?id=15436
Wrong node order for XPath reverse axes
Test: fast/xpath/reverse-axes.html
- xml/XPathStep.cpp: (WebCore::XPath::Step::nodesInAxis): Do not prematurely sort reverse axes. Generate preceding axis nodes in reversed document order.
- 11:58 AM Changeset in webkit [26173] by
-
- 5 edits2 adds in branches/feature-branch
Reviewed by Mitz.
http://bugs.webkit.org/show_bug.cgi?id=15437
XPath substring-after function is broken
Test: fast/xpath/substring-after.html
- xml/XPathFunctions.cpp: (WebCore::XPath::FunSubstringAfter::evaluate): Fix it for real this time, hopefully.
- 11:01 AM Changeset in webkit [26172] by
-
- 533 edits in branches/feature-branch/LayoutTests
Not reviewed.
Regenerated the SVG test baseline, they have been generated with _trunk_ instead of feature-branch.
Not sure who committed it, but it's wrong - so I'm fixing.
- 10:32 AM Changeset in webkit [26171] by
-
- 4 edits4 adds in branches/feature-branch
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=15080
<use> element not refresh after adding objects by script in referrer
Update shadow tree when elements are added/removed from a tree
that is referenced by a <use>.
- 6:58 AM Changeset in webkit [26170] by
-
- 5 edits in trunk/LayoutTests
remove some passing tests from teh Skipped list, and adapt some results.
- 6:58 AM Changeset in webkit [26169] by
-
- 3 edits in trunk/WebKitTools
implement layoutTestController.encode/decodeHostName. We still don't pass fast/encoding/idn-security.html, since our QUrl::from/toACE is somewhat stricter than ICU.
- 6:58 AM Changeset in webkit [26168] by
-
- 3 edits in trunk/JavaScriptCore
fix the invokation of slots with return types. Add a JSLock around the conversion from QVariant to JSValue.
- 6:58 AM Changeset in webkit [26167] by
-
- 2 edits in trunk/LayoutTests
remove some tests that are now passing.
- 6:58 AM Changeset in webkit [26166] by
-
- 2 edits in trunk/WebKit/qt
set a default encoding for documents. Makes fast/dom/Document/document-charset.html pass.
- 6:58 AM Changeset in webkit [26165] by
-
- 2 edits in trunk/WebKit/qt
Don't return a 404 status code for empty data: urls. Fixes fast/dom/HTMLHeadElement/head-check.html
- 6:58 AM Changeset in webkit [26164] by
-
- 9 edits in trunk
Don't set up connections inside QWebPage::createFrame, as users might be reimplementing that method. Make sure we get only one titleChanged() signal per title change, and implement the support for testing this in DRT.
- 6:58 AM Changeset in webkit [26163] by
-
- 2 edits1 add in trunk/LayoutTests
don't try to test objc wrappers on platforms that don't support objc. Add a platform dependent result for Qt.
- 6:58 AM Changeset in webkit [26162] by
-
- 1 edit1 add in trunk/LayoutTests
expected result for this test. This differs from the Mac result, as I suspect their XMLHttpRequest implementation to have a bug here for local files. If a request is ok, the returned status code should be 200, not 0.
- 6:57 AM Changeset in webkit [26161] by
-
- 3 edits in trunk/LayoutTests
fix up the results for one test case, and remove 2 others from the skipped list.
- 6:57 AM Changeset in webkit [26160] by
-
- 4 edits in trunk/WebKitTools
add a dummy implementation for layoutTestController.display() and implement layoutTestController.clearBackForwardList().
- 6:57 AM Changeset in webkit [26159] by
-
- 1 edit1 add in trunk/LayoutTests
even though this is a text only test the result is platform dependent.
- 6:57 AM Changeset in webkit [26158] by
-
- 3 edits in trunk/WebKit/qt
add a clear() method to QWebPageHistory.
- 6:52 AM Changeset in webkit [26157] by
-
- 2 edits in trunk/WebKitTools
make --git-reviewer work again.
- 2:02 AM Changeset in webkit [26156] by
-
- 3 edits2 adds in branches/feature-branch
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=15088
HTMLOptionElement.selected returns false when parent HTMLSelectElement is "display: none" until parent's .selectedIndex is accessed
Make sure the list items are up to date when there is no renderer.
Oct 8, 2007:
- 6:52 PM Changeset in webkit [26155] by
-
- 3 edits in branches/feature-branch/WebKitTools
HackTop [26957:WebKitTools]% less ChangeLog Stuff/Projects/WebKit/WebKitTools
2007-10-08 Eric Seidel <eric@webkit.org>
Reviewed by Mark Rowe.
- Scripts/build-webkit: add --help, remove unused --color
- 4:15 PM Changeset in webkit [26154] by
-
- 8 edits in branches/feature-branch
Add closing markers for merge
End merging of trunk:25970-26102
- 4:14 PM Changeset in webkit [26153] by
-
- 2 edits in branches/feature-branch/WebCore
Fix Bug 15305: Crash when dragging an image when "load images automatically" preference is off
http://bugs.webkit.org/show_bug.cgi?id=15305
<rdar://problem/5524774>
Reviewed by Eric Seidel.
No test possible: to reproduce this you have to change a WebKit
preference and reload the page. See
http://bugs.webkit.org/show_bug.cgi?id=15414
- platform/win/ClipboardWin.cpp: (WebCore::createGlobalImageFileDescriptor): ASSERT that we have an image and that it has a SharedBuffer. (WebCore::writeImageToDataObject): The fix: null-check imageBuffer.
- 4:14 PM Changeset in webkit [26152] by
-
- 2 edits in branches/feature-branch/WebKitTools
2007-10-07 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber stamped by Eric.
Connect to the "hovering-over-link" signal emitted by WebKitPage and
show the current link inside the statusbar.
This shows how to make use of this signal and allows to easily test
http://bugs.webkit.org/show_bug.cgi?id=15299.
- GtkLauncher/main.cpp: (hoveringOverLink): (main):
- 4:14 PM Changeset in webkit [26151] by
-
- 8 edits in branches/feature-branch
Reviewed by Sam Weinig.
Added JSObject::removeDirect, to support the fix for
<rdar://problem/5522487> REGRESSION: With JavaScript disabled, any
page load causes a crash in PropertyMap::put
- kjs/object.cpp: (KJS::JSObject::removeDirect):
- kjs/object.h:
WebCore:
Reviewed by Sam Weinig.
New fix for <rdar://problem/5522487> REGRESSION: With JavaScript
disabled, any page load causes a crash in PropertyMap::put
Explicitly remove the "document" property from the window. The old
solution would leave a stale "document" property around after JavaScript
was re-enabled.
The architecture for disabling JavaScript could use some consolidation.
It seems wrong that a script proxy even exists when JavaScript is
disabled. It also seems wrong that so many individual call sites are
responsible for checking whether JavaScript is enabled. I've filed a
bug about this: http://bugs.webkit.org/show_bug.cgi?id=15385.
- bindings/js/kjs_proxy.cpp: (WebCore::KJSProxy::clearDocumentWrapper):
- bindings/js/kjs_proxy.h:
- page/Frame.cpp: (WebCore::Frame::setDocument):
- 4:14 PM Changeset in webkit [26150] by
-
- 2 edits in branches/feature-branch/WebCore
2007-10-05 Jon Honeycutt <jhoneycutt@apple.com>
Reviewed by Anders.
<rdar://5520913> Ticketmaster.com doesn't display correctly (Flash
related?)
The plugin is requesting files that don't exist on the server, and
we are passing the 404 error page to the plugin. This change cancels the
stream if the response code indicates a failure.
This is a port of the safari / mac code.
- loader/win/NetscapePlugInStreamLoaderWin.cpp: (WebCore::NetscapePlugInStreamLoader::didReceiveResponse): If the response code indicates a failure, cancel the stream
- 4:13 PM Changeset in webkit [26149] by
-
- 2 edits in branches/feature-branch/WebCore
Reviewed by Sam Weinig.
Fixed <rdar://problem/5522487> REGRESSION: With JavaScript disabled,
any page load causes a crash in PropertyMap::put
The problem was that we were using JavaScript when JavaScript was
disabled. The architecture for disabling JavaScript could use some
consolidation, but this is the simplest, safest change for now.
Currently passing layout tests still pass.
- bindings/js/kjs_proxy.cpp: (WebCore::KJSProxy::updateDocumentWrapper):
- 4:13 PM Changeset in webkit [26148] by
-
- 4 edits in branches/feature-branch
WebCore:
Reviewed by John Sullivan.
Fix for <rdar://problem/5441823> REGRESSION (r25142, Tiger only):
Vertical scroll bar not redrawn properly when going back in history
(15033)
This fix if-defs r25142 to be Leopard-only since it causes
correctness issues on Tiger and does not seem to have any
performance impact on Tiger either.
- loader/FrameLoader.cpp: (WebCore::FrameLoader::transitionToCommitted):
WebKit:
Reviewed by John Sullivan.
Fix for <rdar://problem/5441823> REGRESSION (r25142, Tiger only):
Vertical scroll bar not redrawn properly when going back in history
(15033)
This fix if-defs r25142 to be Leopard-only since it causes
correctness issues on Tiger and does not seem to have any
performance impact on Tiger either.
- WebView/WebDynamicScrollBarsView.m: (-[WebDynamicScrollBarsView setScrollBarsSuppressed:repaintOnUnsuppress:]): (-[WebDynamicScrollBarsView reflectScrolledClipView:]):
- 4:13 PM Changeset in webkit [26147] by
-
- 2 edits in branches/feature-branch/WebKit/win
<rdar://problem/5436617>
Implement WebIconDatabase::delayDatabaseCleanup() and WebIconDatabase::allowDatabaseCleanup().
Reviewed by Brady.
- WebIconDatabase.cpp: (WebIconDatabase::delayDatabaseCleanup): (WebIconDatabase::allowDatabaseCleanup):
- 4:12 PM Changeset in webkit [26146] by
-
- 2 edits in branches/feature-branch/WebCore
<rdar://problem/5436617> Favicons sometimes don't show up even when they are
in the database
- A client can try to retain an icon for a page before the database is actually opened. Since isOpened() is not a requirement to retain an icon, remove the check for that. Instead, we'll check to make sure whether this database is enabled before proceeding.
Reviewed by Brady.
- loader/icon/IconDatabase.cpp: (WebCore::IconDatabase::retainIconForPageURL): (WebCore::IconDatabase::releaseIconForPageURL): only check isOpen() before we schedule for a sync.
- 4:12 PM Changeset in webkit [26145] by
-
- 5 edits in branches/feature-branch/LayoutTests/platform/qt
these tests deliver the same results as on the Mac, which
makes them pass :)
- 4:12 PM Changeset in webkit [26144] by
-
- 4 edits in branches/feature-branch
fix a hang in editing/selection/extend-by-word-002.html
- 4:11 PM Changeset in webkit [26143] by
-
- 1 edit2 adds in branches/feature-branch/WebKitTools
forgot to add these files in r26061.
- 4:11 PM Changeset in webkit [26142] by
-
- 14 deletes in branches/feature-branch/LayoutTests/platform/qt/traversal
remove platform specific results, after r26045 turned
these tests into being text only.
- 4:11 PM Changeset in webkit [26141] by
-
- 1 edit in branches/feature-branch/LayoutTests/platform/qt/Skipped
remove four more passing tests from the skipped list.
- 4:10 PM Changeset in webkit [26140] by
-
- 10 edits in branches/feature-branch
add proper error messages to the FrameLoaderClient.
Implement ChromeClientQt::closeWindowSoon and
FrameLoaderClientQt::dispatchCreatePage (which should go
away IMO).
Some fixes in DRT to make it work correctly with multiple
windows.
- 4:10 PM Changeset in webkit [26139] by
-
- 9 edits in branches/feature-branch
Add a dummy plugin to DRT to fix fast/dom/Window/Plug-Ins.html.
Add support for layoutTextController.setCanOpenWindows() to DRT
fixing another 2 test cases in fast/dom/Window.
- 4:09 PM Changeset in webkit [26138] by
-
- 8 edits in branches/feature-branch
2007-10-04 Mark Rowe <mrowe@apple.com>
Reviewed by Oliver.
Switch to default level of debugging symbols to resolve <rdar://problem/5488678>.
The "full" level appears to offer no observable benefits even though the documentation
suggests it be used for dead code stripping. This should also decrease link times.
- Configurations/Base.xcconfig:
- 4:09 PM Changeset in webkit [26137] by
-
- 1 edit in branches/feature-branch/WebKitTools/ChangeLog
Rubber stamped by Adam.
Remove empty directories.
- DumpRenderTree/DumpRenderTree.qtproj: Removed.
- DumpRenderTree/DumpRenderTree.qtproj/fonts: Removed.
- 4:09 PM Changeset in webkit [26136] by
-
- 2 edits in branches/feature-branch/WebKit/win
- Interfaces/IWebViewPrivate.idl: Moving setInitialFocus down to the end to avoid breaking the OpenSource build.
- 4:08 PM Changeset in webkit [26135] by
-
- 10 edits in branches/feature-branch
WebCore:
Reviewed by Darin.
WebCore part of fix for <rdar://problem/5369017> REGRESSION: Can't tab to webview that doesn't have editable content
- page/FocusController.h: Added FocusDirection argument.
- page/FocusController.cpp: (WebCore::FocusController::setInitialFocus): Use FocusDirection argument instead of key modifiers to send direction to advanceFocus.
- WebCore.exp: Updated symbol.
WebKit:
Reviewed by Darin.
WebKit part of fix for <rdar://problem/5369017> REGRESSION: Can't tab to webview that doesn't have editable content
- WebView/WebHTMLView.mm: (-[WebHTMLView becomeFirstResponder]): Pass in the FocusDirection.
win:
Reviewed by Darin.
WebKit/win part of fix for <rdar://problem/5369017> REGRESSION: Can't tab to webview that doesn't have editable content
- WebView.cpp: Added setInitialFocus so the application can specify that its handing off focus to WebKit and so that it can specify the focus direction.
- WebView.h: ditto.
- Interfaces/IWebViewPrivate.idl: ditto.
- 4:05 PM Changeset in webkit [26134] by
-
- 2 edits in branches/feature-branch/WebKit
- WebView/WebHTMLView.mm: (-[WebHTMLView _updateActiveState]): Removed a bogus comment.
- 4:04 PM Changeset in webkit [26133] by
-
- 15 edits14 adds42 deletes in branches/feature-branch/LayoutTests
Rubber-stamped by Darin.
Make traversal tests dumpAsText.
- platform/mac/traversal: Removed.
- platform/mac/traversal/node-iterator-001-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-001-expected.png: Removed.
- platform/mac/traversal/node-iterator-001-expected.txt: Removed.
- platform/mac/traversal/node-iterator-002-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-002-expected.png: Removed.
- platform/mac/traversal/node-iterator-002-expected.txt: Removed.
- platform/mac/traversal/node-iterator-003-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-003-expected.png: Removed.
- platform/mac/traversal/node-iterator-003-expected.txt: Removed.
- platform/mac/traversal/node-iterator-004-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-004-expected.png: Removed.
- platform/mac/traversal/node-iterator-004-expected.txt: Removed.
- platform/mac/traversal/node-iterator-005-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-005-expected.png: Removed.
- platform/mac/traversal/node-iterator-005-expected.txt: Removed.
- platform/mac/traversal/node-iterator-006-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-006-expected.png: Removed.
- platform/mac/traversal/node-iterator-006-expected.txt: Removed.
- platform/mac/traversal/node-iterator-007-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-007-expected.png: Removed.
- platform/mac/traversal/node-iterator-007-expected.txt: Removed.
- platform/mac/traversal/node-iterator-008-expected.checksum: Removed.
- platform/mac/traversal/node-iterator-008-expected.png: Removed.
- platform/mac/traversal/node-iterator-008-expected.txt: Removed.
- platform/mac/traversal/stay-within-root-expected.checksum: Removed.
- platform/mac/traversal/stay-within-root-expected.png: Removed.
- platform/mac/traversal/stay-within-root-expected.txt: Removed.
- platform/mac/traversal/tree-walker-001-expected.checksum: Removed.
- platform/mac/traversal/tree-walker-001-expected.png: Removed.
- platform/mac/traversal/tree-walker-001-expected.txt: Removed.
- platform/mac/traversal/tree-walker-002-expected.checksum: Removed.
- platform/mac/traversal/tree-walker-002-expected.png: Removed.
- platform/mac/traversal/tree-walker-002-expected.txt: Removed.
- platform/mac/traversal/tree-walker-003-expected.checksum: Removed.
- platform/mac/traversal/tree-walker-003-expected.png: Removed.
- platform/mac/traversal/tree-walker-003-expected.txt: Removed.
- platform/mac/traversal/tree-walker-004-expected.checksum: Removed.
- platform/mac/traversal/tree-walker-004-expected.png: Removed.
- platform/mac/traversal/tree-walker-004-expected.txt: Removed.
- platform/mac/traversal/tree-walker-005-expected.checksum: Removed.
- platform/mac/traversal/tree-walker-005-expected.png: Removed.
- platform/mac/traversal/tree-walker-005-expected.txt: Removed.
- traversal/node-iterator-001-expected.txt: Added.
- traversal/node-iterator-001.html:
- traversal/node-iterator-002-expected.txt: Added.
- traversal/node-iterator-002.html:
- traversal/node-iterator-003-expected.txt: Added.
- traversal/node-iterator-003.html:
- traversal/node-iterator-004-expected.txt: Added.
- traversal/node-iterator-004.html:
- traversal/node-iterator-005-expected.txt: Added.
- traversal/node-iterator-005.html:
- traversal/node-iterator-006-expected.txt: Added.
- traversal/node-iterator-006.html:
- traversal/node-iterator-007-expected.txt: Added.
- traversal/node-iterator-007.html:
- traversal/node-iterator-008-expected.txt: Added.
- traversal/node-iterator-008.html:
- traversal/stay-within-root-expected.txt: Added.
- traversal/stay-within-root.html:
- traversal/tree-walker-001-expected.txt: Added.
- traversal/tree-walker-001.html:
- traversal/tree-walker-002-expected.txt: Added.
- traversal/tree-walker-002.html:
- traversal/tree-walker-003-expected.txt: Added.
- traversal/tree-walker-003.html:
- traversal/tree-walker-004-expected.txt: Added.
- traversal/tree-walker-004.html:
- traversal/tree-walker-005-expected.txt: Added.
- traversal/tree-walker-005.html:
- 4:03 PM Changeset in webkit [26132] by
-
- 2 edits in branches/feature-branch/WebCore
Reviewed by John.
<rdar://problems/5516309>
- page/FrameView.cpp: (WebCore::FrameView::updateControlTints): Avoid the expense of updating tints on controls for the empty-window case since this can take a significant amount of time even on windows that have no content at all. Note this fix specifically optimizes the empty window/tab case; for a more broad fix John wrote up rdar://problem/5521050.
- 4:03 PM Changeset in webkit [26131] by
-
- 2 edits in branches/feature-branch/WebCore
- page/Frame.h: Put functions into categories to indicate other classes we'd like to move them into in the future. Just organizational -- no code change.
- 4:02 PM Changeset in webkit [26130] by
-
- 3 edits2 adds in branches/feature-branch
fix a crash in the FrameLoader that can happen under certain
conditions in the Qt port.
- 4:01 PM Changeset in webkit [26129] by
-
- 1 edit1 move in branches/feature-branch/LayoutTests
forgot to move one file in the last commit.
- 4:00 PM Changeset in webkit [26128] by
-
- 1 edit317 adds317 deletes in branches/feature-branch/LayoutTests
Move png files that are not test results and where mistakenly moved in r26026
back to where they belong.
- 3:59 PM Changeset in webkit [26127] by
-
- 2 edits in branches/feature-branch/WebKitTools
Reviewed by Adam.
- Scripts/webkitdirs.pm: Automatically use "Debug_Internal" if we find the internal libraries in the libraries directory. This is helpful for Safari team engineers at Apple.
- 3:58 PM Changeset in webkit [26126] by
-
- 4 edits in branches/feature-branch/WebKit/win
<rdar://problem/5521230> Implement IWebIconDatabase::iconURLForURL in WebKit for windows
Reviewed by Steve and Brady.
- Interfaces/IWebIconDatabase.idl:
- WebIconDatabase.cpp: (WebIconDatabase::iconURLForURL):
- WebIconDatabase.h:
- 3:51 PM Changeset in webkit [26125] by
-
- 1 edit8920 adds8914 deletes in branches/feature-branch/LayoutTests
Move pixel test results that were mistakenly left in place after r25970
Rubberstamped by Sam.
- 3:42 PM Changeset in webkit [26124] by
-
- 2 edits in branches/feature-branch/LayoutTests
Add some sometimes-timing-out tests to the Skipped file
Rubberstamped by Sam.
- platform/win/Skipped:
- 3:39 PM Changeset in webkit [26123] by
-
- 2 edits in branches/feature-branch/WebKitTools
Update the location of AHEM_.TTF after r25968
Reviewed by Sam.
- DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj:
- 3:36 PM Changeset in webkit [26122] by
-
- 23 edits in branches/feature-branch
2007-10-03 Alp Toker <alp@atoker.com>
Reviewed by Adam.
http://bugs.webkit.org/show_bug.cgi?id=14726
[gtk] API design. Mapping the WebView delegates to signals.
Change the API namespace of the Gtk+ port from 'WebKitGtk' to 'WebKit'.
- 3:33 PM Changeset in webkit [26121] by
-
- 7 edits in branches/feature-branch/WebCore
2007-10-03 Alp Toker <alp@atoker.com>
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=14129
[CAIRO] Support the canvas element
Add a new canvas implementation using Cairo for rendering.
- html/CanvasGradient.cpp: (WebCore::CanvasGradient::CanvasGradient): (WebCore::CanvasGradient::~CanvasGradient): (WebCore::CanvasGradient::addColorStop): (WebCore::CanvasGradient::platformShading):
- html/CanvasGradient.h:
- html/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::setFillStyle): (WebCore::CanvasRenderingContext2D::fill): (WebCore::CanvasRenderingContext2D::stroke): (WebCore::CanvasRenderingContext2D::fillRect): (WebCore::CanvasRenderingContext2D::drawImage): (WebCore::CanvasRenderingContext2D::applyStrokePattern):
- html/CanvasStyle.cpp: (WebCore::CanvasStyle::applyStrokeColor):
- html/HTMLCanvasElement.cpp: (WebCore::HTMLCanvasElement::~HTMLCanvasElement): (WebCore::HTMLCanvasElement::reset): (WebCore::HTMLCanvasElement::paint): (WebCore::HTMLCanvasElement::createDrawingContext): (WebCore::HTMLCanvasElement::createPlatformImage):
- html/HTMLCanvasElement.h:
- 3:30 PM Changeset in webkit [26120] by
-
- 3 edits in branches/feature-branch/WebKit/gtk
2007-10-02 Cosimo Cecchi <cosimoc@svn.gnome.org>
Reviewed by Mark.
http://bugs.webkit.org/show_bug.cgi?id=15299
Fix "hovering_over_link" signal being fired every time mouse moves.
- WebCoreSupport/ChromeClientGtk.cpp: (WebKit::ChromeClient::ChromeClient): (WebKit::ChromeClient::mouseDidMoveOverElement):
- WebCoreSupport/ChromeClientGtk.h:
- 3:26 PM Changeset in webkit [26119] by
-
- 3 edits in branches/feature-branch/WebKit/gtk
2007-09-21 Sean Egan <seanegan@gmail.com>
Reviewed by Alp.
Add an "execute_script" method to programmatically call Javascript
http://bugs.webkit.org/show_bug.cgi?id=15255
- Api/webkitgtkpage.cpp:
- Api/webkitgtkpage.h:
- 3:24 PM Changeset in webkit [26118] by
-
- 2 edits in branches/feature-branch/WebKitTools
This fixes --strict mode in run-webkit-tests again after
the platform dependent test results have been moved.
- 3:21 PM Changeset in webkit [26117] by
-
- 2 edits in branches/feature-branch/JavaScriptCore
Fix a stupid bug in Unicode::toUpper/toLower.
Fixes all three test failures in the JavaScriptCore test
suite.
- 3:17 PM Changeset in webkit [26116] by
-
- 2 edits25 adds in branches/feature-branch/LayoutTests/platform/qt
add some more passing tests, and update one result.
- 3:14 PM Changeset in webkit [26115] by
-
- 4 edits1 add4 deletes in branches/feature-branch
remove the hack in run-webkit-tests that forced text only test
to be taken from the platform independent dir. It was only left
there from early days.
Remove platform dependent results for tests that are text only nowadays,
and add one platform dependent result for a text only test that requires it.
- 3:11 PM Changeset in webkit [26114] by
-
- 7 adds in branches/feature-branch/LayoutTests/platform/qt
add some more results.
- 3:05 PM Changeset in webkit [26113] by
-
- 1 edit4428 adds4291 deletes in branches/feature-branch/LayoutTests
Move all test results that are platform dependent but
stored in the platform independent part to their
correct locations (inside platform/mac).
This will make it a lot easier to maintain test
results for other platforms than mac.
Signed off by aroben.
- 2:59 PM Changeset in webkit [26112] by
-
- 7 edits in branches/feature-branch
Add initial merge markers for 25970-26102 trunk merge
- 2:24 PM Changeset in webkit [26111] by
-
- 3 edits2 moves in branches/feature-branch/WebCore
2007-10-08 Eric Seidel <eric@webkit.org>
Reviewed by Oliver.
Build fix. Fix circular build rule for CSS*.in files evident on clean build.
- DerivedSources.make:
- WebCore.xcodeproj/project.pbxproj:
- ksvg2/css/CSSPropertyNames.in: Removed.
- ksvg2/css/CSSValueKeywords.in: Removed.
- ksvg2/css/SVGCSSPropertyNames.in: Copied from ksvg2/css/CSSPropertyNames.in.
- ksvg2/css/SVGCSSValueKeywords.in: Copied from ksvg2/css/CSSValueKeywords.in.
- 2:07 PM Changeset in webkit [26110] by
-
- 3 edits2 adds in trunk
Merge r26108 from feature-branch to trunk.
- 1:33 PM Changeset in webkit [26109] by
-
- 15 edits4 adds2 deletes in branches/feature-branch
2007-10-08 Eric Seidel <eric@webkit.org>
Reviewed by hyatt.
Implement getComputedStyle support for SVG CSS values
http://bugs.webkit.org/show_bug.cgi?id=15422
This also unifies SVG and non-SVG CSS hash lookups. A unified hash
solves correctness problems as well as offers improved speed.
Test: svg/css/getComputedStyle-basic.xhtml
- DerivedSources.make: unify SVG and non-SVG CSS hash files
- WebCore.xcodeproj/project.pbxproj: remove old SVG CSS hash files
- css/CSSComputedStyleDeclaration.cpp: (WebCore::): (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): call getPropertyCSSValue
- css/CSSComputedStyleDeclaration.h: add getPropertyCSSValue
- css/CSSGrammar.y:
- css/CSSParser.cpp: (WebCore::CSSParser::parseValue):
- css/CSSStyleDeclaration.cpp: (WebCore::propertyID):
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty):
- ksvg2/css/CSSPropertyNames.in: remove font-size-adjust
- ksvg2/css/SVGCSSComputedStyleDeclaration.cpp: Added. (WebCore::CSSComputedStyleDeclaration::getSVGPropertyCSSValue): added.
- ksvg2/css/SVGCSSParser.cpp: (WebCore::CSSParser::parseSVGValue):
- ksvg2/css/SVGCSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applySVGProperty):
- ksvg2/scripts/cssmakeprops: Removed.
- ksvg2/scripts/cssmakevalues: Removed.
- ksvg2/svg/SVGAnimationElement.cpp:
- ksvg2/svg/SVGStyledElement.cpp: (WebCore::mapAttributeToCSSProperty): (WebCore::SVGStyledElement::cssPropertyIdForSVGAttributeName): remove font-size-adjust
- 11:37 AM Changeset in webkit [26108] by
-
- 3 edits2 adds in branches/feature-branch
WebCore:
Reviewed by Steve Falkenburg;
Fix for <rdar://problem/5519698> CrashTracer: [USER] 47 crashes in Safari at com.apple.WebCore: WebCore::XMLTokenizer::lineNumber const + 9
Test: fast/innerHTML/innerHTML-script-tag-crash.xhtml
- dom/XMLTokenizer.cpp: (WebCore::XMLTokenizer::lineNumber): Return 1 when there is no context. (WebCore::XMLTokenizer::columnNumber): ditto.
LayoutTests:
Reviewed by Steve Falkenburg.
Test for <rdar://problem/5519698> CrashTracer: [USER] 47 crashes in Safari at com.apple.WebCore: WebCore::XMLTokenizer::lineNumber const + 9
- fast/innerHTML/innerHTML-script-tag-crash-expected.txt: Added.
- fast/innerHTML/innerHTML-script-tag-crash.xhtml: Added.
- 11:05 AM Changeset in webkit [26107] by
-
- 2 edits in branches/feature-branch/WebCore
- platform/mac/FontPlatformDataMac.mm: (WebCore::FontPlatformData::setFont): Restored one of the -1 checks removed in the previous change - we do need to check m_font!
- 9:53 AM Changeset in webkit [26106] by
-
- 2 edits in branches/feature-branch/WebKitTools
2007-10-07 Eric Seidel <eric@webkit.org>
Reviewed by darin.
- Drosera/mac/DebuggerDocumentPlatform.mm: (DebuggerDocument::platformEvaluateScript): null check before trying to make a JSString
- 9:21 AM Changeset in webkit [26105] by
-
- 2 edits in branches/feature-branch/WebCore
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=15397
Layout tests freeze in HashTable::lookup
Fixes a DRT freeze on PowerPC.
- platform/mac/FontPlatformDataMac.mm: (WebCore::FontPlatformData::FontPlatformData): Don't ask for a size of a nil font, the result is undefined. (WebCore::FontPlatformData::setFont): Ditto. Also removed some checks for -1 that were not sufficient, and thus likely unnecessary,
- 9:16 AM Changeset in webkit [26104] by
-
- 13 edits in branches/feature-branch/LayoutTests
Not reviewed.
Forgot to land some result test changes in my last commit.
Oct 7, 2007:
- 5:41 PM Changeset in webkit [26103] by
-
- 35 edits in branches/feature-branch
Reviewed by Eric.
Fix some issues with rotation & baseline-shift, when spanning
across <tspan> elements. Highlighted by the existing batik tests.
- 5:14 PM Changeset in webkit [26102] by
-
- 2 edits in trunk/WebCore
Fix Bug 15305: Crash when dragging an image when "load images automatically" preference is off
http://bugs.webkit.org/show_bug.cgi?id=15305
<rdar://problem/5524774>
Reviewed by Eric Seidel.
No test possible: to reproduce this you have to change a WebKit
preference and reload the page. See
http://bugs.webkit.org/show_bug.cgi?id=15414
- platform/win/ClipboardWin.cpp: (WebCore::createGlobalImageFileDescriptor): ASSERT that we have an image and that it has a SharedBuffer. (WebCore::writeImageToDataObject): The fix: null-check imageBuffer.
- 7:37 AM Changeset in webkit [26101] by
-
- 4 edits2 adds in branches/feature-branch
2007-10-07 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
Bug 5122: Need an equivalent of Mozilla's DOMContentLoaded event
http://bugs.webkit.org/show_bug.cgi?id=5122
This is based on a patch by Daniel Peebles (pumpkingod@gmail.com).
Test: http/tests/loading/DOMContentLoaded-event.html
- dom/Document.cpp: (WebCore::Document::finishedParsing): Dispatch the DOMContentLoaded event when parsing completes.
- dom/EventNames.h: Add DOMContentLoaded to the list of events.
2007-10-07 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
Test for Bug 5122: Need an equivalent of Mozilla's DOMContentLoaded event
http://bugs.webkit.org/show_bug.cgi?id=5122
- http/tests/loading/DOMContentLoaded-event-expected.txt: Added.
- http/tests/loading/DOMContentLoaded-event.html: Added.
- 5:17 AM Changeset in webkit [26100] by
-
- 5 edits in branches/feature-branch/LayoutTests
Reviewed by Mark.
Fix textLength.svg testcase - missed xmlns.
- 4:21 AM Changeset in webkit [26099] by
-
- 4 edits in branches/feature-branch/JavaScriptCore
2007-10-07 Ed Schouten <ed@fxq.nl>
Reviewed and landed by Alexey Proskuryakov.
Add PLATFORM(FREEBSD), so we can fix the build on FreeBSD-like
systems by including <pthread_np.h>. Also fix some (disabled)
regcomp()/regexec() code; it seems some variable names have
changed.
- kjs/config.h:
- kjs/regexp.cpp: (KJS::RegExp::RegExp):
- wtf/Platform.h:
- 4:16 AM Changeset in webkit [26098] by
-
- 1 edit in branches/feature-branch/JavaScriptCore/tests/mozilla/expected.html
Forgot to commit this with r25958.
- 1:54 AM Changeset in webkit [26097] by
-
- 3 edits4 adds in branches/feature-branch
Reviewed by Eric Seidel.
http://bugs.webkit.org/show_bug.cgi?id=15368
xsl:import fails when preceded by comment
Test: fast/xsl/import-after-comment.xml
- xml/XSLStyleSheet.cpp: (WebCore::XSLStyleSheet::loadChildSheets): It's OK for xsl:import to be preceded by non-element nodes.
- 1:37 AM Changeset in webkit [26096] by
-
- 5 edits6 adds in branches/feature-branch
2007-10-07 Vincent Ricard <magic@magicninja.org>
Reviewed by Maciej. Landed by eseidel.
http://bugs.webkit.org/show_bug.cgi?id=15062
Implement document.compatMode
Tests: fast/dom/compatMode-AlmostStrict.html
fast/dom/compatMode-Compat.html
fast/dom/compatMode-Strict.html
- html/HTMLDocument.cpp: (WebCore::HTMLDocument::compatMode):
- html/HTMLDocument.h:
- html/HTMLDocument.idl:
- 1:07 AM Changeset in webkit [26095] by
-
- 2 edits in trunk/WebKitTools
2007-10-07 Holger Hans Peter Freyther <zecke@selfish.org>
Rubber stamped by Eric.
Connect to the "hovering-over-link" signal emitted by WebKitPage and
show the current link inside the statusbar.
This shows how to make use of this signal and allows to easily test
http://bugs.webkit.org/show_bug.cgi?id=15299.
- GtkLauncher/main.cpp: (hoveringOverLink): (main):
- 1:06 AM Changeset in webkit [26094] by
-
- 16 edits1 add in branches/feature-branch
2007-10-07 Sam Weinig <sam@webkit.org>
Reviewed by Darin & Nikolas. Landed by eseidel.
Patch for http://bugs.webkit.org/show_bug.cgi?id=14455
Autogenerate the JS bindings for the StyleSheetList
- DerivedSources.make:
- WebCore.pro:
- WebCore.vcproj/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/JSStyleSheetListCustom.cpp: Added. (WebCore::JSStyleSheetList::canGetItemsForName): (WebCore::JSStyleSheetList::nameGetter):
- bindings/js/kjs_css.cpp:
- bindings/js/kjs_css.h:
- bindings/objc/DOMUtility.mm:
- bindings/scripts/CodeGeneratorJS.pm:
- css/StyleSheetList.cpp: (WebCore::StyleSheetList::StyleSheetList): (WebCore::StyleSheetList::documentDestroyed): (WebCore::StyleSheetList::getNamedItem):
- css/StyleSheetList.h: Add Document member variable and getNamedItem function to accommodate the odd javascript name getter functionality.
- css/StyleSheetList.idl:
- dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::~Document):
- page/DOMWindow.idl: Add StyleSheetListConstructor
- 12:40 AM Changeset in webkit [26093] by
-
- 2 edits in branches/feature-branch/WebCore
2007-10-07 Lars Naesbye Christensen <lars@naesbye.dk>
Reviewed by Eric Seidel.
make CSS cell cursor more mac-like
http://bugs.webkit.org/show_bug.cgi?id=15325
- Resources/cellCursor.png: