Timeline
Oct 16, 2005:
- 11:20 PM Changeset in webkit [10859] by
-
- 4 edits in trunk/WebCore
Clean up the deletion of anonymous boxes in the render tree.
Renamed methods to make it more clear and also added comments.
Reviewed by bdakin
- khtml/rendering/render_container.cpp: (RenderContainer::destroy): (RenderContainer::destroyLeftoverAnonymousChildren):
- khtml/rendering/render_container.h:
- khtml/rendering/render_flow.cpp: (RenderFlow::destroy):
Oct 15, 2005:
- 8:36 PM Changeset in webkit [10858] by
-
- 8 edits in trunk/WebCore
Backed out the following changes, since they are in a range that
provably caused a performance regression:
<rdar://problem/4302874> Denver Regression: crash repeatedly reloading www.supermanhomepage.com
<rdar://problem/4302879> Re-land SVG object element fix
<rdar://problem/4302880> Re-land isSameNode change
<rdar://problem/4065748> Repro crash at http://www.vanaqua.org using menu system (KHTMLParser::setCurrent(DOM::NodeImpl*))
- khtml/ecma/kjs_dom.cpp: (KJS::DOMNodeProtoFunc::callAsFunction):
- khtml/ecma/kjs_dom.h: (KJS::DOMNode::):
- khtml/ecma/kjs_events.cpp: (KJS::JSAbstractEventListener::handleEvent):
- khtml/html/html_objectimpl.cpp: (DOM::HTMLObjectElementImpl::isImageType):
- khtml/html/htmlparser.cpp: (HTMLStackElem::HTMLStackElem): (HTMLParser::popNestedHeaderTag): (HTMLParser::handleResidualStyleCloseTagAcrossBlocks): (HTMLParser::popOneBlock):
- khtml/xml/dom_nodeimpl.h:
- kwq/DOM.mm:
- 5:46 PM Changeset in webkit [10857] by
-
- 13 edits5 adds2 deletes in trunk/JavaScriptCore
Reverted fix for this bug, because it was part of a time range that caused a performance
regression:
<rdar://problem/4260481> Remove Reference type from JavaScriptCore
- 4:27 PM Changeset in webkit [10856] by
-
- 2 edits in trunk/JavaScriptCore
- kxmlcore/HashTable.cpp: Fixed build failure (said hashtable.h instead of HashTable.h).