3047 Commits

Author SHA1 Message Date
peterlubczynski%netscape.com
db195a6c81 Adding code I accidentally removed in last check-in 2001-05-11 09:43:13 +00:00
peterlubczynski%netscape.com
138a87293a Fix to include pref to scan the for the Java plugin from the JRE installation path gotten from the Windows registry. Use this and you no longer need to copy your NPOJI6x.DLL plugin:
Add this to your all.js: pref("plugin.do_JRE_Plugin_Scan",true); bug 78150 r=Xiaobin sr=waterson
2001-05-11 06:50:23 +00:00
dr%netscape.com
b10ec5431b fix for 75828 (mozilla repeating animation of images when it shouldn't). patch by saari, r=pavlov, sr=hyatt 2001-05-11 05:41:24 +00:00
dr%netscape.com
c4713968bd fix for 55918 (some gif images incorrectly parsed and displayed). patch by saari, r=pavlov, sr=hyatt 2001-05-11 05:39:24 +00:00
mstoltz%netscape.com
59c995612e Fixes for bugs 79796, 77203, and 54060. r=jband@netscape.com,
sr=brendan@mozilla.org
2001-05-11 00:43:27 +00:00
dmose%netscape.com
253593b0d8 more REQUIRES bustage fixing for senna; unicharutil dependency has been introduced, because libimg includes nsIPresContext 2001-05-10 18:28:48 +00:00
mkaply%us.ibm.com
769ef983c3 senna REQUIRES bustage 2001-05-10 17:55:11 +00:00
mkaply%us.ibm.com
f0c8165f02 senna bustage - REQUIRES for Bidi 2001-05-10 15:57:21 +00:00
pavlov%netscape.com
4e4a6541ef fix for bug 79460 r=dbaron sr=waterson 2001-05-09 07:21:36 +00:00
gordon%netscape.com
893e8e0225 Fix bug 79585 "need non-blocking OpenCacheEntry() for HTTP", r=pavlov, sr=darin. 2001-05-09 03:36:00 +00:00
mscott%netscape.com
89ac58ca92 Bug #79178 --> fix crash on release windows builds for moz-icon urls
a=leaf
2001-05-08 23:31:56 +00:00
dbaron%fas.harvard.edu
32c43cb5ef Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES. 2001-05-08 19:19:03 +00:00
jst%netscape.com
35447f5647 Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 18:02:50 +00:00
jst%netscape.com
ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
pavlov%netscape.com
7b41e6b5bf the rest of 79314 r=bryner sr=hyatt 2001-05-08 04:21:49 +00:00
pavlov%netscape.com
b59b508a20 fixing bug 74284 r=bryner sr=ben 2001-05-08 04:12:40 +00:00
pavlov%netscape.com
e7a6b56631 fixing up the logging in imglib bug 79314 r=bryner sr=hyatt 2001-05-08 04:01:28 +00:00
pavlov%netscape.com
4ae3184536 adding some new files... not part of the build 2001-05-08 03:38:35 +00:00
racham%netscape.com
b22d243c41 Fix to bug 77967. Needed conversion from UTF8 to UCS2 instead from ASCII while reading the pref. Patch by bnesse. r=naoki sr=sspitzer. 2001-05-07 07:51:24 +00:00
ccarlen%netscape.com
ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
dbaron%fas.harvard.edu
18d477a03a Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding timer, necko, embedcomponents, and profile to REQUIRES. 2001-05-05 12:44:26 +00:00
cls%seawood.org
6f256984a9 Let the use of PR_Log() be controlled by a toplevel build option. All places that set FORCE_PR_LOG to force logging on need to wrap that #define FORCE_PR_LOG in a MOZ_LOGGING ifdef.
It's on by default. Set
--disable-logging (unix)
NO_LOGGING=1 (win32)
moz_logging = 0  (mac)
to turn it off globally.

Bug #53226 r=sspitzer,leaf,sfraser
2001-05-05 10:18:53 +00:00
pavlov%netscape.com
5c43e187fa removing the quotes from the module name 2001-05-05 09:58:31 +00:00
kandrot%netscape.com
afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
mscott%netscape.com
951ee67dcf First Checked In. 2001-05-05 04:02:11 +00:00
mscott%netscape.com
6c62507a09 Bug #74222 --> turn on moz-icon urls. moz-icon urls fetch system icons for mac and windows and render them in mozilla.
r=pavlov
sr=hyatt
2001-05-05 03:59:04 +00:00
bnesse%netscape.com
5de2572d81 Checking in for Mitesh. Bug 70348 Add autoconfig support. r=bnesse, sr=alecf 2001-05-04 20:46:41 +00:00
mitesh%netscape.com
1e1ffa36cf Checking in Bug 70348
Adding AutoConfig Feature
r=bnesse and sr=alecf
2001-05-04 20:45:20 +00:00
edburns%acm.org
af5c64a49e r/sr=brendan:
fix the "free before strdup" problem.
s/rc/rv/g
Use NS_ERROR_OUT_OF_MEMORY where appropriate.
2001-05-04 20:31:13 +00:00
valeski%netscape.com
349d7fcbf7 r=pavlov, sr=rpotts. 77906. making GetName() more generic for user presentation purposes. 2001-05-04 20:29:32 +00:00
tor%cs.brown.edu
3447e15d9b Bug 78906 - jpeg images not loading. r=pavlov, sr=blizzard 2001-05-04 20:05:49 +00:00
pavlov%netscape.com
8928744f6a fixing topcrash bug 77328 r=hixie sr=tor@cs.brown.edu 2001-05-04 07:22:38 +00:00
dianesun%netscape.com
5e553e31ab Feature Dev for IMAP Offline UI bugs: 66914:Select Folders Dialog; 66917: Account Manager Panel; 71125:File Menu; 71126:Offline/Online Icon; 71127:Preference Panel; 71316:Online/Offline button broke Nav menu's/links. R:bhuvan, SR:sspitzer 2001-05-04 00:47:53 +00:00
srilatha%netscape.com
22437b8ee1 LDAP UI implementation.
Bug# 31881. r=chuang, bhuvan.
sr=sspitzer
2001-05-03 21:24:48 +00:00
peterlubczynski%netscape.com
2bbd5e07b9 Removing extra reference to nsIJVMPlugin.h 2001-05-03 08:51:23 +00:00
peterlubczynski%netscape.com
a0870bf36f Patch to fix crash on leaving a page with Java on Linux bug 78502 sr=beard r=edburns 2001-05-03 08:38:18 +00:00
blizzard%redhat.com
94160ddd28 Bug #77185. Bump the version number to 0.9+ for the tip. r/a=leaf. 2001-05-03 03:28:12 +00:00
peterlubczynski%netscape.com
551fc247b0 Include shockwave director in 4.x plugin scan bug 78009 r=av sr=attinasi 2001-05-03 02:43:47 +00:00
saari%netscape.com
f2ce8ef7ed Fix for 76119, "clever" 0x0 GIFs crashing. r=pavlov, sr=hyatt 2001-05-03 00:44:37 +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
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
saari%netscape.com
f6eb7f9be2 Fix for 76230, some GIFs don't display. r=pavlov, sr=hyatt 2001-05-02 22:42:19 +00:00
hwaara%chello.se
a37a84b566 #78014. Fix some leaks in plugin init code. r=bbaetz@cs.mcgill.ca, ra=av@netscape.com, sr=blizzard@mozilla.org 2001-05-02 14:45:59 +00:00
bnesse%netscape.com
c1849239c6 Fix for bug 77975, user.js support broken. r=srilatha, sr=alecf. 2001-05-02 01:37:33 +00:00
hyatt%netscape.com
9ac35d4459 Fix for 76495. r=danm, sr=rpotts 2001-05-01 22:54:11 +00:00
pavlov%netscape.com
29c400c954 fixing bug 78109 r=jband sr=brendan 2001-05-01 02:53:27 +00:00
pavlov%netscape.com
2bae74fb15 fix for bug 77962 r=dbaron sr=blizzard 2001-04-30 23:00:02 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
cls%seawood.org
f6803dcd01 Landing initial directory re-ordering change needed for Ron Guilmette's <rfg@monkeys.com> static mozilla work. 2001-04-28 17:26:54 +00:00
hyatt%netscape.com
7869a9d445 Fix for 77218. r=danm, sr=ben 2001-04-28 07:59:12 +00:00