Timeline



Jul 3, 2003:

9:58 PM Changeset in webkit [4590] by darin
  • 2 edits in trunk/WebKit
  • WebCoreSupport.subproj/WebImageRenderer.m: Remove obsolete comment.
3:15 PM Changeset in webkit [4589] by cblu
  • 2 edits in trunk/WebKit

Fixed: <rdar://problem/3206011>: Don't accepts drags when showing dialogs or sheets

Reviewed by john.

  • Misc.subproj/WebNSViewExtras.m: (-[NSView _web_dragOperationForDraggingInfo:]):
3:04 PM Changeset in webkit [4588] by cblu
  • 4 edits in trunk/WebKit

Fixed: <rdar://problem/3291566>: Aborting standalone image load makes image directory page unusable

Reviewed by john.

  • WebKit.pbproj/project.pbxproj: Xcode-ified WebKit.pbproj
  • WebView.subproj/WebImageView.h:
  • WebView.subproj/WebImageView.m: (-[WebImageView drawRect:]): layout if we need to, fill with white if we don't have an image yet (-[WebImageView setNeedsLayout:]): set the bit (-[WebImageView layout]): if we don't have an image, the frame size is the visible area so we draw white over the previous web page
2:22 PM Changeset in webkit [4587] by mjs
  • 4 edits in trunk/JavaScriptCore

Reviewed by Ken.

  • fixed 3096961 - JavaScriptCore should link only to what it uses, shouldn't drag in Cocoa.framework
  • JavaScriptCore.pbproj/project.pbxproj: Don't link Cocoa.framework; just pull in CoreFoundation and CoreServices.
  • kjs/date_object.cpp: Include CoreServices.h instead of Carbon.h (the stuff we want is in CarbonCore).
1:56 PM Changeset in webkit [4586] by sullivan
  • 3 edits in trunk/WebCore
  • fixed 3167770 -- visited and unvisited link colors are too close in default stylesheet
  • fixed 3315344 -- default active link color should be red as in other browsers

Reviewed by Hyatt

  • khtml/css/html4.css: Changed a:link and a:visited colors to match Mozilla (a slightly lighter blue for link, and a purpley shade instead of navy for visited). Also changed a:link:active and a:visited:active to be red instead of black.
11:54 AM Changeset in webkit [4585] by darin
  • 3 edits in trunk/WebCore

Reviewed by Ken.

  • khtml/html/html_formimpl.cpp: (HTMLSelectElementImpl::parseAttribute): Remove livepage.apple.com hack since the site has been changed.

Jul 2, 2003:

4:58 PM Changeset in webkit [4584] by mjs
  • 3 edits in branches/Safari-1-0-branch/WebKit

Merged fix from TOT:

2003-07-02 Maciej Stachowiak <mjs@apple.com>

Reviewed by Ken.

  • fixed 3304992 - REGRESSION: Every GET on an authenticated site requires a login (genentech)

I fixed this by adding a per-window queue of waiting
authentication requests. Before going to a later item in the
queue, the auth handler checks if there's already a credential
available to handle it, and if so uses that as the answer instead of
prompting.

  • Panels.subproj/WebPanelAuthenticationHandler.h:
  • Panels.subproj/WebPanelAuthenticationHandler.m: (-[NSMutableDictionary _web_setObject:forUncopiedKey:]): (-[WebPanelAuthenticationHandler init]): (-[WebPanelAuthenticationHandler dealloc]): (-[WebPanelAuthenticationHandler enqueueChallenge:forWindow:]): (-[WebPanelAuthenticationHandler tryNextChallengeForWindow:]): (-[WebPanelAuthenticationHandler startAuthentication:window:]): (-[WebPanelAuthenticationHandler _authenticationDoneWithChallenge:result:]):
4:58 PM Changeset in webkit [4583]
  • 3 copies in branches/Safari-1-0-branch

This commit was manufactured by cvs2svn to create branch
'Safari-1-0-branch'.

3:53 PM Changeset in webkit [4582] by darin
  • 7 edits in trunk/WebCore

Rolled out accidentally-checked-in changes.

  • kwq/KWQCharsetData.c:
  • kwq/KWQCharsets.mm:
  • kwq/KWQTextArea.mm:
  • kwq/mac-encodings.txt:
  • kwq/make-charset-table.pl:
3:48 PM Changeset in webkit [4581] by mjs
  • 3 edits in trunk/WebKit

Reviewed by Ken.

  • fixed 3304992 - REGRESSION: Every GET on an authenticated site requires a login (genentech)

I fixed this by adding a per-window queue of waiting
authentication requests. Before going to a later item in the
queue, the auth handler checks if there's already a credential
available to handle it, and if so uses that as the answer instead of
prompting.

  • Panels.subproj/WebPanelAuthenticationHandler.h:
  • Panels.subproj/WebPanelAuthenticationHandler.m: (-[NSMutableDictionary _web_setObject:forUncopiedKey:]): (-[WebPanelAuthenticationHandler init]): (-[WebPanelAuthenticationHandler dealloc]): (-[WebPanelAuthenticationHandler enqueueChallenge:forWindow:]): (-[WebPanelAuthenticationHandler tryNextChallengeForWindow:]): (-[WebPanelAuthenticationHandler startAuthentication:window:]): (-[WebPanelAuthenticationHandler _authenticationDoneWithChallenge:result:]):
3:38 PM Changeset in webkit [4580] by darin
  • 11 edits in trunk/WebCore

Reviewed by Ken.

  • fixed 3299715 -- unrepro nil-deref in KHTMLPart::xmlDocImpl handling timer
  • khtml/khtmlview.cpp: (KHTMLView::timerEvent): Add check for nil.
  • fixed clean builds
  • Makefile.am: Delete the config-timestamp.
  • added some other nil checks (perhaps inspired by some other bug reports, I can't remember)
  • khtml/html/html_inlineimpl.cpp: (HTMLAnchorElementImpl::defaultEventHandler): Added a check for nil document or nil view.
  • khtml/xml/dom_nodeimpl.cpp: (NodeImpl::dispatchEvent):
  • kwq/KWQCharsetData.c:
  • kwq/KWQCharsets.mm:
  • kwq/KWQTextArea.mm: (-[KWQTextArea _createTextView]):
  • kwq/mac-encodings.txt:
  • kwq/make-charset-table.pl:
11:53 AM Changeset in webkit [4579] by kocienda
  • 3 edits in trunk/WebCore

Reviewed by David

Fix some more build problems with warnings being issued
when casting and calling methods.

  • kwq/KWQScrollView.mm: (QScrollView::addChild): (QScrollView::resizeContents): (QScrollView::repaintContents):

Jul 1, 2003:

4:27 PM Changeset in webkit [4578]
  • 5 copies
    2 deletes in tags/WebCore-85~4

This commit was manufactured by cvs2svn to create tag 'WebCore-85~4'.

4:27 PM Changeset in webkit [4577] by kocienda
  • 11 edits in trunk/WebCore

2003-07-01 Ken Kocienda <kocienda@apple.com>

Reviewed by Darin

A host of changes to work around a compiler bug which issues
warnings when making objective-c method calls on objects that have
been typecast for the purpose of the call.

  • WebCore.pbproj/project.pbxproj:
  • kwq/KWQFileButton.mm: (KWQFileButton::setFilename): (KWQFileButton::sizeForCharacterWidth): (KWQFileButton::frameGeometry): (KWQFileButton::setFrameGeometry): (KWQFileButton::baselinePosition): (KWQFileButton::filenameChanged):
  • kwq/KWQKHTMLPart.mm: (KWQKHTMLPart::passWidgetMouseDownEventToWidget):
  • kwq/KWQLineEdit.mm: (QLineEdit::setAlignment):
  • kwq/KWQListBox.mm: (QListBox::~QListBox): (QListBox::clear): (QListBox::setSelectionMode): (QListBox::insertItem): (QListBox::endBatchInsert): (QListBox::setSelected): (QListBox::isSelected): (QListBox::sizeForNumberOfLines):
  • kwq/KWQTextEdit.mm: (QTextEdit::setAlignment):
  • kwq/WebCoreBridge.mm: (-[WebCoreBridge elementForView:]): (-[WebCoreBridge setSelectionFrom:startOffset:to:endOffset:]): (-[WebCoreBridge attributedStringFrom:startOffset:to:endOffset:]):
  • kwq/WebCoreDOMDocument.mm: (+[WebCoreDOMDocumentType documentTypeWithImpl:DOM::]): (+[WebCoreDOMImplementation implementionatWithImpl:DOM::]): (+[WebCoreDOMDocument documentWithImpl:DOM::]): (-[WebCoreDOMDocument importNode::]):
  • kwq/WebCoreDOMNode.mm: (+[WebCoreDOMNode nodeWithImpl:DOM::]): (-[WebCoreDOMNode insert:before:]): (-[WebCoreDOMNode replace:child:]): (-[WebCoreDOMNode removeChild:]): (+[WebCoreDOMNodeList nodeListWithImpl:DOM::]): (+[WebCoreDOMNamedNodeMap namedNodeMapWithImpl:DOM::]): (-[WebCoreDOMNamedNodeMap setNamedItem:]): (+[WebCoreDOMAttr attrWithImpl:DOM::]): (+[WebCoreDOMDocumentFragment documentFragmentWithImpl:DOM::]): (+[WebCoreDOMElement elementWithImpl:DOM::]): (+[WebCoreDOMEntityReference entityReferenceWithImpl:DOM::]): (+[WebCoreDOMCharacterData commentWithImpl:DOM::]): (+[WebCoreDOMComment commentWithImpl:DOM::]): (+[WebCoreDOMText textWithImpl:DOM::]): (+[WebCoreDOMCDATASection CDATASectionWithImpl:DOM::]): (+[WebCoreDOMProcessingInstruction processingInstructionWithImpl:DOM::]):
9:45 AM Changeset in webkit [4576]
  • 4 copies
    2 deletes in tags/WebCore-85-tarball

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

9:45 AM Changeset in webkit [4575] by mjs
  • 1 edit in branches/WebCore-85-tarball-branch/WebCore/WebCore.pbproj/project.pbxproj

WebCore-85 tarball changes.

9:44 AM Changeset in webkit [4574]
  • 2 copies
    2 deletes in tags/JavaScriptCore-85-tarball

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

9:44 AM Changeset in webkit [4573] by mjs
  • 1 edit in branches/JavaScriptCore-85-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj

JavaScriptCore-85 tarball changes.

Note: See TracTimeline for information about the timeline view.