[webkit-changes] cvs commit: WebCore/khtml/ecma kjs_dom.lut.h
kjs_html.lut.h kjs_window.lut.h
Timothy
thatcher at opensource.apple.com
Mon Nov 28 16:17:50 PST 2005
thatcher 05/11/28 16:17:50
Modified: khtml/ecma Tag: Safari-1-3-branch kjs_dom.lut.h
kjs_html.lut.h kjs_window.lut.h
Log:
Build fix, missing generated files.
Revision Changes Path
No revision
No revision
1.16.6.2 +5 -3 WebCore/khtml/ecma/Attic/kjs_dom.lut.h
Index: kjs_dom.lut.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/ecma/Attic/kjs_dom.lut.h,v
retrieving revision 1.16.6.1
retrieving revision 1.16.6.2
diff -u -r1.16.6.1 -r1.16.6.2
--- kjs_dom.lut.h 16 Apr 2005 00:14:16 -0000 1.16.6.1
+++ kjs_dom.lut.h 29 Nov 2005 00:17:49 -0000 1.16.6.2
@@ -206,13 +206,13 @@
namespace KJS {
const struct HashEntry DOMElementProtoTableEntries[] = {
- { "getAttributeNodeNS", DOMElement::GetAttributeNodeNS, DontDelete|Function, 2, 0 },
+ { "getAttributeNodeNS", DOMElement::GetAttributeNodeNS, DontDelete|Function, 2, &DOMElementProtoTableEntries[19] },
{ "getAttributeNS", DOMElement::GetAttributeNS, DontDelete|Function, 2, 0 },
{ 0, 0, 0, 0, 0 },
{ "removeAttributeNode", DOMElement::RemoveAttributeNode, DontDelete|Function, 1, 0 },
{ "removeAttribute", DOMElement::RemoveAttribute, DontDelete|Function, 1, &DOMElementProtoTableEntries[17] },
{ "setAttribute", DOMElement::SetAttribute, DontDelete|Function, 2, 0 },
- { "hasAttribute", DOMElement::HasAttribute, DontDelete|Function, 1, &DOMElementProtoTableEntries[19] },
+ { "hasAttribute", DOMElement::HasAttribute, DontDelete|Function, 1, &DOMElementProtoTableEntries[21] },
{ "getElementsByTagNameNS", DOMElement::GetElementsByTagNameNS, DontDelete|Function, 2, 0 },
{ 0, 0, 0, 0, 0 },
{ "getAttributeNode", DOMElement::GetAttributeNode, DontDelete|Function, 1, 0 },
@@ -225,11 +225,13 @@
{ "getElementsByTagName", DOMElement::GetElementsByTagName, DontDelete|Function, 1, 0 },
{ "setAttributeNode", DOMElement::SetAttributeNode, DontDelete|Function, 2, 0 },
{ "setAttributeNodeNS", DOMElement::SetAttributeNodeNS, DontDelete|Function, 1, &DOMElementProtoTableEntries[20] },
+ { "focus", DOMElement::ElementFocus, DontDelete|Function, 0, 0 },
+ { "blur", DOMElement::ElementBlur, DontDelete|Function, 0, &DOMElementProtoTableEntries[22] },
{ "scrollByLines", DOMElement::ScrollByLines, DontDelete|Function, 1, 0 },
{ "scrollByPages", DOMElement::ScrollByPages, DontDelete|Function, 1, 0 }
};
-const struct HashTable DOMElementProtoTable = { 2, 21, DOMElementProtoTableEntries, 17 };
+const struct HashTable DOMElementProtoTable = { 2, 23, DOMElementProtoTableEntries, 17 };
} // namespace
1.29.6.2 +18 -15 WebCore/khtml/ecma/Attic/kjs_html.lut.h
Index: kjs_html.lut.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/ecma/Attic/kjs_html.lut.h,v
retrieving revision 1.29.6.1
retrieving revision 1.29.6.2
diff -u -r1.29.6.1 -r1.29.6.2
--- kjs_html.lut.h 12 Jul 2005 00:47:22 -0000 1.29.6.1
+++ kjs_html.lut.h 29 Nov 2005 00:17:49 -0000 1.29.6.2
@@ -299,34 +299,35 @@
{ "accept", KJS::HTMLElement::InputAccept, DontDelete, 0, &HTMLInputElementTableEntries[23] },
{ 0, 0, 0, 0, 0 },
{ 0, 0, 0, 0, 0 },
- { "size", KJS::HTMLElement::InputSize, DontDelete, 0, &HTMLInputElementTableEntries[27] },
+ { "size", KJS::HTMLElement::InputSize, DontDelete, 0, &HTMLInputElementTableEntries[28] },
{ 0, 0, 0, 0, 0 },
{ "defaultValue", KJS::HTMLElement::InputDefaultValue, DontDelete, 0, 0 },
{ 0, 0, 0, 0, 0 },
{ "tabIndex", KJS::HTMLElement::InputTabIndex, DontDelete, 0, 0 },
- { 0, 0, 0, 0, 0 },
- { "value", KJS::HTMLElement::InputValue, DontDelete, 0, &HTMLInputElementTableEntries[30] },
+ { "setSelectionRange", KJS::HTMLElement::InputSetSelectionRange, DontDelete|Function, 2, 0 },
+ { "value", KJS::HTMLElement::InputValue, DontDelete, 0, &HTMLInputElementTableEntries[31] },
{ "type", KJS::HTMLElement::InputType, DontDelete, 0, 0 },
{ 0, 0, 0, 0, 0 },
{ "focus", KJS::HTMLElement::InputFocus, DontDelete|Function, 0, 0 },
{ "maxLength", KJS::HTMLElement::InputMaxLength, DontDelete, 0, 0 },
{ "defaultChecked", KJS::HTMLElement::InputDefaultChecked, DontDelete, 0, &HTMLInputElementTableEntries[24] },
{ 0, 0, 0, 0, 0 },
- { "disabled", KJS::HTMLElement::InputDisabled, DontDelete, 0, &HTMLInputElementTableEntries[29] },
- { 0, 0, 0, 0, 0 },
- { "checked", KJS::HTMLElement::InputChecked, DontDelete, 0, &HTMLInputElementTableEntries[28] },
+ { "disabled", KJS::HTMLElement::InputDisabled, DontDelete, 0, &HTMLInputElementTableEntries[30] },
+ { "selectionStart", KJS::HTMLElement::InputSelectionStart, DontDelete, 0, 0 },
+ { "checked", KJS::HTMLElement::InputChecked, DontDelete, 0, &HTMLInputElementTableEntries[29] },
{ "form", KJS::HTMLElement::InputForm, DontDelete|ReadOnly, 0, &HTMLInputElementTableEntries[25] },
{ "accessKey", KJS::HTMLElement::InputAccessKey, DontDelete, 0, &HTMLInputElementTableEntries[26] },
{ "align", KJS::HTMLElement::InputAlign, DontDelete, 0, 0 },
{ "alt", KJS::HTMLElement::InputAlt, DontDelete, 0, 0 },
- { "name", KJS::HTMLElement::InputName, DontDelete, 0, 0 },
+ { "name", KJS::HTMLElement::InputName, DontDelete, 0, &HTMLInputElementTableEntries[27] },
+ { "selectionEnd", KJS::HTMLElement::InputSelectionEnd, DontDelete, 0, 0 },
{ "src", KJS::HTMLElement::InputSrc, DontDelete, 0, 0 },
{ "useMap", KJS::HTMLElement::InputUseMap, DontDelete, 0, 0 },
{ "select", KJS::HTMLElement::InputSelect, DontDelete|Function, 0, 0 },
{ "click", KJS::HTMLElement::InputClick, DontDelete|Function, 0, 0 }
};
-const struct HashTable HTMLInputElementTable = { 2, 31, HTMLInputElementTableEntries, 23 };
+const struct HashTable HTMLInputElementTable = { 2, 32, HTMLInputElementTableEntries, 23 };
} // namespace
@@ -341,18 +342,20 @@
{ "disabled", KJS::HTMLElement::TextAreaDisabled, DontDelete, 0, 0 },
{ 0, 0, 0, 0, 0 },
{ "form", KJS::HTMLElement::TextAreaForm, DontDelete|ReadOnly, 0, 0 },
- { "type", KJS::HTMLElement::TextAreaType, DontDelete|ReadOnly, 0, &HTMLTextAreaElementTableEntries[14] },
+ { "type", KJS::HTMLElement::TextAreaType, DontDelete|ReadOnly, 0, &HTMLTextAreaElementTableEntries[15] },
{ "tabIndex", KJS::HTMLElement::TextAreaTabIndex, DontDelete, 0, 0 },
+ { "selectionStart", KJS::HTMLElement::TextAreaSelectionStart, DontDelete, 0, &HTMLTextAreaElementTableEntries[14] },
+ { "readOnly", KJS::HTMLElement::TextAreaReadOnly, DontDelete, 0, &HTMLTextAreaElementTableEntries[17] },
{ 0, 0, 0, 0, 0 },
- { "readOnly", KJS::HTMLElement::TextAreaReadOnly, DontDelete, 0, &HTMLTextAreaElementTableEntries[16] },
- { 0, 0, 0, 0, 0 },
- { "rows", KJS::HTMLElement::TextAreaRows, DontDelete, 0, 0 },
- { "value", KJS::HTMLElement::TextAreaValue, DontDelete, 0, &HTMLTextAreaElementTableEntries[15] },
+ { "rows", KJS::HTMLElement::TextAreaRows, DontDelete, 0, &HTMLTextAreaElementTableEntries[18] },
+ { "selectionEnd", KJS::HTMLElement::TextAreaSelectionEnd, DontDelete, 0, 0 },
+ { "value", KJS::HTMLElement::TextAreaValue, DontDelete, 0, &HTMLTextAreaElementTableEntries[16] },
{ "blur", KJS::HTMLElement::TextAreaBlur, DontDelete|Function, 0, 0 },
- { "focus", KJS::HTMLElement::TextAreaFocus, DontDelete|Function, 0, 0 }
+ { "focus", KJS::HTMLElement::TextAreaFocus, DontDelete|Function, 0, 0 },
+ { "setSelectionRange", KJS::HTMLElement::TextAreaSetSelectionRange, DontDelete|Function, 2, 0 }
};
-const struct HashTable HTMLTextAreaElementTable = { 2, 17, HTMLTextAreaElementTableEntries, 13 };
+const struct HashTable HTMLTextAreaElementTable = { 2, 19, HTMLTextAreaElementTableEntries, 13 };
} // namespace
1.17.10.4 +4 -3 WebCore/khtml/ecma/Attic/kjs_window.lut.h
Index: kjs_window.lut.h
===================================================================
RCS file: /cvs/root/WebCore/khtml/ecma/Attic/kjs_window.lut.h,v
retrieving revision 1.17.10.3
retrieving revision 1.17.10.4
diff -u -r1.17.10.3 -r1.17.10.4
--- kjs_window.lut.h 13 Jul 2005 04:25:59 -0000 1.17.10.3
+++ kjs_window.lut.h 29 Nov 2005 00:17:49 -0000 1.17.10.4
@@ -57,7 +57,7 @@
{ "onsearch", Window::Onsearch, DontDelete, 0, 0 },
{ 0, 0, 0, 0, 0 },
{ "screenLeft", Window::ScreenLeft, DontDelete|ReadOnly, 0, &WindowTableEntries[100] },
- { "onmouseover", Window::Onmouseover, DontDelete, 0, 0 },
+ { "onmouseover", Window::Onmouseover, DontDelete, 0, &WindowTableEntries[126] },
{ "crypto", Window::Crypto, DontDelete|ReadOnly, 0, 0 },
{ "screenTop", Window::ScreenTop, DontDelete|ReadOnly, 0, &WindowTableEntries[103] },
{ "Range", Window::Range, DontDelete, 0, &WindowTableEntries[91] },
@@ -100,7 +100,7 @@
{ "DOMException", Window::DOMException, DontDelete, 0, &WindowTableEntries[96] },
{ 0, 0, 0, 0, 0 },
{ "setInterval", Window::SetInterval, DontDelete|Function, 2, 0 },
- { "scrollbars", Window::Scrollbars, DontDelete|ReadOnly, 0, &WindowTableEntries[126] },
+ { "scrollbars", Window::Scrollbars, DontDelete|ReadOnly, 0, &WindowTableEntries[127] },
{ "clearTimeout", Window::ClearTimeout, DontDelete|Function, 1, &WindowTableEntries[108] },
{ "moveBy", Window::MoveBy, DontDelete|Function, 2, &WindowTableEntries[118] },
{ "alert", Window::Alert, DontDelete|Function, 1, 0 },
@@ -148,10 +148,11 @@
{ "onmouseout", Window::Onmouseout, DontDelete, 0, 0 },
{ "onmove", Window::Onmove, DontDelete, 0, 0 },
{ "onsubmit", Window::Onsubmit, DontDelete, 0, 0 },
+ { "onbeforeunload", Window::Onbeforeunload, DontDelete, 0, 0 },
{ "showModalDialog", Window::ShowModalDialog, DontDelete|Function, 1, 0 }
};
-const struct HashTable WindowTable = { 2, 127, WindowTableEntries, 91 };
+const struct HashTable WindowTable = { 2, 128, WindowTableEntries, 91 };
} // namespace
More information about the webkit-changes
mailing list