Граф коммитов

34760 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com acdae54d93 Get rid of warning. 1999-07-23 00:39:29 +00:00
davidm%netscape.com 75cc6a3f47 Move task bar to tasksOverlay.xul. Added in some test content 1999-07-23 00:32:42 +00:00
beard%netscape.com a01ab3db19 bug #8627: simulates NS_MOUSE_LEFT_BUTTON_UP after TrackControl/LClick calls which eat the native mouseUp event. This enables correct DOM event filtering. 1999-07-23 00:27:05 +00:00
briano%netscape.com 069e3808f5 Cleanup, in the vain hope that this might clear up the freaky Sol/x86 .L_T7158 undefined symbol problem. 1999-07-23 00:22:57 +00:00
sfraser%netscape.com 8d4239ffbc Fix message compose to identify content iframe the correct way. 1999-07-23 00:18:44 +00:00
rjc%netscape.com 7d4c29d704 Now use FormatPRTime(). 1999-07-23 00:17:39 +00:00
zuperdee%penguinpowered.com 3c8617e9cf Making another attempt to fix the SunOS 5.5.1 Motif build bustage. NOT PART OF MAIN BUILD. 1999-07-23 00:12:38 +00:00
jj%netscape.com fd4feb6316 added instructions to generate the xpidl compiler/linker/panel. temporarily commented out to give everybody a chance to install the plugin sdk in their build environment. 1999-07-23 00:12:05 +00:00
scc%netscape.com d7df82e345 Fixed boxes to only invalidate and redraw what has changed.
Made min and max sizes work
Made linux not suck!
1999-07-23 00:11:21 +00:00
sfraser%netscape.com 6c5abf43b8 Turn on selection for all documents that are being edited. This enables selection in GFX ender widgets. 1999-07-23 00:11:00 +00:00
jj%netscape.com f264886b75 added build{xpidl} key to generate the idl compiler/linker/panel 1999-07-23 00:09:58 +00:00
valeski%netscape.com 604537e15a changed stream converter progid root and provided more in depth usage notes 1999-07-22 23:59:32 +00:00
briano%netscape.com ae0fedcc08 Cleaned it up in the vague hope that this might help Solaris/x86 builds overcome their mysterious relocation problem. 1999-07-22 23:58:51 +00:00
sfraser%netscape.com 6e2c96b68d #ifdef out loading the string bundle, because it causes onEndDocumentLoad handlers to fire, which is very bad. 1999-07-22 23:52:08 +00:00
sfraser%netscape.com fdaf1a49b4 Fix for GFX ender text widgets; don't parent nsIWebShells that the text widget creates, because you don't want them to interfere with window.frames[]. 1999-07-22 23:48:48 +00:00
briano%netscape.com 51ba99e207 Automated update 1999-07-22 23:41:55 +00:00
danm%netscape.com 2e39eab67d removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
briano%netscape.com 0b293445db Potential fix for the build breakage on OSF/1. 1999-07-22 23:41:21 +00:00
slamm%netscape.com 31d90f6ae6 Take out warnings for now. 1999-07-22 23:32:31 +00:00
briano%netscape.com 015743d94d Workarounds for QNX's compiler choking to death on parts of nsCOMPtr.h. 1999-07-22 23:31:13 +00:00
slamm%netscape.com 0bff02281f Code 'Save' function. Not quite finished. 1999-07-22 23:29:44 +00:00
vidur%netscape.com 24261b3c9f Forms can now be container content. 1999-07-22 23:28:16 +00:00
slamm%netscape.com 2b52e77b3b add some debug code 1999-07-22 23:22:46 +00:00
briano%netscape.com 127786f99f Cleanup and fix for BSD/OS. 1999-07-22 23:20:25 +00:00
slamm%netscape.com deb1a1cebd Protect against bad parses 1999-07-22 23:14:15 +00:00
tague%netscape.com 5ba8ec2d70 Fixed bug #10242 - crash when typing space after IME composition 1999-07-22 23:13:59 +00:00
slamm%netscape.com 2fdc2d91eb slight cleanup 1999-07-22 23:12:00 +00:00
rjc%netscape.com f87c362f46 Const this! 1999-07-22 23:01:29 +00:00
rjc%netscape.com e9e5b78ee6 Cleanup. Use GetValueConst() more, allow returning IE favorites URLs (on Mac), fix memory leak. 1999-07-22 22:58:22 +00:00
hyatt%netscape.com cc8ec5524d Fixing a security violation in GetContentWebShell. When no shell was found, it
was returning the chrome shell.  It should just return nsnull instead.
1999-07-22 22:48:23 +00:00
rhp%netscape.com 12019f03f5 closure of window fix 1999-07-22 22:46:32 +00:00
nisheeth%netscape.com 6053670fe6 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
harishd%netscape.com c9bb651d2c Tweaked my previous checkin in fixing
bug# 7548.  Changed Sanitize() method to
SanitizeKey().
1999-07-22 22:30:13 +00:00
ftang%netscape.com 07794b6c0d temp fix for bug 8899 by move cp1252 verfier to different positions and do not include it for the string based detector interface until we come out a better version. Also add STATE TRACE code which condictional compiled 1999-07-22 22:30:04 +00:00
jband%netscape.com 051492691a adding a mising '$' in the open vms only part 1999-07-22 22:24:59 +00:00
rhp%netscape.com d579bd0313 Change for fixing FCC operations 1999-07-22 22:21:27 +00:00
slamm%netscape.com 314b9004b5 Grab more data. 1999-07-22 22:17:28 +00:00
ftang%netscape.com d6eceab764 fix 10230 and remove UCS2BE and UCS2LE from the string based detector 1999-07-22 22:17:00 +00:00
zuperdee%penguinpowered.com a92a04b56a Attempting to fix the SunOS 5.5.1 Motif build bustage. NOT PART OF MAIN BUILD. 1999-07-22 22:16:09 +00:00
racham%netscape.com b6918b50c0 Added xpidl interfaces to profile services 1999-07-22 22:12:26 +00:00
rjc%netscape.com 1694146d25 For a given node, try asking the grap for the URL before falling back to using the node's ID. They might be different. REALLY! 1999-07-22 22:11:21 +00:00
racham%netscape.com 6f868e5452 Adding a new interface to enable JS reflection for Netcenter work 1999-07-22 22:09:46 +00:00
racham%netscape.com e25e97d59a Adding a new interface to enable JS reflection for Netcenter work and fixed some memory problems 1999-07-22 22:06:18 +00:00
waterson%netscape.com fc9d558a71 Fix missing cast in XPC case. 1999-07-22 21:57:29 +00:00
waterson%netscape.com d85861b8b1 Drag along MSVC++ 5.x by not building this directory. 1999-07-22 21:56:18 +00:00
andreas.otte%primus-online.de 7f82235d9b adding the new streamconv makefiles 1999-07-22 21:39:04 +00:00
andreas.otte%primus-online.de c90f3a93d8 some ignorance 1999-07-22 21:38:22 +00:00
rhp%netscape.com 4c929a4467 Fix for send later operations 1999-07-22 21:35:58 +00:00
chuang%netscape.com 338cdabc9f Fix Remove new feature attribute 1999-07-22 21:34:41 +00:00
sspitzer%netscape.com 6b8efc3e73 fix assertion on post. remove crufty code. 1999-07-22 21:33:49 +00:00