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

3846 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com dc95d855a8 Add minimum widths to fix bug #18428 (iframe would overlap when sidebar made narrow). 2000-01-13 02:18:23 +00:00
slamm%netscape.com 4d0f62ea00 Indent xul properly. 2000-01-13 02:17:19 +00:00
law%netscape.com 16ccb6fef0 Fix for Mac build bustage; comment out some debugging code 2000-01-13 01:09:41 +00:00
slamm%netscape.com 45278fd96c Adjust min child count. It is different with the new tab layout. 2000-01-13 00:08:52 +00:00
slamm%netscape.com ad860ef1e8 Make selected panel more visible. Have selected panel header slide out to the left. Add a border under the panel headers to visually group them. 2000-01-12 23:36:07 +00:00
jj%netscape.com 45eeaaef34 #23776: bumped up version number to M13 (Finder's Get Info strings) 2000-01-12 22:51:02 +00:00
sspitzer%netscape.com e3d1f9b56f fix the slashdot panel (the old ones were either delete or not updating.)
r=waterson
2000-01-12 22:21:21 +00:00
law%netscape.com 5ba052dad9 Stuff for bug #18804; tweaks for new web shell; r=radha@netscape.com 2000-01-12 21:59:02 +00:00
morse%netscape.com acdd159d01 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp 2000-01-12 21:53:32 +00:00
hyatt%netscape.com 2e621feb22 Never mind. 2000-01-12 08:32:23 +00:00
hyatt%netscape.com 80d5198bfc Reverting treecells back to boxes. 2000-01-12 08:29:39 +00:00
rjc%netscape.com 018e358032 Fix bug # 23689: flush bookmarks after adding new nodes. 2000-01-12 06:38:42 +00:00
slamm%netscape.com d15e2b034c Fix layout problem with mailnews. The iframe in 'My Panels' would not strecth. Added an extra box layer to contain it. r=akkana 2000-01-12 00:48:45 +00:00
slamm%netscape.com c7fd8b2e87 Update selected panel after update. Fix for #23616. Also, use uppercase names for function call. r=akkana 2000-01-12 00:48:41 +00:00
slamm%netscape.com 67bd2d1bab Use uppercase names. r=akkana 2000-01-12 00:48:38 +00:00
slamm%netscape.com 277d9b40bd Make assertions in sidebar datasource to mark the batch update. The observer in sidebarOverlay.js uses it to update the panel selection properly. Fixes bug #23616. Capitalize all functions called from xul. Reorder functions. Pick some clearer names. Add comments. r=akkana 2000-01-12 00:48:35 +00:00
slamm%netscape.com 2b2a8fdfd2 Move preview.css entry from content area to skins area. duh. Fixes bug #21478. Also export sidebar.css (it brings in the global styles). r=akkana 2000-01-12 00:48:32 +00:00
rgoodger%ihug.co.nz 8b801d54b3 partial fix to bool radio persistence bugs (r=sfraser@netscape.com, v=mcafee@netscape.com), tree sizing fix (r=sfraser@netscape.com) 2000-01-12 00:20:05 +00:00
racham%netscape.com 81405a710a Fixing bug 16673. User50 directory on windows will now lives 1 level up fromthe executable. r=ssu 2000-01-11 23:07:22 +00:00
rjc%netscape.com f15cc0056f Even if pref string is an empty string, if it wasn't null, need to free it. 2000-01-11 22:44:18 +00:00
rjc%netscape.com 4bd9bbc768 Check preference string to make sure its not an empty string before using. 2000-01-11 22:11:07 +00:00
pp%ludusdesign.com 13efd9e8c6 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com
2000-01-11 20:49:15 +00:00
dougt%netscape.com 5a6b3814b0 URL loading did not work when I click on the Update notificaiton menu item.
I am just going to hard code a URL for this until I get an interface on
xpflash which can convert a update name to an update url.
2000-01-11 09:47:33 +00:00
dougt%netscape.com ac2e1ca3a0 Adding URL loading when clicked. 2000-01-11 09:18:43 +00:00
dougt%netscape.com 22cb25d87e Adding Update Notification to the task menu bar.
r=waterson.
2000-01-11 08:58:22 +00:00
mcafee%netscape.com 0d8b24f27c Typo was preventing browser.cache.check_doc_frequency from sticking. r=rgoodger@ihug.co.nz 2000-01-11 06:56:27 +00:00
mcafee%netscape.com 2cf3cef86e Resurrecting some prefs we lost in the pref landing. r=rgoodger@ihug.co.nz 2000-01-11 06:47:05 +00:00
waterson%netscape.com 730655a8de Nitpicky cleanup. 2000-01-11 05:12:36 +00:00
waterson%netscape.com d0ebb89fe0 Make sure we can handle queries for -negative- assertions. (Failure to do so was causing history title's not to show up.) 2000-01-11 05:08:30 +00:00
waterson%netscape.com bce06200c6 Fix separator rule. 2000-01-11 04:58:16 +00:00
waterson%netscape.com 67a0f0b9a1 Replace raw QueryInterface() calls with CallQueryInterface(). Other misc cleanup. 2000-01-11 04:58:05 +00:00
mccabe%netscape.com 5ab4290d37 Fix to 9967.
Explicitly disable floating-point exceptions on FreeBSD, to force conformance with IEEE-specified behavior that the JS engine depends on.

Thanks to saska@acc.umu.se for the patch, and especially to all the experts who contributed to the discussion of this issue on the 9967 report.

r=mccabe.
2000-01-11 02:30:12 +00:00
jdunn%netscape.com 157f231d1d Fix base class specifiers, since be default if they aren't specified it is Private
# 23237
r= warren@netscape.com, ftang@netscape.com, jband@netscape.com
2000-01-11 01:45:34 +00:00
waterson%netscape.com 0c41bb01c0 Use '0' instead of '-1' to mean 'a real column'. Fixes Unix warnings. 2000-01-11 01:20:19 +00:00
waterson%netscape.com 9daeb10af1 Bug 22294. Reject empty URLs; support ArcLabelsIn() and GetSource[s](). r=rjc 2000-01-11 01:12:12 +00:00
mjudge%netscape.com 9605cbc630 fixing small bug20146 r=akkana 2000-01-10 22:48:54 +00:00
hyatt%netscape.com fd7d957d92 Fixing prefs. 2000-01-10 11:34:29 +00:00
hyatt%netscape.com fe6efe8541 Reverting the inner cell of a tree back to a block. I can't deal with boxes sucking. 2000-01-10 08:47:25 +00:00
hyatt%netscape.com 1562dc7757 Forgot some tree checkin stuff. 2000-01-10 07:22:36 +00:00
rgoodger%ihug.co.nz 3cda3aad26 [prefwindow] proxy panel cleanup 2000-01-08 12:53:56 +00:00
rgoodger%ihug.co.nz 3d884760e4 [prefwindow] cache, cookies and wallet panes cleanup 2000-01-08 12:38:24 +00:00
rgoodger%ihug.co.nz 7f0b99ecc1 [prefwindow] advanced pane cleanup 2000-01-08 12:25:47 +00:00
rgoodger%ihug.co.nz 953d94c33e [prefwindow] extend prefwindow to provide pseudo-onload handlers, download panel cleanup 2000-01-08 12:21:29 +00:00
rgoodger%ihug.co.nz 9e6dd1e904 [prefwindow] offline panel tidy-up 2000-01-08 11:25:24 +00:00
rgoodger%ihug.co.nz e439d638cd [prefwindow] smartupdate panel tidy-up 2000-01-08 11:21:33 +00:00
rgoodger%ihug.co.nz 3a733b0175 [prefwindow] composer panel cleanup... 2000-01-08 11:10:19 +00:00
rgoodger%ihug.co.nz 295b52cd9c [prefwindow] search pane tidy-up 2000-01-08 11:02:15 +00:00
rgoodger%ihug.co.nz 2495ce3981 [prefwindow] smart browsing tidy up 2000-01-08 10:51:54 +00:00
rgoodger%ihug.co.nz ee27a6c784 [prefwindow] applications panel tidy-up 2000-01-08 10:31:02 +00:00
rgoodger%ihug.co.nz 6a57b80e47 [prefwindow] reorder button classes (lang panel) 2000-01-08 09:51:29 +00:00
rgoodger%ihug.co.nz aa0b7c73de [prefwindow] languages pane tidy up 2000-01-08 09:48:00 +00:00
rgoodger%ihug.co.nz 504d33f839 [prefwindow] fix "choose file" for homepage selection in navigator panel 2000-01-08 09:12:01 +00:00
rgoodger%ihug.co.nz 6936e3f879 [prefwindow] navigator pane cleanup, fix "use current page" and "choose file" for homepage 2000-01-08 09:07:11 +00:00
rgoodger%ihug.co.nz 055007f69c [prefwindow] theme panel cleanup 2000-01-08 08:18:49 +00:00
rgoodger%ihug.co.nz ec09a3e5aa [prefwindow] more cleanup 2000-01-08 08:05:44 +00:00
rgoodger%ihug.co.nz 264b475bcd [prefwindow] tidy up 2000-01-08 07:39:03 +00:00
rgoodger%ihug.co.nz 3bb501480e [prefwindow] fixing regression, re-adding font scaling overlay. 2000-01-08 07:38:00 +00:00
rgoodger%ihug.co.nz 625e918eb7 [prefwindow] removing duplicate 'mousewheel' entry in pref panels list 2000-01-08 01:15:20 +00:00
akkana%netscape.com a047bf36fb showmod 2000-01-08 00:22:58 +00:00
waterson%netscape.com c675118fa0 Bug 23352. Check 'target' before calling nsIRDFDataSource::Unassert(). r=davidm 2000-01-08 00:22:35 +00:00
rgoodger%ihug.co.nz 82210c5cd4 [prefwindow] fix for mac prefwindow startup crasher, mail bool-radio pref functionality hookup 2000-01-07 12:05:09 +00:00
rgoodger%ihug.co.nz a9953d1330 [prefwindow] fixing search name in panel listing... 2000-01-07 12:01:37 +00:00
rgoodger%ihug.co.nz db4b06ec0a [prefwindow] fixing mail return receipts pane so third radio group set has its prefs saved properly. (implement boolean radio groups) 2000-01-07 11:57:38 +00:00
rgoodger%ihug.co.nz bbf3619a1b [prefwindow] fixing regression, commenting out unsupported features and replacing text area with input field 2000-01-07 10:30:50 +00:00
rgoodger%ihug.co.nz 3938b0bd1f [prefwindow] reimplementing default-page-setting functionality 2000-01-07 10:11:09 +00:00
rjc%netscape.com 9bbba6c7f2 Fix bug # 23262: if the internet search window is currently open, give it focus (and select new tab if necessary). 2000-01-07 09:56:20 +00:00
rgoodger%ihug.co.nz 6e6f060dc6 [prefwindow] pref search hookup 2000-01-07 09:11:05 +00:00
rgoodger%ihug.co.nz 0912494571 more prefwindow cleanup... 2000-01-07 08:40:52 +00:00
rgoodger%ihug.co.nz b4e9741d5c ...even more cleanup 2000-01-07 08:40:15 +00:00
rgoodger%ihug.co.nz 8c9d0a489a prefwindow recovery & cleanup 2000-01-07 08:33:20 +00:00
alecf%netscape.com d915be0ff2 re-add mousewheel pref pane, and fix some minor problems with the pane 2000-01-07 08:11:41 +00:00
rgoodger%ihug.co.nz 8dc6971aea prefwindow landing recovery 2000-01-07 07:55:00 +00:00
alecf%netscape.com c31921257b fix mousewheel prefs to match pref landing 2000-01-07 07:11:55 +00:00
rgoodger%ihug.co.nz 75666f62e0 new prefwindow landing r=alecf@netscape.com 2000-01-07 06:59:08 +00:00
rgoodger%ihug.co.nz f6a9b8b8dc New Prefwindow landing. r=alecf@netscape.com 2000-01-07 06:52:11 +00:00
rgoodger%ihug.co.nz eff34e29ff PrefWindow Landing - javascript infrastructure changes, r=alecf@netscape.com 2000-01-07 05:52:57 +00:00
slamm%netscape.com 152ac413d6 Have all sidebar titles at the top. Requested by jevering. 2000-01-07 02:00:27 +00:00
radha%netscape.com f9a5cbece8 Obsolete files. remove from repository. 2000-01-07 00:26:07 +00:00
radha%netscape.com 4ab250a0ab remove from repository. obsolete files 2000-01-07 00:25:21 +00:00
law%netscape.com c2ddd3fcb9 Fix for 21956 (and workaround for 23189); r=slamm@netscape.com,danm@netscape.com 2000-01-07 00:00:41 +00:00
jefft%netscape.com fb78af0676 fixed bug 23133, 23136 - Send Link & Page not escaping page url and not generating href tag; r=ducarroz 2000-01-06 23:35:57 +00:00
amusil%netscape.com da7ab2104b Added id to the tree children node for future overlay support. 2000-01-06 22:44:48 +00:00
slamm%netscape.com fc1796f433 Use code similar to sidebar customize dialog and bookmarks window to make history window non-modal (bug #20830). Also make history window resizable (bug #20828). 2000-01-06 22:43:47 +00:00
radha%netscape.com 7cd27e242d Fix for bug # 21767. Form values not reset upon reload. r=pollmann. 2000-01-06 22:42:16 +00:00
slamm%netscape.com 327f2dddb5 Name window type to support making History window non-modal. Fix #20830. 2000-01-06 22:41:21 +00:00
slamm%netscape.com 95a9138fae Clean-up and parameterize more. 2000-01-06 22:27:22 +00:00
slamm%netscape.com 277f69d6a4 Fix slashdot url 2000-01-06 22:22:04 +00:00
slamm%netscape.com 9abaebe97f Only use left clicks to manipulate items. 2000-01-06 22:16:06 +00:00
cata%netscape.com ed6877b216 Need to specify RDF xmlns in overlay. Fix for bug #15347. Suggested by waterson. 2000-01-06 22:12:12 +00:00
slamm%netscape.com f91d59270d Fix bookmark properties. bug #22010. 2000-01-06 22:11:58 +00:00
slamm%netscape.com ae3035e52d Fix for CustomizePanel button. It now brings up a chromeless browser. Fix for 21061. 2000-01-06 21:32:48 +00:00
slamm%netscape.com d1036add70 Ignore clicks not on treeitems (bugzilla down...no number). Set window type as partial fix for bug #14038. Change debug statements to have '\n' by default. 2000-01-06 21:26:46 +00:00
amusil%netscape.com 05a3c0250e Added id's for xul elements for future overlay support 2000-01-06 21:16:31 +00:00
slamm%netscape.com 77fd408aed Comment out some debug code. 2000-01-06 21:14:57 +00:00
slamm%netscape.com 8dfd37b438 Reuse single bookmarks window (without using window name). Use window manager service instead. (Sidebar customize dialog uses similar code.) Fix for bug #14038. 2000-01-06 21:07:51 +00:00
davidm%netscape.com 42d9b0e151 22295 Tasks menu doesn't cycle through windows properly \ 13357 modal dialogs shouldn't be added to window menu r = law 2000-01-06 20:17:46 +00:00
buster%netscape.com afe9749abd fixed bugs 18447 and 18216
simple changes to default style sheet for input elements
r=rods
2000-01-06 19:56:13 +00:00
pinkerton%netscape.com c56ecebfa7 fix for bug 21487, garbage at the end of url when doing "copy link location." also added some error checking, and using progid's instead of classid's. r=akkana. 2000-01-06 19:45:52 +00:00
danm%netscape.com dc38085a11 use widget::GetScreenBounds to return window position. bug 5998. r:pierre. 2000-01-06 16:02:10 +00:00
law%netscape.com 95dd580531 Fix for 20310; handle JS exception when Cancel is pressed; r=slamm@netscape.com 2000-01-06 16:00:53 +00:00
mcafee%netscape.com 2019529b39 Cleaning up layout of offline pref pane. r=rgoodger@ihug.co.nz 2000-01-06 10:21:45 +00:00
mcafee%netscape.com 0359a58ef2 Cleaning up layout of languages pref pane. r=rgoodger@ihug.co.nz 2000-01-06 09:20:45 +00:00
bryner%uiuc.edu 0da2c2a772 Implementing the mousewheel preferences. A new option has been added, "Use system default", which follows the OS
default (on Windows at least) for the number of lines to scroll.  I also changes the default actions for the modifier
keys slightly.
2000-01-06 06:22:00 +00:00
mscott%netscape.com 7108de0925 fix mac breakage for radha by removing two obsolete files from the debug project. 2000-01-06 04:31:15 +00:00
waterson%netscape.com 8a899afa99 Fix 'triple-click' to drop bookmarks in personal toolbar bug. 2000-01-06 03:53:31 +00:00
slamm%netscape.com 5878e927c3 It's only a XUL checkin, don't panic. Fix for bugs 21061 and 21347. r=borto@pacbell.net. 2000-01-06 02:01:30 +00:00
ftang%netscape.com def645e594 remove unneeded XMLEncodingService, fix bug 22282 2000-01-06 01:25:57 +00:00
edburns%acm.org 507ee16e37 I know it's unorthodox to do a top level checkin like this, but I've got so many files
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got

r=dp

on this checkin.

Here are the touched files:

M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp

The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.

The new signature is

extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);

I filed a bug for this problem:

b=23157

The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.

I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
radha%netscape.com 0f69003d64 added files: mozilla/xpfe/components/shistory/src/nsSHistory.cpp 2000-01-06 00:27:11 +00:00
radha%netscape.com 8ba980074f added files: mozilla/xpfe/components/shistory/public/nsISHistory.idl 2000-01-06 00:25:37 +00:00
morse%netscape.com efc2e61498 fix for bug 22132, r=davidm 2000-01-06 00:23:24 +00:00
radha%netscape.com 8f8b2dda9b Fix build warnings 2000-01-06 00:22:53 +00:00
radha%netscape.com 6079ee39c1 Test code for the new Session History all wrapped inside #ifdef DEBUG_radha.
r=dp
2000-01-06 00:18:15 +00:00
radha%netscape.com f29f740657 Initial checkin for nsSHistory.cpp/.h. corresponding makefile changes.
interface changes to nsSHTransaction.
2000-01-06 00:17:27 +00:00
radha%netscape.com efe9deb476 Changes to interface. Adding nsISHistory.idl to makefiles. r=dp, bug=18804 2000-01-06 00:16:01 +00:00
radha%netscape.com edd5ef34d7 Initial checkin for tre new session history component. r=dp. bug=18804 2000-01-06 00:15:05 +00:00
morse%netscape.com 7470310b4b fix bug 22132, a=granrose 2000-01-05 19:17:01 +00:00
mcafee%netscape.com 2ab2e21b5e Fixing layout for mousewheel pref pane, cleaning up table HTML. r=rgoodger@ihug.co.nz 2000-01-05 05:10:36 +00:00
mcafee%netscape.com 536aa44f47 Fixing layout for proxies pref pane. r=rgoodger@ihug.co.nz 2000-01-05 04:52:20 +00:00
rpotts%netscape.com 77544780de Removed multipart/x-mixed-replace sinjce it is now handled as a stream converted in the URI loader. 2000-01-05 04:45:49 +00:00
rjc%netscape.com 4a036305c4 When trying to determine the name of the Personal Toolbar Folder, first check user preferences, then the bookmark service's string bundle, and finally fallback to a hard-coded string. 2000-01-05 04:39:39 +00:00
mcafee%netscape.com df8ca750a5 Cleaning up layout, added table to line up buttons, text input fields. r=rgoodger@ihug.co.nz 2000-01-05 03:51:04 +00:00
rjc%netscape.com a2acf96152 Add support for the "custtoolbar.personal_toolbar_folder" preference which, if set, indicates what the name of the Personal Toolbar folder is. 2000-01-05 03:47:07 +00:00
morse%netscape.com dc94d5dc33 add UniversalDialog, r=davidm 2000-01-05 03:17:11 +00:00
rjc%netscape.com 926cca0e96 Fix bug # 23057: Related Links not working on second instance of RL datasource. 2000-01-05 02:37:51 +00:00
mcafee%netscape.com e3e8f645b3 Removing unneeded vertical spring, this goes with my last change to this file r=matt 2000-01-05 02:37:42 +00:00
mcafee%netscape.com 0f28c7b9db Adding -installer, squishing output to fit in less space (23081) r=syd 2000-01-05 02:30:06 +00:00
mcafee%netscape.com 2ad4f6aa26 Fixing layout to match other pref panels. r=matt 2000-01-05 02:08:19 +00:00
law%netscape.com 6f2e1269c3 Fix for 18404; Convert to use imageURL as var rather than function property; r=matt@netscape.com 2000-01-04 22:37:14 +00:00
alecf%netscape.com d92645c208 some stray title buttons without borders 2000-01-04 06:59:33 +00:00
mcafee%netscape.com 59467e9c77 Adding profile manager startup flag descriptions to -h: -CreateProfile -ProfileWizard -ProfileManager -SelectProfile. r=matt. 2000-01-04 03:06:25 +00:00
akkana%netscape.com 9ee07c8ecc Fix ^N bindings; add ^U bindings (editor backend for delete-to-beginning to be added shortly). r=slamm 2000-01-04 01:58:12 +00:00
jefft%netscape.com ae2d1a1115 fixed bug 22918 - cannot send page with url contains spaces; needs to escape the url; r=rhp 2000-01-03 23:12:42 +00:00
rjc%netscape.com 2a318def05 Hack fix for bug # 21175: bookmarks without schemes now get "http://" as their default scheme. 2000-01-03 08:11:11 +00:00
rjc%netscape.com 2986c0ca30 Fix bug #22615: Problem with IE Favorites in bookmarks menu. 2000-01-02 11:22:03 +00:00
rjc%netscape.com 0e025e9b80 Make sure that we only add event listeners for the content area of the browser window, otherwise we'll also get "load" events when the sidebar panels load in (or are switched in/out as the user clicks on them). 2000-01-02 08:52:33 +00:00
rjc%netscape.com f851438010 Small search changes: open up "Search Results" sidebar panel whenever we have new search results (if pref is set to do so) irregardless of whether its by clicking on the "Search" button or not. 2000-01-02 08:38:55 +00:00
jst%citec.fi 8813b94b42 Don't load link targets in the pref window, I missed this link in my last patch to this file. 2000-01-02 00:40:48 +00:00
rgoodger%ihug.co.nz 4ddafefc31 fix for bug 21819, toolbar button clipping. r=pavlov 1999-12-31 03:08:30 +00:00
rjc%netscape.com 5153e40b2b Search items from the menubar should always open up the search dialog. 1999-12-30 23:39:08 +00:00
rjc%netscape.com ca12d4e784 Bulk read datasets in one read operation... slight speed improvement. 1999-12-30 23:37:35 +00:00
sspitzer%netscape.com 7d6e82ab6b it looks like what's related (in the sidebar) is trying to grab the current
window content.  when in mail news, we don't have that, so it was causing
a javascript exception.  fixes bug #22843
1999-12-30 22:39:28 +00:00
sspitzer%netscape.com 144a209e8f rgoodger accidentally removed an entity that mcafee checked in.
this should get the bloat/leak numbers back.
1999-12-30 22:02:35 +00:00
rjc%netscape.com 58c9eb97c7 Add a "default" search engine option (which defaults to a preference, which happens to be netscape in all.js) 1999-12-30 16:42:33 +00:00
rjc%netscape.com bca5ecb47b The Related Links datasource now attempts to get the "browser.related.provider" preference which is the URL to use for contacting the RL server. (If it can't find the pref, it falls back to the well-known URL.) 1999-12-30 15:39:44 +00:00
rjc%netscape.com e2c1346996 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com 4b37ace8ca Better. Can't use default search engine from prefs (in all.js), as it its for fuzzy URL matching. 1999-12-30 14:56:26 +00:00
rjc%netscape.com f8b2d9122e Get default search engine from prefs. 1999-12-30 14:42:33 +00:00
rjc%netscape.com bd32672545 Add support for automatically opening the "Search Results" panel in the sidebar when the "Search" button is clicked on. [Note: this behavior can be turned off via a preference in the "Search" preferences panel.] 1999-12-30 14:16:17 +00:00
rjc%netscape.com 24b8e3bb71 Small text change. 1999-12-30 11:35:52 +00:00