Timeline



Jul 6, 2003:

10:56 AM Changeset in webkit [4592]
  • 6 copies
    2 deletes in tags/WebKit-85~3

This commit was manufactured by cvs2svn to create tag 'WebKit-85~3'.

10:56 AM Changeset in webkit [4591] by darin
  • 2 edits in trunk/WebKit
  • fix compile error from B&I Panther build
  • WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer extendUnicodeCharacterToGlyphMapToInclude:]): Rearrange code so that we won't get a warning if numGlyphs type is either signed or unsigned. We don't want to depend on the new ATS headers or the old ones; this is compatible with both. (-[WebTextRenderer extendCharacterToGlyphMapToInclude:]): Ditto.

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):
Note: See TracTimeline for information about the timeline view.