Timeline
Nov 10, 2001:
- 4:53 PM Changeset in webkit [440] by
-
- 2 edits in trunk/WebCore
testing jersey
- 4:51 PM Changeset in webkit [439] by
-
- 2 edits in trunk/WebCore
testing jersey
- 3:37 PM Changeset in webkit [438] by
-
- 2 edits in trunk/WebCore
jersey test
- 3:30 PM Changeset in webkit [437] by
-
- 2 edits in trunk/WebCore
jersey test
- 3:21 PM Changeset in webkit [436] by
-
- 2 edits in trunk/WebCore
jersey test
- 2:59 PM Changeset in webkit [435] by
-
- 2 edits in trunk/WebCore
jersey test
Nov 9, 2001:
- 6:13 PM Changeset in webkit [434] by
-
- 11 edits in trunk/WebCore
More fixes for window resizing, etc.
- 5:33 PM Changeset in webkit [433] by
-
- 14 edits in trunk/WebCore
More fixes. Added support for incremental layout.
- 3:29 PM Changeset in webkit [432] by
-
- 2 edits in trunk/WebCore
Fixed duplication of addSubview calls.
- 2:14 PM Changeset in webkit [431] by
-
- 38 edits in trunk/WebCore
More rendering/forms fixes.
- 2:12 PM Changeset in webkit [430] by
-
- 4 edits in trunk/WebCore
Fixed sizeHint().
- 2:12 PM Changeset in webkit [429] by
-
- 2 edits in trunk/WebCore
Temporary fix to support desktop dimension.
- 10:12 AM Changeset in webkit [428] by
-
- 13 edits in trunk
Cleaned up some table rendering issues.
Added some better support for named colors in QColor.
Some cleanups in QBrush and QPen.
Nov 8, 2001:
- 1:33 PM Changeset in webkit [427] by
-
- 1 edit in trunk/WebKit/Misc.subproj/WebKitReallyPrivate.h
Added checks to validate arguments passed in through public API methods.
Invalid arguments now throw exceptions.
- 1:30 PM Changeset in webkit [426] by
-
- 7 edits in trunk/WebKit
Adding remaining strings to Localizable.strings files
- 1:15 PM Changeset in webkit [425] by
-
- 15 edits in trunk/WebCore
More fixes to improve layout.
- 12:15 PM Changeset in webkit [424] by
-
- 13 edits in trunk/WebCore
Fixes to do page sizing. And other fixes to get forms to render almost correctly.
- 6:53 AM Changeset in webkit [423] by
-
- 164 edits in trunk
A large set of changes:
- I did a pass over all .mm files in WebCore/src/kwq, adding actual return values for all functions that return something (there were *many* cases where callers were left dangling).
- I added numerous log statements throughout the code.
- I made the log statement system configurable at runtime, so the amount of logging can be increased or decreased as desired.
- I added an implementation for QVariant.
- I cleaned up the implementations of QBrush and QPen.
- I made general fixups and cleanups in various places.
Nov 7, 2001:
- 4:59 PM Changeset in webkit [422] by
-
- 3 edits in trunk
Renamed defaults keys to something more friendly such as WebKitStandardFont
- 9:45 AM Changeset in webkit [421] by
-
- 2 deletes in trunk/WebCore
This file has been moved to: Labyrinth/Tests/khtmlview/draw.mm
Nov 6, 2001:
- 7:23 PM Changeset in webkit [420] by
-
- 15 adds in trunk/WebKit
Added the 7 tier-1 lproj's to WebKit including localizable strings
- 7:00 PM Changeset in webkit [419] by
-
- 4 adds in trunk/WebKit
Added the 7 tier-1 lproj's to WebKit including localizable strings
- 6:52 PM Changeset in webkit [418] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Added the 7 tier-1 lproj's to WebKit including localizable strings
- 6:44 PM Changeset in webkit [417] by
-
- 2 edits in trunk/WebCore
i18n now fetches WebKit's localized strings
- 2:53 PM Changeset in webkit [416] by
-
- 13 edits6 adds in trunk/WebCore
Support for forms. Incomplete. Lots of problems.
- 11:04 AM Changeset in webkit [415] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Fixed project reference to html4.css
- 10:47 AM Changeset in webkit [414] by
-
- 5 edits in trunk/WebCore
KWQKstddirs now accesses html4.css in WebKit's Resources directory
- 10:14 AM Changeset in webkit [413] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Added the com.apple.webkit identifier to the WebKit framework. Added html4.css to the frameworks Resources directory
- 9:14 AM Changeset in webkit [412] by
-
- 2 edits in trunk/WebCore
Added KWQGuardedPtr to object list
- 9:03 AM Changeset in webkit [411] by
-
- 2 edits in trunk/WebCore
Tweaked again to add kdelibs directory to include paths
- 9:02 AM Changeset in webkit [410] by
-
- 2 edits in trunk/WebCore
Added kjs directory
- 8:41 AM Changeset in webkit [409] by
-
- 11 adds in trunk/WebCore
A number of changes that help to get javascript up and running:
- Modified a number of Makefiles to include ecma directory
- Tweaked a bunch of kjs files that used 'id' as a local variable name. Now that these files are included in .mm's there's a name conflict with the Objective-C type. In each case, the 'id' local variable name was changed to '_id'.
- 8:40 AM Changeset in webkit [408] by
-
- 58 edits in trunk/WebCore
A number of changes that help to get javascript up and running:
- Modified a number of Makefiles to include ecma directory
- Tweaked a bunch of kjs files that used 'id' as a local variable name. Now that these files are included in .mm's there's a name conflict with the Objective-C type. In each case, the 'id' local variable name was changed to '_id'.