Commit Graph

98671 Commits

Author SHA1 Message Date
kin%netscape.com
bbfc68659e Fix for bug 127211 (Events don't get to an IFRAME unless it is scrolled to the top of its parent)
Modified GetOriginToViewOffset() so that it stops traversing view's parent hierarchy if it runs across a frame with a different ViewManager.

r=kmcclusk@netscape.com  sr=roc+moz@cs.cmu.edu  a=asa@mozilla.org
2002-02-28 22:34:47 +00:00
kin%netscape.com
49bacde56c Fix for bug 127368 (Can't type in textfields in pages with an iframe and body with marginheight and marginwidth=0)
Modified HandleEvent() to prevent forwarding KeyEvents to views with a different ViewManager.

r=roc+moz@cs.cmu.edu  sr=sfraser@netscape.com  a=shaver@mozilla.org
2002-02-28 22:30:01 +00:00
radha%netscape.com
2e6f74e56b Fix for bug # 105299. Loop through all the subframes to make sure all url
changes are reloaded when going back and forward. r=adamlock. sr=alecf a=shaver
2002-02-28 22:22:35 +00:00
pinkerton%netscape.com
b259f044cb api for overriding aspects of content-area drag&drop. r=ccarlen/sr=sfraser/a=shaver. bug# 126069 2002-02-28 22:19:04 +00:00
relyea%netscape.com
089b31a446 Fix PSM name problem.
Fix crash when trying to access/delete an non-existant object.
2002-02-28 21:30:13 +00:00
relyea%netscape.com
459a3ef1a6 Load builtins even if we are openning the database read only. 2002-02-28 21:28:47 +00:00
ian.mcgreer%sun.com
09c00fbd12 bug 126653, intermediate cert should have valid CA trust 2002-02-28 19:41:51 +00:00
timeless%mac.com
34b4c8a423 Bug 128120�Printing fails after first invocation
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=blizzard a=suresh [sheriff]
2002-02-28 19:32:14 +00:00
rbs%maths.uq.edu.au
8f0239638f backing out - got confused about the status of the tree... 2002-02-28 19:28:11 +00:00
rbs%maths.uq.edu.au
427d1bee24 bug 125541 - Need sample MathML page for what's new in m0.9.9. Fixed weird stretchy integral sign due to platform differences in FillRect(). Improved wording of the message that alerts the user about missing MathML fonts and made the dialog non-modal, r=roc+moz, sr=attinasi, a=shaver 2002-02-28 19:11:02 +00:00
dp%netscape.com
9dc9c12621 Backing out earlier change. Tree isn't open for checkin yet. Sorry. 2002-02-28 18:36:26 +00:00
dp%netscape.com
93c15c90ab bug 127941 Fixing leak of bucket memory; memset to 0 only if zeroit is
set. r=dougt, sr&a=shaver@mozilla.org
2002-02-28 18:30:48 +00:00
aaronl%netscape.com
11f6e7f5b6 Backing out Bug 125295. (Smoktests not finished) Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:18:42 +00:00
aaronl%netscape.com
eb2bcd551f Backing out Bug 127277. (Smoktests not finished) accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:18:39 +00:00
aaronl%netscape.com
a88048e70f Bug 125295. Active Accessibility: HTML <button> element should be a leaf. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:14:54 +00:00
aaronl%netscape.com
f028eda411 Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-02-28 18:14:49 +00:00
ftang%netscape.com
c18fbaf93a fix bug 116882. r=nhotta sr=kin a=roc+moz
change the error handling behavior compatable to IE6.
display middle dot instead of ?for undefined character
2002-02-28 15:47:10 +00:00
seawood%netscape.com
1c1bb7c6ea Check for system version of freetype >= 2.0.8 for those of us building in objdirs.
Fix problem with sub-configures getting unnecessary additional options.
Bug #126919 r=bryner a=shaver
2002-02-28 15:43:17 +00:00
dcone%netscape.com
158e2c6a3f b=37685 r=rods a=attinasi a=roc+moz. Put in substitute fonts for the pre. Use the correct metrics for
bold and italic fonts.  All this work is for Postscript on linux.
2002-02-28 14:48:16 +00:00
brade%netscape.com
2110b7318e Calculate file extension based on existing extension (if it matches content type) before defaulting to primary extension (bug 125070). Don't do base tag modifications if flag is set (bug 127765). r=adamlock, sr=sfraser, r=roc 2002-02-28 14:12:57 +00:00
brade%netscape.com
15c898c949 add new flags; bug 125070, r=adamlock, sr=sfraser, a=roc 2002-02-28 14:09:07 +00:00
mcafee%netscape.com
8c606e85b5 Adding mozilla/include to core build files. 2002-02-28 10:35:11 +00:00
mcafee%netscape.com
6f9f91ab6e --enable-standalone-modules 2002-02-28 10:23:36 +00:00
mcafee%netscape.com
93890b7d91 first add 2002-02-28 08:11:51 +00:00
timeless%mac.com
187799bca7 Bug 127700 timelineservice initialization isn't well wrapped
r=bzbarsky sr=sspitzer a=shaver
2002-02-28 07:51:38 +00:00
bryner%netscape.com
720511557d Removing unused unix-dns.* files (bug 38061). r=alecf, sr=darin, a=shaver. 2002-02-28 07:46:14 +00:00
mcafee%netscape.com
2f8ca8202d Not part of build, part of future build mechanism. Fixing typo. 2002-02-28 07:44:07 +00:00
bryner%netscape.com
9534995ca2 bug 127189 - changing the sizetopopup attribute to have two valid "on" modes: "pref", which sets the preferred size to the popup size, and "always", which sets both the preferred and min size to the popup size. Converting all current users of sizetopopup=true to sizetopopup=pref. r=saari, sr=hyatt, s=shaver. 2002-02-28 07:28:39 +00:00
seawood%netscape.com
37903d583c Realigning ./configure --help output 2002-02-28 07:18:12 +00:00
seawood%netscape.com
08d41f0f6b Aligning ./configure --help output. 2002-02-28 07:17:21 +00:00
leaf%mozilla.org
09e2b8053a Automated update 2002-02-28 07:11:50 +00:00
seawood%netscape.com
78fea53f52 Check for system version of freetype >= 2.0.8 for those of us building in objdirs.
Fix problem with sub-configures getting unnecessary additional options.
Bug #126919 r=bryner a=shaver
2002-02-28 07:00:59 +00:00
varga%utcru.sk
be35de8dc5 Fix for 123109. crash when trying to view XBL Bindings in DOM Inspector.
- don't destroy outliner body frame for now
r=bryner, sr=hewitt, a=shaver
2002-02-28 06:50:05 +00:00
matty%chariot.net.au
0635a5fc50 Bug 117060 broke the tree, fixing the breakage. 2002-02-28 06:47:16 +00:00
hewitt%netscape.com
0ae8888990 90337 - urlbar not responsive to enter key, r=hyatt, sr=blake, a=roc 2002-02-28 06:18:00 +00:00
cathleen%netscape.com
4ddb311b96 backout nsCRT.h change. put back nsCRT::strlen(char* s). tree is burning out of control. I swear it builds on my machine! :-( Will need to evaluate and try later 2002-02-28 05:23:40 +00:00
cathleen%netscape.com
7a8a52afaa fix build bustage due to nsCRT::strlen(char* s) removed 2002-02-28 05:14:10 +00:00
cathleen%netscape.com
b4b6e3703b fix build bustage, due to nsCRT::strlen(char* s) removed 2002-02-28 05:00:18 +00:00
cathleen%netscape.com
5468d9b6ff fix bustage due to nsCRT::strlen(char* s) removed 2002-02-28 04:55:04 +00:00
peterlubczynski%netscape.com
074652f237 Fix for topcrash attempting to paint a null frame, bug 110650 r=kmcclusk@netscape.com sr=beard 2002-02-28 04:54:50 +00:00
peterlubczynski%netscape.com
d80e9173f1 Fix for only opening initial streams for plugins if we can handle it internally. This fixes RealPlayer popping up as a helper application for rstp:// protocols bug 85539 r=av sr=darin 2002-02-28 04:47:08 +00:00
cathleen%netscape.com
4a5da35b5c eliminate nsCRT::strlen for char* strings (final part), bug 124536 r=dp sr=brendan a=roc+moz 2002-02-28 04:11:37 +00:00
mcafee%netscape.com
ac0a92ce86 Not part of build. Adding stdin to argv list. 2002-02-28 02:24:57 +00:00
cmanske%netscape.com
29f03e2eb6 Check for null mDocument in nsXULElement::DispatchEvent 2002-02-28 01:47:40 +00:00
ian.mcgreer%sun.com
bec85f00b2 misdeclared function signature 2002-02-28 01:32:32 +00:00
mcafee%netscape.com
a222f63ebc turned debug on by accident. 2002-02-28 00:41:21 +00:00
blakeross%telocity.com
dde8b9cc0a 91022 - searching in history doesn't work. r=jag sr=alecf 2002-02-28 00:35:37 +00:00
seawood%netscape.com
7ea17c423f Fix eternal loop caused by building on win32 & having dos-lineendings enabled.
r=bryner a=leaf
2002-02-28 00:24:25 +00:00
mstoltz%netscape.com
18c8067fae Bug 127938 - chrome scripts should be exempt from the security check put in for
bug 105050, on access to the opener property when the opener is a mail window.
r=pavlov, sr=jst, a=leaf.
2002-02-28 00:22:59 +00:00
gerv%gerv.net
3b2cd6327b Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and a properly-tabulated email prefs section. 2002-02-28 00:14:01 +00:00