jefft%netscape.com
74757bed6e
added one more parameter, nsresult result, to NotifyCompletion()
1999-06-26 18:19:33 +00:00
erik%netscape.com
29e23c42fa
Delay the creation of the DLL until install:: time so that the networking
...
library will already have been built.
1999-06-26 18:05:41 +00:00
blizzard%redhat.com
bb3e737c43
reuse a little code
1999-06-26 15:06:05 +00:00
rjc%netscape.com
9e3165d37f
Fix a lot of warnings by not using "basename" as a variable as it happens to be defined globally as a function.
1999-06-26 09:25:22 +00:00
rjc%netscape.com
01aa9a5b30
Fix typo.
1999-06-26 09:17:46 +00:00
rjc%netscape.com
25a4aa2fe1
Fix typos.
1999-06-26 09:10:53 +00:00
rjc%netscape.com
9fdb5cf67f
Implement some commands for bookmarks.
1999-06-26 08:31:16 +00:00
rjc%netscape.com
076f7b157d
Cleanup.
1999-06-26 08:29:11 +00:00
rjc%netscape.com
82777a2af7
When building up list of commands via GetAllCmds(), walk forwards instead of backwards over datasources.
1999-06-26 08:28:43 +00:00
mccabe%netscape.com
563513795f
Fix warning fix by casting void * (to go into a hashtable) as an unsigned int rather than as an int, which busts on platforms that have the high bit set for pointers.
...
Thanks to Duncan Wilcox <duncan@be.com> for catching this.
1999-06-26 08:17:00 +00:00
mcafee%netscape.com
c2f0aa14c4
Rules for BeOS build. Thanks to Duncan Wilcox (duncan@be.com) for this patch.
1999-06-26 08:16:01 +00:00
mcafee%netscape.com
2a63515ffc
BeOS comment.
1999-06-26 07:43:12 +00:00
mcafee%netscape.com
6111f3f92d
Adding BEOS_PROGRAM_RESOURCE
1999-06-26 07:42:19 +00:00
rjc%netscape.com
9a084abf17
Cleanup.
1999-06-26 07:40:59 +00:00
mcafee%netscape.com
034abb0344
Adding cases for BeOS.
1999-06-26 07:40:25 +00:00
mcafee%netscape.com
b43e71d97a
INCLUDES should be LOCAL_INCLUDES.
1999-06-26 07:34:36 +00:00
mcafee%netscape.com
02058970cb
Adding BeOS case.
1999-06-26 07:28:55 +00:00
mcafee%netscape.com
58aee90695
Adding case for BeOS.
1999-06-26 07:26:55 +00:00
rjc%netscape.com
5f751d82d6
Cleanup.
1999-06-26 07:25:54 +00:00
mcafee%netscape.com
0e7d956e43
Changes for BeOS.
1999-06-26 07:19:21 +00:00
mcafee%netscape.com
e5d61c9fc4
Adding comment for BeOS.
1999-06-26 07:16:51 +00:00
mcafee%netscape.com
ca3d3dcf86
Adding case for BeOS.
1999-06-26 07:15:38 +00:00
rjc%netscape.com
cf81c8c689
Cleanup.
1999-06-26 07:11:56 +00:00
mcafee%netscape.com
5128e9fa51
Removing some bogus crap from this Makefile.
1999-06-26 07:11:10 +00:00
sspitzer%netscape.com
e338d0d8ee
fix warnings. use nsCOMPtr
1999-06-26 06:58:25 +00:00
mcafee%netscape.com
dcd3528312
Adding BeOS case.
1999-06-26 06:46:20 +00:00
mcafee%netscape.com
410e40c20b
Adding BeOS case.
1999-06-26 06:39:43 +00:00
warren%netscape.com
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
warren%netscape.com
9028d6548a
Added HashValue methods for ascii strings.
1999-06-26 06:32:35 +00:00
sspitzer%netscape.com
d79b625b6c
fix warning.
1999-06-26 05:57:29 +00:00
rjc%netscape.com
5919536f88
Add contextual menu support for bookmarks panel.
1999-06-26 05:04:24 +00:00
sspitzer%netscape.com
3c95fb7fef
more anal tricks.
1999-06-26 05:01:40 +00:00
sspitzer%netscape.com
adacdfb839
being anal.
1999-06-26 04:59:48 +00:00
rjc%netscape.com
452d355bf8
Return an empty command enumerator instead of throwing an assertion.
1999-06-26 04:58:22 +00:00
rjc%netscape.com
03d1711a4f
Reject assertions that we don't support instead of returning an error.
1999-06-26 04:51:05 +00:00
sspitzer%netscape.com
a835408986
fix warnings
1999-06-26 04:40:56 +00:00
rjc%netscape.com
60ad33efbd
Add some FTP commands (for context menus).
1999-06-26 04:39:16 +00:00
rjc%netscape.com
627eedced2
Add support for context menus.
1999-06-26 04:38:48 +00:00
sspitzer%netscape.com
bc93b8b14a
fix warning
1999-06-26 04:38:06 +00:00
sspitzer%netscape.com
c894751ee0
fix the "ANSI C forbids an empty source file" warning.
...
of course this introduce the "defined but not used" warning.
I'll fix that when later.
1999-06-26 04:36:48 +00:00
sspitzer%netscape.com
4ca17620eb
fix warnings
1999-06-26 04:17:58 +00:00
sspitzer%netscape.com
d61d750b4d
explict casts to fix warnings
1999-06-26 04:13:40 +00:00
rhp%netscape.com
12c15039c7
Remove the ifdef with new interface in place
1999-06-26 04:01:41 +00:00
brendan%netscape.com
f209a9322b
Remove gratuitous include of <string.h>.
1999-06-26 03:32:15 +00:00
brendan%netscape.com
e929b85ff4
- Rename js_CallFunctionValue to js_InternalCall to distinguish it from all
...
"external" calls compiled from scripts, which have stack budget depth slots
under the return value slot for the call expression's generating pc.
- New internalCall packed boolean flag in JSStackFrame to distinguish callers
of js_InternalCall so the generating pc isn't mistakenly stored depth slots
below stack space allocated on-the-fly for internal call args/rval.
- Fixed bugzilla bug 8042, finally by storing the call expression's generating
pc -- but only for external calls.
- Whitespace policing, gratuitous parenthesization reduction, etc.
1999-06-26 03:28:47 +00:00
troy%netscape.com
520a472166
Fix for bug #6630 . Don't force the desired width to 0 for zero-height
...
frames, and don't have the document element frame shrink wrap
1999-06-26 03:21:49 +00:00
valeski%netscape.com
a541b3d8f7
these are now in the public dir.
1999-06-26 03:13:39 +00:00
brendan%netscape.com
664844765b
Eliminate assignment in condition.
1999-06-26 03:00:36 +00:00
rjc%netscape.com
fcb4181ccf
Implement GetAllCmds().
1999-06-26 02:58:50 +00:00
hyatt%netscape.com
9c6b436724
Throw me a frickin' bone here.
1999-06-26 02:45:36 +00:00