Граф коммитов

1456 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net c0db2fe7a5 use different property on Tiger for homepage, apple depricated the one we
were using (bug 313884)
2005-11-13 17:45:44 +00:00
smfr%smfr.org c8481beb94 Turn off building SiteIconCache.m and NSFileManager+Utils.m to see if they are causing the startup pref regression (even though none of their code should be running). 2005-11-13 07:08:19 +00:00
smfr%smfr.org 7abbce1870 Commenting out additional stat on bookmarks file to measure startup perf impact. 2005-11-13 04:56:22 +00:00
smfr%smfr.org 7038613018 [NSArray lastObject] is already defined; no need for our own version. 2005-11-13 04:48:33 +00:00
smfr%smfr.org 40f98299ee Fix bug 307753. Use a file system notification callback to detect when downloaded files are moved or deleted, and update UI accordingly. Also fix a couple of leaks, a double-load of the progress view nib file, and tidy up a bunch of code. Parts of patch by Nick Kreeger. 2005-11-13 04:45:19 +00:00
smfr%smfr.org b4bf54508b Add unknown_file_icon.tif. 2005-11-13 04:33:42 +00:00
smfr%smfr.org 17ea78d2e7 New file for missing files in the download manager. 2005-11-13 04:11:38 +00:00
smfr%smfr.org 2e9d2380f7 Add a bunch of NSLogs to the bookmarks saving code, and a test for a zero-length bookmarks file, to try to catch bookmarks lossage issues. 2005-11-13 00:16:44 +00:00
smfr%smfr.org c8379c2a25 Add SiteIconCache.m, and NSFileManager+Utils.*. 2005-11-13 00:14:05 +00:00
smfr%smfr.org 69f211faff New class to cache site icons outside of the Necko cache (which gets nuked too often). 2005-11-13 00:07:27 +00:00
smfr%smfr.org 8ece8642b3 New util category on NSFileManager. 2005-11-13 00:04:08 +00:00
darin%meer.net ceef677f97 fixing camino build bustage; necko_data.xpt no longer exists. 2005-11-12 20:41:29 +00:00
smfr%smfr.org 6563569d9f Remove the "?click" rule, because it breaks some legitimate sites. 2005-11-12 19:35:07 +00:00
smfr%smfr.org 473fc82ff8 Fix bug 313961: don't create history items for hidden url loads (like this for iframes).
Fix bug 315667: allow nsIHistoryObserver removal during the "history closing" notification, which fixes history data source cleanup on quit, avoiding a rebuild of the history data source on expiring entries.
2005-11-12 19:31:28 +00:00
smfr%smfr.org 7dcd31e7f9 Replace a hardcoded char code constant with a value from the Cocoa headers. 2005-11-12 19:27:04 +00:00
darin%meer.net 56de173b8c Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky 2005-11-12 18:17:19 +00:00
bsmedberg%covad.net dff1dea638 Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
mark%moxienet.com a6ee15d3b2 Bug 315866, "New window" item no longer in dock menu. Connect the proper NSMenuItem to the dock menu's mItemBeforeCustomItems. Camino-only, npotdb. r=pink 2005-11-10 20:26:07 +00:00
joshmoz%gmail.com f5a2794769 fix bug in which the pause button disappears when customizing the toolbar. b=315578 sr=smfr 2005-11-09 08:01:36 +00:00
smfr%smfr.org 305b6da71f Fix bug 314803: if saving HTML Complete to a non-writable dir, we'd bail when creating the associated "Files" directory but never cancel the download. This patch fixes that by calling OnStateChanged on the download in the failure case. I also fixed some variables names and comments to make the header sniffing stuff clearer. 2005-11-06 21:42:04 +00:00
smfr%smfr.org 4a852feabb Fix bug 314803: fix crash on download failure, caused by DownloadDone() getting called twice. Added error reporting for common downloading errors (no permissions in destination dir, and disk full) via a sheet on the downloads window.
Implemented nsIInterfaceRequestor on nsDownloadListener and nsHeaderSniffer because I was seeing assertions about this, and to avoid possible uninitialized value usage (bug 315246).
2005-11-06 06:40:36 +00:00
smfr%smfr.org 10f146e768 Add NSString category for methods that get a couple of useful path-related strings (volume name, and file/folder display name).
Also fix memory leak in [NSView removeAllSubviews].
2005-11-06 06:32:18 +00:00
smfr%smfr.org 20c6661b36 Make sure the Info tab is selected. 2005-11-05 22:16:19 +00:00
smfr%smfr.org 75b12cdfa3 Fix bug 294732: rename "Name" field to "Title" to be consistent with the rest of the UI. Also tidy up the "Visit count" panel. Patch partly by Markus Magnuson. 2005-11-05 22:14:25 +00:00
smfr%smfr.org 8c82ffde3a Fix bug 313961: avoid making history items in the UI for "hidden" global history entries, such as those for subframes. 2005-11-05 07:08:22 +00:00
mark%moxienet.com 88507a2755 Bug 314612, Autocomplete broken in location bar. Include libxpautocomplete. 2005-11-03 19:59:44 +00:00
pinkerton%aol.net 9c4447df1a tweak paths for universalchardet build changes (bug 314911) 2005-11-03 16:31:01 +00:00
pinkerton%aol.net 3955e38dba increase default size of dialog to fit all buttons (bug 308094) 2005-11-03 14:58:00 +00:00
pinkerton%aol.net 20b036cdc4 remove libtransformiix as it no longer exists outside of layout 2005-11-02 20:23:12 +00:00
pinkerton%aol.net 41ce2054ef don't rebuild views after each download is removed, wait until all work is
done then rebuild them (bug 308680)
2005-11-02 17:32:33 +00:00
pinkerton%aol.net 6e1d572d67 replace ' with apostrophe (bug 308998) 2005-11-02 15:54:29 +00:00
pinkerton%aol.net c6db4af064 .url files must have CRLF newlines to load properly; otherwise you get a ``loading'' that never finishes. (bug 313308) 2005-11-01 21:02:28 +00:00
smfr%smfr.org 1d1b6399b6 Fix bug 314616: icon disappears for paused downloads. Patch by Nick Kreeger, r=me. 2005-11-01 17:53:52 +00:00
smfr%smfr.org 102f549f08 Fix bug 314376: occasional crash when editing trust settings for a newly-added cert, because we were messing with the view hierarchy for a destroyed window. Fixed by setting the certificate view's certificate to nil in -windowWillClose:
Also fix some other bugs in the certificate view that caused the checkbox states to be incorrect, and fail to stick.
Also fix possible exception on quit when quitting with the certificates window frontmost.
2005-11-01 07:30:54 +00:00
smfr%smfr.org 48d50f13f8 Fix bug 311110: dragging onto empty tab bar area should create new tabs, not replace existing ones. Patch partially by Chris Lawson. 2005-11-01 03:16:11 +00:00
mark%moxienet.com db1886f8e6 Bug 314226, "Unrequested Popup Detected" title should be localizable. The new key name is PopupBlockTitle. Patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net>. Camino-only. r=smfr 2005-10-31 20:21:15 +00:00
smfr%smfr.org 1589614fd7 Fix camino bug 314374: delete is enabled when no certificates are selected. 2005-10-30 18:46:32 +00:00
pinkerton%aol.net 626907d84c updated disk image icon (bug 307359) 2005-10-26 21:42:38 +00:00
mark%moxienet.com 4c7cc758e1 Bug 302212, Camino portion. Pick the right SDK depending on the build host's CPU. Camino only, npotdb. r=smfr 2005-10-26 15:03:34 +00:00
pinkerton%aol.net 8d552c83c4 remove line about setting default browser (bug 305371) 2005-10-26 14:53:34 +00:00
smfr%smfr.org bb90d10c30 Combine the two "Warn when closing/quitting" prefs into one. Bug 196359 2005-10-26 04:02:37 +00:00
smfr%smfr.org cf90897c21 Combine the two "warn when closing/quitting" checkboxes into one. Bug 196359. 2005-10-26 04:00:11 +00:00
smfr%smfr.org 46c54116c1 Tweak the button spacing of programmatically created dialogs to better match the HIG. 2005-10-26 03:56:28 +00:00
mark%moxienet.com 58fbf66583 Camino portion of bug 309693, update EULA to v1.1. Camino-only, npotdb. 2005-10-26 03:30:00 +00:00
smfr%smfr.org d9b4b3721e Add a couple more sites to Camino's ad-blocking CSS. 2005-10-23 17:29:36 +00:00
smfr%smfr.org fe9aa4ed98 Fix bug 313025: if quitting via the Dock menu while Camino is hidden, activate it before showing the quit warning dialog. 2005-10-20 03:28:20 +00:00
smfr%smfr.org 09396199f0 Fix bug 313015: when adjusting the Command-W close window command, look at the key window, rather than the main window. This allows Command-W to close the Find window, as it should. 2005-10-20 03:25:17 +00:00
smfr%smfr.org d0e9098dcc Fix bug 313015: when adjusting the Command-W close window command, look at the key window, rather than the main window. This allows Command-W to close the Find window, as it should. 2005-10-20 03:12:16 +00:00
smfr%smfr.org 0cd0061c59 Change the Camino pref pane identifiers to contain "org.mozilla.camino" rather than "org.mozilla.chimera", and fix the text encoding of many of the pref panel Localized.strings files. 2005-10-20 02:31:36 +00:00
smfr%smfr.org 3506eb4baf Camino part of fix for bug 306245: focussing an element in a background tab steals focus from frontmost tab. Fix by making our nsIEmbeddingSiteWindow::GetVisibility() impl return PR_FALSE for background tabs (see bug 124750). r=mento 2005-10-20 02:16:30 +00:00