Timeline
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'.
Nov 5, 2001:
- 2:08 PM Changeset in webkit [407] by
-
- 2 edits in trunk/WebCore
Stupid implementation of i18n to return same string.
- 10:33 AM Changeset in webkit [406] by
-
- 3 edits in trunk
Added fonts sizes to defaults
Nov 2, 2001:
- 4:50 PM Changeset in webkit [405] by
-
- 2 edits in trunk/WebCore
Committed evil hack to prevent double freeing of image bytes since
NSData doesn't give a sufficiently good *public* API.....ooof
- 3:14 PM Changeset in webkit [404] by
-
- 4 edits in trunk/WebCore
Fixed some geometry issues with drawing the web page view, and removed
some of the ugly, hard-coded hacks that helped us to get this far.
I also removed the unneeded double-buffering from the view drawing.
- 1:37 PM Changeset in webkit [403] by
-
- 4 edits in trunk
Enabled user defaults for KWQKHTMLSettings
- 1:23 PM Changeset in webkit [402] by
-
- 3 edits in trunk/WebKit
Update framework project to include public headers.
- 12:47 PM Changeset in webkit [401] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Added and removed files to project.
- 11:29 AM Changeset in webkit [400] by
-
- 1 edit2 adds in trunk/WebKit
Some additional files that go along with the recent large change to the make
system
- 11:22 AM Changeset in webkit [399] by
-
- 83 edits4 adds14 deletes in trunk
It's that time again: I have made a number of changes to the make system.
The two major modification are:
- The tests directory, which was formerly buried in WebCore, has been moved to the top-level in Labyrinth, and is now a peer of WebCore and WebKit.
- I have moved the the configure and Makefiles from WebCore one directory up so that they may serve for all of Labyrinth. In other words, running
configureandmakein Labyrinth now builds "everything," including WebCore, WebKit, and the test programs.