Commit Graph

89452 Commits

Author SHA1 Message Date
darin%netscape.com
a5425c5f8f fixes bug 102221 "SetCacheKey(key, TRUE) not implemented correctly"
r=gordon, sr=rpotts
2001-10-03 06:53:02 +00:00
rpotts%netscape.com
d0b0a31361 bug #102450 (r=pavlov). OnStopRequest was not being fired for some imgRequests... 2001-10-03 06:41:17 +00:00
waterson%netscape.com
3cde1fa091 Bug 96748. Be sure to check for |open| on new rows. r=varga@utcru.sk, sr=hyatt 2001-10-03 06:40:37 +00:00
brendan%mozilla.org
9324b81dee Fix for bug 99663 (for loop resolves properties of the object being enumerated
with JSRESOLVE_ASSIGNING, wrongly), plus a few miscellaneous bugfixes.

- Combine the JSStackFrame members constructing, special, overrides, and
  reserved into a uint32 flags member.

- Separate JOF_ASSIGNING from the JOF_SET bytecode format flag, and impute
  JSRESOLVE_ASSIGNING from the presence of JOF_ASSIGNING among the current
  opcode's format flags.  To handle the for-in loop opcodes, which do more
  than simply assign -- in particular, they do property lookups whose resolve
  hook outcalls should not be flagged with JSRESOLVE_ASSIGNING -- a new frame
  flag, JSFRAME_ASSIGNING, has been added.

- Fix interpreter version selection to respect JS_SetVersion, whose effect on
  cx->version is "sticky".

- Fix js_DecompileValueGenerator to deal with JSOP_ENUMELEM -- it never had,
  as this testcase shows (it crashes without this patch):

    version(120);
    eval("function fe(s) { for (it[s] in this); }");
    try { fe('rdonly'); } catch (e) { print(e); }
2001-10-03 06:39:30 +00:00
ccarlen%netscape.com
09dd3294e0 Bug 100634 - Assertion on startup coming from use of "CurWorkD" directory service key. r=brade/sr=darin 2001-10-03 06:13:00 +00:00
racham%netscape.com
778bf75c30 Fixing bug 97650. Adding improvements to unread count mail count display feature on Win XP. When the mail application starts, as soon as the unread count on Inbox folder changes, registry is updated. This enables us to present the user accurate unread count on the welcome screen, if user quits the app before the 5 minute timer is triggered. r=mscott, sr=sspitzer 2001-10-03 05:54:30 +00:00
gerv%gerv.net
1929e56a99 Links toolbar. Bug 87428. r=bzbarsky, sr=hewitt. At last! 2001-10-03 05:08:20 +00:00
rbs%maths.uq.edu.au
55988c75cc [not part of the build] Follow-up to bug 99010 - Hook GetTextDimensions() in QT and Photon from where platform gurus can take on - bug 96609 2001-10-03 05:03:58 +00:00
bienvenu%netscape.com
412a6398cd blow away corrupt history dbs r=naving sr=sspitzer 102319 2001-10-03 03:47:54 +00:00
bstell%netscape.com
1eb9604025 bug 94327,
r=katakai@japan.sun.com, r=Roland.Mainz@informatik.med.uni-giessen.de,
r=bstell@netscape.com (xlib code), sr=sr=kin@netscape.com
group fonts with the same name but different foundries together
so the best size can be choosen.
2001-10-03 03:38:43 +00:00
hewitt%netscape.com
d1f43e0eb6 63728 - Per-platform behavior of Enter key when a button is focused in a dialog, r=blake, sr=hyatt 2001-10-03 03:29:17 +00:00
hewitt%netscape.com
6448d3a303 97611 - Autocomplete popup event coordinates miscalculated (from neil@parkwaycc.co.uk), r=jag, sr=hewitt 2001-10-03 02:59:17 +00:00
dbradley%netscape.com
aa050fb3a4 bug 100665 - Maybe xpconnect should not init the XPCOutArg JSClass. r=jband, sr=shaver 2001-10-03 02:57:42 +00:00
dbradley%netscape.com
9bb2766908 Bug 102294 - printf has an extra parameter. r=jband 2001-10-03 02:48:40 +00:00
shaver%mozilla.org
3c7deaae58 Bug 101234: crash when calling focus() or blur() on not-yet-appended XUL
Element.  r=sicking(!), sr=blizzard
2001-10-03 02:48:00 +00:00
peterv%netscape.com
152a47efdc Fix for bug 102809 (ABR in nsPlainTextSerializer::AppendText; indexing -1 on array). r=sicking, sr=waterson. 2001-10-03 02:47:08 +00:00
sicking%bigfoot.com
a55509d390 Make ImportFrame a friend of ProcessorState to fix nebiros bustage after b=83651 checkin. 2001-10-03 02:18:08 +00:00
sicking%bigfoot.com
0f56e90e06 Fix typo to fix Ports bustage after b=83651 checkin.
r=peterv
2001-10-03 02:08:02 +00:00
bbaetz%cs.mcgill.ca
4b4f4d08b9 Make fieldType be public - HPUX build bustage fix. 2001-10-03 01:55:10 +00:00
alecf%netscape.com
bddb78b7cb - add some cheesy implementations of FindInReadable
- move nsCaseInsensitiveStringComparator over
- fix some crashes
not part of build, will be reviewed for bug 100214
2001-10-03 01:55:09 +00:00
blizzard%redhat.com
a39ca07673 Fix bug #101828. Sending more than one piece of unsent mail fails when posting to sent mail folder. This patch serializes the posting to the sent mail folder so that we don't try to post more than one message at a time. r=naving,sr=bienvenu 2001-10-03 01:48:56 +00:00
bbaetz%cs.mcgill.ca
1414a72b84 Why do we have two versions of nsCRT::strncmp, one taking a signed int,
the other an unsigned int? And why does the mac code barf on this?

Bustage fix.
2001-10-03 01:47:46 +00:00
blizzard%redhat.com
81f2bc6e6e Fix bug #74870. "Cookie dialog invisible with moz on second screen of Xinerama". Patch from Chris P. Ross <cross@distal.com>. sr=blizzard, r=jwbaker@acm.org 2001-10-03 01:38:12 +00:00
peterv%netscape.com
6db41368ef Warning fixes. r=sicking, rs=jst. 2001-10-03 01:27:04 +00:00
bbaetz%cs.mcgill.ca
dc4cb6ecf9 Oops - left thse out of the diff for bug 78148 & friends. rs=darin 2001-10-03 01:25:19 +00:00
bbaetz%cs.mcgill.ca
9f5f237872 Bustage fix - how did this build for someone else on windows? 2001-10-03 01:18:58 +00:00
bienvenu%netscape.com
ff775f6d6a fix memory leak on every mime2 decode trying to get global charset r=sspitzer, sr=mscott 102466 2001-10-03 01:02:00 +00:00
akkana%netscape.com
4d776da5c7 66345: Update the Makefiles to make REQUIRES work. Not yet part of the build. 2001-10-03 00:54:12 +00:00
akkana%netscape.com
e51952d42b 97677: Revised JS to take advantage of the new nsIURILinkChecker. r=cmanske sr=kin.darin 2001-10-03 00:43:33 +00:00
bbaetz%cs.mcgill.ca
f7b29a552d Bug 78148. Reorg directory viewer backend to allow file and gopher to use
the html view as well. (This is currently disabled for file because of
i18n issues)

Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.

r/sr=darin, dougt
2001-10-03 00:43:30 +00:00
cmanske%netscape.com
1d7fa1672a Fixed comment spelling as suggested by kin for bug 93475, r/s=kin 2001-10-03 00:42:38 +00:00
akkana%netscape.com
4ccf4d7c00 97677: Check whether a link exists. r=cmanske,sr=darinf 2001-10-03 00:40:10 +00:00
peterv%netscape.com
4599ae32c3 Adding files for fix for bug 78148 and bug 97677. 2001-10-03 00:39:20 +00:00
bbaetz%cs.mcgill.ca
584595884a Bug 78148. Reorg directory viewer backend to allow file and gopher to use
the html view as well. (This is currently disabled for file because of
i18n issues)

Should also fix dirviewer bugs 38014, 68651, 72724, 78474, and part
of 83881.
2001-10-03 00:26:29 +00:00
akkana%netscape.com
67955a3ef0 97677: Check whether a link exists. r=cmanske,sr=darinf 2001-10-03 00:21:34 +00:00
aaronl%netscape.com
c5cb858329 Bug 102192. Active Accessibility: Support STATE_OFFSCREEN for accessible objects. r=kmcclusk, sr=waterson 2001-10-03 00:18:48 +00:00
cmanske%netscape.com
7cd694e259 Fixed default TARGET attribute values in Advanced Edit dialog, b=88879, r=brade, sr=kin 2001-10-03 00:15:10 +00:00
cmanske%netscape.com
70df6cc1ac Fixed detecting NS_ERROR_FILE_NOT_FOUND case when loading URL in Composer (b=93475) and setting new document and base URL when saving file (b=101426), r=brade,akkana, sr=kin 2001-10-03 00:13:00 +00:00
rginda%netscape.com
37c8a308b1 bug 102650, skin name should be Modern, not modern. r=jrgm 2001-10-03 00:11:24 +00:00
bienvenu%netscape.com
7cbe2f7637 fix problem going from threaded to sorted view, deleting a message in a thread, then switching back to threaded view r=naving, sr=sspitzer 102572 2001-10-03 00:11:02 +00:00
attinasi%netscape.com
66bda7bfb1 Outline for links are now 'invert' instead of 'WindowText' color. b=73884 r=kmcclusk sr=kin 2001-10-03 00:10:00 +00:00
attinasi%netscape.com
2046bd1c34 Improvements for invert outline colors (Mac and Linux work now). b=73884 r=kmcclusk sr=kin 2001-10-03 00:08:25 +00:00
shrutiv%netscape.com
648b4c4e05 Fix for bug 96735: cck.che variables for custom components are confusing
Changing variable names for custom components (r=tao)
2001-10-03 00:01:48 +00:00
attinasi%netscape.com
065e93e80e Protection against null param for topcrash bug 100298. r=kmcclusk sr=kin 2001-10-03 00:01:04 +00:00
yokoyama%netscape.com
c9832ae7f4 Bug 88425
Ending IME Composition when we receive OnChar()
/r=yokoyama/ftang, /sr=shaver, /pdt=jaime
2001-10-03 00:00:15 +00:00
cmanske%netscape.com
e03809ddb1 Backout change to makefile.win checked in accidentally 2001-10-02 23:58:21 +00:00
yokoyama%netscape.com
7ab4da0764 Bug 101885
Use WideCharToMultiByte() to convert the titleStr
/r=shanjian; /sr=brendan
2001-10-02 23:56:47 +00:00
rginda%netscape.com
5413d3807c bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template
2001-10-02 23:56:10 +00:00
rginda%netscape.com
66a10141cc bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template and makeall.pl
2001-10-02 23:55:34 +00:00
sicking%bigfoot.com
34b49dc7e3 Implement import precedence for attributesets, matchable templates, named templates and whitespace filtering.
b=83651 r=Pike, peterv, jst-review.pl sr=jst
2001-10-02 23:54:12 +00:00