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
seawood%netscape.com
9a028fea66
Since nothing is being exported to dist, we need to look in the local dirs for the generated headers.
...
Fixing tinderbox bustage
2001-12-31 09:46:47 +00:00
seawood%netscape.com
615cbc6703
Set NO_DIST_INSTALL in sample plugin makefiles
...
Bug #84593 r=mcafee
2001-12-31 09:06:13 +00:00
av%netscape.com
8341e05d8b
Tester plugin -- updating default URL for sample API calls, not part of the build
2001-12-29 23:04:41 +00:00
av%netscape.com
03315e5cee
Tester plugin -- updating docs, not part of the build
2001-12-29 23:02:49 +00:00