Timeline
Aug 9, 2005:
- 7:48 PM Changeset in webkit [10118] by
-
- 8 edits in branches/Safari-2-0-branch
Bug #:
Submitted by:
Reviewed by:
- 6:13 PM Changeset in webkit [10117] by
-
- 2 edits2 adds in trunk
Reviewed by Dave Hyatt.
<rdar://problem/4210906> Word selection wrong with tabs
Test cases added: selection/extend-by-word-001-html
- khtml/editing/visible_text.cpp: (khtml::TextIterator::handleTextNode):
- layout-tests/editing/selection/extend-by-word-001-html: Added.
- layout-tests/editing/selection/extend-by-word-001-expected.txt: Added.
- 4:53 PM Changeset in webkit [10116] by
-
- 4 edits in branches/Safari-2-0-branch/WebKit
Land the changes to pass Acid2.
- WebCoreSupport.subproj/WebBridge.m: (-[WebBridge determineObjectFromMIMEType:URL:]):
- WebView.subproj/WebDataSource.m: (-[WebDataSource _receivedMainResourceError:complete:]):
- WebView.subproj/WebMainResourceClient.m: (-[WebMainResourceClient continueAfterContentPolicy:response:]):
- 4:52 PM Changeset in webkit [10115] by
-
- 28 edits in branches/Safari-2-0-branch/WebCore
Land all the necessary changes to pass Acid2.
- khtml/css/html4.css:
- khtml/html/dtd.cpp: (DOM::checkChild):
- khtml/html/dtd.h:
- khtml/html/html_headimpl.cpp: (HTMLLinkElementImpl::HTMLLinkElementImpl): (HTMLLinkElementImpl::parseHTMLAttribute): (HTMLLinkElementImpl::tokenizeRelAttribute): (HTMLLinkElementImpl::process):
- khtml/html/html_headimpl.h:
- khtml/html/html_objectimpl.cpp: (HTMLObjectElementImpl::HTMLObjectElementImpl): (HTMLObjectElementImpl::parseHTMLAttribute): (HTMLObjectElementImpl::rendererIsNeeded): (HTMLObjectElementImpl::createRenderer): (HTMLObjectElementImpl::attach): (HTMLObjectElementImpl::detach): (HTMLObjectElementImpl::recalcStyle): (HTMLObjectElementImpl::childrenChanged): (HTMLObjectElementImpl::isImageType): (HTMLObjectElementImpl::renderFallbackContent):
- khtml/html/html_objectimpl.h:
- khtml/html/htmlparser.cpp: (KHTMLParser::insertNode):
- khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseComment):
- khtml/khtml_part.cpp: (KHTMLPart::requestObject): (KHTMLPart::processObjectRequest): (KHTMLPart::handleFallbackContent):
- khtml/khtml_part.h:
- khtml/khtmlpart_p.h: (khtml::ChildFrame::ChildFrame):
- khtml/khtmlview.cpp: (KHTMLView::applyOverflowToViewport): (KHTMLView::layout):
- khtml/khtmlview.h:
- khtml/rendering/render_block.cpp: (khtml::RenderBlock::isSelfCollapsingBlock): (khtml::RenderBlock::layoutBlock):
- khtml/rendering/render_block.h: (khtml::RenderBlock::firstRootBox): (khtml::RenderBlock::lastRootBox):
- khtml/rendering/render_box.cpp: (RenderBox::setStyle): (RenderBox::calcHeight): (RenderBox::calcHeightUsing): (RenderBox::calcAbsoluteHorizontal): (RenderBox::calcAbsoluteHorizontalValues): (RenderBox::calcAbsoluteVertical): (RenderBox::calcAbsoluteVerticalValues):
- khtml/rendering/render_box.h:
- khtml/rendering/render_frames.cpp: (RenderPartObject::RenderPartObject): (RenderPartObject::updateWidget):
- khtml/rendering/render_frames.h: (khtml::RenderPart::hasFallbackContent):
- khtml/rendering/render_replaced.cpp: (RenderReplaced::RenderReplaced):
- khtml/rendering/render_table.cpp: (RenderTable::layout): (RenderTableSection::calcRowHeight): (RenderTableCell::baselinePosition):
- khtml/xml/dom_elementimpl.cpp: (ElementImpl::childAllowed):
- kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::createPart):
- kwq/KWQPainter.mm: (QPainter::_drawPoints):
- kwq/WebCoreBridge.h:
- kwq/WebCoreBridge.mm: (-[WebCoreBridge mainResourceError]):
- 3:22 PM Changeset in webkit [10114] by
-
- 2 edits2 adds in trunk
Patch by Anders Carlsson <andersca@mac.com>
Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=3837>
Page nearly loads but then returned to default page by javascript issue
Reviewed by darin
Test cases added:
- layout-tests/fast/tokenizer/script-after-frameset-expected.txt: Added.
- layout-tests/fast/tokenizer/script-after-frameset.html: Added.
- khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::scriptHandler):
- 2:55 PM Changeset in webkit [10113] by
-
- 1 edit in branches/Safari-2-0-branch/WebCore/ChangeLog-2005-08-23
Adding bug number to ChangeLog comment
- 2:54 PM Changeset in webkit [10112] by
-
- 8 edits in trunk
Patch by Anders Carlsson <andersca@mac.com>
Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=4330>
hasFeature('xhtml', ...) should return true
Reviewed by darin
Test cases updated:
- layout-tests/dom/html/level2/html/HTMLBodyElement09-expected.txt:
- layout-tests/dom/html/level2/html/HTMLBodyElement10-expected.txt:
- layout-tests/dom/html/level2/html/HTMLDocument24-expected.txt:
- layout-tests/dom/html/level2/html/HTMLDocument25-expected.txt:
- layout-tests/dom/html/level2/html/hasFeature03-expected.txt:
- layout-tests/dom/html/level2/html/hasFeature04-expected.txt: These are successful now.
- khtml/xml/dom_docimpl.cpp: (DOMImplementationImpl::hasFeature): Support "xhtml".
- 2:47 PM Changeset in webkit [10111] by
-
- 3 edits in trunk
Patch by Anders Carlsson <andersca@mac.com>
Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=4322>
date-big-setdate.html testcase fails if the timezone isn't UTC-8
Reviewed by darin
Test cases added:
- layout-tests/fast/js/date-big-setdate-expected.txt:
- layout-tests/fast/js/date-big-setdate.html: Compare the millisecond value of the dates to see if they're sequential instead of simply printing the dates.
- 2:45 PM Changeset in webkit [10110] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
Merged fix from TOT to Safari-2-0-branch
2005-06-14 David Hyatt <hyatt@apple.com>
The behavior of <pre> is broken so that the newline
is not always properly being eaten after the open of the tag. In addition we were eating the first newline
after all other tags. This patch stops eating newlines after other tags and refines the behavior for
pre to catch all cases.
Reviewed by sullivan
Test cases added: fast/text/whitespace/030.html
- khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): (khtml::HTMLTokenizer::write):
- 2:29 PM Changeset in webkit [10109] by
-
- 23 edits in trunk
Patch by Anders Carlsson <andersca@mac.com
Reviewed by darin
Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=4331> dispatchEvent should raise an exception
Test cases added:
- layout-tests/dom/html/level2/events/createEvent01-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent01-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent02-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent03-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent04-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent05-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent06-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent07-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent09-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent11-expected.txt:
- layout-tests/dom/html/level2/events/initEvent01-expected.txt:
- layout-tests/dom/html/level2/events/initEvent02-expected.txt:
- layout-tests/dom/html/level2/events/initEvent03-expected.txt: These tests pass now.
- layout-tests/dom/html/level2/events/dispatchEvent08-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent10-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent12-expected.txt:
- layout-tests/dom/html/level2/events/dispatchEvent13-expected.txt: These tests fail somplace else now.
- khtml/dom/dom2_events.h: (DOM::EventException::): Add _EXCEPTION_OFFSET and _EXCEPTION_MAX.
- khtml/ecma/kjs_binding.cpp: (KJS::setDOMException): Handle EventExceptions.
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::createEvent): Allow "Events" as event type.
- khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImpl::dispatchEvent): Raise exception if event is NULL, uninitialized, or if its name is the empty string.
- kwq/DOMInternal.mm: (raiseDOMException): Handle EventExceptions.
- 1:58 PM Changeset in webkit [10108] by
-
- 10 edits2 adds in trunk
Implement baseline alignment support for inline blocks. Inline blocks are supposed to use
the baseline of the last line in the block as their baseline. For marquees we still
bottom align, since marquees really have no discernible baseline in many cases (and this
retains compatibility with WinIE).
Reviewed by cblu
Test cases added: 006.html in fast/inline-block
- khtml/rendering/render_block.cpp: (khtml::RenderBlock::baselinePosition): (khtml::RenderBlock::getBaselineOfLastLineBox):
- khtml/rendering/render_block.h:
- khtml/rendering/render_object.h: (khtml::RenderObject::getBaselineOfLastLineBox):
- layout-tests/css1/box_properties/acid_test-expected.txt:
- layout-tests/fast/css/MarqueeLayoutTest-expected.txt:
- layout-tests/fast/forms/007-expected.txt:
- layout-tests/fast/inline-block/001-expected.txt:
- layout-tests/fast/inline-block/001.html:
- layout-tests/fast/inline-block/006-expected.txt: Added.
- layout-tests/fast/inline-block/006.html: Added.
- layout-tests/fast/selectors/064-expected.txt:
- 12:15 PM Changeset in webkit [10107] by
-
- 2 edits2 adds in trunk
Fixed by Anders Carlsson, Reviewed by Maciej.
- fixed <rdar://problem/4071417> add XMLSerializer object to WebCore's JavaScript support (4046)
Test cases added:
- layout-tests/fast/dom/XMLSerializer-expected.txt: Added.
- layout-tests/fast/dom/XMLSerializer.html: Added.
- khtml/ecma/xmlserializer.cpp: (KJS::XMLSerializerProtoFunc::callAsFunction): allow any node to be serialized, not just documents
- 11:46 AM Changeset in webkit [10106] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
change by Justin to fix build error.
- khtml/editing/htmlediting.cpp: (khtml::InsertTextCommand::input):
- 11:22 AM Changeset in webkit [10105] by
-
- 3 edits in branches/Safari-2-0-branch/JavaScriptCore
Merged fix from TOT to Safari-2-0-branch
2005-07-14 Geoffrey Garen <ggaren@apple.com>
-fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3970
throw statements fail inside eval statements
Reviewed by mjs.
- kjs/function.cpp: (KJS::GlobalFuncImp::call): Big change since I fixed the tabbing. The important part is: if (c.complType() == Throw) exec->setException(c.value());
- kjs/nodes.cpp: (ThrowNode::execute): removed duplicate KJS_CHECKEXCEPTION (TryNode::execute): try now clears the exception state before the finally block executes, and checks the state after the block executes, so that exceptions in finally code get caught.
- 10:52 AM Changeset in webkit [10104] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
Merged fix from TOT to Safari-2-0-branch
2005-08-08 David Hyatt <hyatt@apple.com>
Fix for radar bug #4202641, make sure line breaks happen inside
white-space:pre if word-wrap:break-word is set.
Reviewed by darin
Test cases added: fast/text/whitespace/pre-break-word.html
- khtml/rendering/bidi.cpp: (khtml::RenderBlock::findNextLineBreak):
- 10:48 AM Changeset in webkit [10103] by
-
- 3 edits in branches/Safari-2-0-branch/WebCore
Merged fix from TOT to Safari-2-0-branch
2005-08-04 Justin Garcia <justin.garcia@apple.com>
Reviewed by kocienda
Fix for:
- <rdar://problem/4132360> HIM-8A428:Space key works like Return key in Mail application.
- <rdar://problem/4122708> Mail: when composing new mail with a Korean input method, the first space doesn't work
If the user terminates marked text with a space, a string including marked characters and a normal,
breaking space, is passed to WebCore in order to replace the previous marked sequence. The fix ensures
that the space becomes a non breaking space if necessary.
Test cases added:
- manual-tests/korean-input-space.html
- khtml/editing/insert_text_command.cpp: (khtml::InsertTextCommand::input):
- 10:34 AM Changeset in webkit [10102] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
Merged fix from TOT to Safari-2-0-branch
2005-08-09 Adele Peterson <adele@apple.com>
Reviewed by Darin.
- fixed <rdar://problem/4056369> XML parsing hits disk to turn URL incorrectly passed as relative path name into absolute (prevents idle sleep)
- khtml/xml/xml_tokenizer.cpp: (khtml::createQStringParser): removed last parameter, since we are no longer passing the url to xmlCreatePushParserCtxt (khtml::XMLTokenizer::finish): removed last parameter from createQStringParser
- 10:33 AM Changeset in webkit [10101] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
- fixed <rdar://problem/4056369> XML parsing hits disk to turn URL incorrectly passed as relative path name into absolute (prevents idle sleep)
- khtml/xml/xml_tokenizer.cpp: (khtml::createQStringParser): removed last parameter, since we are no longer passing the url to xmlCreatePushParserCtxt (khtml::XMLTokenizer::finish): removed last parameter from createQStringParser
Aug 8, 2005:
- 6:44 PM Changeset in webkit [10100] by
-
- 2 edits in branches/Safari-2-0-branch/WebKit
Merged fix from TOT to Safari-2-0-branch
2005-08-08 Darin Adler <Darin Adler>
Reviewed by John Sullivan.
- fixed <rdar://problem/3996324> REGRESSION (1.2-2.0): scroll bars sometimes not updated properly (with >40 duplicate reports!) also http://bugzilla.opendarwin.org/show_bug.cgi?id=3416
- WebView.subproj/WebHTMLView.m: (-[WebHTMLView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]): Propagate dirty rects after doing a layout, since a layout can create new dirty rects.
- 6:20 PM Changeset in webkit [10099] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
Merged fix from TOT to Safari-2-0-branch
2005-08-03 Vicki Murley <vicki@apple.com>
Reviewed by Beth and Hyatt.
<rdar://problem/4196646> target returns text node when it should return the parent node
Test cases added: manual-tests/mouseevents-on-textnodes.html
- khtml/khtmlview.cpp: (KHTMLView::dispatchMouseEvent): if the targetNode is a text node, set the
targetNode to the parent node
- 6:14 PM Changeset in webkit [10098] by
-
- 2 edits in branches/Safari-2-0-branch/JavaScriptCore
Merged fix from TOT to Safari-2-0-branch
2005-08-05 Geoffrey Garen <ggaren@apple.com>
Fix by darin, reviewed by me.
- rolled in fix for: <rdar://problem/4161606> JavaScript regular expressions with certain ranges of Unicode characters cause a crash
Test cases added:
- layout-tests/fast/js/regexp-big-unicode-ranges-expected.txt: Added.
- layout-tests/fast/js/regexp-big-unicode-ranges.html: Added.
- pcre/pcre.c: (compile_branch): added checks for characters > 255
- 5:41 PM Changeset in webkit [10097] by
-
- 2 edits in branches/Safari-2-0-branch/WebKit
Merged fix from TOT to Safari-2-0-branch
2005-08-01 Geoffrey Garen <ggaren@apple.com>
-fixed <rdar://problem/3572585> window.open fails if name param = the name of a window just closed in same function
Reviewed by darin.
Test cases added:
- manual-tests/open-after-close.html: Added.
- manual-tests/resources/open-after-close-popup.html: Added.
- WebCoreSupport.subproj/WebBridge.m: (-[WebBridge closeWindowSoon]): We now remove a WebView from WebViewSets when the WebView is *scheduled* to close.
- 5:29 PM Changeset in webkit [10096] by
-
- 3 edits in branches/Safari-2-0-branch/JavaScriptCore
Merged fix from TOT to Safari-2-0-branch
<rdar://problem/3444900> some US-centric date formats not parsed by JavaScript (clock at news8austin.com) (bugzilla 3477)
2005-07-01 Geoffrey Garen <ggaren@apple.com
-landed patch by Carsten Guenther <cguenther@gmail.com>
-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3477
some US-centric date formats not parsed by JavaScript (clock at news8austin.com)
-relevant tests:
mozilla/ecma_3/Date/15.9.5.5.js
layout-tests/fast/js/date-parse-test.html
Reviewed by darin.
- kjs/date_object.cpp: (day): (dayFromYear): (daysInYear): (timeFromYear): (yearFromTime): (weekDay): (timeZoneOffset): (DateProtoFuncImp::call): (DateObjectImp::construct): (KJS::parseDate): (ymdhms_to_seconds): (KJS::makeTime): (findMonth): (KJS::KRFCDate_parseDate):
- kjs/date_object.h:
- 5:13 PM Changeset in webkit [10095] by
-
- 2 edits2 adds in trunk
Fix for radar bug #4202641, make sure line breaks happen inside
white-space:pre if word-wrap:break-word is set.
Reviewed by darin
Test cases added: fast/text/whitespace/pre-break-word.html
- khtml/rendering/bidi.cpp: (khtml::RenderBlock::findNextLineBreak):
- 4:51 PM Changeset in webkit [10094] by
-
- 2 edits in branches/Safari-2-0-branch/WebKit
Merged fix from TOT to Safari-2-0-branch
2005-08-04 Justin Garcia <justin.garcia@apple.com>
Reviewed by darin
Fix for:
<rdar://problem/3167884> Shockwave: 3D sprites rendered in OpenGL draw over the browser (3447)
also as <http://bugzilla.opendarwin.org/show_bug.cgi?id=3447>
The WindowRef created by -[NSWindow windowRef] has a QuickDraw GrafPort that covers
the entire window frame (or structure region in Carbon parlance) rather then just the window content.
We filed this as an NSWindow bug <rdar://problem/4201099>
To work around, we modify the CGrafPort to only cover the content area before we let the plug-in draw.
- Plugins.subproj/WebBaseNetscapePluginView.m: (-[WebBaseNetscapePluginView fixWindowPort]): (-[WebBaseNetscapePluginView saveAndSetPortStateForUpdate:]):
- 3:29 PM Changeset in webkit [10093] by
-
- 2 edits2 adds in trunk
Reviewed by John.
- fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4298 JS crash with DOM2 mouse event with incorrect view
Test cases added:
- layout-tests/fast/events/init-event-null-view-expected.txt: Added.
- layout-tests/fast/events/init-event-null-view.html: Added.
- khtml/xml/dom2_eventsimpl.cpp: (MouseRelatedEventImpl::computeLayerPos): Added nil check.
- 2:14 PM Changeset in webkit [10092] by
-
- 3 edits in trunk/JavaScriptCore
Bug #:
Submitted by:
Reviewed by:
- 2:12 PM Changeset in webkit [10091] by
-
- 21 edits3 deletes in trunk
This patch implements support for <input type=radio> in the engine and removes the NSView-based
control.
Reviewed by: John Sullivan
- ForwardingHeaders/qradiobutton.h: Removed.
- WebCore.xcodeproj/project.pbxproj: Removing the old QRadioButton from the project.
- khtml/css/html4.css: Add the CSS rule to give radio buttons the correct appearance.
- khtml/html/html_formimpl.cpp: (DOM::HTMLInputElementImpl::click): Now that radio button has no corresponding QWidget, move its click handling case down to match the other widget-less controls.
(DOM::HTMLInputElementImpl::createRenderer):
The special renderer doesn't have to be made any more. Radio now behaves like checkbox and just
makes a renderer based off the specified display type in CSS.
(DOM::HTMLInputElementImpl::setChecked):
Fix a regression that prevented unnamed checkboxes from functioning properly. Make sure to
only disallow the selecting of unnamed radio buttons.
(DOM::HTMLInputElementImpl::valueWithDefault):
Fix some mis-indented ifdefs.
(DOM::HTMLInputElementImpl::preDispatchEventHandler):
Added a new event handler method that is called prior to the dispatch of the event into the DOM.
This function is necessary because checkboxes and radio buttons need to check/uncheck *prior* to
the onclick actually being sent into the DOM.
(DOM::HTMLInputElementImpl::defaultEventHandler):
Remove the code that attempted to check/uncheck checkboxes from this function, since it was called
*after* onclick was handled in the DOM, and this was too late. The code has moved into
preDispatchEventHandler instead.
- khtml/html/html_formimpl.h:
- khtml/rendering/render_form.cpp:
- khtml/rendering/render_form.h: Removed RenderRadioButton, the custom renderer that used to wrap QRadioButton.
- khtml/rendering/render_theme.cpp: (khtml::RenderTheme::adjustStyle): (khtml::RenderTheme::paint): Add the radio button case to these methods.
(khtml::RenderTheme::adjustCheckboxStyle):
(khtml::RenderTheme::adjustRadioStyle):
Rework these methods to move all of the control size selection based off font into the
derived class. These methods stay in the base class and call a virtual setCheckbox/RadioSize
method to get the size set up properly.
- khtml/rendering/render_theme.h: (khtml::RenderTheme::setCheckboxSize): (khtml::RenderTheme::setRadioSize): The two new virtual methods that a derived class can override to set initial sizes.
- khtml/rendering/render_theme_mac.h:
- khtml/rendering/render_theme_mac.mm: (khtml::RenderThemeMac::inflateRect): (khtml::RenderThemeMac::setControlSize): (khtml::RenderThemeMac::sizeForFont): (khtml::RenderThemeMac::setSizeFromFont): (khtml::RenderThemeMac::checkboxSizes): (khtml::RenderThemeMac::setCheckboxCellState): (khtml::RenderThemeMac::setCheckboxSize): Patched all of these methods to deal with QSizes instead of ints, since radio buttons are not square.
(khtml::RenderThemeMac::paintRadio):
(khtml::RenderThemeMac::radioSizes):
(khtml::RenderThemeMac::radioMargins):
(khtml::RenderThemeMac::setRadioCellState):
(khtml::RenderThemeMac::setRadioSize):
The implementation of radio buttons. Virtually identical to checkbox.
- khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImpl::dispatchGenericEvent): Add the invocation of preDispatchEventHandler prior to the dispatch of the event.
- khtml/xml/dom_nodeimpl.h: (DOM::NodeImpl::preDispatchEventHandler): The stubbed out empty virtual function in the base class. Overridden in HTMLInputElementImpl to check/uncheck radio buttons and checkboxes prior to the click event being sent into the DOM.
- kwq/KWQAccObject.mm: (-[KWQAccObject actionElement]): (-[KWQAccObject role]): (-[KWQAccObject roleDescription]): (-[KWQAccObject value]): (-[KWQAccObject accessibilityIsAttributeSettable:]): The implementation of radio button accessibility. Identical to checkbox (just a different role).
- kwq/KWQRadioButton.h: Removed.
- kwq/KWQRadioButton.mm: Removed. Removed the old radio button files for QRadioButton.
- 1:22 PM Changeset in webkit [10090] by
-
- 377 edits in trunk
Bug #: 4332
Submitted by: eseidel
Reviewed by: darin
The rest of the changes necessary for darin's Object/Value removal.
These fixes are for kdom/ksvg2 and allow WebCore+SVG to compile.
http://bugzilla.opendarwin.org/show_bug.cgi?id=4332
- kdom/Attr.cpp: (Attr::getValueProperty): (Attr::putValueProperty):
- kdom/Attr.h:
- kdom/CharacterData.cpp: (CharacterData::getValueProperty): (CharacterData::putValueProperty): (CharacterDataProtoFunc::callAsFunction):
- kdom/CharacterData.h:
- kdom/DOMConfiguration.cpp: (DOMConfiguration::getValueProperty): (DOMConfigurationProtoFunc::callAsFunction):
- kdom/DOMConfiguration.h:
- kdom/DOMError.cpp: (DOMError::getValueProperty):
- kdom/DOMError.h:
- kdom/DOMErrorHandler.cpp: (DOMErrorHandler::getValueProperty): (DOMErrorHandlerProtoFunc::callAsFunction):
- kdom/DOMErrorHandler.h:
- kdom/DOMException.cpp: (DOMException::getValueProperty):
- kdom/DOMException.h:
- kdom/DOMImplementation.cpp: (DOMImplementation::getValueProperty): (DOMImplementationProtoFunc::callAsFunction):
- kdom/DOMImplementation.h:
- kdom/DOMLocator.cpp: (DOMLocator::getValueProperty):
- kdom/DOMLocator.h:
- kdom/DOMStringList.cpp: (DOMStringList::getValueProperty): (DOMStringListProtoFunc::callAsFunction):
- kdom/DOMStringList.h:
- kdom/DOMUserData.cpp: (DOMUserData::getValueProperty):
- kdom/DOMUserData.h:
- kdom/Document.cpp: (KDOM::Document::getValueProperty): (KDOM::Document::putValueProperty): (KDOM::DocumentProtoFunc::callAsFunction):
- kdom/Document.h:
- kdom/DocumentType.cpp: (DocumentType::getValueProperty):
- kdom/DocumentType.h:
- kdom/Element.cpp: (Element::getValueProperty): (ElementProtoFunc::callAsFunction):
- kdom/Element.h:
- kdom/Entity.cpp: (Entity::getValueProperty):
- kdom/Entity.h:
- kdom/NamedNodeMap.cpp: (NamedNodeMap::getValueProperty): (NamedNodeMapProtoFunc::callAsFunction):
- kdom/NamedNodeMap.h:
- kdom/Node.cpp: (Node::getValueProperty): (Node::putValueProperty): (NodeProtoFunc::callAsFunction):
- kdom/Node.h:
- kdom/NodeList.cpp: (NodeList::getValueProperty): (NodeListProtoFunc::callAsFunction):
- kdom/NodeList.h:
- kdom/Notation.cpp: (Notation::getValueProperty):
- kdom/Notation.h:
- kdom/ProcessingInstruction.cpp: (ProcessingInstruction::getValueProperty): (ProcessingInstruction::putValueProperty):
- kdom/ProcessingInstruction.h:
- kdom/Text.cpp: (Text::getValueProperty): (TextProtoFunc::callAsFunction):
- kdom/Text.h:
- kdom/TypeInfo.cpp: (TypeInfo::getValueProperty): (TypeInfoProtoFunc::callAsFunction):
- kdom/TypeInfo.h:
- kdom/css/CSSCharsetRule.cpp: (CSSCharsetRule::getValueProperty): (CSSCharsetRule::putValueProperty):
- kdom/css/CSSCharsetRule.h:
- kdom/css/CSSFontFaceRule.cpp: (CSSFontFaceRule::getValueProperty):
- kdom/css/CSSFontFaceRule.h:
- kdom/css/CSSImportRule.cpp: (CSSImportRule::getValueProperty):
- kdom/css/CSSImportRule.h:
- kdom/css/CSSMediaRule.cpp: (CSSMediaRule::getValueProperty): (CSSMediaRuleProtoFunc::callAsFunction):
- kdom/css/CSSMediaRule.h:
- kdom/css/CSSPageRule.cpp: (CSSPageRule::getValueProperty): (CSSPageRule::putValueProperty):
- kdom/css/CSSPageRule.h:
- kdom/css/CSSPrimitiveValue.cpp: (KDOM::CSSPrimitiveValue::getValueProperty): (KDOM::CSSPrimitiveValueProtoFunc::callAsFunction):
- kdom/css/CSSPrimitiveValue.h:
- kdom/css/CSSRule.cpp: (CSSRule::getValueProperty): (CSSRule::putValueProperty):
- kdom/css/CSSRule.h:
- kdom/css/CSSRuleList.cpp: (CSSRuleList::getValueProperty): (CSSRuleListProtoFunc::callAsFunction):
- kdom/css/CSSRuleList.h:
- kdom/css/CSSStyleDeclaration.cpp: (CSSStyleDeclaration::getValueProperty): (CSSStyleDeclaration::putValueProperty): (CSSStyleDeclarationProtoFunc::callAsFunction):
- kdom/css/CSSStyleDeclaration.h:
- kdom/css/CSSStyleRule.cpp: (CSSStyleRule::getValueProperty): (CSSStyleRule::putValueProperty):
- kdom/css/CSSStyleRule.h:
- kdom/css/CSSStyleSheet.cpp: (CSSStyleSheet::getValueProperty): (CSSStyleSheetProtoFunc::callAsFunction):
- kdom/css/CSSStyleSheet.h:
- kdom/css/CSSValue.cpp: (CSSValue::getValueProperty): (CSSValue::putValueProperty):
- kdom/css/CSSValue.h:
- kdom/css/CSSValueList.cpp: (CSSValueList::getValueProperty): (CSSValueListProtoFunc::callAsFunction):
- kdom/css/CSSValueList.h:
- kdom/css/Counter.cpp: (Counter::getValueProperty):
- kdom/css/Counter.h:
- kdom/css/DocumentStyle.cpp: (DocumentStyle::getValueProperty):
- kdom/css/DocumentStyle.h:
- kdom/css/MediaList.cpp: (MediaList::getValueProperty): (MediaList::putValueProperty): (MediaListProtoFunc::callAsFunction):
- kdom/css/MediaList.h:
- kdom/css/RGBColor.cpp: (KDOM::RGBColor::getValueProperty):
- kdom/css/RGBColor.h:
- kdom/css/Rect.cpp: (KDOM::Rect::getValueProperty):
- kdom/css/Rect.h:
- kdom/css/StyleSheet.cpp: (StyleSheet::getValueProperty): (StyleSheet::putValueProperty):
- kdom/css/StyleSheet.h:
- kdom/css/StyleSheetList.cpp: (StyleSheetList::getValueProperty): (StyleSheetListProtoFunc::callAsFunction):
- kdom/css/StyleSheetList.h:
- kdom/data/generateddata.cpp: (AbstractView::get): (AbstractView::getInParents): (AbstractView::prototype): (AbstractView::cache): (Attr::get): (Attr::getInParents): (Attr::prototype): (Attr::cache): (CSSCharsetRule::get): (CSSCharsetRule::getInParents): (CSSCharsetRule::prototype): (CSSCharsetRule::cache): (CSSFontFaceRule::get): (CSSFontFaceRule::getInParents): (CSSFontFaceRule::prototype): (CSSFontFaceRule::cache): (CSSImportRule::get): (CSSImportRule::getInParents): (CSSImportRule::prototype): (CSSImportRule::cache): (CSSMediaRule::hasProperty): (CSSMediaRule::get): (CSSMediaRule::getInParents): (CSSMediaRule::prototype): (CSSMediaRule::cache): (CSSPageRule::get): (CSSPageRule::getInParents): (CSSPageRule::prototype): (CSSPageRule::cache): (CSSPrimitiveValue::hasProperty): (CSSPrimitiveValue::get): (CSSPrimitiveValue::getInParents): (CSSPrimitiveValue::prototype): (CSSPrimitiveValue::cache): (CSSRule::get): (CSSRule::getInParents): (CSSRule::prototype): (CSSRule::cache): (CSSRuleList::hasProperty): (CSSRuleList::get): (CSSRuleList::getInParents): (CSSRuleList::prototype): (CSSRuleList::cache): (CSSStyleDeclaration::hasProperty): (CSSStyleDeclaration::get): (CSSStyleDeclaration::getInParents): (CSSStyleDeclaration::prototype): (CSSStyleDeclaration::cache): (CSSStyleRule::get): (CSSStyleRule::getInParents): (CSSStyleRule::prototype): (CSSStyleRule::cache): (CSSStyleSheet::hasProperty): (CSSStyleSheet::get): (CSSStyleSheet::getInParents): (CSSStyleSheet::prototype): (CSSStyleSheet::cache): (CSSValue::get): (CSSValue::getInParents): (CSSValue::prototype): (CSSValue::cache): (CSSValueList::hasProperty): (CSSValueList::get): (CSSValueList::getInParents): (CSSValueList::prototype): (CSSValueList::cache): (CharacterData::hasProperty): (CharacterData::get): (CharacterData::getInParents): (CharacterData::prototype): (CharacterData::cache): (Counter::get): (Counter::getInParents): (Counter::prototype): (Counter::cache): (DOMConfiguration::hasProperty): (DOMConfiguration::get): (DOMConfiguration::getInParents): (DOMConfiguration::prototype): (DOMConfiguration::cache): (DOMError::get): (DOMError::getInParents): (DOMError::prototype): (DOMError::cache): (DOMErrorHandler::hasProperty): (DOMErrorHandler::get): (DOMErrorHandler::getInParents): (DOMErrorHandler::prototype): (DOMErrorHandler::cache): (DOMException::get): (DOMException::getInParents): (DOMException::prototype): (DOMException::cache): (DOMImplementation::hasProperty): (DOMImplementation::get): (DOMImplementation::getInParents): (DOMImplementation::prototype): (DOMImplementation::cache): (DOMLocator::get): (DOMLocator::getInParents): (DOMLocator::prototype): (DOMLocator::cache): (DOMStringList::hasProperty): (DOMStringList::get): (DOMStringList::getInParents): (DOMStringList::prototype): (DOMStringList::cache): (DOMUserData::get): (DOMUserData::getInParents): (DOMUserData::prototype): (DOMUserData::cache): (Document::hasProperty): (Document::get): (Document::getInParents): (Document::prototype): (Document::cache): (DocumentEvent::hasProperty): (DocumentEvent::get): (DocumentEvent::getInParents): (DocumentEvent::prototype): (DocumentEvent::cache): (DocumentRange::hasProperty): (DocumentRange::get): (DocumentRange::getInParents): (DocumentRange::prototype): (DocumentRange::cache): (DocumentStyle::get): (DocumentStyle::getInParents): (DocumentStyle::prototype): (DocumentStyle::cache): (DocumentTraversal::hasProperty): (DocumentTraversal::get): (DocumentTraversal::getInParents): (DocumentTraversal::prototype): (DocumentTraversal::cache): (DocumentType::get): (DocumentType::getInParents): (DocumentType::prototype): (DocumentType::cache): (DocumentView::get): (DocumentView::getInParents): (DocumentView::prototype): (DocumentView::cache): (Element::hasProperty): (Element::get): (Element::getInParents): (Element::prototype): (Element::cache): (Entity::get): (Entity::getInParents): (Entity::prototype): (Entity::cache): (Event::hasProperty): (Event::get): (Event::getInParents): (Event::prototype): (Event::cache): (EventException::get): (EventException::getInParents): (EventException::prototype): (EventException::cache): (EventTarget::hasProperty): (EventTarget::get): (EventTarget::getInParents): (EventTarget::prototype): (EventTarget::cache): (KeyboardEvent::hasProperty): (KeyboardEvent::get): (KeyboardEvent::getInParents): (KeyboardEvent::prototype): (KeyboardEvent::cache): (LSException::get): (LSException::getInParents): (LSException::prototype): (LSException::cache): (LSInput::get): (LSInput::getInParents): (LSInput::prototype): (LSInput::cache): (LSOutput::get): (LSOutput::getInParents): (LSOutput::prototype): (LSOutput::cache): (LSParser::hasProperty): (LSParser::get): (LSParser::getInParents): (LSParser::prototype): (LSParser::cache): (LSParserFilter::hasProperty): (LSParserFilter::get): (LSParserFilter::getInParents): (LSParserFilter::prototype): (LSParserFilter::cache): (LSResourceResolver::hasProperty): (LSResourceResolver::get): (LSResourceResolver::getInParents): (LSResourceResolver::prototype): (LSResourceResolver::cache): (LSSerializer::hasProperty): (LSSerializer::get): (LSSerializer::getInParents): (LSSerializer::prototype): (LSSerializer::cache): (LSSerializerFilter::get): (LSSerializerFilter::getInParents): (LSSerializerFilter::prototype): (LSSerializerFilter::cache): (MediaList::hasProperty): (MediaList::get): (MediaList::getInParents): (MediaList::prototype): (MediaList::cache): (MouseEvent::hasProperty): (MouseEvent::get): (MouseEvent::getInParents): (MouseEvent::prototype): (MouseEvent::cache): (MutationEvent::hasProperty): (MutationEvent::get): (MutationEvent::getInParents): (MutationEvent::prototype): (MutationEvent::cache): (NamedNodeMap::hasProperty): (NamedNodeMap::get): (NamedNodeMap::getInParents): (NamedNodeMap::prototype): (NamedNodeMap::cache): (Node::hasProperty): (Node::get): (Node::getInParents): (Node::prototype): (Node::cache): (NodeIterator::hasProperty): (NodeIterator::get): (NodeIterator::getInParents): (NodeIterator::prototype): (NodeIterator::cache): (NodeList::hasProperty): (NodeList::get): (NodeList::getInParents): (NodeList::prototype): (NodeList::cache): (Notation::get): (Notation::getInParents): (Notation::prototype): (Notation::cache): (ProcessingInstruction::get): (ProcessingInstruction::getInParents): (ProcessingInstruction::prototype): (ProcessingInstruction::cache): (KDOM::RGBColor::get): (KDOM::RGBColor::getInParents): (KDOM::RGBColor::prototype): (KDOM::RGBColor::cache): (Range::hasProperty): (Range::get): (Range::getInParents): (Range::prototype): (Range::cache): (RangeException::get): (RangeException::getInParents): (RangeException::prototype): (RangeException::cache): (KDOM::Rect::get): (KDOM::Rect::getInParents): (KDOM::Rect::prototype): (KDOM::Rect::cache): (StyleSheet::get): (StyleSheet::getInParents): (StyleSheet::prototype): (StyleSheet::cache): (StyleSheetList::hasProperty): (StyleSheetList::get): (StyleSheetList::getInParents): (StyleSheetList::prototype): (StyleSheetList::cache): (Text::hasProperty): (Text::get): (Text::getInParents): (Text::prototype): (Text::cache): (TreeWalker::hasProperty): (TreeWalker::get): (TreeWalker::getInParents): (TreeWalker::prototype): (TreeWalker::cache): (TypeInfo::hasProperty): (TypeInfo::get): (TypeInfo::getInParents): (TypeInfo::prototype): (TypeInfo::cache): (UIEvent::hasProperty): (UIEvent::get): (UIEvent::getInParents): (UIEvent::prototype): (UIEvent::cache): (XPathEvaluator::hasProperty): (XPathEvaluator::get): (XPathEvaluator::getInParents): (XPathEvaluator::prototype): (XPathEvaluator::cache): (XPathException::get): (XPathException::getInParents): (XPathException::prototype): (XPathException::cache): (XPathExpression::hasProperty): (XPathExpression::get): (XPathExpression::getInParents): (XPathExpression::prototype): (XPathExpression::cache): (XPathNSResolver::hasProperty): (XPathNSResolver::get): (XPathNSResolver::getInParents): (XPathNSResolver::prototype): (XPathNSResolver::cache): (XPathNamespace::get): (XPathNamespace::getInParents): (XPathNamespace::prototype): (XPathNamespace::cache): (XPathResult::hasProperty): (XPathResult::get): (XPathResult::getInParents): (XPathResult::prototype): (XPathResult::cache):
- kdom/ecma/DOMBridge.h: (KDOM::DOMBridge::get): (KDOM::DOMRWBridge::put): (KDOM::DOMBridgeCtor::get):
- kdom/ecma/DOMLookup.h: (KDOM::lookupGet): (KDOM::lookupGetValue): (KDOM::lookupPut):
- kdom/ecma/Ecma.cpp: (Ecma::setup): (Ecma::evaluate): (Ecma::globalObject): (Ecma::ecmaListenerToObject): (Ecma::findEventListener): (Ecma::createEventListener): (KDOM::getDOMNode): (KDOM::getDOMEvent): (KDOM::getDOMCSSRule): (KDOM::getDOMCSSValue): (KDOM::toDOMString): (KDOM::getDOMString): (KDOM::toVariant):
- kdom/ecma/Ecma.h: (KDOM::ecma_cast): (KDOM::safe_cache):
- kdom/ecma/GlobalObject.cpp: (GlobalObject::retrieveActive): (GlobalObject::get): (GlobalObject::put): (GlobalObjectFunc::callAsFunction): (ScheduledAction::ScheduledAction): (ScheduledAction::execute): (GlobalQObject::installTimeout):
- kdom/ecma/GlobalObject.h:
- kdom/ecma/ScriptInterpreter.cpp: (ScriptInterpreter::ScriptInterpreter):
- kdom/ecma/ScriptInterpreter.h: (KDOM::cacheDOMObject): (KDOM::cacheGlobalBridge):
- kdom/events/DocumentEvent.cpp: (DocumentEvent::getValueProperty): (DocumentEventProtoFunc::callAsFunction):
- kdom/events/DocumentEvent.h:
- kdom/events/Event.cpp: (Event::getValueProperty): (EventProtoFunc::callAsFunction):
- kdom/events/Event.h:
- kdom/events/EventException.cpp: (EventException::getValueProperty):
- kdom/events/EventException.h:
- kdom/events/EventTarget.cpp: (EventTarget::getValueProperty): (EventTargetProtoFunc::callAsFunction):
- kdom/events/EventTarget.h:
- kdom/events/KeyboardEvent.cpp: (KeyboardEvent::getValueProperty): (KeyboardEventProtoFunc::callAsFunction):
- kdom/events/KeyboardEvent.h:
- kdom/events/MouseEvent.cpp: (MouseEvent::getValueProperty): (MouseEventProtoFunc::callAsFunction):
- kdom/events/MouseEvent.h:
- kdom/events/MutationEvent.cpp: (MutationEvent::getValueProperty): (MutationEventProtoFunc::callAsFunction):
- kdom/events/MutationEvent.h:
- kdom/events/UIEvent.cpp: (UIEvent::getValueProperty): (UIEventProtoFunc::callAsFunction):
- kdom/events/UIEvent.h:
- kdom/events/impl/EventListenerImpl.cpp: (EventListenerImpl::EventListenerImpl): (EventListenerImpl::~EventListenerImpl): (EventListenerImpl::handleEvent): (EventListenerImpl::ecmaListener): (EventListenerImpl::initListener):
- kdom/events/impl/EventListenerImpl.h:
- kdom/impl/DOMUserDataImpl.h: (KDOM::):
- kdom/ls/LSException.cpp: (LSException::getValueProperty):
- kdom/ls/LSException.h:
- kdom/ls/LSInput.cpp: (LSInput::getValueProperty): (LSInput::putValueProperty):
- kdom/ls/LSInput.h:
- kdom/ls/LSOutput.cpp: (LSOutput::getValueProperty): (LSOutput::putValueProperty):
- kdom/ls/LSOutput.h:
- kdom/ls/LSParser.cpp: (LSParser::getValueProperty): (LSParser::putValueProperty): (LSParserProtoFunc::callAsFunction):
- kdom/ls/LSParser.h:
- kdom/ls/LSParserFilter.cpp: (LSParserFilter::getValueProperty): (LSParserFilterProtoFunc::callAsFunction):
- kdom/ls/LSParserFilter.h:
- kdom/ls/LSResourceResolver.cpp: (LSResourceResolver::getValueProperty): (LSResourceResolverProtoFunc::callAsFunction):
- kdom/ls/LSResourceResolver.h:
- kdom/ls/LSSerializer.cpp: (LSSerializer::getValueProperty): (LSSerializer::putValueProperty): (LSSerializerProtoFunc::callAsFunction):
- kdom/ls/LSSerializer.h:
- kdom/ls/LSSerializerFilter.cpp: (LSSerializerFilter::getValueProperty):
- kdom/ls/LSSerializerFilter.h:
- kdom/range/DocumentRange.cpp: (DocumentRange::getValueProperty): (DocumentRangeProtoFunc::callAsFunction):
- kdom/range/DocumentRange.h:
- kdom/range/Range.cpp: (Range::getValueProperty): (RangeProtoFunc::callAsFunction):
- kdom/range/Range.h:
- kdom/range/RangeException.cpp: (RangeException::getValueProperty):
- kdom/range/RangeException.h:
- kdom/traversal/DocumentTraversal.cpp: (DocumentTraversal::getValueProperty): (DocumentTraversalProtoFunc::callAsFunction):
- kdom/traversal/DocumentTraversal.h:
- kdom/traversal/NodeIterator.cpp: (NodeIterator::getValueProperty): (NodeIteratorProtoFunc::callAsFunction):
- kdom/traversal/NodeIterator.h:
- kdom/traversal/TreeWalker.cpp: (TreeWalker::getValueProperty): (TreeWalker::putValueProperty): (TreeWalkerProtoFunc::callAsFunction):
- kdom/traversal/TreeWalker.h:
- kdom/views/AbstractView.cpp: (AbstractView::getValueProperty):
- kdom/views/AbstractView.h:
- kdom/views/DocumentView.cpp: (DocumentView::getValueProperty):
- kdom/views/DocumentView.h:
- kdom/xpath/XPathEvaluator.cpp: (XPathEvaluator::getValueProperty): (XPathEvaluatorProtoFunc::callAsFunction):
- kdom/xpath/XPathEvaluator.h:
- kdom/xpath/XPathException.cpp: (XPathException::getValueProperty):
- kdom/xpath/XPathException.h:
- kdom/xpath/XPathExpression.cpp: (XPathExpression::getValueProperty): (XPathExpressionProtoFunc::callAsFunction):
- kdom/xpath/XPathExpression.h:
- kdom/xpath/XPathNSResolver.cpp: (XPathNSResolver::getValueProperty): (XPathNSResolverProtoFunc::callAsFunction):
- kdom/xpath/XPathNSResolver.h:
- kdom/xpath/XPathNamespace.cpp: (XPathNamespace::getValueProperty):
- kdom/xpath/XPathNamespace.h:
- kdom/xpath/XPathResult.cpp: (XPathResult::getValueProperty): (XPathResultProtoFunc::callAsFunction):
- kdom/xpath/XPathResult.h:
- ksvg2/KSVGFactory.cpp: (KSVGFactory::createPartObject):
- ksvg2/data/SVGConstants.h: (KSVG::SVGNumberConstants::):
- ksvg2/data/generateddata.cpp: (SVGAElement::get): (SVGAElement::getInParents): (SVGAElement::prototype): (SVGAElement::cache): (SVGAngle::hasProperty): (SVGAngle::get): (SVGAngle::getInParents): (SVGAngle::prototype): (SVGAngle::cache): (SVGAnimateColorElement::get): (SVGAnimateColorElement::getInParents): (SVGAnimateColorElement::prototype): (SVGAnimateColorElement::cache): (SVGAnimateElement::get): (SVGAnimateElement::getInParents): (SVGAnimateElement::prototype): (SVGAnimateElement::cache): (SVGAnimateTransformElement::get): (SVGAnimateTransformElement::getInParents): (SVGAnimateTransformElement::prototype): (SVGAnimateTransformElement::cache): (SVGAnimatedAngle::get): (SVGAnimatedAngle::getInParents): (SVGAnimatedAngle::prototype): (SVGAnimatedAngle::cache): (SVGAnimatedBoolean::get): (SVGAnimatedBoolean::getInParents): (SVGAnimatedBoolean::prototype): (SVGAnimatedBoolean::cache): (SVGAnimatedEnumeration::get): (SVGAnimatedEnumeration::getInParents): (SVGAnimatedEnumeration::prototype): (SVGAnimatedEnumeration::cache): (SVGAnimatedInteger::get): (SVGAnimatedInteger::getInParents): (SVGAnimatedInteger::prototype): (SVGAnimatedInteger::cache): (SVGAnimatedLength::get): (SVGAnimatedLength::getInParents): (SVGAnimatedLength::prototype): (SVGAnimatedLength::cache): (SVGAnimatedLengthList::get): (SVGAnimatedLengthList::getInParents): (SVGAnimatedLengthList::prototype): (SVGAnimatedLengthList::cache): (SVGAnimatedNumber::get): (SVGAnimatedNumber::getInParents): (SVGAnimatedNumber::prototype): (SVGAnimatedNumber::cache): (SVGAnimatedNumberList::get): (SVGAnimatedNumberList::getInParents): (SVGAnimatedNumberList::prototype): (SVGAnimatedNumberList::cache): (SVGAnimatedPathData::get): (SVGAnimatedPathData::getInParents): (SVGAnimatedPathData::prototype): (SVGAnimatedPathData::cache): (SVGAnimatedPoints::get): (SVGAnimatedPoints::getInParents): (SVGAnimatedPoints::prototype): (SVGAnimatedPoints::cache): (SVGAnimatedPreserveAspectRatio::get): (SVGAnimatedPreserveAspectRatio::getInParents): (SVGAnimatedPreserveAspectRatio::prototype): (SVGAnimatedPreserveAspectRatio::cache): (SVGAnimatedRect::get): (SVGAnimatedRect::getInParents): (SVGAnimatedRect::prototype): (SVGAnimatedRect::cache): (SVGAnimatedString::get): (SVGAnimatedString::getInParents): (SVGAnimatedString::prototype): (SVGAnimatedString::cache): (SVGAnimatedTransformList::get): (SVGAnimatedTransformList::getInParents): (SVGAnimatedTransformList::prototype): (SVGAnimatedTransformList::cache): (SVGAnimationElement::hasProperty): (SVGAnimationElement::get): (SVGAnimationElement::getInParents): (SVGAnimationElement::prototype): (SVGAnimationElement::cache): (SVGCircleElement::get): (SVGCircleElement::getInParents): (SVGCircleElement::prototype): (SVGCircleElement::cache): (SVGClipPathElement::get): (SVGClipPathElement::getInParents): (SVGClipPathElement::prototype): (SVGClipPathElement::cache): (SVGColor::hasProperty): (SVGColor::get): (SVGColor::getInParents): (SVGColor::prototype): (SVGColor::cache): (SVGComponentTransferFunctionElement::get): (SVGComponentTransferFunctionElement::getInParents): (SVGComponentTransferFunctionElement::prototype): (SVGComponentTransferFunctionElement::cache): (SVGDefsElement::get): (SVGDefsElement::getInParents): (SVGDefsElement::prototype): (SVGDefsElement::cache): (SVGDescElement::get): (SVGDescElement::getInParents): (SVGDescElement::prototype): (SVGDescElement::cache): (SVGDocument::get): (SVGDocument::getInParents): (SVGDocument::prototype): (SVGDocument::cache): (SVGElement::get): (SVGElement::getInParents): (SVGElement::prototype): (SVGElement::cache): (SVGElementInstance::get): (SVGElementInstance::getInParents): (SVGElementInstance::prototype): (SVGElementInstance::cache): (SVGElementInstanceList::hasProperty): (SVGElementInstanceList::get): (SVGElementInstanceList::getInParents): (SVGElementInstanceList::prototype): (SVGElementInstanceList::cache): (SVGEllipseElement::get): (SVGEllipseElement::getInParents): (SVGEllipseElement::prototype): (SVGEllipseElement::cache): (SVGEvent::get): (SVGEvent::getInParents): (SVGEvent::prototype): (SVGEvent::cache): (SVGException::get): (SVGException::getInParents): (SVGException::prototype): (SVGException::cache): (SVGExternalResourcesRequired::get): (SVGExternalResourcesRequired::getInParents): (SVGExternalResourcesRequired::prototype): (SVGExternalResourcesRequired::cache): (SVGFEBlendElement::get): (SVGFEBlendElement::getInParents): (SVGFEBlendElement::prototype): (SVGFEBlendElement::cache): (SVGFEColorMatrixElement::get): (SVGFEColorMatrixElement::getInParents): (SVGFEColorMatrixElement::prototype): (SVGFEColorMatrixElement::cache): (SVGFEComponentTransferElement::get): (SVGFEComponentTransferElement::getInParents): (SVGFEComponentTransferElement::prototype): (SVGFEComponentTransferElement::cache): (SVGFECompositeElement::get): (SVGFECompositeElement::getInParents): (SVGFECompositeElement::prototype): (SVGFECompositeElement::cache): (SVGFEFloodElement::get): (SVGFEFloodElement::getInParents): (SVGFEFloodElement::prototype): (SVGFEFloodElement::cache): (SVGFEGaussianBlurElement::hasProperty): (SVGFEGaussianBlurElement::get): (SVGFEGaussianBlurElement::getInParents): (SVGFEGaussianBlurElement::prototype): (SVGFEGaussianBlurElement::cache): (SVGFEImageElement::get): (SVGFEImageElement::getInParents): (SVGFEImageElement::prototype): (SVGFEImageElement::cache): (SVGFEMergeElement::get): (SVGFEMergeElement::getInParents): (SVGFEMergeElement::prototype): (SVGFEMergeElement::cache): (SVGFEMergeNodeElement::get): (SVGFEMergeNodeElement::getInParents): (SVGFEMergeNodeElement::prototype): (SVGFEMergeNodeElement::cache): (SVGFEOffsetElement::get): (SVGFEOffsetElement::getInParents): (SVGFEOffsetElement::prototype): (SVGFEOffsetElement::cache): (SVGFETileElement::get): (SVGFETileElement::getInParents): (SVGFETileElement::prototype): (SVGFETileElement::cache): (SVGFETurbulenceElement::get): (SVGFETurbulenceElement::getInParents): (SVGFETurbulenceElement::prototype): (SVGFETurbulenceElement::cache): (SVGFilterElement::hasProperty): (SVGFilterElement::get): (SVGFilterElement::getInParents): (SVGFilterElement::prototype): (SVGFilterElement::cache): (SVGFilterPrimitiveStandardAttributes::get): (SVGFilterPrimitiveStandardAttributes::getInParents): (SVGFilterPrimitiveStandardAttributes::prototype): (SVGFilterPrimitiveStandardAttributes::cache): (SVGFitToViewBox::get): (SVGFitToViewBox::getInParents): (SVGFitToViewBox::prototype): (SVGFitToViewBox::cache): (SVGGElement::get): (SVGGElement::getInParents): (SVGGElement::prototype): (SVGGElement::cache): (SVGGradientElement::get): (SVGGradientElement::getInParents): (SVGGradientElement::prototype): (SVGGradientElement::cache): (SVGImageElement::get): (SVGImageElement::getInParents): (SVGImageElement::prototype): (SVGImageElement::cache): (SVGLangSpace::get): (SVGLangSpace::getInParents): (SVGLangSpace::prototype): (SVGLangSpace::cache): (SVGLength::hasProperty): (SVGLength::get): (SVGLength::getInParents): (SVGLength::prototype): (SVGLength::cache): (SVGLengthList::hasProperty): (SVGLengthList::get): (SVGLengthList::getInParents): (SVGLengthList::prototype): (SVGLengthList::cache): (SVGLineElement::get): (SVGLineElement::getInParents): (SVGLineElement::prototype): (SVGLineElement::cache): (SVGLinearGradientElement::get): (SVGLinearGradientElement::getInParents): (SVGLinearGradientElement::prototype): (SVGLinearGradientElement::cache): (SVGLocatable::hasProperty): (SVGLocatable::get): (SVGLocatable::getInParents): (SVGLocatable::prototype): (SVGLocatable::cache): (SVGMarkerElement::hasProperty): (SVGMarkerElement::get): (SVGMarkerElement::getInParents): (SVGMarkerElement::prototype): (SVGMarkerElement::cache): (SVGMatrix::hasProperty): (SVGMatrix::get): (SVGMatrix::getInParents): (SVGMatrix::prototype): (SVGMatrix::cache): (SVGNumber::get): (SVGNumber::getInParents): (SVGNumber::prototype): (SVGNumber::cache): (SVGNumberList::hasProperty): (SVGNumberList::get): (SVGNumberList::getInParents): (SVGNumberList::prototype): (SVGNumberList::cache): (SVGPaint::hasProperty): (SVGPaint::get): (SVGPaint::getInParents): (SVGPaint::prototype): (SVGPaint::cache): (SVGPathElement::hasProperty): (SVGPathElement::get): (SVGPathElement::getInParents): (SVGPathElement::prototype): (SVGPathElement::cache): (SVGPathSeg::get): (SVGPathSeg::getInParents): (SVGPathSeg::prototype): (SVGPathSeg::cache): (SVGPathSegArcAbs::get): (SVGPathSegArcAbs::getInParents): (SVGPathSegArcAbs::prototype): (SVGPathSegArcAbs::cache): (SVGPathSegArcRel::get): (SVGPathSegArcRel::getInParents): (SVGPathSegArcRel::prototype): (SVGPathSegArcRel::cache): (SVGPathSegCurvetoCubicAbs::get): (SVGPathSegCurvetoCubicAbs::getInParents): (SVGPathSegCurvetoCubicAbs::prototype): (SVGPathSegCurvetoCubicAbs::cache): (SVGPathSegCurvetoCubicRel::get): (SVGPathSegCurvetoCubicRel::getInParents): (SVGPathSegCurvetoCubicRel::prototype): (SVGPathSegCurvetoCubicRel::cache): (SVGPathSegCurvetoCubicSmoothAbs::get): (SVGPathSegCurvetoCubicSmoothAbs::getInParents): (SVGPathSegCurvetoCubicSmoothAbs::prototype): (SVGPathSegCurvetoCubicSmoothAbs::cache): (SVGPathSegCurvetoCubicSmoothRel::get): (SVGPathSegCurvetoCubicSmoothRel::getInParents): (SVGPathSegCurvetoCubicSmoothRel::prototype): (SVGPathSegCurvetoCubicSmoothRel::cache): (SVGPathSegCurvetoQuadraticAbs::get): (SVGPathSegCurvetoQuadraticAbs::getInParents): (SVGPathSegCurvetoQuadraticAbs::prototype): (SVGPathSegCurvetoQuadraticAbs::cache): (SVGPathSegCurvetoQuadraticRel::get): (SVGPathSegCurvetoQuadraticRel::getInParents): (SVGPathSegCurvetoQuadraticRel::prototype): (SVGPathSegCurvetoQuadraticRel::cache): (SVGPathSegCurvetoQuadraticSmoothAbs::get): (SVGPathSegCurvetoQuadraticSmoothAbs::getInParents): (SVGPathSegCurvetoQuadraticSmoothAbs::prototype): (SVGPathSegCurvetoQuadraticSmoothAbs::cache): (SVGPathSegCurvetoQuadraticSmoothRel::get): (SVGPathSegCurvetoQuadraticSmoothRel::getInParents): (SVGPathSegCurvetoQuadraticSmoothRel::prototype): (SVGPathSegCurvetoQuadraticSmoothRel::cache): (SVGPathSegLinetoAbs::get): (SVGPathSegLinetoAbs::getInParents): (SVGPathSegLinetoAbs::prototype): (SVGPathSegLinetoAbs::cache): (SVGPathSegLinetoHorizontalAbs::get): (SVGPathSegLinetoHorizontalAbs::getInParents): (SVGPathSegLinetoHorizontalAbs::prototype): (SVGPathSegLinetoHorizontalAbs::cache): (SVGPathSegLinetoHorizontalRel::get): (SVGPathSegLinetoHorizontalRel::getInParents): (SVGPathSegLinetoHorizontalRel::prototype): (SVGPathSegLinetoHorizontalRel::cache): (SVGPathSegLinetoRel::get): (SVGPathSegLinetoRel::getInParents): (SVGPathSegLinetoRel::prototype): (SVGPathSegLinetoRel::cache): (SVGPathSegLinetoVerticalAbs::get): (SVGPathSegLinetoVerticalAbs::getInParents): (SVGPathSegLinetoVerticalAbs::prototype): (SVGPathSegLinetoVerticalAbs::cache): (SVGPathSegLinetoVerticalRel::get): (SVGPathSegLinetoVerticalRel::getInParents): (SVGPathSegLinetoVerticalRel::prototype): (SVGPathSegLinetoVerticalRel::cache): (SVGPathSegList::hasProperty): (SVGPathSegList::get): (SVGPathSegList::getInParents): (SVGPathSegList::prototype): (SVGPathSegList::cache): (SVGPathSegMovetoAbs::get): (SVGPathSegMovetoAbs::getInParents): (SVGPathSegMovetoAbs::prototype): (SVGPathSegMovetoAbs::cache): (SVGPathSegMovetoRel::get): (SVGPathSegMovetoRel::getInParents): (SVGPathSegMovetoRel::prototype): (SVGPathSegMovetoRel::cache): (SVGPatternElement::get): (SVGPatternElement::getInParents): (SVGPatternElement::prototype): (SVGPatternElement::cache): (SVGPoint::hasProperty): (SVGPoint::get): (SVGPoint::getInParents): (SVGPoint::prototype): (SVGPoint::cache): (SVGPointList::hasProperty): (SVGPointList::get): (SVGPointList::getInParents): (SVGPointList::prototype): (SVGPointList::cache): (SVGPolygonElement::get): (SVGPolygonElement::getInParents): (SVGPolygonElement::prototype): (SVGPolygonElement::cache): (SVGPolylineElement::get): (SVGPolylineElement::getInParents): (SVGPolylineElement::prototype): (SVGPolylineElement::cache): (SVGPreserveAspectRatio::get): (SVGPreserveAspectRatio::getInParents): (SVGPreserveAspectRatio::prototype): (SVGPreserveAspectRatio::cache): (SVGRadialGradientElement::get): (SVGRadialGradientElement::getInParents): (SVGRadialGradientElement::prototype): (SVGRadialGradientElement::cache): (SVGRect::get): (SVGRect::getInParents): (SVGRect::prototype): (SVGRect::cache): (SVGRectElement::get): (SVGRectElement::getInParents): (SVGRectElement::prototype): (SVGRectElement::cache): (SVGSVGElement::hasProperty): (SVGSVGElement::get): (SVGSVGElement::getInParents): (SVGSVGElement::prototype): (SVGSVGElement::cache): (SVGScriptElement::get): (SVGScriptElement::getInParents): (SVGScriptElement::prototype): (SVGScriptElement::cache): (SVGSetElement::get): (SVGSetElement::getInParents): (SVGSetElement::prototype): (SVGSetElement::cache): (SVGStopElement::get): (SVGStopElement::getInParents): (SVGStopElement::prototype): (SVGStopElement::cache): (SVGStringList::hasProperty): (SVGStringList::get): (SVGStringList::getInParents): (SVGStringList::prototype): (SVGStringList::cache): (SVGStylable::hasProperty): (SVGStylable::get): (SVGStylable::getInParents): (SVGStylable::prototype): (SVGStylable::cache): (SVGStyleElement::get): (SVGStyleElement::getInParents): (SVGStyleElement::prototype): (SVGStyleElement::cache): (SVGSwitchElement::get): (SVGSwitchElement::getInParents): (SVGSwitchElement::prototype): (SVGSwitchElement::cache): (SVGSymbolElement::get): (SVGSymbolElement::getInParents): (SVGSymbolElement::prototype): (SVGSymbolElement::cache): (SVGTSpanElement::get): (SVGTSpanElement::getInParents): (SVGTSpanElement::prototype): (SVGTSpanElement::cache): (SVGTests::hasProperty): (SVGTests::get): (SVGTests::getInParents): (SVGTests::prototype): (SVGTests::cache): (SVGTextContentElement::hasProperty): (SVGTextContentElement::get): (SVGTextContentElement::getInParents): (SVGTextContentElement::prototype): (SVGTextContentElement::cache): (SVGTextElement::get): (SVGTextElement::getInParents): (SVGTextElement::prototype): (SVGTextElement::cache): (SVGTextPositioningElement::get): (SVGTextPositioningElement::getInParents): (SVGTextPositioningElement::prototype): (SVGTextPositioningElement::cache): (SVGTitleElement::get): (SVGTitleElement::getInParents): (SVGTitleElement::prototype): (SVGTitleElement::cache): (SVGTransform::hasProperty): (SVGTransform::get): (SVGTransform::getInParents): (SVGTransform::prototype): (SVGTransform::cache): (SVGTransformList::hasProperty): (SVGTransformList::get): (SVGTransformList::getInParents): (SVGTransformList::prototype): (SVGTransformList::cache): (SVGTransformable::get): (SVGTransformable::getInParents): (SVGTransformable::prototype): (SVGTransformable::cache): (SVGURIReference::get): (SVGURIReference::getInParents): (SVGURIReference::prototype): (SVGURIReference::cache): (SVGUseElement::get): (SVGUseElement::getInParents): (SVGUseElement::prototype): (SVGUseElement::cache): (SVGViewElement::get): (SVGViewElement::getInParents): (SVGViewElement::prototype): (SVGViewElement::cache): (SVGZoomAndPan::get): (SVGZoomAndPan::getInParents): (SVGZoomAndPan::prototype): (SVGZoomAndPan::cache): (SVGZoomEvent::get): (SVGZoomEvent::getInParents): (SVGZoomEvent::prototype): (SVGZoomEvent::cache):
- ksvg2/dom/SVGAElement.cpp: (SVGAElement::getValueProperty):
- ksvg2/dom/SVGAElement.h:
- ksvg2/dom/SVGAngle.cpp: (SVGAngle::getValueProperty): (SVGAngle::putValueProperty): (SVGAngleProtoFunc::callAsFunction):
- ksvg2/dom/SVGAngle.h:
- ksvg2/dom/SVGAnimateColorElement.cpp: (SVGAnimateColorElement::getValueProperty):
- ksvg2/dom/SVGAnimateColorElement.h:
- ksvg2/dom/SVGAnimateElement.cpp: (SVGAnimateElement::getValueProperty):
- ksvg2/dom/SVGAnimateElement.h:
- ksvg2/dom/SVGAnimateTransformElement.cpp: (SVGAnimateTransformElement::getValueProperty):
- ksvg2/dom/SVGAnimateTransformElement.h:
- ksvg2/dom/SVGAnimatedAngle.cpp: (SVGAnimatedAngle::getValueProperty):
- ksvg2/dom/SVGAnimatedAngle.h:
- ksvg2/dom/SVGAnimatedBoolean.cpp: (SVGAnimatedBoolean::getValueProperty): (SVGAnimatedBoolean::putValueProperty):
- ksvg2/dom/SVGAnimatedBoolean.h:
- ksvg2/dom/SVGAnimatedEnumeration.cpp: (SVGAnimatedEnumeration::getValueProperty): (SVGAnimatedEnumeration::putValueProperty):
- ksvg2/dom/SVGAnimatedEnumeration.h:
- ksvg2/dom/SVGAnimatedInteger.cpp: (SVGAnimatedInteger::getValueProperty): (SVGAnimatedInteger::putValueProperty):
- ksvg2/dom/SVGAnimatedInteger.h:
- ksvg2/dom/SVGAnimatedLength.cpp: (SVGAnimatedLength::getValueProperty):
- ksvg2/dom/SVGAnimatedLength.h:
- ksvg2/dom/SVGAnimatedLengthList.cpp: (SVGAnimatedLengthList::getValueProperty):
- ksvg2/dom/SVGAnimatedLengthList.h:
- ksvg2/dom/SVGAnimatedNumber.cpp: (SVGAnimatedNumber::getValueProperty): (SVGAnimatedNumber::putValueProperty):
- ksvg2/dom/SVGAnimatedNumber.h:
- ksvg2/dom/SVGAnimatedNumberList.cpp: (SVGAnimatedNumberList::getValueProperty):
- ksvg2/dom/SVGAnimatedNumberList.h:
- ksvg2/dom/SVGAnimatedPathData.cpp: (SVGAnimatedPathData::getValueProperty):
- ksvg2/dom/SVGAnimatedPathData.h:
- ksvg2/dom/SVGAnimatedPoints.cpp: (SVGAnimatedPoints::getValueProperty):
- ksvg2/dom/SVGAnimatedPoints.h:
- ksvg2/dom/SVGAnimatedPreserveAspectRatio.cpp: (SVGAnimatedPreserveAspectRatio::getValueProperty):
- ksvg2/dom/SVGAnimatedPreserveAspectRatio.h:
- ksvg2/dom/SVGAnimatedRect.cpp: (SVGAnimatedRect::getValueProperty):
- ksvg2/dom/SVGAnimatedRect.h:
- ksvg2/dom/SVGAnimatedString.cpp: (SVGAnimatedString::getValueProperty): (SVGAnimatedString::putValueProperty):
- ksvg2/dom/SVGAnimatedString.h:
- ksvg2/dom/SVGAnimatedTransformList.cpp: (SVGAnimatedTransformList::getValueProperty):
- ksvg2/dom/SVGAnimatedTransformList.h:
- ksvg2/dom/SVGAnimationElement.cpp: (SVGAnimationElement::getValueProperty): (SVGAnimationElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGAnimationElement.h:
- ksvg2/dom/SVGCircleElement.cpp: (SVGCircleElement::getValueProperty):
- ksvg2/dom/SVGCircleElement.h:
- ksvg2/dom/SVGClipPathElement.cpp: (SVGClipPathElement::getValueProperty):
- ksvg2/dom/SVGClipPathElement.h:
- ksvg2/dom/SVGColor.cpp: (SVGColor::getValueProperty): (SVGColorProtoFunc::callAsFunction):
- ksvg2/dom/SVGColor.h:
- ksvg2/dom/SVGComponentTransferFunctionElement.cpp: (SVGComponentTransferFunctionElement::getValueProperty):
- ksvg2/dom/SVGComponentTransferFunctionElement.h:
- ksvg2/dom/SVGDefsElement.cpp: (SVGDefsElement::getValueProperty):
- ksvg2/dom/SVGDefsElement.h:
- ksvg2/dom/SVGDescElement.cpp: (SVGDescElement::getValueProperty):
- ksvg2/dom/SVGDescElement.h:
- ksvg2/dom/SVGDocument.cpp: (SVGDocument::getValueProperty):
- ksvg2/dom/SVGDocument.h:
- ksvg2/dom/SVGElement.cpp: (SVGElement::getValueProperty): (SVGElement::putValueProperty):
- ksvg2/dom/SVGElement.h:
- ksvg2/dom/SVGElementInstance.cpp: (SVGElementInstance::getValueProperty):
- ksvg2/dom/SVGElementInstance.h:
- ksvg2/dom/SVGElementInstanceList.cpp: (SVGElementInstanceList::getValueProperty): (SVGElementInstanceListProtoFunc::callAsFunction):
- ksvg2/dom/SVGElementInstanceList.h:
- ksvg2/dom/SVGEllipseElement.cpp: (SVGEllipseElement::getValueProperty):
- ksvg2/dom/SVGEllipseElement.h:
- ksvg2/dom/SVGException.cpp: (SVGException::getValueProperty):
- ksvg2/dom/SVGException.h:
- ksvg2/dom/SVGExternalResourcesRequired.cpp: (SVGExternalResourcesRequired::getValueProperty):
- ksvg2/dom/SVGExternalResourcesRequired.h:
- ksvg2/dom/SVGFEBlendElement.cpp: (SVGFEBlendElement::getValueProperty):
- ksvg2/dom/SVGFEBlendElement.h:
- ksvg2/dom/SVGFEColorMatrixElement.cpp: (SVGFEColorMatrixElement::getValueProperty):
- ksvg2/dom/SVGFEColorMatrixElement.h:
- ksvg2/dom/SVGFEComponentTransferElement.cpp: (SVGFEComponentTransferElement::getValueProperty):
- ksvg2/dom/SVGFEComponentTransferElement.h:
- ksvg2/dom/SVGFECompositeElement.cpp: (SVGFECompositeElement::getValueProperty):
- ksvg2/dom/SVGFECompositeElement.h:
- ksvg2/dom/SVGFEFloodElement.cpp: (SVGFEFloodElement::getValueProperty):
- ksvg2/dom/SVGFEFloodElement.h:
- ksvg2/dom/SVGFEGaussianBlurElement.cpp: (SVGFEGaussianBlurElement::getValueProperty): (SVGFEGaussianBlurElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGFEGaussianBlurElement.h:
- ksvg2/dom/SVGFEImageElement.cpp: (SVGFEImageElement::getValueProperty):
- ksvg2/dom/SVGFEImageElement.h:
- ksvg2/dom/SVGFEMergeElement.cpp: (SVGFEMergeElement::getValueProperty):
- ksvg2/dom/SVGFEMergeElement.h:
- ksvg2/dom/SVGFEMergeNodeElement.cpp: (SVGFEMergeNodeElement::getValueProperty):
- ksvg2/dom/SVGFEMergeNodeElement.h:
- ksvg2/dom/SVGFEOffsetElement.cpp: (SVGFEOffsetElement::getValueProperty):
- ksvg2/dom/SVGFEOffsetElement.h:
- ksvg2/dom/SVGFETileElement.cpp: (SVGFETileElement::getValueProperty):
- ksvg2/dom/SVGFETileElement.h:
- ksvg2/dom/SVGFETurbulenceElement.cpp: (SVGFETurbulenceElement::getValueProperty):
- ksvg2/dom/SVGFETurbulenceElement.h:
- ksvg2/dom/SVGFilterElement.cpp: (SVGFilterElement::getValueProperty): (SVGFilterElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGFilterElement.h:
- ksvg2/dom/SVGFilterPrimitiveStandardAttributes.cpp: (SVGFilterPrimitiveStandardAttributes::getValueProperty):
- ksvg2/dom/SVGFilterPrimitiveStandardAttributes.h:
- ksvg2/dom/SVGFitToViewBox.cpp: (SVGFitToViewBox::getValueProperty):
- ksvg2/dom/SVGFitToViewBox.h:
- ksvg2/dom/SVGGElement.cpp: (SVGGElement::getValueProperty):
- ksvg2/dom/SVGGElement.h:
- ksvg2/dom/SVGGradientElement.cpp: (SVGGradientElement::getValueProperty):
- ksvg2/dom/SVGGradientElement.h:
- ksvg2/dom/SVGImageElement.cpp: (SVGImageElement::getValueProperty):
- ksvg2/dom/SVGImageElement.h:
- ksvg2/dom/SVGLangSpace.cpp: (SVGLangSpace::getValueProperty): (SVGLangSpace::putValueProperty):
- ksvg2/dom/SVGLangSpace.h:
- ksvg2/dom/SVGLength.cpp: (SVGLength::getValueProperty): (SVGLength::putValueProperty): (SVGLengthProtoFunc::callAsFunction):
- ksvg2/dom/SVGLength.h:
- ksvg2/dom/SVGLengthList.cpp: (SVGLengthList::getValueProperty): (SVGLengthListProtoFunc::callAsFunction):
- ksvg2/dom/SVGLengthList.h:
- ksvg2/dom/SVGLineElement.cpp: (SVGLineElement::getValueProperty):
- ksvg2/dom/SVGLineElement.h:
- ksvg2/dom/SVGLinearGradientElement.cpp: (SVGLinearGradientElement::getValueProperty):
- ksvg2/dom/SVGLinearGradientElement.h:
- ksvg2/dom/SVGLocatable.cpp: (SVGLocatable::getValueProperty): (SVGLocatableProtoFunc::callAsFunction):
- ksvg2/dom/SVGLocatable.h:
- ksvg2/dom/SVGMarkerElement.cpp: (SVGMarkerElement::getValueProperty): (SVGMarkerElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGMarkerElement.h:
- ksvg2/dom/SVGMatrix.cpp: (SVGMatrix::getValueProperty): (SVGMatrix::putValueProperty): (SVGMatrixProtoFunc::callAsFunction):
- ksvg2/dom/SVGMatrix.h:
- ksvg2/dom/SVGNumber.cpp: (SVGNumber::getValueProperty): (SVGNumber::putValueProperty):
- ksvg2/dom/SVGNumber.h:
- ksvg2/dom/SVGNumberList.cpp: (SVGNumberList::getValueProperty): (SVGNumberListProtoFunc::callAsFunction):
- ksvg2/dom/SVGNumberList.h:
- ksvg2/dom/SVGPaint.cpp: (SVGPaint::getValueProperty): (SVGPaintProtoFunc::callAsFunction):
- ksvg2/dom/SVGPaint.h:
- ksvg2/dom/SVGPathElement.cpp: (SVGPathElement::getValueProperty): (SVGPathElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGPathElement.h:
- ksvg2/dom/SVGPathSeg.cpp: (SVGPathSeg::getValueProperty):
- ksvg2/dom/SVGPathSeg.h:
- ksvg2/dom/SVGPathSegArc.cpp: (SVGPathSegArcAbs::getValueProperty): (SVGPathSegArcAbs::putValueProperty): (SVGPathSegArcRel::getValueProperty): (SVGPathSegArcRel::putValueProperty):
- ksvg2/dom/SVGPathSegArc.h:
- ksvg2/dom/SVGPathSegCurvetoCubic.cpp: (SVGPathSegCurvetoCubicAbs::getValueProperty): (SVGPathSegCurvetoCubicAbs::putValueProperty): (SVGPathSegCurvetoCubicRel::getValueProperty): (SVGPathSegCurvetoCubicRel::putValueProperty):
- ksvg2/dom/SVGPathSegCurvetoCubic.h:
- ksvg2/dom/SVGPathSegCurvetoCubicSmooth.cpp: (SVGPathSegCurvetoCubicSmoothAbs::getValueProperty): (SVGPathSegCurvetoCubicSmoothAbs::putValueProperty): (SVGPathSegCurvetoCubicSmoothRel::getValueProperty): (SVGPathSegCurvetoCubicSmoothRel::putValueProperty):
- ksvg2/dom/SVGPathSegCurvetoCubicSmooth.h:
- ksvg2/dom/SVGPathSegCurvetoQuadratic.cpp: (SVGPathSegCurvetoQuadraticAbs::getValueProperty): (SVGPathSegCurvetoQuadraticAbs::putValueProperty): (SVGPathSegCurvetoQuadraticRel::getValueProperty): (SVGPathSegCurvetoQuadraticRel::putValueProperty):
- ksvg2/dom/SVGPathSegCurvetoQuadratic.h:
- ksvg2/dom/SVGPathSegCurvetoQuadraticSmooth.cpp: (SVGPathSegCurvetoQuadraticSmoothAbs::getValueProperty): (SVGPathSegCurvetoQuadraticSmoothAbs::putValueProperty): (SVGPathSegCurvetoQuadraticSmoothRel::getValueProperty): (SVGPathSegCurvetoQuadraticSmoothRel::putValueProperty):
- ksvg2/dom/SVGPathSegCurvetoQuadraticSmooth.h:
- ksvg2/dom/SVGPathSegLineto.cpp: (SVGPathSegLinetoAbs::getValueProperty): (SVGPathSegLinetoAbs::putValueProperty): (SVGPathSegLinetoRel::getValueProperty): (SVGPathSegLinetoRel::putValueProperty):
- ksvg2/dom/SVGPathSegLineto.h:
- ksvg2/dom/SVGPathSegLinetoHorizontal.cpp: (SVGPathSegLinetoHorizontalAbs::getValueProperty): (SVGPathSegLinetoHorizontalAbs::putValueProperty): (SVGPathSegLinetoHorizontalRel::getValueProperty): (SVGPathSegLinetoHorizontalRel::putValueProperty):
- ksvg2/dom/SVGPathSegLinetoHorizontal.h:
- ksvg2/dom/SVGPathSegLinetoVertical.cpp: (SVGPathSegLinetoVerticalAbs::getValueProperty): (SVGPathSegLinetoVerticalAbs::putValueProperty): (SVGPathSegLinetoVerticalRel::getValueProperty): (SVGPathSegLinetoVerticalRel::putValueProperty):
- ksvg2/dom/SVGPathSegLinetoVertical.h:
- ksvg2/dom/SVGPathSegList.cpp: (SVGPathSegList::getValueProperty): (SVGPathSegListProtoFunc::callAsFunction):
- ksvg2/dom/SVGPathSegList.h:
- ksvg2/dom/SVGPathSegMoveto.cpp: (SVGPathSegMovetoAbs::getValueProperty): (SVGPathSegMovetoAbs::putValueProperty): (SVGPathSegMovetoRel::getValueProperty): (SVGPathSegMovetoRel::putValueProperty):
- ksvg2/dom/SVGPathSegMoveto.h:
- ksvg2/dom/SVGPatternElement.cpp: (SVGPatternElement::getValueProperty):
- ksvg2/dom/SVGPatternElement.h:
- ksvg2/dom/SVGPoint.cpp: (SVGPoint::getValueProperty): (SVGPoint::putValueProperty): (SVGPointProtoFunc::callAsFunction):
- ksvg2/dom/SVGPoint.h:
- ksvg2/dom/SVGPointList.cpp: (SVGPointList::getValueProperty): (SVGPointListProtoFunc::callAsFunction):
- ksvg2/dom/SVGPointList.h:
- ksvg2/dom/SVGPolygonElement.cpp: (SVGPolygonElement::getValueProperty):
- ksvg2/dom/SVGPolygonElement.h:
- ksvg2/dom/SVGPolylineElement.cpp: (SVGPolylineElement::getValueProperty):
- ksvg2/dom/SVGPolylineElement.h:
- ksvg2/dom/SVGPreserveAspectRatio.cpp: (SVGPreserveAspectRatio::getValueProperty): (SVGPreserveAspectRatio::putValueProperty):
- ksvg2/dom/SVGPreserveAspectRatio.h:
- ksvg2/dom/SVGRadialGradientElement.cpp: (SVGRadialGradientElement::getValueProperty):
- ksvg2/dom/SVGRadialGradientElement.h:
- ksvg2/dom/SVGRect.cpp: (SVGRect::getValueProperty): (SVGRect::putValueProperty):
- ksvg2/dom/SVGRect.h:
- ksvg2/dom/SVGRectElement.cpp: (SVGRectElement::getValueProperty):
- ksvg2/dom/SVGRectElement.h:
- ksvg2/dom/SVGSVGElement.cpp: (SVGSVGElement::getValueProperty): (SVGSVGElement::putValueProperty): (SVGSVGElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGSVGElement.h:
- ksvg2/dom/SVGScriptElement.cpp: (SVGScriptElement::getValueProperty): (SVGScriptElement::putValueProperty):
- ksvg2/dom/SVGScriptElement.h:
- ksvg2/dom/SVGSetElement.cpp: (SVGSetElement::getValueProperty):
- ksvg2/dom/SVGSetElement.h:
- ksvg2/dom/SVGStopElement.cpp: (SVGStopElement::getValueProperty):
- ksvg2/dom/SVGStopElement.h:
- ksvg2/dom/SVGStringList.cpp: (SVGStringList::getValueProperty): (SVGStringListProtoFunc::callAsFunction):
- ksvg2/dom/SVGStringList.h:
- ksvg2/dom/SVGStylable.cpp: (SVGStylable::getValueProperty): (SVGStylableProtoFunc::callAsFunction):
- ksvg2/dom/SVGStylable.h:
- ksvg2/dom/SVGStyleElement.cpp: (SVGStyleElement::getValueProperty): (SVGStyleElement::putValueProperty):
- ksvg2/dom/SVGStyleElement.h:
- ksvg2/dom/SVGSwitchElement.cpp: (SVGSwitchElement::getValueProperty):
- ksvg2/dom/SVGSwitchElement.h:
- ksvg2/dom/SVGSymbolElement.cpp: (SVGSymbolElement::getValueProperty):
- ksvg2/dom/SVGSymbolElement.h:
- ksvg2/dom/SVGTSpanElement.cpp: (SVGTSpanElement::getValueProperty):
- ksvg2/dom/SVGTSpanElement.h:
- ksvg2/dom/SVGTests.cpp: (SVGTests::getValueProperty): (SVGTestsProtoFunc::callAsFunction):
- ksvg2/dom/SVGTests.h:
- ksvg2/dom/SVGTextContentElement.cpp: (SVGTextContentElement::getValueProperty): (SVGTextContentElementProtoFunc::callAsFunction):
- ksvg2/dom/SVGTextContentElement.h:
- ksvg2/dom/SVGTextElement.cpp: (SVGTextElement::getValueProperty):
- ksvg2/dom/SVGTextElement.h:
- ksvg2/dom/SVGTextPositioningElement.cpp: (SVGTextPositioningElement::getValueProperty):
- ksvg2/dom/SVGTextPositioningElement.h:
- ksvg2/dom/SVGTitleElement.cpp: (SVGTitleElement::getValueProperty):
- ksvg2/dom/SVGTitleElement.h:
- ksvg2/dom/SVGTransform.cpp: (SVGTransform::getValueProperty): (SVGTransformProtoFunc::callAsFunction):
- ksvg2/dom/SVGTransform.h:
- ksvg2/dom/SVGTransformList.cpp: (SVGTransformList::getValueProperty): (SVGTransformListProtoFunc::callAsFunction):
- ksvg2/dom/SVGTransformList.h:
- ksvg2/dom/SVGTransformable.cpp: (SVGTransformable::getValueProperty):
- ksvg2/dom/SVGTransformable.h:
- ksvg2/dom/SVGURIReference.cpp: (SVGURIReference::getValueProperty):
- ksvg2/dom/SVGURIReference.h:
- ksvg2/dom/SVGUseElement.cpp: (SVGUseElement::getValueProperty):
- ksvg2/dom/SVGUseElement.h:
- ksvg2/dom/SVGViewElement.cpp: (SVGViewElement::getValueProperty):
- ksvg2/dom/SVGViewElement.h:
- ksvg2/dom/SVGZoomAndPan.cpp: (SVGZoomAndPan::getValueProperty): (SVGZoomAndPan::putValueProperty):
- ksvg2/dom/SVGZoomAndPan.h:
- ksvg2/ecma/Ecma.cpp: (KSVG::getSVGPathSeg):
- ksvg2/ecma/Ecma.h:
- ksvg2/ecma/GlobalObject.cpp: (GlobalObject::get):
- ksvg2/ecma/GlobalObject.h:
- ksvg2/events/SVGEvent.cpp: (SVGEvent::getValueProperty):
- ksvg2/events/SVGEvent.h:
- ksvg2/events/SVGZoomEvent.cpp: (SVGZoomEvent::getValueProperty):
- ksvg2/events/SVGZoomEvent.h:
- ksvg2/impl/SVGScriptElementImpl.cpp: (SVGScriptElementImpl::executeScript):
- 9:44 AM Changeset in webkit [10089] by
-
- 2 edits in trunk/WebKit
Reviewed by John Sullivan.
- fixed <rdar://problem/3996324> REGRESSION (1.2-2.0): scroll bars sometimes not updated properly (with >40 duplicate reports!) also http://bugzilla.opendarwin.org/show_bug.cgi?id=3416
- WebView.subproj/WebHTMLView.m: (-[WebHTMLView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]): Propagate dirty rects after doing a layout, since a layout can create new dirty rects.
- 9:39 AM Changeset in webkit [10088] by
-
- 60 edits in trunk/JavaScriptCore
Reviewed by John Sullivan.
- fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=4325 Mozilla Date tests have an unnecessary loop that runs 1970 times before each test
- tests/mozilla/ecma/shell.js: Added TIME_YEAR_0 constant.
- tests/mozilla/ecma/Date/15.9.5.10-1.js: Removed the loop and changed code to use the constant.
- tests/mozilla/ecma/Date/15.9.5.10-10.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-11.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-12.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-13.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-3.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-4.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.10-9.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.11-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-1.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-3.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-4.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.12-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.13-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.13-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.14.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.15.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.16.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.17.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.18.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.19.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.20.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-1.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-3.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-4.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.21-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-1.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-2.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-3.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-4.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.22-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-4.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.23-9.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.5.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.6.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.7.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.8.js: Ditto.
- tests/mozilla/ecma/Date/15.9.5.9.js: Ditto.
- 8:30 AM Changeset in webkit [10087] by
-
- 1 edit1 delete in trunk/JavaScriptCore
- forgot to delete an obsolete file
- kjs/object_wrapper.h: Deleted.