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

98817 Коммитов

Автор SHA1 Сообщение Дата
aaronl%netscape.com 22931b9e75 Bug 127277. accValue incorrect return values. r=jgaunt, sr=hewitt, a=shaver 2002-03-01 07:27:29 +00:00
justdave%syndicomm.com ad9d7a3141 Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= bbaetz, gerv
2002-03-01 06:46:51 +00:00
mhammond%skippinet.com.au a45a9d7ff4 Better messages on common exceptions.
Not part of the build.
2002-03-01 06:27:54 +00:00
mhammond%skippinet.com.au 7a4280940b Catch a few common exceptions, and report them nicely - save the user
wading through screens of traceback information just to find they
spelt an interface name wrong.
2002-03-01 06:26:14 +00:00
mhammond%skippinet.com.au 4a5f68a551 Make the repr() of an xpcom object list more information, including
any interfaces supported.  Relies on class info, so doesn't work for
all objects.

Not part of the build.
2002-03-01 06:24:38 +00:00
bbaetz%student.usyd.edu.au 676a581bc8 Bug 127318 - push UserInGroup to templates
r=jake x 2
2002-03-01 06:01:12 +00:00
bbaetz%student.usyd.edu.au ae797d18e3 Bug 119657 - template error checking
r=gerv, justdave
2002-03-01 05:57:43 +00:00
pavlov%netscape.com 303ab7918a fixing typo on return. should be NS_OK instead of PR_TRUE. 2002-03-01 05:40:43 +00:00
bbaetz%student.usyd.edu.au 01e4f7aeb2 Bug 107743 - post_bug.cgi doesn't properly validate parameters
r=gerv, justdave
2002-03-01 05:39:25 +00:00
brendan%mozilla.org 8ecde6229e Fix GC_MARK_DEBUG #ifdef'd code (not part of default build; r=polarbear, sr=shaver, a=dbaron). 2002-03-01 05:22:26 +00:00
tingley%sundell.net 56af7f826c Checkin for timeless@bemail.org to fix bug 128223: don't assert if a child
datasource doesn't return an (empty) enumerator along with NS_RDF_NO_VALUE.
r=tingley, sr=darin, a=shaver
2002-03-01 04:33:11 +00:00
bbaetz%student.usyd.edu.au 911a4042bd Bug 128234/128045 - http proxy was being tried even when the protocol
didn't allow it.
r=dougt, sr=darin, a=blizzard
2002-03-01 03:51:26 +00:00
blakeross%telocity.com 1bee8a20ac Download manager. Not part of build. 2002-03-01 03:37:55 +00:00
relyea%netscape.com dfe3ee8685 Don't go searching for the matching certs if they weren't on the token the
private key lived on.
2002-03-01 02:15:00 +00:00
relyea%netscape.com 39c2b9d38b When we free the clists, clear out our head pointer (don't keep pointing to
freed memory);
2002-03-01 02:13:42 +00:00
nelsonb%netscape.com ebc48d2fa1 Fix Usage message. Add missing \n to string. 2002-03-01 01:53:07 +00:00
leaf%mozilla.org 139718882c change for windows release build optimization, r=cls a=shaver 2002-03-01 01:01:42 +00:00
law%netscape.com 76a54876d6 Bug 113727; improved UI for Page Setup dialog; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:51:47 +00:00
law%netscape.com ae0aaa7f30 Bug 126850; delay focusing of first dialog element till after onload (workaround for bug 103197); r=jag, sr=hewitt, a=asa/drivers 2002-03-01 00:38:26 +00:00
jpierre%netscape.com 3a5e730566 Fix for 128355 - add SECMOD_AddNewModuleEx to take module parameters 2002-03-01 00:37:42 +00:00
law%netscape.com 5ace3fa051 Bug 127915; make textbox's html:input inherit tabindex; r=sgehani, sr=blake, a=asa/drivers 2002-03-01 00:34:01 +00:00
law%netscape.com 62bd06f43e Bug 126583; add webbrowserpersist properties file to jar on Mac so download error message text is available; r=bzbarsky, sr=jag, a=asa/drivers 2002-03-01 00:31:14 +00:00
bryner%netscape.com 0f60e7b693 One last .cvsignore fixup. a=leaf. 2002-03-01 00:22:07 +00:00
bzbarsky%mit.edu 8ea594b9ba Make view-source a lot faster on bidi pages by breaking up the page into
multiple blocks.  Bug 86355, r=rbs, sr=jst, a=asa/shaver
2002-03-01 00:07:48 +00:00
dougt%netscape.com 030416d58c Disables NSGetFactory support from XPCOM. sr=shaver@mozilla.org, r=dp@netscape.com, a=shaver@mozilla.org 2002-03-01 00:06:35 +00:00
dp%netscape.com e82fec9611 (again) bug 127941 Fixing leak of bucket memory; memset to 0 only if zeroit is
set. r=dougt, sr&a=shaver@mozilla.org
2002-03-01 00:03:58 +00:00
bzbarsky%mit.edu 01441240a3 target="_new" blocking should not block "_self", "_content", etc. Bug
126003, r=akkana, sr=rpotts, a=shaver
2002-03-01 00:02:46 +00:00
bzbarsky%mit.edu 2158ffd754 make "save as" offer the "web page, complete" option on ebay and on
other such pages where the server sends no content type.

Bug 128162, r=law, sr=jag, a=shaver.
2002-03-01 00:00:14 +00:00
bzbarsky%mit.edu de5d5de7c2 Make us handle type:application/x-gunzip, encoding:gzip. Bug 128177,
r=bbaetz, sr=darin, a=shaver
2002-02-28 23:54:58 +00:00
sgehani%netscape.com 3a104c3c74 Hide print button, scaling widgets, and orientation widgets.
b=127699; r=law; sr=jag; a=asa
2002-02-28 23:54:27 +00:00
danm%netscape.com 355f7ae8cc basic implementation of new method nsIWidget::IsEnabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:34:51 +00:00
danm%netscape.com bfc5f51129 filter mousedown and drag events depending on target window's enabled state. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:27:20 +00:00
blakeross%telocity.com a72401a73c Readding line inadvertantly removed when I checked in the fix for 53496. r=hewitt sr=ben a=asa 2002-02-28 23:27:05 +00:00
danm%netscape.com 80e71bc725 implement new method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:25:14 +00:00
danm%netscape.com 988f6b1c3a add method topLevelWindowIsModal. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:24:31 +00:00
danm%netscape.com 7e3b432342 implement new attribute nsIBaseWindow::enabled and inform the appshellservice of modal windows. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:23:43 +00:00
danm%netscape.com 4050702da3 implement new attribute nsIBaseWindow::enabled. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:22:55 +00:00
danm%netscape.com da65763223 add new attribute "enabled". bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:19:04 +00:00
danm%netscape.com 3d52efb8bf implement new method nsIWidget::IsEnabled and gut ModalEventFilter. bug 126786 r=hyatt,rginda a=asa 2002-02-28 23:16:16 +00:00
danm%netscape.com 2372d1f129 basic implementation of new method nsIWidget::IsEnabled. b ug 126786 r=hyatt,rginda a=asa 2002-02-28 23:10:04 +00:00
danm%netscape.com d1a43965de add new method IsEnabled. bug 126786 r=hyatt,rginda,rods a=asa 2002-02-28 23:09:34 +00:00
morse%netscape.com 757758df12 bug 126360, hide p3p choice if p3p is not installed, r=sgehani,sr=jag,a=asa 2002-02-28 23:00:19 +00:00
ian.mcgreer%sun.com 3e984aecf0 bug 125808, refresh trust and slot pointers of cert after token removal/insertion 2002-02-28 22:55:30 +00:00
rbs%maths.uq.edu.au 85a903188c re-fix 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 22:39:43 +00:00
ducarroz%netscape.com 4f1ba54695 Fix for bug 127877. Fully rewrite the function that build the attachment list. R=varada, SR=bienvenu, A=asa 2002-02-28 22:39:34 +00:00
bstell%ix.netcom.com 9e4b5d4223 bug 127063, add TrueType support for MathML
r=rbs, sr=shaver, a=leaf, a=shaver
2002-02-28 22:37:16 +00:00
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