gerv%gerv.net
0409076d01
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
d04af8d942
fix crash in close row object on empty local trash rs=sspitzer 104659
2001-10-16 03:05:34 +00:00
brendan%mozilla.org
9ebec0b7d2
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
d35e12a621
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
7d73c9ea18
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
cd9985ce2f
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
f9d9404937
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
214ca7373c
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
49365dc04b
Plugin SDK, first check in, not part of the build
2001-10-16 00:34:42 +00:00
rods%netscape.com
bb85a6bd22
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
a59ab8bd75
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
95643699a5
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
935e13c1aa
Checking in correct patch (from before)
2001-10-16 00:27:26 +00:00
vidur%netscape.com
27134b139c
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
c74ec6b6a3
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
65ba90ca97
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
ab08614268
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
486705eb9e
[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
672587c70a
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
641eb6c5e3
Adding "universalchardet", bug 91304, r=ftang, sr=sfraser.
2001-10-15 22:43:18 +00:00
morse%netscape.com
8408db5c77
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
2b22a6a5a4
Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser.
2001-10-15 22:41:29 +00:00
evaughan%netscape.com
14ed61d5fe
Grid fixes. NOT IN BUILD
2001-10-15 22:37:25 +00:00
nhotta%netscape.com
a29f2b1bb2
First Checked In.
2001-10-15 22:36:40 +00:00
morse%netscape.com
21005c4180
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
bb148cbc45
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
371722cc60
Adding a new project "universalchardet", bug 91304, r=ftang, sr=sfraser.
2001-10-15 22:29:34 +00:00
hwaara%chello.se
8fdd9b847c
#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
69ca467d8c
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
f3af6ffd96
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
5f244bf1e9
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
f53bd26e72
Recompiling docs to pick up last two changes
2001-10-15 19:18:04 +00:00
jake%acutex.net
ceb1a1739a
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
ae2f42eb64
expose function for accessing parts of decoded cert
2001-10-15 18:19:03 +00:00
ian.mcgreer%sun.com
44696333e9
make the subject list sorted by valid times
2001-10-15 17:18:06 +00:00
ian.mcgreer%sun.com
c00a89b7f1
put the sort function in the header
2001-10-15 17:13:31 +00:00
ian.mcgreer%sun.com
6e719c0e56
add ordering capability to the list
2001-10-15 16:50:01 +00:00
shrutiv%netscape.com
319aa0c805
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
9d6ba10750
a slew of AIX build fixes (bug fixes, for that matter)
2001-10-15 15:01:59 +00:00
brade%netscape.com
3133b9f3ea
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
07e9bb8246
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
78857f3e42
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
sicking%bigfoot.com
5acab8c012
Fix .ch on HTMLTableRowElement and some friends. Checkin for Fabian Guisset (hidday@geocities.com)
...
b=75667 r=sicking sr=jst
2001-10-15 13:04:09 +00:00
peterv%netscape.com
b1b6530658
Implement format-number() and <xsl:decimal-format>
...
b=65983 r=Pike sr=jst
2001-10-15 12:34:31 +00:00
sicking%bigfoot.com
13c9b8bd52
Implement format-number() and <xsl:decimal-format>
...
b=65983 r=Pike sr=jst
2001-10-15 12:33:54 +00:00
sicking%bigfoot.com
4078291d09
New files for bug 65983, implement format-number(). Not part of build yet.
2001-10-15 12:29:22 +00:00
simon%softel.co.il
d11eac45cc
Bring the comments on nsRenderingContextWin::SetRightToLeftText in line with the code. Bug 104791, r/rs=pavlov
2001-10-15 10:24:06 +00:00
ben%netscape.com
0346ac2b60
87864 - attempt at preventing bookmarks file growth due to duplicate bookmarks (?)
...
by preventing duplicate bookmark creation during copy operations.
r=jag, sr=waterson
2001-10-15 08:38:44 +00:00
jpierre%netscape.com
a9fef1fac5
More changes for OS/2 build, in particular for the assembly code
2001-10-15 06:49:56 +00:00
jpierre%netscape.com
79da19719a
Allow assembly code to compile under OS/2 using IBM's Assembly Language Processor
2001-10-15 06:49:15 +00:00