Timeline
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
Jun 26, 2003:
- 12:21 PM Changeset in webkit [4567]
-
- 5 copies2 deletes in tags/WebKit-85~2
This commit was manufactured by cvs2svn to create tag 'WebKit-85~2'.
- 12:21 PM Changeset in webkit [4566]
-
- 6 copies2 deletes in tags/WebCore-85~2
This commit was manufactured by cvs2svn to create tag 'WebCore-85~2'.
- 12:21 PM Changeset in webkit [4565] by
-
- 10 edits in trunk
WebCore:
More changes to make WebKit and WebCore compile with gcc 3.3.
Reviewed by darin.
- kwq/WebCoreBridge.h:
WebKit:
Changes to make WebKit compile with gcc 3.3.
Reviewed by darin.
- Carbon.subproj/HIWebView.m:
- WebCoreSupport.subproj/WebBridge.m: (-[WebBridge setScrollbarsVisible:]): (-[WebBridge loadURL:referrer:reload:target:triggeringEvent:form:formValues:]): (-[WebBridge postWithURL:referrer:target:data:contentType:triggeringEvent:form:formValues:]):
- WebView.subproj/WebFramePrivate.h:
- WebView.subproj/WebFramePrivate.m: (-[WebFrame _loadURL:referrer:loadType:target:triggeringEvent:form:formValues:]): (-[WebFrame _postWithURL:referrer:target:data:contentType:triggeringEvent:form:formValues:]):
- WebView.subproj/WebPreferences.m: (-[WebPreferences setDefaultFontSize:]): (-[WebPreferences setDefaultFixedFontSize:]): (-[WebPreferences setMinimumFontSize:]):
- WebView.subproj/WebView.m: (-[WebView searchFor:direction:caseSensitive:wrap:]):
WebBrowser:
Changes to make WebBrowser compile with gcc 3.3.
Reviewed by darin.
- BrowserNSMenuExtras.h:
- BrowserNSMenuExtras.m: (-[NSMenu addItemWithTitle:action:target:]): (-[NSMenu itemWithTarget:andAction:]):
- BrowserNSNetServiceExtras.m:
- BrowserWindowController.m: (-[BrowserWindowController tabBarView:menuForButtonForTabViewItem:event:]): (-[BrowserWindowController goHome:]): (-[BrowserWindowController makeTextLarger:]): (-[BrowserWindowController makeTextSmaller:]): (-[BrowserWindowController reportBugToApple:]):
- DateCell.m: (-[DateCell drawWithFrame:inView:]):
- FormCompletionController.m: (+[FormCompletionController clearAutoFillStateForFrame:]):
- Test/PageLoadTestController.m: (-[PageLoadTestController showWindow:]):
- 11:33 AM Changeset in webkit [4564] by
-
- 6 edits in trunk/WebCore
Made WebCore compile with gcc 3.3.
Reviewed by darin.
- config.h:
- kwq/KWQLineEdit.mm: (QLineEdit::selectAll): (QLineEdit::setEdited):
- kwq/KWQString.h:
- kwq/KWQString.mm: