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

81578 Коммитов

Автор SHA1 Сообщение Дата
thayes%netscape.com 997972ccf2 Bug 78123 r=javi/sr=scc Add security information to Page Info window 2001-05-03 00:41:10 +00:00
hewitt%netscape.com ada51e7d97 78426 - Cannot correct an autocompleted address, r=ducarroz, sr=mscott 2001-05-03 00:40:52 +00:00
hewitt%netscape.com 7f6d4061fb 78284 - outliner twisties accidentally squashed, r=mscott, sr=sspitzer 2001-05-03 00:38:35 +00:00
hewitt%netscape.com bbea09e3d5 78430 - mailwindow bgcolor is not white, r=hwaara, sr=mscott 2001-05-03 00:37:12 +00:00
thayes%netscape.com 0c8be721d0 Bug 78123 r=javi/sr=scc Add security information to Page Info window 2001-05-03 00:36:48 +00:00
sspitzer%netscape.com dc22cd49d9 fix #78289. if special folder prefs are not set, we can crash on saving
drafts and templates.

if those aren't set, we use the default values specified in mailnews.js

fix by cavin@netscape.com, r/sr=sspitzer@netscape.com
2001-05-03 00:31:36 +00:00
cmanske%netscape.com de64ebfaec Fixes for image map editor bugs, tracked by bug 56673, work by briank@activestate.com, r=cmanske, sr=sfraser 2001-05-03 00:29:22 +00:00
dprice%netscape.com c4aea234fe was failing to find the modules if the user defined the path. 2001-05-03 00:09:08 +00:00
waterson%netscape.com 6916890833 Bug 78013. Remove nsFileSpec usage. r=dougt, sr=shaver 2001-05-03 00:03:39 +00:00
valeski%netscape.com df118b54a0 r=waterson, sr=rpotts. part of 15345. removing unused nsIDocLoaderObserver from nsBrowserWindow and making the webcrawler use nsIWebProgressListener instead of nsIDocLoaderObserver which is depricated. 2001-05-02 23:58:42 +00:00
tao%netscape.com 3cc803983d 57441: Shouldn't have to restart after Mozilla UI langpack changes.
part2: (r,sr)=(ssu,dveditz)
2001-05-02 23:55:19 +00:00
dprice%netscape.com f341184a8e preloader locks up when configured incorrectly.
in KeepAliveTimerProc() if p is null, count is never incremented.
moving increment of count out of the if
2001-05-02 23:43:04 +00:00
chuang%netscape.com 082a0d0fe6 Bug70532 Import Settings and "Leave Messages on Server" is not selected, r=ducarroz, sr=mscott 2001-05-02 23:41:47 +00:00
edburns%acm.org 39bb61b899 M macbuild/plugin.mcp
M nglsrc/Makefile.in
M nglsrc/makefile.win
M nglsrc/nsPluginHostImpl.cpp
A nglsrc/nsPluginProxyImpl.cpp
A nglsrc/nsPluginProxyImpl.h

author=edburns
sr=darin
r=bbaetz

This fix modifies the way the plugins module implements its
FindProxyForURL method to use the nifty nsIProtocolProxyService.

This isolates the plugin module from future changes in the way
the enablement of java and proxies are handled.
2001-05-02 23:38:41 +00:00
dprice%netscape.com 7db29ef780 missed one update in KeepAliveProc *p should be volatile 2001-05-02 23:34:22 +00:00
markh%activestate.com b2ca00a62d Fix build problems with RH7. 2001-05-02 23:27:33 +00:00
markh%activestate.com 8ab8cd1c99 Only try and free an existing buffer for In params.
Not part of the build.
2001-05-02 23:26:54 +00:00
sfraser%netscape.com 419f77acfc Fix some URMs and warnings in editor code, sr=kin, no bug. 2001-05-02 23:19:29 +00:00
alecf%netscape.com 29f2dec3f7 removing some dependancies a la bug 76339 sr=ben 2001-05-02 23:07:23 +00:00
javi%netscape.com 6f4cb66cee Add nsISSLStatus.idl to the project. 2001-05-02 23:07:04 +00:00
peterv%netscape.com 9d7b0e02f1 Get P3P support building on Mac. Bug 62399. r=harishd. Not part of the build. 2001-05-02 23:06:12 +00:00
mscott%netscape.com 03bcbade48 Bug #73093 --> fix corruption when opening attachments multiple times. When determining if
we are fetching a part look for ;section= AND ?section= in the url spec.
sr=bienvenu
2001-05-02 23:02:26 +00:00
mitesh%netscape.com 42dddd7c62 Checking in for chipc@netscape.com
Bug 5132 - cfg implementation
r=bnesse and sr=alecf
2001-05-02 23:00:22 +00:00
alecf%netscape.com 8d22f420e4 add nsBrowserContentListener.js to jar.mn, part of previous checkin 2001-05-02 22:58:10 +00:00
alecf%netscape.com 8d9c5a2217 additional nsBrowserInstance destruction - move URI content listener into JS
part of bug 46200 sr=ben
2001-05-02 22:57:38 +00:00
dmose%netscape.com 7a930d507b fix potential windows build bustage from previous checkin; thanks to srilatha for catching my mistake 2001-05-02 22:57:08 +00:00
alecf%netscape.com 4e804221a7 part of bug 46200 - sr=ben, but not part of the build yet
implement the browser's nsIURIContentListener in JS
2001-05-02 22:53:36 +00:00
sgehani%netscape.com 67bf87fb46 Make it so that bookmarks pasted into closed folders appear in the folder rather than the folder's peer.
b  = 27945
r  = pchen
sr = alecf
2001-05-02 22:51:10 +00:00
law%netscape.com d27c1ee3a6 Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:50:02 +00:00
law%netscape.com a4870c1eba Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-02 22:44:14 +00:00
saari%netscape.com f6eb7f9be2 Fix for 76230, some GIFs don't display. r=pavlov, sr=hyatt 2001-05-02 22:42:19 +00:00
sgehani%netscape.com d894d1d3a2 Give content area focus after sidebar is closed using F9.
b  = 78440
r  = timeless@mac.com
sr = alecf@netscape.com
2001-05-02 22:41:50 +00:00
sgehani%netscape.com fdd7ba1840 Fix up remote containers even when the remote datasource is already
loaded.

b  = 52336
r  = sgehani (thanks to waterson for the patch)
sr = alecf
2001-05-02 22:39:34 +00:00
peterv%netscape.com 7a0fee7033 Get P3P support building on Mac. Bug 62399. r=harishd. Not part of the build. 2001-05-02 22:34:23 +00:00
alecf%netscape.com 8dcf64f03f partial fix for bug 46456 - add visual feedback to personal toolbar drag & drop
sr=ben
2001-05-02 22:33:43 +00:00
alecf%netscape.com 52292ba581 fix for bug 54422 sr=ben/waterson - update status when user clicks on history items 2001-05-02 22:31:26 +00:00
law%netscape.com f2dd24c0fe Bug 52454; last-minute tweaks; r=pchen@netscape.com, sr=ben@netscape.com 2001-05-02 22:31:12 +00:00
heikki%netscape.com 68d71281ad Bug 78455, regression with link target. My attempt to override GetbaseTarget was foiled by extraneous 'const'. r=harishd, sr=jst. 2001-05-02 22:31:02 +00:00
alecf%netscape.com 73a2cb5f6c fix for bug 53904 sr=ben, r=timeless 2001-05-02 22:29:05 +00:00
javi%netscape.com 3f6c047b01 Fix for Bug 78556 r=thayes sr=blizzard
Fix for crash when viewing v1 certs.
2001-05-02 22:27:47 +00:00
waterson%netscape.com d18fab4f90 Bug 78055. Remove vestigial content construction code. r=mjudge, sr=attinasi. 2001-05-02 22:26:33 +00:00
dmose%netscape.com 6e8f1fef17 Initial implementation of nsLDAPAutoCompleteSession (not yet used by the message compose window -- coming soon). Bug 70933. r=leif@netscape.com,ducarroz@netscape.com sr=shaver@mozilla.org; Windows/Unix build changes r=cls@seawood.org 2001-05-02 22:17:22 +00:00
danm%netscape.com 1afd8a0bef just changing the name of internal classes nsWindowEnumerator (and WindowInfo). the old name was causing problems with the static build and noisy leak logs. bug 46775 r=hyatt,jband 2001-05-02 22:16:10 +00:00
peterv%netscape.com 2f35172dca Get the JS debugger building on Mac. Not part of the build. 2001-05-02 22:15:28 +00:00
erik%netscape.com 6bbe0d4deb bug 74587; author=simon@softel.co.il; r=attinasi; sr=erik; fix for a
crasher in IBMBIDI-ifdeffed code for bidi documents
2001-05-02 22:13:29 +00:00
dprice%netscape.com e062efa93a merging in rick's changes, sliders hooked up properly, new option to load the
awt.dll and a new UI to tell where the preloader is finding .dlls.
2001-05-02 22:11:51 +00:00
peterv%netscape.com 8014d291a7 Get the JS debugger building on Mac. Not part of the build. 2001-05-02 22:08:11 +00:00
dmose%netscape.com ffdaa9f196 minor LDAP XPCOM SDK changes to support nsLDAPAutoCompleteSession, which will be checked in shortly (bug 70933). r=leif@netscape.com, sr=shaver@mozilla.org 2001-05-02 22:04:28 +00:00
edburns%acm.org 6466960f18 r=sr=jst
bug=http://bugzilla.mozilla.org/show_bug.cgi?id=78224
This fix modifies NavigatorImpl::JavaEnabled() so that it consults
the nsIJVMManager to see if java is enabled, rather than consulting
the plugin sub-system to see if the there is a plugin for the
java mime-type.

M nsGlobalWindow.cpp
2001-05-02 22:04:10 +00:00
thayes%netscape.com dfb88bd766 Bug 78123. r=javi/sr=scc. Add security information to page info window. 2001-05-02 22:03:51 +00:00