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

10388 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 6d7f696549 Fix for 43326. r=ben 2000-09-07 10:26:51 +00:00
hyatt%netscape.com dbf81a2036 Taking more drastic measures with tree reflow stuff to try to fix some of the problems. r=ben 2000-09-07 09:27:25 +00:00
hyatt%netscape.com 1265181b38 Weird!? 2000-09-07 09:20:56 +00:00
hyatt%netscape.com f89d4eddd9 C++ fixes for 51263, r=joki 2000-09-07 08:18:11 +00:00
morse%netscape.com f1b7944434 bug 51338, cookie nag box not modal, r=mstoltz 2000-09-07 07:00:36 +00:00
sfraser%netscape.com 849a01373d Fix bugs 45881 and 46850 -- general caret cruft. Ensure that caret is clipped to the scrolling view, and fix things so that the caret is properly hidden on scrolling. r=beard 2000-09-07 05:26:25 +00:00
sfraser%netscape.com 73764576ce Fix bug 49620 -- make click-drag select work in comboboxes again. r=rods 2000-09-07 04:39:02 +00:00
hyatt%netscape.com 1cb2fa81af Patch to enable event.originalTarget on input fields. r=joki 2000-09-07 02:47:52 +00:00
hyatt%netscape.com f542d90ef4 Adding originalTarget to Event object. r=joki 2000-09-07 01:07:29 +00:00
ftang%netscape.com 8ab1d76a0b fix bug 50654. r=nhotta take care " in the charset 2000-09-06 20:41:12 +00:00
disttsc%bart.nl 16d9ea1ee3 Make nsXULElement inherit directly from nsXMLElement and remove dead internal code ((Get|Set)NameSpacePrefix from nsIXMLContent.h, nsIXULContent.h, nsXMLElement.h, nsGenericXMLElement.(h|cpp) and nsXULElement.(h|cpp). Hints & tips by jst (thanks!), r=jst, a=brendan. 2000-09-06 20:39:29 +00:00
rods%netscape.com a999bbad92 changed fonts to use CSS3 fonts so they can be overridden
Bug 44656 r=kmcclusk
2000-09-06 14:18:02 +00:00
rods%netscape.com c87cab6d9d For NavQuirks we need to set the appropriate font for buttons/selects or for text and textarea
If these fonts are set in the html.css or quirk.css they cannot be overriden
We now use the CSS3 font names and for NavQuirks we adjust the fonts to match Nav 4.x
The change is to give field fonts monospace instead of sans-serif
Bug 44656 r=dcone
2000-09-06 14:02:44 +00:00
rpotts%netscape.com 49552edbbe Moved the firing of the OnLoad event from WebShell into DocumentViewer... 2000-09-06 09:11:38 +00:00
pollmann%netscape.com c235ecdcb9 Bug 3326: IsIndex implementation (not part of build) 2000-09-06 07:37:49 +00:00
jst%netscape.com a076b1912a Fixing a cloneNode() regression in the HTML code, doing a deep clone on a element that didn't have a style attribute was failing to clone it's chil nodes. r=pollmann@netscape.com 2000-09-06 05:03:34 +00:00
dbaron%fas.harvard.edu bc5657c7f8 Fix misleading indentation. r=attinasi 2000-09-06 02:34:35 +00:00
dbaron%fas.harvard.edu 671cba18b2 Add code to allow the CSS parser to report errors. This code is not enabled by default in any builds, but it could be useful for chrome authors to catch CSS errors. We may want to turn it on in debug builds at some point, but it needs some work first. r=attinasi 2000-09-06 02:27:46 +00:00
dbaron%fas.harvard.edu 7bb3956df6 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2000-09-06 02:17:26 +00:00
dbaron%fas.harvard.edu aa9ed727b0 Change the names of CSS properties that are not part of the CSS2 specification by adding a -moz- prefix. Change the names of those that are used internally to use -x-, just for documentation. b=3935 r=attinasi 2000-09-06 02:15:18 +00:00
sean%beatnik.com 090158fb37 fix for bug 47840. When resolving the absolute url for plugin content, use the document's url as the base. r=av a=brendan 2000-09-05 23:40:07 +00:00
hyatt%netscape.com ce31959433 fix for 51410 - xbl syntax change, r=danm 2000-09-05 22:52:57 +00:00
buster%netscape.com ccbd894f2e bug 40596 (input type=text form controls with width:auto are not rendering correctly in table cells)
r=rods
2000-09-05 21:22:55 +00:00
ftang%netscape.com 7c5bbad557 fix bug 50849. thanks kin@netscape.com for the patch. r=ftang 2000-09-05 21:19:23 +00:00
edburns%acm.org 7b7a548b33 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
hyatt%netscape.com d3ee2d1b2d Fix arrow keys in input fields. r=danm 2000-09-05 18:57:53 +00:00
karnaze%netscape.com 7840c9106e fix regression tests to work around latest bugs. Does not affect the build. 2000-09-05 14:58:59 +00:00
karnaze%netscape.com 9d0a56f33b bug 45350 - correctly consider rowspan height in table row incremental reflow 2000-09-05 14:57:34 +00:00
rods%netscape.com 2887180bc0 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 ebbdfb1d25 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
hyatt%netscape.com 98a7a1f1b4 loadBindingdoc, r=ben 2000-09-05 07:29:01 +00:00
hyatt%netscape.com 19c8a21048 Fix double selection problem in trees. r=ben 2000-09-05 07:09:14 +00:00
dbaron%fas.harvard.edu 584fb1ac9b Fix build warning by renaming variable. r=disttsc@bart.nl 2000-09-05 02:08:41 +00:00
dbaron%fas.harvard.edu d415d67ba1 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 37748e21f8 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 6e6169de40 Fix potential leak on failure. r=evaughan 2000-09-04 21:41:07 +00:00
BlakeR1234%aol.com ecbcf58794 Fix 38417, patch by dean_tessman@hotmail.com r=me a=brendan 2000-09-04 21:19:36 +00:00
Peter.VanderBeken%pandora.be f08647d35b Correct string usage in XSLT hooks. Not part of default build (ifdef'ed). r=nisheeth. 2000-09-04 05:55:00 +00:00
scc%mozilla.org 25469b3ce9 need to make concatenation arguments homogenous in some cases 2000-09-04 01:33:24 +00:00
dbaron%fas.harvard.edu 16fffb863f Back out hacks to fix earlier string bustage. r=scc 2000-09-04 00:50:52 +00:00
av%netscape.com 328cd066e8 Fixing #44993, added style visibility check to the object frame, r=buster 2000-09-03 20:54:26 +00:00
dbaron%fas.harvard.edu b55d5c2c04 Continuing to work on speedracer/pravda bustage. 2000-09-03 15:45:57 +00:00
dbaron%fas.harvard.edu 20a984c1c4 Another attempt to fix speedracer/pravda bustage. They sometimes think nsPromiseConcatenation doesn't exist. I'll ask scc to look at this later. 2000-09-03 15:00:27 +00:00
dbaron%fas.harvard.edu 01dd43399d Attempt to get old gcc and old FreeBSD compilers working again. Will ask scc to look for a better fix later. 2000-09-03 13:40:31 +00:00
hyatt%netscape.com f2befc69c3 Fix crash on theme application. r=ben 2000-09-03 06:22:21 +00:00
hyatt%netscape.com b070ce7be3 Fix crash on skin switching. r=ben 2000-09-03 06:00:09 +00:00
hyatt%netscape.com a9b4837fdf Fixed bad regression in XBL. r=ben 2000-09-03 05:35:36 +00:00
dbaron%fas.harvard.edu 8d331320fd Fixing code in MathML that relied on implicit string conversion. r=scc (verbally) 2000-09-02 23:56:19 +00:00
Peter.VanderBeken%pandora.be ec2cf7fc4a Fix XSLT hooks (Preparation for bug #42228). r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:35:19 +00:00
Peter.VanderBeken%pandora.be 8a0b6d43a9 Fix XSLT hooks (Preparation for bug #42228). Remove GetAttributeValueAt (Fixes bug #47454). Clean up code. r=jst@netscape.com, a=waterson@netscape.com. 2000-09-02 15:34:07 +00:00