Timeline
Oct 31, 2005:
- 11:25 PM Changeset in webkit [11012] by
-
- 1 edit4 adds in trunk/LayoutTests
Bug #: 5529
Submitted by: eseidel
Reviewed by: hyatt
Test cases for XLST recursion check.
http://bugzilla.opendarwin.org/show_bug.cgi?id=5529
- fast/xsl/resources/xslt-recursion-chain1.xsl: Added.
- fast/xsl/resources/xslt-recursion-chain2.xsl: Added.
- fast/xsl/xslt-recursion-expected.txt: Added.
- fast/xsl/xslt-recursion.xml: Added.
- 11:16 PM Changeset in webkit [11011] by
-
- 3 edits in trunk/WebCore
Bug #: 5529
Submitted by: eseidel
Reviewed by: hyatt
Now ignores XSLT PIs in documents resulting from transforms.
http://bugzilla.opendarwin.org/show_bug.cgi?id=5529
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::recalcStyleSelector):
- khtml/xml/xml_tokenizer.cpp: (khtml::XMLTokenizer::processingInstruction):
- 2:11 PM Changeset in webkit [11010] by
-
- 3 edits in trunk/LayoutTests
Added a correct expected image.
- fast/dom/dom-parse-serialize-display-expected.checksum:
- fast/dom/dom-parse-serialize-display-expected.png:
- 11:04 AM Changeset in webkit [11009] by
-
- 3 edits in trunk/WebCore
Remove conditionalized away code added as part of tab character support.
- khtml/editing/insert_text_command.cpp: (khtml::InsertTextCommand::prepareForTextInsertion): (khtml::InsertTextCommand::insertTab):
- khtml/editing/markup.cpp: (khtml::createParagraphContentsFromString):
Oct 29, 2005:
- 10:26 PM Changeset in webkit [11008] by
-
- 4 edits in trunk/WebCore
Fix the performance regression caused by doing too much copying of background/border values. This patch attempts to rectify things by doing the following:
(1) Don't initialize the border/background cached values on every single style resolution.
(2) Only cache the border/background values just after user agent styles have been resolved if the user agent set an appearance.
(3) Only check for appearance disabling if you had a UA appearance originally (and then continue to have an appearance after author/user styles have been resolved too)
(4) Make sure to patch the pseudoStyleForElement method too. With the removal of the initialization code for the values running over and over again, I needed to make sure to patch this function to match styleForElement.
Reviewed by sullivan
- khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::initForStyleResolve): (khtml::CSSStyleSelector::styleForElement): (khtml::CSSStyleSelector::pseudoStyleForElement): (khtml::CSSStyleSelector::adjustRenderStyle):
- khtml/css/cssstyleselector.h:
Oct 28, 2005:
- 3:29 PM Changeset in webkit [11007]
-
- 71 copies5 deletes in tags/JavaScriptCore-417~4
This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-417~4'.
- 3:29 PM Changeset in webkit [11006] by
-
- 2 edits in branches/Safari-2-0-branch/JavaScriptCore
Versioning to JavaScriptCore-417.4
- 10:35 AM Changeset in webkit [11005] by
-
- 6 edits in trunk/WebCore
Bug #:
Submitted by:
Reviewed by:
- 10:14 AM Changeset in webkit [11004] by
-
- 2 edits in trunk/WebCore
Reviewed by Beth.
- fixed <rdar://problem/4319232> finding text in overflow area doesn't always scroll to the right place
- khtml/rendering/render_text.cpp: (RenderText::selectionRect): Subtracts scroll offset of containing block layer.
- 4:46 AM Changeset in webkit [11003] by
-
- 3 edits in trunk/LayoutTests/editing/selection
Update editing tests for button changes
- 4:24 AM Changeset in webkit [11002] by
-
- 1 edit in trunk/WebCore/khtml/rendering/render_theme_mac.mm
Adjust the padding of mini buttons down from 11px to 8px so that they fit better in small spaces.
- 1:44 AM Changeset in webkit [11001] by
-
- 2 adds in trunk/LayoutTests/fast/forms
Add positioned test for buttons.
- 1:42 AM Changeset in webkit [11000] by
-
- 2 edits in trunk/WebCore
Make sure positioned content works with width:intrinsic. Fixes positioned buttons. The bug
is bugzilla #5520.
Reviewed by mjs
fast/forms/positioned-button.html
- khtml/rendering/render_box.cpp: (RenderBox::calcAbsoluteHorizontalValues):
- 1:01 AM Changeset in webkit [10999] by
-
- 2 edits in trunk/WebCore
Reviewed by Hyatt.
-fixed <rdar://problem/4081091> focus() does not work properly on anchors
<rdar://problem/4317689> new form elements don't get revealed when focus() is called on them
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::setFocusNode): call scrollRectToVisible.
- 12:25 AM Changeset in webkit [10998] by
-
- 11 edits in trunk/LayoutTests/fast
Check in updated button tests.
- 12:03 AM Changeset in webkit [10997] by
-
- 9 edits in trunk/WebCore
Fix for bug 5519, buttons need to honor background/border: none and turn off styles.
This patch changes the default style rules so that buttons have both a border and
a background color.
If the author changes the border/background so that it no longer matches these chosen
defaults, we assume that the button has now been styled and we turn off the Aqua
appearance.
We also play more games with border and padding and juggle the values around so that
things look right with Aqua turned on and off.
Reviewed by mjs
- khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::matchRules): (khtml::CSSStyleSelector::initForStyleResolve): (khtml::CSSStyleSelector::styleForElement): (khtml::CSSStyleSelector::adjustRenderStyle): (khtml::CSSStyleSelector::applyDeclarations):
- khtml/css/cssstyleselector.h:
- khtml/css/html4.css:
- khtml/rendering/render_style.h: (khtml::BorderValue::BorderValue): (khtml::BorderData::operator!=): (khtml::RenderStyle::border):
- khtml/rendering/render_theme.cpp: (khtml::RenderTheme::paint): (khtml::RenderTheme::isControlStyled):
- khtml/rendering/render_theme.h:
- khtml/rendering/render_theme_mac.h:
- khtml/rendering/render_theme_mac.mm: (khtml::RenderThemeMac::adjustButtonStyle): (khtml::RenderThemeMac::setButtonCellState): (khtml::RenderThemeMac::paintButton):