Timeline
Oct 17, 2001:
- 5:43 PM Changeset in webkit [350] by
-
- 2 edits in trunk/WebCore
Stubbed in a few functions
- 4:21 PM Changeset in webkit [349] by
-
- 5 edits in trunk/WebCore
First attempt at a real implementation
- 4:20 PM Changeset in webkit [348] by
-
- 5 edits in trunk/WebCore
Fixed the codecForName breakage
- 2:51 PM Changeset in webkit [347] by
-
- 19 edits in trunk/WebCore
Whacky hacking to try to get the system to start chomping on data loaded
from the network
- 1:16 PM Changeset in webkit [346] by
-
- 5 edits in trunk/WebCore
Make the constructor use a CFStringEncoding type
- 1:14 PM Changeset in webkit [345] by
-
- 3 edits in trunk/WebCore
Anal-retentive tweaking
- 1:02 PM Changeset in webkit [344] by
-
- 5 edits in trunk/WebCore
First attempt at a real implementation
- 1:01 PM Changeset in webkit [343] by
-
- 5 edits in trunk/WebCore
Added fromStringWithEncoding for QTextCodec implementation
- 11:55 AM Changeset in webkit [342] by
-
- 2 edits in trunk/WebCore
Updated project so that its include paths are less screwed up than before
- 11:49 AM Changeset in webkit [341] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Unscrewed up the project by re-adding files that mysteriously disappeared
- 11:43 AM Changeset in webkit [340] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Added WebCore include directory to header search path
- 6:56 AM Changeset in webkit [339] by
-
- 2 edits in trunk/WebKit/Misc.subproj
I'm a dope, and had been checking in all these changes to the repository on my local disk. Here is an update for the "real" repository.
Oct 16, 2001:
- 4:29 PM Changeset in webkit [338] by
-
- 4 edits in trunk/WebCore
More comments.
- 3:26 PM Changeset in webkit [337] by
-
- 2 edits in trunk/WebCore
Now executes perl scripts with an explicit perl invocation rather than
relying on them to be executable
- 3:22 PM Changeset in webkit [336] by
-
- 1 edit in trunk/WebKit/Misc.subproj/_NSMonitor.m
Removed dependency on whacky objective-C internals
- 3:14 PM Changeset in webkit [335] by
-
- 3 adds in trunk/WebCore/lib
More changes for the new build system
- 3:10 PM Changeset in webkit [334] by
-
- 93 edits2 adds in trunk
I have made substantial changes to the build environment in WebCore, specifically to the way we link our code. The main improvement is that we now build a single library, called libwebcore.dylib, for the whole source tree.
- 3:04 PM Changeset in webkit [333] by
-
- 2 edits in trunk/WebCore
Fixed comments, again.
- 3:00 PM Changeset in webkit [332] by
-
- 2 edits in trunk/WebCore
Fixed comments.
- 2:58 PM Changeset in webkit [331] by
-
- 16 edits4 adds in trunk/WebCore
Implemented KWQTextArea that has all the functionality we need for the <TEXTAREA> widget. KWQTextEdit.mm emulates the kde/Qt APIs and passes call through to KWQTextArea.