Timeline
May 20, 2003:
- 5:19 PM Changeset in webkit [4402] by
-
- 6 edits in trunk/WebKit
Fixed 3262825.
Fixed 3245625.
Fixed 3262547.
Recursively check items when going back/forward to ensure all
frame URLs are correct.
Added some logging to help diagnose back/forward problems.
Reviewed by John.
- History.subproj/WebHistory.m: (-[WebHistory addItem:]):
- Misc.subproj/WebKitLogging.h:
- Misc.subproj/WebKitLogging.m:
- WebView.subproj/WebDataSource.m: (-[WebDataSource initWithRequest:]):
- WebView.subproj/WebFramePrivate.m: (-[WebFrame _createItem:]): (-[WebFrame _createItemTreeWithTargetFrame:clippedAtTarget:]): (-[WebFrame _transitionToCommitted:]): (-[WebFrame _URLsMatchItem:]): (-[WebFrame _loadItem:withLoadType:]):
- 3:43 PM Changeset in webkit [4401] by
-
- 3 edits in trunk
Safari-81u
- 3:09 PM Changeset in webkit [4400]
-
- 3 copies1 delete in branches/Safari-80~1-branch
This commit was manufactured by cvs2svn to create branch
'Safari-80~1-branch'.
- 3:09 PM Changeset in webkit [4399]
-
- 3 copies1 delete in tags/Safari-80~1-anchor
This commit was manufactured by cvs2svn to create tag
'Safari-80~1-anchor'.
- 3:09 PM Changeset in webkit [4398]
-
- 3 copies in tags/Safari-80
This commit was manufactured by cvs2svn to create tag 'Safari-80'.
- 3:09 PM Changeset in webkit [4397] by
-
- 8 edits in trunk
Safari-80 version stamp
- 10:48 AM Changeset in webkit [4396] by
-
- 4 edits in trunk/WebKit
Reviewed by Darin
Due to some header file changes in Foundation on Panther,
Tweaked some includes so that WebKit builds on Jaguar
and Panther.
- Carbon.subproj/CarbonWindowFrame.m:
- Plugins.subproj/WebNetscapePluginPackage.m:
- Plugins.subproj/WebPluginPackage.m:
May 19, 2003:
- 8:47 PM Changeset in webkit [4395] by
-
- 10 edits in trunk
- fixed 3261096 - Make WebKit an umbrella framework
- JavaScriptCore.pbproj/project.pbxproj: In a B&I build, compile as a sub-umbrella of WebKit.
WebCore:
- fixed 3261096 - Make WebKit an umbrella framework
- WebCore.pbproj/project.pbxproj: In a B&I build, compile as a sub-umbrella of WebKit.
WebKit:
- fixed 3261096 - Make WebKit an umbrella framework
- WebKit.pbproj/project.pbxproj: Build WebKit as a public umbrella framework when doing a B&I build.
WebBrowser:
- fixed 3261096 - Make WebKit an umbrella framework
- WebBrowser.pbproj/project.pbxproj: Build with umbrella public WebKit when doing a B&I build.
- 2:29 PM Changeset in webkit [4394] by
-
- 3 edits in trunk/WebKit
Reviewed by Darin
- Panels.subproj/WebAuthenticationPanel.m: Now imports Foundation/NSURLCredential.h
- WebCoreSupport.subproj/WebCookieAdapter.m: Now imports Foundation/NSHTTPCookie.h
- 1:10 PM Changeset in webkit [4393] by
-
- 58 edits in trunk/WebKit
top level:
Reviewed by Darin
Changes to move from WebFoundation to Foundation
- Makefile.am: Add some targets to check out and build Foundation.
- configure.in: Add some more command line options to support building Foundation.
- make-Foundation.sh.in: Added. Helper script to build Foundation.
Tests:
Reviewed by Darin
Changed imports to include headers from Foundation
instead of WebFoundation.
Removed WebFoundation.framework as a dependency in
the project files.
Updated some test files to use Foundation-related names
instead of WebFoundation-related names.
No longer build WebFoundation-CacheLoader subdirectory.
This test has not worked in a very long time. No need
to keep up the ruse as long as the test does not work.
- PDFViewer/DocumentController.m:
- PDFViewer/PDFViewer.pbproj/project.pbxproj:
- SimpleViewer/DocumentController.m:
- SimpleViewer/SimpleViewer.pbproj/project.pbxproj:
- SnippetEditor/SnippetController.m:
- SnippetEditor/SnippetEditor.pbproj/project.pbxproj:
- WebFoundation-CacheLoader/NeverExpiresTest.m: (-[NeverExpiresTest setUp]):
- WebFoundation-Misc/Makefile.am:
WebKit:
Reviewed by Darin
Changed imports to include headers from Foundation
instead of WebFoundation.
Removed WebFoundation.framework as a dependency in
the project file.
- History.subproj/WebHistory.m:
- History.subproj/WebHistoryItem.m:
- History.subproj/WebHistoryPrivate.m:
- History.subproj/WebURLsWithTitles.m:
- Misc.subproj/WebDownload.h:
- Misc.subproj/WebDownload.m:
- Misc.subproj/WebFileDatabase.m:
- Misc.subproj/WebIconDatabase.m:
- Misc.subproj/WebIconLoader.m:
- Misc.subproj/WebKitErrors.m:
- Misc.subproj/WebKitErrorsPrivate.h:
- Misc.subproj/WebNSPasteboardExtras.m:
- Misc.subproj/WebNSViewExtras.m:
- Panels.subproj/WebAuthenticationPanel.h:
- Panels.subproj/WebAuthenticationPanel.m:
- Panels.subproj/WebPanelAuthenticationHandler.h:
- Panels.subproj/WebPanelAuthenticationHandler.m:
- Plugins.subproj/WebBaseNetscapePluginStream.m:
- Plugins.subproj/WebBaseNetscapePluginView.m:
- Plugins.subproj/WebNetscapePluginDocumentView.m:
- Plugins.subproj/WebNetscapePluginEmbeddedView.m:
- Plugins.subproj/WebNetscapePluginRepresentation.m:
- Plugins.subproj/WebNetscapePluginStream.m:
- Plugins.subproj/WebNullPluginView.m:
- Plugins.subproj/WebPluginController.m:
- WebCoreSupport.subproj/WebBridge.m:
- WebCoreSupport.subproj/WebCookieAdapter.m:
- WebCoreSupport.subproj/WebImageRendererFactory.m:
- WebCoreSupport.subproj/WebSubresourceClient.m:
- WebKit.pbproj/project.pbxproj:
- WebView.subproj/WebBaseResourceHandleDelegate.m:
- WebView.subproj/WebDataProtocol.h:
- WebView.subproj/WebDataProtocol.m:
- WebView.subproj/WebDataSource.m:
- WebView.subproj/WebDataSourcePrivate.m:
- WebView.subproj/WebDefaultContextMenuDelegate.m:
- WebView.subproj/WebDefaultFrameLoadDelegate.m:
- WebView.subproj/WebDefaultPolicyDelegate.m:
- WebView.subproj/WebDefaultResourceLoadDelegate.m:
- WebView.subproj/WebDefaultUIDelegate.m:
- WebView.subproj/WebFrame.m:
- WebView.subproj/WebFramePrivate.m:
- WebView.subproj/WebFrameView.m:
- WebView.subproj/WebFrameViewPrivate.m:
- WebView.subproj/WebHTMLRepresentation.m:
- WebView.subproj/WebHTMLViewPrivate.m:
- WebView.subproj/WebImageRepresentation.m:
- WebView.subproj/WebMainResourceClient.m:
- WebView.subproj/WebPreferences.m:
- WebView.subproj/WebTextRepresentation.m:
- WebView.subproj/WebTextView.m:
- WebView.subproj/WebUIDelegate.h:
- WebView.subproj/WebView.m:
- WebView.subproj/WebViewPrivate.m:
WebBrowser:
Reviewed by Darin
Changed imports to include headers from Foundation
instead of WebFoundation.
Removed WebFoundation.framework as a dependency in
the project file.
- AppController.m:
- BookmarkSource.m:
- BookmarksViewController.m:
- BrowserDocument.h:
- BrowserDocument.m:
- BrowserDocumentController.m:
- BrowserNSBundleExtras.m:
- BrowserNSErrorExtras.h:
- BrowserNSErrorExtras.m:
- BrowserNSNetServiceExtras.m:
- BrowserNSStringExtras.m:
- BrowserNSURLExtras.m:
- BrowserWebBookmarkExtras.m:
- BrowserWebController.m:
- BrowserWindowController.m:
- BugReportController.m:
- ContextMenuHandler.m:
- Debug/CacheController.m:
- Debug/DebugUtilities.m:
- Debug/SnippetController.m:
- DownloadMonitor.m:
- DownloadProgressEntry.m:
- DownloadRow.m:
- FormCompletionController.m:
- FrameProgressEntry.m:
- GlobalHistory.m:
- GoogleSearchChannel.m:
- HTMLSourceDocument.m:
- LoadProgressMonitor.m:
- LocationChangeError.m:
- LocationChangeHandler.m:
- LocationFieldEditor.m:
- NewBookmarksController.m:
- Preferences.subproj/AcceptedCookies.m:
- Preferences.subproj/AdvancedPreferences.m:
- Preferences.subproj/DefaultBrowserController.m:
- Preferences.subproj/PasswordsEditor.m:
- Preferences.subproj/SecurityPreferences.m:
- Preferences.subproj/WBPreferences.m:
- RendezvousController.m:
- ResourceProgressEntry.m:
- SlidingAnimation.m:
- SpinningProgressIndicator.m:
- TabBarView.m:
- Test/PageLoadTestController.m:
- Test/PageLoadTestRunner.m:
- TitleBarButton.m:
- URLCompletionController.m:
- WebBookmarkImporter.m:
- WebBookmarkLeaf.m:
- main.m:
- 11:55 AM Changeset in webkit [4392] by
-
- 3 edits in trunk/WebCore
Reviewed by Darin
Fixed build problem with declaring MIMEType as a category
on NSObject. This method needs to be typed to return NSString.
- kwq/KWQLoader.mm