joshmoz%gmail.com
4c62b66761
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
3e0a267468
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
384d5692d1
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
9c1e8afd11
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
3b69fb7f86
Make sure the Info tab is selected.
2005-11-05 22:16:19 +00:00
smfr%smfr.org
ab3c65a947
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
1feae017d2
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
c350cce538
Bug 314612, Autocomplete broken in location bar. Include libxpautocomplete.
2005-11-03 19:59:44 +00:00
pinkerton%aol.net
8af48f4f68
tweak paths for universalchardet build changes (bug 314911)
2005-11-03 16:31:01 +00:00
pinkerton%aol.net
657886b3f4
increase default size of dialog to fit all buttons (bug 308094)
2005-11-03 14:58:00 +00:00
pinkerton%aol.net
0590ff9b85
remove libtransformiix as it no longer exists outside of layout
2005-11-02 20:23:12 +00:00
pinkerton%aol.net
9148b13f59
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
acfaaa65bd
replace ' with apostrophe (bug 308998)
2005-11-02 15:54:29 +00:00
pinkerton%aol.net
35c56b3a2c
.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
902349f9ad
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
5a931e3390
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
3b51288592
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
481c43da3a
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
39aa785d02
Fix camino bug 314374: delete is enabled when no certificates are selected.
2005-10-30 18:46:32 +00:00
pinkerton%aol.net
b8ed0c0854
updated disk image icon (bug 307359)
2005-10-26 21:42:38 +00:00
mark%moxienet.com
990a0ca5e2
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
25a2b126a8
remove line about setting default browser (bug 305371)
2005-10-26 14:53:34 +00:00
smfr%smfr.org
7b5b6b8a46
Combine the two "Warn when closing/quitting" prefs into one. Bug 196359
2005-10-26 04:02:37 +00:00
smfr%smfr.org
17ff9df093
Combine the two "warn when closing/quitting" checkboxes into one. Bug 196359.
2005-10-26 04:00:11 +00:00
smfr%smfr.org
3be0ea8957
Tweak the button spacing of programmatically created dialogs to better match the HIG.
2005-10-26 03:56:28 +00:00
mark%moxienet.com
16573e89b5
Camino portion of bug 309693, update EULA to v1.1. Camino-only, npotdb.
2005-10-26 03:30:00 +00:00
smfr%smfr.org
37f617c877
Add a couple more sites to Camino's ad-blocking CSS.
2005-10-23 17:29:36 +00:00
smfr%smfr.org
f9c440fff6
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
d5f665a95b
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
4eb2bc0e97
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
f32f41c0e6
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
75a33b8fbf
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
smfr%smfr.org
d99cf2fe48
Fix bug 312959: avoid hang showing tooltip on a newly added bookmark toolbar item by ensuring that the bookmark has its title and url before notifications are fired for it, and avoiding "\n\n" tooltip strings. r=mento.
2005-10-20 02:03:20 +00:00
smfr%smfr.org
f7b95d449b
Fix bug 312923: fix spelling errors in certificate dialog strings. Patch by lensovetp@mail.ru.
2005-10-18 23:42:08 +00:00
smfr%smfr.org
20c9bb65cb
Fix bug 175863: Add a "reload all tabs" item to the tab context menu. Patch by Chris Lawson.
2005-10-18 17:44:41 +00:00
smfr%smfr.org
a0e7cd8c30
Fix bug 196359: show an optional warning when closing a window with multiple tabs, or quitting when multiple windows or tabs are open. Patch partially by Nathaniel Madura.
2005-10-18 04:06:55 +00:00
smfr%smfr.org
90300c5a7f
Avoid recreating the BookmarksManager (and hence PreferencesManager) on quit if we haven't created one yet; this could happen when launching with another copy of Camino running.
2005-10-17 16:36:16 +00:00
smfr%smfr.org
be553a1f91
Fix bug 181649: make sure that site icons are not loaded if the (hidden) "browser.chrome.favicons" pref is set to false.
2005-10-13 02:23:05 +00:00
smfr%smfr.org
528a1b5887
Fix camino bug 311683. The earlier fix for bug 297343 introduced a short delay before the dispatch of focus/activate events on window activation. It turns out that this was bad, as you could end up with two windows which continually each come to the front ("duelling windows"). This patch makes things synchronous again, but fixes the original bug by exposing a category on NSWindow in the widget code that allows the embedder to know if a SetFocus() call is coming as a result of window activation. r=mento
2005-10-12 17:38:29 +00:00
smfr%smfr.org
ed4388d562
Continuation fix for bug 311106: expire history entries on the pref changed callback for the expire time, so that the history view and the menus update live as you change the pref.
2005-10-12 01:03:38 +00:00
smfr%smfr.org
fe809e3335
Fix bug 311793, patch by Ulrik Sverdrup: don't create history date folders for more days that you're saving history for. r=me
2005-10-12 00:58:48 +00:00
smfr%smfr.org
a3022e7290
Add NSString category methods to init an NSString using various Gecko strings, for use when we don't want to have to create an autoreleased item, and use it for history items (to reduce autorelease load).
2005-10-12 00:54:10 +00:00
smfr%smfr.org
fa0a4705a7
Rename the -[PreferenceManager homePage:] method to -[PreferenceManager homePageUsingStartPage:].
...
Also add the ability to map Gecko pref changed callbacks into NSNotifications, via the PreferenceManager.
2005-10-12 00:48:34 +00:00
smfr%smfr.org
e495e7cb61
Fix bug 299807: make sure warning triangle favicon displays when the error page loads.
2005-10-12 00:40:25 +00:00
smfr%smfr.org
cbf43f3ea9
Add CHISupportsOwner, a simple Objective-C class that just holds a reference to an XPCOM object (via an nsISupports*).
2005-10-12 00:32:53 +00:00
mark%moxienet.com
33a47344a4
Tweak mousewheel sysnumlines values to be correct, the Camino equivalent of bug 311941.
2005-10-11 15:13:49 +00:00
mark%moxienet.com
9f7c18b95f
Bug 293503, back/forward behavior is reversed when scrolling horizontally with alt/option. Fix mousewheel binding. Includes Camino pref fixage. r=mano sr=roc
2005-10-10 06:05:38 +00:00
smfr%smfr.org
542361f8a8
Fix bug 311793: getIntPref:withSuccess: sometimes fails to set 'outSuccess'. Patch partiallyl by Ulrik Sverdrup.
2005-10-09 17:57:45 +00:00
smfr%smfr.org
48c4228001
Fix bug 299030: ensure that we correctly update the Close Window menu shortcut when closing a multi-tabbed window with another simple window behind it.
2005-10-09 00:24:30 +00:00
smfr%smfr.org
29d8331d93
Fix bug 264085: don't spuriously go into cell edit mode when clicking the twisty in the bookmarks outliner.
2005-10-08 23:12:03 +00:00