Commit Graph

132478 Commits

Author SHA1 Message Date
relyea%netscape.com
b4b4a3f900 Error strings for new error codes. 2004-07-30 00:19:49 +00:00
brendan%mozilla.org
1b2f9a0128 - Decorate PN_LIST nodes with pn_extra flags whose constant names describe
their meaning better, adding a flag for 'for (var x ... in o)'.
- Set these flags from the parser, in a future-proof way (|=, not =, given the
  zero initialized pn_extra flags member of pn_list).
- Test list flags in the code generator, including PNX_FORINVAR in conjunction
  with whether the for..in loop is of the oddball form 'for (var x = i in o)'.
- Thereby fix failure to emit a JSOP_DEFVAR in the case that a function wraps
  a for..in loop in a with statement (252892, r=shaver).
- The same fix cured another bug, not reported, where 'for (var x = i in o)'
  in a function without any 'with' statement would emit the wrong opcode
  (JSOP_FORNAME, not JSOP_FORVAR).
2004-07-30 00:00:09 +00:00
bzbarsky%mit.edu
3f371fd3be Setting location to a mailto: URI should not throw if there is a system mailto:
handler.  Bug 236589, r=biesi, sr=darin
2004-07-29 23:58:59 +00:00
vladimir%pobox.com
33f488f5ea b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2004-07-29 23:49:31 +00:00
relyea%netscape.com
e715f98c50 Bugzilla Bug 252702
NSS needs to handle better token insertion and removal.

Applied from patch to NSS 3.9
2004-07-29 23:38:14 +00:00
brofield%jellycan.com
4221b9c089 bug 148704: directories should always return PR_TRUE from IsWritable(), r=darin sr=dougt 2004-07-29 23:25:32 +00:00
jpierre%netscape.com
14456163f2 Fix for 249488 - root cert module requires locking functions in CK_C_INITIALIZE_ARGS . r=ian, sr=relyea 2004-07-29 22:51:00 +00:00
igor%mir2.org
6cc1245e38 Using single ScriptRuntime.toStringIdOrIndex to convert object id to string of index key instead of multiple calls to getStringId/getIntId. 2004-07-29 22:47:05 +00:00
igor%mir2.org
df2c699cd7 Calling proper ScriptRuntime.call taking scope argument instead of eprectaed old form. 2004-07-29 22:44:45 +00:00
igor%mir2.org
b6ed88ed6d New "scratch" field for int indexes to allow to return more then one result from index parsing functions. 2004-07-29 22:42:50 +00:00
igor%mir2.org
1bd4e8e9db Explicitly throw IllegalStateException to indicate code bug when hashtable scan end up in infinite loop. 2004-07-29 22:40:47 +00:00
scott%scott-macgregor.org
ea8fd44bf2 Bug #253339 --> Remove old program files when installing on top of an existing installation
Fixes some common problems when folks don't do clean upgrades from 0.6 (non static) to 0.7/0.8 (static) builds.
2004-07-29 22:22:27 +00:00
bryner%brianryner.com
350ebc65ab followup to bustage fix - return an error code 2004-07-29 21:42:35 +00:00
bryner%brianryner.com
c99aa11266 fixing bustage 2004-07-29 21:08:26 +00:00
bryner%brianryner.com
8824f02983 Bustage fix for older gcc versions 2004-07-29 21:00:58 +00:00
brendan%mozilla.org
652a45f1d5 Improve JSRESOLVE_DETECTING to handle typeof, ==, !=, etc.; don't give undefined property strict warning for detecting cases (253150, r=shaver). 2004-07-29 20:44:20 +00:00
bienvenu%nventure.com
d585c6199a fix creation of local folder after previous deletion left .msf file around, r/sr=mscott 248564 2004-07-29 20:30:34 +00:00
dbaron%dbaron.org
ca843bb250 Load list-style-image in the style system rather than from frames. b=236889 r+sr=bzbarsky 2004-07-29 20:07:25 +00:00
bryner%brianryner.com
0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
bzbarsky%mit.edu
670ce98417 Allow nested <marquee>s. Bug 167075, patch by Martijn Wargers
<m.wargers@hccnet.nl>, r+sr=bzbarsky
2004-07-29 19:15:13 +00:00
christophe.ravel.bugs%sun.com
bb366dc102 238319: Sun packages changes. 2004-07-29 18:43:00 +00:00
cbiesinger%web.de
3506522cc6 Bug 252468 Remove outdated autostretch attribute from the tree
patch by Simon Paquet <bugzilla@babylonsounds.com> r=neil rs=bz
2004-07-29 18:25:42 +00:00
aaronleventhal%moonset.net
cf45882e36 Bug 252984. Remove focus and tab navigation code that's no longer necessary which is actually breaking some form controls. r=bryner, sr=bz 2004-07-29 18:06:55 +00:00
bzbarsky%mit.edu
03b38cf57b Only count proxies with listeners when deciding whether to animate or not. Bug
252730, r=pavlov, sr=dbaron
2004-07-29 17:09:42 +00:00
igor%mir2.org
2bf6166f45 Adding E4X example contributed by John Schneider from AgileDelta, Inc., http://www.agiledelta.com/ . 2004-07-29 15:55:41 +00:00
brofield%jellycan.com
a37f425a12 bug 187957: implement nsIFile.normalize for windows and os/2, r=darin sr=dougt 2004-07-29 15:08:25 +00:00
rlk%trfenv.com
c52bbb8f78 this image was checked in without -kb, so I'm fixing it. 2004-07-29 14:05:45 +00:00
rlk%trfenv.com
15f7b48c61 this image was checked in without -kb, so I'm fixing it. 2004-07-29 14:05:09 +00:00
darin%meer.net
3c3e38fe29 fix uninitialized variable warning (does not correspond to a real bug) 2004-07-29 13:48:08 +00:00
igor%mir2.org
8a6fdf912e Fixing missed context wrapping in debugger/Dim and proper button enable/dosable in debugger/DebugGui 2004-07-29 12:51:35 +00:00
igor%mir2.org
47eb21b587 Fixing under allocation of ids array while enumerating properties. 2004-07-29 12:46:46 +00:00
igor%mir2.org
c62ea82d3d Better error propagation from failed class loading: RuntimeError instances are rethrown while ClassNotFound, LinkageError etc. are caught. 2004-07-29 12:45:55 +00:00
igor%mir2.org
43d1beb31a Renaming StringIdMap to Main and ipdating documentation 2004-07-29 10:44:59 +00:00
vladimir%pobox.com
ede693648f b=247960, 2 panes of bookmarks manager don't interact; patch from richwklein@mchsi.com. r=vladimir, a=ben 2004-07-29 08:55:59 +00:00
bryner%brianryner.com
b5ff05df21 Clicking in a focused input should open autocomplete results popup (bug 173569). Patch by dean_tessman@hotmail.com, r=me. 2004-07-29 08:42:54 +00:00
igor%mir2.org
7f304859c1 Cleanup patch from Mario Cormier <mcormier@miranda.com> to fix bug 253323:
Parser contained useless this.decompiler = decompiler assignment.
2004-07-29 08:28:42 +00:00
bryner%brianryner.com
a5c2b3fcf0 If a page prefills a username field with a username that we have a saved login for, go ahead and prefill the saved password. Bug 229652. 2004-07-29 08:22:05 +00:00
bryner%brianryner.com
1a8b51b957 Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake. 2004-07-29 08:08:11 +00:00
scott%scott-macgregor.org
ad9896bd58 back out my previous checkin, it broke the installer. 2004-07-29 07:04:51 +00:00
Stefan.Borggraefe%gmx.de
2a689dc6fb Correction for my previous checkin for bug 233791. I accidentally checked in something slighlty differnt than what was reviewed before. 2004-07-29 06:52:17 +00:00
bryner%brianryner.com
61898ea375 Make password manager signons actually be removed from the database when you press shift+delete (bug 242250). r=blake. 2004-07-29 05:55:30 +00:00
scott%scott-macgregor.org
b3327e7a28 Bug #253339 --> try to remove stale/obsolete thunderbird files when the installer is installing on top of an existing
installation.
2004-07-29 03:23:32 +00:00
kiko%async.com.br
de220d98d1 Fix for bug 216008: Time Tracking: default values cause change bug
errors. Check if the time values haven't actually changed by using                     integer comparison (instead of string comparison). r=jouni, a=justdave.
2004-07-29 03:09:10 +00:00
kiko%async.com.br
f91077d5ad Missing bits of fix for bug 236678: Clean up access to COOKIE global.
Murder the last remaining places in the tree where COOKIE is used;
includes a rather thorough cleanup of Bugzilla::Bug->user and a minor
doc update. r=joel, a=justdave.
2004-07-29 03:02:05 +00:00
kiko%async.com.br
74c54e3a8e Fix for bug 252789: Empty timetrackinggroup causes error "hours worked
needs to be positive" when changing bug. Sanitizing the AddComment bits
in process_bug.cgi to only touch work_time if user is in
timetrackinggroup. Fixes regression introduced in bug 252159.
r=jouni,joel; a=justdave.
2004-07-29 02:59:11 +00:00
kiko%async.com.br
7b9e4a643f Fix for bug 252839: Remove &action=view from links in attachment table;
this was done to improve link target consistency and avoid shell-pasting
bustage from the & character.  r=myk, a=justdave.
2004-07-29 02:55:00 +00:00
kiko%async.com.br
a124d61dc5 Fix for bug 236678: Clean up access to COOKIE global. Murder the last
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-29 02:45:38 +00:00
bugreport%peshkin.net
aa8d830575 Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and search on CC even when cc-list is empty
r=jouni
a=myk
2004-07-29 00:46:57 +00:00
igor%mir2.org
88a3913994 Committing E4X runtime implementation: see enhancement report 242805.
This is based on code contributed to Rhino by AgileDelta, Inc, www.agiledelta.com and in particular by

Ethan Hugg
Terry Lucas
Milen Nankov
John Schneider

Thanks!
2004-07-28 23:43:17 +00:00
bienvenu%nventure.com
63a5e306e6 fix 252921, add default for mail.check_all_imap_folders_for_new so about:config will show it, patch by gemal.dk, r=mscott, sr=bienvenu 2004-07-28 23:09:44 +00:00