Timeline
Jun 30, 2005:
- 10:20 PM Changeset in webkit [9552] by
-
- 14 edits6 deletes in trunk/WebKit
Reviewed by John Sullivan.
- fixed <http://bugzilla.opendarwin.org/show_bug.cgi?id=3774> do renaming so that loaders are called "loader", not "client" or "delegate"
- Misc.subproj/WebIconLoader.h:
- Plugins.subproj/WebNetscapePluginStream.h:
- Plugins.subproj/WebNetscapePluginStream.m: (-[WebNetscapePluginStream initWithRequest:pluginPointer:notifyData:sendNotification:]): (-[WebNetscapePluginStream start]): (-[WebNetscapePlugInStreamLoader didFinishLoading]): (-[WebNetscapePlugInStreamLoader didFailWithError:]): (-[WebNetscapePlugInStreamLoader cancelWithError:]):
- WebCoreSupport.subproj/WebBridge.m: (-[WebBridge startLoadingResource:withURL:customHeaders:]): (-[WebBridge startLoadingResource:withURL:customHeaders:postData:]): (-[WebBridge canRunModalNow]):
- WebCoreSupport.subproj/WebSubresourceClient.h: Removed.
- WebCoreSupport.subproj/WebSubresourceClient.m: Removed.
- WebCoreSupport.subproj/WebSubresourceLoader.h:
- WebCoreSupport.subproj/WebSubresourceLoader.m: (-[WebSubresourceLoader initWithLoader:dataSource:]): (-[WebSubresourceLoader dealloc]): (+[WebSubresourceLoader startLoadingResource:withRequest:customHeaders:referrer:forDataSource:]): (+[WebSubresourceLoader startLoadingResource:withURL:customHeaders:referrer:forDataSource:]): (+[WebSubresourceLoader startLoadingResource:withURL:customHeaders:postData:referrer:forDataSource:]): (-[WebSubresourceLoader didReceiveResponse:]): (-[WebSubresourceLoader didReceiveData:lengthReceived:]): (-[WebSubresourceLoader didFinishLoading]): (-[WebSubresourceLoader didFailWithError:]): (-[WebSubresourceLoader cancel]):
- WebKit.pbproj/project.pbxproj:
- WebView.subproj/WebBaseResourceHandleDelegate.h: Removed.
- WebView.subproj/WebBaseResourceHandleDelegate.m: Removed.
- WebView.subproj/WebDataSource.m: (-[WebDataSourcePrivate dealloc]): (-[WebDataSource _setLoading:]): (-[WebDataSource _updateLoading]): (-[WebDataSource _setPrimaryLoadComplete:]): (-[WebDataSource _startLoading:]): (-[WebDataSource _addSubresourceLoader:]): (-[WebDataSource _removeSubresourceLoader:]): (-[WebDataSource _addPlugInStreamLoader:]): (-[WebDataSource _removePlugInStreamLoader:]): (-[WebDataSource _stopLoadingInternal]): (-[WebDataSource _defersCallbacksChanged]): (-[WebDataSource _stopLoadingWithError:]): (-[WebDataSource data]): (-[WebDataSource isLoading]):
- WebView.subproj/WebDataSourcePrivate.h:
- WebView.subproj/WebLoader.h:
- WebView.subproj/WebLoader.m:
- WebView.subproj/WebMainResourceClient.h: Removed.
- WebView.subproj/WebMainResourceClient.m: Removed.
- WebView.subproj/WebMainResourceLoader.h:
- WebView.subproj/WebMainResourceLoader.m: (-[WebMainResourceLoader didReceiveResponse:]):
- 5:45 PM Changeset in webkit [9551] by
-
- 4 edits in trunk/JavaScriptCore
-rolled in KDE fix to <rdar://problem/4167660> JavaScript fails to
throw exceptions for invalid break/continue statements
No layout tests because it's already covered by the Mozilla suite
Reviewed by mjs.
- kjs/internal.h: LabelStack now tracks where you are relative to switch and iteration (loop) statements
(KJS::LabelStack::LabelStack):
(KJS::LabelStack::pushIteration):
(KJS::LabelStack::popIteration):
(KJS::LabelStack::inIteration):
(KJS::LabelStack::pushSwitch):
(KJS::LabelStack::popSwitch):
(KJS::LabelStack::inSwitch):
- kjs/nodes.cpp: These files were updated to use the new LabelStack: (DoWhileNode::execute): (WhileNode::execute): (ForNode::execute): (ForInNode::execute): (SwitchNode::execute):
These files were updated to throw exceptions for invalid
break/continue statements:
(BreakNode::execute):
(ContinueNode::execute):
- tests/mozilla/expected.html: Updated expected results to reflect fix
- 4:18 PM Changeset in webkit [9550] by
-
- 3 edits in trunk/WebKitTools
Changes based on input from Michael Kahl.
- Scripts/cvs-create-patch: Use "-f" so we are compatible with .cvsrc files that specify different style of "diff".
- Scripts/webkitdirs.pm: Add missing call to determineBaseProductDir, so that determineConfigurationProductDir works in all cases.
- 11:19 AM Changeset in webkit [9549] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by rjw.
fixed: <rdar://problem/4166838> failed assertion in`Interpreter::lockCount() > 0
no layout test added; this is in the bindings code.
- bindings/objc/WebScriptObject.mm: (+[WebScriptObject _convertValueToObjcValue:KJS::originExecutionContext:Bindings::executionContext:Bindings::]): make sure to lock and unlock the interpreter around allocations.
- 10:50 AM Changeset in webkit [9548] by
-
- 1 edit4 adds in trunk
Reviewed by Geoff Garen.
Test cases added: getting and setting div.align
- layout-tests/fast/dom/HTMLDivElement/align/getset-expected.txt: Added.
- layout-tests/fast/dom/HTMLDivElement/align/getset.html: Added.
Jun 29, 2005:
- 10:57 PM Changeset in webkit [9547] by
-
- 2 adds in trunk/LayoutTests/fast/xsl/resources
Forgot one file.
- 10:57 PM Changeset in webkit [9546] by
-
- 3 edits4 adds in trunk
Reviewed and landed by Darin Adler.
- Fix <http://bugzilla.opendarwin.org/show_bug.cgi?id=3274> document() not supported
Test cases added:
- layout-tests/fast/xsl/document-function-expected.txt: Added.
- layout-tests/fast/xsl/document-function.xml: Added.
- layout-tests/fast/xsl/document-function.xsl: Added.
- layout-tests/fast/xsl/resources/document-function-source.xml: Added.
- khtml/xsl/xslt_processorimpl.cpp: (DOM::parseErrorFunc): Stub to prevent errors from getting written to the console.
(DOM::stylesheetLoadFunc):
Fetch and parse documents.
(DOM::XSLTProcessorImpl::transformDocument):
Use the processor as the global variable instead of the
style sheet.
- khtml/xsl/xslt_processorimpl.h: (DOM::XSLTProcessorImpl::stylesheet): (DOM::XSLTProcessorImpl::sourceDocument): Add accessors for source document and stylesheet.
- 10:41 PM Changeset in webkit [9545] by
-
- 2 edits in trunk/WebKitTools
- fixed bug which would result in multiple unwanted dumps in a single layout test
- DumpRenderTree/DumpRenderTree.m: (-[WaitUntilDoneDelegate webView:locationChangeDone:forDataSource:]): Set new "readyToDump" flag. (-[LayoutTestController waitUntilDone]): Update for name change. (-[LayoutTestController notifyDone]): Dump only if ready. (dumpRenderTree): Set up new boolean and update for name change.
- 9:33 PM Changeset in webkit [9544] by
-
- 3 edits1 add in trunk/WebKitTools
Changes by Timothy Hatcher.
Reviewed by me.
- Scripts/run-webkit-app: Added script to open an arbritrary application with a CVS built WebKit. Example: ./run-webkit-app Colloquy
- Scripts/gdb-safari: Added support for WEBKIT_SAFARI environment variable to specify a custom location to the Safari.app bundle. This is optional, script defaults to the stock location.
- Scripts/run-safari: Ditto.
- 8:19 PM Changeset in webkit [9543] by
-
- 2 edits in trunk/WebCore
Unreviewed - fixing build breakage with gcc 4.
- khtml/misc/hashtable.h: Don't use a typedef when declaring a class friend.
- 6:56 PM Changeset in webkit [9542] by
-
- 3 edits in trunk/WebCore
Temporarily enable tab coalescing ahead of white-space:pre-wrap
change because of problems with keeping the tabs separate. Will
revert when problems are fixed or remove if I do pre-wrap
first.
- khtml/editing/insert_text_command.cpp: (khtml::InsertTextCommand::prepareForTextInsertion): (khtml::InsertTextCommand::insertTab):
- khtml/editing/markup.cpp: (khtml::createParagraphContentsFromString):
- 6:28 PM Changeset in webkit [9541] by
-
- 2 edits in trunk/WebKit
Reviewed by Dave Hyatt (rendering) and Maciej (editing).
Test cases added: Coming soon. Will include with next round of changes for this bug.
This is the first checkin for...
<rdar://problem/3792529> REGRESSION (Mail): Tabs do not work the way they did in Panther (especially useful in plain text mail)
Basic strategy is to put tabs into spans with white-space:pre style, and
render them with tabs stops every 8th space, where the space width and
the left margin are those of the enclosing block.
What's left is to switch to implement white-space:pre-wrap so
that we can coalesce consecutive tabs while maintaining proper
line breaking. That will keep the markup smaller.
- WebCoreSupport.subproj/WebTextRenderer.m: (isSpace): (-[WebTextRenderer _CG_drawHighlightForRun:style:geometry:]): (-[WebTextRenderer _CG_floatWidthForRun:style:widths:fonts:glyphs:startPosition:numGlyphs:]): (-[WebTextRenderer _extendCharacterToGlyphMapToInclude:]): (-[WebTextRenderer _CG_pointToOffset:style:position:reversed:includePartialGlyphs:]): (initializeCharacterWidthIterator): (widthForNextCharacter):
- 6:27 PM Changeset in webkit [9540] by
-
- 53 edits in trunk
Reviewed by Dave Hyatt (rendering) and Maciej (editing).
Test cases added: Coming soon. Will include with next round of changes for this bug.
This is the first checkin for...
<rdar://problem/3792529> REGRESSION (Mail): Tabs do not work the way they did in Panther (especially useful in plain text mail)
Basic strategy is to put tabs into spans with white-space:pre style, and
render them with tabs stops every 8th space, where the space width and
the left margin are those of the enclosing block.
What's left is to switch to implement white-space:pre-wrap so
that we can coalesce consecutive tabs while maintaining proper
line breaking. That will keep the markup smaller.
- khtml/editing/apply_style_command.cpp: (khtml::createStyleSpanElement): (khtml::ApplyStyleCommand::removeCSSStyle): (khtml::ApplyStyleCommand::addInlineStyleIfNeeded):
- khtml/editing/delete_selection_command.cpp: (khtml::DeleteSelectionCommand::saveTypingStyleState):
- khtml/editing/edit_command.cpp: (khtml::EditCommand::styleAtPosition):
- khtml/editing/html_interchange.h:
- khtml/editing/htmlediting.cpp: (khtml::isSpecialElement): (khtml::isTabSpanNode): (khtml::isTabSpanTextNode): (khtml::positionBeforeTabSpan): (khtml::createTabSpanElement):
- khtml/editing/htmlediting.h:
- khtml/editing/insert_text_command.cpp: (khtml::InsertTextCommand::prepareForTextInsertion): (khtml::InsertTextCommand::input): (khtml::InsertTextCommand::insertTab):
- khtml/editing/insert_text_command.h:
- khtml/editing/markup.cpp: (khtml::createParagraphContentsFromString): (khtml::createFragmentFromText):
- khtml/editing/replace_selection_command.cpp: (khtml::ReplacementFragment::removeStyleNodes):
- khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::begin): (khtml::HTMLTokenizer::processListing): (khtml::HTMLTokenizer::parseEntity): (khtml::HTMLTokenizer::parseTag): (khtml::HTMLTokenizer::addPending): (khtml::HTMLTokenizer::write):
- khtml/html/htmltokenizer.h: (khtml::HTMLTokenizer::):
- khtml/rendering/bidi.cpp: (khtml::addRun): (khtml::RenderBlock::tabWidth): (khtml::RenderBlock::computeHorizontalPositionsForLine): (khtml::RenderBlock::skipWhitespace): (khtml::RenderBlock::findNextLineBreak): (khtml::RenderBlock::checkLinesForTextOverflow):
- khtml/rendering/break_lines.cpp: (khtml::isBreakable):
- khtml/rendering/font.cpp: (Font::drawHighlightForText): (Font::drawText): (Font::floatWidth): (Font::floatCharacterWidths): (Font::checkSelectionPoint): (Font::width):
- khtml/rendering/font.h:
- khtml/rendering/render_block.cpp: (khtml::stripTrailingSpace): (khtml::RenderBlock::calcInlineMinMaxWidth):
- khtml/rendering/render_block.h:
- khtml/rendering/render_br.h: (khtml::RenderBR::width):
- khtml/rendering/render_flexbox.cpp: (khtml::RenderFlexibleBox::layoutVerticalBox):
- khtml/rendering/render_image.cpp: (RenderImage::setPixmap): (RenderImage::paint):
- khtml/rendering/render_line.cpp: (khtml::EllipsisBox::paint):
- khtml/rendering/render_line.h: (khtml::InlineBox::width): (khtml::InlineBox::xPos): (khtml::InlineBox::yPos): (khtml::InlineBox::height): (khtml::InlineBox::baseline):
- khtml/rendering/render_list.cpp: (RenderListMarker::paint): (RenderListMarker::calcMinMaxWidth):
- khtml/rendering/render_object.cpp: (RenderObject::tabWidth): (RenderObject::recalcMinMaxWidths):
- khtml/rendering/render_object.h:
- khtml/rendering/render_replaced.cpp:
- khtml/rendering/render_text.cpp: (InlineTextBox::selectionRect): (InlineTextBox::paint): (InlineTextBox::paintSelection): (InlineTextBox::paintMarkedTextBackground): (InlineTextBox::textPos): (InlineTextBox::offsetForPosition): (InlineTextBox::positionForOffset): (RenderText::cacheWidths): (RenderText::widthFromCache): (RenderText::trimmedMinMaxWidth): (RenderText::calcMinMaxWidth): (RenderText::containsOnlyWhitespace): (RenderText::width):
- khtml/rendering/render_text.h:
- kwq/KWQFontMetrics.h:
- kwq/KWQFontMetrics.mm: (QFontMetrics::width): (QFontMetrics::charWidth): (QFontMetrics::floatWidth): (QFontMetrics::floatCharacterWidths): (QFontMetrics::checkSelectionPoint): (QFontMetrics::boundingRect): (QFontMetrics::size):
- kwq/KWQPainter.h:
- kwq/KWQPainter.mm: (QPainter::drawText): (QPainter::drawHighlightForText):
- kwq/WebCoreTextRenderer.h:
- kwq/WebCoreTextRendererFactory.mm: (WebCoreInitializeEmptyTextStyle):
- layout-tests/editing/deleting/delete-tab-001-expected.txt:
- layout-tests/editing/deleting/delete-tab-001.html:
- layout-tests/editing/deleting/delete-tab-002-expected.txt:
- layout-tests/editing/deleting/delete-tab-002.html:
- layout-tests/editing/deleting/delete-tab-003-expected.txt:
- layout-tests/editing/deleting/delete-tab-003.html:
- layout-tests/editing/deleting/delete-tab-004-expected.txt:
- layout-tests/editing/deleting/delete-tab-004.html:
- layout-tests/editing/inserting/insert-tab-001-expected.txt:
- layout-tests/editing/inserting/insert-tab-002-expected.txt:
- layout-tests/editing/inserting/insert-tab-003-expected.txt:
- layout-tests/editing/inserting/insert-tab-004-expected.txt:
- layout-tests/fast/dom/quadraticCurveTo-expected.txt:
- layout-tests/fast/js/string-replace-2-expected.txt:
- layout-tests/fast/table/039-expected.txt:
- layout-tests/fast/table/border-collapsing/004-expected.txt:
- layout-tests/fast/tokenizer/script_extra_close-expected.txt:
- 6:19 PM Changeset in webkit [9539] by
-
- 4 edits6 adds in trunk
Patch by Francisco Tolmasky <tolmasky@gmail.com>
- fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3667 Core JavaScript 1.5 Reference:Objects:Array:forEach
See WebCore Changelog for layout tests added.
Reviewed by darin.
- kjs/array_object.cpp: (ArrayProtoFuncImp::call):
- kjs/array_object.h: (KJS::ArrayProtoFuncImp::):
WebCore:
Contributed by Francisco Tolmasky <tolmasky@gmail.com>
-test cases for fix to http://bugzilla.opendarwin.org/show_bug.cgi?id=3667
Core JavaScript 1.5 Reference:Objects:Array:forEach
See JavaScriptCore Changelog for details on the patch.
Reviewed by darin.
Test cases added:
- layout-tests/fast/js/array-every-expected.txt: Added.
- layout-tests/fast/js/array-every.html: Added.
- layout-tests/fast/js/array-foreach-expected.txt: Added.
- layout-tests/fast/js/array-foreach.html: Added.
- layout-tests/fast/js/array-some-expected.txt: Added.
- layout-tests/fast/js/array-some.html: Added.
- 5:41 PM Changeset in webkit [9538] by
-
- 1 edit1 add in trunk
Reviewed by Geoff Garen
Test cases added: added expected results for previous check in
- layout-tests/fast/dom/HTMLDocument/url/getset-expected.txt: Added.
- 5:22 PM Changeset in webkit [9537] by
-
- 1 edit5 adds in trunk
DOM compatibility tests for HTMLDocument::writeln
Reviewed by justing.
Test cases added:
- layout-tests/fast/dom/HTMLDocument/writeln/call-expected.txt: Added.
- layout-tests/fast/dom/HTMLDocument/writeln/call.html: Added.
- layout-tests/fast/dom/HTMLDocument/writeln/multiple-calls-expected.txt: Added.
- layout-tests/fast/dom/HTMLDocument/writeln/multiple-calls.html: Added.
- 5:19 PM Changeset in webkit [9536] by
-
- 2 edits2 adds in trunk
Reviewed by Geoff Garen.
Test cases added: added DOM test for document.URL
- layout-tests/fast/dom/HTMLDocument/url/getset.html: Added.
- 5:13 PM Changeset in webkit [9535] by
-
- 1 edit2 adds in trunk
Reviewed by Geoff Garen.
Test cases added: added DOM test for document.URL
- layout-tests/fast/dom/HTMLDocument/url/getset.html: Added.
- 4:24 PM Changeset in webkit [9534] by
-
- 1 edit3 adds in trunk
DOM compatibility test for HTMLDocument::write
Reviewed by justing.
Test cases added:
- layout-tests/fast/dom/HTMLDocument/write/call-expected.txt: Added.
- layout-tests/fast/dom/HTMLDocument/write/call.html: Added.
- 4:12 PM Changeset in webkit [9533] by
-
- 3 edits2 adds in trunk
DOM compatibility tests for HTMLDocument::title
Reviewed by justing.
Test cases added:
- layout-tests/fast/dom/HTMLDocument/title/get-expected.txt: Added.
- layout-tests/fast/dom/HTMLDocument/title/get.html: Added.
- layout-tests/fast/dom/HTMLDocument/title/set-expected.txt: Added.
- layout-tests/fast/dom/HTMLDocument/title/set.html: Added.
- 4:01 PM Changeset in webkit [9532] by
-
- 1 edit4 adds in trunk
DOM compatibility tests for HTMLDocument::title
Reviewed by justing.
Test cases added:
- layout-tests/fast/dom/HTMLDocument/title/get.html: Added.
- layout-tests/fast/dom/HTMLDocument/title/set.html: Added.
- 3:53 PM Changeset in webkit [9531] by
-
- 4 edits in trunk/WebKit
Reviewed by Kevin.
- deleted some never-used stub code
- WebView.subproj/WebView.m:
- WebView.subproj/WebViewInternal.h:
- WebView.subproj/WebViewPrivate.h:
- 2:37 PM Changeset in webkit [9530] by
-
- 3 adds1 delete in trunk/LayoutTests/fast/dom/HTMLObjectElement
* empty log message *
- 2:29 PM Changeset in webkit [9529] by
-
- 4 adds in trunk/LayoutTests/fast/dom/HTMLLabelElement
* empty log message *
- 2:22 PM Changeset in webkit [9528] by
-
- 1 delete in trunk/LayoutTests/fast/dom/HTMLLabelElement
* empty log message *
- 2:04 PM Changeset in webkit [9527] by
-
- 4 edits in trunk/WebCore
Reviewed by Darin.
Added iterator support to new hashtable class, the HashSet API is
now essentially complete.
Added support for consistency check mode.
- khtml/misc/hashset.h: (khtml::HashSet::capacity): Added (khtml::HashSet::begin): Added (both const and non-const) (khtml::HashSet::end): Added (both const and non-const) (khtml::HashSet::insert): Made both versions return an iterator (khtml::HashSet::find): Added (both const and on-const, returning appropriate iterator) (khtml::HashSet::contains): Added (khtml::HashSet::remove): Added version that takes an iterator argument (khtml::HashSet::clear): Added
- khtml/misc/hashtable.h: (khtml::HashTableIterator): New class with all the obvious iterator stuff. (khtml::HashTableConstIterator::HashTableConstIterator): New class with all the obvious const iterator stuff. (khtml::HashTable::begin): Added (both const and non-consts) (khtml::HashTable::end): Added (both const and non-consts) (khtml::HashTable::capacity): Added (khtml::HashTable::insert): Implement non-template method in terms of template method. (khtml::HashTable::contains): Added (implemented in terms of find) (khtml::HashTable::remove): Implemented key remove in terms of find and iterator remove. (khtml::HashTable::hash): Made static (khtml::HashTable::equal): Made static (khtml::HashTable::identityConvert): Added - no-op convert method so template insert method can be implemented in terms of non-template (khtml::HashTable::insert): Changed to return iterator (khtml::HashTable::reinsert): Recoded to be more like the other functions (khtml::HashTable::find): Added (khtml::HashTable::remove): Added iterator version (khtml::HashTable::clear): Added
- khtml/xml/dom_atomicstring.cpp: (DOM::AtomicString::add): Updated to deal with the fact that insert returns an iterator (khtml::HashTable::shouldExpand): New helper. (khtml::HashTable::shouldShrink): ditto (khtml::HashTable::makeIterator): ditto (khtml::HashTable::makeConstIterator): ditto (khtml::HashTable::checkConsistency): consistency check method (khtml::HashTable::checkConsistencyExceptSize): consistency check method
- 1:59 PM Changeset in webkit [9526] by
-
- 3 edits2 adds in trunk
Patch contributed by Oliver Hunt <ojh16@student.canterbury.ac.nz>
-fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3743
Incorrect error message given for certain calls
See WebCore Changelog for layout test added.
Reviewed by mjs.
- kjs/object.cpp: (KJS::ObjectImp::defaultValue):
WebCore:
-added test case for fix to http://bugzilla.opendarwin.org/show_bug.cgi?id=3743
Incorrect error message given for certain calls
See JavaScriptCore Changelog for details about the patch.
Reviewed by me.
Test cases added:
- layout-tests/fast/js/toString-stack-overflow-expected.txt: Added.
- layout-tests/fast/js/toString-stack-overflow.html: Added.
- 1:15 PM Changeset in webkit [9525] by
-
- 4 edits in trunk/JavaScriptCore
Rolling out date patch from 6-28-05 because it breaks
fast/js/date-parse-test
Reviewed by NOBODY.
- kjs/date_object.cpp: (formatLocaleDate): (DateProtoFuncImp::call): (DateObjectImp::construct): (KJS::parseDate): (ymdhms_to_seconds): (isSpaceOrTab): (KJS::KRFCDate_parseDate):
- kjs/date_object.h:
- tests/mozilla/expected.html:
- 1:14 PM Changeset in webkit [9524] by
-
- 2 edits8 adds in trunk
- Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=3714> HTMLLabelElement's form property isn't implemented
Patch by Anders Carlsson <andersca@mac.com>
Reviewed by Darin
Test cases added:
- layout-tests/fast/dom/HTMLLabelElement/properties/form-expected.txt: Added.
- layout-tests/fast/dom/HTMLLabelElement/properties/form.html: Added.
- khtml/html/html_formimpl.cpp: (DOM::HTMLLabelElementImpl::form): Traverse upwards looking for a form element.
- 11:49 AM Changeset in webkit [9523] by
-
- 2 deletes in trunk/LayoutTests/fast/dom
Bug #:
Submitted by:
Reviewed by:
- 10:52 AM Changeset in webkit [9522] by
-
- 1 edit2 adds in trunk
Patch by Joost de Valk <webkit@joostdevalk.nl>
- http://bugzilla.opendarwin.org/show_bug.cgi?id=3732 Testcase for accesskeys that will run with run-webkit-tests.
Reviewed by Darin.
Test cases added:
- layout-tests/fast/forms/access-key-expected.txt: Added.
- layout-tests/fast/forms/access-key.html: Added.
- 10:50 AM Changeset in webkit [9521] by
-
- 2 edits2 adds in trunk
Patch by Anders Carlsson <andersca@mac.com>
- Fixes <http://bugzilla.opendarwin.org/show_bug.cgi?id=3715> An HTMLObjectElement's form property was always null.
Reviewed by Darin
Test cases added:
- layout-tests/fast/dom/htmlobject-form-expected.txt: Added.
- layout-tests/fast/dom/htmlobject-form.html: Added.
- khtml/html/html_objectimpl.cpp: (DOM::HTMLObjectElementImpl::form): Implement this function by traversing the parent nodes looking for a form element.
- 10:41 AM Changeset in webkit [9520] by
-
- 2 edits2 adds in trunk
Patch by Antoine Quint <ml@graougraou.com>
-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3648
quadraticCurveTo() method in <canvas> APIs JS bindings does not exist
Reviewed by Darin.
Test cases added:
- layout-tests/fast/dom/quadraticCurveTo-expected.txt: Added.
- layout-tests/fast/dom/quadraticCurveTo.xml: Added.
- khtml/ecma/kjs_html.cpp:
- 10:18 AM Changeset in webkit [9519] by
-
- 2 edits2 adds in trunk
Patch by Hanspeter Schaub <Hanspeterschaub@mac.com>
-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3317
REGRESSION: CSS2: outline is applied to both <li> element
and its enclosing text with context dependent selector
Reviewed by Hyatt.
Test cases added:
- layout-tests/fast/css/list-outline-expected.txt: Added.
- layout-tests/fast/css/list-outline.html: Added.
- khtml/rendering/render_line.cpp: (khtml::InlineFlowBox::paint):
- 9:32 AM Changeset in webkit [9518] by
-
- 3 edits in trunk/JavaScriptCore
Reviewed by Darin.
-fixes http://bugzilla.opendarwin.org/show_bug.cgi?id=3750
build fails with KJS_VERBOSE set
- kjs/nodes.cpp: changed debug print statement to use UString (VarDeclNode::evaluate):
- kjs/reference.cpp: ditto (KJS::Reference::putValue):