Commit Graph

39812 Commits

Author SHA1 Message Date
danm%netscape.com
e1e0bcf7d3 open new browser window with nsIDOMWindow.Open 1999-09-07 23:49:36 +00:00
bienvenu%netscape.com
1889e2c61c remove more dead wood 1999-09-07 23:48:24 +00:00
danm%netscape.com
11f7fa25f7 adding JavaScript.shlb 1999-09-07 23:46:52 +00:00
wtc%netscape.com
81d48f2d37 Also set the keepalive socket option if the socket is
an IPv6 TCP socket.
1999-09-07 23:43:07 +00:00
wtc%netscape.com
9315fc0943 Corrected an error. 1999-09-07 23:42:11 +00:00
mjudge%netscape.com
a5ac5b186c adding in begin line and end line enums for selection movement. this allows peeking to the start and end of and like given a content offset for any frame. 1999-09-07 23:40:17 +00:00
briano%netscape.com
23c9aa07c0 Added newline to fix the Unix native compiler builds. 1999-09-07 23:37:16 +00:00
mscott%netscape.com
ee5f21ce44 adjust depth to account for new directory position in the mozilla tree. 1999-09-07 23:32:25 +00:00
briano%netscape.com
b33ce3e796 Cleaned it up. 1999-09-07 23:32:12 +00:00
granrose%netscape.com
057fe3fb19 This is not part of the build, it should be fine.
Adding xpinstall manifest parser.
1999-09-07 23:30:45 +00:00
mscott%netscape.com
83ac2226be build mork and mdb. (not part of the build). 1999-09-07 23:30:36 +00:00
sfraser%netscape.com
aecde5dd4b Remove the view source menu item because it doesn't work right yet, and fix the contentframe.xul URL to work with some obscure CAPS changes. 1999-09-07 23:25:59 +00:00
shaver%netscape.com
f558f0f444 more Makefile fixes, and work around wallet/cookie silliness 1999-09-07 23:25:54 +00:00
mscott%netscape.com
7d19651e48 Adjust depth to account for new location in the mozilla tree. (not part of the build yet> 1999-09-07 23:23:01 +00:00
mscott%netscape.com
af926992c6 Adjust depth to account for new location in mozilla tree. 1999-09-07 23:22:40 +00:00
mscott%netscape.com
ff4a614d17 Not part of the build yet. Makefile to build mdb and mork. 1999-09-07 23:21:21 +00:00
matt%netscape.com
c9e72b298e rewriting prefs for smartupdate and fixing bug13272 1999-09-07 23:21:09 +00:00
buster%netscape.com
0a6321f0ae made a small change to the way the file control interacts with the embedded gfx text control
now, it talks to it via nsIDOMHTMLInputElement interface, rather than assuming imlementation details
about what attributes to set.
1999-09-07 23:20:32 +00:00
ssu%netscape.com
8b9df615a4 updated makefile to use non_mt libs.
update license info for the other files.

This is not part of the seamonkey build, yet.
1999-09-07 23:19:23 +00:00
shaver%netscape.com
aee3857b3b teach component manager that there are non-native entries in the registry 1999-09-07 23:18:47 +00:00
briano%netscape.com
964ef902d3 Automated update 1999-09-07 23:00:44 +00:00
slamm%netscape.com
3b505be3c9 Straighten out long-long flag logic. 1999-09-07 22:52:55 +00:00
kin%netscape.com
7602564deb Fix for bug #13251: gfx text fields are not accepting input
Reenabled call to ClearSelection() in nsTextEditRules::WillInsert().
1999-09-07 22:47:50 +00:00
wtc%netscape.com
1061cba3a0 Create the socket pair in AF_UNIX domain because that's
the common usage.
1999-09-07 22:30:51 +00:00
norris%netscape.com
20a52a4fa4 disable XPConnect security check, perhaps related to test failure. Getting reports of failures on Mac at least. 1999-09-07 22:29:56 +00:00
dveditz%netscape.com
eff4c6bcca fixing mac bustage 1999-09-07 22:03:53 +00:00
norris%netscape.com
dcf88dfe3b Fix build breakage: full #include needed. 1999-09-07 21:26:56 +00:00
dveditz%netscape.com
5d803bf4a6 walling off more MOZILLA_CLIENT junk so plain standard ZLIB works in the native install wizards 1999-09-07 21:23:17 +00:00
slamm%netscape.com
9d9379aeaf Mac needs string.h put it back. 1999-09-07 21:09:29 +00:00
slamm%netscape.com
6baeb7cc98 Fix warning. 1999-09-07 21:05:56 +00:00
ftang%netscape.com
08c1e15c53 nsUnicodeToGB2312V2.h 1999-09-07 20:42:49 +00:00
leila.garin%eng.sun.com
c0413c933f Updated PATH variable. 1999-09-07 20:42:23 +00:00
norris%netscape.com
eb23e76298 Fix bug 13253.
Enable restrictions on use of Components array from web JavaScript.
1999-09-07 20:40:20 +00:00
ftang%netscape.com
cbae9b8b06 add new chinese converter implementation 1999-09-07 20:36:37 +00:00
ftang%netscape.com
dc72b69ba8 check in mac fix 1999-09-07 20:35:56 +00:00
slamm%netscape.com
ada91dab00 Fix unix build warnings 1999-09-07 20:35:19 +00:00
rogerl%netscape.com
c79698a838 Mostly just some cleaning up - especially in regexp.
Merged server specific GC changes from NES branch.
Bunch o' ECMA version 3 fixes to jsregexp.
1999-09-07 20:34:47 +00:00
sspitzer%netscape.com
549e69a421 remove my work around for bug #11010, since it is no longer needed. thanks to mdubinko@yahoo.com for keeping on top of that bug report. 1999-09-07 20:33:11 +00:00
shaver%netscape.com
9893d1f9df Add set/check of modification date and file size in registry.
Defer compilation and module object fetch to first factory use.
(not yet part of build, a=gramps)
1999-09-07 20:30:25 +00:00
sdagley%netscape.com
9c415e0d1b Fix #3540 - defer initialization of OT until someone actually makes an OT call. Reviewed wtc, approved don. 1999-09-07 20:24:09 +00:00
shaver%netscape.com
903cc5ff8a further protection from lame Solaris /bin/sh 1999-09-07 20:17:20 +00:00
leaf%mozilla.org
2051c039b9 adding makefile.win for extensions/irc 1999-09-07 20:11:24 +00:00
leaf%mozilla.org
898bc7e9dc adding windows makefile for extensions/irc/libbs 1999-09-07 20:10:30 +00:00
ftang%netscape.com
70d9b38304 add new chinese converters for UNIX build 1999-09-07 20:07:45 +00:00
ftang%netscape.com
e6cf025fd0 add new Chinese converters as non default one for now 1999-09-07 20:07:21 +00:00
ftang%netscape.com
bd6142fe1b add new implementation of GB converters 1999-09-07 20:04:53 +00:00
shaver%netscape.com
4830472f75 handle empty extensions list 1999-09-07 19:55:50 +00:00
shaver%netscape.com
46973057fb JSRuntime svc now controls lifetime 1999-09-07 19:44:15 +00:00
shaver%netscape.com
88e40b4884 JSRuntime svc now controls lifetime; make nsIJSRuntimeService::runtime readonly 1999-09-07 19:44:13 +00:00
ramiro%netscape.com
cae8fc76b7 Make paint flashing respond to a pref instead of an #ifdef. 1999-09-07 19:37:43 +00:00