Timeline
Jul 4, 2005:
- 6:11 AM Changeset in webkit [9583] by
-
- 1 edit2 adds in trunk
Expected results for layout tests from last patch.
- layout-tests/fast/js/eval-var-decl-expected.txt: Added.
- layout-tests/fast/js/has-own-property-expected.txt: Added.
Jul 3, 2005:
- 3:47 AM Changeset in webkit [9582] by
-
- 28 edits2 adds in trunk
Original patch from Mark Rowe <opendarwin.org@bdash.net.nz>, reviewed by me.
Fixes to patch by me, reviewed by John Sullivan.
Test cases added:
- tests/mozilla/expected.html: Two tests newly pass.
- bindings/objc/objc_runtime.h:
- bindings/objc/objc_runtime.mm: (ObjcFallbackObjectImp::hasOwnProperty):
- bindings/runtime_array.cpp: (RuntimeArrayImp::hasOwnProperty):
- bindings/runtime_array.h:
- bindings/runtime_object.cpp: (RuntimeObjectImp::hasOwnProperty):
- bindings/runtime_object.h:
- kjs/array_instance.h:
- kjs/array_object.cpp: (ArrayInstanceImp::hasOwnProperty):
- kjs/function.cpp: (KJS::FunctionImp::hasOwnProperty): (KJS::ActivationImp::hasOwnProperty):
- kjs/function.h:
- kjs/lookup.h:
- kjs/object.cpp: (KJS::ObjectImp::hasProperty): (KJS::ObjectImp::hasOwnProperty):
- kjs/object.h: (KJS::Object::hasOwnProperty):
- kjs/object_object.cpp: (ObjectPrototypeImp::ObjectPrototypeImp): (ObjectProtoFuncImp::call):
- kjs/object_object.h: (KJS::ObjectProtoFuncImp::):
- kjs/string_object.cpp: (StringInstanceImp::hasOwnProperty):
- kjs/string_object.h:
WebCore:
Original patch from Mark Rowe <opendarwin.org@bdash.net.nz>, reviewed by me.
Fixes to patch by me, reviewed by John Sullivan.
Test cases added:
- layout-tests/fast/js/has-own-property.html: Added - tests this change.
- layout-tests/fast/js/eval-var-decl.html: Added - test depends on this change.
- khtml/ecma/kjs_css.cpp: (KJS::DOMCSSStyleDeclaration::hasOwnProperty):
- khtml/ecma/kjs_css.h:
- khtml/ecma/kjs_dom.cpp: (KJS::DOMNodeList::hasOwnProperty): (KJS::DOMElement::tryGet): (KJS::DOMNamedNodeMap::hasOwnProperty):
- khtml/ecma/kjs_dom.h:
- khtml/ecma/kjs_html.cpp: (KJS::HTMLDocument::hasOwnProperty): (KJS::HTMLDocument::tryGet): (KJS::KJS::HTMLElement::hasOwnProperty): (KJS::KJS::HTMLCollection::hasOwnProperty):
- khtml/ecma/kjs_html.h:
- khtml/ecma/kjs_window.cpp: (KJS::Window::hasOwnProperty): (KJS::Konqueror::hasOwnProperty):
- khtml/ecma/kjs_window.h:
- 3:13 AM Changeset in webkit [9581] by
-
- 3 edits in trunk/WebCore
Bug #: 3825
Submitted by: eseidel
Reviewed by: mjs
- kwq/KWQTimer.h:
- kwq/KWQTimer.mm: (QTimer::QTimer): added parent pointer (and warning) http://bugzilla.opendarwin.org/show_bug.cgi?id=3825
- 3:05 AM Changeset in webkit [9580] by
-
- 3 edits in trunk/WebCore
Bug #: 3823
Submitted by: eseidel
Reviewed by: mjs
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::setDocumentChanged): fixed to use new API
- kwq/KWQKStaticDeleter.h: (KStaticDeleter::setObject): fixed to take 3rd argument http://bugzilla.opendarwin.org/show_bug.cgi?id=3823
- 2:58 AM Changeset in webkit [9579] by
-
- 4 edits in trunk/WebCore
Bug #: 3832
Submitted by: eseidel
Reviewed by: mjs
- kwq/KWQValueList.h: (QValueList::find): KDOM support (QValueList::constBegin): KDE compatibility (QValueList::constEnd): KDE compatibility
- kwq/KWQValueListImpl.h:
- kwq/KWQValueListImpl.mm: (KWQValueListImpl::findEqualNode): KDOM support http://bugzilla.opendarwin.org/show_bug.cgi?id=3832
- 2:51 AM Changeset in webkit [9578] by
-
- 3 edits in trunk/WebCore
Bug #: 3827
Submitted by: eseidel
Reviewed by: mjs
- kwq/KWQFontMetrics.h:
- kwq/KWQFontMetrics.mm: (QFontMetrics::boundingRect): added boundingRect(QChar) http://bugzilla.opendarwin.org/show_bug.cgi?id=3827
- 2:45 AM Changeset in webkit [9577] by
-
- 3 edits in trunk/WebCore
Bug #: 3831
Submitted by: eseidel
Reviewed by: mjs
- kwq/KWQListImpl.h:
- kwq/KWQListImpl.mm: (KWQListImpl::findRef): Added to support KDOM::NodeImpl::compareDocumentPosition(NodeImpl *other)
- 2:38 AM Changeset in webkit [9576] by
-
- 3 edits in trunk/WebCore
Bug #: 3830
Submitted by: eseidel
Reviewed by: mjs
- ForwardingHeaders/qintdict.h: maps to KWQIntDict.h
- kwq/KWQIntDict.h: copy of KWQPtrDict.h replacing T * with int.
- 12:08 AM Changeset in webkit [9575] by
-
- 2 edits in trunk/WebCore
Bug #: 3824
Submitted by: eseidel
Reviewed by: mjs
- kwq/KWQPair.h: added newline, per mjs's request.
- 12:03 AM Changeset in webkit [9574] by
-
- 1 edit2 adds in trunk/WebCore
Bug #: 3824
Submitted by: eseidel
Reviewed by: mjs
- ForwardingHeaders/qpair.h: Added.
- kwq/KWQPair.h: Added. Qt compatible QPair, built on std::pair http://bugzilla.opendarwin.org/show_bug.cgi?id=3824