Commit Graph

4088 Commits

Author SHA1 Message Date
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
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
av%netscape.com
ffb7c87ec4 Tester plugin updating docs -- not part of the build 2001-12-29 22:59:46 +00:00
av%netscape.com
b5ca9a2c4d 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
b7f3bfec83 Ignore generated files. 2001-12-29 03:52:41 +00:00
av%netscape.com
dad82dde26 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
51ba5208ab 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
014aebaaa2 Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build 2001-12-27 19:22:11 +00:00
peterlubczynski%netscape.com
1289baa0b5 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
d30e1c8011 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
61a97fd94a 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
be60da33e3 #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
d08d4d3f97 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
59a0db79d7 bug#112213 -adding timeline pref to mailnews; sr=mscott 2001-12-21 23:21:50 +00:00
bnesse%netscape.com
bf6619e295 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
75409d6e33 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
6dda1b2258 Updating Plugin SDK readme file -- not part of the build 2001-12-21 02:49:58 +00:00
av%netscape.com
fa1757c8ab 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
7b74b5b0f9 makefile for windowless sample -- not part of the build 2001-12-21 02:34:43 +00:00
av%netscape.com
b52f15392d 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
1735e44121 Adding test case for windowless plugin sample code -- not part of the build 2001-12-21 02:25:57 +00:00
rjesup%wgate.com
2e680f1b17 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
e6621be8b1 bug 114895, repeatedly asks for master password, r=sgehani, sr=alecf 2001-12-20 23:31:55 +00:00
seawood%netscape.com
e9fbdb8a31 Wrap debug spew in DEBUG_dp ifdef 2001-12-20 11:53:21 +00:00
peterlubczynski%netscape.com
f8f6897475 Remove 68k junk from Mac plugin SDK header, not part of the build 2001-12-20 08:07:57 +00:00
dp%netscape.com
64d0e58fb5 Fixing mac bustage. 2001-12-20 07:32:00 +00:00
peterlubczynski%netscape.com
711b1516a8 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
a3e4cc3741 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
fa0b23c735 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
dcfe058239 bug #114686: bumping user agent to 0.9.7+ (trunk) 2001-12-19 23:10:04 +00:00
peterlubczynski%netscape.com
45263bb992 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
68e201b004 missing #include - fixing build bustage 2001-12-19 01:30:27 +00:00
dougt%netscape.com
ef129f6ff9 Fixing build bustage. this should not have been checked in 2001-12-19 00:46:22 +00:00
dougt%netscape.com
849d297364 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
5205f0b6e0 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
45bfbf0658 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
c8fd45e23e 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
073a7c9d91 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
ee12112b29 Remove timer from REQUIRES, the makefile.win edition 2001-12-16 18:08:20 +00:00
jaggernaut%netscape.com
4f507b8511 Remove timer from REQUIRES. r=pavlov 2001-12-16 17:02:31 +00:00
jaggernaut%netscape.com
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
peterlubczynski%netscape.com
26b0696b0c Updating Mac Plugin SDK Projects to XML, not part of the build. 2001-12-15 21:03:24 +00:00
darin%netscape.com
1d20c0ccdf 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
d9d9c68e0a Updating Mac plugin SDK sample, not part of the build 2001-12-15 18:40:35 +00:00
peterlubczynski%netscape.com
1759d8edc9 Removing 68k stuff from Mac SDK samples, not part of the build. 2001-12-15 18:39:50 +00:00
seawood%netscape.com
c054e1681f Declaring callback functions appropriately.
Fixing OS/2 tinderbox bustage
2001-12-15 13:15:24 +00:00
dp%netscape.com
0b130323ce 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
eab072bb26 Attempt to fix non-carbon Mac bustage... link against IconServicesLib. 2001-12-15 02:53:38 +00:00
rjc%netscape.com
7cef4f0b2f 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
a2d32b8e4e fixes bug 115129 "stream loader optimizations" r=gagan, sr=brendan,dveditz 2001-12-14 22:54:56 +00:00
peterlubczynski%netscape.com
f96915bc51 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
20ee4d4f74 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
99c3474909 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
4429083363 Fixing bustage... 2001-12-12 05:39:46 +00:00
mkaply%us.ibm.com
e3a328b6cf OS2 bustage 2001-12-12 03:44:20 +00:00
peterlubczynski%netscape.com
f8014c020e 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
b4e1468bd2 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
5a61d9bcf0 fix xml project - somehow this didn't make it through "patch" correctly 2001-12-11 23:02:06 +00:00
alecf%netscape.com
be43e26d0d big libpref cleanup: remove lots and lots of unused functions 2001-12-11 22:41:19 +00:00
bnesse%netscape.com
e16686b028 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
10008e126f 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
b9a18128b5 Attempting to fix nebiros bustage.... 2001-12-11 19:28:57 +00:00
peterlubczynski%netscape.com
e1a3dcea6d 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
af646e6f1f 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
95ce5e2693 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
f810f656cc 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
993cd4c06f 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
5e9ea047e2 Missed these with checkin for 98349. 2001-12-10 23:29:34 +00:00
ccarlen%netscape.com
c343dad63a 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
884be5f4c2 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
afffbda535 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
baca6ece31 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
6d8ea78b52 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
54e199871d 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
bfd986ab4e Fixing an uninitialized variable warning. bug 114243, r=dbaron, sr=shaver. 2001-12-08 22:23:39 +00:00
bzbarsky%mit.edu
1513f578d4 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
e20398d6d6 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
94012c9c3c 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
efee7eec18 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
3f515758a8 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
0b6347d8c1 fix linux build bustage that I caused with recent checkin 2001-12-07 02:08:57 +00:00
seawood%netscape.com
5c26b736c2 Fixing typo & tindebrox bustage 2001-12-07 01:45:19 +00:00
blythe%netscape.com
db9576d004 Fix bug 109157, nsZipArchive::BuildFileList footprint reduction
R=dp, SR=dveditz,alecf
2001-12-07 01:16:20 +00:00
av%netscape.com
876990e3c0 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
b4268bc2c7 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
b410fcac39 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
c03d998b05 Updating readme file for the Plugin SDK -- not part of the build 2001-12-06 02:52:06 +00:00
av%netscape.com
4f1ab76549 Addressing bug 112508 -- incrementing a version constant, r/sr=dp 2001-12-06 02:30:23 +00:00
darin%netscape.com
98a47ebb42 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
2541b83e4f 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
6784c8812f Bug 43567 - ftp keeping connections alive forever
r=dougt, sr=darin
2001-12-06 00:02:24 +00:00
peterlubczynski%netscape.com
422f56c300 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
8310ba80d7 remove cppsrcs defines from makefile.win files, bug 102459, sr=cls r=dbaron 2001-12-05 03:43:29 +00:00
av%netscape.com
4a277d7f3b Changing CPP_OBJS to OBJS in makefile.win -- not part of the build 2001-12-05 02:24:34 +00:00
alecf%netscape.com
1c82431258 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
32a0278453 back myself out to fix blocker 113482 2001-12-04 20:34:03 +00:00
alecf%netscape.com
1004b115c4 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
4dbc3e6f4e 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
a7c187ac83 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
112e6d0155 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
b7e8c0552f 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
551a2c56d9 Removing unused useViewManager2 default pref. rs=ben. 2001-12-02 22:09:09 +00:00
av%netscape.com
5e10c72b49 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
5db83d7f60 Removing unused silentdownload prefs. r=shaver, rs=ben. 2001-12-01 21:03:12 +00:00
mkaply%us.ibm.com
bf6d951735 put PL_strtok_r in to try to fix HPUX bustage 2001-12-01 14:58:54 +00:00
dp%netscape.com
37ff37c371 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
cec64f1f6f #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
d545b12338 No bug - cleanup - remove unnecessary XP_OS2_HACK and XP_OS2 2001-11-30 21:00:43 +00:00
mkaply%us.ibm.com
c7dcd9fa61 Taking cls suggestion - just include string.h 2001-11-30 20:48:13 +00:00
mkaply%us.ibm.com
3818a6a94b 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
09c0de6817 Preemptively fix OS/2 bustage that will be caused by prefapi change 2001-11-30 18:56:56 +00:00
alecf%netscape.com
95203c776f for bug 112708, sr=dveditz, r=bnesse move prefapi.c to prefapi.cpp 2001-11-30 18:43:43 +00:00
alecf%netscape.com
545aa656c3 for bug 112708, sr=dveditz, r=bnesse convert prefapi.c to C++ 2001-11-30 18:42:41 +00:00
dveditz%netscape.com
44bcc01fd8 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
1b5deab961 Fixing up simple Mac Plugin SDK sample. not part of the build 2001-11-30 04:49:46 +00:00
peterlubczynski%netscape.com
a5870dc562 Mac Plugin SDK Scriptable plugin project file fix for Classic 2001-11-30 04:42:30 +00:00
peterlubczynski%netscape.com
a747bf462d Removing debug prefix file from Mac Plugin SDK. not part of the build 2001-11-30 04:33:25 +00:00
peterlubczynski%netscape.com
b46649de70 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
c7776da2d9 Removing Mac Plugin SDK resource, not part of build. 2001-11-30 04:07:47 +00:00
peterlubczynski%netscape.com
afedfe55cc Removing Mac Plugin SDK project file. Not part of the build. 2001-11-30 04:06:44 +00:00
av%netscape.com
6ee1ebb51d Updating readme.txt for the plugin SDK, not part of the regular build 2001-11-30 00:35:58 +00:00
alecf%netscape.com
98b8702167 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
19ec22315a 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
d89fa6a2b9 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
dcfa173ae4 backing out previous change. Causes installer to fail with crc
errors.
2001-11-29 14:51:50 +00:00
peterlubczynski%netscape.com
1c4ec0d246 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
ed2015257e 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
824e7d22ca 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
25918871d6 bug 112312 removing 32k allocs from libjar. darin&dp r=dbaron, sr=darin 2001-11-28 03:23:16 +00:00
cathleen%netscape.com
51222e2da0 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
ea8fc7edd7 More Mac Plugin SDK changes. NOT PART OF BUILD 2001-11-28 01:56:31 +00:00
peterlubczynski%netscape.com
7a10ad6ad8 Plugin SDK changes for Mac. NOT PART OF BUILD 2001-11-28 01:01:38 +00:00
mkaply%us.ibm.com
98d3441fe8 #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
51f4cfa7d3 Fixing warnings on Win32 in PluginSDK, NOT PART OF BUILD. 2001-11-27 22:45:59 +00:00
peterlubczynski%netscape.com
e0806c4a58 Plugin SDK changes for Mac. NOT PART OF BUILD 2001-11-27 22:38:48 +00:00
peterlubczynski%netscape.com
d945a9ccd7 Plugin SDK changes for Mac, NOT PART OF BUILD 2001-11-27 22:36:30 +00:00
peterlubczynski%netscape.com
6165bc44a4 Plugin SDK changes for Mac Carbon. NOT PART OF BUILD 2001-11-27 22:34:49 +00:00
av%netscape.com
2249a37ba6 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
8435bcef61 marking pref file load times in timeline. For timeline builds only. 2001-11-27 01:39:09 +00:00
cmanske%netscape.com
6f809f01fe 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
51a4520c4a 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
edfb3b268f 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