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

46441 Коммитов

Автор SHA1 Сообщение Дата
tbogard%aol.net 956aa1737e Made webshell implement nsIInterfaceRequestor. This paves the way for me to start changing people to not use nsIContentViewerContainer::QueryCapability(). r=pavlov 1999-11-13 04:06:23 +00:00
sgehani%netscape.com 164e35ea1a Fix bug 18670: handle enter key in addition to return key for default buttons on the Mac Install Wizard UI. [r=ssu] 1999-11-13 04:06:05 +00:00
harishd%netscape.com aa7503d71d This checkin contains combined work of rickg and harishd
Harishd's Changes:
 Fix for bugs
 2749    - Tweaked strict comment handling, i.e., <!------> is now treated as an illegal comment in strict mode
16934   - Rectifed reporting of JS line error when a newline is found within a tag.
15204   - Made TEXTAREA content to reflect the source document.
11979, 16826  - Stoping the parser properly on receiving the stop-error message.
17594   - Added code to parse <!DOCTYPE> content correctly.
17496   - Building up the stack for orphaned OPTIONs

r=rickg

Rickg's Changes:
  rickg will be posting comments on his changes by 11/12/99.

r=harishd
1999-11-13 03:53:11 +00:00
sspitzer%netscape.com 70bc2b5e0f really fix the warning this time. 1999-11-13 03:49:30 +00:00
valeski%netscape.com d4e3f86975 another shot at vc5 bustage 1999-11-13 03:17:54 +00:00
valeski%netscape.com cda947cd7a another shot at 5.0 bustage 1999-11-13 03:07:01 +00:00
sgehani%netscape.com 023890c016 MIWCommon + Netscape || MIWCommon + Mozilla subsumes MacInstallWizard (now obsolete). 1999-11-13 02:49:30 +00:00
mcafee%netscape.com c672f25c9a Removing multiple FE support, we were not using it. Fixing mozilla-bin hash table problem, binary was not getting deleted. Other minor cleanup. r=slamm 1999-11-13 02:43:55 +00:00
sspitzer%netscape.com 176ee42b41 fix for #17954
before, if "mail.directory" was set, we'd assume the mail wasn't in the standard
default place, so we'd migrate Mail -> Mail5
now, we check if "mail.directory" == the default place.  if so, we migrate
it like we would if it wasn't set.
Mail -> Users50/<profile>/Mail

to help do this, I added Equals() to the nsIFileSpec interface, to compare
two nsIFileSpec's, it does this by comparing the nsFileSpecs.
1999-11-13 02:02:22 +00:00
sspitzer%netscape.com c60e6d440a fix warning by casting. r=slamm 1999-11-13 01:59:19 +00:00
valeski%netscape.com 947c2a030a fixing bustage for win32 vc5 1999-11-13 01:56:02 +00:00
dveditz%netscape.com 0e1d35de83 variable name change to silence build warning 1999-11-13 01:54:12 +00:00
valeski%netscape.com b7d25b0205 fixing win32 vc5 bustage 1999-11-13 01:48:17 +00:00
slamm%netscape.com 0fc73fa43d Fix build warnings. r=sspitzer 1999-11-13 01:36:34 +00:00
wtc%netscape.com 4bd1fc48f2 Bugzilla bug #16845: added new function PR_LoadLibraryWithFlags.
Also, use RTLD_LAZY on Linux (was using RTLD_NOW).
Modified files: prlink.h, prlink.c.
1999-11-13 01:27:06 +00:00
rchen%netscape.com 3bba682ce9 Modify L10N note 1999-11-13 00:48:23 +00:00
sgehani%netscape.com c1541c3769 Fixes for bug 18683. Libjar interfaces changed but the implementation didn't so XPInstall was horked. This fixes the runtime XP horkage. [r=dveditz]
Also, added deletion of extracted files if the CRC-32 doesn't match. Mapped 'PR_Delete' to 'remove' for STANDALONE. [r=mstoltz]
1999-11-13 00:44:56 +00:00
sgehani%netscape.com c2a423e07a Mac profiler code crept in. Removed this ifdef'd cruft. 1999-11-13 00:43:12 +00:00
sgehani%netscape.com fd32fa05d8 Fixes for bug 18683. Libjar interfaces changed but the implementation didn't. This fixes the runtime XP horkage. [r=dveditz] 1999-11-13 00:39:03 +00:00
mark.lin%eng.sun.com 49a3e8a1fa Added support for Proxies in the MRJ Plugin via getProxyForURL. Reviewed
by ed.burns@eng.sun.com and approved by drapeau@eng.sun.com. Fixes bug
#18691. I can be contacted at mark.lin@eng.sun.com or
phone: (408) 517-5365, (650) 627-8409.
1999-11-13 00:37:48 +00:00
rchen%netscape.com d78b8b25f5 Modify L10N notes 1999-11-13 00:37:34 +00:00
valeski%netscape.com d16733f10b 18725, r=sdagley. FTP is now cancellable.
* added new state to FTP. data channel reading state.

* the FTP channel's SetConnectionQueue now handles a null arg and resets it's eventq if null is passed in.
1999-11-13 00:31:36 +00:00
fergus%netscape.com d2b0b19ca8 Added/updated Localization Notes. r: rchen@netscape.com & chjung@netscape.com 1999-11-13 00:31:35 +00:00
akkana%netscape.com 1a67e1996b 18576: Enclose plaintext replies in a <pre> so they don't get wrapped,
and add appropriate edit rules to split pre tags when editing plaintext.
r=sfraser
1999-11-13 00:26:45 +00:00
rchen%netscape.com 828bc2fb49 Modify Localization notes 1999-11-13 00:22:31 +00:00
ducarroz%netscape.com a961088135 File Removed. 1999-11-13 00:00:29 +00:00
akhil.arora%sun.com 64fe994491 17809 r=av the sun c++ 5.0 compiler's version of strchr returns const char*
This fix is needed in order to be able to build with this compiler
1999-11-12 23:55:01 +00:00
akhil.arora%sun.com d2d2a9d816 18639 r=dp need to cast away the const returned by the sun C++ 5.0 compiler 1999-11-12 23:52:17 +00:00
danm%netscape.com 595cabd731 Use new modal event filtering method on nsIWidget. Reset modal window flag when modal window is closed. part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:39 +00:00
danm%netscape.com 02f484a99c Gut modal event filtering (relying instead on glib modal window flag). part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:36 +00:00
danm%netscape.com 7935f83bdc Add ModalEventFilter (originally nsAppShell::EventIsForModalWindow) and add parameter to SetModal. part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:30 +00:00
danm%netscape.com 321a047de5 add (unimplemented) parameter to SetModal. part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:23 +00:00
danm%netscape.com 108a065b67 moved nsAppShell::EventIsForModalWindow to nsWidget::ModalEventFilter, teach latter to accept events for modal window and any active rollup widget window. part of fix for bug 14131. r:rods@netscape.com. 1999-11-12 23:46:11 +00:00
danm%netscape.com 38ffc870e6 moved nsAppShell::EventIsForModalWindow to nsWidget::ModalEventFilter. part of fix for bug 14131. r:rods@netscape.com 1999-11-12 23:45:59 +00:00
ducarroz%netscape.com 0f94b69e81 Fix for bug 12080, 16730: I cannot modify the window from a JS listenner function, therefore I use a timer function to do the job. Also, I've implemented support for pref "mailnews.reply_on_top". And add a space to the standard signature separator, now it's "-- ". R=jefft 1999-11-12 23:44:28 +00:00
ducarroz%netscape.com a4068db181 Add a dark gray line under the addressing toolbar to separate it from either the body or the HTML format toolbar. R=german 1999-11-12 23:44:26 +00:00
ducarroz%netscape.com 776fcfc7f5 Remove unused files. R=jefft 1999-11-12 23:44:24 +00:00
ducarroz%netscape.com accd69b6d3 Fix build warning. R=mscott 1999-11-12 23:44:17 +00:00
petitta%netscape.com d4a0fa1007 Added more mkdir's to create cd layout 1999-11-12 23:38:25 +00:00
terry%mozilla.org 122440cea6 Added missing get_line.pl. 1999-11-12 21:14:29 +00:00
brendan%mozilla.org 78bba99f5c Fix 18684, bad combo of old-latent and new bugs (r=shaver@mozilla.org). 1999-11-12 20:41:04 +00:00
blizzard%redhat.com 6d79d4bbf8 add widget/src/gtksuperwin/Makefile 1999-11-12 20:12:28 +00:00
blizzard%redhat.com 8964cbc3e9 add the gtksuperwin library. this is not part of the build. a=granrose 1999-11-12 20:12:02 +00:00
norris%netscape.com a2de456d1b Fix 18634 [CRASH] mozilla -installer crashes
r=sspitzer@netscape.com, a=sspitzer@netscape.com
1999-11-12 18:59:03 +00:00
dcone%netscape.com 75ff68cca8 Fixed the MoveTo to move to the x and y instead of the y and y. R=rods 1999-11-12 15:10:40 +00:00
rods%netscape.com 1bb3e4524f Disabled key events when it is disabled
r=dcone,b=14771
1999-11-12 15:08:28 +00:00
rods%netscape.com 1d9e5aa730 Removed the mDisplay data member it was the same as mHasAllFrames, this was preventing
the options from having there selected state displayed initially
Also, changed it so when in drop down mode and nothing is selected it always scrolls
to 0,0
b=14771,13771 r=kmcclusk
1999-11-12 15:00:30 +00:00
srinivas%netscape.com 96ba9c8ba0 Added a new test case for PR_SendFile. Bugzilla #17486. 1999-11-12 13:40:17 +00:00
srinivas%netscape.com 350acd0532 Include string.h for string functions. Bugzilla 17940. 1999-11-12 13:08:43 +00:00
warren%netscape.com f7c1e01621 Fixed breakage due to new generic module stuff. 1999-11-12 09:40:30 +00:00