pinkerton%netscape.com
704190292e
move widgetatoms to dist.
2001-03-22 03:50:34 +00:00
pinkerton%netscape.com
1e81463a66
adding atom lists for widget, can't use the ones in content because of linkage. r=saari/sr=sfraser.
2001-03-22 03:50:21 +00:00
darin%netscape.com
f78db68af7
Fixes redness on speedracer. sr=dougt
2001-03-22 03:25:24 +00:00
darin%netscape.com
9f4ba86ebe
Enables new cache on Win32. r=dougt,gagan a=mscott,rpotts,chofmann
2001-03-22 03:08:15 +00:00
brendan%mozilla.org
b0da40da16
- [jsemit.c] Fix horrid stupid bugs generating JSOP_ARGCNT and JSOP_ARGSUB,
...
where any occurrence of arguments.length or arguments[0], e.g., would be
"optimized" to use those bytecodes. This is just wrong if the occurrence
is an operand of delete, ++, --, or the left-hand-side of an assignment
operator!
- [jsfun.c, jsinterp.c] args_getProperty etc. must use JS_GetInstancePrivate,
not JS_GetPrivate, as the arguments object is exposed, and can be made a
prototype of other objects that do not have private data, or private data
that's a JSStackFrame*. Same goes for fun_getProperty, js_GetArgument, etc.
- [jsfun.c, jsobj.c, jsstr.c] No need to specialize fun_delProperty and
str_delProperty to help convince users and ECMA conformance tests that
fun.length and str.length are direct properties of instances, instead of
being delegated to Function.prototype.length and String.prototype.length.
This special case is done universally in js_DeleteProperty for all SHARED
and PERMANENT proto-properties.
- [jshash.c] Sneaking this followup-fix for bug 69271 in: use JS_HASH_BITS
rather than hardcoded 32.
- [jsobj.c, jsscope.[ch]] Fix misnamed js_HashValue (it takes a jsid, so it
is now js_HashId).
- [jsscript.c] script_compile needs to call JS_InstanceOf, to ensure that obj
is a Script object.
2001-03-22 02:52:42 +00:00
hyatt%netscape.com
2a1d20ff0e
Checking in #ifdefed image loading code for outliner.
2001-03-22 02:51:39 +00:00
jgaunt%netscape.com
8713363248
Fixing bustage
2001-03-22 02:46:36 +00:00
tao%netscape.com
5ba9865863
53638: URL in mailWindowOverlay.xul needs to be localized.
...
(r=chuang,sr=sspitzer)
2001-03-22 02:45:37 +00:00
blakeross%telocity.com
b906089233
Fix problem from my checkin.
2001-03-22 02:43:21 +00:00
darin%netscape.com
45914de200
Fixes speedracer bustage. a=mcafee
2001-03-22 02:25:36 +00:00
tao%netscape.com
52c8c643d6
71341: mailnews.view_default_charset pref item should not be stored,
...
(r=naoki,sr=erik)
2001-03-22 02:20:48 +00:00
tao%netscape.com
899c4a03c2
71042: Linux installer build: "English UNIX" in "View|Set Language"
...
(r=ssu,sr=erik)
2001-03-22 02:17:47 +00:00
sspitzer%netscape.com
03c51a7243
the interface changed, but the js never did. this caused and error
...
which prevented us from closing the window. sr=mscott
2001-03-22 01:55:30 +00:00
sspitzer%netscape.com
92a61097cb
remove unused files. clean up Mark Message Read. add some bullet proofing
...
to handle the case where sorting fails. sr=mscott
2001-03-22 01:42:59 +00:00
pavlov%netscape.com
c17be1f358
adding ifdef'd code to use the new imagelib. bug #70938 . r=jst sr=rpotts
2001-03-22 01:42:32 +00:00
pavlov%netscape.com
80aa70de1b
adding ifdef'd code to use the new imagelib. bug #70938 . r=rpotts sr=jst
2001-03-22 01:42:01 +00:00
pavlov%netscape.com
d7d119c0db
adding ifdef'd code to use the new imagelib. bug #70938 . r=waterson sr=attinasi
2001-03-22 01:38:35 +00:00
peterlubczynski%netscape.com
00c7d3e635
Fix for regression bug 72676 a=av sr=attinasi
2001-03-22 01:37:36 +00:00
bryner%uiuc.edu
3ed663b677
Missed these XUL changes from earlier. r=blake.
2001-03-22 01:37:12 +00:00
sspitzer%netscape.com
a545c8ac3d
fix for #72818 . don't allow rename of the sent folder. r=naving
...
sr=mscott
2001-03-22 01:36:27 +00:00
beard%netscape.com
932996c684
enabling new cache to build by default. a=chofmann, r=darinf
2001-03-22 01:33:46 +00:00
sspitzer%netscape.com
f4cbe6b882
the message navigation service has gone away. we need a new way of doing
...
this. for now, comment out the old code to prevent the js error.
sr=mscott
2001-03-22 01:31:42 +00:00
javi%netscape.com
c3be022678
Fix for bug 72843 r=dougt sr=sfraser
Update Mac build scripts for PSM 2.0
Make necko export the default prefs for security on the Mac.
2001-03-22 01:28:52 +00:00
sspitzer%netscape.com
5b295652a9
fix for #72817 . r=naving, sr=mscott
...
don't allow the user to dnd and move a folder under "Local Folders"
that is not allowed to be moved (renamed)
2001-03-22 01:28:35 +00:00
shanjian%netscape.com
a98c5eb4eb
#36863 CSS: small-caps/uppercase: � should become SS
...
r = erik, sr = erik
2001-03-22 01:27:13 +00:00
sspitzer%netscape.com
26da601a32
fix js exception on startup. thanks to sarah and mscott for the
...
heads up. sr=mscott
2001-03-22 01:26:58 +00:00
jgaunt%netscape.com
575178307d
fix for bug#62361 r=ccarlen@netscape.com sr=scc@mozilla.org
...
profile migration over remote connection
2001-03-22 01:13:07 +00:00
blakeross%telocity.com
0b2dd2b2d2
Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben
2001-03-22 00:59:29 +00:00
leaf%mozilla.org
2d5770e2c1
Automated update
2001-03-22 00:30:10 +00:00
bryner%uiuc.edu
63e50c35b0
Bugs 70745, 70747. Making the following XUL syntax changes:
...
<textfield/> -> <textbox/>
<title/> -> <label/>
value -> label for all widgets except textbox, progressmeter, and text.
progresstext -> label
data -> value
r=blake, hewitt. sr=ben, hyatt. checking in for maolson@earthlink.net and blakeross@telocity.com .
2001-03-22 00:21:54 +00:00
darin%netscape.com
b5ef4f8688
Enabling new cache build in Linux. r=beard; sr=mscott,rpotts; a=chofmann
2001-03-22 00:18:13 +00:00
maolson%earthlink.net
1e7ee6f0f9
fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
...
r=blake, a=ben
2001-03-22 00:15:47 +00:00
cls%seawood.org
3ad0896b51
Do NOT use C++-style comments in a C file. It causes builds to fail on some compilers. Fixing cement tinderbox bustage
2001-03-22 00:08:48 +00:00
heikki%netscape.com
9f0077a84e
Didn't notice tree was closed, backing out to wait for open.
2001-03-21 23:35:22 +00:00
heikki%netscape.com
e162db571b
Bug 72675, document.load() can cause crash if loading HTML document. r=harishd,sr=vidur.
2001-03-21 23:20:12 +00:00
pinkerton%netscape.com
5ddf5bcf3d
include limits.h to fix fizzilla build bustage. r=beard/sdagley.
2001-03-21 23:11:42 +00:00
shanjian%netscape.com
1c3ce9176c
#64235 , 25037
...
mishandling of 'stand-alone' octet with MSB set in CJK(multibyte) encodings
r = ftang sr=erik,
p = Jungshik Shin
2001-03-21 22:50:05 +00:00
shanjian%netscape.com
bffde03348
#64235 , 25037 illegal 0xA0 code point in Multibyte charset break parser
...
r=ftang, sr=erik
uscan.c
nsUnicodeDecodeHelper.cpp
nsGB2312ToUnicodeV2.cpp
nsGBKToUnicode.cpp
nsJapaneseToUnicode.cpp
2001-03-21 22:46:25 +00:00
blakeross%telocity.com
69b6cfdc47
Backing out to fix bustage.
2001-03-21 22:37:59 +00:00
morse%netscape.com
cf9e2e9a33
bug 72603, form manager captures bad values for sample2 page, r=jag, sr=alecf
2001-03-21 22:18:54 +00:00
bryner%uiuc.edu
05aa4d6775
Need to add -I. as well. Fixing build bustage.
2001-03-21 22:01:47 +00:00
mcgreer%netscape.com
26d4eeb2b1
add certificate verification and usages to cert display
2001-03-21 22:00:15 +00:00
bryner%uiuc.edu
991faca062
Fixing build bustage. r=cls.
2001-03-21 21:58:23 +00:00
mjudge%netscape.com
b2fe9141b2
removal of #ifdefs foor 68396 r=cmanske all depricated code just a clean up
2001-03-21 21:30:08 +00:00
sonmi%netscape.com
70103e5231
searching for "error" "failed" and "fatal" in the output logs
2001-03-21 21:29:48 +00:00
hyatt%netscape.com
6470447a3f
Backing out preventDefault checkin, since it's already there.
2001-03-21 21:27:04 +00:00
shanjian%netscape.com
dcb27749dc
#59924 Win IME for Japanese: the candidate window is incorrectly positioned covering the current lineWin IME for Japanese: the candidate window is incorrectly positioned covering the current line
...
r = roy, sr=erik
using an alternative way to position candidate window.
2001-03-21 21:13:26 +00:00
blizzard%redhat.com
f014002bf2
remove old files that are no longer in the build
2001-03-21 21:07:59 +00:00
karnaze%netscape.com
0893dbf736
new regression tests, cleanup, not affecting the build.
2001-03-21 20:49:08 +00:00
akkana%netscape.com
f685b8c2ce
57078: Eliminate bogus xul bindings which were conflicting with XBL bindings.
...
Clean up XBL bindings and eliminate redundancies and errors.
Fix a bug in which XBL bindings didn't check for event cancellation.
r=brade sr=hyatt
2001-03-21 20:32:59 +00:00