⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Timeline



Feb 9, 2003:

10:01 AM Changeset in webkit [3615]
  • 4 copies
    2 deletes in tags/JavaScriptCore-60

This commit was manufactured by cvs2svn to create tag
'JavaScriptCore-60'.

10:01 AM Changeset in webkit [3614] by darin
  • 1 edit in branches/JavaScriptCore-60-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

Update project for tarball.

9:56 AM Changeset in webkit [3613]
  • 23 copies
    3 deletes in tags/WebCore-60

This commit was manufactured by cvs2svn to create tag 'WebCore-60'.

9:56 AM Changeset in webkit [3612] by darin
  • 1 edit in branches/WebCore-60-tarball-branch/WebCore/WebCore.pbproj/project.pbxproj

Tweak project for tarball.

Feb 7, 2003:

11:14 PM Changeset in webkit [3611] by darin
  • 5 edits in trunk/WebCore

Reviewed by Maciej.

  • fixed 3145899 -- tf1.fr page marked UTF-8 is being decoded as Latin-1 (due to <noscript> before <meta>)
  • khtml/misc/decoder.cpp: (Decoder::decode): Add NOSCRIPT to the list of tags that are allowed before META tags that specify character sets.
  • fixed 3144214 -- treat Big5 as Windows CP 950 the same way TEC does
  • kwq/mac-encodings.txt: Move Big5 names to kCFStringEncodingDOSChineseTrad instead of kCFStringEncodingBig5.
  • kwq/KWQCharsetData.c: Regenerated.
2:08 PM Changeset in webkit [3610] by rjw
  • 26 edits in trunk

WebKit:

Changes to support per WebController preferences.

Reviewed by Maciej and Ken.

  • WebView.subproj/WebController.m: (-[WebController setPreferences:]):
  • WebView.subproj/WebControllerPrivate.h:
  • WebView.subproj/WebControllerPrivate.m: (-[WebControllerPrivate init]): (-[WebControllerPrivate dealloc]): (-[WebController _setFormDelegate:]): (-[WebController _formDelegate]): (-[WebController _settings]): (-[WebController _updateWebCoreSettingsFromPreferences:]): (-[WebController _releaseUserAgentStrings]): (-[WebController _preferencesChangedNotification:]):
  • WebView.subproj/WebFrame.m: (-[WebFrame initWithName:webView:controller:]):
  • WebView.subproj/WebPreferences.h:
  • WebView.subproj/WebPreferences.m: (-[WebPreferences _postPreferencesChangesNotification]): (+[WebPreferences load]): (-[WebPreferences _stringValueForKey:]): (-[WebPreferences _setStringValue:forKey:]): (-[WebPreferences _integerValueForKey:]): (-[WebPreferences _setIntegerValue:forKey:]): (-[WebPreferences _boolValueForKey:]): (-[WebPreferences _setBoolValue:forKey:]): (-[WebPreferences standardFontFamily]): (-[WebPreferences setStandardFontFamily:]): (-[WebPreferences fixedFontFamily]): (-[WebPreferences setFixedFontFamily:]): (-[WebPreferences serifFontFamily]): (-[WebPreferences setSerifFontFamily:]): (-[WebPreferences sansSerifFontFamily]): (-[WebPreferences setSansSerifFontFamily:]): (-[WebPreferences cursiveFontFamily]): (-[WebPreferences setCursiveFontFamily:]): (-[WebPreferences fantasyFontFamily]): (-[WebPreferences setFantasyFontFamily:]): (-[WebPreferences defaultFontSize]): (-[WebPreferences setDefaultFontSize:]): (-[WebPreferences defaultFixedFontSize]): (-[WebPreferences setDefaultFixedFontSize:]): (-[WebPreferences minimumFontSize]): (-[WebPreferences setMinimumFontSize:]): (-[WebPreferences defaultTextEncodingName]): (-[WebPreferences setDefaultTextEncodingName:]): (-[WebPreferences userStyleSheetEnabled]): (-[WebPreferences setUserStyleSheetEnabled:]): (-[WebPreferences userStyleSheetLocation]): (-[WebPreferences setUserStyleSheetLocation:]): (-[WebPreferences JavaEnabled]): (-[WebPreferences setJavaEnabled:]): (-[WebPreferences JavaScriptEnabled]): (-[WebPreferences setJavaScriptEnabled:]): (-[WebPreferences JavaScriptCanOpenWindowsAutomatically]): (-[WebPreferences setJavaScriptCanOpenWindowsAutomatically:]): (-[WebPreferences pluginsEnabled]): (-[WebPreferences setPluginsEnabled:]): (-[WebPreferences allowAnimatedImages]): (-[WebPreferences allowAnimatedImageLooping]): (-[WebPreferences setAllowAnimatedImageLooping:]): (-[WebPreferences setWillLoadImagesAutomatically:]): (-[WebPreferences willLoadImagesAutomatically]): (-[WebPreferences _initialTimedLayoutDelay]): (-[WebPreferences _initialTimedLayoutSize]): (-[WebPreferences _pageCacheSize]): (-[WebPreferences _objectCacheSize]): (-[WebPreferences _initialTimedLayoutEnabled]): (-[WebPreferences _resourceTimedLayoutDelay]): (-[WebPreferences _resourceTimedLayoutEnabled]):
  • WebView.subproj/WebPreferencesPrivate.h:

WebCore:

Changes to support per WebController preferences.
KHTMLPart now always accesses preferences from it's m_setting.
Changes made to WebPreferences pass to WebCoreSetting to KTMLSettings.
Added JavaScriptCanOpenWindowsAutomatically to KHTMLSettings.

Reviewed by Maciej and Ken.

  • khtml/ecma/kjs_window.cpp: (WindowFunc::tryCall):
  • khtml/khtml_part.cpp: (KHTMLPart::init): (KHTMLPart::restoreURL): (KHTMLPart::openURL): (KHTMLPart::begin): (KHTMLPart::reparseConfiguration):
  • khtml/khtmlpart_p.h:
  • kwq/KWQKConfigBase.h:
  • kwq/KWQKConfigBase.mm: (KConfig::readUnsignedNumEntry):
  • kwq/KWQKHTMLPart.h:
  • kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::setSettings):
  • kwq/KWQKHTMLSettings.h:
  • kwq/KWQKHTMLSettings.mm: (KHTMLSettings::stdFontName): (KHTMLSettings::fixedFontName): (KHTMLSettings::serifFontName): (KHTMLSettings::sansSerifFontName): (KHTMLSettings::cursiveFontName): (KHTMLSettings::fantasyFontName): (KHTMLSettings::minFontSize): (KHTMLSettings::mediumFontSize): (KHTMLSettings::mediumFixedFontSize): (KHTMLSettings::isJavaEnabled): (KHTMLSettings::autoLoadImages): (KHTMLSettings::isPluginsEnabled): (KHTMLSettings::isJavaScriptEnabled): (KHTMLSettings::JavaScriptCanOpenWindowsAutomatically): (KHTMLSettings::userStyleSheet): (KHTMLSettings::setStdFontName): (KHTMLSettings::setFixedFontName): (KHTMLSettings::setSerifFontName): (KHTMLSettings::setSansSerifFontName): (KHTMLSettings::setCursiveFontName): (KHTMLSettings::setFantasyFontName): (KHTMLSettings::setMinFontSize): (KHTMLSettings::setMediumFontSize): (KHTMLSettings::setMediumFixedFontSize): (KHTMLSettings::setAutoLoadImages): (KHTMLSettings::setIsJavaScriptEnabled): (KHTMLSettings::setIsJavaEnabled): (KHTMLSettings::setArePluginsEnabled): (KHTMLSettings::setJavaScriptCanOpenWindowsAutomatically): (KHTMLSettings::setUserStyleSheet):
  • kwq/WebCoreBridge.h:
  • kwq/WebCoreBridge.mm: (-[WebCoreBridge init]): (-[WebCoreBridge initializeSettings:]):
  • kwq/WebCoreSettings.h:
  • kwq/WebCoreSettings.mm: (-[WebCoreSettings dealloc]): (-[WebCoreSettings init]): (-[WebCoreSettings setStandardFontFamily:]): (-[WebCoreSettings setFixedFontFamily:]): (-[WebCoreSettings setSerifFontFamily:]): (-[WebCoreSettings setSansSerifFontFamily:]): (-[WebCoreSettings setCursiveFontFamily:]): (-[WebCoreSettings setFantasyFontFamily:]): (-[WebCoreSettings setMinimumFontSize:]): (-[WebCoreSettings setDefaultFontSize:]): (-[WebCoreSettings setDefaultFixedFontSize:]): (-[WebCoreSettings setJavaEnabled:]): (-[WebCoreSettings setPluginsEnabled:]): (-[WebCoreSettings setJavaScriptEnabled:]): (-[WebCoreSettings setJavaScriptCanOpenWindowsAutomatically:]): (-[WebCoreSettings setWillLoadImagesAutomatically:]): (-[WebCoreSettings setUserStyleSheetLocation:]): (-[WebCoreSettings userStyleSheetLocation]): (-[WebCoreSettings settings]):
12:49 PM Changeset in webkit [3609]
  • 23 copies
    3 deletes in branches/WebCore-60-tarball-branch

This commit was manufactured by cvs2svn to create branch
'WebCore-60-tarball-branch'.

12:49 PM Changeset in webkit [3608]
  • 23 copies
    3 deletes in tags/WEBCORE_60_TARBALL_BRANCH_ANCHOR

This commit was manufactured by cvs2svn to create tag
'WEBCORE_60_TARBALL_BRANCH_ANCHOR'.

12:49 PM Changeset in webkit [3607]
  • 31 copies
    1 delete in tags/Safari-60

This commit was manufactured by cvs2svn to create tag 'Safari-60'.

12:49 PM Changeset in webkit [3606]
  • 4 copies
    2 deletes in branches/JavaScriptCore-60-branch

This commit was manufactured by cvs2svn to create branch
'JavaScriptCore-60-branch'.

12:49 PM Changeset in webkit [3605]
  • 4 copies
    2 deletes in tags/JAVASCRIPTCORE_60_BRANCH_ANCHOR

This commit was manufactured by cvs2svn to create tag
'JAVASCRIPTCORE_60_BRANCH_ANCHOR'.

12:49 PM Changeset in webkit [3604] by sheridan
  • 8 edits in branches/Safari-0-8-2-branch

Safari-60

10:59 AM Changeset in webkit [3603] by darin
  • 3 edits in branches/Safari-0-8-2-branch/WebCore

Rolled change from trunk to branch.

2003-02-07 Darin Adler <Darin Adler>

Reviewed by Dave.

  • fixed 3165171 -- REGRESSION: images overlap text
  • khtml/rendering/table_layout.cpp: (AutoTableLayout::calcEffectiveWidth): Change to distribute space to the fixed columns first so the code to distribute to non-fixed columns does not assume it can distribute more to the fixed columns than it really can.
10:53 AM Changeset in webkit [3602] by kocienda
  • 3 edits in branches/Safari-0-8-2-branch/WebCore

Rolled changes from trunk onto branch to fix this bug:

Radar 3165860 (REGRESSION: most of the page disappears when you mouse over DHTML at rollingstone.com)

Original comment for checkin:

2003-02-06 David Hyatt <hyatt@apple.com>

Fix rollingstone regression.

Reviewed by mjs

  • khtml/rendering/render_object.cpp: (RenderObject::setLayouted):
10:49 AM Changeset in webkit [3601] by kocienda
  • 4 edits in branches/Safari-0-8-2-branch/WebCore

Moved Darin's copyright changes onto this branch.

  • khtml/rendering/render_table.cpp:
  • khtml/rendering/render_table.h:
10:46 AM Changeset in webkit [3600] by kocienda
  • 4 edits in branches/Safari-0-8-2-branch/WebCore

Rolled changes from trunk onto branch to fix this bug:

Radar 3167025 (REGRESSION: http://www.buypcdirect.com doesn't wrap correctly b/c of huge cell width value)

Original comment for checkin:

003-02-07 Darin Adler <Darin Adler>

Reviewed by Ken.

  • khtml/rendering/table_layout.h: Make the fields in the Layout structure used in table width computations use int instead of short.
  • khtml/rendering/table_layout.cpp: (FixedTableLayout::calcMinMaxWidth): Make sure we don't overflow m_minWidth or m_maxWidth in case the specified fixed width value is huge. (FixedTableLayout::layout): Use ints for the calcWidth array instead of shorts. (AutoTableLayout::calcMinMaxWidth): Clamp both maxWidth and minWidth to 0x7fff to match the other code in this file, rather than using 10000.
10:42 AM Changeset in webkit [3599] by kocienda
  • 5 edits in branches/Safari-0-8-2-branch/WebCore

Rolled changes from trunk onto branch to fix this bug:

Radar 3166693 (REGRESSION: infinite recursion in makeFirstResponder while tabbing as page loaded)

Original comment for checkin:

2003-02-06 Darin Adler <Darin Adler>

Reviewed by Ken.

  • fixed 3166693 -- REGRESSION: infinite recursion in makeFirstResponder while tabbing as page loaded

Because we now deliver blur events, we are triggering a handler on this page that changes focus.
It triggered an infinite loop because setFocus kept setting the focus back to a text field, which
then changed the focus to its editor. The fix was to make QWidget::setFocus smarter about editors.

  • kwq/KWQTextField.mm: (-[KWQTextField becomeFirstResponder]): Don't do any changes in responder until after calling KWQKHTMLPart::setDocumentFocus, since that can change focus away. If it does, return NO.
  • kwq/KWQWidget.h: Add hasFocus, remove virtual from setFocus and clearFocus.
  • kwq/KWQWidget.mm: (QWidget::hasFocus): Added. Moved code to check if a particular view is first responder here. Here's the bug fix too, check if the first responder is this widget's view's editor, and if so return true. (QWidget::setFocus): Do nothing if this widget already has focus. (QWidget::clearFocus): Do nothing if this widget does not have focus.
10:36 AM Changeset in webkit [3598] by kocienda
  • 7 edits in branches/Safari-0-8-2-branch/WebCore

Rolled changes from trunk onto branch to fix this bug:

Radar 3165295 (Hang while triple clicking on page)

Original comment for checkin:

2003-02-06 Darin Adler <Darin Adler>

Reviewed by Dave.

  • fixed 3165295 -- Hang while triple clicking on page

Flaws in the continuation logic we added to checkSelectionPoint made it take
exponential time on pages with a lot of continuations.

  • khtml/rendering/render_object.h: Make checkSelectionPoint non-virtual, and added virtual checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_object.cpp: (RenderObject::checkSelectionPoint): Added. Does the inline continuation part of the render object walking process, which we only want to do at the top level, since otherwise we will see the same nodes multiple times. Also optimizes by only looking at the inline continuations of inlines, not any continuations of a block. (RenderObject::checkSelectionPointIgnoringContinuations): This is now the virtual function that is overriden by RenderText. It is identical to the old version of checkSelectionPoint, minus the continuation logic.
  • khtml/rendering/render_text.h: Changed the name of checkSelectionPoint to checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_text.cpp: (RenderText::checkSelectionPointIgnoringContinuations): Changed the name, and nothing else.
  • fixed my build which was crashing on load
  • WebCore.pbproj/project.pbxproj: Change seg1addr from 2200000 to 9000000.
10:28 AM Changeset in webkit [3597] by kocienda
  • 4 edits in branches/Safari-0-8-2-branch/WebCore

Rolled changes from trunk onto branch to fix this bug:

Radar 3161953 (crash due to trashed memory on XML page)

Original comment for checkin:

Reviewed by Dave.

  • fixed 3161953 -- crash in KWQListImpl, DOM::CSSStyleSheetImpl::isLoading on XML page

The problem is that this page has some non-HTML elements, but the code was checking
only the element ID, not whether it is HTML or not. Also fixed the page's layout.

  • khtml/xml/dom_docimpl.cpp: (DocumentImpl::recalcStyleSelector): Check that the node is an HTML element before checking the ID in two places. Without this, we cast the pointer to the wrong type and trash memory.
  • khtml/rendering/render_root.cpp: (RenderRoot::layout): Set all the children false here, not just firstChild. (RenderRoot::docHeight): Take all the children's heights into account, not just firstChild. (RenderRoot::docWidth): Take all the children's widths into account, not just firstChild.
10:16 AM Changeset in webkit [3596] by hyatt
  • 1 edit in trunk/WebCore/khtml/rendering/render_object.cpp

* empty log message *

10:07 AM Changeset in webkit [3595] by darin
  • 4 edits in trunk/WebCore
  • khtml/rendering/render_table.h: Added copyright date.
  • khtml/rendering/render_table.cpp: Added copyright date.
9:53 AM Changeset in webkit [3594] by darin
  • 3 edits in trunk/WebCore

Reviewed by Dave.

  • fixed 3165171 -- REGRESSION: images overlap text
  • khtml/rendering/table_layout.cpp: (AutoTableLayout::calcEffectiveWidth): Change to distribute space to the fixed columns first so the code to distribute to non-fixed columns does not assume it can distribute more to the fixed columns than it really can.
8:58 AM Changeset in webkit [3593] by darin
  • 4 edits in trunk/WebCore

Reviewed by Ken.

  • khtml/rendering/table_layout.h: Make the fields in the Layout structure used in table width computations use int instead of short.
  • khtml/rendering/table_layout.cpp: (FixedTableLayout::calcMinMaxWidth): Make sure we don't overflow m_minWidth or m_maxWidth in case the specified fixed width value is huge. (FixedTableLayout::layout): Use ints for the calcWidth array instead of shorts. (AutoTableLayout::calcMinMaxWidth): Clamp both maxWidth and minWidth to 0x7fff to match the other code in this file, rather than using 10000.

Feb 6, 2003:

10:50 PM Changeset in webkit [3592] by darin
  • 4 edits in trunk/WebCore

Reviewed by Maciej.

  • fixed 3140738 -- textarea contents are LF delimited instead of CRLF
  • khtml/html/html_formimpl.cpp: (encodeCString): Turn CR followed by something other than LF into CRLF. (fixLineBreaks): Added. Turns stray CRs and LFs into CRLF. (HTMLFormElementImpl::formData): Call fixLineBreaks on form data.
  • fixed 3167235 -- REGRESSION: assert after clicking on a link on radioslack.com
  • kwq/KWQTextCodec.mm: (KWQTextDecoder::toUnicode): Return the null string if the passed in string pointer is NULL, rather than asserting.
7:27 PM Changeset in webkit [3591] by hyatt
  • 3 edits in trunk/WebCore

Fix rollingstone regression.

Reviewed by mjs

  • khtml/rendering/render_object.cpp: (RenderObject::setLayouted):
4:52 PM Changeset in webkit [3590] by cblu
  • 7 edits in trunk/WebKit
  • Made WebDownload.h a public header.
  • Added stubs for the new methods.
  • Moved all private methods to the WebPrivate category.
  • Added FIXMEs for things that needed to be removed or implemented.

Reviewed by rjw.

  • Downloads.subproj/WebDownload.h:
  • Downloads.subproj/WebDownload.m: (-[WebDownload initWithRequest:delegate:]): (-[WebDownload dealloc]): (-[WebDownload cancel]): (-[WebDownload _initWithLoadingHandle:request:response:delegate:]): (-[WebDownload initWithDataSource:]): (-[WebDownload receivedData:]): (-[WebDownload finishedLoading]): (-[WebDownload decodeHeaderData:dataForkData:resourceForkData:]): (-[WebDownload decodeData:dataForkData:resourceForkData:]): (-[WebDownload createFileIfNecessary]): (-[WebDownload writeDataForkData:resourceForkData:]): (-[WebDownload dataIfDoneBufferingData:]): (-[WebDownload decodeData:]): (-[WebDownload finishDecoding]):
  • Downloads.subproj/WebDownloadPrivate.h:
  • WebKit.pbproj/project.pbxproj:
  • WebView.subproj/WebMainResourceClient.m:
4:28 PM Changeset in webkit [3589] by darin
  • 5 edits in trunk/WebCore

Reviewed by Ken.

  • fixed 3166693 -- REGRESSION: infinite recursion in makeFirstResponder while tabbing as page loaded

Because we now deliver blur events, we are triggering a handler on this page that changes focus.
It triggered an infinite loop because setFocus kept setting the focus back to a text field, which
then changed the focus to its editor. The fix was to make QWidget::setFocus smarter about editors.

  • kwq/KWQTextField.mm: (-[KWQTextField becomeFirstResponder]): Don't do any changes in responder until after calling KWQKHTMLPart::setDocumentFocus, since that can change focus away. If it does, return NO.
  • kwq/KWQWidget.h: Add hasFocus, remove virtual from setFocus and clearFocus.
  • kwq/KWQWidget.mm: (QWidget::hasFocus): Added. Moved code to check if a particular view is first responder here. Here's the bug fix too, check if the first responder is this widget's view's editor, and if so return true. (QWidget::setFocus): Do nothing if this widget already has focus. (QWidget::clearFocus): Do nothing if this widget does not have focus.
4:24 PM Changeset in webkit [3588] by darin
  • 4 edits in trunk/WebCore

Reviewed by Dave.

  • fixed 3161953 -- crash in KWQListImpl, DOM::CSSStyleSheetImpl::isLoading on XML page

The problem is that this page has some non-HTML elements, but the code was checking
only the element ID, not whether it is HTML or not. Also fixed the page's layout.

  • khtml/xml/dom_docimpl.cpp: (DocumentImpl::recalcStyleSelector): Check that the node is an HTML element before checking the ID in two places. Without this, we cast the pointer to the wrong type and trash memory.
  • khtml/rendering/render_root.cpp: (RenderRoot::layout): Set all the children false here, not just firstChild. (RenderRoot::docHeight): Take all the children's heights into account, not just firstChild. (RenderRoot::docWidth): Take all the children's widths into account, not just firstChild.
4:08 PM Changeset in webkit [3587] by cblu
  • 12 edits
    1 add
    2 deletes in trunk/WebKit

Renamed WebDownloadHandler to WebDownload.
Made ivars of WebDownload private.

Reviewed by kocienda.

  • Downloads.subproj/WebDownload.h: Added.
  • Downloads.subproj/WebDownload.m: Added. (-[WebDownloadPrivate init]): (-[WebDownloadPrivate dealloc]): (-[WebDownload initWithDataSource:]): (-[WebDownload dealloc]): (-[WebDownload decodeHeaderData:dataForkData:resourceForkData:]): (-[WebDownload decodeData:dataForkData:resourceForkData:]): (-[WebDownload closeFork:deleteFile:]): (-[WebDownload closeFileAndDelete:]): (-[WebDownload closeFile]): (-[WebDownload cleanUpAfterFailure]): (-[WebDownload createFileIfNecessary]): (-[WebDownload writeDataForkData:resourceForkData:]): (-[WebDownload dataIfDoneBufferingData:]): (-[WebDownload decodeData:]): (-[WebDownload receivedData:]): (-[WebDownload finishDecoding]): (-[WebDownload finishedLoading]): (-[WebDownload cancel]): (-[WebDownload path]): (-[WebDownload writeForkData:isDataFork:]): (-[WebDownload errorWithCode:]): (-[WebDownload cancelWithError:]): (-[WebDownload dataForkReferenceNumber]): (-[WebDownload setDataForkReferenceNumber:]): (-[WebDownload resourceForkReferenceNumber]): (-[WebDownload setResourceForkReferenceNumber:]): (-[WebDownload areWritesCancelled]): (-[WebDownload setWritesCancelled:]): (WriteCompletionCallback): (CloseCompletionCallback): (DeleteCompletionCallback):
  • Downloads.subproj/WebDownloadHandler.h: Removed.
  • Downloads.subproj/WebDownloadHandler.m: Removed.
  • WebKit.pbproj/project.pbxproj:
  • WebView.subproj/WebController.h:
  • WebView.subproj/WebDataSource.m:
  • WebView.subproj/WebDataSourcePrivate.m:
  • WebView.subproj/WebMainResourceClient.h:
  • WebView.subproj/WebMainResourceClient.m: (-[WebMainResourceClient dealloc]): (-[WebMainResourceClient download]): (-[WebMainResourceClient isDownload]): (-[WebMainResourceClient receivedError:complete:]): (-[WebMainResourceClient continueAfterContentPolicy:response:]): (-[WebMainResourceClient handle:didReceiveData:]): (-[WebMainResourceClient handleDidFinishLoading:]):
3:08 PM Changeset in webkit [3586] by cblu
  • 7 edits in trunk/WebKit

Fixed: 3125067 - Investigate performance implications of writing download file data

Reviewed by trey, rjw, darin.

  • Downloads.subproj/WebDownloadHandler.h:
  • Downloads.subproj/WebDownloadHandler.m: (-[WebDownloadHandler closeFileAndDelete:]): close the file asynchronously (-[WebDownloadHandler closeFile]): call closeFileAndDelete:NO (-[WebDownloadHandler cleanUpAfterFailure]): call closeFileAndDelete:YES (-[WebDownloadHandler writeDataForkData:resourceForkData:]): call writeForkData:isDataFork: (-[WebDownloadHandler path]): new (-[WebDownloadHandler writeForkData:isDataFork:]): writes file asynchronously (-[WebDownloadHandler errorWithCode:]): moved (-[WebDownloadHandler cancelWithError:]): new, stops load with error (-[WebDownloadHandler dataForkReferenceNumber]): new (-[WebDownloadHandler setDataForkReferenceNumber:]): new (-[WebDownloadHandler resourceForkReferenceNumber]): new (-[WebDownloadHandler setResourceForkReferenceNumber:]): new (WriteCompletionCallback): new (CloseCompletionCallback): new, removes file if necessary (DeleteCompletionCallback): new,
  • WebView.subproj/WebDataSourcePrivate.h:
  • WebView.subproj/WebDataSourcePrivate.m: (-[WebDataSource _stopLoadingWithError:]): new
2:11 PM Changeset in webkit [3585] by darin
  • 2 edits in trunk/WebCore

Reviewed by Dave.

  • fixed 3165295 -- Hang while triple clicking on page

Flaws in the continuation logic we added to checkSelectionPoint made it take
exponential time on pages with a lot of continuations.

  • khtml/rendering/render_object.h: Make checkSelectionPoint non-virtual, and added virtual checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_object.cpp: (RenderObject::checkSelectionPoint): Added. Does the inline continuation part of the render object walking process, which we only want to do at the top level, since otherwise we will see the same nodes multiple times. Also optimizes by only looking at the inline continuations of inlines, not any continuations of a block. (RenderObject::checkSelectionPointIgnoringContinuations): This is now the virtual function that is overriden by RenderText. It is identical to the old version of checkSelectionPoint, minus the continuation logic.
  • khtml/rendering/render_text.h: Changed the name of checkSelectionPoint to checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_text.cpp: (RenderText::checkSelectionPointIgnoringContinuations): Changed the name, and nothing else.
  • fixed my build which was crashing on load
  • WebCore.pbproj/project.pbxproj: Change seg1addr from 2200000 to 9000000.
1:57 PM Changeset in webkit [3584] by darin
  • 7 edits in trunk/WebCore

Reviewed by NOBODY (OOPS!).

  • fixed 3165295 -- Hang while triple clicking on page

Flaws in the continuation logic we added to checkSelectionPoint made it take
exponential time on pages with a lot of continuations.

  • khtml/rendering/render_object.h: Make checkSelectionPoint non-virtual, and added virtual checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_object.cpp: (RenderObject::checkSelectionPoint): Added. Does the inline continuation part of the render object walking process, which we only want to do at the top level, since otherwise we will see the same nodes multiple times. Also optimizes by only looking at the inline continuations of inlines, not any continuations of a block. (RenderObject::checkSelectionPointIgnoringContinuations): This is now the virtual function that is overriden by RenderText. It is identical to the old version of checkSelectionPoint, minus the continuation logic.
  • khtml/rendering/render_text.h: Changed the name of checkSelectionPoint to checkSelectionPointIgnoringContinuations.
  • khtml/rendering/render_text.cpp: (RenderText::checkSelectionPointIgnoringContinuations): Changed the name, and nothing else.
  • fixed my build which was crashing on load
  • WebCore.pbproj/project.pbxproj: Change seg1addr from 2200000 to 9000000.
12:24 PM Changeset in webkit [3583] by trey
  • 12 edits in trunk

WebCore:

3137647 - ad frames get their own history entries at channels.netscape.com
3133844 - 2 items in back list at http://www.kiup-bank.com/personal/main01.html

The logic for deciding whether new entries are added to history is moved here
from WebKit. The advantage is that we can take specific action in each of the
relevant cases instead of WK the half-informed guessing WK was doing.

Here is what we now use for the lockHistory param to scheduleRedirect():

document.location = XXX - !userGesture
window.location = XXX - !userGesture
window.open - false
window.replace - true
window.reload - true
meta equiv http-refresh - delay <= 1
http-refresh - delay <= 1

Reviewed by Maciej, Darin.

  • khtml/ecma/kjs_binding.cpp: (ScriptInterpreter::wasRunByUserGesture): Rename of previous isWindowOpenAllowed(), since we know use it for multiple purposes.
  • khtml/ecma/kjs_binding.h:
  • khtml/ecma/kjs_html.cpp: (KJS::HTMLDocument::putValue): Assignment to document.location locks history if not a result of a user gesture.
  • khtml/ecma/kjs_window.cpp: (Window::put): Assignment to window.location locks history if not a result of a user gesture. (WindowFunc::tryCall): Adopt rename to wasRunByUserGesture(). (Location::put): Assignment to window.location locks history if not a result of a user gesture.
  • khtml/khtml_part.cpp: (KHTMLPart::receivedFirstData): http-refreshes lock history if the timeout<1
  • khtml/xml/dom_docimpl.cpp: (DocumentImpl::processHttpEquiv): http-refreshes lock history if the timeout<1

WebKit:

3137647 - ad frames get their own history entries at channels.netscape.com
3133844 - 2 items in back list at http://www.kiup-bank.com/personal/main01.html

Move logic for deciding on "quick redirect" down to WebCore, where we really know
what case we're in instead of having to guess from the params we were receiving.

Reviewed by Maciej, Darin.

  • Plugins.subproj/WebNetscapePluginDocumentView.m: (-[WebNetscapePluginDocumentView setDataSource:]): Fix build error (URL vs String)
  • WebView.subproj/WebFramePrivate.h: Nuke Completing state.
  • WebView.subproj/WebFramePrivate.m: (-[WebFrame _transitionToLayoutAcceptable]): Nuke Completing state. (-[WebFrame _transitionToCommitted:]): Nuke Completing state. (-[WebFrame _isLoadComplete]): Nuke Completing state. (-[WebFrame _clientRedirectedTo:delay:fireDate:lockHistory:]): Just obey lockHistory param when deciding whether we are doing a "client redirect" instead of previous guesswork.
11:32 AM Changeset in webkit [3582] by rjw
  • 14 edits in trunk/WebKit

WebKit:

Rename WebError to WebKitError.

Reviewed by maciej.

  • API-Issues.rtf:
  • Bookmarks.subproj/WebBookmarkImporter.m: (-[WebBookmarkImporter initWithPath:]):
  • Downloads.subproj/WebDownloadHandler.m: (-[WebDownloadHandler createFileIfNecessary]): (-[WebDownloadHandler writeDataForkData:resourceForkData:]): (-[WebDownloadHandler decodeData:]): (-[WebDownloadHandler finishedLoading]):
  • Misc.subproj/WebKitErrors.h:
  • Plugins.subproj/WebNetscapePluginDocumentView.m: (-[WebNetscapePluginDocumentView setDataSource:]):
  • WebCoreSupport.subproj/WebBridge.m: (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]): (-[WebBridge viewForJavaAppletWithFrame:attributes:baseURL:]):
  • WebView.subproj/WebBaseResourceHandleDelegate.m: (-[WebBaseResourceHandleDelegate notifyDelegatesOfInterruptionByPolicyChange]):
  • WebView.subproj/WebFramePrivate.m: (-[WebFrame _continueAfterNavigationPolicy:]):
  • WebView.subproj/WebMainResourceClient.m: (-[WebMainResourceClient interruptForPolicyChangeAndKeepLoading:]): (-[WebMainResourceClient continueAfterContentPolicy:response:]):
  • WebView.subproj/WebView.m: (+[WebView initialize]):

WebBrowser:

Rename WebError to WebKitError.

Reviewed by maciej.

  • BrowserWebController.m: (-[BrowserWebController unableToImplementPolicy:error:forURL:inFrame:]):
  • LoadProgressMonitor.m: (-[LoadProgressMonitor pluginFailedWithError:dataSource:]):
  • LocationChangeHandler.m: (-[LocationChangeHandler locationChangeDone:forDataSource:]):

Feb 5, 2003:

11:39 PM Changeset in webkit [3581] by cblu
  • 1 edit in trunk/WebKit/ChangeLog

WebKit:

Comment should have been "Made WebPluginError constructors private."

  • ChangeLog:

WebBrowser:

Comment should have been "Made WebPluginError constructors private."

  • ChangeLog:
10:34 PM Changeset in webkit [3580] by cblu
  • 9 edits
    1 add in trunk/WebKit

WebKit:

WebKit API clean-up:

  • Added enum to WebContextMenuDelegate that is the menu item tag of the menu items passed in the default menu item array.
  • WebPluginError should return URL strings.
  • Made WebContextMenuDelegate constructors private.

Reviewed by rjw.

  • Plugins.subproj/WebNetscapePluginDocumentView.m: (-[WebNetscapePluginDocumentView setDataSource:]):
  • Plugins.subproj/WebPluginError.h:
  • Plugins.subproj/WebPluginError.m: (-[WebPluginError pluginPageURL]):
  • Plugins.subproj/WebPluginErrorPrivate.h: Added.
  • WebCoreSupport.subproj/WebBridge.m: (-[WebBridge viewForPluginWithURL:attributes:baseURL:MIMEType:]):
  • WebKit.pbproj/project.pbxproj:
  • WebView.subproj/WebContextMenuDelegate.h:
  • WebView.subproj/WebDefaultContextMenuDelegate.h:
  • WebView.subproj/WebDefaultContextMenuDelegate.m: (-[WebDefaultContextMenuDelegate menuItemWithTag:]): (-[WebDefaultContextMenuDelegate contextMenuItemsForElement:defaultMenuItems:]):

WebBrowser:

WebKit API clean-up:

  • Added enum to WebContextMenuDelegate that is the menu item tag of the menu items passed in the default menu item array.
  • WebPluginError should return URL strings.
  • Made WebContextMenuDelegate constructors private.

Reviewed by rjw.

  • ContextMenuHandler.m: (-[ContextMenuHandler addMenuItemWithTag:fromArray:toArray:]): (-[ContextMenuHandler addMenuItemWithTitle:action:toArray:]): (-[ContextMenuHandler contextMenuItemsForElement:defaultMenuItems:]):
  • LoadProgressMonitor.m: (-[LoadProgressMonitor launchApplicationSheetEnded:returnCode:contextInfo:]): (-[LoadProgressMonitor pluginErrorSheetEnded:returnCode:contextInfo:]): (-[LoadProgressMonitor pluginFailedWithError:dataSource:]):
8:56 PM Changeset in webkit [3579] by trey
  • 19 edits in trunk

WebCore:

Pass formValues up through the bridge at submit time.

Reviewed by Maciej

  • khtml/html/html_formimpl.cpp: (HTMLFormElementImpl::submit): Tell KWQPart about the form values, instead of talking to the khtmlview.
  • kwq/KWQKHTMLPart.h: New ivar to store formValues.
  • kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::KWQKHTMLPart): Init ivar (KWQKHTMLPart::~KWQKHTMLPart): Free ivar (KWQKHTMLPart::openURL): Pass nil formValues (KWQKHTMLPart::openURLRequest): Pass nil formValues (KWQKHTMLPart::clearRecordedFormValues): Clear saved formValues (KWQKHTMLPart::recordFormValue): Record a name/value (KWQKHTMLPart::submitForm): Pass along recorded formValues (KWQKHTMLPart::urlSelected): Pass nil formValues
  • kwq/KWQKHTMLPartBrowserExtension.mm: (KHTMLPartBrowserExtension::createNewWindow): Pass nil formValues
  • kwq/WebCoreBridge.h: New params for formValues

WebKit:

WC now tells us the form values being submitted with a get/post.
We forward this info to a new WebFormDelegate method. Most of this
change is just glue passing the formValues through all our layers.

Reviewed by Maciej

  • WebCoreSupport.subproj/WebBridge.m: (-[WebBridge loadURL:reload:triggeringEvent:formValues:]) Pass along formValues. (-[WebBridge postWithURL:data:contentType:triggeringEvent:formValues:]): Pass along formValues.
  • WebKit.pbproj/project.pbxproj: Reorder previously added files.
  • WebView.subproj/WebControllerPolicyDelegate.m: Fix latent copy/paste error where two keys had the same underlying string value!
  • WebView.subproj/WebFormDelegate.h: Declare new delegate method.
  • WebView.subproj/WebFormDelegate.m: (-[WebFormDelegate frame:willSubmitFormWithValues:]): NOP impl of new method.
  • WebView.subproj/WebFrame.m: (-[WebFrame loadRequest:]): Pass nil formValues. (-[WebFrame reload]): Pass nil formValues.
  • WebView.subproj/WebFramePrivate.h: New ivar to hold form values while waiting for the policy delegate response.
  • WebView.subproj/WebFramePrivate.m: (-[WebFramePrivate dealloc]): ASSERT new ivar is nil. (-[WebFrame _loadItem:fromItem:withLoadType:]): Pass nil formValues. (-[WebFrame _loadRequest:triggeringAction:loadType:formValues:]): Pass along formValues. (-[WebFrame _invalidatePendingPolicyDecisionCallingDefaultAction:]): Pass nil formValues to continuation method. (-[WebFrame _checkNavigationPolicyForRequest:dataSource:formValues:andCall:withSelector:]): Stash formValues before calling policy delegate. (-[WebFrame _continueAfterNavigationPolicy:]): Resurrect formValues after calling policy delegate, pass to continuation method. (-[WebFrame _continueFragmentScrollAfterNavigationPolicy:formValues:]): Bail on nil request instead of shouldContinue=NO (-[WebFrame _loadURL:loadType:triggeringEvent:formValues:]): Pass formValues along. (-[WebFrame _loadURL:intoChild:]): Pass nil formValues. (-[WebFrame _postWithURL:data:contentType:triggeringEvent:formValues:]): Pass formValues along. (-[WebFrame _reloadAllowingStaleDataWithOverrideEncoding:]): Pass nil formValues. (-[WebFrame _continueLoadRequestAfterNavigationPolicy:formValues:]): Bail on nil request instead of shouldContinue=NO. Call new FormDelegate method. (-[WebFrame _loadDataSource:withLoadType:formValues:]): Pass formValues along. (-[WebFrame _downloadRequest:toDirectory:]): Pass nil formValues.
  • WebView.subproj/WebMainResourceClient.m: (-[WebMainResourceClient continueAfterNavigationPolicy:formValues:]): Bail on nil request instead of shouldContinue=NO (-[WebMainResourceClient handle:willSendRequest:]): Pass nil formValues.

WebBrowser:

Add new FormCompletionController class, mostly unimplemented.
Add implementation of new WebFormDelegate method, which tells us
when a form is submitted.

Reviewed by Maciej

  • BrowserWindowController.m: (-[FormDelegate dealloc]): Free completion controller. (-[FormDelegate controlTextDidBeginEditing:inFrame:]): Alloc completion controller. (-[FormDelegate frame:willSubmitFormWithValues:]): New FormDelegate method, pass on to completion controller.
  • FormCompletionController.h: Added.
  • FormCompletionController.m: Added. New class, NOP impls. (-[FormCompletionController initWithSourceField:frame:]): (+[FormCompletionController _loadCompletionDB]): (+[FormCompletionController frame:willSubmitFormWithValues:]): (-[FormCompletionController executeQuery]): (-[FormCompletionController reflectSelectedRow]): (-[FormCompletionController reflectFinalSelectedRow]):
  • LocationChangeHandler.m: (-[LocationChangeHandler locationChangeStartedForDataSource:]): Made some code a little clearer.
  • WebBrowser.pbproj/project.pbxproj: New classes.
5:41 PM Changeset in webkit [3578] by rjw
  • 20 edits in trunk/WebKit

WebKit:

WebHistory* API clenaup.

Reviewed by Chris.

  • Bookmarks.subproj/WebBookmarkLeaf.m:
  • History.subproj/WebHistory.h:
  • History.subproj/WebHistory.m:
  • History.subproj/WebHistoryItem.h:
  • History.subproj/WebHistoryItem.m: (-[WebHistoryItem title]): (-[WebHistoryItem setDisplayTitle:]): (-[WebHistoryItem hash]): (-[WebHistoryItem anchor]): (-[WebHistoryItem isEqual:]): (-[WebHistoryItem description]): (-[WebHistoryItem _retainIconInDatabase:]): (+[WebHistoryItem entryWithURL:]): (-[WebHistoryItem initWithURL:title:]): (-[WebHistoryItem initWithURL:target:parent:title:]): (-[WebHistoryItem URL]): (-[WebHistoryItem target]): (-[WebHistoryItem parent]): (-[WebHistoryItem dictionaryRepresentation]): (-[WebHistoryItem initFromDictionaryRepresentation:]):
  • History.subproj/WebHistoryItemPrivate.h:
  • History.subproj/WebHistoryPrivate.h:
  • History.subproj/WebHistoryPrivate.m:
  • WebKit.pbproj/project.pbxproj:
  • WebView.subproj/WebController.h:
  • WebView.subproj/WebController.m: (-[WebController setPreferences:]): (-[WebController preferences]):
  • WebView.subproj/WebControllerPrivate.h:
  • WebView.subproj/WebControllerPrivate.m: (-[WebControllerPrivate dealloc]):
  • WebView.subproj/WebDataSourcePrivate.m:
  • WebView.subproj/WebFramePrivate.m:

WebBrowser:

WebHistory* API clenaup.

Reviewed by Chris.

  • BrowserDocument.m:
  • Debug/DebugUtilities.m:
  • GlobalHistory.m: (-[GlobalHistory updateDisplayTitleForHistoryItem:]):
  • URLCompletionController.m: (-[URLCompletionController tableView:objectValueForTableColumn:row:]):

Tests:

Added (-[DataResourceRequest initWithString:]).

Reviewed by me.

  • SnippetEditor/DataResourceRequest.h:
  • SnippetEditor/DataResourceRequest.m: (-[DataResourceRequest initWithString:]):
  • SnippetEditor/SnippetController.m: (-[SnippetController updateFromText:]):
3:54 PM Changeset in webkit [3577] by darin
  • 3 edits in trunk/WebCore

Reviewed by Dave.

  • fixed 3165682 -- REGRESSION: assertion failure in appendChildNode loading cnn.com
  • khtml/rendering/render_table.cpp: (RenderTable::addChild): Get rid of double-addChild introduced when I carelessly rolled in a change from the KHTML guys.
2:03 PM Changeset in webkit [3576]
  • 19 copies
    1 delete in tags/Safari-59

This commit was manufactured by cvs2svn to create tag 'Safari-59'.

2:03 PM Changeset in webkit [3575] by sheridan
  • 8 edits in branches/Safari-0-8-2-branch

Safari-59 versionstamp

1:54 PM Changeset in webkit [3574] by hyatt
  • 3 edits in trunk/WebCore

Fix for 3164949. My fix to make form controls actually obey
display settings in CSS exposed a bug in the html4.css
stylesheet. SELECT had been set to be display: block, which
is of course just plain wrong.

Reviewed by darin

  • khtml/css/html4.css:
12:28 AM Changeset in webkit [3573] by rjw
  • 10 edits in trunk

WebKit:

Cleanup public WebHistory API, stage 1.

Reviewed by trey.

  • History.subproj/WebHistory.h:
  • History.subproj/WebHistory.m: (-[_WebCoreHistoryProvider initWithHistory:]): (-[_WebCoreHistoryProvider containsEntryForURLString:]): (-[_WebCoreHistoryProvider dealloc]): (+[WebHistory sharedHistory]): (+[WebHistory createSharedHistoryWithFile:]):
  • History.subproj/WebHistoryPrivate.h:
  • History.subproj/WebHistoryPrivate.m:

WebBrowser:

Cleanup public WebHistory API, stage 1.

Reviewed by trey.

  • GlobalHistory.m: (-[GlobalHistory init]):

WebCore:

Cleanup public WebHistory API, stage 1.

Reviewed by trey.

  • kwq/KWQKHistoryProvider.mm:
  • kwq/WebCoreHistory.h:
  • kwq/WebCoreHistory.m: (+[WebCoreHistory setHistoryProvider:]): (+[WebCoreHistory historyProvider]):
Note: See TracTimeline for information about the timeline view.