toshok%hungry.com
|
758323e699
|
fix up the unix build a bit -- egcs had problems with aggregate initializers, and linux whines about gets. also, include errno.h to stop errors dealing with the (questionable practice of) setting of errno to 0.
|
1999-09-07 05:00:56 +00:00 |
toshok%hungry.com
|
4d79ff2a55
|
fix up unix build of jsdebugger.
|
1999-09-07 04:57:03 +00:00 |
toshok%hungry.com
|
c76dcb609b
|
lock/unlock the script subsystem around the call to jsd_DestroyAllJSDScripts
|
1999-09-07 04:54:41 +00:00 |
waterson%netscape.com
|
ca33e8fd70
|
Sheesh. After doing this once today, you'd think I'd learn.
|
1999-09-07 03:26:54 +00:00 |
troy%netscape.com
|
2eba2292ea
|
Changed CreateGeneratedFrameFor() to set the parent object and the document
object of the generated content
|
1999-09-07 03:09:33 +00:00 |
norris%netscape.com
|
2d8e12375f
|
* Add checks on urls formed from web scripts
* Make nsScriptSecurityManager implement nsXPCSecurityManager
* Fix unix warnings
|
1999-09-07 02:54:19 +00:00 |
waterson%netscape.com
|
2f5f9f87bb
|
Replace nsRDFContentUtils with nsXULContentUtils.
|
1999-09-07 02:53:46 +00:00 |
waterson%netscape.com
|
49ac7e179a
|
Replace nsRDFContentUtils with nsXULContentUtils, which can be acquired as a service. This allows it to keep cached member variables to other frequently-accessed services.
|
1999-09-07 02:51:13 +00:00 |
waterson%netscape.com
|
5eecd7bc1a
|
Re-write GetTextForNode() to be a bit more efficient; broke out data format. Bug 13137, fix broken use of CBufDescriptor. Add CBufDescriptors where appropriate.
|
1999-09-07 02:47:56 +00:00 |
waterson%netscape.com
|
7e0472ef71
|
Bug 13137. Fix broken usage of CBufDescriptor.
|
1999-09-07 02:46:08 +00:00 |
waterson%netscape.com
|
0f3a26fccc
|
Right-shift two for hash function; inline some obvious stuff.
|
1999-09-07 02:44:43 +00:00 |
troy%netscape.com
|
85d5eb8329
|
Fix for bug #13176. Changed CantRenderReplacedElement() to reset the
primary frame mapping for OBJECT elements
|
1999-09-07 02:42:00 +00:00 |
pollmann%netscape.com
|
cb70f00a3a
|
Bug 12849: OnChange event.target is now the select instead of the option.
|
1999-09-07 02:16:23 +00:00 |
jband%netscape.com
|
2cb747fe19
|
fix that shaver needs for wrapped JS object doing QI semantics
|
1999-09-07 01:48:13 +00:00 |
sdagley%netscape.com
|
a509302246
|
Fix build bustage for brendan. Some platforms actually scope variables to the for loop where they're declared.
|
1999-09-07 00:08:30 +00:00 |
jband%netscape.com
|
5706f276ff
|
fix bug 13217 and add someparam checking for other methods in this interface
|
1999-09-07 00:03:43 +00:00 |
cls%seawood.org
|
91c70687a3
|
include <string.h> for when it disappears from nsID.h again.
|
1999-09-06 23:08:43 +00:00 |
brendan%mozilla.org
|
345de56bbf
|
Use NS_GET_IID instead of longer nsCOMTypeInfo template call.
|
1999-09-06 23:01:40 +00:00 |
brendan%mozilla.org
|
849e52b0fb
|
Pick nits.
|
1999-09-06 23:00:17 +00:00 |
brendan%mozilla.org
|
a84076e44e
|
Expand tabs to spaces per Emacs modeline; other space cleanups.
|
1999-09-06 22:59:11 +00:00 |
waterson%netscape.com
|
e75207446c
|
Add nsXULContentUtils, eventually to replace nsRDFContentUtils. Not yet in the build though.
|
1999-09-06 22:25:45 +00:00 |
waterson%netscape.com
|
22bff65eea
|
Add nsIXULContentUtils.
|
1999-09-06 22:24:21 +00:00 |
briano%netscape.com
|
e8fc914b41
|
Automated update
|
1999-09-06 22:15:55 +00:00 |
cls%seawood.org
|
c73bc6f895
|
Forgot to run ranlib on libhostxpt.a
|
1999-09-06 22:10:18 +00:00 |
cls%seawood.org
|
f24d5c74dd
|
Aieecvs -z3 diff -u configure.in! MOZILLA_CLIENT should be set for CXXFLAGS as well...even though nothing seems to be affected by its absence.
|
1999-09-06 22:04:36 +00:00 |
shaver%netscape.com
|
e43f44b24b
|
put back <string.h> until we find all the uses =(
|
1999-09-06 21:22:36 +00:00 |
waterson%netscape.com
|
0c18269dd8
|
Fix unix bustage; these two functions have been promoted to real interface methods on the RDF service.
|
1999-09-06 20:46:25 +00:00 |
bienvenu%netscape.com
|
cae0b1a6cf
|
more includes of string.h
|
1999-09-06 20:44:26 +00:00 |
bruce%cybersight.com
|
d2ba19e67b
|
Add linefeed to end of file for HPUX.
|
1999-09-06 20:29:15 +00:00 |
cls%seawood.org
|
71d227c25f
|
Removed unnecessary USE_AUTOCONF ifdef.
|
1999-09-06 20:24:44 +00:00 |
brendan%mozilla.org
|
7de384224d
|
Use deadlock detecting nsAutoMonitors, etc., correctly.
|
1999-09-06 19:57:40 +00:00 |
jfrancis%netscape.com
|
7e088b3bf0
|
implemented RemoveList();
deletion doesn't scatter so many empty nodes;
mailcite rules started;
general deletion work (still WIP);
several small bugfixes;
refactored list item outdenting code
|
1999-09-06 19:51:59 +00:00 |
jfrancis%netscape.com
|
03c6026eb0
|
implementing RemoveList() - ie, list button now works as a toggle
|
1999-09-06 19:47:25 +00:00 |
jfrancis%netscape.com
|
7f0b5337ce
|
no longer clearing selection when we detect empty document - selection is a perfectly valid concept in an empty document.
|
1999-09-06 19:45:26 +00:00 |
jfrancis%netscape.com
|
ef4462884a
|
adding type="cite" to the blockquote, for testing purposes
|
1999-09-06 19:44:14 +00:00 |
leaf%mozilla.org
|
31d7249b18
|
added files: mozilla/xpcom/threads/nsAutoLock.cpp
|
1999-09-06 19:35:53 +00:00 |
waterson%netscape.com
|
22f68c9558
|
Move APIs to create 'anonymous' resources into the RDF service. Fix stuff that was using it.
|
1999-09-06 19:35:41 +00:00 |
brendan%mozilla.org
|
154f675bda
|
Deadlock detection hacks.
|
1999-09-06 19:28:56 +00:00 |
brendan%mozilla.org
|
a00bee9700
|
Initial version.
|
1999-09-06 19:16:25 +00:00 |
rginda%ndcico.com
|
b5204c35eb
|
Fixed Oversight moving nick code from an alias to a function.
|
1999-09-06 19:10:22 +00:00 |
bienvenu%netscape.com
|
5369333293
|
add string.h to fix build bustage
|
1999-09-06 19:04:09 +00:00 |
rginda%ndcico.com
|
3622b52e93
|
Modified test client to allow /nick changes *before* connecting to a network.
Very useful if more than person tried to use the client.
Also added /name and /desc to change /whois information (only works before connecting.)
|
1999-09-06 19:01:20 +00:00 |
rginda%ndcico.com
|
244bcc67bd
|
One last InterCap issue. Should be ok now.
|
1999-09-06 18:40:43 +00:00 |
shaver%netscape.com
|
ac29ce202f
|
remove gratuituous <string.h> include
|
1999-09-06 18:35:03 +00:00 |
tonyr%fbdesigns.com
|
b6540622aa
|
Mailnews import
|
1999-09-06 18:24:10 +00:00 |
rginda%ndcico.com
|
c6a917ee03
|
Updated MPL to 1.1
|
1999-09-06 18:17:54 +00:00 |
rginda%ndcico.com
|
8d787dc65c
|
Fixed InterCap problems in bsConnection.cpp, updated MPL in Makefile.in to 1.1
|
1999-09-06 18:11:50 +00:00 |
bienvenu%netscape.com
|
d99f4cbfdd
|
move flag and uid state to idl
|
1999-09-06 18:11:24 +00:00 |
bienvenu%netscape.com
|
898f194209
|
added files: mozilla/mailnews/imap/public/nsIImapFlagAndUidState.idl
|
1999-09-06 18:10:07 +00:00 |
bienvenu%netscape.com
|
67a981adbb
|
initial entry, not part of build yet
|
1999-09-06 18:06:59 +00:00 |