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

54352 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com f4cd0a1c67 not part of the build yet. 2000-03-01 05:17:06 +00:00
bienvenu%netscape.com f990b71747 fix threading performance with header cache, r=mscott,a=phil 28233 2000-03-01 04:15:12 +00:00
bienvenu%netscape.com 38aeed8620 fix utf7 encoding of folder names whose last char is non-ascii, r=jefft a=phil 26745 2000-03-01 03:58:53 +00:00
tbogard%aol.net 46b0064aaa mPrefs were shadowing the ones in docShell. This fixes the bug where prefs weren't being found in presContext because the contentViewer is now being created in docShell which had a different set of prefs. r=beard a=rickg. 2000-03-01 03:22:14 +00:00
pinkerton%netscape.com ff4a0b661d patches from dean_tessman@hotmail.com for bug 17159. Teach popups about if they are context menus and accept right clicks to select menu items if they are. r=hyatt, a=jar. 2000-03-01 03:12:51 +00:00
mscott%netscape.com 4bed2407e9 Bug #29650 --> add a cache stream listener which can mediate between the cache channel and the mock channel
when broadcasting onstart/on stop, etc. notifications to the end consumer
r=bienvenu
a=phil
2000-03-01 03:10:06 +00:00
mscott%netscape.com 987e40182c Bug #28984 --> add a getter & setter for recipients. The recipients are now stored as a field in the smtp url
instead of as part of the url spec.
r=sspitzer
a=phil
2000-03-01 03:08:05 +00:00
mscott%netscape.com cc0850b82d Bug #28984 --> add a getter & setter for recipients
r=sspitzer
a=phil
2000-03-01 03:07:10 +00:00
sspitzer%netscape.com 2531b3070f fix for #29647. fix pref stickiness issue. r=ben, a=jar,rickg 2000-03-01 02:50:09 +00:00
sspitzer%netscape.com beb30af70b fix for #29690, pref window won't close. matt fisher fixed the other half of this,
when he fixed fontScalingOverlay.xul.  r=ben, a=jar,rickg
2000-03-01 02:49:16 +00:00
alecf%netscape.com fe637100c7 fix for #29586 r=rickg a=rickg
bandaid fix to make <p> tag wrap the paragraphs
2000-03-01 02:47:45 +00:00
svn%xmlterm.org 6e4b207762 Added xmlterm as an optionally built extension, r=leaf.
Should not affect the default build, but xmlterm can now be built by
re-configuring with the '--with-extensions=xmlterm' option, on LINUX and
SOLARIS only. Do a "make" in the extensions/xmlterm directory and then
execute 'xmlterm' in the dist/bin directory to try it out.
(For some more fun: put mozilla/dist/bin in your PATH, cd to
dist/bin/chrome/navigator/skin/default, and try out the commands 'xls -i'
and 'xcat *.gif' inside the xmlterm!)
2000-03-01 02:38:38 +00:00
srinivas%netscape.com b6a1957f87 PR_SetThreadPrivate should be passed an invalid key for the failure case.
Bugzilla #29181.
2000-03-01 02:37:25 +00:00
hyatt%netscape.com da7d9353d6 Fix for 28856. r=karnaze,troy a=jar 2000-03-01 02:35:14 +00:00
hyatt%netscape.com 4c4a067931 Fix for bug #28856. r=karnaze,troy a=jar 2000-03-01 02:33:41 +00:00
hyatt%netscape.com 6a63509ce6 Adding a tree regression test for bug#28856. Not part of build. 2000-03-01 02:32:06 +00:00
mwelch%netscape.com f803349f18 First checkin 2000-03-01 02:02:14 +00:00
hyatt%netscape.com b87c565b99 Fix for bug #29410. r=vidur, a=rickg 2000-03-01 01:43:34 +00:00
mwelch%netscape.com 0caed44b7a Fixing makefiles with shaver's tarball 2000-03-01 01:22:44 +00:00
rginda%netscape.com f8536a436b Initial add of APIDOC api documentation script. a=leaf 2000-03-01 01:14:20 +00:00
beard%netscape.com a0c7e9ebf2 importable XML project file for CWPro5 (with CWPro4 Java Tools) 2000-03-01 01:12:20 +00:00
svn%xmlterm.org ddc9c45078 xmlterm changes only (not part of the default build).
Minor changes
2000-03-01 01:08:07 +00:00
beard%netscape.com 1a942c72f1 CWPro5 format project (using CWPro4 Java tools). 2000-03-01 01:00:38 +00:00
beard%netscape.com 5cf73aa879 added LazilyLoadedCtor.java 2000-03-01 00:57:29 +00:00
ssu%netscape.com 05393f6b66 fixing bug #29336. making the browser component invisible.
a=jar
r=sgehani
2000-03-01 00:54:40 +00:00
mwelch%netscape.com 94700ac67a First checkin of PSM client libs 2000-03-01 00:43:41 +00:00
ssu%netscape.com c1a0560c89 fixing bugs #29263 and 12359
added readme and license files support.

a=cathleen
r=sgehani
2000-03-01 00:42:11 +00:00
jbetak%netscape.com 03cf5064ad a=bobj, r=troy, erik, bug 21127 font prefs do not list fonts 2000-03-01 00:12:13 +00:00
blizzard%redhat.com 663ba93044 fix problems with drag and drop x/y coords in panel area. this was actually a problem in any areas that did not start at 0/0 in the toplevel window. this fixes bug #29578. r=pavlov 2000-02-29 23:38:06 +00:00
slamm%netscape.com 2360b5a437 Use server provided rdf list for available panels. (bug 26963). r=gable a=jar. 2000-02-29 23:32:34 +00:00
matt%netscape.com c08afad715 fix for bug a=jevering r=eric just changing a string to a int 2000-02-29 22:52:30 +00:00
tbogard%aol.net b2806359f0 WebShell now relies on the docShell for the creation of the content viewer. WebShell also provides and implementation for LoadURI that overrides the docShells so we can later do a ifdef on who should do the load. Before adding to GlobalHistory we call ShouldAddToGlobalHistory. Implemented GetMainWidget. This is work to allow getting new session history/ url loading working and work on master bug 13374. r=mscott a=jevering 2000-02-29 22:35:33 +00:00
tbogard%aol.net 8b63342877 DoContent now call CreateContentViewer on the docShell to get the viewer created. Implemented CreateContentViewer(), NewContentViewer(), and SetupNewViewer() methods in the docshell. This gets docshell setup to be able to create it's own content viewers for loads. This is work to getting session history stuff working and bug 13374. r=mscott a=jevering 2000-02-29 22:32:24 +00:00
ducarroz%netscape.com 42244ae8c4 FIx for bug 28349, don't addref a null pointer oh dude!. R=alecf, A=phil 2000-02-29 22:32:14 +00:00
tbogard%aol.net a150f36957 Removing nsIXULWindowCallbacks parameter as it no longer exists. r=danm a=jevering 2000-02-29 22:15:53 +00:00
mkaply%us.ibm.com f0c7408471 # 25555
r= tgl@sss.pgh.pa.us
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 22:12:14 +00:00
tbogard%aol.net d0507604ce Removing nsIXULWindowCallbacks as it is no longer used. r=danm a=jevering 2000-02-29 22:11:33 +00:00
sspitzer%netscape.com ba1405a966 better, simpler fix for #27984, r=mscott. a=phil
may also fix #29666, since we aren't calling SetCharPref on exit.
2000-02-29 22:11:29 +00:00
tbogard%aol.net 4551c424d8 Removing nsIXULWindowCallbacks from the build as it is no longer used. r=danm a=jevering. 2000-02-29 22:10:06 +00:00
mkaply%us.ibm.com 3958555311 # 25555
r= beard@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 22:07:34 +00:00
tbogard%aol.net d2a51867ff Removing nsIXULWindowCallbacks as they were removed from active use nearly 8 or more months ago. Getting rid of having to pass it around as a parameter and all that fun stuff. r=danm a=jevering 2000-02-29 22:03:49 +00:00
mcafee%netscape.com 765b5a5622 Adding rm nohup, moving starting comment to else 2000-02-29 22:00:49 +00:00
hangas%netscape.com 3f3a4477b2 Fix 29654 (Unable to Delete messages or Cancel News Messages from menu) r=mscott, a=phil 2000-02-29 21:57:50 +00:00
hangas%netscape.com 770560f733 Fix 29560 (Add a pixel of padding above and below every tree row) r=German, a=phil 2000-02-29 21:54:07 +00:00
hangas%netscape.com d310c8fbcf Fix 29383 (Calling address picker twice causes hang) r=mscott, a=phil 2000-02-29 21:53:02 +00:00
tajima%eng.sun.com c9ae62ecfa Contributors:
Masaki Katakai	  (katakai@japana.sun.com)
	Hidetoshi Tajima  (tajima@eng.sun.com)
Reviewers:
	Yung-Fong Tang	  (ftang@netscape.com)
	Stuart Parmenter  (pavlov@netscape.com)
	Erik van del Poel (erik@netscape.com)
Submitter of code changes:
	Hidetoshi Tajima  (tajima@eng.sun.com)
Approver:
	Chris Waterson (waterson@eng.sun.com)
Bugs fixed:
	17916, 28022, 28875, 20983
2000-02-29 21:51:20 +00:00
mkaply%us.ibm.com b85ccb4952 # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:47:25 +00:00
mcafee%netscape.com cbf8e3d687 Adding support for clobber bloat test. 2000-02-29 21:45:37 +00:00
mkaply%us.ibm.com 91966d8e6a # 25555
r= pnunn@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-02-29 21:41:41 +00:00
jbetak%netscape.com 01f869dea1 a=bobj, r=matt, bug 24027, beefed up error handling for charsets without lable/title, changed save filter to accept pref IDs >1 characters 2000-02-29 21:38:17 +00:00