Timeline
Apr 2, 2002:
- 10:08 PM Changeset in webkit [946] by
-
- 1 edit in trunk/WebKit/Misc.subproj/WebFileDatabase.m
- CacheLoader.subproj/IFHTTPURLProtocolHandler.m:
- CacheLoader.subproj/IFMutableData.m:
- CacheLoader.subproj/IFMutableDataPrivate.m:
- CacheLoader.subproj/IFURLDiskCache.m:
- CacheLoader.subproj/IFURLHandle.m:
- CacheLoader.subproj/IFURLHandleCGlue.m:
- CacheLoader.subproj/IFURLLoad.m:
- CacheLoader.subproj/IFURLMemoryCache.m:
- Database.subproj/IFURLFileDatabase.m:
- Database.subproj/IFNDBMDatabase.m:
- Misc.subproj/IFLockFile.m: Add the newlines I omitted in my previous commits.
- 9:17 PM Changeset in webkit [945] by
-
- 4 edits in trunk/WebKit
- WebView.subproj/IFWebDataSourcePrivate.mm: (-[IFWebDataSource _setTitle:]): Update title if the page is already in the committed state.
- 6:50 PM Changeset in webkit [944] by
-
- 48 edits in trunk
WebFoundation:
- WebFoundation.pbproj/project.pbxproj: Update warning flags, add -DAPPLE_CHANGES, make sure we don't get debugging symbols in non-debug builds.
- Misc.subproj/WebFoundationDebug.h: Get rid of the log variants.
- Misc.subproj/WebFoundationDebug.m: Get rid of the log variants.
- CacheLoader.subproj/IFHTTPURLProtocolHandler.m:
- CacheLoader.subproj/IFURLDiskCache.m:
- CacheLoader.subproj/IFURLHandle.m:
- CacheLoader.subproj/IFURLLoad.m::
- CacheLoader.subproj/IFURLMemoryCache.m: Wean from the NSLog variants so they get printf type checking.
- JavaScriptCore.pbproj/project.pbxproj: Update flags as I did for WebFoundation.
WebCore:
- src/kwq/kwqdebug.h: Turn off logging when xNDEBUG is defined. Remove unused stuff. Add checking for printf parameters.
- src/kwq/kwqdebug.mm: Remove unused variants.
- src/kwq/KWQApplication.mm:
- src/kwq/KWQKGlobal.mm:
- src/kwq/KWQKloader.mm:
- src/kwq/KWQObject.mm:
- src/kwq/KWQString.mm:
- src/kwq/KWQToolTip.mm:
- src/kwq/KWQWidget.mm:
- src/kwq/WCPlugin.mm:
- src/kwq/WCPluginDatabase.mm:
- src/kwq/npapi.mm: Fix types in log statements caught by the compiler.
WebKit:
- WebKit.pbproj/project.pbxproj: Fix flags as I did in WebFoundation.
- Misc.subproj/WebKitDebug.h: Turn off logging when xNDEBUG is defined. Remove unused stuff. Add checking for printf parameters.
- Misc.subproj/WebKitDebug.m: Remove unused variants.
- Plugins.subproj/IFPluginView.mm: Change to use WebKit logging, not WebCore logging.
- WebView.subproj/IFMainURLHandleClient.mm:
- WebView.subproj/IFWebView.mm: Fix types in log statements caught by the compiler.
WebBrowser:
- WebBrowser.pbproj/project.pbxproj: Update flags as I did for WebFoundation.
- 3:34 PM Changeset in webkit [943] by
-
- 1 edit in trunk/WebKit/Misc.subproj/WebFileDatabase.m
Changes to get rid of logging from our non-development builds. We now define
xNDEBUG (will be NDEBUG some day if we can resolve the precompiled header issue)
for any non-development builds, and compile out logging code for those.
- CacheLoader.subproj/IFURLCacheLoaderConstantsPrivate.h: Update comment.
- CacheLoader.subproj/IFHTTPURLProtocolHandler.m:
- CacheLoader.subproj/IFURLDiskCache.m:
- CacheLoader.subproj/IFURLHandle.m:
- CacheLoader.subproj/IFURLLoad.m:
- CacheLoader.subproj/IFURLMemoryCache.m: Change callers to use macros instead of doing their own ifdefs in most cases. In the other cases, use an ifdef on xNDEBUG.
- Misc.subproj/WebFoundationDebug.h: Put in empty definitions for the xNDEBUG case. Also make macros for logging, not just debugging.
- Misc.subproj/WebFoundationDebug.m: Don't compile any of this when xNDEBUG is set.
- WebFoundation.pbproj/project.pbxproj: Remove the unused build style. Make the default build style set xNDEBUG using DEBUG_CFLAGS. Move our warning flags into WARNING_CFLAGS. Make the Development style override DEBUG_CFLAGS. Some other minor build setting cleanups.
- 3:01 PM Changeset in webkit [942]
-
- 1 copy2 deletes in tags/JavaScriptCore-2
This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-2'.
- 3:01 PM Changeset in webkit [941] by
-
- 5 edits in trunk/JavaScriptCore
- JavaScriptCore.pbproj/project.pbxproj: Pass -Wno-format-y2k so the project builds with gcc3.
- kjs/nodes.cpp: Avoid including an obsolete header to avoid warning with gcc3.
- 2:39 PM Changeset in webkit [940] by
-
- 7 edits in trunk/WebKit
2002-04-02 Chris Blumenberg <cblu@apple.com>
- Plugins.subproj/IFPluginView.mm: (-[IFPluginView IFURLHandleResourceDidCancelLoading:]), (-[IFPluginView IFURLHandle:resourceDidFailLoadingWithResult:]), (-[IFPluginView IFURLHandle:didRedirectToURL:]):
Added support for the above callbacks.
- WebView.subproj/IFMainURLHandleClient.mm: (-[IFMainURLHandleClient IFURLHandle:resourceDataDidBecomeAvailable:]):
Return an error if non-html is requested.
- 2:08 PM Changeset in webkit [939] by
-
- 5 edits in trunk/WebCore
Fixed a fix, shoulda' been a #ifndef to exclude unnecessary code.
- 12:47 PM Changeset in webkit [938]
-
- 19 copies in tags/ALEXANDER_0_2_PRE_7
This commit was manufactured by cvs2svn to create tag
'ALEXANDER_0_2_PRE_7'.
- 12:47 PM Changeset in webkit [937] by
-
- 10 edits in trunk
More noisy bulletproofing. Still need to find source of problem.
More relaxed about invalid states.
- 11:36 AM Changeset in webkit [936] by
-
- 4 edits in trunk/JavaScriptCore
- kjs/property_map.cpp: (PropertyMap::~PropertyMap): Deallocate the map by calling clear so we don't leak the entire map.
- 11:35 AM Changeset in webkit [935] by
-
- 4 edits in trunk/WebKit
- WebView.subproj/IFWebDataSourcePrivate.mm: (-[IFWebDataSource _setTitle:]): Fix a leak I introduced here by copying the string in a better way.
- 11:34 AM Changeset in webkit [934] by
-
- 7 edits in trunk/WebCore
Fix some small storage leaks.
- src/kwq/KWQWidget.mm: (QWidget::QWidget): Use a single shared default style instead of creating a new one for each widget. (QWidget::setFont): Since we store a QFont here, we don't have to delete the old font and we don't leak. (QWidget::setCursor): Since now store a QCursor here, we don't have to delete the old cursor. Also removed a lot of unused code in here.
- src/kwq/KWQKURL.mm: Minor code cleanup.
- 11:01 AM Changeset in webkit [933] by
-
- 8 edits in trunk/WebCore
Added ref() of part from KHTMView.
Added log to catch m_doc == 0 case. Should never happen.
- 9:37 AM Changeset in webkit [932] by
-
- 5 edits in trunk/WebCore
Removed unnecessary and erroneous call to CGContextSetCharacterSpacing.
- 9:20 AM Changeset in webkit [931] by
-
- 4 edits in trunk/JavaScriptCore
- kjs/internal.cpp: (InterpreterImp::globalClear): Add code to deallocate and null out emptyList, because once the last interpreter is destroyed there's nothing to keep it from being garbage collected.
Apr 1, 2002:
- 11:16 PM Changeset in webkit [930] by
-
- 6 edits in trunk/WebCore
- src/kwq/KWQKHTMLPart.mm (KHTMLPartPrivate::~KHTMLPartPrivate): Delete the jScript interpreter if it exists, to avoid leaking it. Also, garbage collect in this case because when we destroy the interpreter a lot of objects will become garbage and this seems like a good time to clean it all up.
- 10:01 PM Changeset in webkit [929] by
-
- 5 edits in trunk/WebCore
Added log to catch more problems with NS/CFURL.
- 9:17 PM Changeset in webkit [928] by
-
- 27 edits in trunk
Cleaned up lots of potentially stale references to controller.
Added ref count to part.
- 7:32 PM Changeset in webkit [927] by
-
- 22 edits in trunk
i Logging changes.
Changes to support correct i/frame behavior.
Changes to support correct behavior is i/frame margins and
scroll views.
Changed method name.
Support showing frames in render tree. This isn't a direct reflection of the
kde render tree. I nest the render trees for each part.
- 5:03 PM Changeset in webkit [926] by
-
- 10 edits in trunk/WebKit
Added method for updating url, title, and/or displayTitle
on existing entry.
- History.subproj/IFWebHistory.h:
- History.subproj/IFWebHistory.m: (-[IFWebHistory updateURL:title:displayTitle:forURL:]): Calls through to IFWebHistoryPrivate.
- History.subproj/IFWebHistoryPrivate.h:
- History.subproj/IFWebHistoryPrivate.m: (-[IFWebHistoryPrivate _entryForURLString:]): Broke this out from containsURL. (-[IFWebHistoryPrivate containsURL:]): Call broken-out method. (-[IFWebHistoryPrivate updateURL:title:displayTitle:forURL:]): Find existing entry (if any), change its attributes.
- BrowserDocument.m: (-[BrowserDocument displayName]): removed obsolete comment (-[BrowserDocument receivedPageTitle:forDataSource:]): update existing history entry; also use [NSArray makeObjectsPerformSelector] to simplify code.
- BrowserWindow.m: (-[BrowserWindow updateTitle]): removed; unbeknownst to me, there was already a synchronizeWindowTitleWithDocumentName that did this same thing. (-[BrowserWindow frameLoadCommitted:]): use synchronizeWindowTitleWithDocumentName
- 3:49 PM Changeset in webkit [925] by
-
- 8 edits in trunk/WebKit
- Misc.subproj/IFError.h: Add the failing URL to IFError.
- Misc.subproj/IFError.m: (-[IFError initWithErrorCode:]): Call through with nil for the URL. (-[IFError initWithErrorCode:failingURL:]): Retain the passed URL. (-[IFError dealloc]): Autorelease the URL. (-[IFError failingURL]): Return the URL. (-[IFError description]): Include the URL in the description.
- WebView.subproj/IFBaseWebControllerPrivate.mm: (-[IFBaseWebController _receivedProgress:forResource:fromDataSource:]), (-[IFBaseWebController _mainReceivedProgress:forResource:fromDataSource:]): Put the URL into the IFError.
- WebView.subproj/IFMainURLHandleClient.mm: (-[IFMainURLHandleClient IFURLHandle:resourceDidFailLoadingWithResult:]): Put the URL into the IFError.
- 1:59 PM Changeset in webkit [924] by
-
- 6 edits in trunk/WebCore
2002-04-01 Kenneth Kocienda <kocienda@apple.com>
The guts of the fix for this bug:
Radar 2879234 (Redirected URLs not used for subsequent GETs)
This change, though small, will fix most of the outstanding problems
with URL redirects. Some little bits of work need to be done, but much
of that is on the UI level.
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::begin), (KHTMLPart::setBaseURL):
- 1:42 PM Changeset in webkit [923] by
-
- 6 edits in trunk/WebCore
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::jScriptEnabled): Hook this up to the preference from WebKit. (KHTMLPart::jScript): Return 0 if JavaScript is disabled. This is exactly what the original KHTMLPart from KDE did.
- 1:00 PM Changeset in webkit [922] by
-
- 2 edits in trunk/WebKit/WebView.subproj
Made timing logs relative to start of document, not start of each data source.
- 12:46 PM Changeset in webkit [921] by
-
- 8 edits in trunk/WebKit
Added more logging to show time of layouts.
- 12:40 PM Changeset in webkit [920] by
-
- 7 edits in trunk/WebKit
WebKit:
Added operations for JavaScript objects. Not sure if this was the best
place for them, but it should be OK for now.
- Misc.subproj/IFCache.h:
- Misc.subproj/IFCache.mm: (+[IFCache setDisabled:]), (+[IFCache javaScriptObjectsCount]), (+[IFCache garbageCollectJavaScriptObjects]):
- WebKit.pbproj/project.pbxproj:
WebBrowser:
Rearranged caches window, renamed it, and added stuff about
JavaScript objects.
- Debug/CacheController.h:
- Debug/CacheController.mm: (-[CacheController windowDidLoad]), (-[CacheController emptyWebCoreCaches:]), (-[CacheController setStat:toKey:fromDict:]), (-[CacheController setTotal:fromDict:]), (-[CacheController refreshWebCoreStatisticsMatrix]), (-[CacheController refreshStatistics:]), (-[CacheController toggleDisableWebCoreCaches:]), (-[CacheController garbageCollectJavaScriptObjects:]):
- Debug/CacheController.nib:
- Debug/DebugUtilities.m: (+[DebugUtilities createDebugMenu]):
- 12:01 PM Changeset in webkit [919]
-
- 1 copy2 deletes in tags/JavaScriptCore-1
This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-1'.
- 12:01 PM Changeset in webkit [918] by
-
- 10 edits1 delete in trunk
Got rid of KWQDef.h because it's dangerous to have two files with
the same name and different contents.
- JavaScriptCore.pbproj/project.pbxproj:
- kjs/KWQDef.h: Removed.
- kjs/ustring.h: Defines unsigned int types inline now.
WebCore:
- src/kwq/KWQDef.h: Use KWQ_UNSIGNED_TYPES_DEFINED for compatibility with code in JavaScriptCore that has to do the same thing.
- 9:42 AM Changeset in webkit [917] by
-
- 17 edits2 deletes in trunk/WebCore
- src/kdelibs/khtml/khtmlview.cpp: (KHTMLView::restoreScrollBar): Disable code that checks if the scroll bar is visible, because it currently doesn't do us any good. We may want to turn it back on if we ever implement setVScrollBarMode. (KHTMLView::viewportWheelEvent): Disable this code for now since it requires access to the vertical scroll bar object.
- src/kdelibs/khtml/rendering/render_form.cpp: (RenderTextArea::calcMinMaxWidth): Use our own verticalScrollBarWidth and horizontalScrollBarHeight rather than getting scroll bar widgets.
- src/kwq/qt/qscrollview.h: Remove QScrollView::horizontalScrollBar() and QScrollView::verticalScrollBar(), since we don't have QWidgets to return for these two. We can re-add these later if we need to.
- src/kwq/qt/qtextedit.h: Removed QMultiLineEdit, and QTextEdit() constructor.
- src/kwq/kdeui/keditcl.h: Removed.
- src/kwq/KWQTextEdit.mm: Remove unused functions. (QTextEdit::verticalScrollBarWidth), (QTextEdit::horizontalScrollBarHeight): Implement these two new ones.
- src/kwq/KWQScrollView.mm: Remove unused functions.
- src/kdelibs/khtml/rendering/render_form.cpp: Fixed spelling error.
- 9:05 AM Changeset in webkit [916] by
-
- 1 delete in trunk/WebKit/WebKit.pbproj/kocienda.pbxuser
Added an icon for HotSpotFinder.
- Tools/HotSpotFinder/HotSpotFinder.pbproj/project.pbxproj:
- Tools/HotSpotFinder/noBikes.icns: Added.
Mar 31, 2002:
- 4:06 PM Changeset in webkit [915] by
-
- 7 edits in trunk/WebCore
Fix Radar 2890464 (abcnews.com renders as a blank blue page (probably a JavaScript
problem).) It turns out not to be a JavaScript problem:
- src/kwq/KWQKloader.mm: (-[URLLoadClient IFURLHandle:resourceDidFailLoadingWithResult:]): Report that load is finished to KDE layers. Otherwise, the tokenizer will wait forever for a script load completion message that never comes.
- 4:01 PM Changeset in webkit [914]
-
- 1 copy33 deletes in tags/WebFoundation-2
This commit was manufactured by cvs2svn to create tag
'WebFoundation-2'.
- 4:01 PM Changeset in webkit [913]
-
- 1 copy33 deletes in tags/WebFoundation-1
This commit was manufactured by cvs2svn to create tag
'WebFoundation-1'.
- 4:01 PM Changeset in webkit [912] by
-
- 1 edit in trunk/WebKit/Misc.subproj/WebFileDatabase.m
2002-03-31 Ken Kocienda <kocienda@apple.com>
Labyrinth:
Modified check file to correspond to new flow of control
in the loader involving results returned from cache.
- Tests/WebFoundation-CacheLoader/never-expires-test.chk:
Tweaked output of dates
- Tools/DiskCachePeek/DiskCachePeek.pbproj/project.pbxproj:
- Tools/DiskCachePeek/main.m: (main):
WebFoundation:
Better handling of cases where a revalidated cache object is returned,
including correct setting of headers and updating of cache object with revalidated
results.
The disk cache database now includes its own mmap code. Now, failed attempts to mmap a cache
file return better result codes. This makes it possible for the cache
to cut down on speculative disk I/O that had been necessary until now since
the mmap code in Foundation does not report why an mmap attempt failed.
- CacheLoader.subproj/IFHTTPURLProtocolHandler.h:
- CacheLoader.subproj/IFHTTPURLProtocolHandler.m: (-[IFHTTPURLProtocolHandler initWithURLLoad:]), (+[IFHTTPURLProtocolHandler parseHTTPDateString:]), (-[IFHTTPURLProtocolHandler debugStringForCacheAttributeValue:]), (-[IFHTTPURLProtocolHandler createHTTPRequest]), (-[IFHTTPURLProtocolHandler cacheObjectIsValid:]), (-[IFHTTPURLProtocolHandler cacheObjectRequiresRevalidation:]), (-[IFHTTPURLProtocolHandler shouldCacheResourceData]), (-[IFHTTPURLProtocolHandler timeIntervalFromHTTPResponseHeader:]), (-[IFHTTPURLProtocolHandler calculateObjectAge]):
- CacheLoader.subproj/IFURLLoad.m: (-[IFURLLoad succeeded]), (-[IFURLLoad shouldCacheResourceData]), (-[IFURLLoad didBeginLoading:]), (+[IFURLLoad IFURLLoadCacheCheckerRun:]):
- Database.subproj/IFURLFileDatabase.m: (URLFileReaderInit), (-[IFURLFileReader initWithPath:]), (-[IFURLFileReader data]), (-[IFURLFileReader dealloc]), (-[IFURLFileDatabase objectForKey:]), (-[IFURLFileDatabase performSetObject:forKey:]), (-[IFURLFileDatabase performRemoveObjectForKey:]):
- 7:33 AM Changeset in webkit [911] by
-
- 5 edits in trunk/WebCore
- src/kwq/KWQString.mm: (QString::toDouble): Fix to properly handle an empty string.
Mar 30, 2002:
- 10:48 PM Changeset in webkit [910] by
-
- 6 edits in trunk/JavaScriptCore
Fixed Radar 2891272 (JavaScript crashes loading quicktime.com and
apple.com)
- kjs/object.cpp: (ObjectImp::~ObjectImp): Don't call setGCAlloc on object internals pointed to, because they may have already been collected by the time this object is collected, and in that case we would corrupt the malloc arena.
- Makefile.am: Make the stamp file depend on all the sources and headers so the framework gets rebuilt properly.
- JavaScriptCore.pbproj/project.pbxproj: Some random numbers moved around. No idea what I really changed.
- 7:25 PM Changeset in webkit [909] by
-
- 3 edits in trunk/WebKit
Corrected comments describing the new 'acceptable to layout' state
transition.
- 5:02 PM Changeset in webkit [908] by
-
- 28 edits in trunk
- prepare-ChangeLog: Added a new "--open" option, which opens the ChangeLog files for you.
WebCore:
- src/kdelibs/khtml/xml/dom_docimpl.cpp: (DocumentImpl::setTitle): Call through to a new KHTMLPart::setTitle instead of the old setWindowCaption. We want to skip the special logic for using the URL if the title is blank, and for squeezing the title into a smaller string, because those are handled at a higher level.
- src/kwq/KWQKHTMLPart.h: Add setTitle. Also clean up ifdefs.
- src/kwq/KWQKHTMLPart.mm: (KHTMLPart::setTitle): New. Calls [IFWebDataSource _setTitle].
- src/kwq/kparts/part.h: Removed setWindowCaption.
- src/kwq/KWQPart.mm: Removed setWindowCaption.
- src/kwq/external.h: Add [IFWebDataSource _setTitle].
WebKit:
- WebView.subproj/IFBaseWebController.mm: (-[IFBaseWebController receivedPageTitle:forDataSource:]): Remove the exception from here. This is really a "do nothing, subclasses override me" method.
- WebView.subproj/IFWebDataSource.mm: (-[IFWebDataSource pageTitle]): Implement.
- WebView.subproj/IFWebDataSourcePrivate.h: Add pageTitle and [IFWebDataSource _setTitle].
- WebView.subproj/IFWebDataSourcePrivate.mm: (-[IFWebDataSourcePrivate dealloc]): autorelease pageTitle. (-[IFWebDataSource _setTitle:]): Update the title, trimming whitespace and using nil, rather than empty string, to mean no title at all. Call [receivedPageTitle: forDataSource:] as necessary too.
- WebView.subproj/IFMainURLHandleClient.mm: Did a gratuitious whitespace edit to force this file to recompile so everyone doesn't have to "make clean".
WebBrowser:
- BrowserDocument.m: (-[BrowserDocument currentTitle]): New. (-[BrowserDocument displayName]): Pass the title into the [AppController menuTitleForURL: withTitle:] method. (-[BrowserDocument addHistoryEntryForCurrentPage]): Pass the title into [IFURIEntry initWithURL: title:]. This isn't quite right, because we want to update the title later in case we add this history entry before the title is parsed. (-[BrowserDocument receivedPageTitle:forDataSource:]): If a new title arrives for the main frame's dataSource, then tell all the window controllser to synchronize their window titles with the document name. I stole this code from NSDocument.
- 4:15 PM Changeset in webkit [907] by
-
- 13 edits in trunk
Added support for scrolling to anchor points.
Optimization: we always load the page, even if the URL that contains
the anchor is the current page.
- 1:40 PM Changeset in webkit [906] by
-
- 6 edits in trunk/WebCore
Added log to note cases of NSURL (CFURL) being unable to
correctly initialize from URLs. This log will likely indicate
bugs in CFURL.
- 12:57 PM Changeset in webkit [905] by
-
- 9 edits in trunk/WebCore
Twiddling with baselines. kde 2.2 appears to not line up baselines correctly.
Need to experiment with kde 3.
Removed copy of function prototype, instead included the correct header.
Fixed crasher in setFocusPolicy, I don't think we even need to use kde's focus policy.
This was added during the kde 3 beta 2 merge.
- 11:43 AM Changeset in webkit [904] by
-
- 7 edits in trunk/WebCore
- Tests/kde/kurl-test.chk: Add test results for new tests. Fix spelling error in results for one existing test.
- Tests/kde/kurl-test.cpp: Don't bother using endl, since it just makes things more verbose and doesn't help. (testURL): Add a new overload to use for relative URL tests. (main): Add two new tests for relative URLs with colons in them.
- Tools/HotSpotFinder/HotSpotFinder.pbproj/project.pbxproj: Just update to newer Project Builder.
- Tests/libiftest/IFCheckLeaks.c: Ignore another reported leak, IOPSAllocateBlitEngine, although I haven't tracked down whether this is a real leak or not.
- WebCore/src/kwq/KWQKURL.mm: (copyAndReplaceAll), (needToHideColons): New functions used in workaround for CFURL bug. (KURL::normalizeRelativeURLString): Add workaround for CFURL bug; hide colons that would confuse CFURL from the CFURL code.
- WebCore/src/kwq/KWQFont.mm: (QFont::getFont): Use lossyCString instead of cString for debugging messages.
- 11:17 AM Changeset in webkit [903] by
-
- 9 edits in trunk/JavaScriptCore
- kjs/grammar.y: Took out Id tag so we won't constantly need to update grammar.cpp.
- kjs/grammar.cpp: Regenerated without Id tag.
- .cvsignore: Ignore some additional autogenerated files.
- kjs/.cvsignore: Ignore some additional autogenerated files.
- 3:19 AM Changeset in webkit [902] by
-
- 4 edits in trunk/JavaScriptCore
- JavaScriptCore.pbproj/project.pbxproj: Install some of the headers.
- 3:01 AM Changeset in webkit [901] by
-
- 16 edits16 adds in trunk
Turned JavaScriptCore into a framework, and made it build with Project
Builder in preparation for submission:
Top level:
- Tests/kde/Makefile.am: Link against JavaScriptCore.framework instead of the defunct libJavaScriptCore.dylib.
- Tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj: Likewise.
- Tests/qt/Makefile.am: Likewise.
Converted JavaScriptCore to build with Project Builder, in
preparation for B&I submission.
- English.lproj/InfoPlist.strings: Added.
- JavaScriptCore.pbproj/.cvsignore: Added.
- JavaScriptCore.pbproj/project.pbxproj: Added.
- .cvsignore: Update the set of ignored things.
- Makefile.am: Hand off to PB for the main build, but still handle the generated files and the test program.
- kjs/Makefile.am: Don't build anything except the generated source files.
- kjs/KWQDef.h, kjs/config.h: Added minimal versions of these files to get kjs to build.
Check in all the genrated files, since Project Builder isn't up to
the task of handling built sources:
- kjs/array_object.lut.h: Added.
- kjs/date_object.lut.h: Added.
- kjs/grammar.cpp: Added.
- kjs/grammar.cpp.h: Added.
- kjs/grammar.h: Added.
- kjs/lexer.lut.h: Added.
- kjs/math_object.lut.h: Added.
- kjs/number_object.lut.h: Added.
- kjs/string_object.lut.h: Added.
- kjs/.cvsignore: Update set of ignored things.
WebCore:
- src/Makefile.am: Link against JavaScriptCore.framework instead of the defunct libJavaScriptCore.dylib.
WebKit:
- WebKit.pbproj/project.pbxproj: Link against JavaScriptCore.framework instead of the defunct libJavaScriptCore.dylib.
WebBrowser:
- WebBrowser.pbproj/project.pbxproj: Link against JavaScriptCore.framework instead of the defunct libJavaScriptCore.dylib.
Mar 29, 2002:
- 4:04 PM Changeset in webkit [900] by
-
- 5 edits in trunk/WebCore
- src/kdelibs/khtml/rendering/render_image.cpp: (RenderImage::updateFromElement): Make images with no src, or src="" be empty rather than being the page itself loaded as an image.
- 3:05 PM Changeset in webkit [899] by
-
- 16 edits in trunk
More fixes for cancelling. Fixed some code that appears to have been
mis-merged after the KDE 3 beta 2 landing.
Fixes for cancelling. Still need to think about a better
solution than putting data sources in stopped mode.
Temporary bandaid to get past extra release crasher.
- 11:44 AM Changeset in webkit [898] by
-
- 7 edits in trunk/WebCore
- src/kwq/KWQKloader.mm: (Cache::getStatistics), (Cache::flushAll): Fix both of these to work when cache is not yet allocated.
- 11:35 AM Changeset in webkit [897] by
-
- 21 edits in trunk
Hooked up redirect. Now we see many more ads. :(
Fixed cancel of main handle for document.
Moved stop before start from frame to data source.
Hooked up redirect.
- 10:43 AM Changeset in webkit [896]
-
- 44 copies12 deletes in tags/KDE_3_0_RC_3
This commit was manufactured by cvs2svn to create tag 'KDE_3_0_RC_3'.
- 10:43 AM Changeset in webkit [895] by
-
- 2 edits in branches/kde/WebCore
rc 3 version
- 10:42 AM Changeset in webkit [894]
-
- 48 copies4 deletes in tags/KDE_3_0_BETA_2
This commit was manufactured by cvs2svn to create tag
'KDE_3_0_BETA_2'.
- 10:42 AM Changeset in webkit [893] by
-
- 2 edits in branches/kde/WebCore
beta 2 version
- 10:36 AM Changeset in webkit [892] by
-
- 2 edits in branches/kde/WebCore
beta 2 version
- 10:13 AM Changeset in webkit [891] by
-
- 8 edits in trunk/WebKit
Added stopLoading to startLoading to cancel any pending loads before
new loads start. This doesn't work yet because of loader bugs, but will
once those are fixed.
Adding logging for redirects.
- 9:53 AM Changeset in webkit [890] by
-
- 1 edit in trunk/WebKit/Misc.subproj/WebFileDatabase.m
2002-03-29 Kenneth Kocienda <kocienda@apple.com>
Added exception handling to the code that reads cache files from
disk. This should isolate the application from exiting when
an exception is thrown by NSArchiver in its efforts to unarchive
cache files.
- Database.subproj/IFURLFileDatabase.m: (-[IFURLFileDatabase objectForKey:]):
- 9:12 AM Changeset in webkit [889] by
-
- 4 edits in trunk/WebKit
- WebView.subproj/IFWebFramePrivate.mm: (-[IFWebFramePrivate dealloc]): Deref the renderFramePart, and autorelease the provisionalDataSource. (-[IFWebFramePrivate setRenderFramePart:]): Ref renderFramePart while we hold it.
- 8:51 AM Changeset in webkit [888] by
-
- 5 edits in trunk/WebCore
2002-03-29 Kenneth Kocienda <kocienda@apple.com>
Workaround for Radar 2890624 (Double free of image data in QPixmap)
This hack is necessary for the app to run on some Jaguar system. Otherwise
images that the GIF library cannot decode will cause a crash.
- src/kwq/KWQPixmap.mm: (QPixmap::QPixmap):