Timeline
Feb 8, 2002:
- 5:10 PM Changeset in webkit [608] by
-
- 6 edits in trunk/WebKit
Changed back & forward to goBack and goForward and made them not return
a value (so signatures match those in WebBrowser). Added backEntry and
forwardEntry that don't alter the list. These will be needed to ask to
go to the URL at the back position without altering the back list until
the change is committed.
- History.subproj/IFBackForwardList.h:
- History.subproj/IFBackForwardList.m: (-[IFBackForwardList goBack]), (-[IFBackForwardList backEntry]), (-[IFBackForwardList currentEntry]), (-[IFBackForwardList forwardEntry]), (-[IFBackForwardList goForward]):
- BrowserDocument.m: (-[BrowserDocument goBack]), (-[BrowserDocument goForward]): Updated to match new API from IFBackForwardList. Behavior is unchanged for now.
Feb 7, 2002:
- 6:20 PM Changeset in webkit [607] by
-
- 2 edits in trunk/WebCore
removed unnecessary adjustment for scroll width.`:
- 6:20 PM Changeset in webkit [606] by
-
- 13 edits in trunk/WebKit/WebView.subproj
Fixed deallocs.
- 5:56 PM Changeset in webkit [605] by
-
- 2 adds in trunk/WebKit/WebView.subproj
New file.
- 5:55 PM Changeset in webkit [604] by
-
- 18 edits2 adds in trunk
More changes to IFLocationChangeHandler API.
- 5:38 PM Changeset in webkit [603] by
-
- 4 edits in trunk/WebKit
factor private class out of IFWebFrame.
- 5:26 PM Changeset in webkit [602] by
-
- 7 edits in trunk/WebKit
Fixed HIToolbox include problem. Ricard added a call to stop in IFWebViewPrivate
- 4:21 PM Changeset in webkit [601] by
-
- 12 edits19 adds16 deletes in trunk
- Renamed WebCore plug-in classes to WC*.
- Created Plugins.subproj in WebKit.
- Created IFCarbonWindowView.
- Moved IFPluginView to WebKit.
- Turned off -Werror in WebKit until Macjiej updates the warning problem in NSStringBuffer.h
Modified Files:
WebCore/src/kwq/KWQKConfigBase.mm
WebCore/src/kwq/KWQKHTMLPart.mm WebCore/src/kwq/Makefile.am
WebCore/src/kwq/npapi.h WebCore/src/kwq/npapi.mm
WebKit/WebKit.pbproj/project.pbxproj
Added Files:
WebCore/src/kwq/WCPlugin.h WebCore/src/kwq/WCPlugin.mm
WebCore/src/kwq/WCPluginDatabase.h
WebCore/src/kwq/WCPluginDatabase.mm
WebCore/src/kwq/WCPluginWidget.h
WebCore/src/kwq/WCPluginWidget.mm
WebKit/Plugins.subproj/IFCarbonWindowView.h
WebKit/Plugins.subproj/IFCarbonWindowView.m
WebKit/Plugins.subproj/IFPluginView.h
WebKit/Plugins.subproj/IFPluginView.mm
Removed Files:
WebCore/src/kwq/WKPlugin.h WebCore/src/kwq/WKPlugin.mm
WebCore/src/kwq/WKPluginDatabase.h
WebCore/src/kwq/WKPluginDatabase.mm
WebCore/src/kwq/WKPluginView.h WebCore/src/kwq/WKPluginView.mm
WebCore/src/kwq/WKPluginWidget.h
WebCore/src/kwq/WKPluginWidget.mm
- 3:03 PM Changeset in webkit [600] by
-
- 19 edits in trunk
Updated IFLocationChangeHandler API.
Feb 6, 2002:
- 6:15 PM Changeset in webkit [599] by
-
- 3 edits in trunk/WebKit/WebView.subproj
Fixed comment.
- 6:15 PM Changeset in webkit [598] by
-
- 3 edits in trunk/WebCore
Fixed debuggging test.
- 6:00 PM Changeset in webkit [597] by
-
- 6 edits in trunk/WebCore
Fixed allocation problems.
- 6:00 PM Changeset in webkit [596] by
-
- 14 edits in trunk/WebKit
Fixed allocation problems. Implemented parent->child management
for datasource correctly.