Commit Graph

102202 Commits

Author SHA1 Message Date
gerv%gerv.net
e84f7f3f3c Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz. 2002-04-26 23:18:57 +00:00
igor%mir2.org
2c519e3fb5 Refactoring interpreter initialization to follow code more easily 2002-04-26 23:18:08 +00:00
igor%mir2.org
d8b73f2048 Tab removal 2002-04-26 23:14:50 +00:00
wtc%netscape.com
787be44323 Needed a (char *) cast for slotInfo.manufacturerID because it is an array
of "unsigned" chars.  Mac's compiler complains about that.
2002-04-26 23:05:40 +00:00
jgmyers%netscape.com
bf7e6b01fd Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin 2002-04-26 23:02:11 +00:00
kestes%walrus.com
c251d815e4 make the seamonkey tree be like the original seamonkey tree. 2002-04-26 23:00:10 +00:00
kestes%walrus.com
aa8729b458 color changes for the colorblind. 2002-04-26 22:57:22 +00:00
wtc%netscape.com
4841e2949f Removed devobject.c from the project. That file was removed. 2002-04-26 22:52:07 +00:00
darin%netscape.com
8c49d39ba8 fixes bug 138780 - Redirect with non-ASCII in URL fails
r=andreas.otte@debitel.net sr=rpotts
2002-04-26 22:50:50 +00:00
kestes%walrus.com
ec30a74a29 automatically run --daemon-mode when admin or notices are run. 2002-04-26 22:42:44 +00:00
wtc%netscape.com
2762eaebca Need to define SHLIB_SUFFIX for lib/softoken/dbinit.c. 2002-04-26 22:42:15 +00:00
kestes%walrus.com
e98e44cb73 still messing with the TinderPrint stuff. 2002-04-26 22:40:11 +00:00
relyea%netscape.com
3d3a200209 return error when incomplete shutdown has been detected. 2002-04-26 22:36:07 +00:00
kestes%walrus.com
30d8243fdc fixed typo, slipage is now slippage. 2002-04-26 22:33:53 +00:00
kestes%walrus.com
b1a9c8680f more backward compatibilty. 2002-04-26 22:27:45 +00:00
kestes%walrus.com
812095c61a add better error message on failure. 2002-04-26 22:27:17 +00:00
gerv%gerv.net
5c1564002e Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; 2xr=gerv. 2002-04-26 22:16:34 +00:00
kestes%walrus.com
0df00cb365 change availible to available. 2002-04-26 22:05:07 +00:00
peterv%netscape.com
bab1b97925 Fix for bug 140060 (ReplaceChild on a document's documentElement fails). r=bz, sr=jst. 2002-04-26 21:52:48 +00:00
naving%netscape.com
281921ef9d 139833 r=racham sr=sspitzer Save the default sent/drafts/templates(folder URIs) prefs settings correctly 2002-04-26 21:50:18 +00:00
mscott%netscape.com
b2245fbaed Bug #121299 --> fix the cookie icon. Add a classic screenshot icon.
r=morse
sr=sspitzer
2002-04-26 21:44:51 +00:00
mscott%netscape.com
9a7feaafc6 file status-cookie.gif was initially added on branch MOZILLA_1_0_0_BRANCH. 2002-04-26 21:42:29 +00:00
gerv%gerv.net
a6b8e2f84d Bug 140407 - remove all references to directories template/default and template/custom. They are no more. Oceania is at war with Eastasia. Oceania has always been at war with Eastasia. 2002-04-26 21:12:42 +00:00
bryner%netscape.com
1055ff87c1 Removing old XBL form control images. Not part of the build. 2002-04-26 21:12:19 +00:00
bryner%netscape.com
e439596f8f Removing references to old XBL form control images and CSS. Not part of the build. 2002-04-26 21:11:04 +00:00
gerv%gerv.net
0daa32f443 Move a </center> tag (inserted in bug 129442 in a vain attempt to make this CGI's HTML validate) to the bottom of the initial page. This has the effect of fixing the alignment of the "choose chart" widgets; returning them back to the centre, where it should be. No bug number. 2002-04-26 21:09:50 +00:00
rginda%netscape.com
6d9b0eac20 - venkman only -
bug 139883, "ErrorHookProc can be tricked into thinking it never finished running", r=peterv
fixes bad early return in jsds_ErrorHookProc
test for correct max params (12, not 8) in CreatePPLineMap
use nsnull instead of 0 for null pointer return value
2002-04-26 20:57:35 +00:00
alecf%netscape.com
fce06e28d7 check in start of "embed-lite" module, lightweight versions of some seamonkey components
This way embedding doesn't need to include stuff like chrome, rdf, mork, etc.

not part of the build
2002-04-26 20:47:58 +00:00
kmcclusk%netscape.com
95ef1c8157 Abort paint if destroying the PresShell and check for null PresShell in nsImageLoader. bug 102585. r=waterson sr=attinasi 2002-04-26 20:44:38 +00:00
pinkerton%netscape.com
71c317aed7 remove a log statement 2002-04-26 20:24:15 +00:00
pinkerton%netscape.com
84e5053ebb don't pass drags to anything that's one of our views, but not a ChildView
(ie, scrollbars).
2002-04-26 20:24:02 +00:00
varga%utcru.sk
e17f6e1104 Fix for bugs:
135002 - timing issues in the outliner content model.
137890 - twisties doesn't appear for empty="true" on treeitems.
r=bryner, sr=hewitt,ben
- added support for hidden attribute on a treeitem
2002-04-26 20:20:57 +00:00
oeschger%netscape.com
41040451bd help content update: search database additions, dispensation per 122806 2002-04-26 20:18:14 +00:00
gerv%gerv.net
0313e1e25c Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk. 2002-04-26 20:03:08 +00:00
sspitzer%netscape.com
1fcb78d629 fix for regression bug #138647. turn off some code that was for #134743.
until I figure it out.  r/sr=bienvenu
2002-04-26 19:52:41 +00:00
waterson%netscape.com
17548dbe90 Bug 138057. Eliminate nsBlockFrame::RememberFloaterDamage, instead
recording the damage when we reflow the floater. This allows us to
catch several cases that we weren't catching before, so we no longer
need to dirty all the line boxes when an incremental reflow targeted
at a float arrives. r=dbaron, sr=attinasi.
2002-04-26 19:28:27 +00:00
waterson%netscape.com
d572531e5b Bug 138057. Eliminate nsBlockFrame::RememberFloaterDamage, instead recording the damage when we reflow the floater. This allows us to catch several cases that we weren't catching before, so we no longer need to dirty all the line boxes when an incremental reflow targeted at a float arrives. r=dbaron, sr=attinasi. 2002-04-26 19:19:39 +00:00
pinkerton%netscape.com
bdcd64bf33 open a new widow if there aren't any available for us to use 2002-04-26 19:13:38 +00:00
pinkerton%netscape.com
b453bbba7b Hookup mozilla pref about re-using the window on a GURL event 2002-04-26 19:02:28 +00:00
pinkerton%netscape.com
67849e99d3 fix a warning 2002-04-26 19:01:52 +00:00
alecf%netscape.com
6aea0c1b86 bug 138287 - profile manager depends on appshell
we were just creating some CIDs that were totally unused, so I removed them and the #includes
that caused the dependency
sr=jag, r=bhuvan
2002-04-26 18:47:25 +00:00
myk%mozilla.org
2380c262e2 Fix for bug 139930: checksetup.pl no longer fails if data/params does not exist
Patch by Myk Melez <myk@mozilla.org>
r=bbaetz,gerv
2002-04-26 18:39:39 +00:00
myk%mozilla.org
7be55a6146 Fix for bug 139759: gets email searches for "cc: list or assignee" working again.
Patch by David Ward <dward@netschools.net>
2xr=myk
2002-04-26 18:17:04 +00:00
myk%mozilla.org
e4dc4740a3 Fix for bug 140354: Prevents "edit attachment as comment" from displaying opening and closing HTML tags on recent versions of Mozilla by making the regexp that finds and removes them case-insensitive.
Patch by Myk Melez <myk@mozilla.org>
2xr=gerv
2002-04-26 18:12:54 +00:00
cbiesinger%web.de
88125fbc59 bug 140141 patch by kairo@kairo.at r=biesi sr=alecf
Switching language/content packs is broken (once again)
2002-04-26 18:11:38 +00:00
caillon%returnzero.com
6517a6882c 139343, zapping build warnings from computed style. r=bzbarsky,sr=jst 2002-04-26 18:10:14 +00:00
blizzard%redhat.com
8139a913c3 Changes related to getting embedding working. Not part of the build. 2002-04-26 17:52:08 +00:00
sgehani%netscape.com
39c2f63613 Backing out sidebar personal toolbar button.
b=134345
2002-04-26 14:59:15 +00:00
ian.mcgreer%sun.com
cdae9ed5a1 When doing cert traversals, create the certs in full as they are found. This avoids thrashing the softoken's object cache when the database has a large number of certs. 2002-04-26 14:34:05 +00:00
dcone%netscape.com
1378739a27 b=137223 r=pavlov sr=attinasi Fixed rendering of blended PNG's 2002-04-26 13:12:18 +00:00