Timeline
Apr 30, 2002:
- 4:50 PM Changeset in webkit [1087] by
-
- 3 edits19 adds in trunk/WebKit
Fixed silly bug Darin noticed by inspection where I was
doing string == @"" instead of [string length] == 0.
- BrowserWindow.m: (-[BrowserWindow setStatus:]):
Added initial set of files/API and some of the code for
bookmarks support. Nobody calls it yet, but it compiles.
I wanted to get this in before I ran into project file
merge conflicts.
- Bookmarks.subproj/IFBookmark.h: Added.
- Bookmarks.subproj/IFBookmark_Private.h: Added.
- Bookmarks.subproj/IFBookmark.m: Added. (-[IFBookmark dealloc]): (-[IFBookmark title]): (-[IFBookmark _setTitle:]): (-[IFBookmark image]): (-[IFBookmark _setImage:]): (-[IFBookmark isLeaf]): (-[IFBookmark URLString]): (-[IFBookmark _setURLString:]): (-[IFBookmark children]): (-[IFBookmark _insertChild:atIndex:]): (-[IFBookmark parent]): (-[IFBookmark _setParent:]): (-[IFBookmark group]): (-[IFBookmark _setGroup:]):
- Bookmarks.subproj/IFBookmarkGroup.h: Added.
- Bookmarks.subproj/IFBookmarkGroup.m: Added. (+[IFBookmarkGroup bookmarkGroupWithFile:]): (-[IFBookmarkGroup initWithFile:]): (-[IFBookmarkGroup dealloc]): (-[IFBookmarkGroup topBookmark]): (-[IFBookmarkGroup insertBookmark:atIndex:ofBookmark:]): (-[IFBookmarkGroup removeBookmark:]): (-[IFBookmarkGroup insertNewBookmarkAtIndex:ofBookmark:title:image:URL:isLeaf:]): (-[IFBookmarkGroup updateBookmark:title:image:URL:]): (-[IFBookmarkGroup file]): (-[IFBookmarkGroup loadBookmarkGroup]): (-[IFBookmarkGroup saveBookmarkGroup]):
- Bookmarks.subproj/IFBookmarkLeaf.h: Added.
- Bookmarks.subproj/IFBookmarkLeaf.m: Added. (-[IFBookmarkLeaf dealloc]): (-[IFBookmarkLeaf title]): (-[IFBookmarkLeaf _setTitle:]): (-[IFBookmarkLeaf image]): (-[IFBookmarkLeaf _setImage:]): (-[IFBookmarkLeaf isLeaf]): (-[IFBookmarkLeaf URLString]): (-[IFBookmarkLeaf _setURLString:]):
- Bookmarks.subproj/IFBookmarkList.h: Added.
- Bookmarks.subproj/IFBookmarkList.m: Added. (-[IFBookmarkList initWithTitle:image:group:]): (-[IFBookmarkList dealloc]): (-[IFBookmarkList title]): (-[IFBookmarkList _setTitle:]): (-[IFBookmarkList image]): (-[IFBookmarkList _setImage:]): (-[IFBookmarkList isLeaf]): (-[IFBookmarkList children]): (-[IFBookmarkList _insertChild:atIndex:]):
- WebKit.pbproj/project.pbxproj: Updated for new files.
Apr 29, 2002:
- 4:34 PM Changeset in webkit [1086]
-
- 8 copies in tags/Alexander-2
This commit was manufactured by cvs2svn to create tag 'Alexander-2'.
- 4:34 PM Changeset in webkit [1085] by
-
- 4 edits in trunk/WebKit
Fix to 2915688. I wasn't checking if the main document error had an error, only
the resource errors.
- 10:06 AM Changeset in webkit [1084] by
-
- 3 edits in trunk/WebKit
Restored file, line, and function to log messages.
Apr 26, 2002:
- 12:23 PM Changeset in webkit [1083] by
-
- 6 edits in trunk/WebCore
- kwq/make-mac-encodings.c: (main): One more place that needed a workaround for Radar 2912404 (kCFStringEncodingInvalidId is negative even though CFStringEncoding is unsigned).
- kwq/KWQTextArea.mm: (-[KWQTextArea paragraphs]): Do this ourselves so we don't rely on WebFoundation.
- kwq/Makefile.am: Don't do a -I for WebFoundation.
- 10:11 AM Changeset in webkit [1082] by
-
- 12 edits16 adds in trunk/WebCore
Check in some old changes from my TiBook so I can trash the source tree.
Pay no attention to the man who is not supposed to be working.
- Tools/Scripts/find-unused-symbols: Added. Only partly done.
- configure.in: Some small tweaks.
WebCore:
Pay no attention to the man who is not supposed to be working.
- khtml/Makefile.am:
- khtml/css/Makefile.am:
- khtml/ecma/Makefile.am:
- khtml/html/Makefile.am:
- khtml/java/Makefile.am:
- khtml/misc/Makefile.am:
- khtml/rendering/Makefile.am:
- khtml/xml/Makefile.am: Don't generate empty .moc files or khtmldata.h; there's no reason not to just check them in instead. Also tweak a few build rules to use automatic make variables.
- khtml/ecma/kjs_window.moc: Added.
- khtml/html/html_documentimpl.moc: Added.
- khtml/html/htmltokenizer.moc: Added.
- khtml/java/kjavaapplet.moc: Added.
- khtml/java/kjavaappletcontext.moc: Added.
- khtml/java/kjavaappletserver.moc: Added.
- khtml/java/kjavaappletwidget.moc: Added.
- khtml/java/kjavadownloader.moc: Added.
- khtml/java/kjavaprocess.moc: Added.
- khtml/khtmlview.moc: Added.
- khtml/misc/khtmldata.h: Added.
- khtml/rendering/render_form.moc: Added.
- khtml/rendering/render_frames.moc: Added.
- khtml/rendering/render_replaced.moc: Added.
- khtml/xml/dom_docimpl.moc: Added.
- khtml/xml/xml_tokenizer.moc: Added.
- kwq/kwqdebug.mm: Make some globals private.