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

122811 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org d0e0b80805 Do not use nsCOMPtr_base with gcc3, since doing so violates aliasing rules. b=212082 r=scc sr=bryner 2003-09-25 05:43:42 +00:00
dbaron%dbaron.org 6af4466826 Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner 2003-09-25 05:39:11 +00:00
dbaron%dbaron.org 652bca05de Call moz_gtk_shutdown before the event loop shuts down so that objects can be freed completely on shutdown. b=219523 r=bryner sr=blizzard 2003-09-25 05:36:25 +00:00
dbaron%dbaron.org 96096edab5 Fix leak of GDK events, and thus the main GDK window. b=219536 r=blizzard sr=bryner 2003-09-25 05:34:25 +00:00
bryner%brianryner.com f4d1fe081e Check return results from DecryptData so that we don't bring up the master password dialog again if the user cancelled it the first time. Bug 220214. 2003-09-25 04:54:22 +00:00
darin%meer.net b290b12671 fixes bug 220122 "Proxy-Authentication credentials can be exposed to origin server" r=bz sr=jst 2003-09-25 04:33:56 +00:00
dbaron%dbaron.org 7861160d62 Fix regression of scrolling attribute and overflow property on frame and iframe elements. Make the two interact correctly according to CSS cascading rules. b=220195 r+sr=bzbarsky 2003-09-25 03:55:04 +00:00
bzbarsky%mit.edu 24ea48e040 Fix GetAttributes() in XUL to work right. Bug 169825, r=sicking, sr=peterv 2003-09-25 03:51:12 +00:00
timeless%mozdev.org eb2d62de83 Bug 217949 NTLM Authentication does not work on NT4
patch by darin r=timeless sr=mscott
2003-09-25 02:53:05 +00:00
timeless%mozdev.org dc208b2507 Bug 220103 @mozilla.org/download;1 uses null mInner
r=neil sr=bz
2003-09-25 02:30:42 +00:00
timeless%mozdev.org 8f08967398 Bug 220103 @mozilla.org/download;1 uses null mInner
r=neil sr=bz
2003-09-25 02:22:15 +00:00
jpierre%netscape.com ec42f9469e Fix typo 2003-09-25 00:25:06 +00:00
gerv%gerv.net 859bcec198 Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla Helper form. Patch by gerv; r,a=justdave. 2003-09-24 22:50:04 +00:00
gerv%gerv.net 1a51f7c778 Bug 150900 - Help | Release Notes doesn't go to Release Notes. Patch by biesi; r=gerv, sr=jag. 2003-09-24 22:29:35 +00:00
gerv%gerv.net 19833a0047 Bug 213117 - new text for about:mozilla, line-height tweaks. Patch by steffen.wilberg@web.de; r=gerv, a=asa. 2003-09-24 22:21:16 +00:00
wtc%netscape.com 7124399198 Bugzilla bug 216117: added a TokenProxy member to the PK11Cert class to
store the slot pointer for the certificate *instance*.  This slot pointer
is not necessarily cert->slot.  Try to get the correct slot pointer for a
cert instance where possible.  This patch helps us handle multiple
instances of the same cert better.
Modified Files:
	PK11Finder.c pkcs11/PK11Cert.c pkcs11/PK11Cert.java
	pkcs11/PK11InternalCert.java pkcs11/PK11InternalTokenCert.java
	pkcs11/PK11Store.c pkcs11/PK11Token.c
	pkcs11/PK11TokenCert.java pkcs11/pk11util.h
	provider/java/security/JSSKeyStoreSpi.c ssl/SSLServerSocket.c
	ssl/callbacks.c ssl/common.c ssl/jssl.h util/java_ids.h
2003-09-24 22:20:15 +00:00
gerv%gerv.net 5a5c5e2cf1 Bug 150900 - Help | Release Notes doesn't go to Release Notes. Patch by biesi; r=gerv, sr=jag. 2003-09-24 22:14:37 +00:00
nelsonb%netscape.com 7bff061d97 Fix usage message to list all commands. Also, fix a few lines of
code that did not follow the file's convention for indentation.
Bug 203870.
2003-09-24 21:49:49 +00:00
scott%scott-macgregor.org c6a38ec9d8 Bug #219591 --> To much padding around toolbar buttons in 'small' mode. The earlier fix to this had problems
where we did not have enough padding and the file button had a drop down marker underneath it. 

This patch cleans all of that up.
2003-09-24 21:30:13 +00:00
ian%hixie.ch 5e43dbaa22 Typo... 2003-09-24 21:28:27 +00:00
ian%hixie.ch 6d3257f5c7 Stop an infinite loop that occurs if you have questions all in the same category. Bug found by ltost. 2003-09-24 21:22:50 +00:00
jag%tty.nl 1adea54304 Bug 218528: Personal Toolbar is empty when the UI is right-to-left. Patch by Neil, r=varga, sr=jag 2003-09-24 21:07:28 +00:00
wtc%netscape.com 9c91edd706 Bugzilla bug 220209: fixed a cert reference leak in
JSSL_CallCertSelectionCallback if the PK11_FindKeyByAnyCert call fails.
2003-09-24 21:07:17 +00:00
cbiesinger%web.de 704850d6da 220111 nsIDownload should document that Init must be called
r=bzbarsky sr=darin
2003-09-24 20:24:19 +00:00
cbiesinger%web.de a67ce6b555 143570 r=bzbarsky sr=darin
Allow assigning helper apps to mailnews attachments by extension.

do this by only getting the query off the uri for HTTP/HTTPS urls - mailnews
uris always have a query string, and if there is a query string the file
extension is ignored because a CGI script is assumed, which has no useful
extension.
2003-09-24 20:21:09 +00:00
cbiesinger%web.de d8575f0120 Bug 204671 progress dialog on download is always on top
r=bzbarsky sr=jag

Fix this by explicitly setting dialog=no in the features argument of
windowwatcher::OpenWindow.
2003-09-24 19:49:02 +00:00
bzbarsky%mit.edu 3ebb71a449 Make userContent.css come after the prefs sheet in the user sheet list (so that
rules in userContent.css can override prefs).  Bug 215668, r+sr=dbaron
2003-09-24 19:03:06 +00:00
brendan%mozilla.org 7cb2529128 Check in my version of a patch to avoid thread or process stack overflow from Igor Bukanov <igor@fastmail.fm> (192414, r=shaver). 2003-09-24 16:49:58 +00:00
bmlk%gmx.de f597144140 include previously removed borderpadding and cellspacing, bug 215629, r=jkeiser sr=dbaron 2003-09-24 16:04:54 +00:00
neil%parkwaycc.co.uk e0af45990e Bug 214832 some web pages bookmark as [object HTMLImageElement] r=caillon sr=bz 2003-09-24 14:58:51 +00:00
danm-moz%comcast.net 43ab378ca8 when bringing a window to the front, also bring to the front windows which must remain in front of it. but even more so, if you follow me. bug 217012, bug 184890. r=jag,neil 2003-09-24 14:31:03 +00:00
stephend%netscape.com 18c3109b4d Bug 147028. Change reference of Theme Park to theme sites (for brand). r=neil, sr=bz 2003-09-24 14:07:48 +00:00
daniel%glazman.org d3099c31e9 build system for standalone Composer; b=215795, r=cls@seawood.org, sr=scott@scott-macgregor.org 2003-09-24 13:59:37 +00:00
mostafah%oeone.com ecb9663f50 Checking in translations 2003-09-24 13:45:53 +00:00
igor%mir2.org 9aed8fe664 Use ScriptableObject.getPropertyIds(jsObj) to get all object ids instead of explicit working throw prototype chain. 2003-09-24 13:35:52 +00:00
stephend%netscape.com 991ab866a0 Bug 203121. Debug > Verification > Javascript menu item should read 'DOM' instead. Patch by Neil Rashbrook <neil@parkwaycc.co.uk>. r=me, sr=bz 2003-09-24 13:32:47 +00:00
igor%mir2.org 0924111af4 Optimization in getPropertyIds: since Scriptable.getIds returns unique ids, check against id duplication only if prototype chain contains more then one object with enumerable ids. It this way there is no need to allocate hash map in the common case of objects without enumerable properties on the prototype chain. 2003-09-24 13:32:42 +00:00
igor%mir2.org f04a8dec42 Optimization in IdEnumeration: since Scriptable.getIds returns unique ids, check against id duplication only if prototype chain contains more then one object with enumerable ids. It this way there is no need to allocate hash map in the common case of objects without enumerable properties on the prototype chain. 2003-09-24 13:29:17 +00:00
bzbarsky%mit.edu 9d984dc99a Fix GetID to not try to get attrs in unknown namespaces. Bug 220027, r=peterv, sr=jst 2003-09-24 13:22:09 +00:00
stephend%netscape.com d40dae6f77 Bug 220097. Change 'Plugins' to 'Plug-ins' in Script & Plug-ins pref panel. r=neil, sr=bz 2003-09-24 12:25:54 +00:00
neil%parkwaycc.co.uk 131d9ad47b Bug 169000 Wrapper library to access XPConnect native objects from chrome JS p=caillon r=jag sr=jst 2003-09-24 10:27:14 +00:00
peter%propagandism.org 61afd54127 Fix for bug 220080 (Wrong numeric code for DOM Level 2 errors). r=sicking, sr=jst. 2003-09-24 09:51:25 +00:00
neil%parkwaycc.co.uk ac81abb307 Bug 219552 Improve performance of RowCellColumnToCollationKey r=bienvenu sr=mscott 2003-09-24 08:18:45 +00:00
justdave%syndicomm.com 13730671b8 Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade.
Patch by Vlad Dascalu <jocuri@softhome.net>
r= gerv, a= justdave
2003-09-24 08:00:13 +00:00
justdave%syndicomm.com 2a9683e990 Bug 177449: When changing email address, old email address confirmation was case sensitive
patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
2003-09-24 07:44:22 +00:00
scott%scott-macgregor.org 690c913c44 try to fix ^M characters in file 2003-09-24 07:34:49 +00:00
hpradhan%hotpop.com 45786f132b Bug 170985 : fix for gcc3.4 bustage 2003-09-24 07:30:16 +00:00
hpradhan%hotpop.com a163d2b594 Bug 170985 : bustage possible btek bustage fix 2003-09-24 07:15:34 +00:00
louie.zhao%sun.com 4bcb9d6605 bug 209496 "Paste is not possible after a "Cut" on GTK2 build"
r = jerry.tan
sr = blizzard
2003-09-24 06:46:43 +00:00
hpradhan%hotpop.com 0d5836205b Bug 206947: Synchronous XMLHttpRequest leaks and can cause crashes r=heikki sr=jst 2003-09-24 06:20:02 +00:00