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

4456 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com f3e462848f Temporary fix orange on gcc-2.7.2.3 build. 2000-09-29 06:29:44 +00:00
waterson%netscape.com 2752e0ca2d Bug 46134, the final chapter. Factor funky attribute parsing logic into a separate routine, ParseAttribute(), add callbacks to make SubstituteText() and IsAttrImpactedByVars() use this. Also (the real fix), make sure that we call it from AddSimpleRuleBindings() so we don't drop old-sk00l bindings on the floor when multiple substitutions present in an attribute. r=rjc, sr=hyatt 2000-09-29 04:09:42 +00:00
waterson%netscape.com 9daa3c0dff Bug 54475. Don't mark leaf nodes as 'requiring more work'. We know they're leaves! r=rjc, sr=hyatt 2000-09-28 23:25:10 +00:00
hyatt%netscape.com f39228badf fix for 53838, r,a=waterson 2000-09-28 23:18:14 +00:00
saari%netscape.com 80300c590e fix for 53760, xbl double firing key events. r=hyatt, a=hyatt 2000-09-28 01:05:26 +00:00
hyatt%netscape.com 50133363d7 Really patching leak. 2000-09-27 23:39:47 +00:00
hyatt%netscape.com 6bff3e832f Attempting to plug the leak. I assume I'm allowed to check in leak fixes. 2000-09-27 23:27:13 +00:00
hyatt%netscape.com dc184ae1d4 Fix for 53417. r=brendan, a=brendan 2000-09-27 21:48:05 +00:00
hyatt%netscape.com 3cee6bdb23 Fix for 53417. r=brendan, a=brendan 2000-09-27 20:23:49 +00:00
cmanske%netscape.com 8038f6e0f2 Fixing new content serializer's formatting to match behavior in current HTMLContentSink output. (This is a branch to be integrated later; not part of any current tip or 6.0 branch build) r/a=vidur 2000-09-27 19:23:36 +00:00
nisheeth%netscape.com fc1382fd71 Fix for nsbeta3++ bug 53219. Checking in for joki because he is away for a DOM face to face meeting today and tomorrow. 2000-09-27 14:34:50 +00:00
harishd%netscape.com 66f020d558 50965 [nsbeta3+ - PDTP1]
Making sure that textnodes are created for SCRIPT,STYLE,TITLE,XMP,TEXTAREA,PLAINTEXT,
in FragmentSink, for editor->HTML Source.

r=jst
a=waterson.
2000-09-26 19:19:28 +00:00
waterson%netscape.com f0ad06937c Bug 53608. Avoid creating atoms in nsXULContentUtils. r,a=hyatt 2000-09-26 03:53:21 +00:00
mozilla.BenB%bucksch.org 60384e2742 51285: Move |EnsureBlockDisplay| to make it less agressive. Patch by attinasi, r=buster 2000-09-23 17:59:20 +00:00
rods%netscape.com 59a4fba503 The font size for selects and buttons needs to reduce the font size by 2 points
from the default font size set in prefs
b=53744 a=buster
2000-09-23 00:30:04 +00:00
rods%netscape.com dc348dfffe now prints only leaf docshells when there is a frameset and print leaf docshells
AND the rest of the document for anything else.
b=47478 a=buster
2000-09-22 14:42:13 +00:00
jst%netscape.com 50cb267dc7 Redoing how 'replaceable' properties on DOM objects are resolved to be compatible with 4.x, with this change named frames in framesets override 'replaceable' properties so that window.toolbar (or any replaceable property) in a frameset document with a frame named 'toolbar' actually resolves to the frame, and not the native toolbar. r/a=brendan, r=rpotts&scc 2000-09-22 10:18:07 +00:00
hyatt%netscape.com 09cb6cfb57 48758. r=ben,saari, a=waterson 2000-09-22 05:31:36 +00:00
hyatt%netscape.com 957c151659 48758. r=ben,saari, a=waterson 2000-09-22 05:02:20 +00:00
mscott%netscape.com 4285057062 Bug #51403, 52875 --> don't fall out with a failure just because we can't get a last
modification date for a document... r=a=waterson
2000-09-22 00:43:40 +00:00
rjc%netscape.com 74ad845803 Fix bug # 52789: bookmark sorting fix. r=jag, brendan, scc 2000-09-22 00:42:21 +00:00
mstoltz%netscape.com 90e1c56068 Fixing leak in nsXMLDocument to get the tree reopened. r=mccabe, brendan 2000-09-21 19:48:11 +00:00
pierre%netscape.com fb572bb67f fix related to the reconstruction of html.css (#6625) and to css system fonts (#1021): in quirks mode and on each platform, use the same fonts as Nav4 for edit fields, lists and buttons. r=rods a=buster 2000-09-21 10:21:23 +00:00
bryner%uiuc.edu 90f72d3fbd Fixing 52749 - unset the currentitem attribute on the old current item
when a new one is selected.  sr,a=hyatt.
2000-09-21 06:33:55 +00:00
jst%netscape.com 31aca48aad Fixing nsbeta3+ 49112. Making with(someimageelement) { src=someurl; } work by dynamically defining the 'src' property in nsHTMLImageElement::Resolve() (since src is defined as [noscript] in the IDL). r/a=vidur, r/a=brendan 2000-09-21 02:42:46 +00:00
evaughan%netscape.com 40c3bb938f fix for bug #52663
-r hyatt -a waterson
2000-09-21 01:20:00 +00:00
mstoltz%netscape.com 940c5078d1 Fixing 52497, security problem in document.implementation, r=jst a=brendan 2000-09-20 23:38:28 +00:00
erik%netscape.com fcf7460d54 bug 4238; r/a=ftang,buster,waterson; added language specific transform type
getter to nsIPresContext so that we can do things like U+005C -> U+00A5
(backslash -> yen sign)
2000-09-20 22:59:20 +00:00
hyatt%netscape.com 4ad32a6c62 Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan 2000-09-20 07:21:35 +00:00
hyatt%netscape.com 11d734017b Fix for several XBL event regressions, trashing memory and crashers, sr=brendan,ben, a=brendan 2000-09-20 07:16:04 +00:00
waterson%netscape.com c71e04b66a Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren 2000-09-20 05:44:19 +00:00
jst%netscape.com afe4b175f9 Fixing nsbeta3+ bug 52724. Fixing an oversight found by David Baron in HTMLDocument::createElement(), this makes document.createElement() be case insensitive. r/a=vidur, r=nisheeth 2000-09-20 05:12:44 +00:00
waterson%netscape.com bf722e10a6 Bug 50999. Make nsBindingManager keep track of nsIAnonymousContentCreator-generated content; simplify anonymous content cleanup dance by making nsIBindingManager::ChangeDocumentFor() method. r=dbaron,hyatt a=hyatt 2000-09-20 00:14:04 +00:00
harishd%netscape.com 8ece07cb91 52013 - Block sink reentrance to avoid frame duplication.
49115 - Delay breaking the circularity, between parser & snk, with a death grip!!!

r=jst
a=vidur
[sheriff approved]
2000-09-19 22:35:50 +00:00
heikki%netscape.com e13fae3ffe Fixed bug 52526, the cause was that image load event was bubbling even though the specs say it should not. Previously we were not even sending the load event on image load. I also fixed bug 50478 by fixing the logic in GetBubbles and GetCancelable of the DOMEvent. This helps in testing the first bug. I also fixed several cases where we had wrong combination of event class and event struct type. a=waterson, r=joki,rods. 2000-09-19 21:47:04 +00:00
hyatt%netscape.com 5774dc4d09 Addendum to 53091. sr=ben 2000-09-19 07:25:45 +00:00
jst%netscape.com 9a938e886f Fixing nsbeta3+ bug 52572. Renaming CSSValue::valueType to CSSValue::cssValueType to be up-to-date with the latest changes to the DOM Level 2 spec. r/a=vidur, r=pollmann 2000-09-19 05:37:23 +00:00
jst%netscape.com 96a956c384 Fixing nsbeta3+ bug 43741. Making mozilla ignore document.open() calls that are executed while the document is being parsed, this is needed for backwards compatibility. r/a=vidur, r=joki 2000-09-19 05:11:59 +00:00
hyatt%netscape.com a1c527cd6d fix for 53091, r=saari, sr=waterson 2000-09-19 01:24:44 +00:00
hyatt%netscape.com 48572de0e3 Fix for 52810. r=danm 2000-09-18 18:49:58 +00:00
mcafee%netscape.com a5f7f8a4e5 Ignore generated files 2000-09-18 17:43:15 +00:00
Peter.VanderBeken%pandora.be f019ffd8cf Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
hyatt%netscape.com 8fae4ae0df Fix for bug #45989, theft of clipboard using XBL. r=ben 2000-09-15 23:28:29 +00:00
jdunn%netscape.com 27ef20dd5e fixing AIX Tinderbox bustage:
PRBool's need PR_TRUE's or PR_FALSE's not 'false'
2000-09-15 12:23:15 +00:00
joki%netscape.com 2618d71619 fixing bustage. r:hyatt 2000-09-15 07:46:15 +00:00
hyatt%netscape.com 1186d43a59 Taking a stab. r=joki 2000-09-15 07:34:44 +00:00
saari%netscape.com af33c3c034 missed a bit from the last checkin as joki beat me to the repository 2000-09-15 07:02:58 +00:00
hyatt%netscape.com ef23ed6dc7 Fix Linux bustage. r-joki 2000-09-15 06:58:32 +00:00
kandrot%netscape.com db0b0031f0 Fix for 370k of bloat.
r=waterson
2000-09-15 06:52:17 +00:00
hyatt%netscape.com b13684d2e9 Fix for bad contractid. r=rayw 2000-09-15 06:39:29 +00:00
hyatt%netscape.com c6795c7114 Numerous XBL fixes (security patches and minor syntax changes). r=ben 2000-09-15 06:38:35 +00:00
saari%netscape.com 9e1940cb6f fix for 49975. r=pinkerton and hyatt 2000-09-15 06:28:26 +00:00
kandrot%netscape.com e5cb4e7684 Added to remove around 370k of bloat.
r=waterson
2000-09-15 06:25:54 +00:00
joki%netscape.com 958ea1e1b2 Fix for bug 5693 "problems with :hover". :hover should now work hierarchically, not just on the targetted Node. A pref was added to allow turning this off in low performance situations. r:jst 2000-09-15 06:17:54 +00:00
joki%netscape.com 7eb4f33a20 Fix for 30178, "hrefs override imagemap" and part of fix for 5693 by removing old hack to make :hover work on links. r:jst 2000-09-15 06:15:31 +00:00
rpotts%netscape.com 6f9f0f1cee Removed two bogus asserts... 2000-09-15 06:13:11 +00:00
joki%netscape.com 2653716e69 Fix bug 40071 "accesskey doesn't block menus" by propagating the cancelled event state from PreHandleEvent into HandleDOMEvent. r:jst 2000-09-15 06:11:15 +00:00
rayw%netscape.com d39d9e6d59 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
waterson%netscape.com f7f68ebaf4 Tune arena sizes, per news://news.mozilla.org/39BEC105.5090206%40netscape.com. 2000-09-14 23:11:40 +00:00
waterson%netscape.com fd3637116f Fix 'const' bustage. 2000-09-14 23:10:37 +00:00
waterson%netscape.com 4560bf89be Bug 51813. The change in r1.194 made it so that we respect a XUL element's lazy state. Because of this, we no longer need to check for 'new' matches in InstantiationNode::Propogate() -- *all* matches should be returned. Re-constify methods that should be const, and add NS_CONST_CAST() to call out where we're doing naughty things. r=rjc 2000-09-14 23:07:29 +00:00
pinkerton%netscape.com 10ab01e3e8 use control key for access key on mac (that's what IE5 does). r=saari/joki. bug# 40071. 2000-09-14 22:58:47 +00:00
morse%netscape.com 274bc5e8c8 bug 51338, cookie nag box not modal on meta-tag cookies, r=harishd 2000-09-14 18:59:47 +00:00
dbaron%fas.harvard.edu bf8a8ed6e7 Change the names of behavior and opacity DOM properties to MozBinding and MozOpacity, and make them work again with new CSS property names. r=jst, except for case change (Moz not moz) agreed on mozilla-style b=3935 2000-09-14 14:18:24 +00:00
mjudge%netscape.com fa7f4ce180 fixing sun/sparc i guess it didnt like the inline if/else statement. separating out. 2000-09-14 13:23:31 +00:00
mjudge%netscape.com a2fa9edcb5 small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575 2000-09-14 11:45:01 +00:00
pinkerton%netscape.com a20b67ad5f before starting a selection, make sure we aren't in a link because we don't want to usurp the DnD code. r=mjudge, bug# 52541. 2000-09-14 08:47:46 +00:00
nisheeth%netscape.com 6b8c045390 r=jst. Fix for nsbeta3+ bug 49579: Leak of a char * fixed in StartDocumentLoad(). 2000-09-14 06:43:08 +00:00
jst%netscape.com 87fb181ba8 Fixing nsbeta3+ bug 48161. Fixing getAttribute() on a XUL element to conform to the DOM Level 2 spec. This requires some changes in XUL files where various attributes incorrectly have a 'rdf:' prefix. r=waterson@netscape.com & scottip@netscape.com 2000-09-14 05:36:52 +00:00
mjudge%netscape.com eb77e8bf35 private interface for selection 2000-09-14 05:24:18 +00:00
mjudge%netscape.com fe57b88a54 not in build yet. adding for beta3 bug on api change 2000-09-14 05:22:37 +00:00
jst%netscape.com 0031679c0b Fixing nsbeta3+ bug 52572. Updating the DOM intefaces in mozilla to match the current DOM Level 2 PR. r=kandrot@netscape.com 2000-09-14 05:19:00 +00:00
jst%netscape.com 92f8ac224b Fixing nsbeta3+ bug 51034. element.getElementsByTagName() was throwing a NS_NOINTERFACE exception to the wrong IID passed to QI. r=kandrot&pollmann 2000-09-14 04:53:03 +00:00
waterson%netscape.com 5236588b1c Bug 46134, redux. Fix another piece o' code affected by the '^' character. r=rjc 2000-09-14 04:39:59 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com 192125c9de Fix warning: return value is required from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 14:11:51 +00:00
scc%mozilla.org 9243f9cdad if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:21:04 +00:00
scc%mozilla.org a48ea31a0c if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 04:50:55 +00:00
scc%mozilla.org 983223fbc2 if you want a pointer to the characters, your going to have to |.get()| it 2000-09-13 04:47:36 +00:00
scc%mozilla.org d2b859ab77 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 02:48:08 +00:00
pinkerton%netscape.com 6333de29c5 when we see that the mouseDown event was cancelled, stop tracking drags. This allows mousedown/move/up events to be processed by webpages w/out us interfering. r=joki, bug 43258. 2000-09-13 01:45:23 +00:00
anthonyd%netscape.com b7f01bd9f9 bug fix for mjudges bug #45387
r=anthonyd
2000-09-13 00:05:29 +00:00
kandrot%netscape.com c0249a4636 Fix for bug #51944. This change removes the stored selector text, and adds a method to the selector to generate the text, if needed.
r=vidur
2000-09-13 00:05:04 +00:00
waterson%netscape.com 2bda07ad8c Bugs 46134. Use caret ('^') character to concatenate text. Fix nsPromiseSubstring usage. r=rjc. Bug 46686. Update container attrs *before* we nuke the bestmatch. r=rjc 2000-09-12 23:12:40 +00:00
harishd%netscape.com dfdff8d6ba Removed the hack,in the sink, to limit nesting depth. This now
happens in the parser.

r=rickg/jst
2000-09-12 21:18:50 +00:00
nisheeth%netscape.com 9d0e97540d Followup to fix for nsbeta3+ bug 10292. Return default values from GetMappedAttributeImpact and GetContentStyleRules(). 2000-09-12 21:02:02 +00:00
heikki%netscape.com 3f6567dd27 Forgot to check that we fire the select event with Select All. Also fix event.target. Part of bug 46085. r=mjudge. 2000-09-12 20:54:41 +00:00
akkana%netscape.com 009cf43b57 52035, 52171: Fix some recent regressions in key bindings. r=hyatt,jfrancis 2000-09-12 02:01:12 +00:00
jst%netscape.com 5ba0e96269 Fixing nsbeta3+ bug 51562. Don't leak nsXMLProcessingInstructions... r=beard&dbaron 2000-09-12 01:51:02 +00:00
akkana%netscape.com 1b0e97ed6b 36082: don't load contents of script tag if script evaluation is off. r=brendan 2000-09-11 22:27:53 +00:00
jst%netscape.com cd1712f0c0 Adding new file, not part of the build. 2000-09-11 22:10:08 +00:00
rods%netscape.com 8370535078 stripping CR/LF in href attrs on mouse over or mouse click
b=52119 r=harishd
2000-09-11 21:21:40 +00:00
jst%netscape.com ab3d0248b6 Fixing the content serializers to compile on Windows. Not part of the build. 2000-09-11 20:55:46 +00:00
vidur%netscape.com 37c7853e01 First cut at the plain text serializer. The bulk of this code froms the old nsHTMLToTXTSinkStream. This is not part of the build. 2000-09-11 05:10:32 +00:00
vidur%netscape.com fa56f73b33 Ongoing work on content serializers. This is not part of the build. 2000-09-11 00:57:59 +00:00
jst%netscape.com 8a981de99d Checking in a infinite loop fix done by Vidur, not part of the build. 2000-09-10 23:24:10 +00:00
vidur%netscape.com 604b10b420 Better factoring of code. This is not part of the build. 2000-09-10 22:22:58 +00:00
jst%netscape.com 5dcd08ede7 Getting the serializers up to par. This is not part of the build 2000-09-10 19:36:22 +00:00
vidur%netscape.com fae2208e28 Added missing HTML tags. r=jst 2000-09-10 07:04:30 +00:00
vidur%netscape.com 2c6f9e5aa3 Added _moz_dirty. r=jst 2000-09-10 07:04:07 +00:00
vidur%netscape.com ea0bc14d7a Pretty printing in HTML. Much code lifted from nsHTMLContentSinkStream. This is not part of the build. 2000-09-10 06:44:06 +00:00
bryner%uiuc.edu 0c0a73b220 Fixing bug 51096 - crash after changing mousewheel prefs twice. Also remove some assertions and fix a longstanding inconsistency/bug with mousewheel text zoom and history navigation. r=ben. 2000-09-10 05:35:36 +00:00
vidur%netscape.com 5512d9d1ac New HTML and XML serializers. This is not part of the build 2000-09-10 02:17:54 +00:00
jst%netscape.com b6ade313b8 Adding character offsets to various methods. Not part of the build. 2000-09-10 00:09:14 +00:00
jst%netscape.com 0a961b96ae Whitespace changes, not part of the build. 2000-09-09 23:53:39 +00:00
jst%netscape.com 8d532b0b2c Change interface to allow the implementation to be more efficient. Not part of the build. 2000-09-09 23:52:59 +00:00
rods%netscape.com 6cf19df91a reverting back to using macro for impl of set/get of disabled attr
b=41252 r=attinasi
2000-09-09 22:18:53 +00:00
vidur%netscape.com c2b8d65ff3 Removed unnecessary attribute serializer. This is not part of the build yet. 2000-09-09 22:03:58 +00:00
jst%netscape.com 19bbf22225 New file, not part of the build yet. 2000-09-09 21:47:23 +00:00
jst%netscape.com 585c9cdc89 Removing static IID's (NS_DEFINE_IID()) and replace the static IID's with NS_GET_IID(), this cleans things up and simplifies my fix for nsbeta3+ bug 7515. r=pollmann@netscape.com 2000-09-09 05:46:14 +00:00
pollmann%netscape.com 0bbeb76430 Bug 51856: Allow selection of just part of a text input or textarea to increase the karma around people who make typos. r=jst@netscape.com 2000-09-09 01:22:01 +00:00
pnunn%netscape.com c6b9835eb3 bug:13718: natural img dimens. pnunn, r:sfraser 2000-09-08 22:52:05 +00:00
valeski%netscape.com fffc143b83 50188. ifdef debug'ing stderr output so we don't spew it in release builds. 2000-09-08 22:43:58 +00:00
hyatt%netscape.com e9b40f4610 r=ben, same as prev checkin 2000-09-08 10:02:00 +00:00
hyatt%netscape.com 3ade57d231 Tweak loadBindings call, provide hint to optimize possible style re-resolve in XBL, fix spot dbaron forgot. All 3 are r=ben 2000-09-08 10:01:18 +00:00
hyatt%netscape.com a307d33c09 Implement bindingDetached. r=ben 2000-09-08 06:57:03 +00:00
hyatt%netscape.com 366dca089a Making splitters support persistence. 2000-09-08 06:55:10 +00:00
pollmann%netscape.com 584c5f6ec7 Bug 49921: Fix leak of a CNavDTD (leak and fix found thanks to beard@netscape.com) r=jst@netscape.com 2000-09-08 04:52:57 +00:00
sfraser%netscape.com bcea862cd3 Fix the tree bustage. r=jst 2000-09-08 02:06:56 +00:00
dbaron%fas.harvard.edu 9b8dfea330 Clean up reporting of CSS parser errors: Use |nsAReadableString|s and an additional macro to allow all the error reporting to be done by macros. Also clean up a few comments. Not part of the default build (you must define CSS_REPORT_PARSE_ERRORS).
Make namespace prefixes case insensitive within CSS by normalizing to lower-case.  b=35813

r=attinasi
2000-09-08 02:05:09 +00:00
pollmann%netscape.com f51a223363 Bug 13652: select method should fire onselect handlers, blur should blur, r=jst@netscape.com 2000-09-08 01:46:00 +00:00
sfraser%netscape.com bd36696b9f Removed an nsIAtom* that was never initialized or used, but NS_RELEASED. Found in the build warnings. r=jag. 2000-09-08 01:25:10 +00:00
pinkerton%netscape.com 1cf18fcdf2 use NS_LITERAL_STRING 2000-09-07 23:18:38 +00:00
pinkerton%netscape.com 1d951eac72 using NS_LITERAL_STRING 2000-09-07 23:12:41 +00:00
akkana%netscape.com f2a51fdcb9 50821: don't force a bogus 3.2 doctype, and eliminate OutputNoDoctype flag. r=cmanske 2000-09-07 18:40:14 +00:00
dveditz%netscape.com 05d632dff6 Turning on JS strict option in debug builds, a/r=brendan, bug 50645 2000-09-07 10:51:59 +00:00
hyatt%netscape.com 1265181b38 Weird!? 2000-09-07 09:20:56 +00:00
hyatt%netscape.com 2f51e7701f Ensuring that column header cells don't also persist accidentally (along with the columns themselves. r=ben 2000-09-07 08:42:49 +00:00
hyatt%netscape.com e40ff5451b Fix for 51263. r=ben 2000-09-07 08:26:03 +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
bryner%uiuc.edu 2837d3a03b Fixing 42109 (again) - I missed a case on my first attempt. r=disttsc@bart.nl. 2000-09-07 05:49:04 +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 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
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
hyatt%netscape.com ce31959433 fix for 51410 - xbl syntax change, r=danm 2000-09-05 22:52:57 +00:00
jband%netscape.com e3318a244d commenting out dead code that was giving us a useless warning 2000-09-05 20:20:34 +00:00
hyatt%netscape.com d3ee2d1b2d Fix arrow keys in input fields. r=danm 2000-09-05 18:57:53 +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
bryner%uiuc.edu 349ff61cd4 Making it so everyone doesn't get my debugging output spam. 2000-09-05 04:05:06 +00:00