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

120147 Коммитов

Автор SHA1 Сообщение Дата
axel%pike.org 22c0930608 bustage fix for unix, shupid me 2003-06-24 21:38:18 +00:00
jst%netscape.com 0625b760d1 Fixing bug 203179. Make String.prototype.localeCompare be locale aware. r=smontagu@netscape.com, sr=bzbarsky@mit.edu. 2003-06-24 21:09:57 +00:00
locka%iol.ie 27cece44a6 NOT PART OF BUILD. Add sample licence, fix window creator 2003-06-24 21:08:26 +00:00
cbiesinger%web.de d66c363072 201769 r=neil sr=dmose patch by bugzilla@christian.schmidt.name
Security panel is confusing - order of controls should be changed
2003-06-24 20:51:38 +00:00
axel%pike.org 09ff592c44 bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv 2003-06-24 20:41:49 +00:00
locka%iol.ie d28150902b NOT PART OF BUILD. Simple test app for Gecko written using wxWindows 2003-06-24 20:15:14 +00:00
dwitte%stanford.edu ff755a2797 fixing a trivial warning due to mismatch of |class| fwd-declaration for a struct.
r=timeless
2003-06-24 14:33:26 +00:00
jshin%mailaps.org c8b697b941 bug 209328 : fix mailto URL regression. (r=nhotta, sr=alecf) In addition,
address two other (related) issues.
- Fix ConvertURISpecToUTF8 to make it fill up the out parameter
- Make Tru64 Cxx happy with NS_STATIC_CAST of nsAutoPtr<PRUnichar>
2003-06-24 14:31:09 +00:00
ccarlen%netscape.com 0daf782a37 Bug 123370 - Long profile name can push buttons out of dialog box. patch by neil@parkwaycc.co.uk. r=ccarlen/sr=jag 2003-06-24 13:55:20 +00:00
roc+%cs.cmu.edu 7928e4930c deCOMtaminate nsIFrame::GetWindow; the COM wrapper doesn't ADDREF when it should, the easiest thing to do is to just not use the wrapper. r+sr=dbaron 2003-06-24 13:39:15 +00:00
neil%parkwaycc.co.uk b2b820c919 Bug 155918 inefficent use of search and match in linkToolbarHandler.js p=stevechapel@earthlink.net r=me sr=jst 2003-06-24 11:29:50 +00:00
aaronl%netscape.com 1325ea8a1a Bug 210069. Fix leaks caused by in-process accessibility events. r=kyle, sr=alecf 2003-06-24 08:42:31 +00:00
aaronl%netscape.com d4d0d2a26c Bug 209990. Crash when accessibility doc is destroyed, or on shutdown. r=kyle, sr=alecf 2003-06-24 08:41:28 +00:00
aaronl%netscape.com d856ba2388 Fixing part of checkin from bug 209354 to be in line with darin's comments. No new sr= needed 2003-06-24 08:29:34 +00:00
hyatt%mozilla.org 7ec7ef82ae Remove Web Panels detritus from XUL. Change defaults so that throbber is visible in the menu bar. 2003-06-24 07:18:33 +00:00
bzbarsky%mit.edu e5462134b5 Add asserts on people attempting to fetch attributes in the
kNamespaceID_Unknown namespace or call HasAttr on such.  Bug 210314, r+sr=jst
2003-06-24 06:45:34 +00:00
dbaron%dbaron.org 4d14f9afbe Fix windows bustage. b=188803 2003-06-24 06:20:18 +00:00
dbaron%dbaron.org 59e9d2ff68 Keep the pointer version of NS_ConvertUTF8toUTF16 null-safe. b=210279 r+sr=jag 2003-06-24 05:42:05 +00:00
dbaron%dbaron.org 440c73cd8f Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky 2003-06-24 05:40:37 +00:00
dbaron%dbaron.org 120e9a5ee9 Fix dynamic changes to negated attribute or state selectors. b=210458 r+sr=bzbarsky 2003-06-24 05:34:30 +00:00
jst%netscape.com 9d32883569 Fixing bug 210443. Cut down on the malloc's done when loading images. r=caillon@aillon.org, sr=bzbarsky@mit.edu. 2003-06-24 05:32:59 +00:00
dwitte%stanford.edu 3993590f88 Fixing leak regression from bug 200632 landing (the latest cookie rewrite).
This changes the nsCookieService singleton fu to AddRef only once, rather than twice (and removes the corresponding Release in the module dtor). The double-addref was making the cookie module stick around until XPCOM starts shutting down modules, which is too late to release things we own (observer service, prefbranch, etc). So we were violating XPCOM shutdown rules without knowing it.

So, the tracemalloc leak stats on Brad should halve. :)

b=209571, r=alecf, sr=darin.
2003-06-24 05:00:22 +00:00
bzbarsky%mit.edu 3a04d8e51b Fix matching when attribute selectors with "*" as a namespace are involved.
Bug 210314, r+sr=dbaron
2003-06-24 04:50:05 +00:00
dwitte%stanford.edu 0dd71dbbcb removing bitmap/png, screen capturing, and boxmodel colorpicking functionality from DOM Inspector.
b=211096, r=caillon, sr=jst.
2003-06-24 04:44:55 +00:00
roc+%cs.cmu.edu dfa2a5717d deCOMtamination. Checking in this change now because I think the nsIFrame::GetWindow() COM-style wrapper is broken (doesn't ADDREF, but should), but the easiest way to fix that is to deCOMtaminate this, the only caller I can find. r+sr=dbaron 2003-06-24 03:34:41 +00:00
jst%netscape.com e7966722ca Fixing part of bug 209699. Eliminate bad usage of NS_ConvertU*. r=caillon@aillon.org, sr=alecf@flett.org 2003-06-24 01:46:50 +00:00
bzbarsky%mit.edu f802347f6c Make XBL methods and properties report useful line numbers and urls so that the
JS errors/warnings in the JS console point to the right place.  Bug 127567,
r=bryner, sr=alecf
2003-06-24 01:20:40 +00:00
bzbarsky%mit.edu 95cf40c10b Fix leaks of some arrays on shutdown. Bug 209568, r=bstell, sr=bryner 2003-06-24 01:15:45 +00:00
roc+%cs.cmu.edu 55c04f87d7 Bug 109772. Cleanup views. Promote certain members of nsView and nsViewManager to stack variables. Provide non-COM versions of, and deprecate COM usage of, nsIView methods HasWidget, GetWidget, GetFloating, GetParent, GetFirstChild, GetNextSibling, GetOpacity, GetClientData, GetVisibility, GetViewManager, GetZIndex, GetPosition, and GetBounds. r+sr=dbaron 2003-06-24 01:00:46 +00:00
jshin%mailaps.org 2e41088018 bug 158006 : properly handle 'non-ASCII' filename in 'save as, save link
target as, save image as' by using nsIMIMEHeaderParam to decipher
'filename' parameter of Content-Disposition header. (r=neil, sr=jag)
2003-06-24 00:26:38 +00:00
nelsonb%netscape.com 854c25c27f Whitespace cleanup. This patch causes numerous lines that were wider
than 80 columns to be folded according to NSS coding conventions.
This patch does not fix any run-time error.
2003-06-23 23:15:33 +00:00
darin%netscape.com 25f0a278b0 fixes bug 209560 "Secure JS doesn't work from https JARs" r=dougt sr=alecf 2003-06-23 22:58:28 +00:00
darin%netscape.com 569993ef51 fixes bug 199443 "leaking GDIs when table cell contains an image, and text is received in multiple packets (testcase available)" r=pavlov sr=bzbarsky 2003-06-23 22:55:17 +00:00
bsmedberg%covad.net bd563770dd Build bustage from bug 210337, sorry 'bout that. 2003-06-23 21:56:07 +00:00
seawood%netscape.com d74da0c02c Force files to be read as binary to avoid line-ending issues on win32.
Bug #196499
2003-06-23 21:36:19 +00:00
bryner%netscape.com 53e0e213f5 Add -ltracker for BeOS. Bug 210217, patch by sergei_d@fi.tartu.ee, r=bryner. Not part of the normal build. 2003-06-23 21:30:37 +00:00
bsmedberg%covad.net e8632d1e19 Oops, forgot a file for bug 210337, part 2. 2003-06-23 21:07:29 +00:00
bzbarsky%mit.edu d1447d9cc1 Make setting contentType or contentCharset act as hints if done before channel
open; use this in the CSSLoader to hint that we want text/css data.  Bug
120789, r=dougt, sr=darin
2003-06-23 21:00:46 +00:00
bsmedberg%covad.net 034e54236c Bug 210337 part 2: remove unused nsObserver r=alecf/dougt 2003-06-23 20:47:45 +00:00
bsmedberg%covad.net a77fdd7bd4 Bug 210337 - Spring cleaning of unused XPCOM code and callers r/sr=alecf/bz 2003-06-23 20:31:43 +00:00
bzbarsky%mit.edu c1d40be04e Fix some DEBUG_bzbarsky code people didn't bother to update. r+sr=whatever 2003-06-23 18:34:02 +00:00
alecf%flett.org 5644ccd470 fix for bug 209780 - do UTF16->UTF8 conversion outside the recursion, so that we don't constantly convert the string we're looking for
r=dbaron, sr=jst
2003-06-23 18:32:10 +00:00
bryner%netscape.com bed8b66600 fix save as (bug 209860), patch by noririty@jcom.home.ne.jp 2003-06-23 18:08:41 +00:00
scott%scott-macgregor.org 86d47474b2 not part of the thunderbird build. Temporary file for new compose window prototype. 2003-06-23 18:04:03 +00:00
myk%mozilla.org 553ca4f7a0 Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
scott%scott-macgregor.org 68e9c3c0c1 temporary new autocomplete binding to handle a new compose window prototype. 2003-06-23 18:01:19 +00:00
axel%pike.org b547e81f9f bug 208561, grammar check, a X vs. an X, patch by Joseph Myers, r=axel@pike.org, sr=peterv 2003-06-23 14:25:23 +00:00
jshin%mailaps.org 98ada63a79 bug 205649 : replace U+00E5 represented in ISO-8859-1 (0xe5) with U+00E5 in
UTF-8 in all XUL files to make them to be genuinely encoded in UTF-8. All the
changes are in comments so that this shouldn't affect anything at run-time.
(r=hwaara)
2003-06-23 13:18:12 +00:00
neil%parkwaycc.co.uk 5090e16d3f Bug 126182 Fix case of access keys in download manager toolbar p=hippie@arcmis.com r=me sr=bz 2003-06-23 12:01:10 +00:00
neil%parkwaycc.co.uk cce23256c7 Bug 118899 Option to display original date in message headers p=ch.ey@gmx.net r=me sr=dmose 2003-06-23 11:50:26 +00:00