Timeline
Feb 24, 2003:
- 3:09 PM Changeset in webkit [3692] by
-
- 4 edits in trunk/WebCore
Reviewed by John.
- fixed 3167642 - crash in renderArena.
- khtml/html/html_documentimpl.h:
- khtml/html/html_documentimpl.cpp: (HTMLDocumentImpl::HTMLDocumentImpl): Added new processingLoadEvent bool. (HTMLDocumentImpl::close): Guard against re-entering the load event handler.
- 10:33 AM Changeset in webkit [3691] by
-
- 3 edits in trunk/WebCore
Reviewed by Ken.
- fixed 3179059 -- CSS1: capitalized letters should remain capitalized when text-transform: capitalize is applied
- khtml/xml/dom_stringimpl.cpp: (DOMStringImpl::capitalize): Capitalize the first letters of words, but don't make any letters lowercase.
Feb 23, 2003:
- 3:24 PM Changeset in webkit [3690] by
-
- 3 edits in trunk/WebCore
Tests:
Reviewed by Maciej.
- added tests for URLs affected by bug 3179181, ones with a "?" or "#" character right after the host name, with no intervening "/"
- turned off tests that aren't passing right now, so make check can be used pass/fail easy to turn tests back on by editing test.list
- TestURLs.h: Added URLs "http://www.apple.com?email=darin@apple.com" and "http://my.site.com#fragment".
- kde/kurl-test.chk: Added test results for the two new URLs.
- WebFoundation-Misc/ifnsstringextensions-test.chk: Updated results for _web_splitAtNonDateCommas, which now splits only at commas followed by spaces.
- test.list: Disabled ifnsthreadextensions-test, ifnsurlextensions-test, and ifurlparsing-test, since they aren't passing right now. We can turn them back on when we get them back in shape.
WebCore:
Reviewed by Maciej.
- fixed 3179181 -- KURL won't accept URLs with a query part and no / separating host name from path
- kwq/KWQKURL.mm: (KURL::parse): Allow any path segment end character to end the host part of a URL, rather than allowing only a "/".
Feb 21, 2003:
- 7:10 PM Changeset in webkit [3689] by
-
- 3 edits in trunk/WebCore
Back out last change, mondo layout regressions.
- khtml/html/html_documentimpl.cpp: (HTMLDocumentImpl::close):
- 6:30 PM Changeset in webkit [3688] by
-
- 3 edits in trunk/WebCore
Reviewed by Dave.
- fixed 3167642 - crash in renderArena.
- khtml/html/html_documentimpl.cpp: (HTMLDocumentImpl::close): Clear the tokenizer early to avoid re-entering the onload handler - this was causing a massive overload of frames which finally caused a crash.
- 4:04 PM Changeset in webkit [3687] by
-
- 3 edits in trunk/WebCore
Reviewed by Dave.
- fixed a problem that was causing layout tests to give inconsistent results
- kwq/KWQPixmap.mm: (QPixmap::size): Handle case of nil image so we don't use the uninitialized result of dispatching a method to a structure-returning function. (QPixmap::rect): Ditto. (QPixmap::width): Ditto. (QPixmap::height): Ditto.
- 3:14 PM Changeset in webkit [3686] by
-
- 5 edits in trunk/WebCore
Reviewed by Maciej.
- Made it possible to run the layout tests in a Deployment version
- kwq/KWQRenderTreeDebug.cpp: (externalRepresentation): Remove #ifndef NDEBUG.
- kwq/KWQRenderTreeDebug.h: Remove #ifndef NDEBUG.
- kwq/WebCoreBridge.mm: (-[WebCoreBridge renderTreeAsExternalRepresentation]): Remove #ifndef NDEBUG.
- 3:14 PM Changeset in webkit [3685] by
-
- 3 edits in trunk/JavaScriptCore
Reviewed by Maciej.
- fixed 3142355 -- nil-deref in CFTimeZoneCopyAbbreviation
The real problem wasn't with the current time zone, but with the UTC time zone.
The poor sod had a broken /usr/share/zoneinfo directory, with a 0-byte-long UTC file.
- kjs/date_object.cpp: (UTCTimeZone): Use CFTimeZoneCreateWithTimeIntervalFromGMT(NULL, 0.0) to get the universal time zone instead of getting it by name.
- 8:35 AM Changeset in webkit [3684] by
-
- 3 edits in trunk/WebCore
- kwq/KWQRenderTreeDebug.cpp: (write): Add missing spaces in render tree dump format.
Note:
See TracTimeline
for information about the timeline view.