51454 Commits

Author SHA1 Message Date
terry%mozilla.org
13f6e7ca22 Patch by granrose@netscape.com -- put initial focus into bug# field. 2000-01-27 00:56:33 +00:00
rhp%netscape.com
6ae2ba930a Adding more Mac specific files to the tree - NOT PART OF THE BUILD 2000-01-27 00:45:31 +00:00
hyatt%netscape.com
e1a2c1dbd1 Did I bone this checkin or what. 2000-01-27 00:43:29 +00:00
hyatt%netscape.com
e815d2acc0 added files: mozilla/rdf/content/src/nsXULPopupElement.cpp 2000-01-27 00:13:41 +00:00
hyatt%netscape.com
2e9246da80 Left out some files. 2000-01-27 00:13:26 +00:00
hyatt%netscape.com
3f3077a871 left out a couple of files. 2000-01-27 00:12:37 +00:00
hyatt%netscape.com
2347cb1b47 Left out two files. 2000-01-27 00:12:00 +00:00
rhp%netscape.com
04d3844e67 Adding new files for AppleDouble support ... NOT PART OF THE BUILD 2000-01-27 00:02:23 +00:00
rginda%netscape.com
eebd0c9ee3 Fix for gcc opt bug described in bug 24892. JSRef build fix only, mozilla build still needs some lovin'.
r=rogerl
2000-01-27 00:01:29 +00:00
sfraser%netscape.com
336f69669f Use system includes for stdio.h. r=kin 2000-01-26 23:35:34 +00:00
hyatt%netscape.com
757fc8d376 More popup work. 2000-01-26 23:30:10 +00:00
pinkerton%netscape.com
e5d4c38a9a Fix build bustage. needed a typecast in some cases, but not others. 2000-01-26 23:17:53 +00:00
terry%mozilla.org
20185227fc Add support for keywords. 2000-01-26 23:15:30 +00:00
rhp%netscape.com
ea58383353 Had to convert these from C to CPP - THESE ARE NOT PART OF THE BUILD! 2000-01-26 23:13:23 +00:00
kmcclusk%netscape.com
eeeb109f4c Added support for widgetless viewmanager. Changed code pattern that assumed the root view
always has a nsIWidget instance to call viewmanager to get widget instance. b=22069; r=rods@netscape.com
2000-01-26 23:04:40 +00:00
cmanske%netscape.com
17dd1d08c5 Fixed debug menu bustage, bug 25107,r=akkana 2000-01-26 22:57:35 +00:00
harishd%netscape.com
22ce02da97 Fix for Bug 24738 - Restricting DOCTYPE to html document only.
r=pollmann
2000-01-26 22:57:18 +00:00
alecf%netscape.com
42c8d9f22c fix argument-checking - sending a null server is ok (we'll just give a null identity back)
however, use NS_ENSURE_ARG_POINTER() for aResult!
r=sspitzer
2000-01-26 22:55:16 +00:00
rhp%netscape.com
b25f7c095b Fix for identifying 7bit ascii emails as 8bit data - Bug #: 20767 - r: bienvenu 2000-01-26 22:55:11 +00:00
alecf%netscape.com
007907ad29 start using weak references for the parent folder and the parent server
r=scottip
2000-01-26 22:53:55 +00:00
beard%netscape.com
75de48ff41 changes to build on Mac OS X, r=mccabe 2000-01-26 22:48:49 +00:00
saari%netscape.com
8e132ddbbe part of previous checkin 2000-01-26 22:48:16 +00:00
hyatt%netscape.com
a2d76d1666 added files: mozilla/rdf/content/src/nsJSXULPopupElement.cpp 2000-01-26 22:46:31 +00:00
hyatt%netscape.com
0162350f8c Adding a new popup element. 2000-01-26 22:45:34 +00:00
saari%netscape.com
c2981cef58 fix for 14346, 21854, 24380 and other caret bugs. r= hyatt, brade for the mac menu stuff. 2000-01-26 22:41:43 +00:00
pinkerton%netscape.com
b9123fdca6 Use NS_INTERFACE_MAP_END_INHERITING macro instead of hack. r=hyatt. 2000-01-26 22:35:53 +00:00
pinkerton%netscape.com
d83ae22b1d fix 14574, didn't inherit the QI from nsHTMLContainerFrame. Doh! r=hyatt. 2000-01-26 22:33:44 +00:00
mccabe%netscape.com
09eaa9addc Fix to 24800. Change FREEBSD to __FreeBSD__, allowing the standalone JS engine to build and link on FreeBSD without the client build system (which defines FREEBSD).
Thanks go to braden@endoframe.com for the patch, and to sidr@albedo.net and fur@geocast.com for bug discussion.
2000-01-26 22:27:51 +00:00
beard%netscape.com
59cc89438e configuration file for Mac OS X. 2000-01-26 22:27:29 +00:00
racham%netscape.com
7730c871c8 Fixes for 15037, 24681, 24247, 17527, 21716, 19620, 15755. Adapted nsVoidArray solution for profiles data structure. Fixed couple of activation related bugs. Fixed CreateProfile option bug. Added to code to create a default profile silently, when needed. r= sspitzer 2000-01-26 22:19:02 +00:00
troy%netscape.com
db25894cff b=24936, r=nisheeth@netscape.com Changed block code to set mNextRCFrame to
NULL after reflowing the frame, so if we reflow it again we don't think it's
an incremental reflow
2000-01-26 22:18:33 +00:00
rogerl%netscape.com
f9fb6c6dfc r=norris,waldemar
Fixes for bugs#23607, 23608, 23610, 23612, 23613. Also, first cut at URI
encode & decode routines.
2000-01-26 22:15:06 +00:00
troy%netscape.com
4f738fb73f r=nisheeth@netscape.com Added asserts to help catch the case of poorly
targeted reflow commands
2000-01-26 22:11:47 +00:00
nhotta%netscape.com
324fe8e9a8 Fixed typdo, r=ftang. 2000-01-26 22:02:20 +00:00
pepper%netscape.com
1df37326cd All source files must contain a newline at the end or the lesser nixes won't compile. 2000-01-26 21:57:30 +00:00
ben%netscape.com
98f3f80ed9 fix pref dialog fail-on-ok bug 2000-01-26 21:56:50 +00:00
terry%mozilla.org
c3044d2b18 Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugs
should be relative URLs, not absolute.
2000-01-26 21:56:24 +00:00
kin%netscape.com
320169c443 Fix for bug #12825: {css-moz} overflow: -moz-scrollbars-* not implemented
Added code to implement the new overflow -moz-scrollbars values.
r=evaughan@netscape.com
2000-01-26 21:56:03 +00:00
kin%netscape.com
267857ff5c Fix for bug #6544: Cannot search on XML page
Modified all body methods to deal with the body node for HTML documents,
and the document root node for all other types of documents. Renamed
all body methods.
r=sfraser@netscape.com
2000-01-26 21:55:51 +00:00
dougt%netscape.com
685b99e170 xpcom/io changes,
Fixes bug 25028.
Added new dirty flag so that resolutions can be purged.
checked in VC5 fix from pollmann and jband
checked in fix from colin@theblakes.com for VMS.

r= valeski, pollmann, colin@theblakes
2000-01-26 21:55:13 +00:00
pinkerton%netscape.com
9d8c2663ba fix for NS_INTERFACE_MAP_END_INHERITING, wrong local var passed to base class's QI. r=scc. 2000-01-26 21:54:07 +00:00
pinkerton%netscape.com
9dd1d506bb fix for bug 25092 (UMR's in drag/drop part of ESM). Again, we weren't copying the full event before redispatching. r=sfraser. 2000-01-26 21:52:47 +00:00
terry%mozilla.org
d1efedc9f4 Allow searches for "all keywords" or "no keywords"; fixed some other
bugs around keyword queries.
2000-01-26 21:48:36 +00:00
terry%mozilla.org
a46cdb9ac9 Add a way to log all SQL requests made. 2000-01-26 21:47:55 +00:00
terry%mozilla.org
4dc72d6730 If adding the new "lastdiffed" field, it works out better to
initialize it to "now", not to "delta_ts".
2000-01-26 21:17:36 +00:00
idk%eng.sun.com
595678b109 Fixed some problems with [out] parameters. 2000-01-26 21:17:31 +00:00
sspitzer%netscape.com
1a7841574a change PR_ASSERT to NS_ASSERTION. on linux, PR_ASSERT calls abort, and
I was getting getting to the PR_ASSERT when copying text in a quoted mail message.  r=akkana, a=leaf
2000-01-26 20:39:28 +00:00
norris%netscape.com
da933ad300 Propagate changes from 1.5 branch. 2000-01-26 18:57:00 +00:00
bienvenu%netscape.com
63fa5073bc fix for blocker 25076 r=rhp 2000-01-26 16:50:38 +00:00
dcone%netscape.com
50dc1973a2 fixed a print parameter problem. 2000-01-26 16:15:57 +00:00