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

49595 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com 3af48c850a fix warning. 2000-01-02 08:53:07 +00:00
rjc%netscape.com 4669247bde 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 e93d8d653f 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
leaf%mozilla.org cdec946e02 backing myself out, the formatting was correct in the last revision. i'll
just go restart the tinderboxen now.
2000-01-02 04:34:56 +00:00
leaf%mozilla.org 835cb6327c changing date format of BuildStart to default of `date`, since the %Y
format only shows the last two digits of the year.
2000-01-02 04:31:58 +00:00
jst%citec.fi 9ee63cb149 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
cls%seawood.org cb43cdd902 Oops, I missed the c++ comments in the review. 2000-01-01 22:45:52 +00:00
cls%seawood.org ae9ed20b44 Workaround for the *ahem* Y2K bug in date. ;) 2000-01-01 22:11:35 +00:00
rgoodger%ihug.co.nz 086989d23d Frivolous comment added to XUL file. First Checkin of the year 2000! Made approximately 12:50AM, 01/00/00 NZST. r=me 1999-12-31 11:53:03 +00:00
rjc%netscape.com a0dc805067 On 12/16/1999, dmose@mozilla.org checked in some changes to the default
bookmarks.html file and accidentally added an invalid/extra </DL><p> line
which caused the bookmarks parser to blow chunks of the bookmarks away.
1999-12-31 11:48:20 +00:00
rgoodger%ihug.co.nz 1b5b869dae fix for bug 21819, toolbar button clipping. r=pavlov 1999-12-31 03:08:30 +00:00
rjc%netscape.com 9c379f4d4d Search items from the menubar should always open up the search dialog. 1999-12-30 23:39:08 +00:00
rjc%netscape.com 68abfa817c Bulk read datasets in one read operation... slight speed improvement. 1999-12-30 23:37:35 +00:00
sspitzer%netscape.com 6e30a612df 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
blizzard%redhat.com d6cf22aa5c Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
sspitzer%netscape.com ae2161d9ed 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
wtc%netscape.com 5d9b4809f6 Bugzilla bug #22549: fixed a problem in the previous checkin that used
functions before they were declared.  Thanks to Colin Blakes for the fix.
1999-12-30 21:58:10 +00:00
rjc%netscape.com 69bf6e3836 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 a048d1900c 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 c7a74439e2 Even better. 1999-12-30 15:18:52 +00:00
rjc%netscape.com 4db3880339 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 1f423037dc Get default search engine from prefs. 1999-12-30 14:42:33 +00:00
rjc%netscape.com 5e34f13a14 Add search default preferences. 1999-12-30 14:37:26 +00:00
rjc%netscape.com 0e8c89168c 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 3ed100c043 Small text change. 1999-12-30 11:35:52 +00:00
rjc%netscape.com 98da51e126 Add a search preference panel 1999-12-30 11:16:07 +00:00
rjc%netscape.com 88d9f13d73 Add some support for various search modes when using the "Search" button. 1999-12-30 11:10:19 +00:00
rjc%netscape.com 785f913b3d Add GetInternetSearchURL() method. 1999-12-30 11:09:30 +00:00
rgoodger%ihug.co.nz bb4f4dc5d4 hooking up file open/location open shortcut keys properly. 1999-12-30 04:16:32 +00:00
troy%netscape.com 138fa22a88 Work-in-progress for having maximum width (needed by tables) be updated
incrementally
1999-12-30 04:15:45 +00:00
wtc%netscape.com 405ebc2efb Bugzilla bug #18511: on Windows NT, the IP_MULTICAST_TTL option cannot be
set unless the socket is bound to an address.
1999-12-29 23:17:27 +00:00
sspitzer%netscape.com bd8d501c35 fix for #21457.
if the user has foo@bar.com as there smtp user name
(either from migration or from the account wizard)
send only foo as the username to the smtp server

r=mozilla@bucksch.org
1999-12-29 22:47:09 +00:00
wtc%netscape.com 759123e535 Added a test to join with an unjoinable thread. 1999-12-29 22:31:34 +00:00
wtc%netscape.com f8990e45d7 Bugzilla bug #22549: made PR_Read/PR_Write for sockets equivalent to
PR_Recv/PR_Send with infinite timeout. r=colin@theblakes.com,
srinivas@netscape.com
1999-12-29 22:19:53 +00:00
valeski%netscape.com 413cbd982c 22534. r=gagan. We were leaking a single byte on non uname/pwd inclusive url's that required authentication, and we weren't over-writing the auth string when a auth realm wanted new credentials. 1999-12-29 21:55:18 +00:00
warren%netscape.com 538b2ca40f Breaking out persistent properties from nsIProperties.h. 1999-12-29 20:55:42 +00:00
warren%netscape.com 9531c0b6ae Added nsIStopwatch for timing analysis. 1999-12-29 20:54:13 +00:00
warren%netscape.com c3c3652080 Added new logging service to replace PR_LOG. 1999-12-29 20:53:17 +00:00
sspitzer%netscape.com 04b7228154 fix bug #22450. if the user has an @ in there pop username, truncate at that point
when sending the username to the server.  (but the full thing will show up in the ui and in
the password dialog)

now we support the "mail.allow_at_sign_in_user_name" pref.

bring over the comments from the 4.x code base.

this fix will also fix pop for users who entered there full email address as there pop username
1999-12-29 20:50:27 +00:00
sspitzer%netscape.com 0f984615d6 bulletproofing fix for crash reported in #22811 1999-12-29 19:28:06 +00:00
sspitzer%netscape.com 53eb29235b second half of the fix for #22791.
dawn is right again, we need to change the order of the options
because if the user had "forward as quoted", we want it to look like
"forward as attachment", because "forward as quoted" is obsolete.
The back end will behave like "forward as attachment", and this makes it
so the front end will too.
1999-12-29 18:26:50 +00:00
sspitzer%netscape.com 767b32eac9 fix for #22791. define a default for mail.forward_message_mode.
fix by=endico, r=sspitzer
1999-12-29 18:22:31 +00:00
blizzard%redhat.com 920babce0b Make sure that mSuperWin is not null before dereferencing it. Fix from Johnny Stenback <jst@citec.fi>. 1999-12-29 17:50:06 +00:00
blizzard%redhat.com fb29ef6099 Fix for bug #21375. Don't assume that a not null mWidget means that mMozBox is valid. 1999-12-29 17:38:52 +00:00
srinivas%netscape.com d2f9f93f67 Implement block/unblock interrupt. Bugzilla #17055. 1999-12-29 16:57:37 +00:00
rjc%netscape.com 2278e60b7a Add a sidebar panel for Search results instead of having them mixed in with Related Links data. 1999-12-29 09:27:45 +00:00
rjc%netscape.com 35fd19742c Add a sidebar panel for Search results instead of having them mixed in with Related Links data. 1999-12-29 09:17:41 +00:00
rpotts%netscape.com af4f9c2189 Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad. 1999-12-29 07:32:59 +00:00
rpotts%netscape.com 38fc9e5e0f Removed obsolete method nsIDocumentLoader::LoadOpenedDocument. 1999-12-29 05:10:21 +00:00
rpotts%netscape.com c9377dd1ab fix to prevent a crash when displaying IMap messages... nsXULDocument::StartDocumentLoad(...) calls GetOriginalURI(...) which returned null - this was bad. 1999-12-29 04:58:46 +00:00