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

80062 Коммитов

Автор SHA1 Сообщение Дата
mozilla.BenB%bucksch.org 3b6bf60891 58377: We output space(s) at the end of the line way too often. That causes messy output in format=flowed-aware readers.
Examples (fixed): end of lists, after headers, empty lines in quotes.
Reason was broken indention and broken space-stuffing.
Also made empty lines around list items more similar to NGLayout (looks better now).
Part of fix contributed by Daniel Bratell
r=akk, sr=jst
2001-04-10 01:11:39 +00:00
brendan%mozilla.org f99ab5259a Fix Function.prototype.to{Source,String} to parenthesize function objects that were expressed rather than declared (73760, r=rogerl, sr=shaver). 2001-04-10 01:10:28 +00:00
mcafee%netscape.com 03d96219d4 Adding white background, so linux sees white 2001-04-10 01:10:07 +00:00
mcafee%netscape.com 99b0b09921 shrinking who iframe a bit 2001-04-10 01:09:35 +00:00
waterson%netscape.com a6c83f4203 Bug 5569. Make sure that Terminate() can propogate DidBuildModel() to the sink, and that the sink will ensure an initial reflow has occurred. r=harishd, sr=jst 2001-04-10 00:49:49 +00:00
idk%eng.sun.com 82ac084d31 * not part of the build *
adding tests for urp module
author lsv@sparc.spb.su
2001-04-10 00:39:05 +00:00
nboyd%atg.com 48141e355a Revert default of generatingDebug back to false to fix regressions. 2001-04-09 23:52:04 +00:00
endico%mozilla.org a62419aabd change to using google links instead of the defunct deja.com links 2001-04-09 23:49:51 +00:00
nboyd%atg.com 517b2d35e4 Fix NPE. 2001-04-09 23:43:19 +00:00
jband%netscape.com 7fd9e073e2 fix bug 70360 - adding an additional gchook event. r=shaver sr=brendan. fix bug 73761 - property cache does *bad* things if accessed during finalization. sr=brendan. checkin patch from vidur regarding off-by-on in result code iteration. sr=jband on vidur's patch 2001-04-09 23:22:07 +00:00
dbaron%fas.harvard.edu 30295f72b6 Fix build and runtime bustage in xlib port. b=75125 r=blizzard@mozilla.org sr=shaver@mozilla.org 2001-04-09 23:16:19 +00:00
tao%netscape.com aa8dbfcee4 Clean up debug printf; no code changes. 2001-04-09 23:15:21 +00:00
attinasi%netscape.com d2b3403863 Fixed some bad code that was updating list position incorrectly when going from outside to inside. b=59086, r=karnaze@netscape.com sr=waterson@netscape.com 2001-04-09 23:13:31 +00:00
tao%netscape.com ed726cd791 71910: Location field for home page in Navigator prefs panel empty
(r=mcafee,sr=alecf). Relocate urls.
2001-04-09 23:13:30 +00:00
dbaron%fas.harvard.edu 71061cfcba Make "Runtime mismatch, so leaking context!" error message from fix for 71237 |#ifdef DEBUG|. r=disttsc@bart.nl sr=shaver@mozilla.org 2001-04-09 23:08:37 +00:00
mcafee%netscape.com b6d9c29b6b Adding startup timeout 2001-04-09 23:08:28 +00:00
dbaron%fas.harvard.edu 75907de5fe Fix typo (missing commas) that caused some nested lists to have vertical margins when they shouldn't have had vertical margins. b=75132 r=disttsc@bart.nl, ian@hixie.ch sr=attinasi@netscape.com 2001-04-09 23:05:43 +00:00
javi%netscape.com dab4d10f97 initialize with the correct file name. 2001-04-09 22:52:47 +00:00
bstell%netscape.com d788d6028b bug 55021, r=ftang@netscape.com, sr=erik@netscape.com
add pref for print.psnative.font for langGroups
2001-04-09 22:47:45 +00:00
mcafee%netscape.com 05b7af9d57 Support for run_system_cmd, to introduce sync;sleep settling for performance test. Stub for startup test. 2001-04-09 22:44:49 +00:00
aaronl%chorus.net 5454c6984a Implemented focus appearance prefs. bug 74225, r=rods, sr=attinasi 2001-04-09 22:17:11 +00:00
ftang%netscape.com 8a89c6e3d2 not part of the build yet.
4 bytes GB18030 mapping table in special index form
2001-04-09 22:07:00 +00:00
ftang%netscape.com 56f61cfc16 not part of the build
modify the perl script so
1. it will generate npl
2. it will generate instruction in the file
3. map correctly for the EUDC according to MS document
2001-04-09 22:04:55 +00:00
ftang%netscape.com 20944249af not part of the build
make the table generation tool depend on the global flag
2001-04-09 22:01:11 +00:00
jgmyers%netscape.com 286d9173ac finish replacing DecodeMimePartIIStr with DecodeMimeHeader: bug 65277 r=nhotta r=ducarroz sr=bienvenu 2001-04-09 21:21:22 +00:00
erik%netscape.com 11204f0e6d trivial change (just adding a comma at the end of the list for the next
person who comes along)
2001-04-09 21:11:19 +00:00
anatoliya%netscape.com 70f8c4c112 Restore the file 2001-04-09 20:52:07 +00:00
anatoliya%netscape.com 00f1a92256 Restore the file 2001-04-09 20:41:07 +00:00
danm%netscape.com bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
harishd%netscape.com 010408bd12 Changes contributed by Tom Lendacky ( toml@us.ibm.com ).
*** NOT PART OF THE BUILD ***
2001-04-09 20:27:35 +00:00
ccarlen%netscape.com 9a57284db3 Bug 75227 - Unable to confirm profile migration - therefore can't migrate. r=danm, sr=sspitzer 2001-04-09 20:24:32 +00:00
nhotta%netscape.com aa339e18a1 Changed MimeObject_output_init() to set an original mail's charset only if no override is set, bug 39736, r=ducarroz, sr=bienvenu. 2001-04-09 20:03:41 +00:00
justdave%syndicomm.com 5e45ff8188 Fix for bug 71659: New bugs weren't creating email if the reported didn't give a long description, and the first person who added a comment had their comment become the long description of the bug.
Patch by <jake@acutex.net>
r= justdave
2001-04-09 19:10:43 +00:00
bryner%uiuc.edu d7360a4e45 Fixing more fallout from danm's checkin. 2001-04-09 18:30:18 +00:00
disttsc%bart.nl 5e1d040a50 Fix MOZ_TRACK_MODULE_DEPS bustage (senna) 2001-04-09 18:22:21 +00:00
cotter%netscape.com dd3bbd1cc1 Latest TOC corrections re PSM docs. 2001-04-09 18:17:51 +00:00
cotter%netscape.com e7c2e1bbf9 Latest text updates. 2001-04-09 18:16:53 +00:00
cotter%netscape.com a382054498 Added first batch of help targets for PSM 2.0 2001-04-09 18:09:19 +00:00
javi%netscape.com 517c085c12 Get rid of a signed/unsigned comparison warning. 2001-04-09 17:44:08 +00:00
danm%netscape.com 54f1c5cfbb use prompt service correctly. smoketest blocker bug 75218. a=kysmith 2001-04-09 17:06:03 +00:00
disttsc%bart.nl 29efe69669 "Disable theme "Apply" button if no item is selected in the tree", bug=46681, author=Gervase Markham <gervase.markham@univ.ox.ac.uk>, r=jag/timeless, sr=ben 2001-04-09 14:49:25 +00:00
dcone%netscape.com ae41110559 Fixed postscript title. b=66943 r=mcclusk sr=attinasi 2001-04-09 14:27:53 +00:00
cls%seawood.org 7c4817ac17 Use nspr-config from nsprpub/config instead of $(DIST)/bin 2001-04-09 14:22:05 +00:00
karnaze%netscape.com 1642ac06f0 bug 61663 - repeat headers and footers on more than 2 pages. sr=attinasi, r=bernd.mielke@snafu.de. 2001-04-09 14:21:24 +00:00
ccarlen%netscape.com 754cff3879 Bug 64733 - Profile Mgr "Delete/Dont Delete Files" dialog not centered. r=timeless, sr=sspitzer 2001-04-09 13:49:06 +00:00
peterv%netscape.com de8643e889 Mac bustage fix. Removing nsGfxListControlFrame.cpp, which isn't needed (anymore?). r=jag. 2001-04-09 13:44:43 +00:00
valeski%netscape.com e75e48ff71 sr=shaver. r=valeski. checking this in for blizz to get it out of the way. 74801. need to be GI'instead of QI 2001-04-09 13:31:50 +00:00
cls%seawood.org 5827a1336c Updating copyright 2001-04-09 13:25:32 +00:00
rods%netscape.com e3a5513f79 Fixed the Onchange event, so it fires at the correct time.
Bug 62753 r=pollmann sr=attinasi
2001-04-09 12:08:40 +00:00
gordon%netscape.com d04770c91b Fix bug 73441 "New cache needs "Clear" functionality. Changed pref advanced cache panel clear buttons to clear new cache devices, and fixed bug in nsMemoryCacheDevice to avoid calling nsCRT::strlen(nsnull). sr=darin. 2001-04-09 09:52:15 +00:00