Timeline
Jul 1, 2003:
- 4:27 PM Changeset in webkit [4578]
-
- 5 copies2 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
-
- 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 copies2 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
-
- 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 copies2 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
-
- 1 edit in branches/JavaScriptCore-85-tarball-branch/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
JavaScriptCore-85 tarball changes.
Jun 30, 2003:
- 5:51 PM Changeset in webkit [4572] by
-
- 4 edits in trunk/WebKit
WebKit:
- fixed 3310716 -- Authentication dialog could be tweaked to better match guidelines
Reviewed by Chris
- Panels.subproj/English.lproj/WebAuthenticationPanel.nib: left-aligned "Name:" and "Password:" labels; slightly tweaked layout at right edge of sheet
WebBrowser:
- fixed 3268514 -- Safari� English Localizable.strings file contains straight apostrophes
Reviewed by Chris
- BrowserDocument.m: (-[BrowserDocument panel:userEnteredFilename:confirmed:]): changed straight quotes to curly ones in "Append 'txt'" messages.
- English.lproj/Localizable.strings: updated for this change
- 2:40 PM Changeset in webkit [4571] by
-
- 4 edits in trunk/WebCore
Fixed: <rdar://problem/3310066>: All images use wrong map if page has image map of name ""
Reviewed by dave.
- config.h:
- khtml/html/html_documentimpl.cpp: (HTMLDocumentImpl::getMap): return 0 if getMap is called with a NULL string instead of treating it like an empty string
- 1:53 PM Changeset in webkit [4570] by
-
- 3 edits in trunk
version 86u stamp
- 11:54 AM Changeset in webkit [4569]
-
- 6 copies2 deletes in tags/WebCore-85~3
This commit was manufactured by cvs2svn to create tag 'WebCore-85~3'.
- 11:54 AM Changeset in webkit [4568] by
-
- 3 edits in trunk/WebCore
Tests:
- fixed gcc3.3 incompatibility
Reviewed by Darin
- WebFoundation-Misc/ifnsstringextensions-test.m: (main): added "LL" to end of long integer constants
WebCore:
- fixed gcc3.3 incompatibility
Reviewed by Darin
- kwq/KWQComboBox.mm: (QComboBox::updateCurrentItem): cast result of getView() in a local variable to work around compiler bug where casting in a method call doesn't work (all other callers of getView() in this file were already using a local variable)
WebBrowser:
- fixed gcc3.3 incompatibility
Reviewed by Darin
- Button.h: change name of class from Button to ButtonPlus to avoid conflict with Carbon's Button() function.
- Button.m: ditto
- RolloverTrackingButton.h: ditto