Timeline
Apr 22, 2005:
- 5:42 PM Changeset in webkit [9044] by
-
- 2 edits4 adds in trunk
Fix for 4096878, drop shadow effect not displayed correctly on tbray.org/ongoing/. Block minmaxwidth was
broken when negative margins were used and did not properly decrease the max width.
Reviewed by Maciej
- khtml/rendering/render_block.cpp: (khtml::RenderBlock::calcBlockMinMaxWidth):
- layout-tests/fast/block/float/034-expected.txt: Added.
- layout-tests/fast/block/float/034.html: Added.
- layout-tests/fast/block/float/035-expected.txt: Added.
- layout-tests/fast/block/float/035.html: Added.
- 5:08 PM Changeset in webkit [9043] by
-
- 3 edits in trunk/WebCore
Remove some dead code from css_valueimpl. It wasn't used at all.
- khtml/css/css_valueimpl.cpp:
- khtml/css/css_valueimpl.h:
- 2:53 PM Changeset in webkit [9042] by
-
- 2 edits in trunk/JavaScriptCore
Reviewed by Maciej.
- kjs/ustring.cpp: (KJS::UString::UTF8String): Fix off-by-one error in surrogate pair logic.
- 2:19 PM Changeset in webkit [9041] by
-
- 2 edits in trunk/WebCore
- khtml/ecma/kjs_html.h: Removed unnecessary bogus class name qualifiers.
- 11:12 AM Changeset in webkit [9040] by
-
- 2 edits3 adds in trunk
Fix for 4096681, fix regression in how the list-style property is parsed. It no longer parses when it hits
a url in the property value list now, because the list pointer did not get advanced. This fixes alistapart.com.
Reviewed by john
- khtml/css/cssparser.cpp: (CSSParser::parseValue):
- layout-tests/fast/lists/009-expected.txt: Added.
- layout-tests/fast/lists/009.html: Added.
- layout-tests/fast/lists/resources/listmark.gif: Added.
- 9:48 AM Changeset in webkit [9039] by
-
- 3 edits in trunk/JavaScriptCore
Reviewed by John.
- fixed <rdar://problem/4090046> JavaScript throw statement causes parse error when no semicolon is present
- kjs/grammar.y: Added an additional rule for throw like the ones we have for all the other semicolon rules. Not sure why we missed this one earlier.
- kjs/grammar.cpp: Regenerated.
- 9:30 AM Changeset in webkit [9038] by
-
- 4 edits in trunk/WebCore
Reviewed by John.
- fixed <rdar://problem/4091082> Google Suggest no longer works due to lack of "frameElement"
- khtml/ecma/kjs_window.h: Added FrameElement.
- khtml/ecma/kjs_window.cpp: (Window::get): Added "frameElement".
- khtml/ecma/kjs_window.lut.h: Regenerated.
- 9:29 AM Changeset in webkit [9037] by
-
- 3 edits in trunk/WebCore
Reviewed by John.
- a small editing-related code cleanup
- khtml/rendering/render_text.h: Added positionForOffset and made offsetForPosition const.
- khtml/rendering/render_text.cpp: (InlineTextBox::offsetForPosition): Made const. (InlineTextBox::positionForOffset): Added. Moved code here from caretRect. (RenderText::caretRect): Call positionForOffset instead of doing the work here.
Note:
See TracTimeline
for information about the timeline view.