Timeline
Nov 19, 2001:
- 3:19 PM Changeset in webkit [464] by
-
- 15 edits10 adds in trunk/WebCore
Performance tuning tricks.
Nov 16, 2001:
- 11:45 AM Changeset in webkit [463] by
-
- 2 edits in trunk/WebCore
Fixed bug in a debug statement
- 11:37 AM Changeset in webkit [462] by
-
- 28 edits2 adds in trunk
Removed all NSLog statements from the code base, replacing them with
KWQDEBUG/WEBKITDEBUG statements.
Added some assertion macros to the WebCore and the WebKit.
- 8:20 AM Changeset in webkit [461] by
-
- 10 edits in trunk
Changes to the make system to support building via make with the -j option
Nov 15, 2001:
- 7:40 PM Changeset in webkit [460] by
-
- 6 edits in trunk
Changed standard default font sizes.
Fixed relative URL problem.
Fixed color names of the form #fff.
- 5:04 PM Changeset in webkit [459] by
-
- 7 edits in trunk/WebCore
This fixes one major source of bugs we have been experiencing.
The change is in adding back in some support for text decoding. This
takes the place of some code that was using unterminated byte strings
as c-style strings (with the unpredictable results one might expect).
- 9:35 AM Changeset in webkit [458] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/kocienda.pbxuser
Work in progress on getting loads working more efficiently
- 9:32 AM Changeset in webkit [457] by
-
- 2 edits in trunk/WebCore
Fixed a buffer overrun in leftRight()