aaronl%netscape.com
29facff3cc
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
ac723d47ad
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
0f4c092076
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
938220298d
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
1ce98378e3
Fix windows bustage. b=188803
2003-06-24 06:20:18 +00:00
dbaron%dbaron.org
3852bff4c9
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
06bb24f863
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
6a1ab46ff2
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
6ec7a0e4d1
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
5abc7e03c5
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
61a6512de2
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
d6f586015d
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
2cabcc78b9
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
898a232581
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
3906cefb0c
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
5e10020c11
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
f0865cf16e
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
bbeb41d30e
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
a09e87bce0
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
0692f0b9d0
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
7b3142ec4c
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
d266401f8a
Build bustage from bug 210337, sorry 'bout that.
2003-06-23 21:56:07 +00:00
seawood%netscape.com
b380d34fe0
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
d41a66409d
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
ea12fb91ed
Oops, forgot a file for bug 210337, part 2.
2003-06-23 21:07:29 +00:00
bzbarsky%mit.edu
f75f9017d9
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
97601586ac
Bug 210337 part 2: remove unused nsObserver r=alecf/dougt
2003-06-23 20:47:45 +00:00
bsmedberg%covad.net
1a9cab373f
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
46701a74ea
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
10e1d18eaf
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
705c9c0bda
fix save as (bug 209860), patch by noririty@jcom.home.ne.jp
2003-06-23 18:08:41 +00:00
scott%scott-macgregor.org
46e18f294e
not part of the thunderbird build. Temporary file for new compose window prototype.
2003-06-23 18:04:03 +00:00
myk%mozilla.org
d3f78ee8d3
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
6586577fe4
temporary new autocomplete binding to handle a new compose window prototype.
2003-06-23 18:01:19 +00:00
axel%pike.org
1a97d2a623
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
a02a46efd1
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
51a049a41e
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
81ad90a4c4
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
bbaetz%acm.org
86492dbac1
Bug 210324 - s/->err/->error/
...
r,a=justdave
2003-06-23 08:53:52 +00:00
darin%netscape.com
7f8a0c1090
fixes bug 210119 "Browser crashes when opening URL" r=caillon sr=bzbarsky
2003-06-23 05:51:33 +00:00
jshin%mailaps.org
d208f051a7
bug 206379 : additional patch : get rid of ResolveCharset() (static) and
...
rely on GetUnicodeDecoder() of nsICharacterSetConverterManager to take care of
the charset alias resolution. (r/sr=bzbarsky, sr=alecf)
2003-06-23 05:04:43 +00:00
bsmedberg%covad.net
c904248045
Bug 210216 remove unused nsChromeRegistry::mUIDataSource r=rjc sr=shaver
2003-06-23 04:44:28 +00:00
jshin%mailaps.org
b33261e746
bug 183156 : replace UCS2 in function/method names with UTF16 and update the
...
document accordingly. r=jag, sr=alecf
2003-06-23 04:30:57 +00:00
ben%netscape.com
06645ab757
Fixing Firebird build bustage after timeless' fishy checkin to bug 58613.
2003-06-23 00:56:38 +00:00
bzbarsky%mit.edu
e5aa92e533
Show #document nodes in iframes. Fix up various code that assumed they would
...
_not_ be shown. Minor cleanup of various sorts (nsCOMArray, etc). Bug 201585,
r=caillon, sr=alecf
2003-06-22 22:40:34 +00:00
seawood%netscape.com
224244de18
Use compiler test to check for Forte version instead of version string output.
...
Bug #177486 r=kyle.yuan@sun.com
2003-06-22 21:18:25 +00:00
timeless%mozdev.org
c8e1cc4cb0
Bug 58613 "last page visited" cannot handle framed pages properly
...
patch by ian@arlen.demon.co.uk r=timeless sr=alecf
2003-06-22 17:46:13 +00:00
cbiesinger%web.de
2edb25ce92
209985 patch by bugzilla@pippo.demon.co.uk r=cavin sr=dmose MAPI does not check HKEY_CURRENT_USER for default mail client
2003-06-22 16:20:32 +00:00
caillon%returnzero.com
bdd9896fe3
[Bug 210254] nsEventListenerManager::mPrincipal is unused. Also reorganizes some members to better align them.
...
r+sr=bzbarsky.
2003-06-22 13:12:14 +00:00
cltbld%netscape.com
f61158272e
Automated update
2003-06-22 09:27:59 +00:00