59583 Commits

Author SHA1 Message Date
beard%netscape.com
34189b3459 tightened up spacing in printOperands(), changed GenericBranch.printOperands() to conditionally print condition register contents. 2000-04-28 13:44:59 +00:00
beard%netscape.com
f4ae9c632f tightened up spacing in printOperands(). 2000-04-28 13:43:49 +00:00
brade%netscape.com
9d98467569 fix bug #35184; give urlbar focus so that the editor is activated and d&d can work properly 2000-04-28 13:33:22 +00:00
beard%netscape.com
74ffb17601 Added Tracer to testFunctionCall(). 2000-04-28 13:31:39 +00:00
beard%netscape.com
0be964c389 const ArgList& makes gcc happy. 2000-04-28 13:25:57 +00:00
beard%netscape.com
0a05625ba6 Added jstypes.o 2000-04-28 13:25:24 +00:00
beard%netscape.com
3583fb214c added ArgList helper struct to print Call operands, regenerated printOperands() methods to reduce warnings. 2000-04-28 13:20:26 +00:00
beard%netscape.com
b790669bbc operator<< (Formatter& f, ArgList& al) 2000-04-28 13:18:03 +00:00
beard%netscape.com
9252fe2e66 support for printing ArgLists. 2000-04-28 13:17:35 +00:00
beard%netscape.com
63bdc966ee Unused. 2000-04-28 13:16:23 +00:00
mccabe%netscape.com
3ad4f337ee Fix 13413 - Require that the targets of length_is attributes have unsigned long type. There were a number of violations of this in the tree, so it turns out this was a useful one. Also add checks for missing parameters, length_is parameters that point to themselves, etc.
Fix 8833 - Allow typedefs in const declarations.

Fix several warnings.

Remove a huge chunk of #if 0 code in in xpidl_typelib.c (that had accumulated subsequent changes!)
2000-04-28 11:14:29 +00:00
cls%seawood.org
c9bf929274 nsString fixes for xmlterm 2000-04-28 10:55:20 +00:00
mccabe%netscape.com
e9209489d7 change several IDL parameters to be unsigned, to work better with length_is, size_is. Preperatory to requiring unsigned in xpidl, fixing 13413 2000-04-28 10:51:52 +00:00
cls%seawood.org
a823359983 Made sure that sub-modules use the date option when MOZ_CO_DATE is set.
Made sure CONFIGURE_ENV_ARGS were passed to configure.
2000-04-28 10:33:50 +00:00
pierre%netscape.com
ef1931a1f8 35261. Implement :last-node (P and Hx tags inside a cell do not collapse the cell). Change TD to collapse the bottom margin on the last-node. 2000-04-28 10:02:12 +00:00
mwelch%netscape.com
6fa77f4c37 Applying Mac changes 2000-04-28 09:35:09 +00:00
mwelch%netscape.com
2c79f59ddf Adding Mac build information. Project file is merely a placeholder right now; serious work remains to be done here. 2000-04-28 09:28:54 +00:00
mwelch%netscape.com
6556ee4eaf Adding Mac files, primarily as placeholders 2000-04-28 09:14:36 +00:00
cls%seawood.org
67438c614e nsString fixes for mathml. 2000-04-28 08:55:55 +00:00
pierre%netscape.com
a8dbb57e7f 9876. Implemented CSSStyleDeclaration removeProperty. r=jst. 2000-04-28 08:35:40 +00:00
alecf%netscape.com
ab84816818 add skeleton implementations of search attribute XBL (doesn't work right now) 2000-04-28 08:25:47 +00:00
alecf%netscape.com
d792e03c55 add the cool hypnotizing background to the messenger toolbar 2000-04-28 08:23:07 +00:00
alecf%netscape.com
783399c12e do ben a favor and make a bunch of shared stuff skinnable! 2000-04-28 08:20:11 +00:00
sspitzer%netscape.com
06fb0d06ec fix assertion, reported by mjudge. 2000-04-28 08:09:57 +00:00
cmanske%netscape.com
92a8c74bdd Tweak EdImageProps.js 2000-04-28 07:57:29 +00:00
cmanske%netscape.com
dafd33e59b Fixed AdvancedEditButton in ImageProps dialog 2000-04-28 07:54:58 +00:00
mjudge%netscape.com
ab335c2318 fixed str bustage. 2000-04-28 07:51:09 +00:00
cmanske%netscape.com
db7bb1ebe8 Fixed EdHLineProps.xul and EdColorProps.xul. Cleaned up AdvancedEdit buttons 2000-04-28 07:34:48 +00:00
ruslan%netscape.com
7280a72a64 Add necko resource bundle manifests to MAC build, r=davidm 2000-04-28 06:38:26 +00:00
ruslan%netscape.com
6095a706fe Uncomment http preferences (doesn't change any defaults) to make
them recognizable with right values by pref UI
2000-04-28 06:37:31 +00:00
ruslan%netscape.com
89455c8bd4 Turn on nsHTTPFinalListener to fix various notification bugs, r=gagan. Make
disk cache classes implement threadsafe_isupports, r=davidm, add placeholder
for resource bundles for necko.
2000-04-28 06:36:31 +00:00
ruslan%netscape.com
10b8a6f7fb Hook up http preferences to pref_debug window 2000-04-28 06:36:29 +00:00
hyatt%netscape.com
140f02ceaf Tweak. 2000-04-28 06:35:49 +00:00
mjudge%netscape.com
64d7efcbdb small change to the way you get selection 2000-04-28 06:22:07 +00:00
mjudge%netscape.com
7e5a6b3cd7 change to move selection interfaces to nsISelectionController and away from nsIPresShell or nsIDocument 2000-04-28 06:21:31 +00:00
mjudge%netscape.com
67a72ebc1e massive change to stop the editor fromknowing about nsIPresShell or nsIDocument 2000-04-28 06:20:36 +00:00
nhotta%netscape.com
5e8ceb956f Added a pref UI for mailnews.send_default_charset, bug 32802. 2000-04-28 06:18:50 +00:00
hyatt%netscape.com
5cbf533459 Fix crash on dynamic skin switch. 2000-04-28 06:17:47 +00:00
cmanske%netscape.com
e78e6fbae6 Fixed Composer bugs 287475, 36937, 36981, 36996. More massive XUL skin conversion. 2000-04-28 05:59:16 +00:00
cmanske%netscape.com
94a2756095 Converting message compose to use new xul widgets on toolbar. Removing 'edit HTML source'. r=ducarroz 2000-04-28 05:57:06 +00:00
beard%netscape.com
5416b79b52 regenerated dependencies 2000-04-28 05:46:22 +00:00
beard%netscape.com
905703a8f3 tracing now prints instruction operands. 2000-04-28 05:44:38 +00:00
beard%netscape.com
74a712cb16 using JSValue::tag to do simple operand validation. 2000-04-28 05:43:33 +00:00
jband%netscape.com
9b9748680c not part of build 2000-04-28 05:42:57 +00:00
beard%netscape.com
0738cd6cd1 forward declaring ICodeModule, to break circularity. JSValue is now a tagged union. 2000-04-28 05:42:46 +00:00
beard%netscape.com
ea344e71ab Instruction::count(), Instruction::printOperands(), plus newly generated instruction classes. 2000-04-28 05:41:54 +00:00
beard%netscape.com
d175bc97b6 added jstypes.cpp 2000-04-28 05:40:42 +00:00
beard%netscape.com
ca3c76a044 operator<<(Formatter&, const JSValue&) 2000-04-28 05:40:16 +00:00
beard%netscape.com
554a69c801 generates printOperands() 2000-04-28 05:39:27 +00:00
beard%netscape.com
f9b2ea4212 runs gencode.pl with MW Perl. 2000-04-28 05:39:04 +00:00