Timeline
Feb 18, 2002:
- 5:18 PM Changeset in webkit [644]
-
- 167 copies42 deletes in tags/ALEXANDER_0_2_PRE_2
This commit was manufactured by cvs2svn to create tag
'ALEXANDER_0_2_PRE_2'.
- 5:18 PM Changeset in webkit [643]
-
- 167 copies42 deletes in tags/ALEXANDER_0_2_PRE_1
This commit was manufactured by cvs2svn to create tag
'ALEXANDER_0_2_PRE_1'.
- 5:18 PM Changeset in webkit [642] by
-
- 3 edits4 adds in trunk/WebKit
First piece of implementing IFWebHistory. None of the mutators do anything,
and the accessors return canned data. But at least all the temporary hackery
is hiding behind legitimate API.
- History.subproj/IFWebHistory.h:
- History.subproj/IFWebHistory.m:
(+[IFWebHistory sharedWebHistory]):
Implemented sensibly.
(-[IFWebHistory createTestEntryWithURLString:title:date:]),
(-[IFWebHistory testDataDates]), (-[IFWebHistory testData]),
Private temporary hackery to return fake data.
(-[IFWebHistory orderedLastVisitedDays]),
(-[IFWebHistory orderedEntriesLastVisitedOnDay:]):
Implemented using temporary hackery.
(-[IFWebHistory addEntry:]),
(-[IFWebHistory removeEntry:]),
(-[IFWebHistory removeAllEntries]):
Unimplemented mutator methods.
(-[IFWebHistory entriesWithAddressContainingString:]),
(-[IFWebHistory entriesWithTitleOrAddressContainingString:]),
(-[IFWebHistory containsURL:]):
Methods that we'll need eventually, currently unimplemented. We may flesh out
the API a little more before we actually implement any of these.
(-[NSCalendarDate daysSinceDate:]): Convenience method in category; will
probably move to another file soon.
- WebKit.pbproj/project.pbxproj: Updated for new files
Made history implementation use IFWebHistory; removed temporary hackery.
(Actually it was mostly just moved to IFWebHistory, but now it's hiding
behind a legitimate API.)
- GlobalHistory.m: (+[GlobalHistory testData]): Removed this temporary hackery.
(-[GlobalHistory outlineView:child:ofItem:]),
(-[GlobalHistory outlineView:isItemExpandable:]),
(-[GlobalHistory outlineView:numberOfChildrenOfItem:]),
(-[GlobalHistory outlineView:objectValueForTableColumn:byItem:]):
Replaced hacky implementation with use of new IFWebHistory API.
- 5:08 PM Changeset in webkit [641] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/project.pbxproj
Fixed snafu.
- 4:31 PM Changeset in webkit [640] by
-
- 1 edit in trunk/WebKit/WebKit.pbproj/kocienda.pbxuser
2002-02-18 Kenneth Kocienda <kocienda@apple.com>
Changed build style to Development
- build-style.txt:
- 4:28 PM Changeset in webkit [639] by
-
- 3 edits in trunk/WebKit
2002-02-18 Kenneth Kocienda <kocienda@apple.com>
Fixed breakge that came up when project file merged.
- WebKit.pbproj/project.pbxproj:
- 4:26 PM Changeset in webkit [638] by
-
- 16 edits in trunk
2002-02-18 Kenneth Kocienda <kocienda@apple.com>
Changes to support building standalone Alexander with Frameworks
and libraries contained inside the app package.
- Makefile.am:
- Tests/Makefile.am:
- build-style.txt:
- configure.in:
- WebBrowser/Makefile.am:
- WebBrowser.pbproj/project.pbxproj:
- WebFoundation/Makefile.am:
- WebFoundation.pbproj/project.pbxproj:
- WebKit/Makefile.am:
- WebKit.pbproj/kocienda.pbxuser:
- WebKit.pbproj/project.pbxproj:
- WebCore/src/Makefile.am:
- WebCore/src/kwq/KWQKHTMLPart.mm: (KHTMLPart::khtmlMouseMoveEvent):
- WebCore/src/kwq/KWQView.mm: (-[KWQHTMLView mouseUp:]), (-[KWQHTMLView mouseDown:]):
- WebCore/src/kwq/kde/_kurl.cpp: (KURL::htmlRef):
- 2:57 PM Changeset in webkit [637] by
-
- 1 edit2 adds1 delete in trunk/WebKit
Fixed warning.
- 2:22 PM Changeset in webkit [636] by
-
- 5 edits in trunk/WebCore
Fixed to preferences dialog problem.
- 1:21 PM Changeset in webkit [635] by
-
- 6 edits in trunk/WebCore
Performance measurement.
- 1:21 PM Changeset in webkit [634] by
-
- 4 edits in trunk/WebKit
Performance stuff.
- 11:37 AM Changeset in webkit [633] by
-
- 2 edits in trunk/WebCore
Fixed simple bug that broke forms.