[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
sullivan
sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:11:59 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 3789346b9ba9f686627ac20a8d2eea4348636742
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Sat Nov 15 00:46:28 2003 +0000
WebKit:
- WebKit part of fix for <rdar://problem/3474757>: Safari on-screen text needs review
Reviewed by Ken.
* WebView.subproj/WebDefaultContextMenuDelegate.m:
(-[WebDefaultUIDelegate menuItemWithTag:]):
change "Download Link to Disk" to "Download Linked File to Disk"
* English.lproj/Localizable.strings:
updated for these changes
WebBrowser:
- WebBrowser part of fix for <rdar://problem/3474757>: Safari on-screen text needs review
Reviewed by Ken.
Many text changes. In a small number of places I got to delete stuff, but
mostly I just changed the words to match Ron's edit (after much discussion).
* ABHomePagesController.m:
(-[ABHomePagesController openAddressBook:]):
* AppController.m:
(-[AppController confirmSwitchDefaultBrowser]):
(-[AppController _showResourceFileWithName:extension:]):
* BookmarksController.m:
(-[BookmarksController tellUserAboutExceptionInFileLockingCode]):
(-[BookmarksController tellUserThatISyncWon]):
(-[BookmarksController tellUserThatExternalChangePreemptedLocalChange]):
(-[BookmarksController exportBookmarks:]):
* BrowserDocument.m:
(-[BrowserDocument panel:userEnteredFilename:confirmed:]):
* BrowserWebBookmarkExtras.m:
(-[WebBookmark _goToWithWindowPolicy:]):
* BrowserWebController.m:
(-[BrowserWebView mouseoverTextForElement:modifierFlags:]):
(-[BrowserWebView webView:unableToImplementPolicyWithError:frame:]):
(-[BrowserWebView openFileExternallyWithRequest:inFrame:]):
(-[BrowserWebView revealInFinderWithRequest:inFrame:]):
(-[BrowserWebView decidePolicyForAction:request:frame:newFrameName:decisionListener:]):
(-[BrowserWebView displayName]):
* BrowserWindowController.m:
(-[BrowserWindowController setUpSearchField]):
(-[BrowserWindowController goToToolbarLocationWithWindowPolicy:]):
* ContextMenuHandler.m:
(-[BrowserWebView webView:contextMenuItemsForElement:defaultMenuItems:]):
(-[BrowserWebView saveFileWrapperForURLKey:menuItem:]):
* DownloadRow.m:
(-[DownloadRow _statusText]):
(-[DownloadRow open:]):
* DownloadViewController.m:
(-[DownloadViewController _openEntries:]):
(-[DownloadViewController _revealEntries:]):
* DownloadWindowController.m:
(-[DownloadWindowController windowDidLoad]):
(-[DownloadWindowController askToTerminateWhileDownloading]):
(-[DownloadWindowController reportInvalidDownloadFileErrorForPath:]):
* FavoriteButton.m:
(-[FavoriteButton setBookmark:]):
(-[FavoriteButton confirmDeletingFolder]):
* FavoritesBar.m:
(-[FavoritesBar initWithView:]):
* FormCompletionController.m:
(+[FormCompletionController _frame:sourceFrame:willSubmitLoginForm:withValues:formInfo:submissionListener:]):
(+[FormCompletionController autoFillInWebView:]):
* LoadProgressMonitor.m:
(-[LoadProgressMonitor _busyStatus]):
(-[LoadProgressMonitor _statusSummary]):
(-[LoadProgressMonitor webView:plugInFailedWithError:dataSource:]):
* LocationChangeError.m:
(-[LocationChangeHandler specializedTitleForError:]):
(-[LocationChangeHandler specializedMessageForError:dataSource:]):
(-[LocationChangeHandler genericTitleForError:]):
(-[LocationChangeHandler genericMessageForError:]):
* LocationChangeHandler.m:
(-[LocationChangeHandler webView:locationChangeDone:forDataSource:]):
* Preferences.subproj/AutoFillPreferences.m:
(-[AutoFillPreferences editMyCard:]):
* Preferences.subproj/BookmarkPreferences.m:
(-[BookmarkPreferences configureSynchronizing:]):
* Preferences.subproj/SecurityPreferences.m:
(-[SecurityPreferences toggleJavaScriptCanOpenWindows:]):
* RendezvousController.m:
(-[RendezvousController reportErrorForServiceName:]):
* TabBarView.m:
(-[TabBarView initWithFrame:]):
* main.m:
(storeVersionInPreferences):
Changed or removed words.
* English.lproj/Localizable.strings:
updated for these changes
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5503 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index cf04bf9..3e43e29 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,16 @@
+2003-11-14 John Sullivan <sullivan at apple.com>
+
+ - WebKit part of fix for <rdar://problem/3474757>: Safari on-screen text needs review
+
+ Reviewed by Ken.
+
+ * WebView.subproj/WebDefaultContextMenuDelegate.m:
+ (-[WebDefaultUIDelegate menuItemWithTag:]):
+ change "Download Link to Disk" to "Download Linked File to Disk"
+
+ * English.lproj/Localizable.strings:
+ updated for these changes
+
2003-11-14 Ken Kocienda <kocienda at apple.com>
Reviewed by John
diff --git a/WebKit/English.lproj/Localizable.strings b/WebKit/English.lproj/Localizable.strings
index 2bca7e5..b539430 100644
Binary files a/WebKit/English.lproj/Localizable.strings and b/WebKit/English.lproj/Localizable.strings differ
diff --git a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
index a3e2f35..6a99bc3 100644
--- a/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
+++ b/WebKit/WebView.subproj/WebDefaultContextMenuDelegate.m
@@ -36,7 +36,7 @@
action = @selector(openLinkInNewWindow:);
break;
case WebMenuItemTagDownloadLinkToDisk:
- title = UI_STRING("Download Link to Disk", "Download Link to Disk context menu item");
+ title = UI_STRING("Download Linked File to Disk", "Download Linked File to Disk context menu item");
action = @selector(downloadLinkToDisk:);
break;
case WebMenuItemTagCopyLinkToClipboard:
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list