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

68090 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 81b79072cb Added debugging for new command handler. Localized popup menus. b=48270 a=valeski 2000-08-18 14:44:00 +00:00
putterman%netscape.com 2783deb7ad Begin work on 48244 to clean up 3pane menus. r=alecf. Fix 43480, folder pane background
is now white.  r=mscott.
2000-08-18 14:35:32 +00:00
bienvenu%netscape.com 2eb392f657 improve corrupt db detection and handling part of fix for 48466 r=mscott 2000-08-18 13:14:27 +00:00
jst%netscape.com 51dc0dea7d Fixing nsbeta3+ bug 31539. Adding support for the 4.x DOM property 'text' on links. r=pollmann@netscape.com 2000-08-18 07:46:58 +00:00
jst%netscape.com fda7882de3 Fixing nsbeta3+ bug 46190. Clicking on links that point to anchors with whitespace in them wasn't working... r=pollmann@netscape.com 2000-08-18 07:31:40 +00:00
ben%netscape.com 4154febbec modified a little too much.. reverting some of my changes... 2000-08-18 07:31:08 +00:00
ben%netscape.com 63c40fed5f remove builtinurls load from navigator 2000-08-18 07:29:17 +00:00
jst%netscape.com 0e9c78566f Fixing nsbeta3+ bug 47420. Don't throw a DOM exception when accessing a nodemap by index even if the index is out of range, simply return null in stead. r=pollmann@netscape.com 2000-08-18 07:04:30 +00:00
jst%netscape.com 59085aae53 Fixing nsbeta3+ bug 46966. Changing the exception thrown when a DOM Attribute node is modified. r=pollmann@netscape.com 2000-08-18 06:55:42 +00:00
jst%netscape.com f8d31e1884 Fxing nsbeta3+ bug 45680. Cloning an HTML element with a style attribute didn't clone the style declaration in the element so changing the style on the clone resulted in a style change for both elements. Also fixing a few memory leaks in nsHTMLTableElement. r=pollmann@netscape.com 2000-08-18 06:52:31 +00:00
alecf%netscape.com 6807364e12 fix for #48397 - make search work again by avoiding a double-initialization of the search root URI
r=scottip
2000-08-18 06:39:12 +00:00
waterson%netscape.com 038c1f7d4b Bug 29641. Set default content.notify.backoffcount to -1 (never). This doesn't really 'fix' the bug; however, it keeps us from getting into a situation where layout gets too much content crammed down its throat at once. r=vidur,nisheeth 2000-08-18 06:33:34 +00:00
waterson%netscape.com baab3d1f7f Bug 49122. Make the image map manage addition and removal of the <area>'s to the primary-frame-for map in the frame manager. r=saari 2000-08-18 06:27:42 +00:00
ben%netscape.com ee77cd74b8 fix for bug 29124, r=morse 2000-08-18 06:23:10 +00:00
ben%netscape.com abbfa4b704 resource urls are bad 2000-08-18 06:22:14 +00:00
ben%netscape.com 1bd0f2057f 46613... 2000-08-18 06:13:32 +00:00
morse%netscape.com a086797954 update wallet tables, not part of build 2000-08-18 06:10:55 +00:00
morse%netscape.com ee1fe865c1 bug 48742, change name of server for privacy tutorial, r=dveditz 2000-08-18 05:49:59 +00:00
pollmann%netscape.com c4303fad44 Bug 48736: Stop leaking form data every form submit (and fix 2 warnings), r=jst@netscape.com 2000-08-18 05:46:47 +00:00
pavlov%netscape.com 72fe52e405 removing assertion when aData is null since it will always be null and isn't used (removing small part of akkana's patch for 46643) r=bryner 2000-08-18 05:26:05 +00:00
pollmann%netscape.com c23f5f7fb6 Bug 47281: form.reset now generates a reset event, and the frame is notified from the event handling code. r=jst@netscape.com 2000-08-18 05:18:01 +00:00
ben%netscape.com ce94e6706d fix for 31374, text in disabled textfields isn't greyed 2000-08-18 04:52:04 +00:00
ben%netscape.com bebb2a3d7f some pref panel appearance fixes 2000-08-18 04:49:33 +00:00
pinkerton%netscape.com b7e5078b6c add a |do_AppendFromElement(PRUnichar)| to help speed up some things in wallet initialization (bug 44514) r/a=scc. 2000-08-18 04:48:29 +00:00
pollmann%netscape.com 91371746a9 Bug 43214: Exclude garbage values for font height that cause crashes. Fix courtesy of Randell Jesup jesup@wgate.com, r=pollmann 2000-08-18 03:38:15 +00:00
beard%netscape.com 9235463395 Adding support for Linux format leak files. 2000-08-18 03:16:29 +00:00
rcassin%supernova.org 51377a3a09 Fix for bugs 41968 (print button is dim) and 48686 (print button doesn't work). The fix doesn't work in Classic due to a recent button checkin by Ben and a bug has been filed against him (49421). 2000-08-18 02:51:46 +00:00
mscott%netscape.com 7e998654cf Bug #47285 --> supress logging of base 64 encoded authentication information.
r=bienvenu
2000-08-18 02:43:44 +00:00
bryner%uiuc.edu 08e4e35f85 Fixing 47984 - crash when filepicker starts in invalid
directory.  r=pavlov.
2000-08-18 02:32:09 +00:00
mscott%netscape.com d2bc0152e6 Bug #46522 --> use weak references for message pane docshell and
root docshell to avoid a crash when you switch themes and we pull out
these docshells....
r=alecf
2000-08-18 01:47:44 +00:00
rcassin%supernova.org b9d6fbb741 Fix for 45645 (Can paste into ReadOnly textfield) r=akkana 2000-08-18 01:34:22 +00:00
akkana%netscape.com 5d58e40c63 46643: Attempt to fix intermittent crash when clearing clipboard. r=pavlov 2000-08-18 01:33:09 +00:00
morse%netscape.com 57f20cd3d1 bug 49393, context menu in ftp is wrong, fix=jrgm, r=morse 2000-08-18 01:28:58 +00:00
morse%netscape.com e97be62b50 bug 49393, edit menu in ftp is wrong, fix=jrgm, r=morse 2000-08-18 01:28:23 +00:00
bryner%uiuc.edu 7e0981701c Making saari's debug output #ifdef DEBUG_FOCUS. r=pavlov. 2000-08-18 01:24:57 +00:00
mccabe%netscape.com f803b21326 Rectify // comment to /** comment 2000-08-18 01:09:29 +00:00
ftang%netscape.com 87f5cb86aa *** empty log message *** 2000-08-18 00:47:03 +00:00
beard%netscape.com 32ca02b842 standard leak format for leaksoup r=waterson (not part of build) 2000-08-18 00:45:24 +00:00
alecf%netscape.com cb5af8ca3a other part of fix for filter stuff r=bienvenu 2000-08-18 00:18:29 +00:00
alecf%netscape.com 5e3e36d142 fix for #48994 - correctly clear the default account pref when the default account is deleted
r=ducarroz
2000-08-18 00:10:15 +00:00
ducarroz%netscape.com a4a395aaa6 Fix for bug 48994. Take the first identity if we don't have a default one. R=alecf 2000-08-18 00:08:59 +00:00
brendan%mozilla.org 95c4e4dc86 Add jsdhash. 2000-08-18 00:04:53 +00:00
rcassin%supernova.org 100d197e90 Checkin kin's fix for bug 48879, r=sfraser 2000-08-17 23:55:32 +00:00
alecf%netscape.com 869d7aeb19 search & filter revamp
- fixes #41711, #48698, #48238 among other things
- moves some XBL into straight JS where it belongs
- fixes bad XBL setters to return the value that comes in
- fire more notification when filter attributes/operators change
2000-08-17 23:54:52 +00:00
gayatrib%netscape.com 5d0d46a6bb fix for bugs 38107 and 40175. review=putterman 2000-08-17 23:48:42 +00:00
mccabe%netscape.com 493ccf262a Fix to 49365.
Work around dump() logging messages to the js console by not having the js console call dump().  Also fix the console code so that string messages (originating from logStringMessage() calls) get printed properly, and adjust the number of saved console messages to match that of the underlying console service.

r=jband, a=beard
2000-08-17 23:39:49 +00:00
hyatt%netscape.com f224002e62 Fix for 48187, r=danm 2000-08-17 22:44:01 +00:00
rods%netscape.com fea2898d59 removing "return NS_OK" because it keeps it from doing the call to
nsFrame which calls HandleRelease. Without HandleRelease the EventStateManager
mMouseGrabber never gets cleared and it keeps thinking events need to go to the view.
b=48792 r=pollmann
2000-08-17 22:39:13 +00:00
pavlov%netscape.com f91b5e9881 patch to hold on to the image gc when possible. reduces the number of creategc/freegc calls r=imot. linux performance bug 26502 2000-08-17 21:53:10 +00:00
ftang%netscape.com 5ddc004c36 fix 47114. remap 6 characters to the MacOS truetype value for symbol fonts. r=nhotta 2000-08-17 21:47:42 +00:00