Timeline
Feb 10, 2008:
- 11:40 PM Changeset in webkit [30140] by
-
- 2 edits in trunk/JavaScriptCore
Rubber stamped by Eric.
- kjs/ExecState.h: (KJS::ExecState::takeException): Added.
- 11:38 PM Changeset in webkit [30139] by
-
- 2 edits in trunk/WebCore
- another Qt build fix (wish the Qt bot wouldn't stop on the first error)
- platform/qt/FileChooserQt.cpp: (WebCore::FileChooser::FileChooser): Added explicit RefCounted constructor.
- 11:03 PM Changeset in webkit [30138] by
-
- 2 edits in trunk/WebCore
- another Qt fix
- platform/graphics/qt/IconQt.cpp: (WebCore::Icon::Icon): Added explicit RefCounted constructor.
- 10:09 PM Changeset in webkit [30137] by
-
- 2 edits in trunk/WebCore
2008-02-10 Alp Toker <alp@atoker.com>
Another Win build fix for r30133 breakage.
- plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackage::PluginPackage):
- 9:50 PM Changeset in webkit [30136] by
-
- 5 edits in trunk/WebCore
2008-02-10 Alp Toker <alp@atoker.com>
Build fix GTK+ and prospective build fix for Win breakage introduced
in r30133.
- platform/Cursor.h: (WebCore::SharedCursor::SharedCursor):
- platform/graphics/gtk/IconGtk.cpp: (WebCore::Icon::Icon):
- platform/gtk/FileChooserGtk.cpp: (WebCore::FileChooser::FileChooser):
- platform/gtk/PopupMenuGtk.cpp: (WebCore::PopupMenu::PopupMenu):
- 8:17 PM Changeset in webkit [30135] by
-
- 7 edits in trunk/WebCore
- try to fix Win, Qt, GTK, and WX builds
- platform/Cursor.h: (WebCore::SharedCursor::SharedCursor): Added explicit RefCounted constructor.
- platform/graphics/win/IconWin.cpp: (WebCore::Icon::Icon): Ditto.
- platform/win/FileChooserWin.cpp: (WebCore::FileChooser::FileChooser): Ditto.
- platform/win/PopupMenuWin.cpp: (WebCore::PopupMenu::PopupMenu): Ditto.
- platform/wx/TemporaryLinkStubs.cpp: (FileChooser::FileChooser): Ditto. (PopupMenu::PopupMenu): Ditto. (Icon::Icon): Ditto.
- plugins/PluginStream.cpp: (WebCore::PluginStream::PluginStream): Ditto.
- 7:41 PM Changeset in webkit [30134] by
-
- 5 edits in trunk/LayoutTests
Reviewed by Sam Weinig and Anders Carlsson.
- change a test to simply use 'font-family' instead of unnecessary @font-face hackery
- fast/text/atsui-spacing-features.html:
- platform/mac/fast/text/atsui-spacing-features-expected.checksum:
- platform/mac/fast/text/atsui-spacing-features-expected.png:
- platform/mac/fast/text/atsui-spacing-features-expected.txt:
- 6:03 PM Changeset in webkit [30133] by
-
- 4 edits in trunk
Reviewed by Eric.
- http://bugs.webkit.org/show_bug.cgi?id=17256 eliminate default ref. count of 0 in RefCounted class
- wtf/RefCounted.h: (WTF::RefCounted::RefCounted): Remove default of 0.
WebKit/wx:
Reviewed by Eric.
- http://bugs.webkit.org/show_bug.cgi?id=17256 eliminate default ref. count of 0 in RefCounted class
- WebKitSupport/FrameLoaderClientWx.cpp: (WebCore::FrameLoaderClientWx::FrameLoaderClientWx): Set the count to 0 explicitly (one stray client I missed in my last pass).
- 4:45 PM BuildingCairoOnWindows edited by
- (diff)
- 4:37 PM BuildingCairoOnWindows created by
- 3:17 PM Changeset in webkit [30132] by
-
- 2 edits in trunk/WebKitTools
Reviewed by Oliver Hunt.
- fix a memory leak
- DumpRenderTree/cg/ImageDiffCG.cpp: (getDifferenceBitmap): Use a static CFMutableData instead of allocating and leaking the buffer each time.
- 3:08 PM Changeset in webkit [30131] by
-
- 1 edit in trunk/LayoutTests/webarchive/archive-empty-frame-dom-expected.txt
Update test results for iframe fix.
- 2:43 PM WikiStart edited by
- (diff)
- 2:33 PM Changeset in webkit [30130] by
-
- 3 edits in trunk/WebCore
Fix for bug 17082, cssRules should be live.
Reviewed by olliej
Added fast/css/live-cssrules.html
- css/CSSRuleList.cpp: (WebCore::CSSRuleList::CSSRuleList): (WebCore::CSSRuleList::length): (WebCore::CSSRuleList::item): (WebCore::CSSRuleList::deleteRule): (WebCore::CSSRuleList::insertRule):
- css/CSSRuleList.h:
- 2:31 PM Changeset in webkit [30129] by
-
- 3 adds in trunk/LayoutTests/platform/mac/fast/css
Add layout test for bug 17082.
- 2:31 PM Changeset in webkit [30128] by
-
- 1 add in trunk/LayoutTests/fast/css/live-cssrules.html
Add layout test for bug 17082.
- 2:30 PM Changeset in webkit [30127] by
-
- 4 edits in trunk/WebCore
Fix for bug 17253. <iframe> contents need to be reflected into the DOM as a single text node.
Reviewed by olliej
fast/frames/iframe-text-contents.html
- html/HTMLParser.cpp: (WebCore::HTMLParser::getNode):
- html/HTMLTokenizer.cpp: (WebCore::HTMLTokenizer::parseSpecial): (WebCore::HTMLTokenizer::parseComment): (WebCore::HTMLTokenizer::parseTag):
- html/HTMLTokenizer.h: (WebCore::HTMLTokenizer::State::inIFrame): (WebCore::HTMLTokenizer::State::setInIFrame): (WebCore::HTMLTokenizer::State::inAnySpecial): (WebCore::HTMLTokenizer::State::needsSpecialWriteHandling): (WebCore::HTMLTokenizer::State::):
- 2:29 PM Changeset in webkit [30126] by
-
- 3 adds in trunk/LayoutTests/platform/mac/fast/frames
Add layout tests for 17253.
- 2:29 PM Changeset in webkit [30125] by
-
- 1 add in trunk/LayoutTests/fast/frames/iframe-text-contents.html
Add layout tests for 17253.
- 1:28 PM Changeset in webkit [30124] by
-
- 4 edits1 copy in trunk/LayoutTests
- fix a couple of directories that were using our JavaScript template/wrapper system incorrectly
- fast/dom/SelectorAPI/resources/TEMPLATE.html: Fixed relative paths.
- fast/events/event-instanceof.html: Regenerating this file revealed that the path to the stylesheet was wrong. Fixed by running the make-js-test-wrappers script. Didn't affect the text-only results, but the test looked wrong in the browser.
- fast/events/resources/TEMPLATE.html: Copied from fast/js/resources/TEMPLATE.html.
- traversal/resources/TEMPLATE.html: Fixed relative paths.
- 12:13 PM Changeset in webkit [30123] by
-
- 6 edits in trunk
WebCore:
Reviewed and tweaked by Darin.
DOMRange.surroundContents throws wrong exception (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=16749
Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
has offsets in characters.
- dom/Range.cpp: (WebCore::Range::surroundContents):
LayoutTests:
Reviewed and tweaked a bit by Darin.
DOMRange.surroundContents throws wrong exception (Acid3 bug)
http://bugs.webkit.org/show_bug.cgi?id=16749
Throw BAD_BOUNDARYPOINTS_ERR if attempting to split a non-text node that
has offsets in characters
- fast/dom/Range/range-exceptions-expected.txt: Added.
- fast/dom/Range/resources/range-exceptions.js: Added.
- 11:27 AM Changeset in webkit [30122] by
-
- 102 edits in trunk
Reviewed by Eric.
- http://bugs.webkit.org/show_bug.cgi?id=17256 Make clients of RefCounted explicitly set the count to 0.
- API/JSClassRef.cpp: (OpaqueJSClass::OpaqueJSClass):
- bindings/runtime_root.cpp: (KJS::Bindings::RootObject::RootObject):
WebCore:
Reviewed by Eric.
- http://bugs.webkit.org/show_bug.cgi?id=17256 Make clients of RefCounted explicitly set the count to 0.
- bindings/js/JSSVGPODTypeWrapper.h: (WebCore::JSSVGPODTypeWrapper::JSSVGPODTypeWrapper):
- css/CSSFontFace.h: (WebCore::CSSFontFace::CSSFontFace):
- css/CSSRuleList.cpp: (WebCore::CSSRuleList::CSSRuleList):
- css/CSSSegmentedFontFace.cpp: (WebCore::CSSSegmentedFontFace::CSSSegmentedFontFace):
- css/Counter.h: (WebCore::Counter::Counter):
- css/Pair.h: (WebCore::Pair::Pair):
- css/Rect.h: (WebCore::Rect::Rect):
- css/StyleBase.h: (WebCore::StyleBase::StyleBase):
- css/StyleSheetList.cpp: (WebCore::StyleSheetList::StyleSheetList):
- dom/Attr.cpp: (WebCore::Attr::Attr):
- dom/Attr.h:
- dom/Attribute.h: (WebCore::Attribute::Attribute):
- dom/Clipboard.cpp: (WebCore::Clipboard::Clipboard):
- dom/DOMImplementation.h: (WebCore::DOMImplementation::DOMImplementation):
- dom/Event.cpp: (WebCore::Event::Event):
- dom/EventListener.h: (WebCore::EventListener::EventListener):
- dom/ExceptionBase.cpp: (WebCore::ExceptionBase::ExceptionBase):
- dom/NamedAttrMap.h: (WebCore::NamedAttrMap::insertAttribute):
- dom/NamedNodeMap.h: (WebCore::NamedNodeMap::NamedNodeMap):
- dom/NodeFilter.h: (WebCore::NodeFilter::NodeFilter):
- dom/NodeFilterCondition.h: (WebCore::NodeFilterCondition::NodeFilterCondition):
- dom/NodeList.h: (WebCore::NodeList::NodeList):
- dom/QualifiedName.h: (WebCore::QualifiedName::QualifiedNameImpl::QualifiedNameImpl): (WebCore::QualifiedName::ref):
- dom/Range.cpp: (WebCore::Range::Range):
- dom/RegisteredEventListener.cpp: (WebCore::RegisteredEventListener::RegisteredEventListener):
- dom/StyledElement.h:
- dom/Traversal.cpp: (WebCore::Traversal::Traversal):
- editing/EditCommand.cpp: (WebCore::EditCommand::EditCommand):
- history/BackForwardList.cpp: (WebCore::BackForwardList::BackForwardList):
- history/CachedPage.cpp: (WebCore::CachedPage::CachedPage):
- history/HistoryItem.cpp: (WebCore::HistoryItem::HistoryItem):
- html/CanvasGradient.cpp: (WebCore::CanvasGradient::CanvasGradient):
- html/CanvasPattern.cpp: (WebCore::CanvasPattern::CanvasPattern):
- html/CanvasRenderingContext2D.cpp: (WebCore::CanvasRenderingContext2D::CanvasRenderingContext2D):
- html/CanvasStyle.cpp: (WebCore::CanvasStyle::CanvasStyle):
- html/HTMLCollection.cpp: (WebCore::HTMLCollection::HTMLCollection):
- html/MediaError.h: (WebCore::MediaError::MediaError):
- html/TimeRanges.cpp: (TimeRanges::TimeRanges):
- html/TimeRanges.h: (WebCore::TimeRanges::TimeRanges):
- html/VoidCallback.h: (WebCore::VoidCallback::VoidCallback):
- loader/DocumentLoader.cpp: (WebCore::DocumentLoader::DocumentLoader):
- loader/FormState.cpp: (WebCore::FormState::FormState):
- loader/ResourceLoader.cpp: (WebCore::ResourceLoader::ResourceLoader):
- loader/TextResourceDecoder.cpp: (WebCore::TextResourceDecoder::TextResourceDecoder):
- loader/icon/IconRecord.cpp: (WebCore::IconRecord::IconRecord):
- page/BarInfo.cpp: (WebCore::BarInfo::BarInfo):
- page/Console.cpp: (WebCore::Console::Console):
- page/DOMSelection.cpp: (WebCore::DOMSelection::DOMSelection):
- page/DOMWindow.cpp: (WebCore::DOMWindow::DOMWindow):
- page/Frame.cpp: (WebCore::Frame::Frame):
- page/History.cpp: (WebCore::History::History):
- page/InspectorController.cpp: (WebCore::InspectorResource::InspectorResource): (WebCore::InspectorDatabaseResource::InspectorDatabaseResource):
- page/Plugin.h: (WebCore::Plugin::Plugin):
- page/Screen.cpp: (WebCore::Screen::Screen):
- platform/ArrayImpl.cpp: (WebCore::ArrayImpl::ArrayPrivate::ArrayPrivate):
- platform/DeprecatedValueListImpl.cpp: (WebCore::DeprecatedValueListImpl::Private::Private):
- platform/ScrollBar.cpp: (WebCore::Scrollbar::Scrollbar):
- platform/SharedBuffer.cpp: (WebCore::SharedBuffer::SharedBuffer):
- platform/graphics/FontFallbackList.cpp: (WebCore::FontFallbackList::FontFallbackList):
- platform/graphics/FontFamily.cpp: (WebCore::FontFamily::FontFamily):
- platform/graphics/FontFamily.h: (WebCore::FontFamily::FontFamily):
- platform/graphics/FontSelector.h: (WebCore::FontSelector::FontSelector): (WebCore::FontSelector::~FontSelector):
- platform/graphics/GlyphPageTreeNode.h: (WebCore::GlyphPage::GlyphPage):
- platform/graphics/mac/IconMac.mm: (WebCore::Icon::Icon):
- platform/mac/FileChooserMac.mm: (WebCore::FileChooser::FileChooser):
- platform/mac/PopupMenuMac.mm: (WebCore::PopupMenu::PopupMenu):
- platform/mac/SharedBufferMac.mm: (WebCore::SharedBuffer::SharedBuffer):
- platform/network/FormData.cpp: (WebCore::FormData::FormData):
- platform/network/FormData.h: (WebCore::FormData::FormData):
- platform/network/ResourceHandle.cpp: (WebCore::ResourceHandle::ResourceHandle):
- platform/text/CString.h: (WebCore::CStringBuffer::CStringBuffer):
- platform/text/RegularExpression.cpp: (WebCore::RegularExpression::Private::Private):
- rendering/RenderStyle.cpp: (WebCore::StyleSurroundData::StyleSurroundData): (WebCore::StyleBoxData::StyleBoxData): (WebCore::StyleVisualData::StyleVisualData): (WebCore::StyleBackgroundData::StyleBackgroundData): (WebCore::StyleMarqueeData::StyleMarqueeData): (WebCore::StyleFlexibleBoxData::StyleFlexibleBoxData): (WebCore::StyleMultiColData::StyleMultiColData): (WebCore::StyleTransformData::StyleTransformData): (WebCore::StyleRareNonInheritedData::StyleRareNonInheritedData): (WebCore::StyleRareInheritedData::StyleRareInheritedData): (WebCore::StyleInheritedData::StyleInheritedData):
- rendering/RenderStyle.h: (WebCore::TransformOperation::TransformOperation): (WebCore::CursorList::CursorList):
- rendering/SVGCharacterLayoutInfo.h: (WebCore::SVGCharOnPath::SVGCharOnPath):
- rendering/SVGRenderStyle.cpp: (WebCore::SVGRenderStyle::SVGRenderStyle):
- rendering/SVGRenderStyle.h: (WebCore::SVGRenderStyle::SVGRenderStyle):
- rendering/SVGRenderStyleDefs.cpp: (StyleFillData::StyleFillData): (StyleStrokeData::StyleStrokeData): (StyleStopData::StyleStopData): (StyleTextData::StyleTextData): (StyleClipData::StyleClipData): (StyleMaskData::StyleMaskData): (StyleMarkerData::StyleMarkerData): (StyleMiscData::StyleMiscData):
- storage/SQLResultSetRowList.h: (WebCore::SQLResultSetRowList::SQLResultSetRowList):
- svg/SVGAngle.cpp: (WebCore::SVGAngle::SVGAngle):
- svg/SVGAnimatedTemplate.h: (WebCore::SVGAnimatedTemplate::SVGAnimatedTemplate):
- svg/SVGElementInstanceList.cpp: (WebCore::SVGElementInstanceList::SVGElementInstanceList):
- svg/SVGList.h: (WebCore::SVGList::SVGList): (WebCore::SVGPODListItem::SVGPODListItem):
- svg/SVGPathSeg.h: (WebCore::SVGPathSeg::SVGPathSeg):
- svg/SVGPreserveAspectRatio.cpp: (WebCore::SVGPreserveAspectRatio::SVGPreserveAspectRatio):
- svg/SVGRenderingIntent.h: (WebCore::SVGRenderingIntent::SVGRenderingIntent):
- svg/SVGUnitTypes.h: (WebCore::SVGUnitTypes::SVGUnitTypes):
- svg/graphics/SVGPaintServerGradient.h: (WebCore::SVGPaintServerGradient::SharedStopCache::SharedStopCache):
- svg/graphics/SVGResource.cpp: (WebCore::SVGResource::SVGResource):
- xml/DOMParser.h: (WebCore::DOMParser::DOMParser):
- xml/XMLHttpRequest.cpp: (WebCore::XMLHttpRequest::XMLHttpRequest):
- xml/XMLSerializer.h: (WebCore::XMLSerializer::XMLSerializer):
- xml/XPathEvaluator.h: (WebCore::XPathEvaluator::XPathEvaluator):
- xml/XPathExpression.h: (WebCore::XPathExpression::XPathExpression):
- xml/XPathNSResolver.h: (WebCore::XPathNSResolver::XPathNSResolver):
- xml/XPathResult.cpp: (WebCore::XPathResult::XPathResult):
- xml/XPathValue.h: (WebCore::XPath::ValueData::ValueData):
- xml/XSLTProcessor.h: (WebCore::XSLTProcessor::XSLTProcessor):
- 11:02 AM Changeset in webkit [30121] by
-
- 2 edits in trunk/WebCore
Don't call select() for CURL when there are no valid file descriptors.
http://bugs.webkit.org/show_bug.cgi?id=17178
- 10:57 AM Changeset in webkit [30120] by
-
- 2 edits in trunk/WebKit/mac
- fix http://bugs.webkit.org/show_bug.cgi?id=17274 REGRESSION: User Agent string broken in r30119
- WebView/WebView.mm: (-[WebView _userAgentWithApplicationName:andWebKitVersion:]): Fix wrong variable name. Doh!
Feb 9, 2008:
- 11:00 PM Changeset in webkit [30119] by
-
- 2 edits in trunk/WebKit/mac
Reviewed by Tim Hatcher.
- fix <rdar://problem/5725996> crash every time you open the Xcode documentation window
- WebView/WebView.mm: (-[WebView _userAgentWithApplicationName:andWebKitVersion:]): Work around a bug in the garbage collector's Objective C++ support by not initializing a static to an object that needs to be marked when running under GC.
- 10:40 PM S60Webkit edited by
- (diff)
- 10:08 PM S60Webkit edited by
- (diff)
- 10:05 PM S60Webkit edited by
- (diff)
- 9:56 PM S60ConfigureComputer edited by
- (diff)
- 9:49 PM S60ConfigureComputer edited by
- (diff)
- 9:48 PM S60ConfigureComputer edited by
- (diff)
- 9:48 PM S60ConfigureComputer edited by
- (diff)
- 9:43 PM S60IDE edited by
- (diff)
- 8:52 PM Changeset in webkit [30118] by
-
- 2 edits in trunk/PlanetWebKit
2008-02-09 Alp Toker <alp@atoker.com>
Only syndicate Jan's WebKit posts, not his entire blog.
- config.ini:
- 4:16 PM Changeset in webkit [30117] by
-
- 2 edits in trunk/WebCore
Reviewed by Sam Weinig.
- fix http://bugs.webkit.org/show_bug.cgi?id=17259 Element::recalcStyle() needlessly null-checks the result of styleForElement()
- dom/Element.cpp: (WebCore::Element::recalcStyle): Removed unneeded null checks. styleForElement() can never return null.
- 3:47 PM Changeset in webkit [30116] by
-
- 3 edits4 adds in trunk
WebCore:
Fix for bug 17254, nth-* selectors do not work with negative coefficients.
Reviewed by Mitz.
fast/css/negative-nth-child.html
- css/CSSStyleSelector.cpp: (WebCore::parseNth):
LayoutTests:
Added test for bug 17254.
Reviewed by Mitz.
- fast/css/negative-nth-child.html: Added.
- 2:56 PM Changeset in webkit [30115] by
-
- 1 edit in trunk/WebCore/css/CSSStyleSelector.cpp
The comedy continues. Bungled the rename from Eric's review when doing the backout of CSSStyleSelector's accidental fix for 17254.
- 2:54 PM Changeset in webkit [30114] by
-
- 4 edits in trunk/WebCore/rendering
Followup to 17203. Missed a directory.
- 2:51 PM Changeset in webkit [30113] by
-
- 1 edit in trunk/WebCore/css/CSSStyleSelector.cpp
Back out accidental change to CSSStyleSelector.cpp.
- 2:49 PM Changeset in webkit [30112] by
-
- 70 edits in trunk/WebCore
Fix for bug 17203, high CPU usage loading HTML5 spec. This patch significantly improves the performance
of CSS3 selectors.
(1) Split the notion of being affected by positional rules into "forward" and "backward." The "forward"
selectors do not need to re-resolve during parsing, since children are appended on the end. Only the
"backward" selectors like last-child or nth-last-child have to re-resolve when a close tag is encountered.
(2) Extend childrenChanged to specify whether the children were changed by the parser or not. This allows
Element::childrenChanged to know when the parser is adding children so that it can ignore those adds when
possible.
(3) Make sure all Elements now know whether or not their children are currently parsing. Backwards selectors
like last-child will always return false when children are still being parsed. When an Element finishes
parsing its children, finishParsingChildren() gets called and will make sure the children re-resolve properly.
(4) Added a beginParsingChildren method and renamed finishParsing to finishedParsingChildren.
(5) Eliminated one-off hacks that did the same thing in HTMLObjectElement and HTMLAppletElement.
(6) Patched many incorrect implementations of finishedParsingChildren that did not properly call into their
base class (mostly new SVG elements that got added for SVG fonts around the time this became a requirement).
Reviewed by Eric
- css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::checkSelector): (WebCore::CSSStyleSelector::checkOneSelector):
- dom/Attr.cpp: (WebCore::Attr::childrenChanged):
- dom/Attr.h:
- dom/ContainerNode.cpp: (WebCore::ContainerNode::addChild):
- dom/Document.cpp: (WebCore::Document::childrenChanged):
- dom/Document.h:
- dom/Element.cpp: (WebCore::Element::Element): (WebCore::Element::recalcStyle): (WebCore::checkFirstChildRules): (WebCore::checkLastChildRules): (WebCore::checkEmptyRules): (WebCore::checkStyleRules): (WebCore::Element::childrenChanged): (WebCore::Element::finishParsingChildren):
- dom/Element.h: (WebCore::Element::finishedParsingChildren): (WebCore::Element::beginParsingChildren):
- dom/Node.cpp:
- dom/Node.h: (WebCore::Node::finishParsingChildren): (WebCore::Node::beginParsingChildren): (WebCore::Node::childrenChanged):
- dom/StyledElement.cpp: (WebCore::StyledElement::StyledElement):
- dom/StyledElement.h:
- dom/XMLTokenizer.cpp: (WebCore::XMLTokenizer::startElementNs): (WebCore::XMLTokenizer::endElementNs): (WebCore::):
- html/HTMLAppletElement.cpp: (WebCore::HTMLAppletElement::HTMLAppletElement): (WebCore::HTMLAppletElement::finishParsingChildren):
- html/HTMLAppletElement.h:
- html/HTMLElementFactory.cpp: (WebCore::objectConstructor):
- html/HTMLGenericFormElement.cpp: (WebCore::HTMLFormControlElementWithState::finishParsingChildren):
- html/HTMLGenericFormElement.h:
- html/HTMLObjectElement.cpp: (WebCore::HTMLObjectElement::HTMLObjectElement): (WebCore::HTMLObjectElement::finishParsingChildren): (WebCore::HTMLObjectElement::childrenChanged):
- html/HTMLObjectElement.h:
- html/HTMLOptGroupElement.cpp: (WebCore::HTMLOptGroupElement::childrenChanged):
- html/HTMLOptGroupElement.h:
- html/HTMLOptionElement.cpp: (WebCore::HTMLOptionElement::childrenChanged):
- html/HTMLOptionElement.h:
- html/HTMLParser.cpp: (WebCore::HTMLParser::insertNode): (WebCore::HTMLParser::pushBlock): (WebCore::HTMLParser::popOneBlockCommon):
- html/HTMLScriptElement.cpp: (WebCore::HTMLScriptElement::childrenChanged): (WebCore::HTMLScriptElement::finishParsingChildren):
- html/HTMLScriptElement.h:
- html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::childrenChanged):
- html/HTMLSelectElement.h:
- html/HTMLStyleElement.cpp: (WebCore::HTMLStyleElement::finishParsingChildren): (WebCore::HTMLStyleElement::childrenChanged):
- html/HTMLStyleElement.h:
- html/HTMLTextAreaElement.cpp: (WebCore::HTMLTextAreaElement::childrenChanged):
- html/HTMLTextAreaElement.h:
- html/HTMLTitleElement.cpp: (WebCore::HTMLTitleElement::childrenChanged):
- html/HTMLTitleElement.h:
- rendering/RenderApplet.cpp:
(WebCore::RenderApplet::createWidgetIfNecessary):
- rendering/RenderPartObject.cpp: (WebCore::RenderPartObject::updateWidget):
- rendering/RenderStyle.cpp: (WebCore::RenderStyle::RenderStyle):
- rendering/RenderStyle.h: (WebCore::RenderStyle::childrenAffectedByForwardPositionalRules): (WebCore::RenderStyle::setChildrenAffectedByForwardPositionalRules): (WebCore::RenderStyle::childrenAffectedByBackwardPositionalRules): (WebCore::RenderStyle::setChildrenAffectedByBackwardPositionalRules):
- svg/SVGAnimationElement.cpp: (WebCore::SVGAnimationElement::finishParsingChildren):
- svg/SVGAnimationElement.h:
- svg/SVGClipPathElement.cpp: (WebCore::SVGClipPathElement::childrenChanged):
- svg/SVGClipPathElement.h:
- svg/SVGDefinitionSrcElement.cpp: (WebCore::SVGDefinitionSrcElement::childrenChanged):
- svg/SVGDefinitionSrcElement.h:
- svg/SVGElement.cpp: (WebCore::SVGElement::finishParsingChildren):
- svg/SVGElement.h:
- svg/SVGFontFaceElement.cpp: (WebCore::SVGFontFaceElement::childrenChanged):
- svg/SVGFontFaceElement.h:
- svg/SVGFontFaceFormatElement.cpp: (WebCore::SVGFontFaceFormatElement::childrenChanged):
- svg/SVGFontFaceFormatElement.h:
- svg/SVGFontFaceSrcElement.cpp: (WebCore::SVGFontFaceSrcElement::childrenChanged):
- svg/SVGFontFaceSrcElement.h:
- svg/SVGFontFaceUriElement.cpp: (WebCore::SVGFontFaceUriElement::childrenChanged):
- svg/SVGFontFaceUriElement.h:
- svg/SVGGElement.cpp: (WebCore::SVGGElement::childrenChanged):
- svg/SVGGElement.h:
- svg/SVGGradientElement.cpp: (WebCore::SVGGradientElement::childrenChanged):
- svg/SVGGradientElement.h:
- svg/SVGMarkerElement.cpp: (WebCore::SVGMarkerElement::childrenChanged):
- svg/SVGMarkerElement.h:
- svg/SVGMaskElement.cpp: (WebCore::SVGMaskElement::childrenChanged):
- svg/SVGMaskElement.h:
- svg/SVGPatternElement.cpp: (WebCore::SVGPatternElement::childrenChanged):
- svg/SVGPatternElement.h:
- svg/SVGStyleElement.cpp: (WebCore::SVGStyleElement::finishParsingChildren): (WebCore::SVGStyleElement::childrenChanged):
- svg/SVGStyleElement.h:
- svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::childrenChanged):
- svg/SVGStyledElement.h:
- svg/SVGTitleElement.cpp: (WebCore::SVGTitleElement::childrenChanged):
- svg/SVGTitleElement.h:
- svg/SVGUseElement.cpp: (WebCore::SVGUseElement::childrenChanged):
- svg/SVGUseElement.h:
- 2:38 PM Changeset in webkit [30111] by
-
- 2 edits in trunk/WebCore
2008-02-09 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Unreviewed build fix
Somehow the removal of adjustSliderThumbSize(RenderObject*) sneaked
into the patch.
- platform/qt/RenderThemeQt.h:
- 2:16 PM Changeset in webkit [30110] by
-
- 5 edits in trunk/WebCore
2008-02-09 Holger Hans Peter Freyther <holger.freyther@trolltech.com>
Reviewed by Adele.
paintResizeControl is dead, remove the code. This painting
is done by the RenderLayer.
- platform/qt/RenderThemeQt.cpp:
- platform/qt/RenderThemeQt.h:
- rendering/RenderThemeMac.h:
- rendering/RenderThemeMac.mm:
- 10:09 AM Changeset in webkit [30109] by
-
- 6 edits in trunk/JavaScriptCore
Reviewed by Mitz.
- http://bugs.webkit.org/show_bug.cgi?id=17256 Change RegExp to start its ref count at 1, not 0
We'll want to do this to every RefCounted class, one at a time.
- kjs/nodes.h: (KJS::RegExpNode::RegExpNode): Use RegExp::create instead of new RegExp.
- kjs/regexp.cpp: (KJS::RegExp::RegExp): Marked inline, set initial ref count to 1. (KJS::RegExp::create): Added. Calls new RegExp then adopts the initial ref.
- kjs/regexp.h: Reformatted. Made the constructors private. Added static create functions that return objects already wrapped in PassRefPtr.
- kjs/regexp_object.cpp: (KJS::regExpProtoFuncCompile): Use RegExp::create instead of new RegExp. (KJS::RegExpObjectImp::construct): Ditto.
- kjs/string_object.cpp: (KJS::stringProtoFuncMatch): Ditto. (KJS::stringProtoFuncSearch): Ditto.
- 2:45 AM ApplicationsGtk edited by
- Add the Vala language binding (diff)
- 12:13 AM Changeset in webkit [30108] by
-
- 3 edits in trunk/WebCore
MSVC7 fixes.
http://bugs.webkit.org/show_bug.cgi?id=17211