- 03 Mar, 2010 1 commit
-
-
alice.liu@apple.com authored
Reviewed by Jon Honeycutt. * DOMCoreClasses.cpp: (DOMElement::createInstance): Added case for DOMHTMLIFrameElement * DOMHTMLClasses.cpp: Adding the few DOMHTMLIFrameElement functions definitions that have distinct implementations (all others just call parent implementation) (DOMHTMLIFrameElement::QueryInterface): (DOMHTMLIFrameElement::contentFrame): * DOMHTMLClasses.h: Most of these function declarations have definitions that just call the parent implementation (DOMHTMLIFrameElement::DOMHTMLIFrameElement): (DOMHTMLIFrameElement::AddRef): (DOMHTMLIFrameElement::Release): (DOMHTMLIFrameElement::throwException): (DOMHTMLIFrameElement::callWebScriptMethod): (DOMHTMLIFrameElement::evaluateWebScript): (DOMHTMLIFrameElement::removeWebScriptKey): (DOMHTMLIFrameElement::stringRepresentation): (DOMHTMLIFrameElement::webScriptValueAtIndex): (DOMHTMLIFrameElement::setWebScriptValueAtIndex): (DOMHTMLIFrameElement::setException): (DOMHTMLIFrameElement::nodeName): (DOMHTMLIFrameElement::nodeValue): (DOMHTMLIFrameElement::setNodeValue): (DOMHTMLIFrameElement::nodeType): (DOMHTMLIFrameElement::parentNode): (DOMHTMLIFrameElement::childNodes): (DOMHTMLIFrameElement::firstChild): (DOMHTMLIFrameElement::lastChild): (DOMHTMLIFrameElement::previousSibling): (DOMHTMLIFrameElement::nextSibling): (DOMHTMLIFrameElement::attributes): (DOMHTMLIFrameElement::ownerDocument): (DOMHTMLIFrameElement::insertBefore): (DOMHTMLIFrameElement::replaceChild): (DOMHTMLIFrameElement::removeChild): (DOMHTMLIFrameElement::appendChild): (DOMHTMLIFrameElement::hasChildNodes): (DOMHTMLIFrameElement::cloneNode): (DOMHTMLIFrameElement::normalize): (DOMHTMLIFrameElement::isSupported): (DOMHTMLIFrameElement::namespaceURI): (DOMHTMLIFrameElement::prefix): (DOMHTMLIFrameElement::setPrefix): (DOMHTMLIFrameElement::localName): (DOMHTMLIFrameElement::hasAttributes): (DOMHTMLIFrameElement::isSameNode): (DOMHTMLIFrameElement::isEqualNode): (DOMHTMLIFrameElement::textContent): (DOMHTMLIFrameElement::setTextContent): (DOMHTMLIFrameElement::tagName): (DOMHTMLIFrameElement::getAttribute): (DOMHTMLIFrameElement::setAttribute): (DOMHTMLIFrameElement::removeAttribute): (DOMHTMLIFrameElement::getAttributeNode): (DOMHTMLIFrameElement::setAttributeNode): (DOMHTMLIFrameElement::removeAttributeNode): (DOMHTMLIFrameElement::getElementsByTagName): (DOMHTMLIFrameElement::getAttributeNS): (DOMHTMLIFrameElement::setAttributeNS): (DOMHTMLIFrameElement::removeAttributeNS): (DOMHTMLIFrameElement::getAttributeNodeNS): (DOMHTMLIFrameElement::setAttributeNodeNS): (DOMHTMLIFrameElement::getElementsByTagNameNS): (DOMHTMLIFrameElement::hasAttribute): (DOMHTMLIFrameElement::hasAttributeNS): (DOMHTMLIFrameElement::focus): (DOMHTMLIFrameElement::blur): (DOMHTMLIFrameElement::idName): (DOMHTMLIFrameElement::setIdName): (DOMHTMLIFrameElement::title): (DOMHTMLIFrameElement::setTitle): (DOMHTMLIFrameElement::lang): (DOMHTMLIFrameElement::setLang): (DOMHTMLIFrameElement::dir): (DOMHTMLIFrameElement::setDir): (DOMHTMLIFrameElement::className): (DOMHTMLIFrameElement::setClassName): (DOMHTMLIFrameElement::innerHTML): (DOMHTMLIFrameElement::setInnerHTML): (DOMHTMLIFrameElement::innerText): (DOMHTMLIFrameElement::setInnerText): * Interfaces/DOMHTML.idl: Added IDOMHTMLIFrameElement interface git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55503 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Dec, 2009 2 commits
-
-
sullivan@apple.com authored
Reviewed by Dan Bernstein * DOMHTMLClasses.cpp: (DOMHTMLInputElement::isTextField): Split a two-clause assertion into two separate assertions. (DOMHTMLInputElement::rectOnScreen): Added the two assertions here that all other functions in this group shared. (DOMHTMLInputElement::selectedRange): Split a two-clause assertion into two separate assertions. (DOMHTMLInputElement::setAutofilled): Split a two-clause assertion into two separate assertions. (DOMHTMLInputElement::isAutofilled): Split a two-clause assertion into two separate assertions. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51857 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
sullivan@apple.com authored
Reviewed by Ada Chan. WebCore: * bindings/objc/DOMHTML.mm: (-[DOMHTMLInputElement _isAutofilled]): Implemented new cover function. * bindings/objc/DOMPrivate.h: Declared new cover function. WebKit/win: * DOMHTMLClasses.cpp: (DOMHTMLInputElement::isAutofilled): Implemented new cover function. * DOMHTMLClasses.h: Declared new cover function. * Interfaces/DOMPrivate.idl: Declared new interface. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51850 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 02 Dec, 2009 1 commit
-
-
timothy@apple.com authored
<rdar://problem/6760590> Would like a way to detect a login form AutoFill from JavaScript Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLInputElement::setValueForUser): * Interfaces/DOMHTML.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51606 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 18 Nov, 2009 1 commit
-
-
eric@webkit.org authored
Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=31186 Renames RenderTextControl::m_edited and RenderTextControl::m_userEdited to m_wasChangedSinceLastChangeEvent and m_lastChangeWasUserEdit, respectively. These are more descriptive names so as to clear an ambiguity surrounding their usage. Also, renames associated setters and getters so that they coincide with the renamed fields. No functionality was changed. So, no tests were included. * bindings/objc/DOMHTML.mm: (-[DOMHTMLInputElement _isEdited]): (-[DOMHTMLTextAreaElement _isEdited]): * dom/Document.cpp: (WebCore::Document::setFocusedNode): * html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::defaultEventHandler): * rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::RenderTextControl): (WebCore::RenderTextControl::setInnerTextValue): (WebCore::RenderTextControl::setLastChangeWasUserEdit): Formerly named setUserEdited. (WebCore::RenderTextControl::subtreeHasChanged): * rendering/RenderTextControl.h: (WebCore::RenderTextControl::wasChangedSinceLastChangeEvent): Formerly named isEdited. (WebCore::RenderTextControl::setChangedSinceLastChangeEvent): Formerly named setEdited. (WebCore::RenderTextControl::lastChangeWasUserEdit): Formerly named setUserEdited. * rendering/RenderTextControlSingleLine.cpp: (WebCore::RenderTextControlSingleLine::subtreeHasChanged): * wml/WMLInputElement.cpp: (WebCore::WMLInputElement::defaultEventHandler): 2009-11-18 Daniel Bates <dbates@webkit.org> Reviewed by Darin Adler. https://bugs.webkit.org/show_bug.cgi?id=31186 Changes associated with renaming RenderTextControl::isUserEdited. * DOMHTMLClasses.cpp: (DOMHTMLInputElement::isUserEdited): Formerly named isUserEdited. (DOMHTMLTextAreaElement::isUserEdited): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51148 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Nov, 2009 5 commits
-
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=31492 Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLInputElement::replaceCharactersInRange): Get the text of the input field. Replace the given range with the replacement text, and set this new string as the input element's value. Select from index to the end of the field. This matches the implementation in the Obj-C bindings. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51094 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=31491 Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLOptionElement::text): Cast m_element to an HTMLOptionElement, and call its text() function. (DOMHTMLOptionElement::label): Ditto, for label(). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51093 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=31489 Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLSelectElement::options): Cast m_element to an HTMLSelectElement. If it has no options, return E_FAIL. Otherwise, create a DOMHTMLOptionsCollection to wrap the options, and return it. (DOMHTMLSelectElement::activateItemAtIndex): If the index is out of bounds, return E_FAIL. Otherwise, select the item. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51092 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=31488 Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLOptionsCollection::DOMHTMLOptionsCollection): Initialize m_collection. (DOMHTMLOptionsCollection::createInstance): Create a DOMHTMLOptionsCollection. If we fail to query for IDOMHTMLOptionsCollection, delete it, and return 0. Otherwise, return the result. (DOMHTMLOptionsCollection::length): (DOMHTMLOptionsCollection::item): Create a DOMNode for the WebCore Node. If this is 0, return E_FAIL. (DOMHTMLOptionsCollection::namedItem): Correct the signature of this function. * DOMHTMLClasses.h: Declare DOMHTMLOptionsCollection::createInstance(). Correct the signature of namedItem() to match IDOMHTMLOptionsCollection. Add a member to DOMHTMLOptionsCollection to hold the WebCore object. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51091 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=31487 Reviewed by Darin Adler. * DOMHTMLClasses.cpp: (DOMHTMLInputElement::rectOnScreen): Return the rect on screen, not the rect in the window. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51090 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 17 Aug, 2009 1 commit
-
-
simon.fraser@apple.com authored
Speculative fix for Windows build bustage. * DOMHTMLClasses.cpp: (DOMHTMLElement::idName): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@47376 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 31 Jul, 2009 1 commit
-
-
darin@apple.com authored
2009-07-30 Darin Adler <darin@apple.com> Reviewed by David Levin. Use checked casts for render tree https://bugs.webkit.org/show_bug.cgi?id=23522 Next step: Add casts for all the RenderTable classes and use them everywhere. Also added a few uses in places that were still using static_cast. Also made some virtual member functions private. Also changed RenderTable::m_tableLayout to use OwnPtr. * accessibility/AccessibilityTable.cpp: (WebCore::AccessibilityTable::isTableExposableThroughAccessibility): (WebCore::AccessibilityTable::addChildren): (WebCore::AccessibilityTable::cellForColumnAndRow): * accessibility/AccessibilityTableCell.cpp: (WebCore::AccessibilityTableCell::parentTable): (WebCore::AccessibilityTableCell::rowIndexRange): (WebCore::AccessibilityTableCell::columnIndexRange): (WebCore::AccessibilityTableCell::titleUIElement): * accessibility/AccessibilityTableColumn.cpp: (WebCore::AccessibilityTableColumn::headerObject): * accessibility/AccessibilityTableRow.cpp: (WebCore::AccessibilityTableRow::parentTable): * editing/DeleteSelectionCommand.cpp: (WebCore::DeleteSelectionCommand::removeNode): * editing/TextIterator.cpp: (WebCore::shouldEmitTabBeforeNode): (WebCore::shouldEmitNewlinesBeforeAndAfterNode): * html/HTMLTableCellElement.cpp: (WebCore::HTMLTableCellElement::parseMappedAttribute): * html/HTMLTableColElement.cpp: (WebCore::HTMLTableColElement::parseMappedAttribute): * page/Frame.cpp: (WebCore::Frame::searchForLabelsAboveCell): * page/mac/FrameMac.mm: (WebCore::Frame::searchForNSLabelsAboveCell): * rendering/AutoTableLayout.cpp: (WebCore::AutoTableLayout::recalcColumn): (WebCore::AutoTableLayout::fullRecalc): (WebCore::shouldScaleColumns): * rendering/FixedTableLayout.cpp: (WebCore::FixedTableLayout::calcWidthArray): * rendering/RenderBlock.cpp: (WebCore::RenderBlock::calcPrefWidths): * rendering/RenderBox.cpp: (WebCore::RenderBox::calcPercentageHeight): * rendering/RenderObject.cpp: (WebCore::RenderObject::addChild): (WebCore::RenderObject::containingBlock): * rendering/RenderTableCell.cpp: (WebCore::RenderTableCell::collapsedBottomBorder): * rendering/RenderTableCol.cpp: (WebCore::RenderTableCol::table): * rendering/RenderTableRow.cpp: (WebCore::RenderTableRow::addChild): (WebCore::RenderTableRow::layout): (WebCore::RenderTableRow::paint): * rendering/RenderTableSection.cpp: (WebCore::RenderTableSection::addChild): (WebCore::RenderTableSection::layoutRows): (WebCore::RenderTableSection::lowestPosition): (WebCore::RenderTableSection::rightmostPosition): (WebCore::RenderTableSection::leftmostPosition): (WebCore::RenderTableSection::paintObject): (WebCore::RenderTableSection::recalcCells): * rendering/RenderTreeAsText.cpp: (WebCore::operator<<): (WebCore::writeTextRun): Use checked casts. * rendering/RenderTable.cpp: (WebCore::RenderTable::styleDidChange): Updated to use OwnPtr. (WebCore::RenderTable::addChild): Use checked cast. (WebCore::RenderTable::layout): Ditto. (WebCore::RenderTable::setCellWidths): Ditto. (WebCore::RenderTable::paintObject): Ditto. (WebCore::RenderTable::splitColumn): Ditto. (WebCore::RenderTable::appendColumn): Ditto. (WebCore::RenderTable::colElement): Ditto. (WebCore::RenderTable::recalcSections): Ditto. (WebCore::RenderTable::outerBorderBottom): Ditto. (WebCore::RenderTable::outerBorderLeft): Ditto. (WebCore::RenderTable::outerBorderRight): Ditto. (WebCore::RenderTable::sectionAbove): Ditto. (WebCore::RenderTable::sectionBelow): Ditto. * rendering/RenderTable.h: Added checked cast. Made virtual functions private. Changed m_tableLayout to be a OwnPtr. * rendering/RenderTableCell.h: Added checked cast. * rendering/RenderTableCol.h: Ditto. Made virtual functions private. * rendering/RenderTableRow.h: Ditto. * rendering/RenderTableSection.h: Ditto. WebKit/mac: 2009-07-30 Darin Adler <darin@apple.com> Reviewed by David Levin. Use checked casts for render tree https://bugs.webkit.org/show_bug.cgi?id=23522 * Misc/WebNSAttributedStringExtras.mm: (fileWrapperForElement): * Misc/WebNSPasteboardExtras.mm: (imageFromElement): (-[NSPasteboard _web_declareAndWriteDragImageForElement:URL:title:archive:source:]): * WebView/WebFrame.mm: (-[WebFrame _computePageRectsWithPrintWidthScaleFactor:printHeight:]): (-[WebFrame _accessibilityTree]): * WebView/WebRenderNode.mm: (copyRenderNode): Use checked casts. WebKit/win: 2009-07-30 Darin Adler <darin@apple.com> Reviewed by David Levin. Use checked casts for render tree https://bugs.webkit.org/show_bug.cgi?id=23522 * DOMHTMLClasses.cpp: (DOMHTMLInputElement::isUserEdited): (DOMHTMLTextAreaElement::isUserEdited): Use checked casts. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46647 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 May, 2009 1 commit
-
-
darin@apple.com authored
First try at fixing the Windows build. * DOMHTMLClasses.cpp: Added include of HTMLCollection.h. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43191 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Mar, 2009 1 commit
-
-
aroben@apple.com authored
Reviewed by Dan Bernstein. * DOMHTMLClasses.cpp: (DOMHTMLDocument::title): Call through to WebCore::Document (with obligatory COM error checking/type conversions). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@41629 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 13 Aug, 2008 1 commit
-
-
adachan@apple.com authored
Added IWebFrame::paintDocumentRectToContext() so we can paint a frame's content into a device context. Changed WebView::paintDocumentRectToContext() to call that WebFrame method. Reviewed by Adam Roben. * DOMHTMLClasses.cpp: (DOMHTMLElement::idName): * Interfaces/IWebFramePrivate.idl: * WebFrame.cpp: (WebFrame::paintDocumentRectToContext): (WebFrame::frameElement): * WebFrame.h: * WebView.cpp: (WebView::paintDocumentRectToContext): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35723 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Dec, 2007 2 commits
-
-
mitz@apple.com authored
* DOMHTMLClasses.cpp: (DOMHTMLDocument::URL): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@28738 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin@apple.com authored
- http://bugs.webkit.org/show_bug.cgi?id=16443 implement some missing Windows WebKit functions * DOMHTMLClasses.cpp: (DOMHTMLDocument::URL): Implemented. * WebActionPropertyBag.cpp: (WebActionPropertyBag::Read): Fixed the WebActionElementKey case. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@28725 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Aug, 2007 2 commits
-
-
weinig authored
Revert r25216 which renamed the COM DOM bindings to use Deprecated prefix. win: Revert r25216 which renamed the COM DOM bindings to use Deprecated prefix. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25231 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
weinig authored
Rubber-stamped by Adam Roben. <rdar://problem/5434593> Deprecate current manually written COM DOM bindings in anticipation of autogeneration Rename COM DOM bindings to use Deprecated prefix. * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/DumpRenderTree.cpp: (dumpFramesAsText): (dump): * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/EditingDelegate.cpp: (dumpPath): (dump): (EditingDelegate::shouldBeginEditingInDOMRange): (EditingDelegate::shouldEndEditingInDOMRange): (EditingDelegate::shouldInsertNode): (EditingDelegate::shouldInsertText): (EditingDelegate::shouldDeleteDOMRange): (EditingDelegate::shouldChangeSelectedDOMRange): (EditingDelegate::shouldApplyStyle): (EditingDelegate::shouldChangeTypingStyle): * DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/EditingDelegate.h: win: Rubber-stamped by Adam Roben. <rdar://problem/5434593> Deprecate current manually written COM DOM bindings in anticipation of autogeneration Rename COM DOM bindings to use Deprecated prefix. * DOMCSSClasses.cpp: (DeprecatedDOMCSSStyleDeclaration::DeprecatedDOMCSSStyleDeclaration): (DeprecatedDOMCSSStyleDeclaration::~DeprecatedDOMCSSStyleDeclaration): (DeprecatedDOMCSSStyleDeclaration::createInstance): (DeprecatedDOMCSSStyleDeclaration::QueryInterface): (DeprecatedDOMCSSStyleDeclaration::cssText): (DeprecatedDOMCSSStyleDeclaration::setCssText): (DeprecatedDOMCSSStyleDeclaration::getPropertyValue): (DeprecatedDOMCSSStyleDeclaration::getPropertyCSSValue): (DeprecatedDOMCSSStyleDeclaration::removeProperty): (DeprecatedDOMCSSStyleDeclaration::getPropertyPriority): (DeprecatedDOMCSSStyleDeclaration::setProperty): (DeprecatedDOMCSSStyleDeclaration::length): (DeprecatedDOMCSSStyleDeclaration::item): (DeprecatedDOMCSSStyleDeclaration::parentRule): * DOMCSSClasses.h: (DeprecatedDOMCSSStyleDeclaration::AddRef): (DeprecatedDOMCSSStyleDeclaration::Release): (DeprecatedDOMCSSStyleDeclaration::throwException): (DeprecatedDOMCSSStyleDeclaration::callWebScriptMethod): (DeprecatedDOMCSSStyleDeclaration::evaluateWebScript): (DeprecatedDOMCSSStyleDeclaration::removeWebScriptKey): (DeprecatedDOMCSSStyleDeclaration::stringRepresentation): (DeprecatedDOMCSSStyleDeclaration::webScriptValueAtIndex): (DeprecatedDOMCSSStyleDeclaration::setWebScriptValueAtIndex): (DeprecatedDOMCSSStyleDeclaration::setException): * DOMCoreClasses.cpp: (DeprecatedDOMObject::QueryInterface): (DeprecatedDOMNode::QueryInterface): (DeprecatedDOMNode::nodeName): (DeprecatedDOMNode::nodeValue): (DeprecatedDOMNode::setNodeValue): (DeprecatedDOMNode::nodeType): (DeprecatedDOMNode::parentNode): (DeprecatedDOMNode::childNodes): (DeprecatedDOMNode::firstChild): (DeprecatedDOMNode::lastChild): (DeprecatedDOMNode::previousSibling): (DeprecatedDOMNode::nextSibling): (DeprecatedDOMNode::attributes): (DeprecatedDOMNode::ownerDocument): (DeprecatedDOMNode::insertBefore): (DeprecatedDOMNode::replaceChild): (DeprecatedDOMNode::removeChild): (DeprecatedDOMNode::appendChild): (DeprecatedDOMNode::hasChildNodes): (DeprecatedDOMNode::cloneNode): (DeprecatedDOMNode::normalize): (DeprecatedDOMNode::isSupported): (DeprecatedDOMNode::namespaceURI): (DeprecatedDOMNode::prefix): (DeprecatedDOMNode::setPrefix): (DeprecatedDOMNode::localName): (DeprecatedDOMNode::hasAttributes): (DeprecatedDOMNode::isSameNode): (DeprecatedDOMNode::isEqualNode): (DeprecatedDOMNode::textContent): (DeprecatedDOMNode::setTextContent): (DeprecatedDOMNode::addEventListener): (DeprecatedDOMNode::removeEventListener): (DeprecatedDOMNode::dispatchEvent): (DeprecatedDOMNode::DeprecatedDOMNode): (DeprecatedDOMNode::~DeprecatedDOMNode): (DeprecatedDOMNode::createInstance): (DeprecatedDOMNodeList::QueryInterface): (DeprecatedDOMNodeList::item): (DeprecatedDOMNodeList::length): (DeprecatedDOMNodeList::DeprecatedDOMNodeList): (DeprecatedDOMNodeList::~DeprecatedDOMNodeList): (DeprecatedDOMNodeList::createInstance): (DeprecatedDOMDocument::QueryInterface): (DeprecatedDOMDocument::doctype): (DeprecatedDOMDocument::implementation): (DeprecatedDOMDocument::documentElement): (DeprecatedDOMDocument::createElement): (DeprecatedDOMDocument::createDocumentFragment): (DeprecatedDOMDocument::createTextNode): (DeprecatedDOMDocument::createComment): (DeprecatedDOMDocument::createCDATASection): (DeprecatedDOMDocument::createProcessingInstruction): (DeprecatedDOMDocument::createAttribute): (DeprecatedDOMDocument::createEntityReference): (DeprecatedDOMDocument::getElementsByTagName): (DeprecatedDOMDocument::importNode): (DeprecatedDOMDocument::createElementNS): (DeprecatedDOMDocument::createAttributeNS): (DeprecatedDOMDocument::getElementsByTagNameNS): (DeprecatedDOMDocument::getElementById): (DeprecatedDOMDocument::getComputedStyle): (DeprecatedDOMDocument::createEvent): (DeprecatedDOMDocument::DeprecatedDOMDocument): (DeprecatedDOMDocument::~DeprecatedDOMDocument): (DeprecatedDOMDocument::createInstance): (DeprecatedDOMElement::QueryInterface): (DeprecatedDOMElement::boundingBox): (DeprecatedDOMElement::lineBoxRects): (DeprecatedDOMElement::tagName): (DeprecatedDOMElement::getAttribute): (DeprecatedDOMElement::setAttribute): (DeprecatedDOMElement::removeAttribute): (DeprecatedDOMElement::getAttributeNode): (DeprecatedDOMElement::setAttributeNode): (DeprecatedDOMElement::removeAttributeNode): (DeprecatedDOMElement::getElementsByTagName): (DeprecatedDOMElement::getAttributeNS): (DeprecatedDOMElement::setAttributeNS): (DeprecatedDOMElement::removeAttributeNS): (DeprecatedDOMElement::getAttributeNodeNS): (DeprecatedDOMElement::setAttributeNodeNS): (DeprecatedDOMElement::getElementsByTagNameNS): (DeprecatedDOMElement::hasAttribute): (DeprecatedDOMElement::hasAttributeNS): (DeprecatedDOMElement::focus): (DeprecatedDOMElement::blur): (DeprecatedDOMElement::coreElement): (DeprecatedDOMElement::isEqual): (DeprecatedDOMElement::isFocused): (DeprecatedDOMElement::innerText): (DeprecatedDOMElement::style): (DeprecatedDOMElement::offsetLeft): (DeprecatedDOMElement::offsetTop): (DeprecatedDOMElement::offsetWidth): (DeprecatedDOMElement::offsetHeight): (DeprecatedDOMElement::offsetParent): (DeprecatedDOMElement::clientWidth): (DeprecatedDOMElement::clientHeight): (DeprecatedDOMElement::scrollLeft): (DeprecatedDOMElement::setScrollLeft): (DeprecatedDOMElement::scrollTop): (DeprecatedDOMElement::setScrollTop): (DeprecatedDOMElement::scrollWidth): (DeprecatedDOMElement::scrollHeight): (DeprecatedDOMElement::scrollIntoView): (DeprecatedDOMElement::scrollIntoViewIfNeeded): (DeprecatedDOMElement::DeprecatedDOMElement): (DeprecatedDOMElement::~DeprecatedDOMElement): (DeprecatedDOMElement::createInstance): * DOMCoreClasses.h: (DeprecatedDOMNode::AddRef): (DeprecatedDOMNode::Release): (DeprecatedDOMNode::throwException): (DeprecatedDOMNode::callWebScriptMethod): (DeprecatedDOMNode::evaluateWebScript): (DeprecatedDOMNode::removeWebScriptKey): (DeprecatedDOMNode::stringRepresentation): (DeprecatedDOMNode::webScriptValueAtIndex): (DeprecatedDOMNode::setWebScriptValueAtIndex): (DeprecatedDOMNode::setException): (DeprecatedDOMNodeList::AddRef): (DeprecatedDOMNodeList::Release): (DeprecatedDOMNodeList::throwException): (DeprecatedDOMNodeList::callWebScriptMethod): (DeprecatedDOMNodeList::evaluateWebScript): (DeprecatedDOMNodeList::removeWebScriptKey): (DeprecatedDOMNodeList::stringRepresentation): (DeprecatedDOMNodeList::webScriptValueAtIndex): (DeprecatedDOMNodeList::setWebScriptValueAtIndex): (DeprecatedDOMNodeList::setException): (DeprecatedDOMDocument::AddRef): (DeprecatedDOMDocument::Release): (DeprecatedDOMDocument::throwException): (DeprecatedDOMDocument::callWebScriptMethod): (DeprecatedDOMDocument::evaluateWebScript): (DeprecatedDOMDocument::removeWebScriptKey): (DeprecatedDOMDocument::stringRepresentation): (DeprecatedDOMDocument::webScriptValueAtIndex): (DeprecatedDOMDocument::setWebScriptValueAtIndex): (DeprecatedDOMDocument::setException): (DeprecatedDOMDocument::nodeName): (DeprecatedDOMDocument::nodeValue): (DeprecatedDOMDocument::setNodeValue): (DeprecatedDOMDocument::nodeType): (DeprecatedDOMDocument::parentNode): (DeprecatedDOMDocument::childNodes): (DeprecatedDOMDocument::firstChild): (DeprecatedDOMDocument::lastChild): (DeprecatedDOMDocument::previousSibling): (DeprecatedDOMDocument::nextSibling): (DeprecatedDOMDocument::attributes): (DeprecatedDOMDocument::ownerDocument): (DeprecatedDOMDocument::insertBefore): (DeprecatedDOMDocument::replaceChild): (DeprecatedDOMDocument::removeChild): (DeprecatedDOMDocument::appendChild): (DeprecatedDOMDocument::hasChildNodes): (DeprecatedDOMDocument::cloneNode): (DeprecatedDOMDocument::normalize): (DeprecatedDOMDocument::isSupported): (DeprecatedDOMDocument::namespaceURI): (DeprecatedDOMDocument::prefix): (DeprecatedDOMDocument::setPrefix): (DeprecatedDOMDocument::localName): (DeprecatedDOMDocument::hasAttributes): (DeprecatedDOMDocument::isSameNode): (DeprecatedDOMDocument::isEqualNode): (DeprecatedDOMDocument::textContent): (DeprecatedDOMDocument::setTextContent): (DeprecatedDOMElement::AddRef): (DeprecatedDOMElement::Release): (DeprecatedDOMElement::throwException): (DeprecatedDOMElement::callWebScriptMethod): (DeprecatedDOMElement::evaluateWebScript): (DeprecatedDOMElement::removeWebScriptKey): (DeprecatedDOMElement::stringRepresentation): (DeprecatedDOMElement::webScriptValueAtIndex): (DeprecatedDOMElement::setWebScriptValueAtIndex): (DeprecatedDOMElement::setException): (DeprecatedDOMElement::nodeName): (DeprecatedDOMElement::nodeValue): (DeprecatedDOMElement::setNodeValue): (DeprecatedDOMElement::nodeType): (DeprecatedDOMElement::parentNode): (DeprecatedDOMElement::childNodes): (DeprecatedDOMElement::firstChild): (DeprecatedDOMElement::lastChild): (DeprecatedDOMElement::previousSibling): (DeprecatedDOMElement::nextSibling): (DeprecatedDOMElement::attributes): (DeprecatedDOMElement::ownerDocument): (DeprecatedDOMElement::insertBefore): (DeprecatedDOMElement::replaceChild): (DeprecatedDOMElement::removeChild): (DeprecatedDOMElement::appendChild): (DeprecatedDOMElement::hasChildNodes): (DeprecatedDOMElement::cloneNode): (DeprecatedDOMElement::normalize): (DeprecatedDOMElement::isSupported): (DeprecatedDOMElement::namespaceURI): (DeprecatedDOMElement::prefix): (DeprecatedDOMElement::setPrefix): (DeprecatedDOMElement::localName): (DeprecatedDOMElement::hasAttributes): (DeprecatedDOMElement::isSameNode): (DeprecatedDOMElement::isEqualNode): (DeprecatedDOMElement::textContent): (DeprecatedDOMElement::setTextContent): * DOMEventsClasses.cpp: (DeprecatedDOMEventListener::QueryInterface): (DeprecatedDOMEventListener::handleEvent): (DeprecatedDOMEvent::DeprecatedDOMEvent): (DeprecatedDOMEvent::~DeprecatedDOMEvent): (DeprecatedDOMEvent::createInstance): (DeprecatedDOMEvent::QueryInterface): (DeprecatedDOMEvent::type): (DeprecatedDOMEvent::target): (DeprecatedDOMEvent::currentTarget): (DeprecatedDOMEvent::eventPhase): (DeprecatedDOMEvent::bubbles): (DeprecatedDOMEvent::cancelable): (DeprecatedDOMEvent::timeStamp): (DeprecatedDOMEvent::stopPropagation): (DeprecatedDOMEvent::preventDefault): (DeprecatedDOMEvent::initEvent): (DeprecatedDOMUIEvent::QueryInterface): (DeprecatedDOMUIEvent::view): (DeprecatedDOMUIEvent::detail): (DeprecatedDOMUIEvent::initUIEvent): (DeprecatedDOMUIEvent::keyCode): (DeprecatedDOMUIEvent::charCode): (DeprecatedDOMUIEvent::layerX): (DeprecatedDOMUIEvent::layerY): (DeprecatedDOMUIEvent::pageX): (DeprecatedDOMUIEvent::pageY): (DeprecatedDOMUIEvent::which): (DeprecatedDOMKeyboardEvent::QueryInterface): (DeprecatedDOMKeyboardEvent::keyIdentifier): (DeprecatedDOMKeyboardEvent::keyLocation): (DeprecatedDOMKeyboardEvent::ctrlKey): (DeprecatedDOMKeyboardEvent::shiftKey): (DeprecatedDOMKeyboardEvent::altKey): (DeprecatedDOMKeyboardEvent::metaKey): (DeprecatedDOMKeyboardEvent::altGraphKey): (DeprecatedDOMKeyboardEvent::getModifierState): (DeprecatedDOMKeyboardEvent::initKeyboardEvent): (DeprecatedDOMMouseEvent::QueryInterface): (DeprecatedDOMMouseEvent::screenX): (DeprecatedDOMMouseEvent::screenY): (DeprecatedDOMMouseEvent::clientX): (DeprecatedDOMMouseEvent::clientY): (DeprecatedDOMMouseEvent::ctrlKey): (DeprecatedDOMMouseEvent::shiftKey): (DeprecatedDOMMouseEvent::altKey): (DeprecatedDOMMouseEvent::metaKey): (DeprecatedDOMMouseEvent::button): (DeprecatedDOMMouseEvent::relatedTarget): (DeprecatedDOMMouseEvent::initMouseEvent): (DeprecatedDOMMouseEvent::offsetX): (DeprecatedDOMMouseEvent::offsetY): (DeprecatedDOMMouseEvent::x): (DeprecatedDOMMouseEvent::y): (DeprecatedDOMMouseEvent::fromElement): (DeprecatedDOMMouseEvent::toElement): (DeprecatedDOMMutationEvent::QueryInterface): (DeprecatedDOMMutationEvent::relatedNode): (DeprecatedDOMMutationEvent::prevValue): (DeprecatedDOMMutationEvent::newValue): (DeprecatedDOMMutationEvent::attrName): (DeprecatedDOMMutationEvent::attrChange): (DeprecatedDOMMutationEvent::initMutationEvent): (DeprecatedDOMOverflowEvent::QueryInterface): (DeprecatedDOMOverflowEvent::orient): (DeprecatedDOMOverflowEvent::horizontalOverflow): (DeprecatedDOMOverflowEvent::verticalOverflow): (DeprecatedDOMWheelEvent::QueryInterface): (DeprecatedDOMWheelEvent::screenX): (DeprecatedDOMWheelEvent::screenY): (DeprecatedDOMWheelEvent::clientX): (DeprecatedDOMWheelEvent::clientY): (DeprecatedDOMWheelEvent::ctrlKey): (DeprecatedDOMWheelEvent::shiftKey): (DeprecatedDOMWheelEvent::altKey): (DeprecatedDOMWheelEvent::metaKey): (DeprecatedDOMWheelEvent::wheelDelta): (DeprecatedDOMWheelEvent::wheelDeltaX): (DeprecatedDOMWheelEvent::wheelDeltaY): (DeprecatedDOMWheelEvent::offsetX): (DeprecatedDOMWheelEvent::offsetY): (DeprecatedDOMWheelEvent::x): (DeprecatedDOMWheelEvent::y): (DeprecatedDOMWheelEvent::isHorizontal): (DeprecatedDOMWheelEvent::initWheelEvent): * DOMEventsClasses.h: (DeprecatedDOMEventListener::AddRef): (DeprecatedDOMEventListener::Release): (DeprecatedDOMEventListener::throwException): (DeprecatedDOMEventListener::callWebScriptMethod): (DeprecatedDOMEventListener::evaluateWebScript): (DeprecatedDOMEventListener::removeWebScriptKey): (DeprecatedDOMEventListener::stringRepresentation): (DeprecatedDOMEventListener::webScriptValueAtIndex): (DeprecatedDOMEventListener::setWebScriptValueAtIndex): (DeprecatedDOMEventListener::setException): (DeprecatedDOMEvent::AddRef): (DeprecatedDOMEvent::Release): (DeprecatedDOMEvent::throwException): (DeprecatedDOMEvent::callWebScriptMethod): (DeprecatedDOMEvent::evaluateWebScript): (DeprecatedDOMEvent::removeWebScriptKey): (DeprecatedDOMEvent::stringRepresentation): (DeprecatedDOMEvent::webScriptValueAtIndex): (DeprecatedDOMEvent::setWebScriptValueAtIndex): (DeprecatedDOMEvent::setException): (DeprecatedDOMUIEvent::DeprecatedDOMUIEvent): (DeprecatedDOMUIEvent::AddRef): (DeprecatedDOMUIEvent::Release): (DeprecatedDOMUIEvent::throwException): (DeprecatedDOMUIEvent::callWebScriptMethod): (DeprecatedDOMUIEvent::evaluateWebScript): (DeprecatedDOMUIEvent::removeWebScriptKey): (DeprecatedDOMUIEvent::stringRepresentation): (DeprecatedDOMUIEvent::webScriptValueAtIndex): (DeprecatedDOMUIEvent::setWebScriptValueAtIndex): (DeprecatedDOMUIEvent::setException): (DeprecatedDOMUIEvent::type): (DeprecatedDOMUIEvent::target): (DeprecatedDOMUIEvent::currentTarget): (DeprecatedDOMUIEvent::eventPhase): (DeprecatedDOMUIEvent::bubbles): (DeprecatedDOMUIEvent::cancelable): (DeprecatedDOMUIEvent::timeStamp): (DeprecatedDOMUIEvent::stopPropagation): (DeprecatedDOMUIEvent::preventDefault): (DeprecatedDOMUIEvent::initEvent): (DeprecatedDOMKeyboardEvent::DeprecatedDOMKeyboardEvent): (DeprecatedDOMKeyboardEvent::AddRef): (DeprecatedDOMKeyboardEvent::Release): (DeprecatedDOMKeyboardEvent::throwException): (DeprecatedDOMKeyboardEvent::callWebScriptMethod): (DeprecatedDOMKeyboardEvent::evaluateWebScript): (DeprecatedDOMKeyboardEvent::removeWebScriptKey): (DeprecatedDOMKeyboardEvent::stringRepresentation): (DeprecatedDOMKeyboardEvent::webScriptValueAtIndex): (DeprecatedDOMKeyboardEvent::setWebScriptValueAtIndex): (DeprecatedDOMKeyboardEvent::setException): (DeprecatedDOMKeyboardEvent::type): (DeprecatedDOMKeyboardEvent::target): (DeprecatedDOMKeyboardEvent::currentTarget): (DeprecatedDOMKeyboardEvent::eventPhase): (DeprecatedDOMKeyboardEvent::bubbles): (DeprecatedDOMKeyboardEvent::cancelable): (DeprecatedDOMKeyboardEvent::timeStamp): (DeprecatedDOMKeyboardEvent::stopPropagation): (DeprecatedDOMKeyboardEvent::preventDefault): (DeprecatedDOMKeyboardEvent::initEvent): (DeprecatedDOMKeyboardEvent::view): (DeprecatedDOMKeyboardEvent::detail): (DeprecatedDOMKeyboardEvent::initUIEvent): (DeprecatedDOMKeyboardEvent::keyCode): (DeprecatedDOMKeyboardEvent::charCode): (DeprecatedDOMKeyboardEvent::layerX): (DeprecatedDOMKeyboardEvent::layerY): (DeprecatedDOMKeyboardEvent::pageX): (DeprecatedDOMKeyboardEvent::pageY): (DeprecatedDOMKeyboardEvent::which): (DeprecatedDOMMouseEvent::DeprecatedDOMMouseEvent): (DeprecatedDOMMouseEvent::AddRef): (DeprecatedDOMMouseEvent::Release): (DeprecatedDOMMouseEvent::throwException): (DeprecatedDOMMouseEvent::callWebScriptMethod): (DeprecatedDOMMouseEvent::evaluateWebScript): (DeprecatedDOMMouseEvent::removeWebScriptKey): (DeprecatedDOMMouseEvent::stringRepresentation): (DeprecatedDOMMouseEvent::webScriptValueAtIndex): (DeprecatedDOMMouseEvent::setWebScriptValueAtIndex): (DeprecatedDOMMouseEvent::setException): (DeprecatedDOMMouseEvent::type): (DeprecatedDOMMouseEvent::target): (DeprecatedDOMMouseEvent::currentTarget): (DeprecatedDOMMouseEvent::eventPhase): (DeprecatedDOMMouseEvent::bubbles): (DeprecatedDOMMouseEvent::cancelable): (DeprecatedDOMMouseEvent::timeStamp): (DeprecatedDOMMouseEvent::stopPropagation): (DeprecatedDOMMouseEvent::preventDefault): (DeprecatedDOMMouseEvent::initEvent): (DeprecatedDOMMouseEvent::view): (DeprecatedDOMMouseEvent::detail): (DeprecatedDOMMouseEvent::initUIEvent): (DeprecatedDOMMouseEvent::keyCode): (DeprecatedDOMMouseEvent::charCode): (DeprecatedDOMMouseEvent::layerX): (DeprecatedDOMMouseEvent::layerY): (DeprecatedDOMMouseEvent::pageX): (DeprecatedDOMMouseEvent::pageY): (DeprecatedDOMMouseEvent::which): (DeprecatedDOMMutationEvent::DeprecatedDOMMutationEvent): (DeprecatedDOMMutationEvent::AddRef): (DeprecatedDOMMutationEvent::Release): (DeprecatedDOMMutationEvent::throwException): (DeprecatedDOMMutationEvent::callWebScriptMethod): (DeprecatedDOMMutationEvent::evaluateWebScript): (DeprecatedDOMMutationEvent::removeWebScriptKey): (DeprecatedDOMMutationEvent::stringRepresentation): (DeprecatedDOMMutationEvent::webScriptValueAtIndex): (DeprecatedDOMMutationEvent::setWebScriptValueAtIndex): (DeprecatedDOMMutationEvent::setException): (DeprecatedDOMMutationEvent::type): (DeprecatedDOMMutationEvent::target): (DeprecatedDOMMutationEvent::currentTarget): (DeprecatedDOMMutationEvent::eventPhase): (DeprecatedDOMMutationEvent::bubbles): (DeprecatedDOMMutationEvent::cancelable): (DeprecatedDOMMutationEvent::timeStamp): (DeprecatedDOMMutationEvent::stopPropagation): (DeprecatedDOMMutationEvent::preventDefault): (DeprecatedDOMMutationEvent::initEvent): (DeprecatedDOMOverflowEvent::DeprecatedDOMOverflowEvent): (DeprecatedDOMOverflowEvent::AddRef): (DeprecatedDOMOverflowEvent::Release): (DeprecatedDOMOverflowEvent::throwException): (DeprecatedDOMOverflowEvent::callWebScriptMethod): (DeprecatedDOMOverflowEvent::evaluateWebScript): (DeprecatedDOMOverflowEvent::removeWebScriptKey): (DeprecatedDOMOverflowEvent::stringRepresentation): (DeprecatedDOMOverflowEvent::webScriptValueAtIndex): (DeprecatedDOMOverflowEvent::setWebScriptValueAtIndex): (DeprecatedDOMOverflowEvent::setException): (DeprecatedDOMOverflowEvent::type): (DeprecatedDOMOverflowEvent::target): (DeprecatedDOMOverflowEvent::currentTarget): (DeprecatedDOMOverflowEvent::eventPhase): (DeprecatedDOMOverflowEvent::bubbles): (DeprecatedDOMOverflowEvent::cancelable): (DeprecatedDOMOverflowEvent::timeStamp): (DeprecatedDOMOverflowEvent::stopPropagation): (DeprecatedDOMOverflowEvent::preventDefault): (DeprecatedDOMOverflowEvent::initEvent): (DeprecatedDOMWheelEvent::DeprecatedDOMWheelEvent): (DeprecatedDOMWheelEvent::AddRef): (DeprecatedDOMWheelEvent::Release): (DeprecatedDOMWheelEvent::throwException): (DeprecatedDOMWheelEvent::callWebScriptMethod): (DeprecatedDOMWheelEvent::evaluateWebScript): (DeprecatedDOMWheelEvent::removeWebScriptKey): (DeprecatedDOMWheelEvent::stringRepresentation): (DeprecatedDOMWheelEvent::webScriptValueAtIndex): (DeprecatedDOMWheelEvent::setWebScriptValueAtIndex): (DeprecatedDOMWheelEvent::setException): (DeprecatedDOMWheelEvent::type): (DeprecatedDOMWheelEvent::target): (DeprecatedDOMWheelEvent::currentTarget): (DeprecatedDOMWheelEvent::eventPhase): (DeprecatedDOMWheelEvent::bubbles): (DeprecatedDOMWheelEvent::cancelable): (DeprecatedDOMWheelEvent::timeStamp): (DeprecatedDOMWheelEvent::stopPropagation): (DeprecatedDOMWheelEvent::preventDefault): (DeprecatedDOMWheelEvent::initEvent): (DeprecatedDOMWheelEvent::view): (DeprecatedDOMWheelEvent::detail): (DeprecatedDOMWheelEvent::initUIEvent): (DeprecatedDOMWheelEvent::keyCode): (DeprecatedDOMWheelEvent::charCode): (DeprecatedDOMWheelEvent::layerX): (DeprecatedDOMWheelEvent::layerY): (DeprecatedDOMWheelEvent::pageX): (DeprecatedDOMWheelEvent::pageY): (DeprecatedDOMWheelEvent::which): * DOMHTMLClasses.cpp: (DeprecatedDOMHTMLCollection::DeprecatedDOMHTMLCollection): (DeprecatedDOMHTMLCollection::createInstance): (DeprecatedDOMHTMLCollection::QueryInterface): (DeprecatedDOMHTMLCollection::length): (DeprecatedDOMHTMLCollection::item): (DeprecatedDOMHTMLCollection::namedItem): (DeprecatedDOMHTMLOptionsCollection::QueryInterface): (DeprecatedDOMHTMLOptionsCollection::length): (DeprecatedDOMHTMLOptionsCollection::setLength): (DeprecatedDOMHTMLOptionsCollection::item): (DeprecatedDOMHTMLOptionsCollection::namedItem): (DeprecatedDOMHTMLDocument::QueryInterface): (DeprecatedDOMHTMLDocument::title): (DeprecatedDOMHTMLDocument::setTitle): (DeprecatedDOMHTMLDocument::referrer): (DeprecatedDOMHTMLDocument::domain): (DeprecatedDOMHTMLDocument::URL): (DeprecatedDOMHTMLDocument::body): (DeprecatedDOMHTMLDocument::setBody): (DeprecatedDOMHTMLDocument::images): (DeprecatedDOMHTMLDocument::applets): (DeprecatedDOMHTMLDocument::links): (DeprecatedDOMHTMLDocument::forms): (DeprecatedDOMHTMLDocument::anchors): (DeprecatedDOMHTMLDocument::cookie): (DeprecatedDOMHTMLDocument::setCookie): (DeprecatedDOMHTMLDocument::open): (DeprecatedDOMHTMLDocument::close): (DeprecatedDOMHTMLDocument::write): (DeprecatedDOMHTMLDocument::writeln): (DeprecatedDOMHTMLDocument::getElementById_): (DeprecatedDOMHTMLDocument::getElementsByName): (DeprecatedDOMHTMLElement::QueryInterface): (DeprecatedDOMHTMLElement::idName): (DeprecatedDOMHTMLElement::setIdName): (DeprecatedDOMHTMLElement::title): (DeprecatedDOMHTMLElement::setTitle): (DeprecatedDOMHTMLElement::lang): (DeprecatedDOMHTMLElement::setLang): (DeprecatedDOMHTMLElement::dir): (DeprecatedDOMHTMLElement::setDir): (DeprecatedDOMHTMLElement::className): (DeprecatedDOMHTMLElement::setClassName): (DeprecatedDOMHTMLElement::innerHTML): (DeprecatedDOMHTMLElement::setInnerHTML): (DeprecatedDOMHTMLElement::innerText): (DeprecatedDOMHTMLElement::setInnerText): (DeprecatedDOMHTMLFormElement::QueryInterface): (DeprecatedDOMHTMLFormElement::elements): (DeprecatedDOMHTMLFormElement::length): (DeprecatedDOMHTMLFormElement::name): (DeprecatedDOMHTMLFormElement::setName): (DeprecatedDOMHTMLFormElement::acceptCharset): (DeprecatedDOMHTMLFormElement::setAcceptCharset): (DeprecatedDOMHTMLFormElement::action): (DeprecatedDOMHTMLFormElement::setAction): (DeprecatedDOMHTMLFormElement::encType): (DeprecatedDOMHTMLFormElement::setEnctype): (DeprecatedDOMHTMLFormElement::method): (DeprecatedDOMHTMLFormElement::setMethod): (DeprecatedDOMHTMLFormElement::target): (DeprecatedDOMHTMLFormElement::setTarget): (DeprecatedDOMHTMLFormElement::submit): (DeprecatedDOMHTMLFormElement::reset): (DeprecatedDOMHTMLSelectElement::QueryInterface): (DeprecatedDOMHTMLSelectElement::type): (DeprecatedDOMHTMLSelectElement::selectedIndex): (DeprecatedDOMHTMLSelectElement::setSelectedIndx): (DeprecatedDOMHTMLSelectElement::value): (DeprecatedDOMHTMLSelectElement::setValue): (DeprecatedDOMHTMLSelectElement::length): (DeprecatedDOMHTMLSelectElement::form): (DeprecatedDOMHTMLSelectElement::options): (DeprecatedDOMHTMLSelectElement::disabled): (DeprecatedDOMHTMLSelectElement::setDisabled): (DeprecatedDOMHTMLSelectElement::multiple): (DeprecatedDOMHTMLSelectElement::setMultiple): (DeprecatedDOMHTMLSelectElement::name): (DeprecatedDOMHTMLSelectElement::setName): (DeprecatedDOMHTMLSelectElement::size): (DeprecatedDOMHTMLSelectElement::setSize): (DeprecatedDOMHTMLSelectElement::tabIndex): (DeprecatedDOMHTMLSelectElement::setTabIndex): (DeprecatedDOMHTMLSelectElement::add): (DeprecatedDOMHTMLSelectElement::remove): (DeprecatedDOMHTMLSelectElement::activateItemAtIndex): (DeprecatedDOMHTMLOptionElement::QueryInterface): (DeprecatedDOMHTMLOptionElement::form): (DeprecatedDOMHTMLOptionElement::defaultSelected): (DeprecatedDOMHTMLOptionElement::setDefaultSelected): (DeprecatedDOMHTMLOptionElement::text): (DeprecatedDOMHTMLOptionElement::index): (DeprecatedDOMHTMLOptionElement::disabled): (DeprecatedDOMHTMLOptionElement::setDisabled): (DeprecatedDOMHTMLOptionElement::label): (DeprecatedDOMHTMLOptionElement::setLabel): (DeprecatedDOMHTMLOptionElement::selected): (DeprecatedDOMHTMLOptionElement::setSelected): (DeprecatedDOMHTMLOptionElement::value): (DeprecatedDOMHTMLOptionElement::setValue): (DeprecatedDOMHTMLInputElement::QueryInterface): (DeprecatedDOMHTMLInputElement::defaultValue): (DeprecatedDOMHTMLInputElement::setDefaultValue): (DeprecatedDOMHTMLInputElement::defaultChecked): (DeprecatedDOMHTMLInputElement::setDefaultChecked): (DeprecatedDOMHTMLInputElement::form): (DeprecatedDOMHTMLInputElement::accept): (DeprecatedDOMHTMLInputElement::setAccept): (DeprecatedDOMHTMLInputElement::accessKey): (DeprecatedDOMHTMLInputElement::setAccessKey): (DeprecatedDOMHTMLInputElement::align): (DeprecatedDOMHTMLInputElement::setAlign): (DeprecatedDOMHTMLInputElement::alt): (DeprecatedDOMHTMLInputElement::setAlt): (DeprecatedDOMHTMLInputElement::checked): (DeprecatedDOMHTMLInputElement::setChecked): (DeprecatedDOMHTMLInputElement::disabled): (DeprecatedDOMHTMLInputElement::setDisabled): (DeprecatedDOMHTMLInputElement::maxLength): (DeprecatedDOMHTMLInputElement::setMaxLength): (DeprecatedDOMHTMLInputElement::name): (DeprecatedDOMHTMLInputElement::setName): (DeprecatedDOMHTMLInputElement::readOnly): (DeprecatedDOMHTMLInputElement::setReadOnly): (DeprecatedDOMHTMLInputElement::size): (DeprecatedDOMHTMLInputElement::setSize): (DeprecatedDOMHTMLInputElement::src): (DeprecatedDOMHTMLInputElement::setSrc): (DeprecatedDOMHTMLInputElement::tabIndex): (DeprecatedDOMHTMLInputElement::setTabIndex): (DeprecatedDOMHTMLInputElement::type): (DeprecatedDOMHTMLInputElement::setType): (DeprecatedDOMHTMLInputElement::useMap): (DeprecatedDOMHTMLInputElement::setUseMap): (DeprecatedDOMHTMLInputElement::value): (DeprecatedDOMHTMLInputElement::setValue): (DeprecatedDOMHTMLInputElement::select): (DeprecatedDOMHTMLInputElement::click): (DeprecatedDOMHTMLInputElement::setSelectionStart): (DeprecatedDOMHTMLInputElement::selectionStart): (DeprecatedDOMHTMLInputElement::setSelectionEnd): (DeprecatedDOMHTMLInputElement::selectionEnd): (DeprecatedDOMHTMLInputElement::isTextField): (DeprecatedDOMHTMLInputElement::rectOnScreen): (DeprecatedDOMHTMLInputElement::replaceCharactersInRange): (DeprecatedDOMHTMLInputElement::selectedRange): (DeprecatedDOMHTMLInputElement::setAutofilled): (DeprecatedDOMHTMLInputElement::isUserEdited): (DeprecatedDOMHTMLTextAreaElement::QueryInterface): (DeprecatedDOMHTMLTextAreaElement::defaultValue): (DeprecatedDOMHTMLTextAreaElement::setDefaultValue): (DeprecatedDOMHTMLTextAreaElement::form): (DeprecatedDOMHTMLTextAreaElement::accessKey): (DeprecatedDOMHTMLTextAreaElement::setAccessKey): (DeprecatedDOMHTMLTextAreaElement::cols): (DeprecatedDOMHTMLTextAreaElement::setCols): (DeprecatedDOMHTMLTextAreaElement::disabled): (DeprecatedDOMHTMLTextAreaElement::setDisabled): (DeprecatedDOMHTMLTextAreaElement::name): (DeprecatedDOMHTMLTextAreaElement::setName): (DeprecatedDOMHTMLTextAreaElement::readOnly): (DeprecatedDOMHTMLTextAreaElement::setReadOnly): (DeprecatedDOMHTMLTextAreaElement::rows): (DeprecatedDOMHTMLTextAreaElement::setRows): (DeprecatedDOMHTMLTextAreaElement::tabIndex): (DeprecatedDOMHTMLTextAreaElement::setTabIndex): (DeprecatedDOMHTMLTextAreaElement::type): (DeprecatedDOMHTMLTextAreaElement::value): (DeprecatedDOMHTMLTextAreaElement::setValue): (DeprecatedDOMHTMLTextAreaElement::select): (DeprecatedDOMHTMLTextAreaElement::isUserEdited): * DOMHTMLClasses.h: (DeprecatedDOMHTMLCollection::AddRef): (DeprecatedDOMHTMLCollection::Release): (DeprecatedDOMHTMLCollection::throwException): (DeprecatedDOMHTMLCollection::callWebScriptMethod): (DeprecatedDOMHTMLCollection::evaluateWebScript): (DeprecatedDOMHTMLCollection::removeWebScriptKey): (DeprecatedDOMHTMLCollection::stringRepresentation): (DeprecatedDOMHTMLCollection::webScriptValueAtIndex): (DeprecatedDOMHTMLCollection::setWebScriptValueAtIndex): (DeprecatedDOMHTMLCollection::setException): (DeprecatedDOMHTMLOptionsCollection::AddRef): (DeprecatedDOMHTMLOptionsCollection::Release): (DeprecatedDOMHTMLOptionsCollection::throwException): (DeprecatedDOMHTMLOptionsCollection::callWebScriptMethod): (DeprecatedDOMHTMLOptionsCollection::evaluateWebScript): (DeprecatedDOMHTMLOptionsCollection::removeWebScriptKey): (DeprecatedDOMHTMLOptionsCollection::stringRepresentation): (DeprecatedDOMHTMLOptionsCollection::webScriptValueAtIndex): (DeprecatedDOMHTMLOptionsCollection::setWebScriptValueAtIndex): (DeprecatedDOMHTMLOptionsCollection::setException): (DeprecatedDOMHTMLDocument::DeprecatedDOMHTMLDocument): (DeprecatedDOMHTMLDocument::AddRef): (DeprecatedDOMHTMLDocument::Release): (DeprecatedDOMHTMLDocument::throwException): (DeprecatedDOMHTMLDocument::callWebScriptMethod): (DeprecatedDOMHTMLDocument::evaluateWebScript): (DeprecatedDOMHTMLDocument::removeWebScriptKey): (DeprecatedDOMHTMLDocument::stringRepresentation): (DeprecatedDOMHTMLDocument::webScriptValueAtIndex): (DeprecatedDOMHTMLDocument::setWebScriptValueAtIndex): (DeprecatedDOMHTMLDocument::setException): (DeprecatedDOMHTMLDocument::nodeName): (DeprecatedDOMHTMLDocument::nodeValue): (DeprecatedDOMHTMLDocument::nodeType): (DeprecatedDOMHTMLDocument::parentNode): (DeprecatedDOMHTMLDocument::childNodes): (DeprecatedDOMHTMLDocument::firstChild): (DeprecatedDOMHTMLDocument::lastChild): (DeprecatedDOMHTMLDocument::previousSibling): (DeprecatedDOMHTMLDocument::nextSibling): (DeprecatedDOMHTMLDocument::attributes): (DeprecatedDOMHTMLDocument::ownerDocument): (DeprecatedDOMHTMLDocument::insertBefore): (DeprecatedDOMHTMLDocument::replaceChild): (DeprecatedDOMHTMLDocument::removeChild): (DeprecatedDOMHTMLDocument::appendChild): (DeprecatedDOMHTMLDocument::hasChildNodes): (DeprecatedDOMHTMLDocument::cloneNode): (DeprecatedDOMHTMLDocument::normalize): (DeprecatedDOMHTMLDocument::isSupported): (DeprecatedDOMHTMLDocument::namespaceURI): (DeprecatedDOMHTMLDocument::prefix): (DeprecatedDOMHTMLDocument::setPrefix): (DeprecatedDOMHTMLDocument::localName): (DeprecatedDOMHTMLDocument::hasAttributes): (DeprecatedDOMHTMLDocument::isSameNode): (DeprecatedDOMHTMLDocument::isEqualNode): (DeprecatedDOMHTMLDocument::textContent): (DeprecatedDOMHTMLDocument::setTextContent): (DeprecatedDOMHTMLDocument::doctype): (DeprecatedDOMHTMLDocument::implementation): (DeprecatedDOMHTMLDocument::documentElement): (DeprecatedDOMHTMLDocument::createElement): (DeprecatedDOMHTMLDocument::createDocumentFragment): (DeprecatedDOMHTMLDocument::createTextNode): (DeprecatedDOMHTMLDocument::createComment): (DeprecatedDOMHTMLDocument::createCDATASection): (DeprecatedDOMHTMLDocument::createProcessingInstruction): (DeprecatedDOMHTMLDocument::createAttribute): (DeprecatedDOMHTMLDocument::createEntityReference): (DeprecatedDOMHTMLDocument::getElementsByTagName): (DeprecatedDOMHTMLDocument::importNode): (DeprecatedDOMHTMLDocument::createElementNS): (DeprecatedDOMHTMLDocument::createAttributeNS): (DeprecatedDOMHTMLDocument::getElementsByTagNameNS): (DeprecatedDOMHTMLDocument::getElementById): (DeprecatedDOMHTMLElement::DeprecatedDOMHTMLElement): (DeprecatedDOMHTMLElement::AddRef): (DeprecatedDOMHTMLElement::Release): (DeprecatedDOMHTMLElement::throwException): (DeprecatedDOMHTMLElement::callWebScriptMethod): (DeprecatedDOMHTMLElement::evaluateWebScript): (DeprecatedDOMHTMLElement::removeWebScriptKey): (DeprecatedDOMHTMLElement::stringRepresentation): (DeprecatedDOMHTMLElement::webScriptValueAtIndex): (DeprecatedDOMHTMLElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLElement::setException): (DeprecatedDOMHTMLElement::nodeName): (DeprecatedDOMHTMLElement::nodeValue): (DeprecatedDOMHTMLElement::setNodeValue): (DeprecatedDOMHTMLElement::nodeType): (DeprecatedDOMHTMLElement::parentNode): (DeprecatedDOMHTMLElement::childNodes): (DeprecatedDOMHTMLElement::firstChild): (DeprecatedDOMHTMLElement::lastChild): (DeprecatedDOMHTMLElement::previousSibling): (DeprecatedDOMHTMLElement::nextSibling): (DeprecatedDOMHTMLElement::attributes): (DeprecatedDOMHTMLElement::ownerDocument): (DeprecatedDOMHTMLElement::insertBefore): (DeprecatedDOMHTMLElement::replaceChild): (DeprecatedDOMHTMLElement::removeChild): (DeprecatedDOMHTMLElement::appendChild): (DeprecatedDOMHTMLElement::hasChildNodes): (DeprecatedDOMHTMLElement::cloneNode): (DeprecatedDOMHTMLElement::normalize): (DeprecatedDOMHTMLElement::isSupported): (DeprecatedDOMHTMLElement::namespaceURI): (DeprecatedDOMHTMLElement::prefix): (DeprecatedDOMHTMLElement::setPrefix): (DeprecatedDOMHTMLElement::localName): (DeprecatedDOMHTMLElement::hasAttributes): (DeprecatedDOMHTMLElement::isSameNode): (DeprecatedDOMHTMLElement::isEqualNode): (DeprecatedDOMHTMLElement::textContent): (DeprecatedDOMHTMLElement::setTextContent): (DeprecatedDOMHTMLElement::tagName): (DeprecatedDOMHTMLElement::getAttribute): (DeprecatedDOMHTMLElement::setAttribute): (DeprecatedDOMHTMLElement::removeAttribute): (DeprecatedDOMHTMLElement::getAttributeNode): (DeprecatedDOMHTMLElement::setAttributeNode): (DeprecatedDOMHTMLElement::removeAttributeNode): (DeprecatedDOMHTMLElement::getElementsByTagName): (DeprecatedDOMHTMLElement::getAttributeNS): (DeprecatedDOMHTMLElement::setAttributeNS): (DeprecatedDOMHTMLElement::removeAttributeNS): (DeprecatedDOMHTMLElement::getAttributeNodeNS): (DeprecatedDOMHTMLElement::setAttributeNodeNS): (DeprecatedDOMHTMLElement::getElementsByTagNameNS): (DeprecatedDOMHTMLElement::hasAttribute): (DeprecatedDOMHTMLElement::hasAttributeNS): (DeprecatedDOMHTMLElement::focus): (DeprecatedDOMHTMLElement::blur): (DeprecatedDOMHTMLFormElement::DeprecatedDOMHTMLFormElement): (DeprecatedDOMHTMLFormElement::AddRef): (DeprecatedDOMHTMLFormElement::Release): (DeprecatedDOMHTMLFormElement::throwException): (DeprecatedDOMHTMLFormElement::callWebScriptMethod): (DeprecatedDOMHTMLFormElement::evaluateWebScript): (DeprecatedDOMHTMLFormElement::removeWebScriptKey): (DeprecatedDOMHTMLFormElement::stringRepresentation): (DeprecatedDOMHTMLFormElement::webScriptValueAtIndex): (DeprecatedDOMHTMLFormElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLFormElement::setException): (DeprecatedDOMHTMLFormElement::nodeName): (DeprecatedDOMHTMLFormElement::nodeValue): (DeprecatedDOMHTMLFormElement::setNodeValue): (DeprecatedDOMHTMLFormElement::nodeType): (DeprecatedDOMHTMLFormElement::parentNode): (DeprecatedDOMHTMLFormElement::childNodes): (DeprecatedDOMHTMLFormElement::firstChild): (DeprecatedDOMHTMLFormElement::lastChild): (DeprecatedDOMHTMLFormElement::previousSibling): (DeprecatedDOMHTMLFormElement::nextSibling): (DeprecatedDOMHTMLFormElement::attributes): (DeprecatedDOMHTMLFormElement::ownerDocument): (DeprecatedDOMHTMLFormElement::insertBefore): (DeprecatedDOMHTMLFormElement::replaceChild): (DeprecatedDOMHTMLFormElement::removeChild): (DeprecatedDOMHTMLFormElement::appendChild): (DeprecatedDOMHTMLFormElement::hasChildNodes): (DeprecatedDOMHTMLFormElement::cloneNode): (DeprecatedDOMHTMLFormElement::normalize): (DeprecatedDOMHTMLFormElement::isSupported): (DeprecatedDOMHTMLFormElement::namespaceURI): (DeprecatedDOMHTMLFormElement::prefix): (DeprecatedDOMHTMLFormElement::setPrefix): (DeprecatedDOMHTMLFormElement::localName): (DeprecatedDOMHTMLFormElement::hasAttributes): (DeprecatedDOMHTMLFormElement::isSameNode): (DeprecatedDOMHTMLFormElement::isEqualNode): (DeprecatedDOMHTMLFormElement::textContent): (DeprecatedDOMHTMLFormElement::setTextContent): (DeprecatedDOMHTMLFormElement::tagName): (DeprecatedDOMHTMLFormElement::getAttribute): (DeprecatedDOMHTMLFormElement::setAttribute): (DeprecatedDOMHTMLFormElement::removeAttribute): (DeprecatedDOMHTMLFormElement::getAttributeNode): (DeprecatedDOMHTMLFormElement::setAttributeNode): (DeprecatedDOMHTMLFormElement::removeAttributeNode): (DeprecatedDOMHTMLFormElement::getElementsByTagName): (DeprecatedDOMHTMLFormElement::getAttributeNS): (DeprecatedDOMHTMLFormElement::setAttributeNS): (DeprecatedDOMHTMLFormElement::removeAttributeNS): (DeprecatedDOMHTMLFormElement::getAttributeNodeNS): (DeprecatedDOMHTMLFormElement::setAttributeNodeNS): (DeprecatedDOMHTMLFormElement::getElementsByTagNameNS): (DeprecatedDOMHTMLFormElement::hasAttribute): (DeprecatedDOMHTMLFormElement::hasAttributeNS): (DeprecatedDOMHTMLFormElement::focus): (DeprecatedDOMHTMLFormElement::blur): (DeprecatedDOMHTMLFormElement::idName): (DeprecatedDOMHTMLFormElement::setIdName): (DeprecatedDOMHTMLFormElement::title): (DeprecatedDOMHTMLFormElement::setTitle): (DeprecatedDOMHTMLFormElement::lang): (DeprecatedDOMHTMLFormElement::setLang): (DeprecatedDOMHTMLFormElement::dir): (DeprecatedDOMHTMLFormElement::setDir): (DeprecatedDOMHTMLFormElement::className): (DeprecatedDOMHTMLFormElement::setClassName): (DeprecatedDOMHTMLFormElement::innerHTML): (DeprecatedDOMHTMLFormElement::setInnerHTML): (DeprecatedDOMHTMLFormElement::innerText): (DeprecatedDOMHTMLFormElement::setInnerText): (DeprecatedDOMHTMLSelectElement::DeprecatedDOMHTMLSelectElement): (DeprecatedDOMHTMLSelectElement::AddRef): (DeprecatedDOMHTMLSelectElement::Release): (DeprecatedDOMHTMLSelectElement::throwException): (DeprecatedDOMHTMLSelectElement::callWebScriptMethod): (DeprecatedDOMHTMLSelectElement::evaluateWebScript): (DeprecatedDOMHTMLSelectElement::removeWebScriptKey): (DeprecatedDOMHTMLSelectElement::stringRepresentation): (DeprecatedDOMHTMLSelectElement::webScriptValueAtIndex): (DeprecatedDOMHTMLSelectElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLSelectElement::setException): (DeprecatedDOMHTMLSelectElement::nodeName): (DeprecatedDOMHTMLSelectElement::nodeValue): (DeprecatedDOMHTMLSelectElement::setNodeValue): (DeprecatedDOMHTMLSelectElement::nodeType): (DeprecatedDOMHTMLSelectElement::parentNode): (DeprecatedDOMHTMLSelectElement::childNodes): (DeprecatedDOMHTMLSelectElement::firstChild): (DeprecatedDOMHTMLSelectElement::lastChild): (DeprecatedDOMHTMLSelectElement::previousSibling): (DeprecatedDOMHTMLSelectElement::nextSibling): (DeprecatedDOMHTMLSelectElement::attributes): (DeprecatedDOMHTMLSelectElement::ownerDocument): (DeprecatedDOMHTMLSelectElement::insertBefore): (DeprecatedDOMHTMLSelectElement::replaceChild): (DeprecatedDOMHTMLSelectElement::removeChild): (DeprecatedDOMHTMLSelectElement::appendChild): (DeprecatedDOMHTMLSelectElement::hasChildNodes): (DeprecatedDOMHTMLSelectElement::cloneNode): (DeprecatedDOMHTMLSelectElement::normalize): (DeprecatedDOMHTMLSelectElement::isSupported): (DeprecatedDOMHTMLSelectElement::namespaceURI): (DeprecatedDOMHTMLSelectElement::prefix): (DeprecatedDOMHTMLSelectElement::setPrefix): (DeprecatedDOMHTMLSelectElement::localName): (DeprecatedDOMHTMLSelectElement::hasAttributes): (DeprecatedDOMHTMLSelectElement::isSameNode): (DeprecatedDOMHTMLSelectElement::isEqualNode): (DeprecatedDOMHTMLSelectElement::textContent): (DeprecatedDOMHTMLSelectElement::setTextContent): (DeprecatedDOMHTMLSelectElement::tagName): (DeprecatedDOMHTMLSelectElement::getAttribute): (DeprecatedDOMHTMLSelectElement::setAttribute): (DeprecatedDOMHTMLSelectElement::removeAttribute): (DeprecatedDOMHTMLSelectElement::getAttributeNode): (DeprecatedDOMHTMLSelectElement::setAttributeNode): (DeprecatedDOMHTMLSelectElement::removeAttributeNode): (DeprecatedDOMHTMLSelectElement::getElementsByTagName): (DeprecatedDOMHTMLSelectElement::getAttributeNS): (DeprecatedDOMHTMLSelectElement::setAttributeNS): (DeprecatedDOMHTMLSelectElement::removeAttributeNS): (DeprecatedDOMHTMLSelectElement::getAttributeNodeNS): (DeprecatedDOMHTMLSelectElement::setAttributeNodeNS): (DeprecatedDOMHTMLSelectElement::getElementsByTagNameNS): (DeprecatedDOMHTMLSelectElement::hasAttribute): (DeprecatedDOMHTMLSelectElement::hasAttributeNS): (DeprecatedDOMHTMLSelectElement::focus): (DeprecatedDOMHTMLSelectElement::blur): (DeprecatedDOMHTMLSelectElement::idName): (DeprecatedDOMHTMLSelectElement::setIdName): (DeprecatedDOMHTMLSelectElement::title): (DeprecatedDOMHTMLSelectElement::setTitle): (DeprecatedDOMHTMLSelectElement::lang): (DeprecatedDOMHTMLSelectElement::setLang): (DeprecatedDOMHTMLSelectElement::dir): (DeprecatedDOMHTMLSelectElement::setDir): (DeprecatedDOMHTMLSelectElement::className): (DeprecatedDOMHTMLSelectElement::setClassName): (DeprecatedDOMHTMLSelectElement::innerHTML): (DeprecatedDOMHTMLSelectElement::setInnerHTML): (DeprecatedDOMHTMLSelectElement::innerText): (DeprecatedDOMHTMLSelectElement::setInnerText): (DeprecatedDOMHTMLOptionElement::DeprecatedDOMHTMLOptionElement): (DeprecatedDOMHTMLOptionElement::AddRef): (DeprecatedDOMHTMLOptionElement::Release): (DeprecatedDOMHTMLOptionElement::throwException): (DeprecatedDOMHTMLOptionElement::callWebScriptMethod): (DeprecatedDOMHTMLOptionElement::evaluateWebScript): (DeprecatedDOMHTMLOptionElement::removeWebScriptKey): (DeprecatedDOMHTMLOptionElement::stringRepresentation): (DeprecatedDOMHTMLOptionElement::webScriptValueAtIndex): (DeprecatedDOMHTMLOptionElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLOptionElement::setException): (DeprecatedDOMHTMLOptionElement::nodeName): (DeprecatedDOMHTMLOptionElement::nodeValue): (DeprecatedDOMHTMLOptionElement::setNodeValue): (DeprecatedDOMHTMLOptionElement::nodeType): (DeprecatedDOMHTMLOptionElement::parentNode): (DeprecatedDOMHTMLOptionElement::childNodes): (DeprecatedDOMHTMLOptionElement::firstChild): (DeprecatedDOMHTMLOptionElement::lastChild): (DeprecatedDOMHTMLOptionElement::previousSibling): (DeprecatedDOMHTMLOptionElement::nextSibling): (DeprecatedDOMHTMLOptionElement::attributes): (DeprecatedDOMHTMLOptionElement::ownerDocument): (DeprecatedDOMHTMLOptionElement::insertBefore): (DeprecatedDOMHTMLOptionElement::replaceChild): (DeprecatedDOMHTMLOptionElement::removeChild): (DeprecatedDOMHTMLOptionElement::appendChild): (DeprecatedDOMHTMLOptionElement::hasChildNodes): (DeprecatedDOMHTMLOptionElement::cloneNode): (DeprecatedDOMHTMLOptionElement::normalize): (DeprecatedDOMHTMLOptionElement::isSupported): (DeprecatedDOMHTMLOptionElement::namespaceURI): (DeprecatedDOMHTMLOptionElement::prefix): (DeprecatedDOMHTMLOptionElement::setPrefix): (DeprecatedDOMHTMLOptionElement::localName): (DeprecatedDOMHTMLOptionElement::hasAttributes): (DeprecatedDOMHTMLOptionElement::isSameNode): (DeprecatedDOMHTMLOptionElement::isEqualNode): (DeprecatedDOMHTMLOptionElement::textContent): (DeprecatedDOMHTMLOptionElement::setTextContent): (DeprecatedDOMHTMLOptionElement::tagName): (DeprecatedDOMHTMLOptionElement::getAttribute): (DeprecatedDOMHTMLOptionElement::setAttribute): (DeprecatedDOMHTMLOptionElement::removeAttribute): (DeprecatedDOMHTMLOptionElement::getAttributeNode): (DeprecatedDOMHTMLOptionElement::setAttributeNode): (DeprecatedDOMHTMLOptionElement::removeAttributeNode): (DeprecatedDOMHTMLOptionElement::getElementsByTagName): (DeprecatedDOMHTMLOptionElement::getAttributeNS): (DeprecatedDOMHTMLOptionElement::setAttributeNS): (DeprecatedDOMHTMLOptionElement::removeAttributeNS): (DeprecatedDOMHTMLOptionElement::getAttributeNodeNS): (DeprecatedDOMHTMLOptionElement::setAttributeNodeNS): (DeprecatedDOMHTMLOptionElement::getElementsByTagNameNS): (DeprecatedDOMHTMLOptionElement::hasAttribute): (DeprecatedDOMHTMLOptionElement::hasAttributeNS): (DeprecatedDOMHTMLOptionElement::focus): (DeprecatedDOMHTMLOptionElement::blur): (DeprecatedDOMHTMLOptionElement::idName): (DeprecatedDOMHTMLOptionElement::setIdName): (DeprecatedDOMHTMLOptionElement::title): (DeprecatedDOMHTMLOptionElement::setTitle): (DeprecatedDOMHTMLOptionElement::lang): (DeprecatedDOMHTMLOptionElement::setLang): (DeprecatedDOMHTMLOptionElement::dir): (DeprecatedDOMHTMLOptionElement::setDir): (DeprecatedDOMHTMLOptionElement::className): (DeprecatedDOMHTMLOptionElement::setClassName): (DeprecatedDOMHTMLOptionElement::innerHTML): (DeprecatedDOMHTMLOptionElement::setInnerHTML): (DeprecatedDOMHTMLOptionElement::innerText): (DeprecatedDOMHTMLOptionElement::setInnerText): (DeprecatedDOMHTMLInputElement::DeprecatedDOMHTMLInputElement): (DeprecatedDOMHTMLInputElement::AddRef): (DeprecatedDOMHTMLInputElement::Release): (DeprecatedDOMHTMLInputElement::throwException): (DeprecatedDOMHTMLInputElement::callWebScriptMethod): (DeprecatedDOMHTMLInputElement::evaluateWebScript): (DeprecatedDOMHTMLInputElement::removeWebScriptKey): (DeprecatedDOMHTMLInputElement::stringRepresentation): (DeprecatedDOMHTMLInputElement::webScriptValueAtIndex): (DeprecatedDOMHTMLInputElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLInputElement::setException): (DeprecatedDOMHTMLInputElement::nodeName): (DeprecatedDOMHTMLInputElement::nodeValue): (DeprecatedDOMHTMLInputElement::setNodeValue): (DeprecatedDOMHTMLInputElement::nodeType): (DeprecatedDOMHTMLInputElement::parentNode): (DeprecatedDOMHTMLInputElement::childNodes): (DeprecatedDOMHTMLInputElement::firstChild): (DeprecatedDOMHTMLInputElement::lastChild): (DeprecatedDOMHTMLInputElement::previousSibling): (DeprecatedDOMHTMLInputElement::nextSibling): (DeprecatedDOMHTMLInputElement::attributes): (DeprecatedDOMHTMLInputElement::ownerDocument): (DeprecatedDOMHTMLInputElement::insertBefore): (DeprecatedDOMHTMLInputElement::replaceChild): (DeprecatedDOMHTMLInputElement::removeChild): (DeprecatedDOMHTMLInputElement::appendChild): (DeprecatedDOMHTMLInputElement::hasChildNodes): (DeprecatedDOMHTMLInputElement::cloneNode): (DeprecatedDOMHTMLInputElement::normalize): (DeprecatedDOMHTMLInputElement::isSupported): (DeprecatedDOMHTMLInputElement::namespaceURI): (DeprecatedDOMHTMLInputElement::prefix): (DeprecatedDOMHTMLInputElement::setPrefix): (DeprecatedDOMHTMLInputElement::localName): (DeprecatedDOMHTMLInputElement::hasAttributes): (DeprecatedDOMHTMLInputElement::isSameNode): (DeprecatedDOMHTMLInputElement::isEqualNode): (DeprecatedDOMHTMLInputElement::textContent): (DeprecatedDOMHTMLInputElement::setTextContent): (DeprecatedDOMHTMLInputElement::tagName): (DeprecatedDOMHTMLInputElement::getAttribute): (DeprecatedDOMHTMLInputElement::setAttribute): (DeprecatedDOMHTMLInputElement::removeAttribute): (DeprecatedDOMHTMLInputElement::getAttributeNode): (DeprecatedDOMHTMLInputElement::setAttributeNode): (DeprecatedDOMHTMLInputElement::removeAttributeNode): (DeprecatedDOMHTMLInputElement::getElementsByTagName): (DeprecatedDOMHTMLInputElement::getAttributeNS): (DeprecatedDOMHTMLInputElement::setAttributeNS): (DeprecatedDOMHTMLInputElement::removeAttributeNS): (DeprecatedDOMHTMLInputElement::getAttributeNodeNS): (DeprecatedDOMHTMLInputElement::setAttributeNodeNS): (DeprecatedDOMHTMLInputElement::getElementsByTagNameNS): (DeprecatedDOMHTMLInputElement::hasAttribute): (DeprecatedDOMHTMLInputElement::hasAttributeNS): (DeprecatedDOMHTMLInputElement::focus): (DeprecatedDOMHTMLInputElement::blur): (DeprecatedDOMHTMLInputElement::idName): (DeprecatedDOMHTMLInputElement::setIdName): (DeprecatedDOMHTMLInputElement::title): (DeprecatedDOMHTMLInputElement::setTitle): (DeprecatedDOMHTMLInputElement::lang): (DeprecatedDOMHTMLInputElement::setLang): (DeprecatedDOMHTMLInputElement::dir): (DeprecatedDOMHTMLInputElement::setDir): (DeprecatedDOMHTMLInputElement::className): (DeprecatedDOMHTMLInputElement::setClassName): (DeprecatedDOMHTMLInputElement::innerHTML): (DeprecatedDOMHTMLInputElement::setInnerHTML): (DeprecatedDOMHTMLInputElement::innerText): (DeprecatedDOMHTMLInputElement::setInnerText): (DeprecatedDOMHTMLTextAreaElement::DeprecatedDOMHTMLTextAreaElement): (DeprecatedDOMHTMLTextAreaElement::AddRef): (DeprecatedDOMHTMLTextAreaElement::Release): (DeprecatedDOMHTMLTextAreaElement::throwException): (DeprecatedDOMHTMLTextAreaElement::callWebScriptMethod): (DeprecatedDOMHTMLTextAreaElement::evaluateWebScript): (DeprecatedDOMHTMLTextAreaElement::removeWebScriptKey): (DeprecatedDOMHTMLTextAreaElement::stringRepresentation): (DeprecatedDOMHTMLTextAreaElement::webScriptValueAtIndex): (DeprecatedDOMHTMLTextAreaElement::setWebScriptValueAtIndex): (DeprecatedDOMHTMLTextAreaElement::setException): (DeprecatedDOMHTMLTextAreaElement::nodeName): (DeprecatedDOMHTMLTextAreaElement::nodeValue): (DeprecatedDOMHTMLTextAreaElement::setNodeValue): (DeprecatedDOMHTMLTextAreaElement::nodeType): (DeprecatedDOMHTMLTextAreaElement::parentNode): (DeprecatedDOMHTMLTextAreaElement::childNodes): (DeprecatedDOMHTMLTextAreaElement::firstChild): (DeprecatedDOMHTMLTextAreaElement::lastChild): (DeprecatedDOMHTMLTextAreaElement::previousSibling): (DeprecatedDOMHTMLTextAreaElement::nextSibling): (DeprecatedDOMHTMLTextAreaElement::attributes): (DeprecatedDOMHTMLTextAreaElement::ownerDocument): (DeprecatedDOMHTMLTextAreaElement::insertBefore): (DeprecatedDOMHTMLTextAreaElement::replaceChild): (DeprecatedDOMHTMLTextAreaElement::removeChild): (DeprecatedDOMHTMLTextAreaElement::appendChild): (DeprecatedDOMHTMLTextAreaElement::hasChildNodes): (DeprecatedDOMHTMLTextAreaElement::cloneNode): (DeprecatedDOMHTMLTextAreaElement::normalize): (DeprecatedDOMHTMLTextAreaElement::isSupported): (DeprecatedDOMHTMLTextAreaElement::namespaceURI): (DeprecatedDOMHTMLTextAreaElement::prefix): (DeprecatedDOMHTMLTextAreaElement::setPrefix): (DeprecatedDOMHTMLTextAreaElement::localName): (DeprecatedDOMHTMLTextAreaElement::hasAttributes): (DeprecatedDOMHTMLTextAreaElement::isSameNode): (DeprecatedDOMHTMLTextAreaElement::isEqualNode): (DeprecatedDOMHTMLTextAreaElement::textContent): (DeprecatedDOMHTMLTextAreaElement::setTextContent): (DeprecatedDOMHTMLTextAreaElement::tagName): (DeprecatedDOMHTMLTextAreaElement::getAttribute): (DeprecatedDOMHTMLTextAreaElement::setAttribute): (DeprecatedDOMHTMLTextAreaElement::removeAttribute): (DeprecatedDOMHTMLTextAreaElement::getAttributeNode): (DeprecatedDOMHTMLTextAreaElement::setAttributeNode): (DeprecatedDOMHTMLTextAreaElement::removeAttributeNode): (DeprecatedDOMHTMLTextAreaElement::getElementsByTagName): (DeprecatedDOMHTMLTextAreaElement::getAttributeNS): (DeprecatedDOMHTMLTextAreaElement::setAttributeNS): (DeprecatedDOMHTMLTextAreaElement::removeAttributeNS): (DeprecatedDOMHTMLTextAreaElement::getAttributeNodeNS): (DeprecatedDOMHTMLTextAreaElement::setAttributeNodeNS): (DeprecatedDOMHTMLTextAreaElement::getElementsByTagNameNS): (DeprecatedDOMHTMLTextAreaElement::hasAttribute): (DeprecatedDOMHTMLTextAreaElement::hasAttributeNS): (DeprecatedDOMHTMLTextAreaElement::focus): (DeprecatedDOMHTMLTextAreaElement::blur): (DeprecatedDOMHTMLTextAreaElement::idName): (DeprecatedDOMHTMLTextAreaElement::setIdName): (DeprecatedDOMHTMLTextAreaElement::title): (DeprecatedDOMHTMLTextAreaElement::setTitle): (DeprecatedDOMHTMLTextAreaElement::lang): (DeprecatedDOMHTMLTextAreaElement::setLang): (DeprecatedDOMHTMLTextAreaElement::dir): (DeprecatedDOMHTMLTextAreaElement::setDir): (DeprecatedDOMHTMLTextAreaElement::className): (DeprecatedDOMHTMLTextAreaElement::setClassName): (DeprecatedDOMHTMLTextAreaElement::innerHTML): (DeprecatedDOMHTMLTextAreaElement::setInnerHTML): (DeprecatedDOMHTMLTextAreaElement::innerText): (DeprecatedDOMHTMLTextAreaElement::setInnerText): * Interfaces/DOMCSS.idl: * Interfaces/DOMCore.idl: * Interfaces/DOMEvents.idl: * Interfaces/DOMExtensions.idl: * Interfaces/DOMHTML.idl: * Interfaces/DOMPrivate.idl: * Interfaces/DOMRange.idl: * Interfaces/DOMWindow.idl: * Interfaces/IWebEditingDelegate.idl: * Interfaces/IWebFormDelegate.idl: * Interfaces/IWebFrame.idl: * Interfaces/IWebHTMLRepresentation.idl: * Interfaces/IWebView.idl: * WebEditorClient.cpp: (WebEditorClient::shouldDeleteRange): (WebEditorClient::shouldInsertText): (WebEditorClient::textFieldDidBeginEditing): (WebEditorClient::textFieldDidEndEditing): (WebEditorClient::textDidChangeInTextField): (WebEditorClient::doTextFieldCommandFromEvent): (WebEditorClient::textWillBeDeletedInTextField): (WebEditorClient::textDidChangeInTextArea): * WebElementPropertyBag.cpp: (WebElementPropertyBag::Read): * WebFrame.cpp: (elementFromDOMElement): (formElementFromDOMElement): (inputElementFromDOMElement): (WebFrame::DOMDocument): (WebFrame::frameElement): (WebFrame::currentForm): (WebFrame::elementWithName): (WebFrame::formForElement): (WebFrame::elementDoesAutoComplete): (WebFrame::controlsInForm): (WebFrame::elementIsPassword): (WebFrame::searchForLabelsBeforeElement): (WebFrame::matchLabelsAgainstElement): (WebFrame::dispatchWillSubmitForm): * WebFrame.h: * WebHTMLRepresentation.cpp: (WebHTMLRepresentation::attributedStringFromDOMNodes): (WebHTMLRepresentation::elementWithName): (WebHTMLRepresentation::elementDoesAutoComplete): (WebHTMLRepresentation::elementIsPassword): (WebHTMLRepresentation::formForElement): (WebHTMLRepresentation::currentForm): (WebHTMLRepresentation::controlsInForm): (WebHTMLRepresentation::searchForLabels): (WebHTMLRepresentation::matchLabels): * WebHTMLRepresentation.h: * WebView.cpp: (WebView::mainFrameDocument): (WebView::computedStyleForElement): (WebView::editableDOMRangeForPoint): (WebView::setSelectedDOMRange): (WebView::selectedDOMRange): (WebView::setTypingStyle): (WebView::typingStyle): (WebView::styleDeclarationWithText): (WebView::replaceSelectionWithNode): (WebView::applyStyle): * WebView.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25216 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 27 Jul, 2007 1 commit
-
-
adachan authored
Reviewed by Adam. Added methods to track user edited text fields now that <rdar://problem/5359921> has been fixed. * DOMHTMLClasses.cpp: (DOMHTMLInputElement::QueryInterface): (DOMHTMLInputElement::isUserEdited): (DOMHTMLTextAreaElement::QueryInterface): (DOMHTMLTextAreaElement::isUserEdited): * DOMHTMLClasses.h: * Interfaces/DOMPrivate.idl: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24738 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 25 Jul, 2007 1 commit
-
-
adachan authored
Reviewed by Adam and Steve. Implemented some DOM methods and other fixes for <rdar://problem/5311601>. * DOMCoreClasses.cpp: (DOMNode::ownerDocument): implemented (DOMDocument::getComputedStyle): get the DOMElement via QueryInterface (DOMElement::QueryInterface): * DOMHTMLClasses.cpp: (DOMHTMLDocument::body): fixed leak (DOMHTMLFormElement::action): implemented (DOMHTMLFormElement::method): ditto (DOMHTMLInputElement::form): ditto (DOMHTMLTextAreaElement::form): ditto * Interfaces/DOMHTML.idl: IDOMHTMLInputElement should inherit from IDOMHTMLElement git-svn-id: http://svn.webkit.org/repository/webkit/trunk@24630 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 12 Jun, 2007 1 commit
-
-
aroben authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@23462 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-