⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Nov 2, 2001:

4:50 PM Changeset in webkit [405] by kocienda
  • 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 kocienda
  • 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 cblu
  • 4 edits in trunk

Enabled user defaults for KWQKHTMLSettings

1:23 PM Changeset in webkit [402] by rjw
  • 3 edits in trunk/WebKit

Update framework project to include public headers.

12:47 PM Changeset in webkit [401] by rjw
  • 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj

Added and removed files to project.

11:29 AM Changeset in webkit [400] by kocienda
  • 1 edit
    2 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 kocienda
  • 83 edits
    4 adds
    14 deletes in trunk

It's that time again: I have made a number of changes to the make system.

The two major modification are:

  1. 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.
  1. 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 configure and make in Labyrinth now builds "everything," including WebCore, WebKit, and the test programs.

Nov 1, 2001:

3:45 PM Changeset in webkit [398] by rjw
  • 1 edit in trunk/WebKit/WebView.subproj/NSWebPageView.mm

Added template +initialize for Chris.

3:18 PM Changeset in webkit [397] by rjw
  • 2 edits
    4 adds
    2 deletes in trunk/WebKit/WebView.subproj

Rearranged layout of class templates. Clear seperation of WebCore and C++
infected code in NSWeb*Private.h declarations. Our implementations must also
be objective-c++.

2:29 PM Changeset in webkit [396] by kocienda
  • in /

Removed file; moved to top-level Labyrinth directory called Tests

2:18 PM Changeset in webkit [395] by kocienda
  • 2 deletes in trunk/WebCore

Removed files from this part of the tree; moved to a top-level
Labyrinth directory called Tests

Oct 31, 2001:

4:43 PM Changeset in webkit [394] by kocienda
  • 9 edits in trunk/WebCore

Some small code cleanups, and removal of some unneeded debugging messages

1:48 PM Changeset in webkit [393] by rjw
  • 1 edit
    5 adds in trunk/WebKit

First check in of stubs for NSWebPageView classes.

1:46 PM Changeset in webkit [392] by rjw
  • 18 edits in trunk/WebCore

Changes to add address bar to test app.

1:29 PM Changeset in webkit [391] by kocienda
  • 36 edits
    4 adds
    2 deletes in trunk/WebCore

A collection of changes focusing on rendering and loading:

  • Images now load
  • Removed loader.cpp; added KWQKloader.cpp
  • Reworked some of the API in WCURI land
  • Assorted other small changes anf fixes
1:15 PM Changeset in webkit [390] by kocienda
  • 2 edits in trunk/WebCore

Fixed copy() method: it needs to be s deep copy

Note: See TracTimeline for information about the timeline view.