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

79034 Коммитов

Автор SHA1 Сообщение Дата
darin%netscape.com fdcaa35500 Enables new cache on Win32. r=dougt,gagan a=mscott,rpotts,chofmann 2001-03-22 03:08:15 +00:00
brendan%mozilla.org 27d279c118 - [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 b57052a55e Checking in #ifdefed image loading code for outliner. 2001-03-22 02:51:39 +00:00
jgaunt%netscape.com 3e088b22fb Fixing bustage 2001-03-22 02:46:36 +00:00
tao%netscape.com 972c8f9871 53638: URL in mailWindowOverlay.xul needs to be localized.
(r=chuang,sr=sspitzer)
2001-03-22 02:45:37 +00:00
blakeross%telocity.com b449e996a9 Fix problem from my checkin. 2001-03-22 02:43:21 +00:00
darin%netscape.com d7afae86e6 Fixes speedracer bustage. a=mcafee 2001-03-22 02:25:36 +00:00
tao%netscape.com b5146c4eae 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 286f8611a6 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 217c62c4bd 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 bf632000d2 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 8fd255977b 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 abda3de65a 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 4a9e682e70 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 9b29c385e7 Fix for regression bug 72676 a=av sr=attinasi 2001-03-22 01:37:36 +00:00
bryner%uiuc.edu 8f7284c5f2 Missed these XUL changes from earlier. r=blake. 2001-03-22 01:37:12 +00:00
sspitzer%netscape.com 114be3ea31 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 e1fa2c57e4 enabling new cache to build by default. a=chofmann, r=darinf 2001-03-22 01:33:46 +00:00
sspitzer%netscape.com 750622b038 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 abaa712847 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 1096119b31 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 c2285de199 #36863 CSS: small-caps/uppercase: � should become SS
r = erik, sr = erik
2001-03-22 01:27:13 +00:00
sspitzer%netscape.com e313170e6c 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 e83e7f9b58 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 eaa6754a0a 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 52f08aba4d Automated update 2001-03-22 00:30:10 +00:00
bryner%uiuc.edu 7a5fb43948 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 68fbb81dce Enabling new cache build in Linux. r=beard; sr=mscott,rpotts; a=chofmann 2001-03-22 00:18:13 +00:00
maolson%earthlink.net cf7a9d0f56 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
cls%seawood.org 932e638978 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 791f7ca17b Didn't notice tree was closed, backing out to wait for open. 2001-03-21 23:35:22 +00:00
heikki%netscape.com 3591d2b504 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 e5c8283c08 include limits.h to fix fizzilla build bustage. r=beard/sdagley. 2001-03-21 23:11:42 +00:00
shanjian%netscape.com a4c706f482 #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 03fe1d01fc #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 f5ab579395 Backing out to fix bustage. 2001-03-21 22:37:59 +00:00
morse%netscape.com cf6a29d715 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 bef968977c Need to add -I. as well. Fixing build bustage. 2001-03-21 22:01:47 +00:00
mcgreer%netscape.com 59c8f62d6d add certificate verification and usages to cert display 2001-03-21 22:00:15 +00:00
bryner%uiuc.edu ca907ea80b Fixing build bustage. r=cls. 2001-03-21 21:58:23 +00:00
mjudge%netscape.com 9e81ea1155 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 b10ed9cdfe searching for "error" "failed" and "fatal" in the output logs 2001-03-21 21:29:48 +00:00
hyatt%netscape.com dc8caf7e7d Backing out preventDefault checkin, since it's already there. 2001-03-21 21:27:04 +00:00
shanjian%netscape.com 5ca76e4cfa #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 f6734eed90 remove old files that are no longer in the build 2001-03-21 21:07:59 +00:00
karnaze%netscape.com d221121650 new regression tests, cleanup, not affecting the build. 2001-03-21 20:49:08 +00:00
akkana%netscape.com 2e4f692f39 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
alecf%netscape.com 5350dc2d93 fix mac bustage 2001-03-21 20:17:24 +00:00
hwaara%chello.se 08d67210fc Fix the memleak regression caused by bug 72388. r=brade, sr=bienvenu. 2001-03-21 19:45:12 +00:00
dougt%netscape.com f576fd5563 fix for 69143. This patch prevents non existant files from entering into
the file transport process loop for reading.
2001-03-21 19:44:23 +00:00