23558 Commits

Author SHA1 Message Date
rhp%netscape.com
5bebb7fed5 Removal of old file 1999-04-16 19:00:44 +00:00
slamm%netscape.com
9bed426eaf Do not rely on PATH to load included scripts. Fix for BSDI bug #5189. 1999-04-16 18:46:54 +00:00
alecf%netscape.com
cafa628f49 return rv rather than losing the return value 1999-04-16 18:46:08 +00:00
alecf%netscape.com
cab8e013a0 bulletproof the nsMsgAccount object 1999-04-16 18:44:53 +00:00
hyatt%netscape.com
756c4d18bc Web shell window now implements the nsIBrowserWindow interface, which will enable it to support window.xxx() calls from JavaScript (eventually). 1999-04-16 18:40:27 +00:00
hyatt%netscape.com
2e18d944e3 Changing the browser window retriever method so that it can cross the chrome/content boundary. 1999-04-16 18:39:18 +00:00
buster%netscape.com
3c2f906370 factored out re-parenting of content into MoveContentIntoNewParent
WIP on font handling.
1999-04-16 18:29:12 +00:00
warren%netscape.com
0c8a62f098 Fixed up ftp implementation for event queue arguemnt to NewConnection. 1999-04-16 18:18:38 +00:00
warren%netscape.com
640e419016 Made instance variables protected so that we can subclass. 1999-04-16 18:16:21 +00:00
pinkerton%netscape.com
0b3fe5c061 fix bustage again. I am a complete and total moron. 1999-04-16 18:14:22 +00:00
waterson%netscape.com
d8d4c56bd4 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. 1999-04-16 18:08:43 +00:00
waterson%netscape.com
5358fd04f6 Bug 5182. Use whitespace instead of ## in NS_FORWARD macros. a=vidur. 1999-04-16 18:08:20 +00:00
pinkerton%netscape.com
a4d9155886 fix bustage 1999-04-16 18:07:51 +00:00
warren%netscape.com
fcd1094a52 Added event queue argument for connection creation. Started http state machine. 1999-04-16 18:00:17 +00:00
law%netscape.com
be67233af2 Add File->Open support and some null-pointer defenses 1999-04-16 17:46:51 +00:00
waterson%netscape.com
816c6b6d99 Removed extra newline in makefile. 1999-04-16 17:37:16 +00:00
mcafee%netscape.com
3dc8a10efc Removing //#define NEW_CLIPBOARD_SUPPORT 1999-04-16 17:36:33 +00:00
buster%netscape.com
43c65e9468 turned off noisy debug flag. 1999-04-16 17:31:39 +00:00
pinkerton%netscape.com
3446a8d3d8 added classes for tristate checkbox. 1999-04-16 17:15:43 +00:00
pinkerton%netscape.com
9f3f2746a7 No longer inherits from the form widget base class. Beginnings of starting to draw and handle clicks correctly. 1999-04-16 17:14:35 +00:00
sspitzer%netscape.com
b9a16e9fc4 removing msgbar.xul 1999-04-16 17:13:22 +00:00
pinkerton%netscape.com
f0743a6a37 added code to create a tristatecheckbox when seen in xul. 1999-04-16 17:08:16 +00:00
pinkerton%netscape.com
2fa8eaddcf add tristatecheckbox to atom list. 1999-04-16 17:07:48 +00:00
ramiro%netscape.com
f16f605750 More event cleanup. Move button and crossing events into nsWidget. 1999-04-16 14:33:52 +00:00
rods%netscape.com
877d64444f Added Folder picker 1999-04-16 13:58:40 +00:00
ramiro%netscape.com
1177a08276 First part of event cleanup checkins. Move the motion event handler into
the widget superclass and provide methods to install it and catch signals
dispatch by the GtkWidget.  The actual handling is done in a virtual
method, which subclasses can override.
1999-04-16 10:20:44 +00:00
waterson%netscape.com
2c542d876c Added .get()'s to fix Mac. 1999-04-16 08:44:47 +00:00
waterson%netscape.com
2fa4cabcd6 Added new test files. 1999-04-16 08:39:42 +00:00
waterson%netscape.com
c4d7d38b69 Initial revision. 1999-04-16 08:39:29 +00:00
waterson%netscape.com
fc64a02144 Code cleanup. 1999-04-16 08:39:02 +00:00
waterson%netscape.com
f490114e0d Implemented several new DOM methods, including document.createElement() and document.createTextNode(). Fixed some bugs in the XUL content model builder. Code re-organization and cleanup. 1999-04-16 08:38:17 +00:00
waterson%netscape.com
de6baab5e2 Removed a frivolous assert. 1999-04-16 08:36:56 +00:00
waterson%netscape.com
866a6cd1f9 Use 'ns' instead of 'namespace' just to be paranoid about C++ keywords. 1999-04-16 08:35:03 +00:00
hyatt%netscape.com
e6b90f3347 Added support for chrome vs. content in the webshell. Altered some methods
so that they know how to go across the chrome vs. content boundary.
1999-04-16 08:15:04 +00:00
hyatt%netscape.com
12859e8881 Landing (inside an INCLUDE_XUL ifdef) the code that checks for and sets
the type of the web shell (to distinguish chrome frames from content
frames).
1999-04-16 08:14:28 +00:00
hyatt%netscape.com
c4555bdd9f Removing the SetParent to null hack on the content iframe. This causes all
sorts of things to break.  Landing the real fix for this problem.
1999-04-16 08:13:48 +00:00
hyatt%netscape.com
4de7de6ebc The web shell window sets the outermost webshell's type to be chrome. 1999-04-16 08:12:44 +00:00
hyatt%netscape.com
37228ee2b2 Fixing the XUL file to support the new sandboxing syntax. 1999-04-16 08:12:11 +00:00
ramiro%netscape.com
517c5700e0 someone forgot a makefile. 1999-04-16 07:42:06 +00:00
hyatt%netscape.com
2ff04a79a5 Oops. Not right fix. Backing out. 1999-04-16 07:41:35 +00:00
hyatt%netscape.com
c4deeea9f4 Fix for bug #5129. 1999-04-16 07:38:18 +00:00
sspitzer%netscape.com
024217bfdb remove my cruft 1999-04-16 05:55:58 +00:00
bienvenu%netscape.com
afc42f6902 fix line buffering code 1999-04-16 05:37:04 +00:00
michaelp%netscape.com
aba2f5adb4 oops. union works better than intersect... 1999-04-16 05:19:45 +00:00
sspitzer%netscape.com
f99bf01327 pass 1 at internationalizing the mail news xul. 1999-04-16 04:56:03 +00:00
briano%netscape.com
4692a8bd0c Automated update 1999-04-16 04:50:17 +00:00
michaelp%netscape.com
fdc84978d8 added GetExtents(). 1999-04-16 04:50:02 +00:00
briano%netscape.com
8706314a4e Fixes for 4179, 5156, and part of 5157. 1999-04-16 04:49:49 +00:00
ducarroz%netscape.com
949719da80 fix build problem on windows 1999-04-16 04:46:20 +00:00
michaelp%netscape.com
04b6780a88 added zooming front end. 1999-04-16 04:25:17 +00:00