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

90143 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 545e075fd7 backing out wacky changes to .exe files r=bryner 2001-10-16 05:15:09 +00:00
ben%netscape.com 0433ca98e3 Just a string change. bug 91073, Hypertext Document -> Hypertext Markup Language Document
in default mimeTypes.rdf file. Patch from Henrik Gemal, r=gerv, sr=ben
2001-10-16 04:48:48 +00:00
jaggernaut%netscape.com 08cd156713 Bug 58461: Potential [read: lurking, ed.] segfault in nsDocument::SetHeaderData. r=dbaron, sr=jst 2001-10-16 04:35:26 +00:00
dougt%netscape.com f82fe2d0e4 fixing bustage caused by last checkin 2001-10-16 04:08:42 +00:00
jaggernaut%netscape.com eafb1c8910 Fix ports bustage, linux runtime problems. 2001-10-16 04:07:30 +00:00
dbaron%fas.harvard.edu ed869c764e Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc 2001-10-16 03:53:44 +00:00
dougt%netscape.com 6745319a3b Update for nsIServiceManager interface freeze. r=shaver@mozilla.org. sr=rpotts@netscape.com, bug 99147 2001-10-16 03:36:21 +00:00
dougt%netscape.com 4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
gerv%gerv.net b7929470ef Bug 30480 - add 'show dependencies as buglist' links. Patch by gerv, r=myk, kiko. 2001-10-16 03:09:52 +00:00
bienvenu%netscape.com 17ced4d610 fix crash in close row object on empty local trash rs=sspitzer 104659 2001-10-16 03:05:34 +00:00
brendan%mozilla.org 12d650dc85 Fix js_GC to mark max(#actuals, #formals) slots at fp->argv (104584, r=shaver, sr=jband). 2001-10-16 02:21:02 +00:00
jst%netscape.com a0b52cf92d Fixing bug 104031. Bad string code in nsHTMLDocument::WriteCommon(). r=bzbarsky@mit.edu, sr=vidur@netscape.com 2001-10-16 01:31:49 +00:00
jst%netscape.com e38febc53e Fixing bug 76049. Making access past the end of a 'DOM array' return undefined and not null. r=fabian@geocities.com, sr=jband@netscape.com 2001-10-16 01:24:16 +00:00
jst%netscape.com 4e413f2837 Fixing bug 103188. Making window.prompter [noscript] since it's not accessable from web scripts anyway. r=jkeiser@iname.com, rs=rpotts@netscape.com 2001-10-16 01:18:33 +00:00
pavlov%netscape.com 121a512eeb fix it so that we don't load winmm.dll until it is needed.. should help startup a bit. bug 104885. r=timeless sr=sspitzer 2001-10-16 01:10:29 +00:00
rods%netscape.com c8d6cf8c3a make it so the select's borders can't be changed by user's style
Bug 94387 r=kmcclusk sr=attinasi
2001-10-16 00:37:05 +00:00
av%netscape.com 463f3660cd Plugin SDK, first check in, not part of the build 2001-10-16 00:34:42 +00:00
rods%netscape.com 95a3ac6041 When a resize happens and one of the dimensions are constrained and it already has been reflowed we need to remove the padding & borders
or they keep getting added in.
Bug 101936 r=kmmclusk sr=attinasi
2001-10-16 00:32:14 +00:00
jst%netscape.com 1e7717abdd Fixing bug 79133 (by working around the real problem). Image onerror events cause window.onerror handlers to be called since the events bubble up the tree. r=brendan@mozilla.org, sr=vidur@netscape.com 2001-10-16 00:30:41 +00:00
sspitzer%netscape.com 80a791c8d0 fix for #104929. some minor optimizations to nsStdURL.cpp.
use PL_strchr() instead of PL_strstr() when possible.

switch from PR_smprintf() to += and AppendInt(), to avoid the malloc and free.

r=sfraser, sr=darin
2001-10-16 00:29:28 +00:00
blakeross%telocity.com 8acecc8399 Checking in correct patch (from before) 2001-10-16 00:27:26 +00:00
vidur%netscape.com df19f1df10 First implementation of wrapper classes and tests. This is not yet part of the build. 2001-10-16 00:18:53 +00:00
jst%netscape.com 2a8e6ef783 Fixing bug 70613. element.innerHTML comes up empty if element is not part of a document hierarchy. r=bzbarsky@mit.edu, sr=rpotts@netscape.com 2001-10-16 00:04:59 +00:00
myk%mozilla.org 7b534cab6c Fix for bug 98146.
Patch by Gerv <gerv@mozilla.org>.
r=myk, no second review needed.
2001-10-15 23:02:48 +00:00
jst%netscape.com cb3cf4c0ad Fixing crasher bug 104774, add null check before calling CallQueryInterface() on mStyleSheet, which will be null if there is no stylesheet. r=harishd@netscape.com, sr=me. 2001-10-15 22:57:17 +00:00
beard%netscape.com dc48873609 [not part of build] Don't crash when codeBase/archive attributes of applet tag are NULL. 2001-10-15 22:54:30 +00:00
morse%netscape.com 94722a4de0 bug 102709, wallet: keep encrypted state and clear master password on delete-all, r=jag, sr=alecf 2001-10-15 22:47:54 +00:00
nhotta%netscape.com e22f2cdc83 Adding "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:43:18 +00:00
morse%netscape.com 38de3b0bf3 bug 102709, wallet: keep encrypted state and clear master password on delete-all, r=jag, sr=alecf 2001-10-15 22:42:48 +00:00
nhotta%netscape.com f1a7687afd Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:41:29 +00:00
evaughan%netscape.com 5dc6ceaac2 Grid fixes. NOT IN BUILD 2001-10-15 22:37:25 +00:00
nhotta%netscape.com 8a2febc0e5 First Checked In. 2001-10-15 22:36:40 +00:00
morse%netscape.com fb91fc0a21 bug 104890, p3p: treat no-identifiable-info same as requires-expl-consent, r=harishd, sr=alecf 2001-10-15 22:36:31 +00:00
bryner%netscape.com 7e89125660 Bug 102725 -- problems converting numbers to strings when using gcc -O2. r=bbaetz, sr=brendan. 2001-10-15 22:31:39 +00:00
nhotta%netscape.com 4d87fe30e6 Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:29:34 +00:00
hwaara%chello.se d3001bf452 #104719, change nsIMsgMailNewsUrl.idl to use attributes rather than GetFoo/SetFoo.
r=bienvenu, sr=sspitzer
2001-10-15 22:26:24 +00:00
blakeross%telocity.com 36a9a8f646 Mozilla-generated shortcuts use unix-style eol (103466). patch by Daniel Mario Vega <dv5a@dc.uba.ar>. r=pink sr=blake 2001-10-15 22:26:20 +00:00
darin%netscape.com a3486db352 fixes bug 103979 "Crash if autoconfig proxies prefs enabled by the default"
r=gagan,dougt sr=rpotts
2001-10-15 22:26:19 +00:00
shrutiv%netscape.com 81d0aae209 Fix for bug 93019: Logo button URL c11n should work on all logo buttons
(r=bobj)
2001-10-15 21:16:30 +00:00
jake%acutex.net b3109d83ec Recompiling docs to pick up last two changes 2001-10-15 19:18:04 +00:00
jake%acutex.net 44ff36e8c1 The recommended style for perl (which is the styleguide Bugzilla will use) specifies that else should not be cuddled. This guide, while not specifically saying it, elluded to cuddling else. Fixing that problem. 2001-10-15 19:12:46 +00:00
ian.mcgreer%sun.com f54ff70f46 expose function for accessing parts of decoded cert 2001-10-15 18:19:03 +00:00
ian.mcgreer%sun.com e05086ed8b make the subject list sorted by valid times 2001-10-15 17:18:06 +00:00
ian.mcgreer%sun.com 2e90a85e8a put the sort function in the header 2001-10-15 17:13:31 +00:00
ian.mcgreer%sun.com 48015bc83f add ordering capability to the list 2001-10-15 16:50:01 +00:00
shrutiv%netscape.com 2155c3fa19 Fix for bugzilla 102958: Prefill CCK "Auto Proxy Config URL" will
cause browser to crash. Adding comments to disable auto config proxies.
2001-10-15 16:25:11 +00:00
ian.mcgreer%sun.com f9be08f9df a slew of AIX build fixes (bug fixes, for that matter) 2001-10-15 15:01:59 +00:00
brade%netscape.com 7c087e8898 always insert a <title> if one isn't present (create <head> if necessary); r=cmanske; sr=kin (bug #101747) 2001-10-15 14:51:26 +00:00
kin%netscape.com 29d7d2190b Fix for bug 101599: onChange fires when hitting return in text widgets
Modified nsTextInputListener::KeyPress() so that the return key fires
and onChange event if the contents of the text control has changed,
and it is a single line text control.


    mozilla/layout/html/forms/src/nsGfxTextControlFrame2.cpp
    mozilla/layout/html/forms/src/nsGfxTextControlFrame2.h

r=glazman@netscape.com  sr=sfraser@netscape.com
2001-10-15 14:11:37 +00:00
dougt%netscape.com 4b6b331717 adding const to aDest parameter of memcmp. r=me s/r=jband@netscape.com, submitted by jim_nance@yahoo.com, bug 97231 2001-10-15 13:28:45 +00:00