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

Timeline



Oct 1, 2001:

1:37 PM Changeset in webkit [243] by rjw
  • 2 edits in trunk/WebCore

Remove stupid foo in resource.

11:02 AM Changeset in webkit [242] by kocienda
  • 5 edits in trunk/WebCore

Moved some functions and their definitions, and marked them as only
needed when compiling with USING_BORROWED_KURL

10:55 AM Changeset in webkit [241] by rjw
  • 14 edits in trunk/WebCore

Added additional methods for text drawing.
Fixed problems with qnamespace.h enumurations.
Added more text tests to draw.mm

9:46 AM Changeset in webkit [240] by kocienda
  • 5 edits in trunk/WebCore

Additions to this interface to support using borrowed KURL.
Also modified several interfaces to bring into line with with the "real"
QString has, due to the fact that the similar, but slightly different
interfaces caused some problems when the compiler tries to choose an
overloaded function.

8:40 AM Changeset in webkit [239] by kocienda
  • 6 edits in trunk/WebCore

Build fixes, primarilt focused on getting KURL and QStrList to work.

8:30 AM Changeset in webkit [238] by kocienda
  • 4 edits in trunk/WebCore

Updated to add /src/kwq/kde directory

8:13 AM Changeset in webkit [237] by kocienda
  • 2 edits in trunk/WebCore

Yes I'm a dummy ... #ifdef USING_BORROWED_QSTRINGLIST must be
#ifndef USING_BORROWED_QSTRINGLIST

8:12 AM Changeset in webkit [236] by kocienda
  • 2 edits in trunk/WebCore

Oops! unterminated `#if' conditional in last checkin

8:11 AM Changeset in webkit [235] by kocienda
  • 2 edits in trunk/WebCore

Modified to support switchable borrowing of implementation

8:07 AM Changeset in webkit [234] by kocienda
  • 12 edits in trunk/WebCore

Updated Makefile to include /src/kwq/kde

7:30 AM Changeset in webkit [233] by kocienda
  • 17 edits
    28 adds in trunk/WebCore

Added and modified some classes in an effort to get the borrowed
KURL fully intergrated

Sep 28, 2001:

6:33 PM Changeset in webkit [232] by gramps
  • 6 edits in trunk/WebCore

Added hack from qstring.h to prevent Fixed, Rect, and Boolean problem

6:31 PM Changeset in webkit [231] by gramps
  • 3 edits in trunk/WebCore

Minor tweaks

6:28 PM Changeset in webkit [230] by gramps
  • 8 edits in trunk/WebCore

Temporarily ommented out some tests

4:56 PM Changeset in webkit [229] by cblu
  • 4 edits
    4 adds in trunk/WebCore

Adding qsortedlist to test harness

4:09 PM Changeset in webkit [228] by cblu
  • 2 edits in trunk/WebCore

Added qvector-test to test.list

4:09 PM Changeset in webkit [227] by cblu
  • 8 edits
    2 adds in trunk/WebCore

Extended qvector and qsize test

2:40 PM Changeset in webkit [226] by cblu
  • 24 edits in trunk/WebCore

Fixed qarray-test. Extended qdate, qdatetime, qtime, qpoint and qrect tests

1:38 PM Changeset in webkit [225] by rjw
  • 2 edits in trunk/WebCore

Cleaned up comments.

1:35 PM Changeset in webkit [224] by rjw
  • 4 edits in trunk/WebCore

Fixed minor build problems.

1:00 PM Changeset in webkit [223] by rjw
  • 8 adds in trunk/WebCore

* empty log message *

12:45 PM Changeset in webkit [222] by rjw
  • 2 edits in trunk/WebCore

* empty log message *

12:02 PM Changeset in webkit [221] by rjw
  • 6 edits in trunk/WebCore

* empty log message *

11:20 AM Changeset in webkit [220] by gramps
  • 5 edits in trunk/WebCore

More QString implementation

11:18 AM Changeset in webkit [219] by gramps
  • 2 edits in trunk/WebCore

Added a little more error checking

Sep 27, 2001:

7:36 PM Changeset in webkit [218] by rjw
  • 43 edits
    16 adds in trunk/WebCore

* empty log message *

7:32 PM Changeset in webkit [217] by rjw
  • 18 edits
    18 adds in trunk/WebCore

Files needed for rendering.

7:25 PM Changeset in webkit [216] by rjw
  • 2 deletes in trunk/WebCore

* empty log message *

3:29 PM Changeset in webkit [215] by cblu
  • 4 edits in trunk/WebCore

Added more functions to qmap-test

3:05 PM Changeset in webkit [214] by cblu
  • 4 edits in trunk/WebCore

Fixed the output for qstring-test.

2:02 PM Changeset in webkit [213] by cblu
  • 2 edits in trunk/WebCore

Fixed qarray-test failure

1:57 PM Changeset in webkit [212] by cblu
  • 4 edits in trunk/WebCore

Adding remaining functions to qcstring-test. Cleaned up output.

11:19 AM Changeset in webkit [211] by kocienda
  • 12 edits in trunk/WebCore

Fixes to process for switching use of borrowed strings and kwq strings

10:36 AM Changeset in webkit [210] by kocienda
  • 2 adds in trunk/WebCore

Added class

10:35 AM Changeset in webkit [209] by kocienda
  • 190 edits
    3 adds in trunk/WebCore

This is the big mondo check-in that moves us away from the global
"KWQ complete" methodology of incorporating our own KWQ-implementations
of Qt/KDE classes, and moves us to a granular "using-borrowed" method.
This will give us much more control over switching to new KWQ classes
as they become available to replace those already provided by Qt/KDE.

Sep 26, 2001:

4:15 PM Changeset in webkit [208] by cblu
  • 12 edits in trunk/WebCore

Added more functions to qvaluelist-test. Fixed dict tests

3:25 PM Changeset in webkit [207] by cblu
  • 3 edits in trunk/WebCore

Removed append from qptrdict.h

3:24 PM Changeset in webkit [206] by cblu
  • 3 edits in trunk/WebCore

Removed append from qptrdict.h

3:21 PM Changeset in webkit [205] by cblu
  • 4 edits in trunk/WebCore

Added take, clear, count and = methods to qptrdict-test

2:58 PM Changeset in webkit [204] by cblu
  • 3 edits in trunk/WebCore

Removed at from qptrdict.h as it doesn't belong there

2:07 PM Changeset in webkit [203] by cblu
  • 4 edits in trunk/WebCore

Added tests for isEmpty, cleaned up output for qstack-test

1:26 PM Changeset in webkit [202] by cblu
  • 4 edits in trunk/WebCore

Added tests for count, sort, at insert, remove, current, last, first and more to qlist-test

11:06 AM Changeset in webkit [201] by cblu
  • 4 edits in trunk/WebCore

Added tests for count, = and clear methods to qdict-test.

10:49 AM Changeset in webkit [200] by cblu
  • 4 edits in trunk/WebCore

Added tests for at and duplicate to qarray-test. Commented out uneccessary tests.

Sep 25, 2001:

6:54 PM Changeset in webkit [199] by gramps
  • 4 edits in trunk/WebCore

Reduced scope of test to what is actually implemented in KWQChar.mm

5:03 PM Changeset in webkit [198] by cblu
  • 4 edits in trunk/WebCore

Added more functions to qarray-test

4:46 PM Changeset in webkit [197] by kocienda
  • 2 edits in trunk/WebCore

Now works with -disable-kwq-complete

4:34 PM Changeset in webkit [196] by kocienda
  • 2 edits in trunk/WebCore

Removed KWQFile.o from object list

4:17 PM Changeset in webkit [195] by kocienda
  • 10 edits
    4 adds in trunk/WebCore

Added support for QFile.
This involved bringing over more files from Qt, and adding
some special voodoo to configure for sys/stat.h

3:28 PM Changeset in webkit [194] by cblu
  • 4 edits in trunk/WebCore

Adding more functions to qstring-test

10:30 AM Changeset in webkit [193] by cblu
  • 2 edits in trunk/WebCore

Fixed qstring-test.chk

10:16 AM Changeset in webkit [192] by cblu
  • 4 edits
    4 adds in trunk/WebCore

Adding qstring-test to the list of tests

Sep 24, 2001:

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

Added more tests

4:27 PM Changeset in webkit [190] by kocienda
  • 16 edits
    26 adds in trunk/WebCore

Added more tests and modified existing ones

2:05 PM Changeset in webkit [189] by cblu
  • 4 edits in trunk/WebCore

Added more functions to the qchar test

1:19 PM Changeset in webkit [188] by cblu
  • 2 edits in trunk/WebCore

Updated qchar-test.chk

12:45 PM Changeset in webkit [187] by cblu
  • 2 edits in trunk/WebCore

Added more tests to qchar-test

12:05 PM Changeset in webkit [186] by kocienda
  • 4 edits in trunk/WebCore

Added iostream includes

11:33 AM Changeset in webkit [185] by kocienda
  • 6 edits
    4 adds in trunk/WebCore

Added some more test programs

11:31 AM Changeset in webkit [184] by cblu
  • 2 edits in trunk/WebCore

Added qchar-test to test.list

11:31 AM Changeset in webkit [183] by cblu
  • 2 edits in trunk/WebCore

Added qchar-test to Makefile.in

11:31 AM Changeset in webkit [182] by kocienda
  • 1 edit in trunk/WebCore/Makefile.in

Fixed recursive call to make in test target

11:30 AM Changeset in webkit [181] by kocienda
  • 10 edits in trunk/WebCore

Various small tweaks and fixes made as a result of writing test programs

11:24 AM Changeset in webkit [180] by cblu
  • 2 adds in trunk/WebCore

Added Files:
qchar-test.cpp

11:22 AM Changeset in webkit [179] by cblu
  • 2 adds in trunk/WebCore

Added Files:
qchar-test.chk

11:05 AM Changeset in webkit [178] by kocienda
  • 2 edits
    8 adds in trunk/WebCore

Added some more tests

9:24 AM Changeset in webkit [177] by kocienda
  • 6 edits in trunk/WebCore

Small tweaks and fixes as a result of writing unit tests

9:24 AM Changeset in webkit [176] by kocienda
  • 2 edits
    12 adds in trunk/WebCore

Added some new tests

6:58 AM Changeset in webkit [175] by kocienda
  • 2 deletes in trunk/WebCore

Removed this obsolete file

Sep 21, 2001:

2:17 PM Changeset in webkit [174] by kocienda
  • 8 edits
    2 adds in trunk/WebCore

Fixed some bugs in the build, and in the test files.

2:10 PM Changeset in webkit [173] by kocienda
  • 2 edits
    12 adds in trunk/WebCore

Added some more tests.
Added some more collection implementation files.

2:09 PM Changeset in webkit [172] by kocienda
  • 9 edits
    6 adds in trunk/WebCore

Did some more work on some basic Qt tests. Fixed a couple of bugs
I discovered in our implementations.

11:12 AM Changeset in webkit [171] by gramps
  • 2 edits in trunk/WebCore

Implemented assignment operators and remaining constructor

11:11 AM Changeset in webkit [170] by gramps
  • 3 edits in trunk/WebCore

More anal-retentive tweaking

9:56 AM Changeset in webkit [169] by kocienda
  • 2 edits in trunk/WebCore

Fixed catching of status code from forked process. Sometimes
you just gotta read the man page!

9:45 AM Changeset in webkit [168] by kocienda
  • 10 edits
    2 adds in trunk/WebCore

Modified some ignore rules

9:43 AM Changeset in webkit [167] by kocienda
  • 11 edits
    14 adds in trunk/WebCore

Started to add support for unit tests. This includes:

  • A test harness program
  • Some specific tests for our Qt class implementations
9:27 AM Changeset in webkit [166] by kocienda
  • 7 edits in trunk/WebCore

Bug fixes resulting from writing qpoint unit test

Sep 20, 2001:

6:37 PM Changeset in webkit [165] by gramps
  • 3 edits in trunk/WebCore

Anal-retentive tweaking

6:36 PM Changeset in webkit [164] by gramps
  • 2 edits in trunk/WebCore

Moved QChar implementation into new KWQChar.mm

6:35 PM Changeset in webkit [163] by gramps
  • 2 adds in trunk/WebCore

Created from QChar implementation in KWQString.mm

2:18 PM Changeset in webkit [162] by gramps
  • 2 edits in trunk/WebCore

Completed QChar implementation

1:15 PM Changeset in webkit [161] by kocienda
  • 1 edit in trunk/WebCore/config.h.in

Some more small cleanups to get building with and without _KWQ_COMPLETE_

11:40 AM Changeset in webkit [160] by kocienda
  • 77 edits in trunk/WebCore

Made some changes and confirmed that the tree builds when _KWQ_COMPLETE is
defined *and* also when it isn't

11:17 AM Changeset in webkit [159] by gramps
  • 2 edits in trunk/WebCore

Still more QChar implementation

11:02 AM Changeset in webkit [158] by kocienda
  • 27 edits in trunk/WebCore

Some fixes to repair breakage resulting from starting to add some of the
KWQ_COMPLETE implementations

10:00 AM Changeset in webkit [157] by kocienda
  • 3 edits in trunk/WebCore

Modified the configure system to add config.h support for Q_NO_TEXTSTREAM
symbol

9:59 AM Changeset in webkit [156] by kocienda
  • 18 edits
    22 adds in trunk/WebCore

Added and modified a couple more classes in _q* land

9:19 AM Changeset in webkit [155] by kocienda
  • 7 edits in trunk/WebCore

Modified configure and make system to include support for switching
the following defines in config.h via configure options:

  • _KWQ_COMPLETE_
  • _KWQ_IOSTREAM_
  • QT_NO_DATASTREAM
  • QT_NO_TEXTCODEC

Also did some cleanup on the doc generated when you do a configure --help

9:16 AM Changeset in webkit [154] by kocienda
  • 3 edits
    4 adds in trunk/WebCore

Added QRegion support

8:53 AM Changeset in webkit [153] by gramps
  • 2 edits in trunk/WebCore

More QChar implementation and spelling fixes

8:05 AM Changeset in webkit [152] by kocienda
  • 2 edits in trunk/WebCore

Tweak to handle skipping the compilation of javaembed.cpp now that
this skipping is no longer handled by MakeSystemChanges.sh

7:56 AM Changeset in webkit [151] by kocienda
  • 16 adds in trunk/WebCore

Added new Makefile.in files for the updated build system

7:51 AM Changeset in webkit [150] by kocienda
  • 2 edits
    8 adds in trunk/WebCore

Added a few more files in the QT quick and dirty implementation effort

7:49 AM Changeset in webkit [149] by kocienda
  • 15 edits
    2 adds in trunk/WebCore

Various tweaks and fixes to the make system and a couple of assorted files
in order to make the tree build again.

7:28 AM Changeset in webkit [148] by kocienda
  • 1 edit in trunk/WebCore/configure.in

Removed recursive descent into tree to run MakeSystemChanges.sh script.
This is no longer needed given that we have removed the KDE make files
from our tree.

7:26 AM Changeset in webkit [147] by kocienda
  • 8 edits
    66 deletes in trunk

Moved the make system so that it no longer includes elements from
the KDE build system. This involved removing the following files from
each directory where they appear in the KDE distribution:

  • Makefile.am
  • Makefile.in
  • configure.in.in

I have also removed the special MakeSystemChanges.sh files from the tree
as they are made obsolete by this change.

It should also be noted that any Makefile.in files that remain are "ours"
and clobber the ones that KDE had.

Sep 19, 2001:

7:05 PM Changeset in webkit [146]
  • 1 copy
    17 deletes in tags/Labyrinth

This commit was manufactured by cvs2svn to create tag 'Labyrinth'.

7:05 PM Changeset in webkit [145] by rjw
  • 3 edits in trunk/WebCore

Added src/kwq

7:04 PM Changeset in webkit [144] by rjw
  • 18 adds in trunk/WebCore

Added stub files for rendering

7:02 PM Changeset in webkit [143] by rjw
  • 1 edit in trunk/WebCore/Makefile.rules.in

Added rules for .mm

7:01 PM Changeset in webkit [142] by rjw
  • 2 adds in trunk/WebCore

Initial makefile.in

6:32 PM Changeset in webkit [141] by gramps
  • 5 edits in trunk/WebCore

Added partial QChar implementation

5:17 PM Changeset in webkit [140] by rjw
  • 2 edits in trunk/WebCore

Added image tests.

3:33 PM Changeset in webkit [139] by kocienda
  • 6 adds in trunk/WebCore

Started making modifications that will move us towards a working Qt
layer. This includes adding many temporary _q<foo> files that are mostly
"borrowed" from Qt for the time being. So far, some basic leaf classes,
and some string stuff is ready and working.

These tests begin to support this effort.

3:32 PM Changeset in webkit [138] by kocienda
  • 2 adds in trunk/WebCore

Added

3:31 PM Changeset in webkit [137] by kocienda
  • 36 edits
    44 adds in trunk

Started making modifications that will move us towards a working Qt
layer. This includes adding many temporary _q<foo> files that are mostly
"borrowed" from Qt for the time being. So far, some basic leaf classes,
and some string stuff is ready and working.

2:12 PM Changeset in webkit [136] by rjw
  • 2 edits
    8 adds
    2 deletes in trunk/WebCore

C
VS: ----------------------------------------------------------------------

8:53 AM Changeset in webkit [135] by gramps
  • 62 edits in trunk

Merged changes from KDE 2.2.1 distribution

8:45 AM Changeset in webkit [134] by gramps
  • 3 edits in trunk/WebCore

Added contentsHeight function for KDE 2.2.1 compatibility

8:44 AM Changeset in webkit [133] by gramps
  • 3 edits in trunk/WebCore

Added qRgba and rgb functions for KDE 2.2.1 compatibility

Sep 18, 2001:

7:16 PM Changeset in webkit [132] by gramps
  • 5 edits in trunk/WebCore

Added QConstString implementation and some fixes

6:42 PM Changeset in webkit [131] by rjw
  • 4 deletes in trunk/WebCore

* empty log message *

6:41 PM Changeset in webkit [130] by rjw
  • 12 adds in trunk/WebCore

Files for the kwq test app

Sep 10, 2001:

4:50 PM Changeset in webkit [129] by kocienda
  • 2 edits in trunk/WebCore

This Makefile broke, by including css_extensions.o. How did this happen?

4:46 PM Changeset in webkit [128] by kocienda
  • 328 edits in trunk

Finished initial code clean up. This includes:

  • Adding a no-arg constructor for every class that didn't have one
  • Adding a destructor for every class that didn't have one
  • Adding a private copy constructor for every class that didn't have one
  • Adding a private assignment operator for every class that didn't have one
  • Pretty formatting
12:19 PM Changeset in webkit [127] by kocienda
  • 28 edits in trunk/WebCore

More header cleanups

12:05 PM Changeset in webkit [126] by kocienda
  • 42 edits in trunk

More work on code cleanup

11:45 AM Changeset in webkit [125] by gramps
  • 3 edits in trunk/WebCore

Hack to workaround name collision with Mac Rect and Boolean types

11:09 AM Changeset in webkit [124] by kocienda
  • 41 edits in trunk

Updated the make system with improved handling of dependency generation

10:53 AM Changeset in webkit [123] by gramps
  • 3 edits in trunk/WebCore

Hack to workaround name collision with Mac Fixed type

10:19 AM Changeset in webkit [122] by kocienda
  • 2 edits in trunk/WebCore

Fixed dependency rules on generated files

9:28 AM Changeset in webkit [121] by gramps
  • 2 adds in trunk/WebCore

Added file

9:27 AM Changeset in webkit [120] by gramps
  • 3 edits in trunk/WebCore

Begin implementation

9:15 AM Changeset in webkit [119] by kocienda
  • 130 edits in trunk/WebCore

Touched other files, annotating and formatting classes

8:17 AM Changeset in webkit [118] by gramps
  • 2 edits in trunk/WebCore

Changed KWQScrollbar.h to KWQScrollBar.h

Sep 7, 2001:

2:56 PM Changeset in webkit [117] by kocienda
  • 20 edits in trunk

Added support for khtml/misc/loader_jpeg.cpp

9:12 AM Changeset in webkit [116] by gramps
  • 2 deletes in trunk/WebCore

Removed file.

Sep 6, 2001:

4:16 PM Changeset in webkit [115] by kocienda
  • 72 edits in trunk/WebCore

Some more cleanups having to do woth constructors, destructors, etc.

3:11 PM Changeset in webkit [114] by kocienda
  • 179 edits in trunk/WebCore

First pass at code cleanup: Added constructors, copy constructors,
destructors, assignment operators, etc.

7:06 AM Changeset in webkit [113] by kocienda
  • 2 deletes in trunk/WebCore

Functionality moved to kwq/KWQStrList.h

7:03 AM Changeset in webkit [112] by kocienda
  • 19 edits
    2 deletes in trunk

Some small tweaks to the make system to prevent spurious remaking of Makefile.dep

Sep 5, 2001:

4:59 PM Changeset in webkit [111] by kocienda
  • 4 edits in trunk/WebCore

Fixed the top-level #define directives for the header files

4:53 PM Changeset in webkit [110] by kocienda
  • 65 edits
    9 adds
    11 deletes in trunk/WebCore

Moved some more files around to remove dependencies on all files not explicitly included by KDE/QT

3:57 PM Changeset in webkit [109] by kocienda
  • 87 edits
    9 adds
    15 deletes in trunk/WebCore

Various changes to remove files that are not explicitly included by KDE/QT code.

1:18 PM Changeset in webkit [108] by kocienda
  • 37 edits in trunk/WebCore

Cleanups on header files - all of these files now compile in a test file by themselves

11:10 AM Changeset in webkit [107] by kocienda
  • 5 edits
    4 deletes in trunk/WebCore

Some small code cleanups
Removed a couple of files that we don't need, rolling their functionality into files that are keepers

10:32 AM Changeset in webkit [106] by kocienda
  • 55 edits
    2 adds in trunk

Finished in khtml/rendering directory

9:32 AM Changeset in webkit [105] by gramps
  • 3 edits in trunk/WebCore

Added drawPolyline member function

9:28 AM Changeset in webkit [104] by gramps
  • 3 edits in trunk/WebCore

Added new QPointArrary constructor and did some mangling

9:17 AM Changeset in webkit [103] by kocienda
  • 2 edits in trunk/WebCore

removed typdef; moved to kwqdef.h

9:14 AM Changeset in webkit [102] by kocienda
  • 11 edits in trunk/WebCore

Additions to get khtml/rendering/render_frames.cpp to compile

8:53 AM Changeset in webkit [101] by gramps
  • 3 edits in trunk/WebCore

Added setBrush, drawEllipse, and drawArc function members

8:50 AM Changeset in webkit [100] by kocienda
  • 2 adds in trunk/WebCore

Added build system file

8:49 AM Changeset in webkit [99] by kocienda
  • 34 edits
    2 adds in trunk/WebCore

Finished with getting khtml/rendering/render_form.cpp to compile

8:37 AM Changeset in webkit [98] by gramps
  • 3 edits in trunk/WebCore

Added ascent member function

7:20 AM Changeset in webkit [97] by gramps
  • 9 edits in trunk/WebCore

More compilation changes

6:43 AM Changeset in webkit [96] by gramps
  • 3 edits in trunk/WebCore

Added isValid, setWidth, and setHeight member functions

6:42 AM Changeset in webkit [95] by gramps
  • 3 edits in trunk/WebCore

Added setWidth and setHeight member functions

6:35 AM Changeset in webkit [94] by gramps
  • 3 edits in trunk/WebCore

Added contentsWidth function member

6:29 AM Changeset in webkit [93] by gramps
  • 3 edits in trunk/WebCore

Added color and normal function members

Sep 4, 2001:

4:57 PM Changeset in webkit [92] by kocienda
  • 44 edits
    4 adds in trunk/WebCore

More enhancements and additions to get khtml/rendering to compile

4:54 PM Changeset in webkit [91] by gramps
  • 3 edits in trunk/WebCore

Added another createNewWindow function

4:50 PM Changeset in webkit [90] by gramps
  • 3 edits in trunk/WebCore

Added Box constant

4:49 PM Changeset in webkit [89] by gramps
  • 3 edits in trunk/WebCore

Now inherit from QFrame, added scrollbar support

4:38 PM Changeset in webkit [88] by gramps
  • 3 edits in trunk/WebCore

Added NoFrame constant

4:30 PM Changeset in webkit [87] by gramps
  • 3 edits in trunk/WebCore

Added setCursor member function

4:25 PM Changeset in webkit [86] by gramps
  • 3 edits in trunk/WebCore

Added cursor support

4:20 PM Changeset in webkit [85] by gramps
  • 3 edits in trunk/WebCore

Added QCursor static constants

4:09 PM Changeset in webkit [84] by gramps
  • 3 edits in trunk/WebCore

Include qcursor.h to workaround bug in khtml/rendering/render_frames.cpp

3:55 PM Changeset in webkit [83] by kocienda
  • 16 adds in trunk/WebCore

Files added while getting khtml/rendering to compile

3:53 PM Changeset in webkit [82] by kocienda
  • 83 edits
    2 adds in trunk/WebCore

Many changes as I progress through khtml/rendering

2:42 PM Changeset in webkit [81] by gramps
  • 3 adds in trunk/WebCore

Added file to get khtml/khtml_event.cpp to compile

12:06 PM Changeset in webkit [80] by kocienda
  • 6 edits in trunk/WebCore

Small additions to ignore files

12:04 PM Changeset in webkit [79] by kocienda
  • 17 edits
    4 adds in trunk

Added make system support to khtml/html
Various small fixups to keep the tree green

11:44 AM Changeset in webkit [78] by kocienda
  • 3 edits in trunk/WebCore

Made QVector a subclass of QCollection in order to pick up desired
functionality, specifically the setAutoDelete method.

11:43 AM Changeset in webkit [77] by gramps
  • 3 edits in trunk/WebCore

Still more compilation updates

11:35 AM Changeset in webkit [76] by gramps
  • 3 edits in trunk/WebCore

Added count to iterator

11:30 AM Changeset in webkit [75] by gramps
  • 3 edits in trunk/WebCore

More workaround Hell for gramps

11:27 AM Changeset in webkit [74] by kocienda
  • 13 edits
    2 adds in trunk

Fixes for khtml/html, specifically html_formimpl.cpp

9:51 AM Changeset in webkit [73] by kocienda
  • 4 edits in trunk

More tweaks to the build system

9:45 AM Changeset in webkit [72] by kocienda
  • 4 edits in trunk/WebCore

Added *.dep ignore rule

9:45 AM Changeset in webkit [71] by kocienda
  • 20 edits in trunk

Added some more complete dependency checking to the build system

Sep 3, 2001:

8:42 PM Changeset in webkit [70] by gramps
  • 32 edits in trunk/WebCore

Still more changes to get this beast to compile

Note: See TracTimeline for information about the timeline view.