Commit Graph

4232 Commits

Author SHA1 Message Date
av%netscape.com
518787f66a Addressing 133662 -- update Tester plugin, not part of the build 2002-03-28 21:59:10 +00:00
av%netscape.com
de8135dee5 Addressing 133662 -- update Tester plugin, not part of the build 2002-03-28 21:53:45 +00:00
av%netscape.com
a58efe38a4 Fixing leak in the Tester plugin, not part of the build. 2002-03-28 21:33:47 +00:00
seawood%netscape.com
f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
ccarlen%netscape.com
69b950390a Bug 99117 - mailnews problems using turbo. This is the cause of one of them anyway. When clearing user prefs on a profile switch, don't unhash (destroy) the pref because it may also have a default value which needs to remain. r=bnesse/sr=alecf/a=dbaron 2002-03-27 05:52:48 +00:00
serge%netscape.com
6a000a633f fix builds redness 2002-03-27 04:42:35 +00:00
cmanske%netscape.com
8a0c8b24d6 Defaults for new Composer save and publish prefs, b=110779, r=brade, sr=hewitt, a=asa 2002-03-27 03:44:29 +00:00
serge%netscape.com
be7f51fae3 fix bug 115891 Byte range request are not giving the correct data, r=peterl, sr=darin, a=asa 2002-03-27 03:41:43 +00:00
cathleen%netscape.com
36affd5a4f fix bug 132412, for building staticly linked gecko.dll in static build. r=seawood sr=dveditz a=asa 2002-03-27 03:19:52 +00:00
beard%netscape.com
423e9e246b [not part of build] 2-way scripting test. 2002-03-27 01:30:04 +00:00
beard%netscape.com
9821ea06fe [not part of build] 2-way plugin scripting example. 2002-03-27 01:16:06 +00:00
beard%netscape.com
49d3ea3722 [not part of build] 2-way scripting example interface. 2002-03-27 01:14:40 +00:00
beard%netscape.com
cfb8bece19 [not part of build] scriptable plugin support for XP_MAC. 2002-03-27 01:10:26 +00:00
beard%netscape.com
4a3c6a3814 [not part of build] make scriptable plugin work on XP_MAC. 2002-03-26 23:43:49 +00:00
beard%netscape.com
dc6cb9420a [not part of build] fix mac build bustage. 2002-03-26 23:39:28 +00:00
darin%netscape.com
edab6546f5 fixes bug 116365 (second attempt) "[RFE] Cache partial documents; automatically
issue byte range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 23:33:19 +00:00
morse%netscape.com
5ac9ddf13c bug 129101, turn on p3p by default, r/sr=alecf/darin, a=asa 2002-03-26 20:19:18 +00:00
rods%netscape.com
ca589fdb8d Generically enables the browser to cache the curent presentation (frames,
views, et.al.) for Print Preview and then enables them to be restored.
It uses a pref and/or checks all the documents to see if any have an "embed" or
a "plugin". Temporarily it checks for framesets and turns on caching also.
I also factored some code in the Init routine so it could be callled for either
creating the new presention or initializing an existing one.
Also, added some safety check code in PrintPage.
Then for the object frame, for PP it doesn't do a paint - this is a temporary fix.
Bug 122048 r=peterl sr=attinasi a=asa
2002-03-26 11:43:40 +00:00
darin%netscape.com
171c8b28ee backing out changes (for bug 116365) to fix btek page-loader crash. 2002-03-26 08:47:10 +00:00
darin%netscape.com
f2d3a0287d fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
peterlubczynski%netscape.com
b0458062b3 Fixing redraw problem with full page plugins like Acrobat on Mac, bug 124563 r=av, sr=beard, a=asa 2002-03-26 06:36:37 +00:00
peterlubczynski%netscape.com
d66d38f39f Making it so that we handle known image decoder mime types internally by default unless pref("plugin.override_internal_types", true); fixing bug 131230 r=av,biesi sr=beard a=asa 2002-03-26 06:30:33 +00:00
mkaply%us.ibm.com
381e7bfdaa #132600
r=searge, sr=beard, a=asa
Refactor 4xplugin code so XP_OS2 section is more clear
2002-03-26 03:04:37 +00:00
av%netscape.com
c891286e6b Fix for 116357 -- NPAPI plugins should have an ability to stay in memory beyond page life time, patch by peterl, r=av, sr=beard, a=asa 2002-03-25 23:42:32 +00:00
rods%netscape.com
b3a87921ff This patch is actually part of Bug 115136, but I think its best to get this part
of it in now before the API freeze.
It adds several new attrs to the nsIWebBrowserPrint API and implments them in
DocumentViewer.
It also adds a new platform specific interface for PrintSettings that will be
used when the "pluggable" dialog work gets checked in. Although these have been
tested via BUg 115136, these little nto no risk now because no one is using
them yet.
Bug 132827 r=dcone sr=attinasi a=asa
2002-03-25 03:19:32 +00:00
dbaron%fas.harvard.edu
b280e94dfe Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa 2002-03-23 21:23:50 +00:00
cbiesinger%web.de
0604302118 bug 104906 r=pavlov sr=tor a=asa
imgRequest::SniffMimeType and nsUnknownDecoder::SniffForImageMimeType should be one function
2002-03-23 13:21:33 +00:00
kmcclusk%netscape.com
6ae53f54f8 suppress the painting of partially decoded background images bug 129908; r=pavlov sr=attinasi a=asa 2002-03-23 04:33:37 +00:00
serge%netscape.com
eaa7ea38ec not part of the build, bug 105959, add NPN_ReqestRead() support to tester plugin 2002-03-23 02:56:43 +00:00
serge%netscape.com
98bbc98863 fix for 105334 Solaris acrobat plugin requires motif, patch by jim.song@sun.com s=serge, sr/a=blizzard 2002-03-22 20:20:27 +00:00
mscott%netscape.com
a817bbe0cc Bug #132643 --> add default prefs for controlling the behavior of the animated alert.
r=sspitzer
sr=hewitt
a=asa
2002-03-22 19:26:28 +00:00
locka%iol.ie
6a8e1482d7 Make appending www. & .com during fixup more controllable via prefs. b=34943 r=brade@netscape.com sr=mscott@netscape.com a=asa@mozilla.org 2002-03-22 14:29:52 +00:00
seawood%netscape.com
76fe15cf8b Sync tree against pristine 1.0.9 png distribution.
Reapply moz patches.  Added MOZCHANGES file to track moz-specific changes.
Bug #125845 r=pavlov a=asa
2002-03-22 00:06:13 +00:00
dougt%netscape.com
40642fc34c 130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org 2002-03-21 23:43:21 +00:00
darin%netscape.com
ffca728302 fixes bug 132497 "prevent crash @nsJARChannel::GetContentLength"
r=dougt, sr=rpotts, a=asa
2002-03-21 23:24:53 +00:00
darin%netscape.com
f0042bf1dc fixes mac bustage 2002-03-20 23:03:51 +00:00
darin%netscape.com
9fbd1028d6 b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa 2002-03-20 22:50:33 +00:00
blakeross%telocity.com
d7fdbe6799 131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa 2002-03-20 21:49:18 +00:00
cathleen%netscape.com
d5d2308fee back out fix for bug 129101, caused performance regression on txul (window open), bug 132201 2002-03-20 19:50:43 +00:00
rods%netscape.com
aa1233cc10 Besides turning on the pref, I needed to move the initialization code for
getting the values from the default printer from the DocumentViewer down into
the PrintOptions service. We want it done only the very first time when the PrintSettings is created.
Bug 131852 r=dcone sr=attinasi a=scc
2002-03-20 12:43:13 +00:00
blakeross%telocity.com
ed4e537109 131762 - can open multiple occurrences of download manager.
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:12:27 +00:00
bnesse%netscape.com
d49b1fa6d2 Fix for bug 126578. Initialize the event record on OS X without using the system's EventAvail function to eliminate excess window erases and redraws. r=sdagley, sr=beard, a=asa. 2002-03-19 22:10:45 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
morse%netscape.com
0315ccc864 part of bug 129101, enhanced p3p/cookie-management, r=sgehani, sr=hyatt, a=asa 2002-03-19 01:46:55 +00:00
nivedita%netscape.com
844f6ffa8e check in for the bug 83804
N621, M098 & Trunk crashes [@ HaveDecodedRow] -added check if cmap is null
r=pavlov, sr=tor, a=dbaron
2002-03-18 03:35:44 +00:00
peterlubczynski%netscape.com
e52ab1dae3 Pass correct NPReason code to NPP_URLNotify when error with request (like 404) bug 130152 r=av sr=darin a=dbaron 2002-03-18 00:09:48 +00:00
bzbarsky%mit.edu
5e5992bb54 Don't pass encoded content to plugins without decoding. Bug 119094,
r=serge, sr=darin, a=asa
2002-03-16 15:58:54 +00:00
rods%netscape.com
c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
morse%netscape.com
e86e233a63 back out part of earlier change for bug 129101 2002-03-16 05:50:48 +00:00
akkana%netscape.com
04dbabbe71 80805: enable new editor find/replace. r=cmanske sr=dveditz a=asa 2002-03-16 04:36:45 +00:00
morse%netscape.com
c0f9832691 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa 2002-03-16 02:40:29 +00:00
dcone%netscape.com
fee558f394 119574 r=rods sr=attinasi a=asa. XP printprogress should not come up. I added new prefs to
keep the dialog from being put up.
2002-03-16 02:01:38 +00:00
dougt%netscape.com
e0bea0a99f Fixes part of the Txul regression. b=130524 r=dp@netscape.com sr=darin@netscape.com, a=asa@mozilla.org 2002-03-16 00:43:44 +00:00
rods%netscape.com
9e6a587a72 Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway 2002-03-15 14:49:09 +00:00
rods%netscape.com
20d6c55150 1) Removes most all the unneeded data from nsPrintOptions service. All data
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
   object. The items not saved are those used during the printing process and
   it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
   If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
   Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
   set of prefs. Then if a printer name is available in the PS then it tries
   to initialize itself from the printer specific prefs. This enables to define
   "back stop" prefs for picking up first. Then the printer specific prefs
   can override those settings.
   For example, we may define in prefs that the default paper size 8.5x11,
   then if if the "save PS prefs" is turned on, for a given printer it might
   save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
   or written.
2002-03-15 13:55:54 +00:00
serge%netscape.com
e56b81814e fix for #101974 acrobat plugin resize problem, r=pavlov, sr=blizzard,a=asa 2002-03-15 02:37:18 +00:00
timeless%mac.com
cee6adc427 Bug 126799 [ps] Print preview spews errors to terminal window
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods rs=attinasi a=asa
2002-03-14 23:12:31 +00:00
seawood%netscape.com
e0e7b4a79c Update in-tree version of zlib to 1.1.4
Bug #130127 r=dveditz a=asa
2002-03-14 22:18:39 +00:00
nhotta%netscape.com
d79f08cfb8 Change to set "network.enableIDN" as true,
patch from william.tan@i-dns.net,
bug 110028, r=nhotta, sr=darin, a=asa.
2002-03-14 21:42:27 +00:00
cbiesinger%web.de
9fd366b021 bug 130564 r=pavlov sr=tor a=asa
Make image/pjpeg and image/jpg work again
2002-03-14 20:20:23 +00:00
peterlubczynski%netscape.com
ff4d0d09ea Fixing not calling URLNotify with null data and also a few other times, bug 127259 r=serge sr=beard a=shaver 2002-03-13 04:24:45 +00:00
sspitzer%netscape.com
e0be36c11e additional fix for #128962. pref UI work for MDN (return receipts)
NOT PART OF THE BUILD (yet)

fix the global prefs to match the 4.x global
prefs so that migration is a no-brainer.  fix the per account
prefs to be correct (wrt server or identity).  fix certain prefs to be
booleans, instead of ints.

r=shuelan, sr=bienvenu, a=shaver
2002-03-13 01:41:10 +00:00
dougt%netscape.com
299b47cf06 Fixes 127918. Mime Service was being accessed from a non-ui thread. This causes all kinds of problems. Found that content type is not needed while opening most stream io's. Removes content type result from nsIStreamIO::Open(). Added atrribute content type nsIStreamIO. Fixes callers. r=gordon@netscape.com, sr=darin@netscape.com, a=asa@mozilla.org. 2002-03-13 00:34:54 +00:00
beard%netscape.com
cfd9905cbb [not part of build] plugin dir code for Mac OS X. 2002-03-12 20:35:53 +00:00
dcone%netscape.com
c637ecd828 pulling changes. The checkin went to the wrong place. 2002-03-12 15:23:50 +00:00
dcone%netscape.com
1efbc9683b Adding the debug object. This is not part of the build. 2002-03-12 14:57:25 +00:00
pavlov%netscape.com
e60f4a8084 fixing topcrash bug 89595. r=dougt sr=darin a=robert@ocallahan.org 2002-03-12 07:15:21 +00:00
darin%netscape.com
281c86ec58 b=99165 Freeze nsIInputStream nsIOutputStream (not yet frozen... but close)
r=dougt sr=shaver a=asa
2002-03-12 00:59:06 +00:00
dp%netscape.com
06b3ded6e8 making linux and mac compilers happy. 2002-03-11 21:09:12 +00:00
dp%netscape.com
8efa396bdc bug 116187 Using Arenas to cut down on small memory allocs happening
for the maintaining the zip manifest. r=dveditz/blythe, sr=alecf, a=shaver/asa
2002-03-11 20:18:35 +00:00
pavlov%netscape.com
b45806f2cb checking in part of the patch for 42224 that I forgot to check in previously. r=sfraser sr=darin a=shaver 2002-03-10 22:29:14 +00:00
shliang%netscape.com
1ac973bd03 128962 - pref panel for MDN return receipts - not part of build - r/sr=sspitzer,a=asa 2002-03-08 22:17:03 +00:00
mstoltz%netscape.com
e915f4f050 Bug 127405 - disallow Web scripts from invoking full-screen mode. Patch by
Jonasj@jonasj.dk, r=mstoltz, sr=jst, a=asa.
2002-03-08 22:04:52 +00:00
rchen%netscape.com
50712931f7 Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref.r=nhotta, sr=sspitzer, a=asa 2002-03-07 20:18:31 +00:00
rods%netscape.com
4192ff3428 1) Added a new method to nsIWebBrowserPrint iface that enables you to get the current PS being used to print or PP
2) Change the PP toolbar code to use the current PS instead of the global
Bug 127969 r=dcone sr=attinasi a=asa
2002-03-07 12:57:33 +00:00
mkaply%us.ibm.com
15c90bdc92 #129119
r=smontagu, sr=blizzard, a=asa
Os/2 only - Move #pragma pack so include of os2.h doesn't override it
2002-03-07 06:14:15 +00:00
pavlov%netscape.com
baed5212ca fixing bug 62108. basic auth of inline images. r=cbiesinger@web.de sr=darin a=shaver 2002-03-07 01:50:14 +00:00
av%netscape.com
a537b1237e Fixing build problems with this plugin sample, not part of the build yet. 2002-03-06 22:50:48 +00:00
av%netscape.com
55b5bfba81 Updating DevStudio project file for plugin sample, not part of the build 2002-03-06 22:49:05 +00:00
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
badami%netscape.com
549d3562ad Transparent animated GIF displays incorrectly
bug=105804 r=pavlov sr=tor a=asa patch=nivedita@netscape.com
2002-03-06 04:41:35 +00:00
av%netscape.com
0e4e85c4b1 Fixing makefiles for the Plugin SDK to reflect new location of some header files, not part of the build. 2002-03-06 04:06:36 +00:00
av%netscape.com
a21425291e Threaded plugin sample code, not part of the build 2002-03-06 03:55:03 +00:00
av%netscape.com
8cee968b52 Readme file for the plugin sample code, not part of the build 2002-03-06 03:53:40 +00:00
av%netscape.com
d3ea494b95 Threaded plugin sample code, not part of the build 2002-03-06 03:37:15 +00:00
av%netscape.com
f0a5a1c982 Threaded plugin sample code, not part of the build 2002-03-06 00:34:36 +00:00
blakeross%telocity.com
aabb968456 128969 - necessary dir/profile-related download manager changes. r=ccarlen sr=ben a=asa 2002-03-05 22:30:28 +00:00
seawood%netscape.com
038e19957a Resolve symbols at link-time. Fixing linux & osx --enable-meta-components bustage.
Bug #128364 r=bryner a=asa
2002-03-05 08:10:54 +00:00
cltbld%netscape.com
79ad8cdf0b updating to set user-agent to 0.9.9+, kysmith checking in as cltbld 2002-03-04 17:37:43 +00:00
dveditz%netscape.com
28f40ecb09 fix zlib double-free crash (bug 126898) contributed by mjc@redhat.com, r=dveditz, sr=shaver, a=asa 2002-03-03 06:30:36 +00:00
ducarroz%netscape.com
a1bab6b0da Fix for bug 126766. Now that we have resolved all the known issues, we can safely turn on by default the recycled compose window. R=bienvenu, SR=sspitzer, A=asa 2002-03-02 21:13:10 +00:00
morse%netscape.com
d8c109186b bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz 2002-03-02 01:49:30 +00:00
morse%netscape.com
662e2a6a2e bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz 2002-03-02 01:26:49 +00:00
dp%netscape.com
972811aa87 bug 127959 Increasing buckets from 6 to 9. Fixing free mismatch on gs->hold. r=pavlov, sr=alecf, a=asa@mozilla.org 2002-03-01 23:47:50 +00:00
serge%netscape.com
ec91b2fa4b bug 127928 crash from talkback reports [@ nsPluginStreamListenerPeer::OnDataAvailable],r=peterl,sr=beard,a=asa 2002-03-01 23:40:11 +00:00
pavlov%netscape.com
303ab7918a fixing typo on return. should be NS_OK instead of PR_TRUE. 2002-03-01 05:40:43 +00:00
bstell%ix.netcom.com
9e4b5d4223 bug 127063, add TrueType support for MathML
r=rbs, sr=shaver, a=leaf, a=shaver
2002-02-28 22:37:16 +00:00
peterlubczynski%netscape.com
d80e9173f1 Fix for only opening initial streams for plugins if we can handle it internally. This fixes RealPlayer popping up as a helper application for rstp:// protocols bug 85539 r=av sr=darin 2002-02-28 04:47:08 +00:00
blakeross%telocity.com
98d168e9a6 125181 - add pref to filter chrome:// errors in javascript console. r=ben sr=hewitt a=asa 2002-02-27 00:42:51 +00:00
pavlov%netscape.com
a33ed3d36b fixing multipartmixed image stuff. bug 42224. r=sfraser sr=darin a=shaver 2002-02-27 00:32:19 +00:00
mstoltz%netscape.com
75f6bd3583 partially backing out my last change - weird dependency problem 2002-02-26 05:28:26 +00:00
mstoltz%netscape.com
82659b14ca 32571, present confirmation dialog before allowing scripts to close windows.
105050, pass null window.opener when opener is a mail window.
both r=heikki, sr=jst, a=asa.
Backed out previously because of tinderbox problem, which should be fixed now.
2002-02-26 04:50:21 +00:00
bzbarsky%mit.edu
0ca37a0405 Add UI for browser.block.target_new_window (used to be named
browser.target_new_blocked).  Bug 78037, patch by  Jonas Jorgensen
<jonasj@jonasj.dk>, r=bzbarsky, sr=alecf, a=asa
2002-02-25 23:38:02 +00:00
sfraser%netscape.com
a438357dcf Fix bad XML. No other changes. 2002-02-22 05:14:55 +00:00
tor%cs.brown.edu
19ffef77a4 Bug 111037 - don't look inside png info_ptr. r=pavlov, sr=blizzard, a=asa. 2002-02-22 01:29:55 +00:00
cbiesinger%web.de
9f6f6bd8ee bug 124117 r=pavlov sr=tor a=shaver
Fix build warnings in the GIF Decoder
2002-02-21 14:08:25 +00:00
seawood%netscape.com
6f3a67e41a Updating search path (again). Fixing tinderbox bustage from bug 120845 2002-02-20 08:00:58 +00:00
sgehani%netscape.com
92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
seawood%netscape.com
f9964089d6 Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/p
ublic/ .
Bug #120845 r=bryner
2002-02-20 05:52:55 +00:00
seawood%netscape.com
29c05a5cc1 Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/public/ .
Bug #120845 r=bryner
2002-02-20 05:44:43 +00:00
sgehani%netscape.com
bdc87e0fa7 Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
hewitt%netscape.com
5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
bbaetz%student.usyd.edu.au
03a55cf172 Bug 110760 - directory listings shouldn't reuly on libappcomps.
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2002-02-20 02:14:17 +00:00
alecf%netscape.com
40fe30aac0 add unicharutil static lib 2002-02-20 00:48:08 +00:00
alecf%netscape.com
66e767c7b8 one part of fix for bug 107575 - clean up consumers of nsString::EqualsIgnoreCase and nsString::EqualsWithConversion, to be explicit about case-insensitive compares
r=timeless sr=jag
2002-02-19 22:49:12 +00:00
timeless%mac.com
1f0a883e6c Bug 125078 Implement InitPrintSettingsFromPrinter for GTK+/Xlib
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=attinasi
2002-02-19 22:47:35 +00:00
blakeross%telocity.com
8aa26afb6c The rest of the fix for 77935 that I forgot last night. r=hewitt sr=alecf 2002-02-19 21:23:34 +00:00
cathleen%netscape.com
a6a1655268 eliminate nsCRT::strlen for char* strings (part 4), bug 124536 r=dp sr=brendan 2002-02-19 16:01:45 +00:00
bstell%ix.netcom.com
70718551e4 bug 116153, add default prefs for TrueType display
r=katakai@japan.sun.com, sr=rbs@maths.uq.edu.au/brendan@mozilla.org
2002-02-19 07:16:48 +00:00
bnesse%netscape.com
f66246d36a Backing this out again... I'm beginning to hate this patch. 2002-02-19 06:29:41 +00:00
bnesse%netscape.com
508b1447c9 Fix for bug 98476. Add safe save and redundant backup support for preferences. r=sfraser, sr=alecf. 2002-02-19 05:55:08 +00:00
mcafee%netscape.com
1a3a52cce7 Backing out mstoltz. r=dbaron,jrgm 2002-02-19 04:06:53 +00:00
akkana%netscape.com
e9d7efb2bb 80805: new find (pref'ed out by default), r=cmanske 2002-02-19 02:24:14 +00:00
rjesup%wgate.com
329d61c527 Bug 125025: Animations use a lot of CPU, even when not visible. r=pavlov,
sr=brendan.  Heavily optimizes all the bit-twiddling in mask generation
which was 1/2 of where the CPU time was going.
2002-02-19 01:48:33 +00:00
peterlubczynski%netscape.com
d3ee9b756c Unload pluign libraries asynchronously to prevent crash with native context menus 104236 r=av sr=rpotts 2002-02-19 01:26:17 +00:00
mstoltz%netscape.com
cc94447571 Bug 105050 - return null window.opener to scripts if opener is a mail window.
Bug 32571 - Prompt user before allowing scripts to close windows if opener is null.
both r=heikki, sr=jst.
2002-02-19 01:09:45 +00:00
akkana%netscape.com
08a7c972c2 97157: New find on by default for browser. r=brade sr=kin 2002-02-18 23:30:56 +00:00
tor%cs.brown.edu
1050d3d796 Bug 123613 - mng subimage composite reading dest alpha from wrong
location, bump required libmng to 1.0.4. r=pavlov,cls; sr=blizzard
2002-02-17 15:29:18 +00:00
dbaron%fas.harvard.edu
1c28bfb88e Back out rather than double. 2002-02-17 01:46:55 +00:00
bnesse%netscape.com
2178475b1a Backing out the BE portion of my checkin to attempt to clear up the orange. 2002-02-17 00:23:36 +00:00
bnesse%netscape.com
1551d818d3 Fix for bug 98476. Add safe save & redundant backup support for prefs.js. r=sfraser, sr=alecf. 2002-02-16 21:18:38 +00:00
bnesse%netscape.com
7774da9178 New files for bug 98476. Add safe save & redundant backup support for prefs.js. r=sfraser, sr=alecf. 2002-02-16 21:15:28 +00:00
peterlubczynski%netscape.com
103fe052db Made a dummy document to hold our url and pass back to the instance owner in order to fix bug 121033 in NP_FULL mode, NPP_GetURLNotify() does not resolve relative URLs correctly r=av sr=beard 2002-02-16 05:07:47 +00:00
serge%netscape.com
378d88b944 fix for 123974 [viewpoint] 404 file not found errors are passed back to the plugin incorrectly; r=av, sr=beard 2002-02-16 01:23:16 +00:00
rods%netscape.com
16d789ac62 1) Enables the PageSeq frame to specify the "gap" of gray space around
it in Print Preview
2) It now positions the page in the window with the gray "gap" showing.
3) factors out code for calc'ing the number of pages
4) Adds the methods to get the number of page while in PP
Bug 125151 r=sgehanisr=attinasi
2002-02-14 23:18:09 +00:00
mstoltz%netscape.com
7e0f1ff96a Bug 116227 - added prefs to stop scripts in mail messages from moving or resizing
the mail window. r=adamlock, sr=jst
2002-02-14 23:14:53 +00:00
rayw%netscape.com
582ee7dbf3 This is the patch related to bug 71394, needing security checks in SOAP.
Also, substituted 8 spaces for tabs in some SOAP files.  Also updated
soap test files to either request UniversalBrowserRead or use verifySource.

r=mstoltz
SOAP is not part of default build.
2002-02-13 19:13:41 +00:00
ccarlen%netscape.com
2cf6448a9f Bug 115334 - removing .mcp files that are obsolete since conversion to XML. r=jj/sr=sfraser 2002-02-13 15:01:37 +00:00
rods%netscape.com
106d57603e 1) On windows and OS/2 it implements IDL attr of "defaultPrinterName" (like Bug 118152)
2) Stubs this out on al other platforms
3) On Windows implmenets new method "InitPrintSettingsFromPrinter" which sets certain key values from the native devmode into the print settings
4) Stubs this out on all other platforms
5) It also cleans up the nsDeviceContextSpecWin interface a little bit:
   It now has a single GetDevMode method that must be paired with a UnlockDevMode  method.
6) It moved GetDataFromPrinter into the public interface
7) Created a simple helper function for getting the default printer name.
Bug 123554 r=dcone sr=attinasi
2002-02-13 13:58:41 +00:00
sspitzer%netscape.com
e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
mstoltz%netscape.com
4756b7169c Bug 119646 - Rewrite of the security manager policy database for improved
performance. r=jst, sr=jband.
2002-02-13 04:20:46 +00:00
av%netscape.com
8e83ca22c3 Fixing 124936 -- refresh loop with dup plugins, r=peterl, sr=beard 2002-02-13 02:18:57 +00:00
av%netscape.com
1c5f067303 Fixing 121072 -- to show plugin name in bad plugin dialog, r=serge, sr=beard 2002-02-12 22:25:40 +00:00
dbragg%netscape.com
11877426c6 Fixing typo in checkin for bug 91984 that broke search. r=sgehani. 2002-02-12 20:06:27 +00:00
ccarlen%netscape.com
0d871a1552 Bug 115334 - Removing .mcp files which are obsolete after XML conversion. r=jj/sr=sfraser 2002-02-12 15:41:41 +00:00
timeless%mac.com
a40bd26c3f Bug 124190 this #define in nsPluginsDirUnix.cpp is unused: PLUGIN_PATH "MOZ_PLUGIN_PATH"
r=bryner sr=jst
2002-02-12 06:58:51 +00:00
pavlov%netscape.com
63331952f5 checking in fix for bug 86508 for nivedita@netscape.com. r=pavlov sr=tor@acm.org 2002-02-12 06:37:45 +00:00
pavlov%netscape.com
ad77f11f8e checking in bug 78114 for nivedita@netscape.com r=pavlov sr=tor@acm.org 2002-02-12 06:32:10 +00:00
pavlov%netscape.com
70bbaa415f Bug 111037. Patch from nivedita@netscape.com. r=pavlov sr=tor@acm.org 2002-02-12 06:16:15 +00:00
dbragg%netscape.com
7d8f199a9c Moving the default search engine name from the language pack into the content (aka region) pack.
Fixes bug 91984. r=tao, sr=alecf
2002-02-12 00:37:45 +00:00
av%netscape.com
504df9fb10 Fixing bug 119621 -- plugins refreshed only every other time, r=peterl, sr=beard 2002-02-11 23:09:38 +00:00
bzbarsky%mit.edu
97aad157b6 Relanding the Compare --> Equals conversion. a=mcafee 2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
228f6acb38 Testing performance impact of backout of part of patch from bug 115289.
See bug 123947 for details. a=mcafee
2002-02-09 19:00:56 +00:00
mstoltz%netscape.com
e37e35c390 Bug 122317 - make document.write and document.writeln callable cross-host.
sr=jst, r=fabian
2002-02-08 22:40:36 +00:00
morse%netscape.com
fa64508953 bug 124065, add pref to ignore autocomplete, c=thieleke, r=morse, sr=alecf 2002-02-08 01:36:56 +00:00
cathleen%netscape.com
a5ec167c47 eliminate 24 callers to nsCRT::memmove to use memmove from libC instead. removed nsCRT::memove() bug 118135 r=dp sr=brendan 2002-02-08 01:11:33 +00:00
serge%netscape.com
69d4d01064 fix #123791; Installing Shockwave crashes Mozilla; r=peterl, sr=beard 2002-02-07 23:22:39 +00:00
bnesse%netscape.com
6644b53caf Fix for bug 120390. Use PL_strncasecmp rather than PL_strcasecmp to check for java mimetype. Patch by, and checking in for, Igor Nekrestyanov, r=bnesse, sr=jst. 2002-02-07 22:52:21 +00:00
colin%theblakes.com
4cafc1d01f Null plugin.soname.list for OpenVMS. b=112579. r=serge 2002-02-07 11:13:53 +00:00
sspitzer%netscape.com
887430b17f patch for #94641. the bug is still open, but this pref should be
defined as it was in 4.x (in all.js). rs=bienvenu
2002-02-06 03:45:51 +00:00
racham%netscape.com
da581b52cf Fixing bugscape bug 9846. Adding default version number for html domain pre-population. r=ducarroz, sr=sspitzer 2002-02-05 09:06:26 +00:00
bzbarsky%mit.edu
40d60f39ec Convert Compare() to Equals() where possible now that we can do
case-insensitive Equals().  Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
cathleen%netscape.com
740d95a0a9 eliminates 107 nsCRT::memset calls to use memset instead. removed nsCRT::memset() function. bug 118135 r=dp sr=brendan 2002-02-05 01:41:13 +00:00
beard%netscape.com
602f073012 Fixing bustage caused by newly added mozilla/modules/libpr0n/decoders/ijpeg directory. Added explicit search path of ::decoders:jpeg: before ::. 2002-02-03 19:13:51 +00:00
pavlov%netscape.com
0d9fce3043 adding new stub files for work with using intel's jpeg library 2002-02-03 01:54:08 +00:00
peterlubczynski%netscape.com
881501520d Fix by Serge for crash after installing Java Plug-in on Linux bug 122246 r=peterl sr=beard 2002-02-02 04:42:05 +00:00
serge%netscape.com
c332208943 fix #109353; N620, Trunk & M097 crash [@ libpthread.so.0 - PL_strfree]; r=peterl, sr=beard 2002-02-01 22:50:59 +00:00
peterlubczynski%netscape.com
c1069079e5 Checking in for nis@sparc.spb.su, fix for Java applets inserted as <OBJECT> run in spite of Java is turned off in Preferences bug 116888 r=peterl sr=beard 2002-02-01 21:40:49 +00:00
rods%netscape.com
1c90bef427 enable a margin like gap specification for printing on unix
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
2002-02-01 15:31:15 +00:00
rods%netscape.com
ab52751787 1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
rods%netscape.com
f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
rginda%netscape.com
eef75bda04 fix incorrect bracing, r=beard 2002-01-31 01:32:43 +00:00
rginda%netscape.com
44976e8826 adding REQUIRES for unix and windows bustage, r=beard 2002-01-31 01:18:33 +00:00
beard%netscape.com
f5b6accbeb Fix for bug #118003. r=peterl, sr=jst. 2002-01-31 00:16:20 +00:00
mkaply%us.ibm.com
26fc794fb3 OS/2 only - update os2pref.js with better fonts 2002-01-30 22:05:32 +00:00
sfraser%netscape.com
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
serge%netscape.com
49f7429098 fix #115308, NPN_PostURL[Notify] does not handle binary data; r=bnesse, sr=darin 2002-01-30 02:40:46 +00:00
cathleen%netscape.com
59bf5c9c34 fix win32 static build bustage, bug 122477 sr=waterson r=mcafee 2002-01-29 23:39:44 +00:00
cathleen%netscape.com
e0f55c7088 eliminate nsCRT::memcmp and all callers to use memcmp instead, bug 118135 r=dp sr=brendan 2002-01-29 21:30:32 +00:00
dougt%netscape.com
c50ca402ad 1. Converts callers of nsIComponentManagerObsolete to use
nsIComponentRegistrar.

2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.

3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.

4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.

5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.

6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl.  in
this way, the same base class can support both old style and new style
enumerations.

7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer.  Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.


Bug 115853.  r=dp@netscape.com, sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
shanjian%netscape.com
4a99272af2 #92817 Simp. Chinese character display as bold face in Page Source
r=nhotta, sr=brendan
2002-01-29 01:54:51 +00:00
peterlubczynski%netscape.com
cbfdbcc0bc Removing ugly shockwave hack bug 115461 r=av sr=beard 2002-01-26 00:45:45 +00:00
peterlubczynski%netscape.com
25d640c7ec Fix for using newer pluign if upgraded, bug 119966 r=av sr=darin 2002-01-26 00:44:47 +00:00
leaf%mozilla.org
f860bf8cdd update user agent string, bug 119973 2002-01-26 00:13:05 +00:00
naving%netscape.com
99f521ad6d 112927 r/sr=sspitzer. add customHeaders pref to mailnews.js and handle this default case to work 2002-01-25 22:13:28 +00:00
pavlov%netscape.com
aa6d35fe9a fix for bug 84523 from nivedita@netscape.com. r=pavlov sr=tor@acm.org 2002-01-25 00:02:20 +00:00
pavlov%netscape.com
983732beb0 making the gif decoder hand back errors properly and doing some general cleanup. bug 100470. r=bryner sr=mscott 2002-01-24 23:59:58 +00:00
pavlov%netscape.com
dd685b2503 make imagelib listen to the memory-pressure observer. bug #94454. patch from nivedita@netscape.com. r=pavlov sr=brendan 2002-01-24 22:37:59 +00:00
timeless%mac.com
81a81e92f1 Bug 117119�BMP and ICO decoders should use ReadSegments, not Read
patch by cbiesinger@web.de r=pavlov sr=tor
2002-01-24 14:36:40 +00:00
dp%netscape.com
63fff83ae2 bug 118061 Enabling nsRecyclingAllocator r=dveditz sr=sfraser 2002-01-24 07:00:07 +00:00
gordon%netscape.com
7cf5c26933 fix bug 120833 "default value of nsICacheEntryInfo::expirationTime should be PRUint32(-1)". r=gagan, sr=darin. 2002-01-24 03:06:28 +00:00
hyatt%netscape.com
2e21736090 Bug 120949, disable favicons for moz1.0, r=pav, sr=blake 2002-01-19 21:53:59 +00:00
bnesse%netscape.com
3754b38c4d Fix for bug 104445. Make nsPluginInstance a scrollbar listener so it can notify plugins they are scrolling. Also fixes bug 76085. r=peterl, sr=sfraser, a=blizzard. 2002-01-18 20:12:29 +00:00
seawood%netscape.com
57704fbdfe Fixing win32 static build bustage in activex & simple plugin.
Bug 120675 r=bryner sr=waterson a=asa
2002-01-18 08:14:20 +00:00
timeless%mac.com
aa79b77691 Bug 115357 Favicon displayed blank
patch by cbiesinger@web.de r=pavlov sr=tor a=blizzard
2002-01-17 21:13:27 +00:00
serge%netscape.com
63620c0bd5 fix for 108347; Crash (linux/unix only) after NPP_SetWindow() call into flash plugin with window->width[height] <= 0; r=peterl; sr/a=blizzard 2002-01-16 23:57:10 +00:00
akkana%netscape.com
7c5300c6ef 97157: fix typo 2002-01-16 09:27:57 +00:00
timeless%mac.com
a3fc2febc6 Bug 117740 bad style in Cut calls in nsJARURI::SetSpec
r=redfive sr=jag
2002-01-16 07:31:45 +00:00
akkana%netscape.com
6893c34cad 97157: pref for new faster find code. r=jfrancis sr=kin 2002-01-16 07:07:49 +00:00
seawood%netscape.com
e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
pavlov%netscape.com
4e61c415e1 Fixing bug 90347 -- some JPEGs display with noise -- checking in for nivedita@netscape.com. r=pavlov sr=ben 2002-01-16 04:54:44 +00:00
bzbarsky%mit.edu
5a1b42ffbb Bug 90633. Use the URL extension for the temp file we pass to helpers
if it matches the extension list in the mime info.  r=law, sr=mscott.
2002-01-16 04:28:06 +00:00
pavlov%netscape.com
422d5781f3 fixing bug 120041 r=timeless rs=darin 2002-01-16 03:23:50 +00:00
pavlov%netscape.com
7d23c6b679 fixing typo with checkin from last night. r=danm sr=darin 2002-01-16 02:57:55 +00:00
bstell%ix.netcom.com
513f49b74a bug 112490 - add "always use anti alias scaled bitmap font (AASB)"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=blizzard@mozilla.org
2002-01-16 00:42:08 +00:00
peterlubczynski%netscape.com
91948faece Fix for variable names in NPP_HandelEVent, bug 118789 r=av, sr=beard 2002-01-15 22:45:56 +00:00
rods%netscape.com
2bc896bbf6 This enables platforms to set a pref as to whether they allow print from print preview.
(I checked this in with the wrong value because I was testing it)
Bug 118623 r=roland sr=attinasi
2002-01-15 11:28:10 +00:00
pavlov%netscape.com
7809962d93 fixing multiple reload of same image on reload. bug 108161 (and others) r=bryner sr=darin 2002-01-15 05:23:33 +00:00
pavlov%netscape.com
b48142c657 removing PHOTON define. patch from briane@qnx.com 2002-01-15 05:01:03 +00:00
mkaply%us.ibm.com
45e776844f #119798
r=mkaply, sr=blizzard
OS/2 only - defauly monospace font should be Courier
2002-01-14 21:22:37 +00:00
tor%cs.brown.edu
8180f4376d Bug 115994 - improved MNG decoder error handling. r=pavlov, sr=blizzard 2002-01-14 21:00:12 +00:00
av%netscape.com
5028936316 Fixing 119063 -- returning nsIServiceManager instead of nsIServiceManagerObsolete to a plugin, r=peterl, sr=beard 2002-01-13 04:23:57 +00:00
rods%netscape.com
ca41a066b5 This enables platforms to set a pref as to whether they allow print from print preview.
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
cathleen%netscape.com
92d4fbf218 converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp 2002-01-12 03:18:55 +00:00
bnesse%netscape.com
4585e99647 Removing files obsoleted by alecf's checkin for bug 112708. 2002-01-11 20:13:27 +00:00
bnesse%netscape.com
4e859377fb Removing files obsoleted by the checkin for bug 89137. 2002-01-11 20:12:09 +00:00
tor%cs.brown.edu
de66121ce9 Bug 116378: fix win32 byte ordering. r=pavlov, sr=blizzard 2002-01-11 03:16:44 +00:00
cathleen%netscape.com
a717ed2128 fix bug 118044, windows static build bustage. sr=waterson r=darin, timeless 2002-01-11 00:33:37 +00:00
bzbarsky%mit.edu
a5f218050b Add video/x-mng to the Accept header. Patch by Peter Janes
<peterj@liberate.com>, bug 118979, r=bzbarsky, sr=darin
2002-01-11 00:19:57 +00:00
seawood%netscape.com
df226e1213 Plugins should not be linked into static builds. 2002-01-09 23:46:06 +00:00
jfrancis%netscape.com
bbad5feb5e finish landing 92331: plaintext mailquoting improvements. 2002-01-09 23:45:29 +00:00
brade%netscape.com
b122c940c3 remove unused statics kIOServiceCID and kJARUriCID saving 32 bytes (bug 117927; rs=darin) 2002-01-09 14:32:21 +00:00
brade%netscape.com
79d2de4033 remove unused static kZipReaderCID saving 16 bytes (bug 117927; rs=darin) 2002-01-09 14:31:27 +00:00
glazman%netscape.com
68488c9353 CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin 2002-01-09 13:51:37 +00:00
av%netscape.com
cc959cab45 Bug 118801 -- incrementing plugin API version, r=peterl, sr=beard 2002-01-09 02:30:12 +00:00
beard%netscape.com
9f6edc0269 bug #118649, r=peterl, sr=sfraser 2002-01-09 02:15:50 +00:00
beard%netscape.com
e36a625871 [not part of build] CW Pro 7 format project for building classic plugin support. 2002-01-08 01:47:52 +00:00
alecf%netscape.com
5965318acb C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin 2002-01-08 01:31:25 +00:00
peterlubczynski%netscape.com
884ca52265 Fixing plugin SDK build (not part of main build), adding nsComponentManagerObsolete.h 2002-01-07 21:32:55 +00:00
ccarlen%netscape.com
525230cf76 Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com 2002-01-07 14:35:04 +00:00
bstell%ix.netcom.com
b60242e669 bug 117877, font banning slowed startup by 2%
checking for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=brendan
2002-01-06 21:26:27 +00:00
av%netscape.com
0fa45e0f2c Fixing the Tester plugin output so that Mozilla does not confuse text/plain with text/html -- not part of the build 2002-01-05 22:38:26 +00:00
av%netscape.com
b8e8d0be24 Fixing saving GUI prefs in the Tester plugin -- not part of the build 2002-01-05 22:25:32 +00:00
dbaron%fas.harvard.edu
340dd51c8c Using PR_ALIGN_OF_POINTER instead of sizeof(void*) since the preprocessor can't do math on a sizeof expression. Still fixing the same bustage. 2002-01-05 16:40:21 +00:00
dbaron%fas.harvard.edu
5ef46c09b9 Fix bustage (really?) since NSPR defines ALIGN_OF_WORD to PR_ALIGN_OF_WORD even when PR_ALIGN_OF_WORD isn't defined. 2002-01-05 15:53:51 +00:00
dbaron%fas.harvard.edu
7ef7d56867 Fix typo in alecf's previous bustage fix. 2002-01-05 14:59:05 +00:00
alecf%netscape.com
526b9354ee fix non-Mac/Win/Unix platforms by defining my own alignment where it isn't already defined 2002-01-05 08:29:55 +00:00
alecf%netscape.com
5b2108431d final fix for bug 112708 - reduce number pref allocations by using a few large buffers to hold all the prefnames
sr=brendan r=bnesse, dp
Also, clean more unnecessary routines..
2002-01-05 00:09:53 +00:00
dp%netscape.com
511f55d7ee bug 115986 Thread safe zlib allocator. r=waterson, sr=brendan 2002-01-04 05:46:48 +00:00
seawood%netscape.com
4801e1d18f Force sample plugin libs to always be built as a shared library. r=colin@theblakes.com 2002-01-03 05:32:49 +00:00
timeless%mac.com
c5b9e57b1b Bug 104075 - need X font banning
patch by Roland.Mainz@informatik.med.uni-giessen.de r=bstell@ix.netcom.com sr=jag
2002-01-03 02:13:34 +00:00
av%netscape.com
e6528812ec Fixing bustage 2002-01-02 23:42:06 +00:00
av%netscape.com
eaeb5da676 Bug 117566 -- misuse of the string routine, r=serge, sr=vidur 2002-01-02 22:32:43 +00:00
jaggernaut%netscape.com
29fc93f300 Bug 117663: dir viewer defaults to XUL. Revert to generated html since XUL version is too buggy. Patch by stephend, r=bbaetz, sr=jag 2002-01-02 11:09:05 +00:00
rods%netscape.com
7929b953f5 Switch public interfaces from nsIPrintOptions to nsIPrintSettings
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
av%netscape.com
c126f348d3 Increasing default string wrap for the tester plugin output -- not part of the build 2002-01-01 00:12:19 +00:00
seawood%netscape.com
128ac41103 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
av%netscape.com
1c9ea29dcb Removing some debug leftover from the tester plugin -- not part of the build 2001-12-31 22:06:19 +00:00
av%netscape.com
88ef8149d5 Fixing log output for the tester plugin so it does not convert to HTML format -- not part of the build 2001-12-31 20:49:06 +00:00
seawood%netscape.com
b53b3ab4eb Check local XPIDL_GEN_DIR for headers.
Fixing tinderbox bustage
2001-12-31 09:57:48 +00:00