Timeline
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()
Nov 14, 2001:
- 8:43 PM Changeset in webkit [456] by
-
- 8 edits in trunk/WebCore
Fixed color to parse #000 style color names.
- 7:45 PM Changeset in webkit [455] by
-
- 10 edits in trunk
Debugging functions.
- 3:51 PM Changeset in webkit [454] by
-
- 17 edits in trunk/WebCore
Making sure that functions return proper values
- 12:07 PM Changeset in webkit [453] by
-
- 6 edits in trunk/WebCore
Making sure that functions are return proper values
- 9:42 AM Changeset in webkit [452] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
I reworked the code that loads data from the network, and sends
notifications to the khtml engine. This should result in some nice speedups
- 9:42 AM Changeset in webkit [451] by
-
- 3 edits in trunk/WebCore
Fixed a boo-boo that resulted from Richard's checkin last night:
I added a declaration for _initializeWithFont
Nov 13, 2001:
- 5:23 PM Changeset in webkit [450] by
-
- 8 edits in trunk/WebCore
More optimizations to improve performance of font metrics.
- 3:50 PM Changeset in webkit [449] by
-
- 7 edits in trunk/WebCore
Worked on rendering "background" images:
- Images set as the page bg in body tgas now works
- Images set as table backgrounds now works
- 2:38 PM Changeset in webkit [448] by
-
- 2 edits in trunk/WebCore
Fixed daffy window resize problems.
- 2:08 PM Changeset in webkit [447] by
-
- 2 edits in trunk/WebCore
Removed extraneous code in _rectForString
- 9:57 AM Changeset in webkit [446] by
-
- 2 edits in trunk/WebCore
Fixed bug that was causing background images in body tags to clobber
the content on the page