dbaron%fas.harvard.edu
a4acc9eb7b
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:46:13 +00:00
dbaron%fas.harvard.edu
f6d744b58b
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:31:50 +00:00
dbaron%fas.harvard.edu
66238732c8
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:26:36 +00:00
dbaron%fas.harvard.edu
6efddef09e
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:16:54 +00:00
dbaron%fas.harvard.edu
0ba01241e6
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 22:08:20 +00:00
dbaron%fas.harvard.edu
df8e0b2f1e
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:52:27 +00:00
dbaron%fas.harvard.edu
241f60a176
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:42:00 +00:00
dbaron%fas.harvard.edu
3f52b082bc
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:35:01 +00:00
cbiesinger%web.de
bf27eea9a6
bug 119531 r=bzbarsky sr=bienvenu a=scc
...
JavaScript strict warnings in messengerdnd.js
2002-03-23 21:29:56 +00:00
dbaron%fas.harvard.edu
b280e94dfe
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:23:50 +00:00
dbaron%fas.harvard.edu
f7cd3e4992
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:14:02 +00:00
dbaron%fas.harvard.edu
b95312c405
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
2002-03-23 21:03:32 +00:00
igor%mir2.org
5024940d53
In Interpreter.interpret THROW/JTHROW switch cases do not use result variable to hold temporary values to throw, use locally declared "Object exception" for that as result should only be used for value of Interpreter.interpret
2002-03-23 20:51:05 +00:00
jaggernaut%netscape.com
88848ef677
Bug 131976: When only one tab open, some items on context menu should be hidden/disabled. Patch by Gilles Durys <mozbug@durys.net>, r=neil@parkwaycc.co.uk, sr=jag, a=scc
2002-03-23 20:36:49 +00:00
jaggernaut%netscape.com
ddf193a3c8
Bug 126897: OSF 4.0d needs '#define explicit Explicit' before X11/XKBlib.h (fix OSF 4.0d bustage), patch by tilps@hotmail.com, r=jdunn, sr=jag, a=asa
2002-03-23 20:22:51 +00:00
jband%netscape.com
0a367311bb
null check. NOT PART OF THE BUILD
2002-03-23 19:09:29 +00:00
colinp%oeone.com
a856fcd165
added default width because without it, the width is ridiculously small
2002-03-23 18:50:15 +00:00
rods%netscape.com
e3c71475b1
Add event listeners to "prevent" ContextMenu, Key, Mouse and MouseMotion events from being processed.
...
Bug 128449 r=dcone sr=attinasi a=asa
2002-03-23 18:07:51 +00:00
gerv%gerv.net
d391f38ecb
Bug 110012 - show_bug templatisation. r=bbaetz, afranke.
2002-03-23 17:58:41 +00:00
brendan%mozilla.org
ac2c08044b
Fix JSOP_DEFFUN to define functions in global code permanently, and not permanently in eval code (131964, r=khanson, sr=shaver, a=scc).
2002-03-23 17:34:24 +00:00
sspitzer%netscape.com
e4bf36d24a
default accounts to use the global MDN prefs. NOT PART OF THE BUILD.
...
a=asa
2002-03-23 17:28:31 +00:00
rods%netscape.com
dbb633ac74
The original patch worked fine for regular documents but didn't work for mail
...
because of the ordering of nsIWebProgressListeners. Even tho the doc WAS
finished loading the notification goes to mail first abd then it print and then
check to see if it is busy and it comes back that it is.
So instead I have to use two booleans to monitor if the document was asked to
be destroyed while it was preparing to print. This typically happens when the
user click on a click and it takes a while and then they decide to print. So
while the Print Dialog is up the document gets unloaded and when it returned
back everything is gone.
So when the flow of control returns back from the Print Dialog it checks to see
if it "should" have been destroyed, and if so, it then aborts printing, cleans
and displays a message if the pressed "OK". If they pressed cancel then it
doesn't print the message.
Bug 131174 r=dcone sr=attinasi a=asa
2002-03-23 16:48:58 +00:00
rods%netscape.com
05f3ce15a4
These are called as backstops in case a PrnitSettings was not passed in
...
at the moment these lines are not executed
Part of Bug 126734 r=ducarroz sr=spitzer a=asa
2002-03-23 16:46:00 +00:00
locka%iol.ie
f715532b20
Add missing scrollbar arrow files to embed.jar. b=132653 r=valeski@netscape.com
2002-03-23 16:26:50 +00:00
wtc%netscape.com
d19e0fe8ee
Bugzilla bug 132483: fixed the bug that ckfw destroys an object before its
...
handle. r=relyea.
2002-03-23 16:10:07 +00:00
wtc%netscape.com
a09f7474ca
Bugzilla bug 131427: added softkver.c to softoken Mac build. Set
...
MWFTP_Post_password to null value to reduce the noise in diffs.
2002-03-23 15:43:34 +00:00
wtc%netscape.com
f0f87ddeaf
Bugzilla bug 128955: support Netscape's uname, MKS's uname, and Cygwin's
...
uname. Since CPU_ARCH is already defined in arch.mk, removed the redundant
definition in WIN*.mk. Removed the unnecessary internal variable
PROCESSOR. r=cls.
Modified Files: WIN954.0.mk WINNT3.51.mk WINNT4.0.mk WINNT5.0.mk
WINNT5.1.mk arch.mk
2002-03-23 15:06:02 +00:00
mkaply%us.ibm.com
d0622a259c
Adding newlines at the end of these files to proactively prevent HPUX bustage
2002-03-23 15:02:41 +00:00
mkaply%us.ibm.com
b5165892aa
HPUX bustage
2002-03-23 15:00:32 +00:00
cbiesinger%web.de
5dc491dac5
fix bustage on cabezon
2002-03-23 14:42:02 +00:00
rods%netscape.com
84da8dc116
Added try/catch for return error codes for page setup
...
Bug 130094 r=dcone sr=attinasi a=asa
2002-03-23 14:41:03 +00:00
gerv%gerv.net
301aa625f1
Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv.
2002-03-23 13:47:31 +00:00
cbiesinger%web.de
0604302118
bug 104906 r=pavlov sr=tor a=asa
...
imgRequest::SniffMimeType and nsUnknownDecoder::SniffForImageMimeType should be one function
2002-03-23 13:21:33 +00:00
bbaetz%student.usyd.edu.au
02bede6f47
Bug 131659 - need to fixPerms the css directory
...
r=mattyt, justdave
2002-03-23 12:29:55 +00:00
dveditz%netscape.com
7921fe5fa3
Embeddable XPI landing, including bugs 76424, 83702, 88757, 97691, 98458, 105083, 105085, 113149,124467,124470 r=syd (and others) sr=alecf, a=drivers
2002-03-23 12:14:51 +00:00
dveditz%netscape.com
2cc7e2a657
bug 110946 install-script cleanup, r=curt,a=scc
2002-03-23 10:02:54 +00:00
brendan%mozilla.org
74c88d8460
Cope with OOM creating rt->atomState.table (131246, r=scole@planetweb.com, sr=jband, a=scc, thanks to scole for finding these OOM recovery bugs).
2002-03-23 07:38:08 +00:00
cmanske%netscape.com
6ed40c3805
Add tasks overlay for starting editor from taskbar or menus in other modules. b=122271, fix by neil@parkwaycc.co.uk, r=cmanske, sr=hewitt, a=asa
2002-03-23 04:38:14 +00:00
kmcclusk%netscape.com
6ae53f54f8
suppress the painting of partially decoded background images bug 129908; r=pavlov sr=attinasi a=asa
2002-03-23 04:33:37 +00:00
bbaetz%student.usyd.edu.au
28a2172401
Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warnings
...
from perl 5.6.1's Cwd.pm on every system() call.
r=mattyt, justdave
2002-03-23 03:51:05 +00:00
sspitzer%netscape.com
cad1f77196
landing some of the changes for MDN for jefft. bug #16241 . a=asa. NOT PART OF THE BUILD.
2002-03-23 03:48:15 +00:00
sspitzer%netscape.com
44fa6043aa
landing some of the changes for MDN for jefft. bug #16241 . a=asa. NOT PART OF THE BUILD.
2002-03-23 03:39:34 +00:00
seawood%netscape.com
66b16d25f6
Removing deleted Makefile.in
2002-03-23 03:39:29 +00:00
serge%netscape.com
eaa7ea38ec
not part of the build, bug 105959, add NPN_ReqestRead() support to tester plugin
2002-03-23 02:56:43 +00:00
heikki%netscape.com
ff0b611455
Bug 132238, add back support for SGML short comment and other junk even in strict comment parsing. r=harishd, sr=jst, a=asa.
2002-03-23 02:10:38 +00:00
bbaetz%student.usyd.edu.au
6a7df76ea9
Bug 132929 - buglist.cgi 'long format' button doesn't work
...
r=justdave x2
2002-03-23 01:54:54 +00:00
syd%netscape.com
4c0d4762a3
Fix for 110877, defer requesting user to shutdown other mozilla browsers until after the download has completed. r=sgehani, sr=dveditz, testing by gbush@netscape.com, a=asa
2002-03-23 01:54:38 +00:00
pschwartau%netscape.com
8260547943
Fixing a typo.
2002-03-23 01:50:16 +00:00
cmanske%netscape.com
edb94adb74
Exception error in Spelling Dictionary dialog and XUL1.0 fixup, b=132697, r=andreww, sr=hewitt, a=asa
2002-03-23 01:28:49 +00:00
sgehani%netscape.com
b73b564c8c
Fix search in URL bar, search button, and context menu.
...
b=132780; r=law; sr=scc; a=asa
2002-03-23 01:28:42 +00:00