rginda%netscape.com
85d1d58f1a
- not built -
...
add *_EvaluateUCScriptInStackFrame
2001-04-20 03:47:09 +00:00
rginda%netscape.com
b382d68805
- not built -
...
add private data to JSDScripts, fix unsigned vs signed warning
2001-04-20 03:45:39 +00:00
mkaply%us.ibm.com
7ea8208ac6
OS/2 TB bustage
...
OS/2 only change needed with the OS/2 change to nsCom.h
2001-04-20 03:45:19 +00:00
rginda%netscape.com
fea369338b
- not built -
...
quiet unix missing initializer warnings
add private data to JSDContexxt
2001-04-20 03:44:25 +00:00
mkaply%us.ibm.com
30d9f9d2ef
OS/2 TB bustage
...
Make OS/2 interfaces _System. Might cause OS/2 breakage - I'm testing it as fast as I can.
2001-04-20 03:44:05 +00:00
rginda%netscape.com
ffeae7f304
-not built-
...
adding private data to JSDContext, add jsd_EvaluateUCScriptInStackFrame
2001-04-20 03:43:07 +00:00
rginda%netscape.com
0f47b1091d
- not built -
...
include <ctype.h> for toupper
2001-04-20 03:41:10 +00:00
dr%netscape.com
d587050552
fix for 76779 (one-liner, misnamed variable in mailnews). r=hyatt, sr=mscott, a=brendan.
2001-04-20 03:12:09 +00:00
timeless%mac.com
2ef33d9b2d
fix Bugzilla Bug 47743 Copy should be added to e-mail address context menu
...
by gervase.markham@univ.ox.ac.uk
r=timeless, ok=bienvenu
cond(ok): sr=alecf, a=asa
2001-04-20 02:35:53 +00:00
blakeross%telocity.com
f9bcd9ad0f
Open Web Location dialog does not work in Composer, and Choose File... button doesn't work at all (71234, 75849). r=blake, cmanske sr=blizzard, alecf a=asa
2001-04-20 02:21:52 +00:00
jgmyers%netscape.com
9b26cf56e7
Fix typos: bug 75735 r=doron sr=ben a=chofmann
2001-04-20 02:08:57 +00:00
sonmi%netscape.com
f41418fbb0
changed the errorcode once more, now there is a system, the higher the
...
errorcode the more QA errors were encountered
No matter which errors are being found, QA will try to finish the other tests,
so we can't indicate the kind of failure with the returncode
0 means QA passed
open tinderbox issues: results are being put underneath the tinderbox build
this is easy to change by setting the varialbel $RESULTDIR
2001-04-20 01:52:42 +00:00
hyatt%netscape.com
81c9546282
Fix for 76367. r=saari, sr=waterson, a=asa
2001-04-20 01:45:07 +00:00
sonmi%netscape.com
91a35a717b
changes to be able to run qa locally on a tinderbox build
2001-04-20 00:52:11 +00:00
bnesse%netscape.com
d8ea6cb8e6
Fixing senna build bustage.
2001-04-20 00:36:08 +00:00
sonmi%netscape.com
6f47e9b7a0
changed trustargs on import personal certificates for s/mime
...
from u,u,u (trusted user) to p,p,p (peer certificate)
2001-04-20 00:32:15 +00:00
hyatt%netscape.com
6a5f1efd3f
Fix for 76746. r=saari, sr=waterson, a=asa
2001-04-20 00:16:39 +00:00
waterson%netscape.com
e8a0dbff12
Bug 75591. Null check to handle case where element has been removed from doc, but reference not dropped yet. r=hyatt, sr=jst, a=asa.
2001-04-19 23:28:57 +00:00
jfrancis%netscape.com
8fe96f97c4
reserving some id's for nsIRangeUtil. NOT PART OF BUILD
2001-04-19 23:21:57 +00:00
shanjian%netscape.com
7e501c5ca2
#59405 IME candidate window position is not correct in text field on New card and To field
...
r = sfraser sr=kin a=blizzard
Handle the difference of cursor coordinate required by different platform.
nsICaret.h
nsCaret.cpp
nsEditor.cpp
nsPlaintextEditor.cpp
nsHTMLEditor.cpp
2001-04-19 22:46:29 +00:00
bnesse%netscape.com
6a048b1a8f
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
mkaply%us.ibm.com
d8b4161a64
No bug
...
r=mkaply, a=blizzard
Code from Javier - get images working again, cleanup nsRenderingContext
2001-04-19 22:00:56 +00:00
brendan%mozilla.org
c91b7a443e
Restore ECMA-required Function.prototype.toString while keeping toSource/uneval fix for bug 73760 (76634, r=beard, sr=shaver, a=asa).
2001-04-19 21:57:25 +00:00
attinasi%netscape.com
585c1da55d
Fixed handling of empty line after a bullet in QuirksMode. b=75963 r=karnaze@netscape.com sr=waterson@netscape.com a=brendan
2001-04-19 21:54:35 +00:00
dr%netscape.com
012f3bd03f
fix for 76733 (DocumentViewer::GetInLink, ::GetInImage should be quieter -- needed for immediate silencing of unnecessary mailnews assertions). r=pink, sr=scc, a=asa
2001-04-19 21:47:17 +00:00
brendan%mozilla.org
8737b72c57
Fix regexp object (scope) vs GC deadlock (76233, r=beard, sr=shaver, a=asa).
2001-04-19 21:15:40 +00:00
brendan%mozilla.org
4d6e86aa13
Fix __kernel_standard prototype to match recent addition of int *err final out-param (8112, r=shaver, sr=me, prototype not used by Mozilla or embedding builds).
2001-04-19 21:05:52 +00:00
justdave%syndicomm.com
799f38f2c4
Changing all chmod 1777 to chmod 01777. Without the leading 0 it's interpreted as decimal instead of octal (oops)
2001-04-19 20:46:53 +00:00
waterson%netscape.com
130fb5d93c
Bug 76286. Bullet-proof code that uses mDocumentRequest; add assert-botch to catch cases where first request is not LOAD_DOCUMENT_URI. r=darin, sr=mscott, a=chofmann.
2001-04-19 19:51:29 +00:00
timeless%mac.com
894c70dd3f
fix Bugzilla Bug 76426 All your control paths should belong to us.
...
r=valeski, sr=darin, a=asa
2001-04-19 19:43:43 +00:00
chak%netscape.com
957059f8ce
Fix for Bug#76657 - ViewSource protocol handler must use nsIRequest::LOAD_FROM_CACHE
...
r=valeski, sr=brendan@mozilla.org , a=asa@mozilla.org
2001-04-19 19:41:14 +00:00
attinasi%netscape.com
aaac7ca92e
Backing out Peter's changes since it cause the SunOS compiler to go off the deep end. Not apparent why the change should matter, actually, so this is just paranoias.
2001-04-19 19:38:27 +00:00
bernd.mielke%snafu.de
2790531e39
checkin of the remaining lines from my previous patch for bug 47432.
...
thanks to dbaron r=karnaze sr=attinasi a=asa
2001-04-19 19:11:17 +00:00
pschwartau%netscape.com
aa1ab90105
Getter/setter tests are non-ECMA. Moving them from ecma_3 directory to js1_5 directory.
2001-04-19 19:09:32 +00:00
jgmyers%netscape.com
a424237b18
use brand.dtd: bug 75735 p=anedah-9@sm.luth.se r=doron sr=alecf a=chofmann
2001-04-19 19:00:56 +00:00
law%netscape.com
ff069ec159
Fix for bug 50424; correct contractID; r=danm, sr=alecf, a=asa
2001-04-19 18:34:53 +00:00
tara%tequilarista.org
1e20598db4
Bullshit checkin to add the fact that the previous changes also include the final fix for bug 72721. I am a buckethead
2001-04-19 17:35:23 +00:00
beard%netscape.com
d3c5b6e963
loadClassName: use current class loader to find classes, before calling Class.forName().
2001-04-19 17:31:34 +00:00
peterlubczynski%netscape.com
a005c4b53b
Fix for clearing previous page title r=valeski sr=waterson a=choffman
2001-04-19 17:20:51 +00:00
tara%tequilarista.org
53cd81e03f
landing final patch for bug 76261
2001-04-19 17:19:07 +00:00
jgmyers%netscape.com
d6fbbbb186
fix typo: bug 31896 r=dmose sr=darin a=blizzard
2001-04-19 17:10:50 +00:00
locka%iol.ie
c753cf3a62
Sets profile during initialisation to ensure directory locations, cache, cookies etc. all work correctly for control. b=76654, a=blizzard@mozilla.org, sr=blizzard@mozilla.org, r=ccarlen@netscape.com
2001-04-19 15:21:16 +00:00
chak%netscape.com
210e489c02
Fix for bug#76272 - Assertion when using viewsource
...
r=valeski, sr=alecf, a=blizzard
2001-04-19 14:42:52 +00:00
nboyd%atg.com
3f2c0e479a
Latest patches from Igor.
2001-04-19 12:52:39 +00:00
colin%theblakes.com
b7301ec7a8
Move ldap40 and lber40 after MOZ_COMPONENT_LIBS so that they have
...
a -L in effect. b=76482. r=cld. a=roc+moz.
2001-04-19 09:57:17 +00:00
bnesse%netscape.com
32bc73b4de
Removed #pragma mark - stuff that was causing build problems on Windows in preparation for landing bug 46863 tomorrow.
[Not part of the build --- yet :)]
2001-04-19 03:49:00 +00:00
cls%seawood.org
52aab8136f
Reversing previous checkin. This was not meant for the trunk just yet. Broken client.mk on the branch. :-/
2001-04-19 03:00:55 +00:00
sspitzer%netscape.com
cdf54dc7fa
fix for #76578 . crash on exit when viewing "account central" page.
...
r=mscott,sr=bienvenu,a=blizzard
2001-04-19 02:38:15 +00:00
nicolson%netscape.com
7ebb9fc23b
get rid of workarounds for bug 323494.
2001-04-19 02:03:55 +00:00
cls%seawood.org
74cdc661b1
Build fixes based upon Ron's original mega-patch.
2001-04-19 01:53:36 +00:00