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

89559 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 86ed097036 Adding missing contributor - Henri Sivonen <henris@clinet.fi>. Bug 87428 again.
While I'm here, the credit for the links toolbar in my last checkin comment should have gone to Christopher Hoess <choess@stwing.upenn.edu>, Eric Hodel <drbrain@segment7.net> and Tim Taylor <tim@tool-man.org>, as well as anyone else who contributed ideas and suggestions.
2001-10-03 17:17:13 +00:00
shrutiv%netscape.com 269e730bae Fix for bug 102811: CCK does not check for disk space while creating
Linux build (r=tao)
Checking 27x3Mb disk space before creating build
2001-10-03 15:57:53 +00:00
ian.mcgreer%sun.com bd9d39178b fix build error 2001-10-03 14:07:29 +00:00
timeless%mac.com 83766ede10 Bugzilla Bug 99067 Javascript console has a small unskinned area
by neil@parkwaycc.co.uk r=timeless, sr=hewitt
2001-10-03 11:19:05 +00:00
justdave%syndicomm.com 2d5eda33b3 Fix for bug 82809: comments in bugs no longer have &#013; where the linefeeds should be.
Patch by Dave Miller <justdave@syndicomm.com>
r= timeless@mac.com (no 2nd review needed)
2001-10-03 07:49:19 +00:00
brendan%mozilla.org ec9fe99d2a Fix to avoid dangling PLDHashTable entry pointers that lead to humongous FastLoad files (95888, r=dbaron, sr=waterson). 2001-10-03 06:57:52 +00:00
heikki%netscape.com b784bee4d7 Bugscape bug 9924, fix perceived hang by improving comment parsing performance in strict mode. Patch from harishd, r=heikki, sr=vidur. 2001-10-03 06:54:31 +00:00
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