serge%netscape.com
b1c6a9d1a8
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
ef52176fe7
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
c0f0244111
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
4a4dd9b44f
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
9a412f826e
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
417035b119
fix incorrect bracing, r=beard
2002-01-31 01:32:43 +00:00
rginda%netscape.com
d3e2f40428
adding REQUIRES for unix and windows bustage, r=beard
2002-01-31 01:18:33 +00:00
beard%netscape.com
039fc1aebd
Fix for bug #118003 . r=peterl, sr=jst.
2002-01-31 00:16:20 +00:00
mkaply%us.ibm.com
34706cdc91
OS/2 only - update os2pref.js with better fonts
2002-01-30 22:05:32 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
serge%netscape.com
a150c8ccad
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
cb282240d6
fix win32 static build bustage, bug 122477 sr=waterson r=mcafee
2002-01-29 23:39:44 +00:00
cathleen%netscape.com
8dd5a02295
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
894fdcfaaf
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
c8143233c3
#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
da1bf16054
Removing ugly shockwave hack bug 115461 r=av sr=beard
2002-01-26 00:45:45 +00:00
peterlubczynski%netscape.com
26242edf35
Fix for using newer pluign if upgraded, bug 119966 r=av sr=darin
2002-01-26 00:44:47 +00:00
leaf%mozilla.org
4838fec8c8
update user agent string, bug 119973
2002-01-26 00:13:05 +00:00
naving%netscape.com
5b45fe448f
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
18c2a7d331
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
53b721de90
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
4d4bf07d78
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
526aad740d
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
97e8c20f29
bug 118061 Enabling nsRecyclingAllocator r=dveditz sr=sfraser
2002-01-24 07:00:07 +00:00
gordon%netscape.com
7687c13e73
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
237382baea
Bug 120949, disable favicons for moz1.0, r=pav, sr=blake
2002-01-19 21:53:59 +00:00
bnesse%netscape.com
5c2652315b
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
9260b0b35e
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
f2dda4b9ad
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
6a1a62ade3
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
5453750812
97157: fix typo
2002-01-16 09:27:57 +00:00
timeless%mac.com
9b8018143b
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
3b7f488702
97157: pref for new faster find code. r=jfrancis sr=kin
2002-01-16 07:07:49 +00:00
seawood%netscape.com
fa5df5e54c
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
c2f0089df2
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
1c61776f7a
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
b3f96e1a47
fixing bug 120041 r=timeless rs=darin
2002-01-16 03:23:50 +00:00
pavlov%netscape.com
97bbd37458
fixing typo with checkin from last night. r=danm sr=darin
2002-01-16 02:57:55 +00:00
bstell%ix.netcom.com
4305b20a78
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
ef69371303
Fix for variable names in NPP_HandelEVent, bug 118789 r=av, sr=beard
2002-01-15 22:45:56 +00:00
rods%netscape.com
10216ea535
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
b6fbe2fb32
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
2cd5803fe0
removing PHOTON define. patch from briane@qnx.com
2002-01-15 05:01:03 +00:00
mkaply%us.ibm.com
2210be6a4d
#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
27941b6983
Bug 115994 - improved MNG decoder error handling. r=pavlov, sr=blizzard
2002-01-14 21:00:12 +00:00
av%netscape.com
da4dbb94c7
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
68e2a5beb1
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
c2d19ad82a
converted 271 references to nsCRT::memcpy to memcpy, bug 118135 r=dp
2002-01-12 03:18:55 +00:00
bnesse%netscape.com
6d085a53be
Removing files obsoleted by alecf's checkin for bug 112708.
2002-01-11 20:13:27 +00:00
bnesse%netscape.com
63af2ddd81
Removing files obsoleted by the checkin for bug 89137.
2002-01-11 20:12:09 +00:00
tor%cs.brown.edu
f16e8dbdbf
Bug 116378: fix win32 byte ordering. r=pavlov, sr=blizzard
2002-01-11 03:16:44 +00:00
cathleen%netscape.com
b5ee5395f8
fix bug 118044, windows static build bustage. sr=waterson r=darin, timeless
2002-01-11 00:33:37 +00:00
bzbarsky%mit.edu
cc9a8db1e4
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
ae297b8126
Plugins should not be linked into static builds.
2002-01-09 23:46:06 +00:00
jfrancis%netscape.com
d4d607b690
finish landing 92331: plaintext mailquoting improvements.
2002-01-09 23:45:29 +00:00
brade%netscape.com
369b43f6c1
remove unused statics kIOServiceCID and kJARUriCID saving 32 bytes (bug 117927; rs=darin)
2002-01-09 14:32:21 +00:00
brade%netscape.com
1ec093a75d
remove unused static kZipReaderCID saving 16 bytes (bug 117927; rs=darin)
2002-01-09 14:31:27 +00:00
glazman%netscape.com
e33a80b378
CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin
2002-01-09 13:51:37 +00:00
av%netscape.com
86023b43eb
Bug 118801 -- incrementing plugin API version, r=peterl, sr=beard
2002-01-09 02:30:12 +00:00
beard%netscape.com
d3bc226a3a
bug #118649 , r=peterl, sr=sfraser
2002-01-09 02:15:50 +00:00
beard%netscape.com
8f5275bbe6
[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
72507557e8
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
0a59a6a336
Fixing plugin SDK build (not part of main build), adding nsComponentManagerObsolete.h
2002-01-07 21:32:55 +00:00
ccarlen%netscape.com
0f9cb6c5fc
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2002-01-07 14:35:04 +00:00
bstell%ix.netcom.com
b35afbbd97
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
2122248b2b
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
2913efda86
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
aac13062de
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
23446adef4
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
c33fa78511
Fix typo in alecf's previous bustage fix.
2002-01-05 14:59:05 +00:00
alecf%netscape.com
3b302f95e8
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
480e6bab51
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
658193bc62
bug 115986 Thread safe zlib allocator. r=waterson, sr=brendan
2002-01-04 05:46:48 +00:00
seawood%netscape.com
0a87c1ecf8
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
545e6b8214
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
fcba443d63
Fixing bustage
2002-01-02 23:42:06 +00:00
av%netscape.com
8deeaac884
Bug 117566 -- misuse of the string routine, r=serge, sr=vidur
2002-01-02 22:32:43 +00:00
jaggernaut%netscape.com
7ccb0821a1
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
1fde5f13f3
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
bf90ade619
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
e5fc3853f2
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
07981ce8e3
Removing some debug leftover from the tester plugin -- not part of the build
2001-12-31 22:06:19 +00:00
av%netscape.com
b5963d6377
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
2b4ec6d8d6
Check local XPIDL_GEN_DIR for headers.
...
Fixing tinderbox bustage
2001-12-31 09:57:48 +00:00
seawood%netscape.com
c22237cb4d
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
f9f005f30c
Set NO_DIST_INSTALL in sample plugin makefiles
...
Bug #84593 r=mcafee
2001-12-31 09:06:13 +00:00
av%netscape.com
8b3fbe9c3a
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
76a9aa8b8b
Tester plugin -- updating docs, not part of the build
2001-12-29 23:02:49 +00:00
av%netscape.com
e2b7e90b7e
Tester plugin updating docs -- not part of the build
2001-12-29 22:59:46 +00:00
av%netscape.com
5d42b1e824
Bug 17732 -- fixing streaming API from plugin to browser, some formatting fixed, r=peterl, sr=rpotts
2001-12-29 22:10:07 +00:00
mcafee%netscape.com
f0280c8740
Ignore generated files.
2001-12-29 03:52:41 +00:00
av%netscape.com
dc86774193
Tester plugin -- correcting the length of the data buffer, not part of the build
2001-12-28 23:55:57 +00:00
sspitzer%netscape.com
0dcbb7476e
add support for addressbook quick search, part of bug #83023 .
...
add the "Search" menu item to the addressbook and do a little code cleanup.
r/sr=bienvenu
2001-12-27 23:05:57 +00:00
peterlubczynski%netscape.com
5811457b66
Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build
2001-12-27 19:22:11 +00:00
peterlubczynski%netscape.com
f152c970bc
Updating windowless plugin sdk sample to beep on keyboard events, not part of the build
2001-12-27 18:46:36 +00:00
naving%netscape.com
01603a864f
116427 r=av sr=mscott. fix leaking name and description upon loading each plugin.
2001-12-26 21:22:07 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
mkaply%us.ibm.com
77e79ce71c
#113592
...
r=pavlov, sr=blizzard (OS/2 only change)
#ifdef XP_WIN needs to be XP_OS2 as well
2001-12-23 03:21:15 +00:00
sspitzer%netscape.com
404e12e054
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
varada%netscape.com
8355970f24
bug#112213 -adding timeline pref to mailnews; sr=mscott
2001-12-21 23:21:50 +00:00
bnesse%netscape.com
5234452a4b
Fix for bug 89137. Remove autoconfig from preferences library. Patch by mitesh, r=bnesse/dmose. sr = alecf.
2001-12-21 22:29:31 +00:00
dp%netscape.com
3544a76440
bug 116191 Making nsZipItem a member of nsJarInputStream rather than a
...
pointer. Saves a 16 byte allocation on per jar file read. r=darin, sr=dveditz
2001-12-21 05:57:39 +00:00
av%netscape.com
b47affb454
Updating Plugin SDK readme file -- not part of the build
2001-12-21 02:49:58 +00:00
av%netscape.com
2510d419d9
Updating makefile for the new sample code in the Plugin SDK -- not part of the build
2001-12-21 02:41:46 +00:00
av%netscape.com
db66e88016
makefile for windowless sample -- not part of the build
2001-12-21 02:34:43 +00:00
av%netscape.com
949ce436a2
Adding windowless plugin sample code to the Plugin SDK -- not part of the build yet
2001-12-21 02:29:19 +00:00
av%netscape.com
04eafdfb82
Adding test case for windowless plugin sample code -- not part of the build
2001-12-21 02:25:57 +00:00
rjesup%wgate.com
2212861db9
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
morse%netscape.com
7a287a04bd
bug 114895, repeatedly asks for master password, r=sgehani, sr=alecf
2001-12-20 23:31:55 +00:00
seawood%netscape.com
5a20182a2c
Wrap debug spew in DEBUG_dp ifdef
2001-12-20 11:53:21 +00:00
peterlubczynski%netscape.com
133743628e
Remove 68k junk from Mac plugin SDK header, not part of the build
2001-12-20 08:07:57 +00:00
dp%netscape.com
2a3196ce7e
Fixing mac bustage.
2001-12-20 07:32:00 +00:00
peterlubczynski%netscape.com
02df67bc6d
Reverse the internal linked list of plugins after scanning in order to get loading precendence correct. bug 115337 r=av, sr=beard
2001-12-20 06:54:07 +00:00
dp%netscape.com
f25959a741
bug 115752 Eliminate 1 8k and 2 4k allocations per gif by using a
...
caching gif allocator that reuses previously allocated
memory. r=pavlov, sr=sfraser
2001-12-20 06:35:18 +00:00
darin%netscape.com
ad5e6b3799
fixes bug 115222 "jar protocol handler should be cached in the io service"
...
r=dp, sr=mscott
2001-12-20 03:46:21 +00:00
jj%netscape.com
64c3a6bcf3
bug #114686 : bumping user agent to 0.9.7+ (trunk)
2001-12-19 23:10:04 +00:00
peterlubczynski%netscape.com
e43c3af5ec
Fix for propigating stream destruction reason code to NPP_DestroyStream bug 115119 r=av sr=attinasi
2001-12-19 05:48:38 +00:00
dougt%netscape.com
91f4daa400
missing #include - fixing build bustage
2001-12-19 01:30:27 +00:00
dougt%netscape.com
a5cfa06eef
Fixing build bustage. this should not have been checked in
2001-12-19 00:46:22 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
timeless%mac.com
b5243401f2
Bugzilla Bug 111830 freeze/hang when retrieving malformed response for GET /favicon.ico
...
patch by cbiesinger@web.de r=pavlov sr=hyatt
2001-12-18 13:27:52 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
mscott%netscape.com
44f0e8c4cf
Bug #108118 --> don't render moz-icons if we are using 8 bit or less color
...
since we really haven't implemented the code to make them render yet.
r=pavlov
sr=sspitzer
2001-12-17 23:03:47 +00:00
tor%cs.brown.edu
1d663a47da
Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
...
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
2df17e0579
Remove timer from REQUIRES, the makefile.win edition
2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
1886ca82f6
Remove timer from REQUIRES. r=pavlov
2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
peterlubczynski%netscape.com
e39fd3e23f
Updating Mac Plugin SDK Projects to XML, not part of the build.
2001-12-15 21:03:24 +00:00
darin%netscape.com
8ae165dd35
fixes bug 115164 "nsJARURI::FormatSpec does more work than it needs to do"
...
r=dp, sr=jag
2001-12-15 20:34:07 +00:00
peterlubczynski%netscape.com
d4b5f94a09
Updating Mac plugin SDK sample, not part of the build
2001-12-15 18:40:35 +00:00
peterlubczynski%netscape.com
6cad57a3d2
Removing 68k stuff from Mac SDK samples, not part of the build.
2001-12-15 18:39:50 +00:00
seawood%netscape.com
f05b4490d6
Declaring callback functions appropriately.
...
Fixing OS/2 tinderbox bustage
2001-12-15 13:15:24 +00:00
dp%netscape.com
fea4221136
bug 113393 zlib allocator implementation. Eliminates about 1200+
...
allocations done by zlib by recycling previously allocated
memory. r=darin sr=dveditz
2001-12-15 06:31:49 +00:00
rjc%netscape.com
7b72504aa0
Attempt to fix non-carbon Mac bustage... link against IconServicesLib.
2001-12-15 02:53:38 +00:00
rjc%netscape.com
8557584704
Fix bugs 113745, 113742 and 114811: all regarding "moz-icon:". Fix up XP_MAC code to use Mac OS's Icon Services, and expose platform icons in file:/// display and search panel (and search preferences panel). Mixture of r/srs: sdagley, ben, and smfr
2001-12-15 01:59:50 +00:00
darin%netscape.com
87936be2d0
fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz
2001-12-14 22:54:56 +00:00
peterlubczynski%netscape.com
dd965ee11a
Fixing GetParameters() back to the way it was, returning success for zero parameters bug 114973 r=av sr=beard a=brendan
2001-12-14 03:52:12 +00:00
ssu%netscape.com
9fc1685f86
fixing bug 114076 - labels migration and new profile issues. r=bhuvan, sr=sspitzer, a=asa
2001-12-14 02:57:31 +00:00
peterlubczynski%netscape.com
c4f9954935
Fixing full-page plugins, blocker bug 114808 r=dcone sr=attinasi, a=nhotta (sheriff)
2001-12-12 18:50:16 +00:00
peterlubczynski%netscape.com
0698d494e6
Fixing bustage...
2001-12-12 05:39:46 +00:00
mkaply%us.ibm.com
e8ac5af963
OS2 bustage
2001-12-12 03:44:20 +00:00
peterlubczynski%netscape.com
5f2338ad71
Fix for hang during Shockwave registration and problems with NPN_PostURL bug 108966 r=av sr=darin
2001-12-12 01:38:02 +00:00
jdunn%netscape.com
1526f5489c
fixing tinderbox bustage
...
gMochaPrefObject should not be declared extern here if declared static in
prefapi.cpp
2001-12-12 01:19:24 +00:00
alecf%netscape.com
27aa6c93b0
fix xml project - somehow this didn't make it through "patch" correctly
2001-12-11 23:02:06 +00:00
alecf%netscape.com
f00e98e8f8
big libpref cleanup: remove lots and lots of unused functions
2001-12-11 22:41:19 +00:00
bnesse%netscape.com
11fd2ad761
Fix for bug 113927. Remove use of nsIFileSpec's when reading preferences files. r=alecf, sr=sfraser.
2001-12-11 22:19:53 +00:00
mstoltz%netscape.com
15ea4ed59c
Bug 52920 - allow cross-origin access to the frames array and the top, parent,
...
length, and opener properties. patch by jst. r=mstoltz, sr=brendan.
2001-12-11 21:07:36 +00:00
peterlubczynski%netscape.com
2b5d4b69cd
Attempting to fix nebiros bustage....
2001-12-11 19:28:57 +00:00
peterlubczynski%netscape.com
99254c4720
Fixing the way we pass attributes and parameters to plugins, bug 103940 r=av sr=beard
2001-12-11 15:53:07 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
5be3015148
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
31d6aca7e7
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
ccarlen%netscape.com
b4f1e83674
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 04:54:47 +00:00
ccarlen%netscape.com
9fe1e910d1
Missed these with checkin for 98349.
2001-12-10 23:29:34 +00:00
ccarlen%netscape.com
0766c35c7f
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
773577e3b8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
eec09f1b7d
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
ccarlen%netscape.com
2d15ad27bc
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:25:12 +00:00
timeless%mac.com
56c6ddc112
Bugzilla Bug 84568 xlib port does not support netscape plugins
...
patch work by timecop@network.email.ne.jp and Roland.Mainz@informatik.med.uni-giessen.de
r=timeless, sr=beard
2001-12-10 01:22:29 +00:00
bryner%netscape.com
81338956eb
Fixing an uninitialized variable warning. bug 114243, r=dbaron, sr=shaver.
2001-12-08 22:23:39 +00:00
bzbarsky%mit.edu
a30b4f1789
take out the accidental useragent.override change. Bug 114208,
...
r=bbaetz,hwaara, sr=shaver
2001-12-08 22:02:34 +00:00
av%netscape.com
b15b820aeb
Fixing bug 113264 -- making NPPrint struct compatible with older versions of plugins, r=peterl, sr=beard
2001-12-08 01:13:05 +00:00
darin%netscape.com
45989119b4
fixes bug 83471 "Redirection loops"
...
r=bbaetz@cs.mcgill.ca
sr=rpotts@netscape.com
2001-12-08 00:23:04 +00:00
pete%alphanumerica.com
c7055f2543
b=77933, r=ccarlen, sr=jst
...
nsIFile::CreateUnique() has unused parameter
removed unused parameter
/**
WARNING commercial tree has one hit for this API change
*/
--pete
2001-12-07 23:06:51 +00:00
ssu%netscape.com
30ff878a2e
fixing bug 81292 - RFE: Labels feature to help users organize their messages. r=sspitzer, sr=beinvenu
2001-12-07 21:37:22 +00:00
blythe%netscape.com
6a652df20a
fix linux build bustage that I caused with recent checkin
2001-12-07 02:08:57 +00:00
seawood%netscape.com
4de9a60929
Fixing typo & tindebrox bustage
2001-12-07 01:45:19 +00:00
blythe%netscape.com
1de419dbb5
Fix bug 109157, nsZipArchive::BuildFileList footprint reduction
...
R=dp, SR=dveditz,alecf
2001-12-07 01:16:20 +00:00
av%netscape.com
e767b91f71
Fixing bug 111383 -- crash on start up when there is a plugin with missing mime description string, r=peterl, sr=attinasi
2001-12-07 00:42:33 +00:00
bnesse%netscape.com
024f935e80
Fix for bug 107617. Fix pref observation on a non top level branches. r=ccarlen, sr=alecf.
2001-12-06 19:49:38 +00:00
seawood%netscape.com
61040de4ca
Fix bustage that occurs when building with multiple toolkits but not having gtk as the default toolkit.
2001-12-06 10:32:10 +00:00
av%netscape.com
e2aea7fa9c
Updating readme file for the Plugin SDK -- not part of the build
2001-12-06 02:52:06 +00:00
av%netscape.com
9077cdf0ea
Addressing bug 112508 -- incrementing a version constant, r/sr=dp
2001-12-06 02:30:23 +00:00
darin%netscape.com
6f25a00b82
fixes bug 71005 "Memory leak in implementation of nsJARURI"
...
patch=badami@netscape.com
r=gordon@netscape.com
sr=darin@netscape.com
2001-12-06 01:20:33 +00:00
dbaron%fas.harvard.edu
4c3f787bbd
Tweaking XP_MACOSX ifdefs in a few more places, including a fix for background image clipping. b=111795 r=pinkerton sr=sfraser
2001-12-06 00:09:21 +00:00
bbaetz%cs.mcgill.ca
50e7519779
Bug 43567 - ftp keeping connections alive forever
...
r=dougt, sr=darin
2001-12-06 00:02:24 +00:00
peterlubczynski%netscape.com
db0955a93f
JRE auto-detection needs to be version specific, bug 108957 r=curt sr=darin
2001-12-05 06:13:15 +00:00
leaf%mozilla.org
99e99b9ff7
remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron
2001-12-05 03:43:29 +00:00
av%netscape.com
1a4423aedb
Changing CPP_OBJS to OBJS in makefile.win -- not part of the build
2001-12-05 02:24:34 +00:00
alecf%netscape.com
b8146c2097
fix bug 112708, take two
...
use nsCAutoString instead of PR_smprintf to reduce pref shutdown notifications by 3x
r=bnesse, sr=brendan
2001-12-04 22:01:22 +00:00
alecf%netscape.com
806cca8f70
back myself out to fix blocker 113482
2001-12-04 20:34:03 +00:00
alecf%netscape.com
32e3bec165
further fixes for bug 112708 r=bnesse sr=dveditz
...
instead of using PR_smprintf to construct each user_pref line to the preferences, store it all in a smart cconcatination string - reduces pref allocations at shutdown by 3x
2001-12-04 15:44:38 +00:00
alecf%netscape.com
3189918f44
first part of fix for bug 112708 r=bnesse, sr=brendan
...
switch prefs from PLHash to PLDHash
2001-12-04 01:52:44 +00:00
jdunn%netscape.com
6fc5642c87
fixing hp-ux tinderbox orange and aix build bustage
...
when functions are defined they shouldn't be defined extern
and when declaring externs, they should be declared globably
r=bnesse@netscape.com
sr=alecf@netscape.com
# 113319
2001-12-03 23:04:29 +00:00
av%netscape.com
a382c7ce84
Preparing the Plugin SDK to become a part of the regular build. It is not yet.
2001-12-03 02:46:10 +00:00
av%netscape.com
763a1cae1a
Preparing the Plugin SDK to become a part of the build, it is not yet.
2001-12-02 23:39:03 +00:00
bryner%netscape.com
c6710c2ac8
Removing unused useViewManager2 default pref. rs=ben.
2001-12-02 22:09:09 +00:00
av%netscape.com
f9e2e0e08a
Preparing pluign SDK for becoming a part of the build (it is not yet).
2001-12-02 00:14:05 +00:00
bryner%netscape.com
7f8388a91b
Removing unused silentdownload prefs. r=shaver, rs=ben.
2001-12-01 21:03:12 +00:00
mkaply%us.ibm.com
bf3383c7db
put PL_strtok_r in to try to fix HPUX bustage
2001-12-01 14:58:54 +00:00
dp%netscape.com
6e5c432bff
bug 112312 Removing 32k-1 allocs when reading jar files. Saves a bunch
...
of time (about 10% on win2k) on startup. r=cathleen,dveditz sr=darin
2001-12-01 00:50:13 +00:00
mkaply%us.ibm.com
7aad661ac0
#112359
...
r=mkaply, sr=blizzard
OS/2 only - crash if you don't have font Times New Roman MT 30 installed
2001-11-30 22:43:52 +00:00
mkaply%us.ibm.com
3664d502b7
No bug - cleanup - remove unnecessary XP_OS2_HACK and XP_OS2
2001-11-30 21:00:43 +00:00
mkaply%us.ibm.com
7f74ad0a9c
Taking cls suggestion - just include string.h
2001-11-30 20:48:13 +00:00
mkaply%us.ibm.com
6e25b07bb9
Attempt to fix HPUX bustage - use PL_strtok_r instead of strtok_r
2001-11-30 20:41:49 +00:00
mkaply%us.ibm.com
a8f4241b69
Preemptively fix OS/2 bustage that will be caused by prefapi change
2001-11-30 18:56:56 +00:00
alecf%netscape.com
913ced766e
for bug 112708, sr=dveditz, r=bnesse move prefapi.c to prefapi.cpp
2001-11-30 18:43:43 +00:00
alecf%netscape.com
4c15d86e01
for bug 112708, sr=dveditz, r=bnesse convert prefapi.c to C++
2001-11-30 18:42:41 +00:00
dveditz%netscape.com
314061fded
Free bloated component registry buffer after XPCOM init (bug 76329)
...
r=dougt, sr=shaver
2001-11-30 07:50:03 +00:00
peterlubczynski%netscape.com
e0dfc1a1a8
Fixing up simple Mac Plugin SDK sample. not part of the build
2001-11-30 04:49:46 +00:00
peterlubczynski%netscape.com
c24a0d265e
Mac Plugin SDK Scriptable plugin project file fix for Classic
2001-11-30 04:42:30 +00:00
peterlubczynski%netscape.com
2fa0475939
Removing debug prefix file from Mac Plugin SDK. not part of the build
2001-11-30 04:33:25 +00:00
peterlubczynski%netscape.com
3ebac15848
Fixing up Mac Plugin SDK Basic Sample Project for Classic. Not part of the build.
2001-11-30 04:12:42 +00:00
peterlubczynski%netscape.com
55fed314e8
Removing Mac Plugin SDK resource, not part of build.
2001-11-30 04:07:47 +00:00
peterlubczynski%netscape.com
c6ec8244ea
Removing Mac Plugin SDK project file. Not part of the build.
2001-11-30 04:06:44 +00:00
av%netscape.com
b21832aabb
Updating readme.txt for the plugin SDK, not part of the regular build
2001-11-30 00:35:58 +00:00
alecf%netscape.com
7f55e4ce48
for bug 112708, add an #include so this can be compiled by prefapi.cpp
...
sr=dveditz, r=bnesse
2001-11-29 23:56:38 +00:00
alecf%netscape.com
759cd7b18d
for bug 112708, add a bunch of casts so this file can also be compiled as C++
...
sr=dveditz, r=bnesse
2001-11-29 23:55:27 +00:00
dougt%netscape.com
34620a6326
fixed bug 112345. JAR Channel does not cache mime service. r=neeti@netscape.com, sr=darin@netscape.com
2001-11-29 22:29:00 +00:00
dp%netscape.com
6946cf244d
backing out previous change. Causes installer to fail with crc
...
errors.
2001-11-29 14:51:50 +00:00
peterlubczynski%netscape.com
2547039abf
Fix for always loading the Java VM for embed tag, patch by nis@sparc.spb.su (Igor Nekrestyanov) bug 94023 r=peterl sr=beard
2001-11-29 05:14:11 +00:00
rods%netscape.com
5dd1effd6e
Enabling the specifying of the gap around the page and an offset from the edge of the page
...
Bug 102596 r=dcone sr=attinasi
2001-11-28 15:07:56 +00:00
dbaron%fas.harvard.edu
88c03c4196
Make nsSharable[C]String writable by overriding appropriate methods. Ensure that it doesn't store null buffer handle pointer internally, and override get() on nsXPIDL[C]String for backwards-compatibility. Collapse nsSharedBufferHandle and nsFlexBufferHandle into nsSharedBufferHandle which knows its length but can't have a storage start distinct from its data start. Convert string users who were working around broken nsSharableString::Assign back to using it. b=104663, 100751, 74726 r=jag sr=scc
2001-11-28 05:22:57 +00:00
dp%netscape.com
ca143569d4
bug 112312 removing 32k allocs from libjar. darin&dp r=dbaron, sr=darin
2001-11-28 03:23:16 +00:00
cathleen%netscape.com
4c24eb719c
fix bustage in win32 static build, and also it's run-time err, unable to get
...
textService, bug 111062 r=dbaron sr=darin
2001-11-28 02:36:27 +00:00
peterlubczynski%netscape.com
ae4ae450c2
More Mac Plugin SDK changes. NOT PART OF BUILD
2001-11-28 01:56:31 +00:00
peterlubczynski%netscape.com
419d8f6b7b
Plugin SDK changes for Mac. NOT PART OF BUILD
2001-11-28 01:01:38 +00:00
mkaply%us.ibm.com
9744cbf722
#108280
...
r=mkaply, sr=blizzard
OS/2 only - code from Javier Pedemonte to get our fonts back after 99010
2001-11-27 22:47:21 +00:00
peterlubczynski%netscape.com
ae112f5bf2
Fixing warnings on Win32 in PluginSDK, NOT PART OF BUILD.
2001-11-27 22:45:59 +00:00
peterlubczynski%netscape.com
6637f1a47b
Plugin SDK changes for Mac. NOT PART OF BUILD
2001-11-27 22:38:48 +00:00
peterlubczynski%netscape.com
eed1b8a977
Plugin SDK changes for Mac, NOT PART OF BUILD
2001-11-27 22:36:30 +00:00
peterlubczynski%netscape.com
9768ab365d
Plugin SDK changes for Mac Carbon. NOT PART OF BUILD
2001-11-27 22:34:49 +00:00
av%netscape.com
4d9ae4379b
Fixing bug 108246 -- special chars in plugin property strings break our plugin management mechanism, r=dp, sr=dveditz
2001-11-27 01:39:21 +00:00
dp%netscape.com
569536854f
marking pref file load times in timeline. For timeline builds only.
2001-11-27 01:39:09 +00:00
cmanske%netscape.com
7a8c16063f
Remove pref to change delete key behavior for selected cells, b=95633, r=syd, sr=dveditz
2001-11-26 21:07:55 +00:00
timeless%mac.com
7873addd19
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
jband%netscape.com
310a45d916
trivial patch to avoid string assertions when entry is empty rs=jband
2001-11-22 23:32:49 +00:00
kaie%netscape.com
21b3e32ba6
b=84947 New print dialog for Unix and OS/2
...
r=cls/rods/mkaply/pchen sr=roc+moz
Checking in for Roland.Mainz@informatik.med.uni-giessen.de
2001-11-22 10:00:44 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
dbaron%fas.harvard.edu
06a9134497
Tweak ifdefs to fix ICOs for Mach-O build. b=109165 rs=hyatt
2001-11-21 00:27:01 +00:00
pavlov%netscape.com
47f8a32574
better hack for crash due to recent versions of gcc's poor optimization + inlining skills. bug 106891. patch from simm0@ii.net. r=pavlov sr=brendan
2001-11-21 00:16:21 +00:00
peterlubczynski%netscape.com
b5240b0e6a
Stop including Realplayer in 4.x plugin scan bug 110916 r=av sr=attinasi
2001-11-20 23:06:50 +00:00
peterlubczynski%netscape.com
c32ba1e3cf
Code cleanup. bug 109039 r=av sr=beard
2001-11-20 02:17:53 +00:00
peterlubczynski%netscape.com
ecb31cbc1f
Fix for not weeding out plugin duplicates because we were only checking the filename. Now, do a deep comparison of the name, description, and order of mime types. This will prevent two plugins with these same properties but with diferent names from loading. bug 110781 r=av sr=beard
2001-11-20 01:19:33 +00:00
timeless%mac.com
6d3a2bd442
Bugzilla Bug 108271�Support RLE compression and bitfields for the BMP Decoder
...
This patch adds bitfields support.
Only 5-5-5 and 5-6-5 16-bit BMPs and 8-8-8 32-bit BMPs are supported;
patch by cbiesinger@web.de r=pavlov, sr=tor
2001-11-19 23:15:27 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
bstell%netscape.com
ed91682779
enable anti-aliased scaled bitmaps now that tinderbox has settled
...
see bug 90813
2001-11-18 00:30:01 +00:00
bstell%netscape.com
2b40ee6dbf
the way bloat and times are reported just changed
...
I want a clear before and after so I am turning off AASB
and will turn on in a bit
2001-11-17 22:21:02 +00:00
bstell%netscape.com
f3e13007ab
enable anti-aliased scaled bitmap fonts
...
see: bug 90813 (bug 107018, bug 107019, bug 107020, bug 107025)
2001-11-17 21:57:46 +00:00
bstell%netscape.com
135ce3097a
add preference setting for Anti-aliased scaled bitmap fonts (AASB)
...
bug 107020
(AASB currently disabled)
2001-11-17 19:57:12 +00:00
ccarlen%netscape.com
0f1901b294
Bug 77231 - find plugins using directory service. r=av/sr=waterson
2001-11-17 15:26:02 +00:00
ccarlen%netscape.com
72d2421b98
Adding new files for bug 77231 - find plugins using directory service. r=av/sr=waterson
2001-11-17 15:22:46 +00:00
bzbarsky%mit.edu
ef8eea7cd1
Bump version to 0.9.6+. Bug 110229, patch from Doron Rosenberg
...
<doronr@naboonline.com>, r=bzbarsky, sr=blizzard
2001-11-17 02:15:52 +00:00
morse%netscape.com
21e9ebf9aa
bug 104894, parsing p3p compact policies, r=harishd, sr=alecf
2001-11-16 15:05:53 +00:00
brendan%mozilla.org
c8d4039929
Makefile should be ignored.
2001-11-16 06:43:02 +00:00
dp%netscape.com
fc9c6f813b
Satisfying compilers...
2001-11-16 03:37:15 +00:00
beard%netscape.com
565e45dfb7
fix for bug #100151 , r=peterl, sr=waterson
2001-11-16 02:52:22 +00:00
dp%netscape.com
cd2ff2480a
bug 108071 Eliminate 4000 calls to malloc by using copy getters of
...
registry. r=dveditz, sr=sfraser
2001-11-16 02:38:23 +00:00
danm%netscape.com
422544d484
adding an nsILoadGroup parameter to nsIDocumentLoaderFactory::CreateBlankDocument. bug 88229 r=jst,rpotts
2001-11-16 02:06:56 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
rods%netscape.com
f583991209
Added image animation mode constants to imgIContainer.IDL,
...
Changed the animation mode enum to PRUint16 (removed the enum) in nsIPresContext so we could use the constants
from imgIContainer. (changes from dcone's review comments)
Bug 2586 r=dcone sr=attinasi
2001-11-14 14:03:09 +00:00
darin%netscape.com
98a39fa92e
patch for bug 107789 "deprecate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-14 06:45:27 +00:00
serge%netscape.com
fb3ba7184c
bug#99080 using plugger, makes the temp file huge; r=peterl; sr=dougt
2001-11-14 02:15:57 +00:00
av%netscape.com
cbf2756307
109973 -- passing plugin creation parameters to the plugin instance, not part of the build
2001-11-14 01:54:11 +00:00
av%netscape.com
c6f11f36ba
109973 -- SDK sample code, passing plugin creation parameters to the plugin instance, not part of the build
2001-11-14 01:47:28 +00:00
hyatt%netscape.com
4d95884d35
Turn on favicons in Mozilla. r=glazou, bryner, sr=ben,hewitt, bug 109843
2001-11-13 08:55:23 +00:00
hyatt%netscape.com
fbc4544c49
Turn off favicon.ico and remove support for turning it on from the UI. r=hixie, sr=ben, a=asa
2001-11-08 05:06:48 +00:00
hyatt%netscape.com
64a1fd2289
Fix for 32087, custom icon support in tabs and url bar. r=andreww, sr=hewitt
2001-11-07 06:40:04 +00:00
joki%netscape.com
b4efb85460
Fix for 71705, stop right click from triggering onclick handlers in base html content, though not in xml/xul/chrome. reviewed a while ago, lost in tree. r:saari,sr:hyatt
2001-11-07 06:29:29 +00:00
dbaron%fas.harvard.edu
261f76a8ba
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
mkaply%us.ibm.com
28d18fc5fe
OS/2 only - let's be more like Windows
2001-11-07 05:11:34 +00:00
attinasi%netscape.com
47cf989a63
Default value for pref to override broken-image layout. b=102281 r=kmcclusk sr=waterson
2001-11-07 05:05:52 +00:00
hyatt%netscape.com
25da906699
Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson
2001-11-07 03:28:51 +00:00
hyatt%netscape.com
8254cc8baf
Fix for 108318 make ICO decoder non-incremental. r=pav, sr=waterson
2001-11-07 03:27:58 +00:00
peterlubczynski%netscape.com
4527faeedf
Fix for NPN_PostURL not always working correctly [like with binary file data] bug 105417 r=av sr=darin
2001-11-07 03:03:04 +00:00
dbaron%fas.harvard.edu
868051c43b
Let's not put crucial XP includes in |#ifdef XP_WIN|. Fixing bustage.
2001-11-07 01:32:44 +00:00
peterlubczynski%netscape.com
59eb3f4d2e
Fix for when the browser calls "Destroy" twice for some XPCOM plugins bug 104038 r=av sr=attinasi
2001-11-07 01:12:14 +00:00
peterlubczynski%netscape.com
9f4a43bdfe
Fix for using OS temp directory for plugin temporary files instead of profile bug 104859 r=av sr=darin
2001-11-07 01:00:24 +00:00
sfraser%netscape.com
a68ded019a
Clean up after my wonky fixing of the DefaultPlugin project yesterday, and CVS remove the checked in binary (bug 108223).
2001-11-07 00:02:42 +00:00
av%netscape.com
4c8964fbda
Bug 106435 -- handling booleans passed in NPN_SetVariable in backward compatible way, r=peterl, sr=waterson
2001-11-06 23:45:01 +00:00
peterlubczynski%netscape.com
dbef293a6d
Fix for loading Carbon plugins that also have a mainRD exported. Fixes load problems with Carbon Shockwave Director bug 106070 r=beard sr=sfraser
2001-11-06 23:42:35 +00:00
darin%netscape.com
b917ad6df8
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
blizzard%redhat.com
798f3859c5
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
darin%netscape.com
803d882528
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
sfraser%netscape.com
ba97c58579
Fix NullPlugin.mcp to build in a Carbon debug build; renaming it to DefaultPlugin.mcp and fixing prefix files. r=beard, sr=fm
2001-11-06 01:45:15 +00:00
danm%netscape.com
46e1db7271
initial (disabled) cut at creating about:blank documents synchronously. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:24:39 +00:00
beard%netscape.com
fa18bdc179
fix pluginClassic bustage, r=peterl, sr=sfraser
2001-11-05 14:30:05 +00:00
hyatt%netscape.com
aa0298bbf8
108318, tweaks/cleanup to ICO decoder. r=pav, sr=jst
2001-11-05 08:38:21 +00:00
bhart00%yahoo.com
51e8651455
Fix for bug 96786, r=bryner sr=blake
2001-11-05 05:15:21 +00:00
darin%netscape.com
929e70869f
fixes bug 103070 "No new connections issued when waiting for timeout"
...
r=bbaetz, sr=mscott
2001-11-04 05:46:06 +00:00
rods%netscape.com
760f64245a
Initial check in for print preview work it is complied in for Windows and linix only
...
The bulk of print preview can be turned on/off with NS_PRINT_PREVIEW define
Bug 107562 r=kmcclusk sr=attinasi
2001-11-03 14:59:39 +00:00
rods%netscape.com
199fad027b
change &P to &PT so page totals print at bottom
...
Bug 107340 r=self sr=attinasi
2001-11-03 13:05:09 +00:00
hyatt%netscape.com
3e07b91e11
Fixing 18502, I misapplied the patch and checked in duplicate lines of code. Backing out.
2001-11-03 12:00:32 +00:00
hyatt%netscape.com
78ac7bde5b
Fix nebiros bustage.
2001-11-03 09:50:31 +00:00
hyatt%netscape.com
92dff5e7ec
Fix for 18502, Christian Biesinger's BMP decoder and my ICO decoder. r/sr=pavlov,jband
2001-11-03 07:10:51 +00:00
sspitzer%netscape.com
0e6fcbe54c
add back a default pref. not sure why ducarroz removed it. sr=no one
2001-11-03 05:39:53 +00:00
seawood%netscape.com
608397c634
Not sure why we're bothering to remove the prefs on a 'make clean' but we should at least use the right dir to remove them from.
...
Bug #68117
2001-11-03 05:12:57 +00:00
ducarroz%netscape.com
01320bb2a3
Fix for bug 104989: Allow the compose window to be recycled instead of closing it, that will save us precious time next time we need a new compose window. R=varada, SR=sspitzer
2001-11-03 04:44:43 +00:00
seawood%netscape.com
c79715ed1b
Backing out fix for remote mach-o builds as it left mach-o builds fragile.
...
Add TK_CFLAGS back to default CFLAGS/CXXFLAGS.
Bug #107696
2001-11-03 03:29:05 +00:00
bzbarsky%mit.edu
3ae6123d04
Add a pref (layout.frames.force_resizability) to force frames to be
...
resizable. Bug 105797, r=hyatt, sr=attinasi
2001-11-02 02:19:49 +00:00
av%netscape.com
1b6cfe2225
Bug 96245 -- xp'zation of dir separator symbol in the spy plugin, not part of the build
2001-11-02 01:58:46 +00:00
brade%netscape.com
a025322e1e
(not yet part of the build); add nsICODecoder.cpp for hyatt/biesi (bug #18502 )
2001-11-01 15:46:10 +00:00
ccarlen%netscape.com
a02542933b
Bug 89465 - Infinite loop in PL_HashTableEnumerateEntries. Added code to use PL_HashTableLookupConst when enumerating the hash table. r=bnesse/sr=brendan@mozilla.org
2001-11-01 15:41:53 +00:00
jaggernaut%netscape.com
4a7f082fb7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
seawood%netscape.com
6daf60f372
Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
...
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
tor%cs.brown.edu
47489a840c
Update to libmng 1.0.3. rs=blizzard
2001-11-01 00:19:53 +00:00
tor%cs.brown.edu
d10d3d11a0
Update to tip. Not in build.
2001-11-01 00:18:39 +00:00
pete%alphanumerica.com
41da234dd2
b=107823, r=ccarlen, sr=brendan
...
--pete
2001-11-01 00:11:15 +00:00
alecf%netscape.com
e7e8955c4c
bug 100113, r=jag, sr=blizzard - remove some dumb dependencies on dom and gfx
2001-10-31 23:43:27 +00:00
nhotta%netscape.com
f2a1cf2997
Moved the hard coded reply header strings to pref so they can be editable, bug 70842, r=ducarroz, sr=sspitzer.
2001-10-31 23:13:35 +00:00
bryner%netscape.com
c3d6f78b18
When creating the root view's widget, don't show it. This prevents full-page Invalidates during page load caused by showing and then hiding the widget. Bug 97895, r=blizzard, sr=hyatt.
2001-10-31 05:06:31 +00:00
bnesse%netscape.com
5979dfe6c4
Fix for bug 177585. Don't request the observer service when shutting down. r=dougt, sr=alecf.
2001-10-30 22:57:44 +00:00
sspitzer%netscape.com
9c25ea824a
fix for perf bug #103010 . don't persist the "open" state of news servers.
...
(revert to 4.x behaviour). persisting the open state of news servers
causes us to update the unread count on news servers if they are "open"
on startup, slowing us down. r=ssu,varada sr=bienvenu
2001-10-30 22:57:12 +00:00
colin%theblakes.com
62e0517b2a
Turn Java back on by default. b=91271. sr=sspitzer
2001-10-30 22:14:02 +00:00
dougt%netscape.com
1a5050445f
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
2001-10-30 22:07:28 +00:00
dp%netscape.com
b55fd6b885
bug 105935 Caching of canUnload to get mac plugin bundles to
...
work. r=peterlubczynski sr=waterson
2001-10-30 06:46:40 +00:00
dbaron%fas.harvard.edu
0dfd2996bb
Fix -O2 optimization crash with gcc 2.96 or 3.0.{1,2} by not inlining |#ifdef __GNUC__|. b=106891 r=pavlov sr=brendan
2001-10-28 21:02:05 +00:00
gerv%gerv.net
72784fd9ac
Fix broken comment. Bug 107043. Patch by cbiesinger@web.de, r=pavlov, sr=tor.
2001-10-27 17:24:19 +00:00
seawood%netscape.com
8dae0fad58
Fix for mac bustage. r=jag
2001-10-27 08:57:01 +00:00
seawood%netscape.com
93a92132d7
Landing the rest of the mach-o OSX changes.
...
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
seawood%netscape.com
f411901548
Replace hardcoded -L/usr/X11R6/lib with $(XLDFLAGS). Fixes cross-compiling among other things.
2001-10-27 06:02:57 +00:00
seawood%netscape.com
9f8ad41e29
Followup to removal of --enable-monolithic-toolkit..remove MOZ_MONOLITHIC_TOOLKIT ifdefs
2001-10-27 05:49:30 +00:00
dougt%netscape.com
abb5f8b703
Freeze nsIMemory interface bug 99151 r=rpotts@netscape.com, sr=brendan@netscape.com
2001-10-26 00:09:22 +00:00
jaggernaut%netscape.com
2b6b5ceadf
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-25 09:44:29 +00:00
pavlov%netscape.com
db06772d10
fixing bug 106623 r=bryner sr=hyatt
2001-10-25 07:44:55 +00:00
jaggernaut%netscape.com
39857aa5c7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-25 06:13:52 +00:00
jaggernaut%netscape.com
0391d4921a
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-25 05:10:08 +00:00
dbaron%fas.harvard.edu
f56bfe4127
Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974
2001-10-25 03:21:53 +00:00
jaggernaut%netscape.com
019ce473c1
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-10-24 23:47:43 +00:00
attinasi%netscape.com
096ccf044d
Checkin for tingley@sundell.net - Blinking text optional via pref 'browser.blink_enabled' b=19258 r=dbaron sr=attinasi
2001-10-24 04:52:39 +00:00
pavlov%netscape.com
6a6327297b
fix for bug 105964. r=timeless sr=waterson
2001-10-24 04:25:40 +00:00
cathleen%netscape.com
257e4a54ad
Fix static build bustage.
2001-10-24 01:13:51 +00:00
av%netscape.com
f73ba94ad5
Reflecting changes to the server manager in the plugin SDK -- not part of the build yet.
2001-10-24 00:23:28 +00:00
tor%cs.brown.edu
21ca44c3e1
Update to tip - not in build.
2001-10-23 23:53:49 +00:00
alecf%netscape.com
d0084a3497
NS_LITERAL_STRING cruft that's needed for 100214, got left over from dougt's patch
2001-10-23 22:07:29 +00:00
pavlov%netscape.com
9f4da50474
fixing windows build bustage
2001-10-23 08:38:14 +00:00
pavlov%netscape.com
09e2680121
fixing bug 106199. r=ben sr=hyatt
2001-10-23 08:07:03 +00:00
av%netscape.com
28998d748b
Updating the list of header files needed for the plugin SDK -- not part of the build
2001-10-23 00:23:12 +00:00
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
bnesse%netscape.com
5d3ba9e8a4
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-22 20:54:48 +00:00
av%netscape.com
6995ef74f4
The tester plugin -- first check in, not part of the build, bug 105959
2001-10-22 00:25:25 +00:00
pavlov%netscape.com
b8df70fe8a
fix for bug 105555. r=pavlov sr=darin. patch from sfraser
2001-10-21 00:58:36 +00:00
akkana%netscape.com
713c24dda2
98546: Fix Unix too, and make mac prefs the default. r=pink, sr=sfraser
2001-10-19 22:07:17 +00:00
pchen%netscape.com
2551ac5173
backing out bnesse at his request since he found conflicts with dougt's
...
checkin
2001-10-19 21:24:03 +00:00
pchen%netscape.com
d2cde929aa
cking out bnesse at his request since he found conflicts with dougt's
...
checkin
2001-10-19 21:15:11 +00:00
bnesse%netscape.com
3edc819898
Fix for bug 103883. Add weak ref support for prefs observers to help reduce MLK cycles with preferences. r=ccarlen, darin, gordon, hewitt, mstoltz, srilatha, sspitzer. sr=alecf.
2001-10-19 20:55:54 +00:00
ftang%netscape.com
54ebdfa96f
fix 48231. Change the default Korean font for window
...
r=jshin, sr/rs=waterson
2001-10-19 20:54:36 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
pinkerton%netscape.com
4d06bf2721
adding a couple of prefs to make word selection better on mac. doesn't eat whitespace to next word and stops at punctuation. r=mjudge/sr=sfraser. bug# 98546
2001-10-19 14:10:22 +00:00
pavlov%netscape.com
9c9be9a027
part of fix for bug 104999. r=jag sr=jst
2001-10-19 04:16:50 +00:00
mkaply%us.ibm.com
2ec931d14a
#105075
...
r=av, sr=dougt, rpotts
Change 4xplugin APIs to use NS_4XPLUGIN_CALLBACK rather than NS_CALLBACK_ so that the calling convention can be different than XPCOM
2001-10-19 04:10:49 +00:00
dinglis%qnx.com
79e76d192e
fixed bug#91955
...
default preferences for photon
r=bnesse sr=jst
2001-10-18 13:46:18 +00:00
markh%activestate.com
eea00b2d33
Fix build bustage on Windows, caused by recent #include dir changes.
...
Not part of the build (hence not noticed)
2001-10-18 13:20:30 +00:00
dp%netscape.com
3e99f71441
bug# 101769 Stop loading plugins on startup r=av,sr=waterson
2001-10-18 12:26:23 +00:00
dp%netscape.com
b240779313
Fixing warning r=av sr=waterson
2001-10-18 12:22:31 +00:00
dp%netscape.com
6a8c8c6c34
Fixing warnings
2001-10-18 12:21:33 +00:00
darin%netscape.com
1bbb7d1f24
fixes bug 102743 "Crash pressing Back or Forward on O'Reilly website"
...
r=gagan, sr=rpotts
2001-10-18 10:37:04 +00:00
peterlubczynski%netscape.com
0188fc2d55
Plugin SDK basic plugin port for Mac initial check-in. not part of the build
2001-10-17 23:37:52 +00:00
peterlubczynski%netscape.com
9f6cd72918
Plugin SDK changes for Mac. not part of the build
2001-10-17 23:34:31 +00:00
hyatt%netscape.com
653a24b35f
Fix for 105214. r=jag, sr=ben
2001-10-17 09:02:02 +00:00
seawood%netscape.com
785c606e96
Really remove extra VPATH
...
Bug #105005
2001-10-17 07:25:24 +00:00
seawood%netscape.com
74f73af202
Oops forgot local include path.
...
Bug #105005
2001-10-17 06:40:48 +00:00
seawood%netscape.com
43cd399d14
Remove use of additional dirs in VPATH as it causes problems in srcdir builds and the previous workarounds do not always work due to a bug in gcc's -MD.
...
Bug #105005 r=jag
2001-10-17 06:00:18 +00:00
rpotts%netscape.com
61dffdef3a
bug #104769 (r=pavlov@netscape.com, sr=jst@netscape.com) Opening new windows sometimes stalls...
2001-10-17 05:57:29 +00:00
naving%netscape.com
1d01b17644
105162 r=racham sr=mscott. Remove unused prefs
2001-10-17 04:53:24 +00:00
av%netscape.com
26acf161ca
Correction to the fix to bug 104940 (r=peterl, sr=waterson) -- memory leak avoided
2001-10-17 00:39:21 +00:00
seawood%netscape.com
3447050c62
Removing modules/plugin/tools/mpdk at av's request.
...
Bug #104941
2001-10-16 23:38:40 +00:00
av%netscape.com
39de608372
Fixing bug 104866 -- null chech before using nsCRT::strlen avoiding crash, r=nhotta, sr=waterson
2001-10-16 22:14:52 +00:00
av%netscape.com
77d8465f60
Fixing bug 104940 -- ignore plugins that do not show mime type, r=peterl, sr=waterson
2001-10-16 22:12:27 +00:00
jaggernaut%netscape.com
ba810640be
More REQUIRES clean-up.
2001-10-16 22:08:55 +00:00
dougt%netscape.com
c299aa1695
backing out dbarons change to the nsIPluginClassicModule interface. Attempting to fix the fizilla bustage. r=beard, b=105072
2001-10-16 21:03:54 +00:00
alecf%netscape.com
9a8ef3ebf4
bug 101761 - MODULE= cleanup on windows: gkplugin is really just plugin, r=cls
2001-10-16 20:56:51 +00:00
seawood%netscape.com
95f3489c69
For directories that use additional VPATHs, change OBJ_SUFFIX instead of duplicating build rules. Turn off compiler dependencies when changing OBJ_SUFFIX because at least gcc < 3.0 has problems generating the correct dependencies when the basename of the srcfile does not match the basename of the object file.
...
Bug #105005
2001-10-16 09:31:58 +00:00
dbaron%fas.harvard.edu
3793e14479
Attempt to fix Carbon bustage from dougt's checkin for bug 99147.
2001-10-16 07:42:53 +00:00
dbaron%fas.harvard.edu
5fabcface9
Fix AIX and gcc 2.7.2.3 bustage -- I was relying on implicit conversion to pick the right overloaded function template. Make it faster too.
2001-10-16 06:27:39 +00:00
dbaron%fas.harvard.edu
34fc404be7
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
2001-10-16 03:53:44 +00:00
dougt%netscape.com
e75485644c
API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147
2001-10-16 03:35:52 +00:00
av%netscape.com
49365dc04b
Plugin SDK, first check in, not part of the build
2001-10-16 00:34:42 +00:00
jaggernaut%netscape.com
e316f90678
Remove dead nsString::GetBuffer() code usage. r=dbaron, rs=scc.
2001-10-14 04:57:59 +00:00
peterlubczynski%netscape.com
9e5683b4c3
Fix for crash in pluginInstanceOwner::ProcessEvent when mWindow is null bug 96648, r=av sr=attinasi
2001-10-13 17:36:03 +00:00
pavlov%netscape.com
61ec4f1d0a
fixing smoketest blocker bug 104421. r=bryner a=endico
2001-10-12 19:30:28 +00:00
pavlov%netscape.com
f60cc1b681
fixing bug 64096 r=jag, sr=hyatt. additional patch to bug 104311 both r=bryner/jag and sr=hyatt
2001-10-12 07:59:21 +00:00
jaggernaut%netscape.com
996a64e64d
Being Pav's mac buddy, adding imgILoad.idl
2001-10-12 06:55:57 +00:00
pavlov%netscape.com
3610ff3107
part of previous checkin
2001-10-12 06:55:20 +00:00
pavlov%netscape.com
63b4ad657c
remove a bunch of silly xpcom nonsense from imglib. bug 104311 r=bryner sr=sspitzer
2001-10-12 06:43:52 +00:00
nhotta%netscape.com
bfd42bba84
Changed to use a charset convertor in DOMMimeTypeImpl and DOMPluginImpl instead of NS_ConvertASCIItoUCS2,
...
bug 102976, r=av, sr=blizzard.
2001-10-11 20:55:12 +00:00
sspitzer%netscape.com
ef119303bf
fix for #104226 . instead of using "Mailbeep" (the windows system sound for new mail notification)
...
use "_moz_mailbeep". on windows, we map this to "MailBeep" (so it works on win2k and win98)
and on mac we use sfraser's code to go to internet config. (nothing on linux yet, that's another bug)
r=pinkerton, sr=sfraser
also, fix #104252 . selectively notify folder listeners. when we register the folder listener
with the mail session, we pass in flags for what types of things we care about.
this reduces the notifications, especially those across XPConnect.
r=bienvenu, sr=mscott
2001-10-11 20:45:44 +00:00
brade%netscape.com
6b146ed5d9
check in this file (not yet part of the build); a=leaf
2001-10-11 18:20:47 +00:00
peterlubczynski%netscape.com
4a16ab47ca
Fixing bustage...
2001-10-11 05:40:00 +00:00
peterlubczynski%netscape.com
55448b6771
Do not check the "plugin safety pref" on every NPP call bug 96103 patch by av r=peterl sr=brendan
2001-10-11 04:51:06 +00:00
peterlubczynski%netscape.com
c8168eaeae
Fix for duplicate plugins being listed on Mac bug 103393 r=av sr=attinasi
2001-10-11 04:43:16 +00:00
darin%netscape.com
f8ddc13958
backing out unnecessary now-obsolete hack for bug 89191 r=peterl, sr=dougt
2001-10-09 04:59:03 +00:00
peterlubczynski%netscape.com
cc2e9e4be5
Fix for topcrash on UNIX where the ProxyJNI is broken with the JRE after a plugins.refresh(). bug 86591 r=av sr=attinasi
2001-10-08 23:00:58 +00:00
leaf%mozilla.org
78ab54b054
updating user agent to reflect new version, code from kysmith, r=leaf
2001-10-08 21:37:51 +00:00
bnesse%netscape.com
9b609d47ef
Bug 99611, Freeze nsIPrefService, nsIPrefBranch, (and nsIPrefLocalizedString) interfaces. r=dveditz, sr=alecf.
2001-10-08 19:52:17 +00:00
pavlov%netscape.com
e3f91e7972
fixing bug 103536. r=jag sr=hyatt
2001-10-07 17:45:00 +00:00
pavlov%netscape.com
b8b11370c0
fix for bug 92248. r=bryner sr=jst
2001-10-06 05:08:42 +00:00
pavlov%netscape.com
e15f4f6c5d
fix for bug 92248 r=bryner sr=jst
2001-10-06 05:08:16 +00:00
darin%netscape.com
a343f2033d
preferences changes for bug 42898 "iDNS support"
...
patch=william.tan@i-dns.net r=gordon sr=darin,brendan a=asa
2001-10-05 07:37:56 +00:00
gerv%gerv.net
9b3c659a1b
CVS removal of obsolete directories. Bug 102787. Goodbyeeeee....
2001-10-03 18:54:49 +00:00
rpotts%netscape.com
5465f08d68
bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests...
2001-10-03 06:41:17 +00:00
serge%netscape.com
111dea18ec
fix for 102652; nsPluginsDirUnix.cpp breaks Qt/Xlib build (any build without GTK?);r=Roland.Mainz@informatik.med.uni-giessen.de, sr=waterson
2001-10-02 22:06:08 +00:00
mkaply%us.ibm.com
ff08589e1d
OS/2 REQUIRES bustage with npnul plugin
2001-10-02 21:56:07 +00:00
mkaply%us.ibm.com
99325569e0
#101134
...
r=mkaply, sr=blizzard
OS/2 only - make unicode font for sans-serif Times New Roman MT 30 as well
2001-10-02 21:25:48 +00:00
racham%netscape.com
b96dc41cb1
Fixing bug 97650. Fix to display unread mail count of the default account on Win XP platform. Interval for timer that updates the registry with unread count is set in winprefs.js file. r=mscott, sr=sspitzer
2001-10-02 06:23:59 +00:00
bzbarsky%mit.edu
c15aef17c6
Ugh. Those should be pref(), not user_pref()
2001-10-02 01:22:48 +00:00
bzbarsky%mit.edu
8584e11c63
Add default values for the print.print_header* and print.print_footer*
...
prefs to all.js. Bug 102620, r=rods, sr=shaver
2001-10-02 01:08:54 +00:00
darin%netscape.com
cc27269a66
pref changes for bug 102332 r=gagan, sr=alecf
2001-10-02 00:41:18 +00:00
gerv%gerv.net
6f814c07fd
Turn of Internet Keywords in Mozilla builds by default to permit debugging of DNS and other issues. Bug 100412. r=doron, sr=shaver.
2001-10-02 00:01:59 +00:00
mkaply%us.ibm.com
36cc25779b
#101134
...
r=mkaply, sr=blizzard
OS/2 only - code from Pedemont - fix text justification on OS/2
2001-10-01 18:56:00 +00:00
roc+%cs.cmu.edu
8220d847e0
Bug 56696. Add ctrl-enter Send shortcut to mailnews composer. r=ducarroz, sr=blizzard
2001-10-01 02:14:05 +00:00
vidur%netscape.com
338e3871f8
Fixes for printing bugs 84017 and 89151. The fix for bug 84017 removes the need for a resize reflow to get form frame values to print. The restoration of these values into the new frame model is done as part of the initial reflow. The fix for bug 89151 gets rid of the extra frame model built and forces printed images to come out of the decoded image cache. r=darinf, heikki, sr=rpotts
2001-09-29 17:50:15 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
dbaron%fas.harvard.edu
88c0af5e6e
Fix incorrect parameter to strtok_r. b=99245 r=bnesse sr=alecf
2001-09-29 05:55:53 +00:00
bryner%netscape.com
2d6b93964a
removing depend:: clobber line... this was causing problems since export is now done before depend. r=cls.
2001-09-29 04:34:55 +00:00
sgehani%netscape.com
71975fe645
Make search sidebar tab popping open upon search on by default.
...
b = 100084
r = pchen
sr = dveditz
2001-09-28 23:58:46 +00:00
serge%netscape.com
946cb0b20c
fix for 97362; Plugins error "invalid ELF header"; r=av, sr=waterson
2001-09-28 22:37:14 +00:00
gerv%gerv.net
f385eb981a
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2001-09-28 20:14:13 +00:00
waterson%netscape.com
4d0f53c470
Fix REQUIRES bustage for static build.
2001-09-28 15:36:20 +00:00
peterlubczynski%netscape.com
368d2114f4
Fix for crash when object frame goes away but stream is still going bug 99569 r=av sr=attinasi
2001-09-28 03:34:53 +00:00
serge%netscape.com
8b5e04ccf2
fix bug 85701; problems using plugins [@ gtk_xtbin_init] topcrash; r=pavlov;sr=blizzard
2001-09-28 01:51:06 +00:00
morse%netscape.com
923dc3907b
bug 98882, implement p3p cookie management, r=harishd,jag, sr=alecf
2001-09-27 21:41:26 +00:00
rbs%maths.uq.edu.au
6404408a22
bug 99010 - font changes. sr=waterson@netscape.com
2001-09-27 18:28:24 +00:00
beard%netscape.com
e506dc33aa
Fix for bug #92322 , changes for Carbon/Mac OS X, r=peterl, sr=sfraser.
2001-09-27 00:29:39 +00:00
mitesh%netscape.com
361d9cbe9d
Additional Fix for bug 99515 - nsAutoConfig event loop hanging. r=danm and sr=alecf
2001-09-26 20:28:45 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
peterlubczynski%netscape.com
5339979276
Fix for doing GET rather than POST when NPN_PostURL is called bug 77603 r=av sr=attinasi
2001-09-26 02:45:01 +00:00
gerv%gerv.net
e61b2be88e
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
2001-09-26 00:40:45 +00:00
gerv%gerv.net
7b81bbd6e8
Use vendor-neutral version of translation UI from Alis Technologies. Bug 77207. r=hwaara, sr=shaver.
2001-09-26 00:19:34 +00:00
hyatt%netscape.com
0104d252a4
100706. Tabbrowser stuff. r=jag, sr=blake
2001-09-24 04:38:41 +00:00
peterlubczynski%netscape.com
abb751bffd
Incorrect GetAttributes/GetParameters for embed/object tag types patch by philanderton@yahoo.com bug 99063 r=peterl sr=attinasi
2001-09-24 04:35:02 +00:00
peterlubczynski%netscape.com
b512b17040
Bad signed conversion in plugin streaming code bug 100888 r=av sr=attinasi
2001-09-24 04:31:58 +00:00
pavlov%netscape.com
dd74aa0094
adding some code to enumerate the registered image decoders (ifdef'd DEBUG_pavlov)
2001-09-23 10:01:07 +00:00
bzbarsky%mit.edu
ba9ca8fa05
Better defaults for the locations of the mime.types and mailcap files
...
(don't assume Netscape is installed). Bug 95504, r=bbaetz, sr=darin
2001-09-22 01:21:53 +00:00
serge%netscape.com
826fcb6c8c
fix for 74938; acrobat fails on plugin registration on Linux; r=av; sr=waterson
2001-09-22 00:18:55 +00:00
sspitzer%netscape.com
43f678087a
fix for #96979 . hide the Total and Unread folder columns for existing profiles.
...
r=mscott, sr=bienvenu
2001-09-22 00:13:21 +00:00
bryner%netscape.com
2d66ab0761
Fixing build bustage. r=brendan.
2001-09-21 00:44:22 +00:00
idk%eng.sun.com
254f44efa9
fix for 57337 [libjar does not retrieve link information]
...
r = dveditz@netscape.com
sr = brendan@mozilla.org
2001-09-20 23:33:23 +00:00
peterlubczynski%netscape.com
64157c4160
Fix for OS X crash with bundle type plugins bug 98729 r=beard sr=attinasi
2001-09-20 00:46:50 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
scc%mozilla.org
63e86dc84f
bug #98089 : ripped new license
2001-09-19 20:09:47 +00:00
gerv%gerv.net
6ab168ae2d
Plugins dir environment variable was misnamed. Renamed it to MOZ_PLUGIN_PATH. Bug 99846. r=av, sr=blake.
2001-09-19 00:37:36 +00:00
darin%netscape.com
7c59bdabaa
fixes bug 99183 "JAR channel allocates and uses a monitor even though it is
...
accessed exclusively by the UI thread" r=dougt, sr=mscott
2001-09-18 23:07:57 +00:00
srilatha%netscape.com
2fe1a00bab
Fix for bug #95122 . sr=sspitzer
...
Cleaning up the contents.rdf and fixing the js error
2001-09-18 22:26:16 +00:00
colin%theblakes.com
1912ef3390
Use a different URL for the plugin page for OpenVMS.
...
b=99114 r=av@netscape.com sr=brendan@mozilla.org
2001-09-18 22:23:14 +00:00
mitesh%netscape.com
a2725e2afb
Fix for bug 80789 Changing hashing algorithm for netscape.cfg
...
r=bnesse and sr=alecf
checking in for chipc@netscape.com
2001-09-18 22:05:57 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
mitesh%netscape.com
8ae8517eae
Fix for bug 99515 - AutoConfig hangs during Profile Migration
...
r=danm and sr=alecf
2001-09-18 21:52:01 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
peterlubczynski%netscape.com
dcc39787f3
Fix for full-page plugin printing bug 53349 r=av sr=attinasi
2001-09-18 02:16:52 +00:00
peterlubczynski%netscape.com
113990780d
Implement plugin printing bug 27478 r=av,beard sr=attinasi
2001-09-18 02:11:09 +00:00
stephend%netscape.com
f7984db64d
Bug 99245. Using strtok is evil. Patch by Ulrich Drepper <drepper@cygnus.com> r=bnesse@netscape.com, sr=alecf@netscape.com
2001-09-17 20:39:31 +00:00
alecf%netscape.com
cf9912aa80
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
darin%netscape.com
19b5bdab36
fixes bug 97528 "1200 urls created on startup about:blank" (take 2)
...
r=dp, sr=brendan
2001-09-14 21:19:41 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00