862 Commits

Author SHA1 Message Date
pinkerton%netscape.com
02f3c52ae3 put "show/hide all bookmarks" strings in, remove sidebar strings 2003-12-09 14:49:44 +00:00
pinkerton%netscape.com
a4b56bcf30 fix |return [super foo]| when |foo| has a void return type. a problem with
gcc3.3, it will omit the entire line.
2003-12-08 17:51:17 +00:00
pinkerton%netscape.com
e87b9748a1 somehow the connection for new window was lost. fixing it. 2003-12-05 15:25:03 +00:00
pinkerton%netscape.com
5aad39d879 we need to have code to show the about window to customize it to add the
build id. turn off the splash screen to gauge community feedback
2003-12-05 00:05:10 +00:00
pinkerton%netscape.com
8cab4a2e14 leave up/down arrow functionality alone unless the completion window is
open (bug 169067)
2003-12-04 19:18:10 +00:00
pinkerton%netscape.com
1b30afd9e4 fix case where creating a new window with the bm manager open would inherit
the show/hide state of the previous window for the menu item rather than
use the state of the new window.
2003-12-04 17:40:12 +00:00
pinkerton%netscape.com
fdbeeb50ab keep the same collection when showing bookmark manager. make cmd-b be
a toggle with "show/hide" menu items instead of just "manage" menu text. make
cmd-y not toggle and always show history. fix updating of bookmark menus
when there are no windows open. remove some outdated cruft from the main
controller and nib. (bug 226904, and then some)
2003-12-04 15:02:32 +00:00
pinkerton%netscape.com
73ee4f8547 use standard aboutbox instead of custom one (bug 227368) 2003-12-03 21:12:39 +00:00
pinkerton%netscape.com
1a4f495558 remove credits list for new about box 2003-12-03 21:08:08 +00:00
pinkerton%netscape.com
74abc17ee7 use a standard aboutbox (bug 227368) 2003-12-03 21:07:09 +00:00
pinkerton%netscape.com
4718bf0ddc removed 2 more icons we don't use anymore (bug 189801) 2003-12-03 19:00:26 +00:00
pinkerton%netscape.com
a2b2035fe1 made a bunch of images smaller (bug 189801) 2003-12-03 18:56:42 +00:00
pinkerton%netscape.com
46d80110ef remove unused icons and stop bundling the "personal" pref panel that is
no longer used by anyone (bug 199637)
2003-12-02 20:58:29 +00:00
pinkerton%netscape.com
549d6c7485 removing some unused icons (bug 199637) 2003-12-02 20:57:50 +00:00
pinkerton%netscape.com
ab9086d347 don't use 'return' when there's not return value, omits entire line on gcc3.3 2003-12-02 15:11:40 +00:00
pinkerton%netscape.com
d32fc03ab1 add "manager.tif" for bookmark manager icon (bug 227047) 2003-12-02 15:01:43 +00:00
pinkerton%netscape.com
6cca5221bd new icon and strings for bookmark manager instead of sidebar (bug 227047) 2003-12-02 14:59:57 +00:00
pinkerton%netscape.com
394d5c2949 New string for bookmark manager over sidebar (bug 227047) 2003-12-02 14:58:51 +00:00
pinkerton%netscape.com
426b7674e4 new bookmark manager icon 2003-12-02 14:58:08 +00:00
pinkerton%netscape.com
ec75c26dd4 open bookmark on cmd-downArrow or enter. keep return for edit (bug 209886) 2003-12-02 14:39:44 +00:00
pinkerton%netscape.com
9ba69c036b fix export of html bookmarks to be a better utf8 citizen, fix importing
so that special flags are cleared during import to not conflict (bug 225769)
2003-11-25 17:30:50 +00:00
pinkerton%netscape.com
98de3fd893 allow drops into url bar while it's not being edited (bug 162791) 2003-11-25 17:24:22 +00:00
pinkerton%netscape.com
32d74cc4f1 removing obsolete files 2003-11-24 19:28:29 +00:00
pinkerton%netscape.com
9c55863ec7 typeahead find now needs to be invoked by explicit '/' to avoid people getting
pissed off (bug 226161)
2003-11-19 21:48:24 +00:00
pinkerton%netscape.com
2b2a3617ab apparantly, all-*.js is back to normal. using all-camino.js instead of
all-chimera.js at least.
2003-11-19 21:29:38 +00:00
pinkerton%netscape.com
544fffb22a really changing find nib to be more cocoa-like 2003-11-14 19:47:18 +00:00
pinkerton%netscape.com
218123a613 allow dragging of topmost bookmark container in container list (bug 223325) 2003-11-14 13:42:55 +00:00
pinkerton%netscape.com
e3cf218b0c fixing pref ordering issues so camino prefs load last. turning off loading
of favicons at launch time. just too slow.
2003-11-13 20:35:58 +00:00
pinkerton%netscape.com
58b04d3e74 make find panel more consistent with other cocoa apps (bug 160771) 2003-11-13 18:21:02 +00:00
pinkerton%netscape.com
ecb7c49302 fix bookmark export for html and plist for safari (bug 223204) 2003-11-13 17:31:31 +00:00
pinkerton%netscape.com
27312e9b61 don't return when there is no return value for a method (bug 224654) 2003-11-07 19:38:24 +00:00
pinkerton%netscape.com
52120c7b4f make search bar part of default toolbar 2003-11-05 17:16:57 +00:00
pinkerton%netscape.com
20e11f0ffa craft search urls so they support utf8 (bug 201642) 2003-11-04 05:08:46 +00:00
pinkerton%netscape.com
62754c7283 fix gap between personal toolbar and tab widget on panther only (bug 223667) 2003-11-03 21:00:24 +00:00
pinkerton%netscape.com
04d207ce3a don't run bookmark menu building code on separate thread as it would case
re-entrancy crashes at startup.
2003-11-03 19:54:43 +00:00
pinkerton%netscape.com
42d80b731d prevent adding personal toolbar buttons twice. handle drops onto toolbar in
the correct order. (bug 223207)
2003-10-31 19:50:55 +00:00
pinkerton%netscape.com
b1034a2b68 added IOKit to static target 2003-10-31 03:46:00 +00:00
dwitte%stanford.edu
08c8d38756 fixing bustage 2003-10-30 05:13:20 +00:00
dwitte%stanford.edu
2306dd8f1c removing nsCCookieManager.h in favor of nsNetCID.h.
b=221886, r+sr=darin
2003-10-30 04:37:14 +00:00
pinkerton%netscape.com
63c0fda3df change to 0.7+ and Mozilla Foundation 2003-10-29 20:00:35 +00:00
pinkerton%netscape.com
6ce65b23b1 correct problem where flag not set on toolbar bookmarks and schmear out
the loading of site icons to improve immediate startup (bug 223205)
2003-10-29 19:43:51 +00:00
pinkerton%netscape.com
2afcacc1f3 clean up some issues with nib including placement of "add" buttons and
some images (bug 223413)
2003-10-29 19:40:33 +00:00
pinkerton%netscape.com
d487f33aaa fix several issues: a) ensure bookmarks visible when launched via AE, open
search results window if it was hidden, preserves order of BM on drop,
fixes button states depending on container, cleanup some methods. (bug 223209)
2003-10-29 18:45:25 +00:00
pinkerton%netscape.com
d286bd223d define for panther 2003-10-29 17:58:15 +00:00
pinkerton%netscape.com
04d250c514 add context menu to history items and change the icon to the normal
bookmark icon (bug 223417)
2003-10-23 19:30:58 +00:00
pinkerton%netscape.com
0de98523bf fix for special folder icons resetting to the default when losing the
blessing of being the dock menu (bug 223210)
2003-10-23 19:04:46 +00:00
pinkerton%netscape.com
b9cb76cf88 clean up decomtamination changes 2003-10-22 15:59:25 +00:00
pinkerton%netscape.com
f90a14f08c remove "new files" folder left by accident 2003-10-22 15:59:07 +00:00
pinkerton%netscape.com
32fa08513b fix build bustage from decomification of nsIDocument 2003-10-22 14:56:07 +00:00
pinkerton%netscape.com
f092b0b1de turn on auto image resizing by default (bug 197323) 2003-10-22 04:29:17 +00:00