Timeline
Jun 10, 2005:
- 10:31 PM Changeset in webkit [9358] by
-
- 5 edits2 adds in trunk
Fix for bugzilla bug 3335, add support for the CSS3 indirect adjacent sibling selector. Patch merge
from KHTML tree by Nick Shanks.
Reviewed by hyatt
Test cases added: fast/selectors/046.html
- khtml/css/css_base.cpp: (CSSSelector::selectorText):
- khtml/css/css_base.h: (DOM::CSSSelector::):
- khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::checkSelector):
- khtml/css/parser.y:
- layout-tests/fast/selectors/046-expected.txt: Added.
- layout-tests/fast/selectors/046.html: Added.
- 10:01 PM Changeset in webkit [9357] by
-
- 2 edits2 adds in trunk
Fix for 3237, background image repeats when it shouldn't. The Radar bug is 4005553. Patch from
Nate Cook.
Reviewed by darin and hyatt
Test cases added: fast/backgrounds/001.html
- khtml/rendering/render_box.cpp: (RenderBox::paintBackgroundExtended):
- layout-tests/fast/backgrounds/001.html: Added.
- 6:58 PM Changeset in webkit [9356] by
-
- 3 edits in trunk/WebCore
Merge Allan Jensen's fix for 3236.
Reviewed by hyatt
Test cases added: None, test case already added for the bug.
- khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::applyProperty):
- khtml/rendering/render_style.cpp: (RenderStyle::setContent):
- 5:42 PM Changeset in webkit [9355] by
-
- 2 edits in trunk/WebKit
reviewed by Dave Harrison (first & second drafts) and Darin Adler (third draft)
- WebKit part of fix for <rdar://problem/4145214> REGRESSION (412+): Can't drag URLs from the location bar
- Misc.subproj/WebNSPasteboardExtras.m: (+[NSPasteboard initialize]): Reinstate variation of old code that uses CreatePasteboardFlavorTypeName to set up our new pasteboard types. The newfangled way didn't work.
- 5:40 PM Changeset in webkit [9354] by
-
- 2 edits in trunk/WebKitLibraries
Updated copies of WebKitSystemInterface.h and libWebKitSystemInterface.a that include the new functions needed to fix 3446192.
- 11:02 AM Changeset in webkit [9353] by
-
- 1 edit2 adds in trunk
Change by Mark Rowe <opendarwin.org@bdash.net.nz>.
Refined and reviewed by me.
- test for exception file/line number fix http://bugzilla.opendarwin.org/show_bug.cgi?id=3327
- layout-tests/fast/js/exception-linenums-expected.txt: Added.
- layout-tests/fast/js/exception-linenums.html: Added.
- 11:02 AM Changeset in webkit [9352] by
-
- 3 edits in trunk/JavaScriptCore
Change by Mark Rowe <opendarwin.org@bdash.net.nz>.
Reviewed by me.
- further improvements to exception file/line number fix
- kjs/nodes.h: Added setExceptionDetailsIfNeeded function.
- kjs/nodes.cpp: Updated macros to call the new setExceptionDetailsIfNeeded function. (Node::setExceptionDetailsIfNeeded): Added.
Jun 9, 2005:
- 11:47 PM Changeset in webkit [9351] by
-
- 2 edits2 adds in trunk
Fix from Carston Guenther for bugzilla bug 3236.
attr(x) should work even if x is not present on the element.
This is Radar bug #3584466
Reviewed by hyatt
Test cases added: fast/css-generated-content/013.html
- khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::applyProperty):
- layout-tests/fast/css-generated-content/013-expected.txt: Added.
- layout-tests/fast/css-generated-content/013.html: Added.
- 9:27 PM Changeset in webkit [9350] by
-
- 1 edit in trunk/WebCore/ChangeLog-2005-08-23
Tested by Mark Rowe.
- layout-tests/fast/js/date-parse-test.html: Updated this test to use a time zone offset for one of the test cases that's time zone dependent; was working in CA, US, failing in NZ.
- 9:23 PM Changeset in webkit [9349] by
-
- 2 edits in trunk
Tested by Brian Dash.
- layout-tests/fast/js/date-parse-test.html: Updated this test to use a time zone offset for one of the test cases that's time zone dependent; was working in CA, US, failing in NZ.
- 4:17 PM Changeset in webkit [9348] by
-
- 5 edits in trunk/WebKitTools
Reviewed by Maciej.
- fixed http://bugzilla.opendarwin.org/show_bug.cgi?id=3397 Build DumpRenderTree fails with unresolved NSAutoreleasePool, etc
- DumpRenderTree/DumpRenderTree.xcode/project.pbxproj: Change type from "folder" to "wrapper.framework" for Foundation.framework. How was it ever wrong?
- finally, I tested making the default build directory work; it works now
- Scripts/webkitdirs.pm: Changed structure of the code a little bit, added symrootXcodeOptions function that sets SYMROOT on the command line in case there's no product directory set in Xcode preferences.
- Scripts/build-webkit: Pass symrootXcodeOptions when invoking Xcode.
- Scripts/build-dumprendertree: Ditto.
- 6:03 AM Changeset in webkit [9347] by
-
- 2 edits in trunk/JavaScriptCore
Change by Mark Rowe <opendarwin.org@bdash.net.nz>
Reviewed by me.
- kjs/nodes.cpp: Get rid of unneeded this->.
- 6:03 AM Changeset in webkit [9346] by
-
- 2 edits in trunk/WebKitTools
- Scripts/webkitdirs.pm: Another try at making the default build directory of ~/WebKitBuild work. Someone should try building without setting the Xcode build product directory now, and let me know if it works.