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

3888 Коммитов

Автор SHA1 Сообщение Дата
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