Commit Graph

1041 Commits

Author SHA1 Message Date
smfr%smfr.org
afd588c754 Fix warning by being explicit about return type of -setDisplaySecureIcon. 2005-02-24 06:41:06 +00:00
smfr%smfr.org
e4f2b2170a Fix a reference cycle between the HistoryDataSource and its update timer (timers retain their targets!) by using an intermediate, proxy object. 2005-02-24 06:38:24 +00:00
smfr%smfr.org
04f7376155 Fix bug 283138: leaking NSMenuItems in bookmarks context menu code. 2005-02-23 17:18:06 +00:00
ginn.chen%sun.com
8dc4f71037 Bug 70154 (ctrl)+shift+home/end should select to beginning/end of webpage
r=brade sr=sfraser
2005-02-18 07:29:40 +00:00
mozilla.mano%sent.com
c61da76a58 Bug 279533 - Update Camino's font preferences code per bug 95227 (serif/sans-serif set is now per language). r=wevah sr=smfr 2005-02-16 16:40:32 +00:00
smfr%smfr.org
a8d2af66eb Fix bug 281803: make sure we respond to batch notifications, and reload the entire history tree when the batch ends. 2005-02-16 06:47:30 +00:00
smfr%smfr.org
1d28e9d8ef Fix bug 281133: if adding a page with no title to bookmarks, the Add Bookmarks dialog would never show up because we threw an exception trying to set a text field with a nil string. Now, use the url if the title is empty. 2005-02-15 06:18:36 +00:00
smfr%smfr.org
2e4574361f Fix bug 149648: add support for <optgroup> is Camino's super-funky <select> popup replacement, and clean up the code a little. r=pink. 2005-02-14 16:35:56 +00:00
pinkerton%aol.net
4c1689e10e if not all languages are in the right format, fall back to en-us rather than
picking the first one that is in the right format (bug 281107)
2005-02-11 18:44:39 +00:00
joshmoz%gmail.com
ae92e3d8ea trivial focus fixes - make initial key views and first key views the same, hook up initial key view in General pref pane so that there is an initial focus when switching back to General from some other pane. b=278820 2005-02-09 07:15:23 +00:00
cbiesinger%web.de
40888bf15f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
smfr%smfr.org
8af2efedce Add some code to copy bad history files to history_BAD-N.dat for debugging bug 280342. 2005-02-05 06:53:37 +00:00
pinkerton%aol.net
f762e31e74 allow user to override lang prefs, don't use region as it messes up users
that change their langauge setting to differ from the region (bug 280814)
2005-02-03 14:24:43 +00:00
smfr%smfr.org
6fdcbe02cd Fix various keyboard navigation issues. 2005-02-03 07:13:24 +00:00
smfr%smfr.org
e2d3a99df3 Fix wording of debug msgs. 2005-02-03 05:55:42 +00:00
smfr%smfr.org
c5b9c0a74d Add some HISTORY DEBUG logging on DB close as well. 2005-02-03 05:54:17 +00:00
smfr%smfr.org
ab920ec758 Add some logging to history file opening, to try to track down bug 280342.
Also removed some unused code.
2005-02-03 05:46:37 +00:00
pinkerton%aol.net
597901bc43 add search fields to permissions and cookie sheets (bug 263336) 2005-02-02 23:17:39 +00:00
gerv%gerv.net
51258ac3cb Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
pinkerton%aol.net
ed4ea5de1f fix spelling error 2005-02-02 22:53:22 +00:00
joshmoz%gmail.com
499c52018a update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
joshmoz%gmail.com
69c994fd8d pull accept-language header from system prefs b=161337 sr=pinkerton 2005-01-31 20:58:14 +00:00
joshmoz%gmail.com
311f298195 show mouse feedback on copy of bookmark b=272254 sr=pinkerton 2005-01-31 20:55:54 +00:00
smfr%smfr.org
7dd5767b62 Fix bug 279844: tabs loaded in the background don't scroll correctly to relative anchors. Fix by making sure that background tabs are sized correctly on creation and URL load, so that a later resize on show doesn't mess with the scroll position. r=pinkeron.
Fix bug 157995: tab title stays at "Loading..." sometimes. This happens when we don't get a setTitle: callback from gecko (e.g. for an FTP download), so always set the tab title back to the page title (or URL) in onLoadingComplete. r=pinkerton.
Other minor cleanup (const strings, mostly)
2005-01-30 05:02:56 +00:00
timeless%mozdev.org
eb998344c5 bsmedberg%covad.net 2005-01-28 07:08 Move the transformiix locale file to dom/locales, r=peterv/Pike 2005-01-28 16:45:14 +00:00
smfr%smfr.org
aad64ad083 Remove typo from last checkin. 2005-01-27 03:42:01 +00:00
smfr%smfr.org
9799bc1d22 Fix bug 279473: prefs were not getting saved if you quit with the prefs window open.
Fix [MVPreferencesController sharedInstance] to really return a shared instance for which a ref is kept around, and remove the mPreferencesController member from MainController.
Add [MVPreferencesController clearSharedInstance] so that we can tear down the window on quit, allowing MVPreferencesController to release its embedding reference, so that we can proceed through xpcom shutdown, and thence save the prefs file.
Also cleaned up member naming in MVPreferencesController.
2005-01-27 03:41:26 +00:00
smfr%smfr.org
8319a60662 Fix some sheet sizing issues. r=#camino 2005-01-27 02:49:24 +00:00
smfr%smfr.org
5ad98e7ac0 Fix bug 279664: fix controlTextDidChange notifications from the SearchTextField. Thanks to olivier@umich.edu for the fix. 2005-01-25 04:54:59 +00:00
pinkerton%aol.net
fc5e7e1e75 better icon for appearance 2005-01-24 21:36:47 +00:00
pinkerton%aol.net
b8fb9ddaa1 fix history panel like the others 2005-01-24 21:28:17 +00:00
pinkerton%aol.net
450aaa2f38 update the look of preference panels (from jasper) 2005-01-24 21:19:08 +00:00
smfr%smfr.org
13748f662e Fix a bug where inline editing of items in the containers table would cause the quicksearch notification to fire, causing the bookmarks to be quicksearched into oblivion. 2005-01-22 07:12:06 +00:00
smfr%smfr.org
7d31b73a19 Add Nate to the contributors list. 2005-01-22 06:41:06 +00:00
joshmoz%gmail.com
c71f3845c6 Can't drag favicons of 3rd and following tabs to create bookmarks, weblocs in recent nightlies. b=273800 sr=pinkerton 2005-01-21 19:30:47 +00:00
joshmoz%gmail.com
956b2f7894 copy history pref pane during static copy build phase, otherwise history pref pane won't work in static builds 2005-01-21 18:21:10 +00:00
joshmoz%gmail.com
04997d4272 fix crash on quit with active downloads - bad XPCOM cleanup. b=277928 sr=pinkerton 2005-01-21 18:03:49 +00:00
joshmoz%gmail.com
f0b471e76b add Nate Weaver to file contributor list 2005-01-21 03:07:25 +00:00
joshmoz%gmail.com
a1e11edcfb fix opening .webloc and .url files via dock or open menu. b=242934 sr=pinkerton 2005-01-20 18:12:27 +00:00
joshmoz%gmail.com
3fae4f8645 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
smfr%smfr.org
a373822bf4 Fix bug 278949: make sure we have a bookmarks view controller when we need one for adding a new bookmark. Also fix a build warning (bad BOOL return value). 2005-01-19 18:33:01 +00:00
smfr%smfr.org
804f73a948 Fix bug 278947 - bookmarks view goes blank when inline editing because we erroneously pick up the typing as quicksearch.
Clean up the serialization of multiple dragged bookmark items by using UUIDs rather than object addresses, and moving into methods on the BookmarksManager, rather than an NSArray category.
Add methods to trawl the bookmarks tree for an item with the given UUID.
Improve the behavior and performance of a multiple bookmark drop by making sure things insert in the correct order, and by disabling outliner updates until you've inserted everything.
Make some notification name strings 'const'.
Fix build warnings, and remove a debugging printf.
2005-01-19 18:03:15 +00:00
joshmoz%gmail.com
871dd45641 remove calls to newTabsAllowed. b=273228 sr=pinkerton 2005-01-19 18:00:30 +00:00
smfr%smfr.org
9c755d2c2a Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +00:00
smfr%smfr.org
9b24898895 Fix build warning 2005-01-19 07:04:19 +00:00
smfr%smfr.org
d005e511f0 Fix the drag and drop of history items. 2005-01-19 07:04:09 +00:00
smfr%smfr.org
f4a8f3fecc Fix build warnings. 2005-01-19 07:03:45 +00:00
joshmoz%gmail.com
65c3b4c8f8 Fix a crash on quit that happened if you had visited the Web Features pref panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. This is the same fix for the same bug that smfr committed yesterday in the privacy pref pane code. Also, add licenses to two files missing them. 2005-01-19 02:14:21 +00:00
joshmoz%gmail.com
2c92e1e719 add file for history pref pane that I forgot 2005-01-18 23:45:52 +00:00
joshmoz%gmail.com
72afa62d49 move history prefs into their own pane, part of major prefs reorg 2005-01-18 23:34:29 +00:00