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

3851 Коммитов

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