nhotta%netscape.com
0580bf2226
Changed (unix only) to extract a family name from a pref font name, bug 45762, r=erik.
2000-09-05 20:08:00 +00:00
edburns%acm.org
8ee33dddde
This was tested on win32, and is known to build on win32 and solaris.
...
Right now, nsIPluginManager::PostURL() has parameters for
postHeadersLength and postHeaders. However, nothing is being done with
these parameters. This bug fix utilizes these params for their intended
purpose: to allow the plugin the ability to add HTTP headers to a POST
data stream.
Important assumptions made by this fix:
* postHeadersLength is the correct length for postHeaders.
* postHeaders is a buffer of headers in the form
"HeaderName: HeaderValue\r\n"
each header, including the last, MUST be followed by "\r\n".
To affect this fix I had to modify the following files:
M docshell/base/nsDocShell.cpp
M docshell/base/nsDocShell.h
M docshell/base/nsWebShell.cpp
M modules/plugin/nglsrc/nsPluginViewer.cpp
M docshell/base/nsWebShell.h
M layout/html/base/src/nsObjectFrame.cpp
M modules/plugin/nglsrc/nsIPluginInstanceOwner.h
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
M modules/plugin/nglsrc/nsPluginInstancePeer.cpp
M webshell/public/nsILinkHandler.h
Basically, it involved clearing a path so the headers arguments can make
it down to nsIPluginInstanceOwner::GetURL()'s implementation in
nsObjectFrame.cpp, where an nsIInputStream is made of the headers.
2000-09-05 19:03:56 +00:00
jband%netscape.com
b0e445587e
fix uninitialized variable
2000-09-05 19:00:02 +00:00
hyatt%netscape.com
584b0548ca
Fix arrow keys in input fields. r=danm
2000-09-05 18:57:53 +00:00
bienvenu%netscape.com
962bf36a05
fix assert on mail startup r=sspitzer
2000-09-05 18:51:31 +00:00
valeski%netscape.com
26eee49227
46775. not part of build yet. adding a single module for xpfe components (most of them)
2000-09-05 18:49:53 +00:00
tor%cs.brown.edu
41fda0bc4e
Bug 46700 - use 1-bit alpha if tRNS chunk indicates binary alpha.
...
r=newt@pobox.com , a=brendan@mozilla.org .
2000-09-05 18:47:43 +00:00
ftang%netscape.com
c9aac8bbd1
fix 50997. r=momoi@netscape.com add mk-mk
2000-09-05 18:23:46 +00:00
ftang%netscape.com
98767a4cc5
fix 50997 typo. r=momoi@netscape.com
2000-09-05 18:22:33 +00:00
dbragg%netscape.com
87aff23753
Fix for bug 49533. The test case was incorrect but we were not returning a meaningful error. Also the install.log was being filled with junk. r=ssu
2000-09-05 18:17:52 +00:00
cyeh%bluemartini.com
a91867a028
html fix to reclose 21583
2000-09-05 17:48:22 +00:00
karnaze%netscape.com
813932d9ca
fix regression tests to work around latest bugs. Does not affect the build.
2000-09-05 14:58:59 +00:00
karnaze%netscape.com
8da8501c34
bug 45350 - correctly consider rowspan height in table row incremental reflow
2000-09-05 14:57:34 +00:00
rods%netscape.com
4aa51e763f
Changed resizing code to use ave char width for calculating the width of a text field in strict/standard mode
...
I had to put in an ifdef _WIN32 because no other platform implements the call in nsIFontMetrics
I will have to address this ifdef in the next release (Bug 50998), which means I will probably implement
GetAveCharWidth for all platforms that don't have a native call
Bug 44656 r=kmcclusk
2000-09-05 13:43:13 +00:00
rods%netscape.com
2ec6128d8f
fixed so script can find out if an option is selected when no frame exists
...
no all DOM calls can be made on a select or an option with or without a frame
and the results will be correct
All the PresState info (for now) is kept in the select content, a couple of new
methods were added to nsISelectElement to make it easier for the option to
Get/Set its index
Bug 45760 r=kmcclusk
2000-09-05 13:37:16 +00:00
taka%netscape.com
79fb5e0d32
escape quoted-specials after converting from UCS-2, fix for #45222 , r=alecf
2000-09-05 09:07:24 +00:00
axel%pike.org
f4423648bd
Adding MozillaObjectWrapper to windows component. not part of build.
2000-09-05 07:38:32 +00:00
hyatt%netscape.com
1bb5fdc4fc
loadBindingdoc, r=ben
2000-09-05 07:29:01 +00:00
hyatt%netscape.com
0138e7184e
loadBindingDoc
2000-09-05 07:28:32 +00:00
hyatt%netscape.com
f787e9f8fc
Update loadBindingdoc
2000-09-05 07:27:56 +00:00
hyatt%netscape.com
c806c1ac47
Update loadBindingDoc, r=ben
2000-09-05 07:27:24 +00:00
hyatt%netscape.com
d5c25c42fd
Update loadBindingDoc. r=ben
2000-09-05 07:27:06 +00:00
hyatt%netscape.com
b03ae07bef
Fix double selection problem in trees. r=ben
2000-09-05 07:09:14 +00:00
hewitt%netscape.com
4c99aed8c0
#46613 - classic skin polish. fixed disabled buttons and menubuttons looking enabled during :hover and :active
2000-09-05 05:37:58 +00:00
ben%netscape.com
ba38155bb1
hm...
2000-09-05 05:09:53 +00:00
nbhatla%netscape.com
e3ce60e573
#46423 -> New Modern Skin. Replaced PNGs with GIFs. Mail's main toolbar now has new button icons. r=hewitt
2000-09-05 04:30:28 +00:00
nbhatla%netscape.com
ca1ca57185
First Checked In.
2000-09-05 04:25:48 +00:00
ben%netscape.com
22485f1bae
fix for toolbar menubuttons taking focus.
2000-09-05 04:15:09 +00:00
bryner%uiuc.edu
30b37c9413
Making it so everyone doesn't get my debugging output spam.
2000-09-05 04:05:06 +00:00
bryner%uiuc.edu
956211f9f8
Classic skin polish (46613) - get the real gtk tooltip color so the tooltips look right. r=pavlov, ben.
2000-09-05 03:42:44 +00:00
bryner%uiuc.edu
b6b61074dc
Classic skin polish (46613) - make the shadows look better on unix by using the 'black' color. r=pavlov, ben.
2000-09-05 02:15:12 +00:00
dbaron%fas.harvard.edu
c3bbbaf9c8
Fix build warning by renaming variable. r=disttsc@bart.nl
2000-09-05 02:08:41 +00:00
ben%netscape.com
f6f060bacc
ViXEn VFD Shell stubs. not part of build.
2000-09-05 01:58:17 +00:00
bryner%uiuc.edu
dc2726b421
A small change to allow this to compile with newer glibc versions that don't define EM_486. r=alla@lysator.liu.se, a=brendan.
2000-09-05 01:23:37 +00:00
bienvenu%netscape.com
044ce44ccb
part of fix for 51306 crash compacting local folder r=sspitzer
2000-09-05 00:24:52 +00:00
rjc%netscape.com
85a442b4d8
Have FSDS tell nsIFile's to be less eager... shouldn't resolve aliases on Mac, for example. Preparation for additional work by ccarlsen. r=me
2000-09-05 00:15:22 +00:00
rjc%netscape.com
cb06aeba5e
Fix bug # 51016: FTP being too eager with assuming directory vs file. r=me
2000-09-04 23:36:56 +00:00
bienvenu%netscape.com
1a24981fd8
work on improving startup time, 26455 r=mscott
2000-09-04 23:35:40 +00:00
bienvenu%netscape.com
a3477f2a06
work on improving startup time, fix memory leaks 26455 r=mscott
2000-09-04 23:34:31 +00:00
rjc%netscape.com
cd73214bca
Fix bug # 50057: initial bookmarks menu problem with IE Favorites on Mac. r=me
2000-09-04 22:52:30 +00:00
dbaron%fas.harvard.edu
63c72036b9
Paint backgrounds and borders for inline elements in the foreground layer. b=36710, 27757 r=buster@netscape.com
2000-09-04 21:45:47 +00:00
dbaron%fas.harvard.edu
acaf9688ee
Don't apply top margin to a block containing only floaters. Let it collapse through instead. b=44419
...
Only do the quirky fix for bug 37657 for tables, not all blocks. b=43086
r=buster@netscape.com
2000-09-04 21:44:48 +00:00
dbaron%fas.harvard.edu
4b126abbdf
Fix potential leak on failure. r=evaughan
2000-09-04 21:41:07 +00:00
BlakeR1234%aol.com
09e47cae13
Fix bug 48875, just a typo. r=ben
2000-09-04 21:29:25 +00:00
BlakeR1234%aol.com
3bebcdc0a3
*** empty log message ***
2000-09-04 21:24:48 +00:00
BlakeR1234%aol.com
318932f2e9
Fix 38417, patch by dean_tessman@hotmail.com r=me a=brendan
2000-09-04 21:19:36 +00:00
axel%pike.org
b76c3231d8
Not part of build, fixing unix, missing object, const, part of #42228 , r=pvb
2000-09-04 16:25:27 +00:00
bienvenu%netscape.com
ad183efa1f
fix for 50454, error adding smtp servers r=alecf
2000-09-04 15:18:24 +00:00
scc%mozilla.org
d0f3782378
fix for pravda bustage ... we're almost there!
2000-09-04 07:59:15 +00:00
rjc%netscape.com
0be1f835ee
Fix bugs #48321 and #51168 : JS code from gervase.markham@univ.ox.ac.uk and r=me
2000-09-04 06:52:40 +00:00