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

4724 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com be629223b6 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
seawood%netscape.com 40cc099fd5 Fixing X-on-X bustage.
Thanks to Michal 'hramrach' Suchanek <hramrach@centrum.cz> for the patch.
Bug #191447 r=cls
2003-03-14 20:14:17 +00:00
alecf%netscape.com dbc16919a1 fix for bug 189528 - do on-demand decompression of items in a .jar file
instead of allocating all the data into one big buffer, keep a small input buffer around and decompress directly into a client's read buffer..
r=dougt, sr=darin
2003-03-14 18:59:51 +00:00
neil%parkwaycc.co.uk da09ae6a42 Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf 2003-03-14 15:23:53 +00:00
timeless%mozdev.org f0a1c01cf3 Bug 196299 nsSafeSaveFile::CreateBackup dereferences a NULL nsCOMPtr with operator->()
r=ccarlen sr=dveditz
2003-03-14 04:03:08 +00:00
av%netscape.com 312563ebcc Fixing minor bug in the Tester Plugin, not part of the build 2003-03-13 03:05:47 +00:00
smontagu%netscape.com fdd3579e37 Pass the prefs filename to PREF_EvaluateConfigScript() so that it will appear in the message displayed if there is an error in the file. Bug 196763, r=ccarlen, sr=jag. 2003-03-12 00:39:31 +00:00
pkw%us.ibm.com 82cc3fd1c2 Remove mail.use_movemail preference (it's unused).
r/sr=sspitzer@netscape.com
2003-03-11 05:04:20 +00:00
cls%seawood.org 08f5459907 Landing mingw plugin changes.
Thanks to Dan Mosedale <dmose@mozilla.org> for the changes.
Bug #134113 r=peterl sr=dbaron
2003-03-11 03:29:47 +00:00
dougt%netscape.com 52ad16b5ff prelanding of minimo. Not part of build 2003-03-11 02:30:05 +00:00
peterlubczynski%netscape.com c1fe44094f Fixing bug 131007, unpaired events cause us to remain in capture and look hung, r=jkeiser sr=bryner 2003-03-11 00:54:18 +00:00
av%netscape.com 14ba311d1a Adding more info to the log output, not part of the build 2003-03-08 22:22:04 +00:00
cls%seawood.org d18d8ada60 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
tor%cs.brown.edu 239bdac10c Bug 181676 - Update libmng to 1.0.5. rs=blizzard 2003-03-07 09:28:30 +00:00
av%netscape.com 9d72a41d41 missing icon, not part of the build 2003-03-07 05:22:46 +00:00
paper%animecity.nu f267ff265a Bug 154769. r=biesi sr=tor
Show last partial GIF frame when image file is not complete.
2003-03-05 23:10:14 +00:00
neil%parkwaycc.co.uk 941dfeb487 Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL r=jag sr=bz 2003-03-05 13:30:24 +00:00
shliang%netscape.com 013926cb01 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
ccarlen%netscape.com 8ba9b7207c Bug 170539 - prefs.js gets wiped. If we encounter an error in reading the prefs, it's possible to write out empty prefs. r=dveditz/sr=alecf 2003-03-04 15:56:42 +00:00
mkaply%us.ibm.com dbd677be29 #192355
r=mstoltz, sr=heikki
Add security for accessing clipboard via Javascript
2003-03-04 13:56:36 +00:00
neil%parkwaycc.co.uk 794690e939 Bug 54802 Add clipboard buttons for Composer (backend work) r=brade sr=alecf 2003-03-04 12:12:29 +00:00
seawood%netscape.com 105ae7a8d2 Add support for building against X11-based toolkits on OS X.
Bug #191447 r=pavlov
2003-03-04 04:06:33 +00:00
seawood%netscape.com 75c84cfdea Use MOZ_X11 instead of NO_X11 to signify that we're building for an X11-based toolkit.
Bug #191447 r=peterl sr=sfraser
2003-03-04 03:58:43 +00:00
sspitzer%netscape.com 3c068ff89c fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
sspitzer%netscape.com 8ecefefa59 fix for bug #195640. moving junk status column to the right of subject,
showing it by default, and enabling junk mail controls by default.
r/sr=bienvenu
2003-03-02 21:36:43 +00:00
bernd.mielke%snafu.de a27a9824cf trying to fix os2 bustage 2003-03-02 08:44:23 +00:00
av%netscape.com 74ec75b150 This is not part of regular build -- adding new capabilities to the Tester Plugin 2003-03-02 01:26:51 +00:00
timeless%mozdev.org 6fb8a15754 Bug 159554 Configure with --without-x causes compile error
patch by bjt23@cornell.edu r=timeless sr=alecf
2003-02-28 02:34:09 +00:00
sfraser%netscape.com f089e1775d Bug 191821: fix the plugin viewer (full-screen plugins) to use nsIPluginWidget on Mac. r=peterl, sr=bryner 2003-02-27 23:33:41 +00:00
lpham%netscape.com 4099b84091 update to Mozilla 1.4a bugzilla #194078 r=ycalonje, sr=granrose, a=blanket 2003-02-27 22:27:31 +00:00
cbiesinger%web.de 23e0302b1f urg, fix typo 2003-02-27 15:09:39 +00:00
cbiesinger%web.de b12a4c4241 97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service 2003-02-27 13:51:55 +00:00
seawood%netscape.com a3cec745da Force in-tree zlib to be built using -fPIC.
Re-order linking of mozilla-bin & viewer so that TK_LIBS, which bring in an implicit dependency upon the system zlib on Darwin, is linked in after the in-tree version of zlib.
Bug #194662 r=pavlov
2003-02-27 02:21:59 +00:00
peterlubczynski%netscape.com 487d0c2bf5 Adding masks for gcc3 and Mach-O builds for NPAPI variables that pass interface pointers, bug 182117 r=beard,cls sr=sfraser 2003-02-27 01:47:53 +00:00
ere%atp.fi 7f22515440 Bug 193929: HTML sanitizer ("simple html") should allow attached images
r=ducarroz, sr=jst
2003-02-26 13:47:36 +00:00
bzbarsky%mit.edu 7267f149a3 Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them.  Bug 190475, r=pavlov, sr=jst
2003-02-26 05:51:32 +00:00
seawood%netscape.com 63ffaa111b Fix mach-o static builds by forcing all code that's linked into a shared lib to build with -fPIC.
Bug #194662 r=ccarlen
2003-02-26 04:17:40 +00:00
pete.zha%sun.com 058ee62667 bug=184015
No plugin finder dialog pop-up when loading some applet pages in w/o jre installed
r=av@netscape.com, sr=beard@netscape.com, patch=joshua.xia@sun.com
2003-02-25 06:06:10 +00:00
bzbarsky%mit.edu eb1195e85f Make it possible to launch executables after downloading them (after suitable
scary warning).   Bug 91969, patch by octalc0de@veryfast.biz (Patrick Xia
("Octalc0de")), r=mkaply, sr=bzbarsky
2003-02-25 05:23:47 +00:00
timeless%mozdev.org 054976d4bf Bug 124160 warning Converting NULL to non-pointer type |jvalue outValue = { NULL };|
patch by beard@netscape.com r=joshua.xia sr=brendan
2003-02-25 03:39:31 +00:00
timeless%mozdev.org ac40b0e82e Bug 124160 warning Converting NULL to non-pointer type |jvalue outValue = { NULL };|
patch by beard@netscape.com r=joshua.xia sr=brendan
2003-02-25 02:32:12 +00:00
paper%animecity.nu c0e72776b3 bwahaha! Animated GIF Optimizations. Bug 148637 r=biesi, sr=tor 2003-02-24 22:03:37 +00:00
kin%netscape.com 3972d39fe1 Fix for bug 192300: nsICODecoder never calls OnDataAvailable() like the other decoders do
Modified nsICODecoder::SetImageData() to call mObserver->OnDataAvailable() like the other decoders do so that the image frame knows it can invalidate the area it occupies.

r=pavlov@netscape.com  sr=tor@acm.org
2003-02-24 19:45:01 +00:00
timeless%mozdev.org 7061f7985c Bug 124160 warning Converting NULL to non-pointer type |jvalue outValue = { NULL };|
patch by beard@netscape.com r=joshua.xia sr=brendan
2003-02-24 19:20:18 +00:00
timeless%mozdev.org ca86f4eb55 Bug 192445 Plugin shell passes garbage to victimizable plugins (0x1 as pointer for extension)
r=peterlubczynski sr=dbaron
2003-02-23 04:41:10 +00:00
dbaron%dbaron.org 17de831f49 Fix nsPrintfCString usage inside NS_WARNING (debug code only) so that the full warning is printed. r+sr=mozbot 2003-02-22 17:23:17 +00:00
cbiesinger%web.de b70b9318ee 193855 r/sr=bienvenu offline.news.download.use_days twice in the prefs files 2003-02-22 16:52:58 +00:00
cbiesinger%web.de 28f374d56f 189052 r=paper sr=tor remove function pointers from gifdecoder/gif2.cpp 2003-02-22 16:38:47 +00:00
cbiesinger%web.de 5c9f723d86 178273 r=pavlov sr=tor mis-sized file icon 2003-02-22 16:36:16 +00:00
seawood%netscape.com abe8eafe58 Remove qt toolkit support from the tree.
Use the QT_LAST_RITES tag to pull the last known "good" tree to continue work on the port.
Bug #178987 r=bryner
2003-02-22 07:14:37 +00:00
shliang%netscape.com fd2fe86cb0 192768 change default sound pref for popup blocking, r=danm sr=jag a=dbaron 2003-02-21 00:05:01 +00:00
varga%netscape.com b13722faf1 Fix for bug 139396. Sorting of Bookmarks doesn't work at all.
r=jag sr=sspitzer a=dbaron
2003-02-17 23:55:44 +00:00
seawood%netscape.com 5df01fbdf7 Fix cross-compiling by replacing hardcoded -L/usr/X11R6/lib
Bug #193062 r=peterl a=asa
2003-02-13 19:24:24 +00:00
sspitzer%netscape.com 5dbc0858ba supplimental fix for #192074.
removing mozilla/mailnews/absync from the tree.
r=cls, this bug has a=asa
2003-02-12 19:56:53 +00:00
peterlubczynski%netscape.com f1b3359f04 Bug 192009, stop exporting the default plugin to dist/gre, dist/lib, dist/bin on UNIX, r=cls a=asa 2003-02-06 23:41:43 +00:00
seawood%netscape.com 134856ca89 Fixing tinderbox bustage. 2003-02-06 00:29:06 +00:00
ben%netscape.com 480cfe2d40 Part of fix for 191524, fix a crash in nsIconURI::Equals that occurs when you clear the download manager datasource with the downloads sidebar in Phoenix open. Add null check. r=pavlov, sr=bryner, a=asa 2003-02-01 09:09:24 +00:00
dveditz%netscape.com 985cb4d7c6 reading from corrupt zip archives leaks memory (bug 190996) r=ssu, sr=heikki,a=asa 2003-01-31 21:53:39 +00:00
peterlubczynski%netscape.com b0346f166d Expanding Flash stack curruption hack to all platforms as it was found on OSX, bug 186287 r=kmcclusk sr=sfraser a=dbaron 2003-01-31 19:37:32 +00:00
darin%netscape.com 8304c9ec71 fixes bug 191227 "file uploads hang (especially w/ slower connections or
slower servers)" r=dougt sr=bz a=dbaron
2003-01-31 02:00:45 +00:00
darin%netscape.com 8415cc2ba2 brings IPC service up-to-date with latest necko changes (NOT PART OF THE BUILD) 2003-01-31 00:40:35 +00:00
seawood%netscape.com 1bfff98672 Fixing objdir bustage 2003-01-30 20:37:32 +00:00
seawood%netscape.com c6876e21fe Fix objdir bustage 2003-01-30 20:29:49 +00:00
mkaply%us.ibm.com 90096b4fda OS/2 bustage - just define HIBYTE and LOBYTE for any platform that doesn't have them 2003-01-30 18:52:33 +00:00
mkaply%us.ibm.com f5ae0f7187 OS/2 bustage - we have macros for a reason :) 2003-01-30 18:51:50 +00:00
seawood%netscape.com 8de3611281 Fix ifdef so that only tier-1 platforms are building the plugin sdk.
Fixing OS/2 tinderbox bustage.
2003-01-30 18:38:57 +00:00
seawood%netscape.com 4540357473 Whitespace change to trigger rebuild of libs that depend upon zlib. 2003-01-30 05:53:29 +00:00
dougt%netscape.com bb28a32743 Fixing def file after zlib name change 2003-01-30 05:39:17 +00:00
peterlubczynski%netscape.com faf24ceea7 fixing BeOS bustage 2003-01-30 05:13:53 +00:00
peterlubczynski%netscape.com c41f2866a0 Fixing bustage, r=cls 2003-01-30 03:17:02 +00:00
peterlubczynski%netscape.com ba6a25dc84 Fixing bugstage r=cls 2003-01-30 03:16:39 +00:00
peterlubczynski%netscape.com 862883a650 Attempting to fix bustage on myotonic by adding newline to end of file 2003-01-30 02:09:17 +00:00
dougt%netscape.com 8ee8bd0007 Renaming zlib to mozz similar to what is used on linux. This is to avoid linking to EVIL implementations of zlib. see bug 190460. r=cls,r=ssu, sr=darin. a=asa 2003-01-30 02:03:01 +00:00
peterlubczynski%netscape.com 2558301d5b Making PluginSDK build with ENABLE_TESTS, bug 112255 r=cls a=asa 2003-01-30 00:57:22 +00:00
peterlubczynski%netscape.com 21c92c416c Adding REQUIRES to PluginSDK, removing copying of header, bug 112255 r=cls a=asa 2003-01-30 00:53:04 +00:00
darin%netscape.com 4587b8ee6e final patch for bug 190326 "crash in nsJARChannel.cpp when launching calendar"
r=dougt sr=alecf a=asa
2003-01-29 06:47:55 +00:00
darin%netscape.com e8caee69c2 fixes one of the crashes reported in bug 190326 "crash in nsJARChannel.cpp
when launching calendar" r=dougt sr=bzbarsky a=asa
2003-01-28 19:13:52 +00:00
peterlubczynski%netscape.com d6c1c1d13a Backing out last checkin 2003-01-22 01:04:39 +00:00
peterlubczynski%netscape.com 0dcfa1b762 Marking plugin SDK part of the build during ENABLED_TESTS, bug 112255 r=cls 2003-01-22 00:37:06 +00:00
peterv%netscape.com 20ce5e5d38 Trying to fix more CFM bustage. 2003-01-22 00:00:24 +00:00
peterlubczynski%netscape.com d3e06f12d3 Adding NPAPI plugin headers to Gecko SDK, bug 112255 r=cls 2003-01-21 23:10:59 +00:00
paper%animecity.nu 9f661d06dc BUg 185775. r=biesi, sr=tor. Optimize 1st frame of animated GIFs by calculating only the dirty area and using that on subsequent loops. 2003-01-21 21:08:19 +00:00
peterlubczynski%netscape.com d3e26c300a Fixing Plugin SDK samples, bug 112255, bug 186163, bug 185776 2003-01-21 21:03:49 +00:00
shliang%netscape.com b6048d3120 bug 176624 - popup blocking. r=danm, sr=jag 2003-01-21 07:38:02 +00:00
alecf%netscape.com c13ffc7c9a fix for bug 160377 - only write prefs when they are dirty.
sr=dveditz, r=timeless
2003-01-20 19:08:54 +00:00
dbradley%netscape.com a232df99c3 Bug 189296 - Plugin code takes address of nsCOMPtr's. r=adamlock, sr=jst 2003-01-20 13:03:06 +00:00
paper%animecity.nu 34ad70e13e Bug 181695 Cleanup nsIImage. r= dcone,arougthoper,pedemont,tor,timeless sr=roc+moz 2003-01-20 05:40:51 +00:00
varga%netscape.com ebba8d599c Landing pref based, automatic image resizing.
Disabled by default.
r=jst, sr=jag
2003-01-18 10:17:58 +00:00
darin%netscape.com f68851be3d fix leak (thanks dbaron!) 2003-01-18 03:50:41 +00:00
darin%netscape.com 8f284ed984 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
sspitzer%netscape.com 7727bc2fb6 fix for #23126.
add hidden pref to show Organization header in the message pane.
off by default.
thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2003-01-17 05:58:11 +00:00
louie.zhao%sun.com 14b6bd29ab Fix the wrong operation (use a wrong version of unix.js) of patch check-in for bug 144668 just now. 2003-01-16 07:16:54 +00:00
louie.zhao%sun.com e15516f6fd Bug 144668: Code Mozilla TrueType Printing Code
r=bstell sr=bryner
2003-01-16 05:04:27 +00:00
aaronl%netscape.com c7fbbdd7e5 Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst 2003-01-14 04:03:35 +00:00
pkw%us.ibm.com 1c225168ea Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00
dbaron%dbaron.org 4abc025fba Most of the changes needed for Mozilla to build with gcc's -pedantic-errors option. b=175423 r=seawood sr=bryner 2003-01-13 23:15:42 +00:00
pkw%us.ibm.com 725fb80cfc Backout Bug 188527. 2003-01-10 22:36:09 +00:00
pkw%us.ibm.com 0f4c6ac79b Bug 188527 - Fix linker errors when building GTK2 Mozilla on AIX.
r=seawood@netscape.com
2003-01-10 20:50:43 +00:00
seawood%netscape.com afa00e8b9f Skip the decoders directory if we're not building any image decoders.
Bug #169304
2003-01-10 18:36:07 +00:00
seawood%netscape.com 21c7d258a8 Ok, I forgot this one too. 2003-01-10 03:36:36 +00:00