Commit Graph

995 Commits

Author SHA1 Message Date
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
smfr%smfr.org
7c288d1be3 Rename a bunch of history-related structs so that they don't conflict with what's in nsGlobalHistory in static builds. 2005-01-17 20:23:19 +00:00
smfr%smfr.org
c8ca08858b Removing unused bookmark manager images. Removing libstring_obsolete_s.a which no longer exists, and removing library search paths into ../string/obsolete. 2005-01-17 19:36:38 +00:00
smfr%smfr.org
1b0cc4d99c Fix a crash on quit that happened if you had visited the Privacy panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. r=josh 2005-01-17 19:21:56 +00:00
smfr%smfr.org
8c811967f0 Fix the context menu on the bookmarks containers pane, and fix the table view selection behaviour when bringing up a context menu (you need to select the item). r=josh 2005-01-17 04:53:23 +00:00
smfr%smfr.org
37fd4d0e5f Adding 3 new bookmarks view images that somehow got left out of the project. 2005-01-16 21:33:22 +00:00
smfr%smfr.org
3b6f0afd92 Fix the symlinking of the Info-*.plist files after I renamed them yesterday. 2005-01-16 20:33:48 +00:00
smfr%smfr.org
56e5c6a014 Fix the license. 2005-01-16 08:02:20 +00:00
smfr%smfr.org
b6799a3a8f Tidy up some of the preferences nib files, to try to make the layout more similar between panels (more work needed here). Add support for the delete key in the cookie editing sheets. Ensure that the checkboxes in the security panel are update when the window is activated, because they might have been changed by the security warning sheets. 2005-01-16 07:52:39 +00:00
smfr%smfr.org
a067bcb8b9 Code tidyup, and add an optional selector that a pref pane can use to update its UI when the prefs window is activated. 2005-01-16 07:50:28 +00:00
smfr%smfr.org
7512dc062c Fix a call to openBrowserWindowWithURL: to add allowPopups:, which pinkerton must have missed. 2005-01-16 06:58:04 +00:00
smfr%smfr.org
cc4d961414 Clean up the sheet for editing popup blocking whitelist. In particular, disable the Add button when the text field is empty. 2005-01-16 05:27:59 +00:00
smfr%smfr.org
642809a403 Fix keyboard navigation in the Camino preference panes. 2005-01-16 05:07:00 +00:00
smfr%smfr.org
061a863d3c Rename the plist files that had "__Upgraded_" added to their names when we upgraded the project for a new Xcode. 2005-01-16 04:47:56 +00:00
smfr%smfr.org
892741da21 Warning fixes. 2005-01-16 04:36:20 +00:00
smfr%smfr.org
e9d72efdcd Resources for history rewrite. 2005-01-16 04:35:15 +00:00
smfr%smfr.org
6b4478feda Checking in project changes for Camino history rewrite. 2005-01-16 04:19:17 +00:00
smfr%smfr.org
8aeb5f429a Camino history rewrite, and associated changes:
1. Move bookmarks and history UI into their own nib file, BookmarksEditing.nib
2. Rewrite history in camino to no longer use RDF, but a simple new API on top of the mork DB, implemented in nsSimpleGlobalHistory, that lets you iterate history items. All the tree building is now done in Cocoa (bug 276733), which makes it much faster.
3. Implement quicksearch for bookmarks and history, removing the 'results' panel from the UI and just showing the results inline (bug 174899, bug 276734).
4. Sundry code cleanup and warning fixes.
r=pinkerton/josh.
2005-01-16 02:51:53 +00:00
timeless%mozdev.org
f6034764b2 1.40 <timeless@mozdev.org> 2005-01-14 01:41
Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 11:12:34 +00:00
timeless%mozdev.org
0cc5ff96d5 Bug 277371 remove mozilla/dom/src/jsurl/nsIEvaluateStringProxy.idl
rs=jst
2005-01-14 09:41:38 +00:00
joshmoz%gmail.com
37826d0f1f rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton 2005-01-14 01:40:13 +00:00
bryner%brianryner.com
cd3200aa40 Change cache interfaces to use ACString for the key. Bug 277627, r+sr=darin. 2005-01-13 03:25:28 +00:00
pinkerton%aol.net
ae281739ca add address book functionality for mailto: links in context menu (bug 166958) 2005-01-10 17:42:12 +00:00
joshmoz%gmail.com
69d44a4fb9 "Cannot make menu separator anywhere but in bookmark menu" b=223337 sr=pinkerton 2005-01-07 06:02:43 +00:00
pinkerton%aol.net
de72e76429 allow javascript: popups if they are bookmarks (bug 272389) 2005-01-06 14:36:32 +00:00
bzbarsky%mit.edu
3e3cf2b0c3 Fix camino bustage from bug 241082 2005-01-04 19:16:51 +00:00
cbiesinger%web.de
2556456572 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin
2005-01-04 13:40:51 +00:00
joshmoz%gmail.com
276f49ac6e remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
smfr%smfr.org
47e3337a8e Tweak the top pixel gap on the bookmarks toolbar back to 2px from 3px. 2004-12-30 04:04:02 +00:00
joshmoz%gmail.com
1a62ac1991 dragging webloc to tab widget "downloads" webloc rather than opening URL. b=270123 sr=pinkerton 2004-12-29 20:12:45 +00:00
joshmoz%gmail.com
ee36ca736c clean out old bm drawer code, style fixups, no bug 2004-12-29 18:19:43 +00:00
smfr%smfr.org
d0064a3136 Tweak tab item drag feedback. 2004-12-29 06:04:43 +00:00
smfr%smfr.org
f72382060b Fix bug 243411 - painting problems on bookmarks toolbar when moving items around, because we would only call [setNeedsDisplay] when changing the bar height.
Also clarified added a [bookmarkChanged:] method to BookmarkButton, rather than overloading [setBookmarkItem:]. This allows us to be more selective about reflowing the bookmarks toolbar (i.e. not when just an icon changes).
2004-12-29 05:18:40 +00:00
smfr%smfr.org
372beb43e5 Fix bug 168791: add another pixel of padding at the top and bottom of the bookmarks toolbar, and fix a bug where there was no space after the first item on each line of the toolbar after the first. 2004-12-29 04:33:39 +00:00
pinkerton%aol.net
0d576c7d3b remove build dir on distclean (bug 272250) 2004-12-28 19:17:01 +00:00
joshmoz%gmail.com
acf6e5be80 Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major. 2004-12-24 07:23:52 +00:00
joshmoz%gmail.com
9f720a6356 decode local file URLs before suggesting them in save panel. b=166694 sr=pinkerton 2004-12-23 18:22:42 +00:00
joshmoz%gmail.com
61d43d6c84 add some file extensions to our bundle's "I can handle that!" list. b=271936 sr=pinkerton 2004-12-23 18:14:29 +00:00
joshmoz%gmail.com
574825f672 explicitly open home page when selecting Go->Home so as to override "load home page in new windows" pref. b=188893 sr=pinkerton 2004-12-23 18:04:27 +00:00
joshmoz%gmail.com
9c60a40fdc change File menu item text to Email Page Location 2004-12-20 18:47:53 +00:00
joshmoz%gmail.com
22d6db5d62 clean up extra tab view in nib files 2004-12-18 23:23:24 +00:00
db48x%yahoo.com
16bf0830c2 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin
2004-12-18 04:06:51 +00:00
joshmoz%gmail.com
b2bc72b694 fix reversed autoclose dl manager prefs, no bug 2004-12-18 00:24:09 +00:00
joshmoz%gmail.com
13b445598b new tab icons for toolbar 2004-12-17 22:02:47 +00:00
joshmoz%gmail.com
4edcf65426 new tabs pref pane icon 2004-12-17 21:58:08 +00:00
joshmoz%gmail.com
f08f29f7a6 use the right nib file... 2004-12-17 20:56:12 +00:00
joshmoz%gmail.com
7746d68d45 add nib files forgotten from prefs reorg part 1 2004-12-17 19:51:53 +00:00