Timeline
Jul 7, 2003:
- 6:23 PM Changeset in webkit [4599] by
-
- 8 edits in trunk
Reviewed by John.
- fixed 3295916 - b/c JavaScriptCore and WebCore are installing in wrong location, private headers are public
- WebCore.pbproj/project.pbxproj: Install in WebKit.framework/Versions/A/Frameworks.
WebCore:
Reviewed by John.
- fixed 3295916 - b/c JavaScriptCore and WebCore are installing in wrong location, private headers are public
- WebCore.pbproj/project.pbxproj: Install in WebKit.framework/Versions/A/Frameworks.
WebKit:
Reviewed by John.
- fixed 3295916 - b/c JavaScriptCore and WebCore are installing in wrong location, private headers are public
- WebKit.pbproj/project.pbxproj: Make a link from Frameworks to Versions/A/Frameworks.
- 5:55 PM Changeset in webkit [4598] by
-
- 3 edits in trunk
tree is open for submissions, Safari-89u
- 5:54 PM Changeset in webkit [4597]
-
- 1 copy318 deletes in branches/unlabeled-1.9.14
This commit was manufactured by cvs2svn to create branch
'unlabeled-1.9.14'.
- 5:54 PM Changeset in webkit [4596]
-
- 3 copies in tags/Safari-88
This commit was manufactured by cvs2svn to create tag 'Safari-88'.
- 5:54 PM Changeset in webkit [4595] by
-
- 11 edits in trunk
Safari-88 stamp
- 11:13 AM Changeset in webkit [4594]
-
- 6 copies2 deletes in tags/WebKit-85~4
This commit was manufactured by cvs2svn to create tag 'WebKit-85~4'.
- 11:13 AM Changeset in webkit [4593] by
-
- 2 edits in trunk/WebKit
Reviewed by Dave.
- fix compile error from B&I Panther build; really, this time
- WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer extendUnicodeCharacterToGlyphMapToInclude:]): Use unsigned, not int. (-[WebTextRenderer extendCharacterToGlyphMapToInclude:]): Ditto.
Jul 6, 2003:
- 10:56 AM Changeset in webkit [4592]
-
- 6 copies2 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
-
- 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
-
- 2 edits in trunk/WebKit
- WebCoreSupport.subproj/WebImageRenderer.m: Remove obsolete comment.
- 3:15 PM Changeset in webkit [4589] by
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.