Commit Graph

115094 Commits

Author SHA1 Message Date
sspitzer%netscape.com
16be564589 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
seawood%netscape.com
290b0437b6 Cleaning up from absync removal
Bug #192907 r=sspitzer borrowing a=asa from original absync bug (192074)
2003-02-12 19:44:41 +00:00
sspitzer%netscape.com
b81a4fcc0b supplimental fix for #192074. removing mozilla/mailnews/absync from the tree.
r/sr=bienvenu, this bug has a=asa
2003-02-12 19:32:18 +00:00
wtc%netscape.com
ce1bcc8bab Bug 192962: include <string.h> for the declaration of memcpy.
Modified files: priometh.c prrng.c
2003-02-12 19:19:12 +00:00
sspitzer%netscape.com
7083f55614 supplimental fix for #192074. removing mozilla/mailnews/absync from the tree.
r/sr=bienvenu, this bug has a=asa
2003-02-12 19:13:13 +00:00
seawood%netscape.com
12601bc391 Increase lgot buffer for irix gcc builds.
Thanks to Nick Blievers <nickb@adacel.com.au> for the patch.
Bug #192847 r=cls a=dbaron
2003-02-12 18:17:34 +00:00
kirk.erickson%sun.com
d44a9d0be8 Removed extraneous ` from PRODUCT_VERSION. 2003-02-12 16:12:14 +00:00
mikep%oeone.com
938378336c New build. 2003-02-12 16:00:58 +00:00
ccarlen%netscape.com
b530e24995 Bug 186036 - Allow PPEmbed to build under Mach-O. r=pinkerton/sr=bryner/a=asa 2003-02-12 16:00:49 +00:00
justdave%syndicomm.com
9d6616217e Bug 192874: checksetup.pl wasn't silencing the GraphViz check when running in silent mode.
r=zach, a=justdave
2003-02-12 15:51:08 +00:00
mikep%oeone.com
c09c2347ee Fixing so that export exports the selected events. 2003-02-12 15:43:09 +00:00
mikep%oeone.com
c0bd10861d Fixing bug with publish showing up when no events are selected, and start of trying to force user to type a valid URL for publish dialog. 2003-02-12 15:39:08 +00:00
ccarlen%netscape.com
32df2c754b Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
mikep%oeone.com
fad9fac9e7 Fixing js errors with latest Mozilla build (1.3b) 2003-02-12 15:20:16 +00:00
mikep%oeone.com
a254784e90 Fix for event dots in month view, from Eric via email to mikep. 2003-02-12 15:19:35 +00:00
neil%parkwaycc.co.uk
7b79fec517 Bug 192479 DOM inspector XBL bindings not updated for xbl: namespace prefix on inherits= attribute r=caillon sr=peterv sr=alecf a=asa 2003-02-12 11:54:25 +00:00
neil%parkwaycc.co.uk
d704d38a38 Bug 191127 Applying Content Alignment: Vertical to multiple cells produces broken HTML r=glazman sr=kin a=asa 2003-02-12 11:52:00 +00:00
neil%parkwaycc.co.uk
3162ce6df0 Bug 186129 SetTextboxFocus() should select textbox contents r=brade sr=kin a=asa 2003-02-12 11:50:15 +00:00
neil%parkwaycc.co.uk
b970f7ac4f Bug 112264 need descriptive tooltips for thread pane column headers r/sr=sspitzer a=asa 2003-02-12 11:42:50 +00:00
neil%parkwaycc.co.uk
c83d8597c3 Bug 114505 Offline: No mnemonics in 'Download and Sync Messages' dialogs p=walk84@yahoo.com r=me sr=sspitzer a=asa 2003-02-12 11:26:08 +00:00
rginda%netscape.com
9d2d14c1ae syncing with the latest apidoc from /webtools/apidoc 2003-02-12 08:25:15 +00:00
rginda%netscape.com
864ef298c4 more changes from Petr Cimprich <petr@gingerall.cz>
- Section titles are URL-encoded in link anchors now, thus the titles can include spaces and non-English chars now.

- parse_apidoc.pl generates one more file now: sidebar-toc.html
This is a version of toc functioning as Mozilla sidebar, it links sidebar.css so that it can be customized.
(you can test some sidebars at http://www.gingerall.org/charlie/ga/xml/l_lib.xml)
2003-02-12 08:23:52 +00:00
justdave%syndicomm.com
5cdf04a239 Bug 58020: include bug summaries in whinemail.
Patch by pbaker@where2getit.com (Paul Baker)
r= jouni, a= justdave
2003-02-12 08:21:39 +00:00
rogerl%netscape.com
1f8d040166 Added 'arguments' property and global object resolution for 'this'. 2003-02-11 23:58:26 +00:00
rbs%maths.uq.edu.au
be2365be95 Make MathML handle the <semantics> tag implicitly (take 2), b=154931, r=dbaron, sr=roc, a=asa 2003-02-11 23:15:01 +00:00
bryner%netscape.com
fb690a35f8 In the case where a larger area of the image is invalidated than has been decoded, use code that's logically equivalent (at least for aSY == 0) but less prone to floating point errors, and also handle constraining the src rect to the top, left, and right of the decoded rect.
This code is lifted from the nsImageGTK implementation.  Fixes one cause (hopefully all) of bug 159796, blank lines in images.  r=pinkerton, sr=sfraser, a=asa.
2003-02-11 21:45:08 +00:00
dbaron%dbaron.org
383248a0c7 Fix hang when saving pages with non-ASCII characters in URLs. b=191965 r=adamlock sr=bzbarsky a=asa 2003-02-11 20:28:44 +00:00
dbaron%dbaron.org
faba98289a Fix leak when handling key events on zombie pages. b=192336 r+sr=roc a=asa 2003-02-11 20:26:42 +00:00
mkaply%us.ibm.com
ecc946e850 #192712
r=pedemont, sr=blizzard (platform specific code), a=dbaron
OS/2 only - uninstall everything (well almost everything - we're still working on uninstalling the uninstaller)
2003-02-11 20:25:45 +00:00
mkaply%us.ibm.com
61ecb2a700 #192486
r=pedemont, sr=blizzard (platform specific code), a=dbaron
OS/2 only - set owner of frame windows
2003-02-11 20:18:40 +00:00
blizzard%redhat.com
63e71934f3 lots of 1.3b-related changes. not part of the default build. 2003-02-11 18:05:36 +00:00
axel%pike.org
3f3c4a45fe bug 192701, npob, use MOZILLA_VERSION instead of hardcode version number for XSLT standalone driver, sr=peterv, a=dbaron 2003-02-11 17:47:02 +00:00
nboyd%atg.com
01d701f40f Remove language about "release candidate" now that we have a final. 2003-02-11 15:04:12 +00:00
sspitzer%netscape.com
aa8d1a1dc8 fix for bug #192074. remove the absync code from the mozilla tree.
r=cavin, sr=bienvenu, a=asa
2003-02-11 08:14:50 +00:00
sspitzer%netscape.com
7c65035441 fix for bug #192074. remove the absync code from the mozilla tree.
r/sr=bienvenu, a=asa
2003-02-11 08:12:12 +00:00
sspitzer%netscape.com
86e46e851f fix for bug #122282.
files with .ldif/.txt/.tab extension are not listed when corresponding file types are specified.
thanks to pkw@us.ibm.com for the fix.  r/sr=sspitzer, a=asa
2003-02-11 07:54:25 +00:00
sspitzer%netscape.com
1d1b1171be fix for bug #188051. IMAP mark as read sends DeleteOrMoveMsgCompleted event.
thanks to bienvenu for the fix.  r/sr=sspitzer, asa.
2003-02-11 07:49:39 +00:00
henry.jia%sun.com
2a809d07c1 Bug 148043: namespace prefs keep growing when checking for mail in multiple folders is on due to cached connections
r=bienvenu, sr=Henry, a=asa
2003-02-11 04:07:22 +00:00
jake%bugzilla.org
5dd9a544fe Give all FAQ questions an id so the anchor name doesn't have to be randomly generated and therefore won't change every time the docs get recompiled. 2003-02-11 04:06:01 +00:00
jst%netscape.com
953e3d4e09 Backing out the change to use memcmp() for comparing ID's. r=jaggernaut@netscape.com, sr=alecf@netscape.com, a=dbaron@dbaron.org. 2003-02-11 02:05:20 +00:00
nboyd%atg.com
a14de23839 Update for final release 2003-02-11 01:50:26 +00:00
wtc%netscape.com
ff2fd3be04 Bug 107976: allow CC to be overridden (with the full pathname of the C
compiler) on the make command line.
Modified files: AIX.mk ruleset.mk
2003-02-11 01:15:36 +00:00
kestes%walrus.com
4fa839ed8e add new alt tag to the vcdisplay call. 2003-02-11 00:29:57 +00:00
kestes%walrus.com
e70751a8ce add the emacs perlmode indicator to top of file. 2003-02-11 00:27:47 +00:00
kestes%walrus.com
6e214e4a11 add emacs perlmod to top of file. 2003-02-11 00:26:02 +00:00
kestes%walrus.com
fdb5425dbd save the output to disk instead of sending to stdout. 2003-02-11 00:25:04 +00:00
pschwartau%netscape.com
9b8ebff7f5 Skip new test that uses SpiderMonkey's toSource() functionality (non-ECMA). 2003-02-11 00:24:33 +00:00
kestes%walrus.com
b9616de86d typo fix provided by "David Wu" <davidwu@exchange.nbttech.com>
typo in  prepare_bonsai_args definition of branch actually set the
module. fix provided by "David Wu" <davidwu@exchange.nbttech.com>
2003-02-11 00:16:34 +00:00
pschwartau%netscape.com
02a3ab1ed8 Initial add. Regression test for bug 192465. 2003-02-11 00:13:45 +00:00
relyea%netscape.com
d104d1a923 Always free the key reference passed to us from the client 2003-02-10 22:36:45 +00:00