Timeline
Jun 16, 2005:
- 7:13 PM Changeset in webkit [9405] by
-
- 9 edits in trunk/WebCore
Added a few debugging methods to highlight Selections, VisiblePositions and Nodes in the DOM tree.
Reviewed by Dave Harrison
Test cases added: None, changes are only to aid debugging
- khtml/editing/selection.cpp:
(khtml::Selection::showTree):
- khtml/editing/selection.h:
- khtml/editing/visible_position.cpp:
(khtml::VisiblePosition::showTree):
- khtml/editing/visible_position.h:
- khtml/xml/dom_nodeimpl.cpp:
(NodeImpl::showNode):
(NodeImpl::showTree):
(NodeImpl::showTreeAndMark):
- khtml/xml/dom_nodeimpl.h:
- 5:57 PM Changeset in webkit [9404] by
-
- 5 edits in trunk/JavaScriptCore
Fixed: <rdar://problem/4151759> 'delete' fails on variables declared inside 'eval' statements.
Reviewed by cblu.
- kjs/context.h: (KJS::ContextImp::codeType): Added code type accessor for execution context objects.
- kjs/internal.cpp: (ContextImp::ContextImp): Reflects change to ContextImp::codeType.
- kjs/nodes.cpp: (VarDeclNode::evaluate): Added separate code path for variable declarations inside 'eval' statements.
- tests/mozilla/expected.html: Updated expected test results to reflect fix.
- 2:06 PM Changeset in webkit [9403] by
-
- 2 edits in trunk/WebCore/khtml/xml
Fix build bustage
- 1:33 PM Changeset in webkit [9402] by
-
- 2 edits in trunk/WebCore/khtml/html
Fix build bustage
- 12:42 PM Changeset in webkit [9401] by
-
- 2 edits4 adds1 delete in trunk/WebCore
Add an initial implementation of QualifiedName and HTMLNames. These classes are not used by anyone yet.
Progress being recorded in bugzilla bug 3405.
Reviewed by mjs
Test cases added: (None, does not affect build yet)
- WebCore.pbproj/project.pbxproj:
- khtml/xml/dom_qname.h,.cpp
- khtml/html/htmlnames.h,.cpp
- 9:45 AM Changeset in webkit [9400] by
-
- 3 edits in trunk/WebKitTools
- recent changes to XcodeOptions made it depend on the current directory The intent was to have the WebKitBuild directory be next to WebKitTools, not inside the various build directories. Workaround for now is to call XcodeOptions when the directory is set to the WebKit directory.
- Scripts/build-dumprendertree: Use a local variable for XcodeOptions and get it at the start of the script.
- Scripts/build-webkit: Ditto.
Jun 15, 2005:
- 8:41 PM Changeset in webkit [9399] by
-
- 2 edits in trunk/WebKitTools
- Scripts/webkitdirs.pm: Recognize all 1.X versions of Xcode as old too, not just 2.0.