Timeline
Jan 21, 2007:
- 10:54 PM Changeset in webkit [22803] by
-
- 3 edits in branches/WindowsMerge/WebCore
WebCoreWin:
Reviewed by Maciej.
Implemented drawing button states and control sizes.
- 9:23 PM Changeset in webkit [19024] by
-
- 54 edits3 adds in trunk
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=10934
REGRESSION: prototype.js logs error (HTMLFormElement) on webkit builds
Added constructors for most HTML elements; started auto-generating HTMLSelectElement JS binding.
Test: fast/dom/Window/element-constructors-on-window.html
- DerivedSources.make: Generate JSHTMLSelectElement.
- WebCore.xcodeproj/project.pbxproj: Added JSHTMLSelectElement{Custom}.
- bindings/js/JSHTMLElementWrapperFactory.cpp: Create a proper binding for SELECT.
- bindings/js/kjs_html.cpp: (KJS::): (KJS::JSHTMLElement::classInfo): (KJS::JSHTMLElement::accessors): (KJS::JSHTMLElement::getOwnPropertySlot): (KJS::HTMLElementFunction::callAsFunction): (KJS::JSHTMLElement::put):
- bindings/js/kjs_html.h: (KJS::JSHTMLElement::): Removed everything related to SELECT. Renamed getHTMLOptionsCollection to toJS for autogenerated code to be happy, and rewrote it using cacheDOMObject.
- bindings/scripts/CodeGeneratorJS.pm: Added HTMLElement to the list of types that cannot fail conversion.
- html/HTMLAnchorElement.idl:
- html/HTMLAppletElement.idl:
- html/HTMLAreaElement.idl:
- html/HTMLBRElement.idl:
- html/HTMLBaseElement.idl:
- html/HTMLBaseFontElement.idl:
- html/HTMLBodyElement.idl:
- html/HTMLButtonElement.idl:
- html/HTMLCanvasElement.idl:
- html/HTMLDListElement.idl:
- html/HTMLDirectoryElement.idl:
- html/HTMLDivElement.idl:
- html/HTMLFieldSetElement.idl:
- html/HTMLFontElement.idl:
- html/HTMLFormElement.idl:
- html/HTMLHRElement.idl:
- html/HTMLHeadElement.idl:
- html/HTMLHeadingElement.idl:
- html/HTMLHtmlElement.idl:
- html/HTMLImageElement.idl:
- html/HTMLInputElement.idl:
- html/HTMLIsIndexElement.idl:
- html/HTMLLIElement.idl:
- html/HTMLLabelElement.idl:
- html/HTMLLegendElement.idl:
- html/HTMLLinkElement.idl:
- html/HTMLMapElement.idl:
- html/HTMLMenuElement.idl:
- html/HTMLMetaElement.idl:
- html/HTMLModElement.idl:
- html/HTMLOListElement.idl:
- html/HTMLOptGroupElement.idl:
- html/HTMLParagraphElement.idl:
- html/HTMLParamElement.idl:
- html/HTMLPreElement.idl:
- html/HTMLQuoteElement.idl:
- html/HTMLScriptElement.idl:
- html/HTMLStyleElement.idl:
- html/HTMLTextAreaElement.idl:
- html/HTMLTitleElement.idl:
- html/HTMLUListElement.idl: Generate constructors.
- html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::length):
- html/HTMLSelectElement.h: Make length() return unsigned for auto-generated code to be happy.
- html/HTMLSelectElement.idl: Adjusted to be usable for JS.
- bindings/JSHTMLSelectElementCustom.cpp: Added. Implements remove().
- page/DOMWindow.idl: Added properties for most elements' constructors.
- 8:54 PM Changeset in webkit [22802] by
-
- 3 edits in branches/WindowsMerge/WebCore
WebCoreWin:
Reviewed by Maciej.
- 7:45 PM Changeset in webkit [19023] by
-
- 2 edits in trunk/WebCore
2007-01-21 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
http://bugs.webkit.org/show_bug.cgi?id=12357
Bug 12357: Reproducible crash in WebCore::Settings::isJavaScriptEnabled in svg/custom/js-update-bounce.svg under guard-malloc
- page/Frame.cpp: (WebCore::Frame::~Frame): Access the global object directly rather than via Window::retrieveWindow to prevent our reference to a deleted settings object being used.
- 6:46 PM Changeset in webkit [19022] by
-
- 2 edits in trunk/WebCore
Reviewed by Maciej.
- fix <rdar://problem/4930503> REGRESSION: Page changes title when command-clicking on named anchor link (12299)
- loader/FrameLoader.cpp: (WebCore::FrameLoader::continueFragmentScrollAfterNavigationPolicy): Return if shouldContinue is false. This matches the other similar functions and prevents us from doing extra work in the "ignore" case.
- 6:16 PM Changeset in webkit [19021] by
-
- 2 edits in trunk/WebCore
2007-01-21 Mark Rowe <mrowe@apple.com>
Reviewed by Darin.
http://bugs.webkit.org/show_bug.cgi?id=12355
Bug 12355: Reproducible crash in WebCore::parseNumber in svg/custom/js-update-bounce.svg under guard-malloc
- ksvg2/svg/SVGParserUtilities.cpp: (WebCore::parseNumber): Parenthesize to prevent reading past end of buffer.
- 5:41 PM Changeset in webkit [22801] by
-
- 2 edits2 adds in branches/WindowsMerge/WebCore
WebCoreWin:
Reviewed by Adam.
Adding RenderThemeSafari.
- 5:33 PM Changeset in webkit [19020] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- pixel test for http://bugs.webkit.org/show_bug.cgi?id=12345 REGRESSION: Disabled pop-up text is not grayed out
- fast/forms/select-disabled-appearance-expected.checksum: Added.
- fast/forms/select-disabled-appearance-expected.png: Added.
- fast/forms/select-disabled-appearance-expected.txt: Added.
- fast/forms/select-disabled-appearance.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12345 REGRESSION: Disabled pop-up text is not grayed out
Test: fast/forms/select-disabled-appearance.html
- rendering/RenderThemeMac.mm: (WebCore::RenderThemeMac::adjustMenuListStyle):
- 5:17 PM Changeset in webkit [19019] by
-
- 4 edits in trunk/WebCore
- fix non-Mac builds
- CMakeLists.txt: Added JSDocumentCustom.cpp.
- WebCore.pro: Ditto.
- WebCoreSources.bkl: Ditto.
- 5:09 PM Changeset in webkit [19018] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=12353 REGRESSION: Crash on load (mutation event dispatch under the image element constructor deletes the element)
- fast/dom/HTMLImageElement/constructor-mutation-event-dispatch-expected.txt: Added.
- fast/dom/HTMLImageElement/constructor-mutation-event-dispatch.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12353 <rdar://problem/4944599> REGRESSION: Crash on load (mutation event dispatch under the image element constructor deletes the element)
Test: fast/dom/HTMLImageElement/constructor-mutation-event-dispatch.html
- bindings/js/kjs_html.cpp: (KJS::ImageConstructorImp::construct): Protect the image element before setting its attributes.
- 4:54 PM Changeset in webkit [22800] by
-
- 2 edits in branches/WindowsMerge/WebCore
Build fix.
- WebCore.vcproj/WebCore.vcproj: Added JSDocumentCustom.cpp.
- 4:53 PM Changeset in webkit [19017] by
-
- 2 edits in trunk/WebKit
Reviewed by Tim H.
- WebInspector/webInspector/inspector.css: Use row-resize for the splitter cursor instead of move. It's a horizontal splitter resizer.
- 3:42 PM Changeset in webkit [19016] by
-
- 4 edits4 deletes in trunk
LayoutTests:
Rolling out patch for http://bugs.webkit.org/show_bug.cgi?id=8360.
- fast/layers/removed-by-scroll-handler-expected.checksum: Removed.
- fast/layers/removed-by-scroll-handler-expected.png: Removed.
- fast/layers/removed-by-scroll-handler-expected.txt: Removed.
- fast/layers/removed-by-scroll-handler.html: Removed.
WebCore:
Rolling out patch for http://bugs.webkit.org/show_bug.cgi?id=8360.
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::RenderLayer): (WebCore::RenderLayer::scrollToOffset): (WebCore::RenderLayer::scrollRectToVisible): (WebCore::RenderLayer::updateScrollInfoAfterLayout): (WebCore::Marquee::start):
- rendering/RenderLayer.h:
- 2:07 PM Changeset in webkit [19015] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=12280 select element not available by name through document.all (dropdown list not available on smarthome.com checkout)
- fast/dom/document-all-select-expected.txt: Added.
- fast/dom/document-all-select.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12280 select element not available by name through document.all (dropdown list not available on smarthome.com checkout)
Test: fast/dom/document-all-select.html
- html/HTMLCollection.cpp: (WebCore::HTMLCollection::checkForNameMatch): (WebCore::HTMLCollection::updateNameCache):
- 1:03 PM Changeset in webkit [19014] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
- http://bugs.webkit.org/show_bug.cgi?id=10805 REGRESSION (r15720): manual-tests/onblur-remove.html failing
- manual-tests/onblur-remove.html: Changed the test to not require pressing Enter, since the correct behavior for Enter is to send a blur event.
- 12:51 PM Changeset in webkit [19013] by
-
- 10 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
Test for: <rdar://problem/4928583> Memory usage grows when reloading google.com/ig
- fast/dom/gc-10-expected.txt: Added.
- fast/dom/gc-10.html: Added.
- fast/dom/resources/gc-10-frame.html: Added.
WebCore:
Reviewed by Darin.
Fix for: <rdar://problem/4928583> Memory usage grows when reloading google.com/ig
JSDocuments are now responsible for marking the DOM wrappers associated with them, when they get marked.
This fixes a JS object leak when a DOM wrapper has a reference to a JSDocument that is otherwise not reachable.
Test: fast/dom/gc-10.html
- WebCore.vcproj/WebCore/WebCore.vcproj:
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/JSDocumentCustom.cpp: Added. (WebCore::JSDocument::mark):
- bindings/js/kjs_binding.cpp: (KJS::ScriptInterpreter::markDOMNodesForDocument): (KJS::ScriptInterpreter::mark):
- bindings/js/kjs_binding.h:
- dom/Document.idl:
WebKitTools:
Reviewed by Darin.
Test support for: <rdar://problem/4928583> Memory usage grows when reloading google.com/ig
This adds a getJSObjectCount test-accessible function to allow test scripts to track JSObject usage.
- DumpRenderTree/GCController.h:
- DumpRenderTree/GCController.mm: (+[GCController isSelectorExcludedFromWebScript:]): (-[GCController getJSObjectCount]):
- 12:29 PM Changeset in webkit [19012] by
-
- 4 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=10692 REGRESSION (r14847): Unnecessary scrollbars with position:relative; and overflow:auto;
- fast/overflow/position-relative-expected.checksum: Added.
- fast/overflow/position-relative-expected.png: Added.
- fast/overflow/position-relative-expected.txt: Added.
- fast/overflow/position-relative.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=10692 REGRESSION (r14847): Unnecessary scrollbars with position:relative; and overflow:auto;
Test: fast/overflow/position-relative.html
- rendering/RenderBox.cpp: (WebCore::RenderBox::lowestPosition): Add the relative position offset only if 'includeSelf' is true. (WebCore::RenderBox::rightmostPosition): Ditto. (WebCore::RenderBox::leftmostPosition): Ditto.
- rendering/RenderFlow.cpp: (WebCore::RenderFlow::lowestPosition): Ditto. (WebCore::RenderFlow::rightmostPosition): Ditto. (WebCore::RenderFlow::leftmostPosition): Ditto.
- 9:19 AM Changeset in webkit [19011] by
-
- 3 edits2 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=10472 REGRESSION: "add" method of <select> object does not put the <option> object in the correct position
- fast/dom/HTMLSelectElement/options-collection-detached-expected.txt: Added.
- fast/dom/HTMLSelectElement/options-collection-detached.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=10472 REGRESSION: "add" method of <select> object does not put the <option> object in the correct position
Test: fast/dom/HTMLSelectElement/options-collection-detached.html
- html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::setRecalcListItems): Reset the options collection info if the <select> is not in the document. For in-document <select>s this happens anyway as a result of the DOM tree version increasing.
- 9:05 AM Changeset in webkit [19010] by
-
- 7 edits in trunk
LayoutTests:
Reviewed by Darin.
- updated results for http://bugs.webkit.org/show_bug.cgi?id=12349 NativeFileUpload: Button text is not grayed out when the control is disabled
- fast/forms/file-input-disabled-expected.checksum:
- fast/forms/file-input-disabled-expected.png:
- fast/forms/file-input-disabled-expected.txt:
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12349 NativeFileUpload: Button text is not grayed out when the control is disabled
Covered by fast/forms/file-input-disabled.html
- css/html4.css: Changed selectors that had pseudo-classes after the -webkit-file-upload-button pseudo-element to have the pseudo-element at the end. Pseudo-elements must be at the end.
- rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::createButtonStyle): Changed to not overwrite the button's style with its parent's style. getPseudoStyle() handles inheritance properly.
- 8:55 AM Changeset in webkit [19009] by
-
- 2 edits in trunk/WebCore
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=12343 crash in css2.1/t1202-counter-09-b.html
- platform/Font.cpp: (WebCore::Font::glyphDataForCharacter):
- 8:20 AM Changeset in webkit [19008] by
-
- 3 edits in trunk/WebCore
Reviewed by Adam and Mitz.
- fix http://bugs.webkit.org/show_bug.cgi?id=12347 REGRESSION: list box scrolling broken (fast/forms/listbox-selection.html)
Covered by existing test: fast/forms/listbox-selection.html
- rendering/RenderListBox.h: Added override of layout(), made selectionChanged() no longer an inline. Added private scrollToRevealSelection(), m_scrollToRevealSelectionAfterLayout, and m_inAutoscroll.
- rendering/RenderListBox.cpp: (WebCore::RenderListBox::RenderListBox): Initialize new data members. (WebCore::RenderListBox::updateFromElement): Remove scrolling code. (WebCore::RenderListBox::selectionChanged): Moved from header. Calls repaint and then scrollToRevealSelection, but if we need layout, instead schedules scrollToRevealSelection to be done after layout. (WebCore::RenderListBox::layout): Added. After calling base class, calls scrollToRevealSelection if the m_scrollToRevealSelectionAfterLayout is set. (WebCore::RenderListBox::scrollToRevealSelection): Added. Code was originally in updateFromElement. (WebCore::RenderListBox::autoscroll): Set m_inAutoscroll so that the selectionChanged function knows not to scroll. Also removed the repaint() here because updateListBoxSelection() takes care of repainting by calling selectionChanged().
- 5:07 AM Changeset in webkit [19007] by
-
- 2 edits in trunk/WebCore
WebCore:
Reviewed by NOBODY (no-svg build fix).
- page/EventHandler.cpp: (WebCore::EventHandler::handleMouseMoveEvent): Changed #if SVG_SUPPORT to #ifdef SVG_SUPPORT.
Jan 20, 2007:
- 4:44 PM Changeset in webkit [19006] by
-
- 4 edits2 adds in trunk
LayoutTests:
Reviewed by Maciej.
- test for http://bugs.webkit.org/show_bug.cgi?id=11115 REGRESSION: Crash on Flickr after hitting cancel from adding a note
- fast/forms/text-set-value-crash-expected.txt: Added.
- fast/forms/text-set-value-crash.html: Added.
WebCore:
Reviewed by Maciej.
- fix http://bugs.webkit.org/show_bug.cgi?id=11115 REGRESSION: Crash on Flickr after hitting cancel from adding a note
Test: fast/forms/text-set-value-crash.html
- html/HTMLInputElement.cpp: (WebCore::HTMLInputElement::setValue): Added a call to Document::updateRendering().
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::setValue): Ditto.
- 4:35 PM Changeset in webkit [19005] by
-
- 4 edits4 adds in trunk
LayoutTests:
Reviewed by Darin.
- test for http://bugs.webkit.org/show_bug.cgi?id=8360 Repro crash when onscroll handler deletes the scrolled object
- fast/layers/removed-by-scroll-handler-expected.checksum: Added.
- fast/layers/removed-by-scroll-handler-expected.png: Added.
- fast/layers/removed-by-scroll-handler-expected.txt: Added.
- fast/layers/removed-by-scroll-handler.html: Added.
WebCore:
Reviewed by Darin.
- fix http://bugs.webkit.org/show_bug.cgi?id=8360 Repro crash when onscroll handler deletes the scrolled object
Test: fast/layers/removed-by-scroll-handler.html
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::RenderLayer): (WebCore::RenderLayer::dispatchScrollEvent): Added. Called when the timer fires and dispatches the scroll event to the layer's element. (WebCore::RenderLayer::scrollToOffset): Instead of dispatching the scroll event from this function, which is called during layout, schedule a 0-duration timer to dispatch the event after layout. (WebCore::RenderLayer::scrollRectToVisible): (WebCore::RenderLayer::updateScrollInfoAfterLayout): (WebCore::Marquee::start):
- rendering/RenderLayer.h:
- 3:45 PM Changeset in webkit [19004] by
-
- 1 edit12 adds in trunk/LayoutTests
Forgot to include the new layout tests in the last commit.
- 3:40 PM Changeset in webkit [19003] by
-
- 14 edits in trunk/WebCore
Reviewed by Sam.
Fix JS bindings for SVGAnimated{Boolean, Enumeration, Integer, Number, String}.
Dynamic SVG DOM updates (ie. "someUse.href.baseVal = '#rect'") with these types
didn't work. Existing gradient updating examples relied on calling setAttribute
after a SVG DOM update - that was the only reason it worked, added a new test
only using SVG DOM updates (js-update-stop.svg).
- 1:52 PM Changeset in webkit [19002] by
-
- 5 edits1 add in trunk/WebCore
Reviewed by Sam.
http://bugs.webkit.org/show_bug.cgi?id=12334
Respect <text> boundaries for svg text selecting
Make sure the text selection for svg stays inside
containing blocks.
Added one manual test since html selection does not
seem to work for SVG and selectSubString for SVG
is not implemented yet.
- 7:03 AM Changeset in webkit [19001] by
-
- 27 edits88 adds in trunk/LayoutTests
- updated results because my recent check-in made list boxes one pixel taller
- fast/forms/HTMLOptionElement_label05-expected.checksum:
- fast/forms/HTMLOptionElement_label05-expected.png:
- fast/forms/HTMLOptionElement_label05-expected.txt:
- fast/forms/form-element-geometry-expected.checksum:
- fast/forms/form-element-geometry-expected.png:
- fast/forms/form-element-geometry-expected.txt:
- fast/forms/listbox-clip-expected.checksum:
- fast/forms/listbox-clip-expected.png:
- fast/forms/listbox-clip-expected.txt:
- fast/forms/listbox-width-change-expected.checksum:
- fast/forms/listbox-width-change-expected.png:
- fast/forms/listbox-width-change-expected.txt:
- fast/forms/option-strip-whitespace-expected.checksum:
- fast/forms/option-strip-whitespace-expected.png:
- fast/forms/option-strip-whitespace-expected.txt:
- fast/forms/select-change-popup-to-listbox-expected.checksum:
- fast/forms/select-change-popup-to-listbox-expected.png:
- fast/forms/select-change-popup-to-listbox-expected.txt:
- fast/replaced/replaced-breaking-expected.checksum:
- fast/replaced/replaced-breaking-expected.png:
- fast/replaced/replaced-breaking-expected.txt:
- fast/text/updateNewFont-expected.checksum:
- fast/text/updateNewFont-expected.png:
- fast/text/updateNewFont-expected.txt:
- reset results since the ones I generated before were on Leopard
- fast/forms/select-list-box-with-height-expected.checksum:
- fast/forms/select-list-box-with-height-expected.png:
- generated some missing pixel results
- http/tests/navigation/anchor-basic-expected.checksum: Added.
- http/tests/navigation/anchor-basic-expected.png: Added.
- http/tests/navigation/anchor-frames-expected.checksum: Added.
- http/tests/navigation/anchor-frames-expected.png: Added.
- http/tests/navigation/anchor-goback-expected.checksum: Added.
- http/tests/navigation/anchor-goback-expected.png: Added.
- http/tests/navigation/anchor-subframeload-expected.checksum: Added.
- http/tests/navigation/anchor-subframeload-expected.png: Added.
- http/tests/navigation/error404-basic-expected.checksum: Added.
- http/tests/navigation/error404-basic-expected.png: Added.
- http/tests/navigation/error404-frames-expected.checksum: Added.
- http/tests/navigation/error404-frames-expected.png: Added.
- http/tests/navigation/error404-goback-expected.checksum: Added.
- http/tests/navigation/error404-goback-expected.png: Added.
- http/tests/navigation/error404-subframeload-expected.checksum: Added.
- http/tests/navigation/error404-subframeload-expected.png: Added.
- http/tests/navigation/javascriptlink-basic-expected.checksum: Added.
- http/tests/navigation/javascriptlink-basic-expected.png: Added.
- http/tests/navigation/javascriptlink-frames-expected.checksum: Added.
- http/tests/navigation/javascriptlink-frames-expected.png: Added.
- http/tests/navigation/javascriptlink-goback-expected.checksum: Added.
- http/tests/navigation/javascriptlink-goback-expected.png: Added.
- http/tests/navigation/javascriptlink-subframeload-expected.checksum: Added.
- http/tests/navigation/javascriptlink-subframeload-expected.png: Added.
- http/tests/navigation/metaredirect-basic-expected.checksum: Added.
- http/tests/navigation/metaredirect-basic-expected.png: Added.
- http/tests/navigation/metaredirect-frames-expected.checksum: Added.
- http/tests/navigation/metaredirect-frames-expected.png: Added.
- http/tests/navigation/metaredirect-goback-expected.checksum: Added.
- http/tests/navigation/metaredirect-goback-expected.png: Added.
- http/tests/navigation/metaredirect-subframeload-expected.checksum: Added.
- http/tests/navigation/metaredirect-subframeload-expected.png: Added.
- http/tests/navigation/post-basic-expected.checksum: Added.
- http/tests/navigation/post-basic-expected.png: Added.
- http/tests/navigation/post-frames-expected.checksum: Added.
- http/tests/navigation/post-frames-expected.png: Added.
- http/tests/navigation/post-goback1-expected.checksum: Added.
- http/tests/navigation/post-goback1-expected.png: Added.
- http/tests/navigation/post-goback2-expected.checksum: Added.
- http/tests/navigation/post-goback2-expected.png: Added.
- http/tests/navigation/postredirect-basic-expected.checksum: Added.
- http/tests/navigation/postredirect-basic-expected.png: Added.
- http/tests/navigation/postredirect-frames-expected.checksum: Added.
- http/tests/navigation/postredirect-frames-expected.png: Added.
- http/tests/navigation/postredirect-goback1-expected.checksum: Added.
- http/tests/navigation/postredirect-goback1-expected.png: Added.
- http/tests/navigation/postredirect-goback2-expected.checksum: Added.
- http/tests/navigation/postredirect-goback2-expected.png: Added.
- http/tests/navigation/redirect302-basic-expected.checksum: Added.
- http/tests/navigation/redirect302-basic-expected.png: Added.
- http/tests/navigation/redirect302-frames-expected.checksum: Added.
- http/tests/navigation/redirect302-frames-expected.png: Added.
- http/tests/navigation/redirect302-goback-expected.checksum: Added.
- http/tests/navigation/redirect302-goback-expected.png: Added.
- http/tests/navigation/redirect302-subframeload-expected.checksum: Added.
- http/tests/navigation/redirect302-subframeload-expected.png: Added.
- http/tests/navigation/relativeanchor-basic-expected.checksum: Added.
- http/tests/navigation/relativeanchor-basic-expected.png: Added.
- http/tests/navigation/relativeanchor-frames-expected.checksum: Added.
- http/tests/navigation/relativeanchor-frames-expected.png: Added.
- http/tests/navigation/relativeanchor-goback-expected.checksum: Added.
- http/tests/navigation/relativeanchor-goback-expected.png: Added.
- http/tests/navigation/slowmetaredirect-basic-expected.checksum: Added.
- http/tests/navigation/slowmetaredirect-basic-expected.png: Added.
- http/tests/navigation/slowtimerredirect-basic-expected.checksum: Added.
- http/tests/navigation/slowtimerredirect-basic-expected.png: Added.
- http/tests/navigation/success200-basic-expected.checksum: Added.
- http/tests/navigation/success200-basic-expected.png: Added.
- http/tests/navigation/success200-frames-expected.checksum: Added.
- http/tests/navigation/success200-frames-expected.png: Added.
- http/tests/navigation/success200-frames-loadsame-expected.checksum: Added.
- http/tests/navigation/success200-frames-loadsame-expected.png: Added.
- http/tests/navigation/success200-goback-expected.checksum: Added.
- http/tests/navigation/success200-goback-expected.png: Added.
- http/tests/navigation/success200-loadsame-expected.checksum: Added.
- http/tests/navigation/success200-loadsame-expected.png: Added.
- http/tests/navigation/success200-reload-expected.checksum: Added.
- http/tests/navigation/success200-reload-expected.png: Added.
- http/tests/navigation/success200-subframeload-expected.checksum: Added.
- http/tests/navigation/success200-subframeload-expected.png: Added.
- http/tests/navigation/timerredirect-basic-expected.checksum: Added.
- http/tests/navigation/timerredirect-basic-expected.png: Added.
- http/tests/navigation/timerredirect-frames-expected.checksum: Added.
- http/tests/navigation/timerredirect-frames-expected.png: Added.
- http/tests/navigation/timerredirect-goback-expected.checksum: Added.
- http/tests/navigation/timerredirect-goback-expected.png: Added.
- http/tests/navigation/timerredirect-subframeload-expected.checksum: Added.
- http/tests/navigation/timerredirect-subframeload-expected.png: Added.
- 1:14 AM Changeset in webkit [19000] by
-
- 2 edits in trunk/WebKitTools
2007-01-20 Mark Rowe <mrowe@apple.com>
Reviewed by Maciej.
- BuildSlaveSupport/build.webkit.org-config/webkit/steps.py: Track the output of run-javascriptcore-tests, catch single regressions, and don't generate tests results for new tests.
- 12:45 AM Changeset in webkit [18999] by
-
- 2 edits in trunk/WebKitTools
Rubberstamped by Maciej.
- Scripts/run-webkit-tests: Change the default behavior back to generating results for new tests (this can be disabled with --no-new-test-results)