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

1527 Коммитов

Автор SHA1 Сообщение Дата
caillon%returnzero.com 731073c19a Backing out previous patch since it was causing addressbook problems. 2003-04-27 10:36:58 +00:00
caillon%returnzero.com 6221b1ca6c Bug 173430 - flawfinder warnings in libpref
r=alecf, sr=dmose, a=sspitzer
2003-04-27 04:47:46 +00:00
gordon%netscape.com 890ddacffe Fix bug 105344. r=saari, sr=darin. 2003-04-23 05:11:58 +00:00
smontagu%netscape.com d7f8e0fffa Better default Hebrew fonts for Windows. Bug 149796, r=mkaply, sr=jag. 2003-04-23 03:15:13 +00:00
smontagu%netscape.com 1ec1871875 Bug 202009 (AIX) Some Japanese characters in UTF-8 document display as ? Authors=hhoetzel@us.ibm.com, Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2003-04-22 18:58:59 +00:00
cbiesinger%web.de 0151883894 no bug. remove unused preference. r+sr=bzbarsky 2003-04-21 23:09:24 +00:00
bryner%netscape.com b5af164b7c Remove now-unused nsScrollingView and nsIScrollbar implementations. Removed unused widget/public/nsWidgetSupport.h. Bug 201624, r+sr=roc. 2003-04-21 23:01:36 +00:00
suresh%netscape.com 8d8227a283 fix for bug 188956 - Clean up Cache pref panel. This changes the UI display in cache panel from KB to MB. r-varga, sr-alecf. 2003-04-18 02:10:41 +00:00
sspitzer%netscape.com 7aa37ce171 fix for bug #199360
for simple left clicks of urls in mail messages that we know should open a browser window
(or load in the top most browser window), do it right away.

if the url is slow to load, switching messages can kill the load, and the window
never shows up.

play nice with stand alone mail, which doesn't need this trick.

r=bryner, sr=mscott
2003-04-16 20:39:38 +00:00
shliang%netscape.com 13a42d51d1 bug 107877. default font prefs for msg compose. r=neil, brade, sr=sspitzer, jag. 2003-04-16 07:07:10 +00:00
jaggernaut%netscape.com 2fc43892ed Bug 197671: make defaults for what page to load on startup, new window, and new tab be what they used to be. Patch by ian@arlen.demon.co.uk, r=/sr=jag 2003-04-16 02:36:49 +00:00
timeless%mozdev.org a589c5aade Bug 142590 Add "Do Not Edit" warning to prefs.js
patch by stevechapel@earthlink.net r=ccarlen sr=rbs
2003-04-15 02:24:46 +00:00
timeless%mozdev.org 41de224cd8 Bug 197671 Separate "When Navigator starts up" from "What a new tab/window does" preferences
patch by ian@arlen.demon.co.uk r=timeless sr=jag
2003-04-15 01:49:51 +00:00
amardare%qnx.com 03b9d797ff Changes for the photon platforms.
These changes should not affect the building on other platforms or the runtime on other platforms.
Changed the default font size.
2003-04-04 23:10:28 +00:00
kysmith%netscape.com 40b182063f updating user agent to 1.4b 2003-04-04 20:50:36 +00:00
alecf%netscape.com dcaf858b0d fix for bug 200524, use arenas to allocate pref names
r=dveditz, sr=jag
2003-04-04 02:19:25 +00:00
mstoltz%netscape.com 1279efefd0 Bug 95735 - Block 2 additional DOM properties in MailNews to avoid message eavesdropping using DOM 2 APIs. Patch by jst. r=mstoltz, sr=heikki 2003-04-03 19:26:41 +00:00
shliang%netscape.com 6fb1258807 195924, 195921, 195928 - popup blocking changes to use whitelisting only and provide info dlg when popup first encountered. r=danm, sr=jag. 2003-03-26 02:03:13 +00:00
darin%netscape.com 359478fcd0 fixes bug 196406 "Mozilla is sending an Accept-encoding for compress but doesn't support it." patch=freetzer@netscape.net r+sr=darin 2003-03-25 16:23:46 +00:00
harishd%netscape.com e7ed7d94bb Patch provided by heikki@netscape.com - Make wsdl/proxy noAccess in mailnews. b=198526, r=harishd@netscape.com, sr=jst@netscape.com 2003-03-25 02:53:40 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
sspitzer%netscape.com 5f2ab0d363 fix for bug #197729
reduce number of mail toolbar buttons by default, reorder delete & junk buttons
r/sr=bienvenu, a=jglick
2003-03-21 08:54:38 +00:00
pkw%us.ibm.com 3610d1fc06 Bug 196903 - Create aix.js for AIX specific preferences.
r=ccarlen@netscape.com, sr=alecf@netscape.com
2003-03-19 05:31:24 +00:00
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
neil%parkwaycc.co.uk 468e4a8cb9 Bug 54802 Add clipboard buttons for Composer r=brade sr=alecf 2003-03-14 15:23:53 +00:00
timeless%mozdev.org 4599873c1a Bug 196299 nsSafeSaveFile::CreateBackup dereferences a NULL nsCOMPtr with operator->()
r=ccarlen sr=dveditz
2003-03-14 04:03:08 +00:00
smontagu%netscape.com 2e2ff31303 Pass the prefs filename to PREF_EvaluateConfigScript() so that it will appear in the message displayed if there is an error in the file. Bug 196763, r=ccarlen, sr=jag. 2003-03-12 00:39:31 +00:00
pkw%us.ibm.com 6fe7cd8ef1 Remove mail.use_movemail preference (it's unused).
r/sr=sspitzer@netscape.com
2003-03-11 05:04:20 +00:00
neil%parkwaycc.co.uk 11406bb502 Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL r=jag sr=bz 2003-03-05 13:30:24 +00:00
shliang%netscape.com f4df0ea9b4 192193 - preload popup blocking whitelist. r=danm, sr=jag 2003-03-05 01:34:34 +00:00
ccarlen%netscape.com b02c207dc0 Bug 170539 - prefs.js gets wiped. If we encounter an error in reading the prefs, it's possible to write out empty prefs. r=dveditz/sr=alecf 2003-03-04 15:56:42 +00:00
mkaply%us.ibm.com 9cfde9a89b #192355
r=mstoltz, sr=heikki
Add security for accessing clipboard via Javascript
2003-03-04 13:56:36 +00:00
neil%parkwaycc.co.uk 52904bfec7 Bug 54802 Add clipboard buttons for Composer (backend work) r=brade sr=alecf 2003-03-04 12:12:29 +00:00
sspitzer%netscape.com 7b22dc8cf3 fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
sspitzer%netscape.com 3918811455 fix for bug #195640. moving junk status column to the right of subject,
showing it by default, and enabling junk mail controls by default.
r/sr=bienvenu
2003-03-02 21:36:43 +00:00
lpham%netscape.com b568307a27 update to Mozilla 1.4a bugzilla #194078 r=ycalonje, sr=granrose, a=blanket 2003-02-27 22:27:31 +00:00
ere%atp.fi 0658c7676a Bug 193929: HTML sanitizer ("simple html") should allow attached images
r=ducarroz, sr=jst
2003-02-26 13:47:36 +00:00
bzbarsky%mit.edu 44d6ed3db2 Make it possible to launch executables after downloading them (after suitable
scary warning).   Bug 91969, patch by octalc0de@veryfast.biz (Patrick Xia
("Octalc0de")), r=mkaply, sr=bzbarsky
2003-02-25 05:23:47 +00:00
dbaron%dbaron.org 89b51e310f Fix nsPrintfCString usage inside NS_WARNING (debug code only) so that the full warning is printed. r+sr=mozbot 2003-02-22 17:23:17 +00:00
cbiesinger%web.de b0a5457ef9 193855 r/sr=bienvenu offline.news.download.use_days twice in the prefs files 2003-02-22 16:52:58 +00:00
shliang%netscape.com c0634dbc73 192768 change default sound pref for popup blocking, r=danm sr=jag a=dbaron 2003-02-21 00:05:01 +00:00
varga%netscape.com 20e7288874 Fix for bug 139396. Sorting of Bookmarks doesn't work at all.
r=jag sr=sspitzer a=dbaron
2003-02-17 23:55:44 +00:00
shliang%netscape.com 2f1ef1430b bug 176624 - popup blocking. r=danm, sr=jag 2003-01-21 07:38:02 +00:00
alecf%netscape.com fb37620fef fix for bug 160377 - only write prefs when they are dirty.
sr=dveditz, r=timeless
2003-01-20 19:08:54 +00:00
varga%netscape.com 874f920e11 Landing pref based, automatic image resizing.
Disabled by default.
r=jst, sr=jag
2003-01-18 10:17:58 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
sspitzer%netscape.com 0879c02260 fix for #23126.
add hidden pref to show Organization header in the message pane.
off by default.
thanks to neil@parkwaycc.co.uk for the patch.
r/sr=sspitzer
2003-01-17 05:58:11 +00:00
louie.zhao%sun.com 09fc8b398a Fix the wrong operation (use a wrong version of unix.js) of patch check-in for bug 144668 just now. 2003-01-16 07:16:54 +00:00
louie.zhao%sun.com 4fc7ca90b4 Bug 144668: Code Mozilla TrueType Printing Code
r=bstell sr=bryner
2003-01-16 05:04:27 +00:00
aaronl%netscape.com ac5a909110 Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst 2003-01-14 04:03:35 +00:00
aaronl%netscape.com b384a46582 Bug 98546. Fix word break detection to improve select by word where there is punctuation in the word. Also fixes 125172, double clicking in URL bar should select only part of URL. Also fixes bug 133312, word selection with accented letters. r=brade, sr=sfraser 2003-01-09 20:56:53 +00:00
dbaron%dbaron.org acdd4e46c0 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
neil%parkwaycc.co.uk 4a85b9e05d Bug 188038 editor background image pref has wrong default name r=brade sr=peterv 2003-01-08 15:23:35 +00:00
seawood%netscape.com d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
rbs%maths.uq.edu.au 008e1e2517 Remiander of bug 169590. Hook a catch-all W3C entity converter and user-prefs for custom levels of entity-zation in the editor's '<HTML> Source' and 'Save As...' 2002-12-17 00:41:25 +00:00
asasaki%netscape.com 34baf65e0c 184461: update user agent string to 1.3b. r=lpham sr=granrose 2002-12-16 21:48:44 +00:00
sspitzer%netscape.com a33308d924 add comment about how you can use the "mail.compose.other.header" pref
for X-Face, Approved, or other optional headers.  r/sr=no one.
2002-12-16 18:39:52 +00:00
danm%netscape.com 3d84d665f5 Reinstating popup-blocking UI previously removed for the 1.2 release. Removing new privacy.popups preferences. bug 166442 r=brendan,dveditz,jag a=asa 2002-12-10 01:12:02 +00:00
caillon%returnzero.com a4096b5a1b Bug 183069 - trunk topcrash when quitting [@ nsPrefBranch::RemoveObserver].
Release our observer references only _after_ we remove them from our observer list, to avoid someone else trying to remove the same observer we're working on removing.
r=timeless sr=jst
a=jst, and #mozilla (smontagu,timeless) who acting as sheriff asked me to land this into a closed tree.
2002-12-04 08:56:34 +00:00
mstoltz%netscape.com 8efdd7862e Bug 91043: Make document.write(ln) same-origin-access only to prevent inserting content into a third-party page. r=pavlov, sr=dveditz 2002-12-04 03:52:07 +00:00
mstoltz%netscape.com b37c501c58 Bug 32571 - add disabling pref and JS console message to window.close security check. r=heikki, sr=jst. 2002-12-04 01:55:56 +00:00
akkana%netscape.com 1889b530c2 179784: go back to beep by default for typeahead find "not found",
since the nsSound solution doesn't work well on linux or mac.
  r=aaronl sr=sfraser
2002-12-03 23:51:10 +00:00
caillon%returnzero.com b7fdd3b2a7 178291 - using window.fullScreen causes scripts to stop.
r=mstoltz sr=jst
2002-12-03 06:08:08 +00:00
ducarroz%netscape.com 57486e9965 Fix for bug 180901. Instead of addressing the message to the sender when no recipient is disclosed, it's send now to an empty group named undisclosed-recipients (this is localizable). Also, this is done only if the pref "mail.compose.add_undisclosed_recipients" is set to true. R=cavin, SR=bienvenu 2002-12-02 23:43:26 +00:00
nhotta%netscape.com 02c6eb19f8 Adding sort/search support for phonetic names,
bug 179823, r=cavin, sr=sspitzer.
2002-12-02 22:27:38 +00:00
nhotta%netscape.com b2f1f0cab7 Moving displayName.lastnamefirst out to .property to make it localizable,
bug 160546, r=cavin, sr=bienvenu.
2002-11-26 00:40:50 +00:00
smontagu%netscape.com 7a98efd169 Bug 108136: Shift_JIS conversion problem on MacOS9, OS/2. Authors=shom@vinelinux.org, k-ichioka@msb.biglobe.ne.jp; r=ftang, sr=alecf. 2002-11-25 23:44:28 +00:00
darin%netscape.com d104a2dce6 fixes bug 181046 "trim unnecessary bytes from standard request headers."
r=bbaetz sr=bzbarsky
2002-11-20 20:51:12 +00:00
bienvenu%netscape.com 64f5a7f5cc add default pref for auto unzipping attachments, r/sr=sspitzer, not used yet, 180798 2002-11-20 15:35:32 +00:00
timeless%mozdev.org 13afbd542b Bug 180789 nsPrefBranch::GetChildList can call PL_DHashTableEnumerate with an uninitialized gHashTable
r=dbradley sr=dveditz
2002-11-20 05:17:18 +00:00
darin%netscape.com d02f395ecb fixes bug 176626 "Mozilla sends text/css in Accept: header for non-style
pages" r=bbaetz sr=bzbarsky
2002-11-18 07:13:24 +00:00
nhotta%netscape.com f9844beb5c Adding pref for phonetic fields, search date format option,
bug 98144, r=ducarroz, sr=sspitzer
bug 178891, r=cavin, sr=sspitzer
2002-11-12 19:03:14 +00:00
aaronl%netscape.com 266790cc84 Bug 176602. Make typeaheadfind beep less annoying, and implement boolean pref accessibility.typeaheadfind.enablesound. Pref is turned off by default in Linux for now, sound needs testing and work there (see bug 179138 and bug 110385). r=kyle, sr=bz 2002-11-09 19:21:20 +00:00
cltbld%netscape.com 5f86d68b4e Updated user agent string to 1.3a for trunk. Bugzilla 178860 r=lpham/sr=granrose. ycalonje checking in as cltbld 2002-11-08 23:00:40 +00:00
dmose%netscape.com d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
heikki%netscape.com 9492effc69 Bug 152701, XMLExtras properties should not be available in mailnews. r=harishd, sr=dveditz, aroc+moz. 2002-10-31 02:59:12 +00:00
dbaron%fas.harvard.edu ee1ac12967 Back out patch for bug 161109 that implemented a pref for disabling marquee. b=161109 r=hixie a=asa 2002-10-30 14:31:32 +00:00
darin%netscape.com ba71a85db8 backing out previous change! 2002-10-17 00:46:47 +00:00
darin%netscape.com 85348f58ad link prefetching (default disabled) b=12274 r=gagan sr=rpotts a=rjesup ADT+ 2002-10-17 00:45:52 +00:00
dbaron%fas.harvard.edu fc4297892b Add preference for whether to enable marquee, and set the default to disabled. b=161109 r=caillon sr=bzbarsky a=rjesup 2002-10-15 00:06:57 +00:00
sicking%bigfoot.com 4f82c5f970 bug 31510: changes default manual proxy config so localhost and 127.0.0.1 are not proxied
patch by benc, r=dougt sr=darin
2002-10-09 01:31:47 +00:00
timeless%mac.com e38d995b54 Bug 157246 Move Windows prefs to winpref.js
patch by walk84@yahoo.com r=sfraser sr=bryner
2002-10-09 01:15:41 +00:00
mstoltz%netscape.com 35ab60450f Bug 163648 - Disable specific external protocol handlers with known security
problems. r=darin, sr=dveditz.
2002-10-09 00:54:43 +00:00
sspitzer%netscape.com b0b377a23e default spam level to off (0). 2002-10-08 07:00:59 +00:00
darin%netscape.com c030b55eb6 fixes bug 173147 "increase redirection limit" r=dougt sr=heikki 2002-10-08 06:03:35 +00:00
sspitzer%netscape.com f6df719e43 comment out the pref for junk button, until it's ready. 2002-10-08 06:00:10 +00:00
sspitzer%netscape.com 8dd6d07958 varada forgot the mailnews.js side of his checkin for bug #170572.
for now, show these buttons.  but that might be changing as junk
might kick off file and or next.
2002-10-08 05:54:12 +00:00
ssu%netscape.com 58f4978f38 fixing bug 110556 - double-clicking on a message in thread should reuse existing window. r=varada, sr=sspitzer (fixed problems in original patch from adam@cfar.umd.edu) 2002-10-08 01:04:11 +00:00
cbiesinger%web.de 2619acdf16 bug 172781 r=morse sr=bz remove unused preferences from all.js 2002-10-06 18:34:17 +00:00
jaggernaut%netscape.com ce4d8afc85 Bug 118835: add support for home page groups. r=law, sr=hewitt 2002-10-04 00:28:07 +00:00
jaggernaut%netscape.com 9e7f55bac9 Bug 172012: clean up pref-navigator.*. r=bryner, sr=hewitt 2002-10-01 23:49:48 +00:00
sspitzer%netscape.com 4d63fab5ca define some default prefs for some of the imap extensions. r/sr=bienvenu 2002-09-30 22:10:01 +00:00
heikki%netscape.com ee399c6f80 Bug 169984, sanitize XMExtras method availability to scripts. r=mstoltz, sr=jst. 2002-09-27 23:24:24 +00:00
aaronl%netscape.com 50ff1d8699 Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz 2002-09-27 19:07:44 +00:00
sspitzer%netscape.com 3d94096754 more work for #169638. implementing spam UI. get the "enable logging" checkbox to work and persisting in prefs. r/sr=bienvenu. 2002-09-26 01:58:11 +00:00
sspitzer%netscape.com 421c0d835e working on spam UI, making it match the spec. see bug #169638.
not visible to the user yet.  r/sr=bienvenu
2002-09-26 00:33:15 +00:00
brendan%mozilla.org f54095b43d Don't override the default accessibility.tabfocus setting, it's a new millennium and the default build isn't going back to Motif-land (170429, r=blizzard, sr=hyatt). 2002-09-24 05:11:25 +00:00
cbiesinger%web.de f8750590e9 bug 169483 patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls/roc+moz sr=kin 2002-09-23 12:10:28 +00:00
bratell%lysator.liu.se 074f52d6c4 Bug 155623, remove unused pref css.allow. r/sr=bzbarsky/dbaron 2002-09-23 05:29:58 +00:00
bnesse%netscape.com 9792cb9e8d Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf. 2002-09-20 18:49:40 +00:00
sspitzer%netscape.com 91c00f9cca land spam UI: control panel UI, spam log UI, toolbar button, tools menu, thread pane UI.
currently, hidden by default.  more work to come.  r/sr=bienvenu.  bug #169638
2002-09-20 00:04:01 +00:00
akkana%netscape.com 75743aa0f0 140612: Introduce tab usage pref accessibility.tabfocus, to allow tab to go only to form elements or only to text controls. (r,sr)=(bryner,sfraser) 2002-09-18 21:24:57 +00:00
danm%netscape.com 52f1d992ef switching to the new, final(!?) popup window management preferences organisation. bug 166442 r=jag,jst 2002-09-18 14:45:31 +00:00
sspitzer%netscape.com 3676d111d5 fix bug #64462. add "play custom sound on new mail" pref UI. right now, it's global.
soon, per server (and also soon, sound as a mail filter action.)
move window prefs to a new windows panel.  we'll be adding some other window
related prefs (like reuse window) to that new panel.  r/sr=bienvenu.
UI changes a=jglick
2002-09-18 08:33:35 +00:00
asasaki%netscape.com dfe8d5b156 manual fix for bugscape 19932 (about page update). will automate this
later.  verbal r=granrose, verbal sr=leaf
2002-09-18 01:14:28 +00:00
sspitzer%netscape.com dde805172f more fixes for allowing user to specify the default mail sound.
allow the pref to be set to a system sound, or to a file url.
r/sr=bienvenu
2002-09-16 03:27:57 +00:00
sspitzer%netscape.com f57d321dfe add backend code and hidden pref to allow custom sound when new mail arrives.
r/sr=bienvenu.  front end code to come soon.
2002-09-16 01:17:32 +00:00
danm%netscape.com fb4a0bd47a new popup window policy pref default thing. bug 166442 r=jag 2002-09-13 23:06:49 +00:00
darin%netscape.com aa8c622859 fixes bug 141641 "disabling cross-site HTTPS referrers breaks sites"
r=mstoltz,bbaetz sr=dveditz
2002-09-13 22:21:57 +00:00
sspitzer%netscape.com b61e862689 fix for CAB UI and backend. bug #167571. following jglick's spec and mscott's document (http://www.mozilla.org/mailnews/arch/cab.html). also fix #168115. add "IM" button to addressbook, and launch default IM application using screenname attributes of selected cards.
if multiple screennames, launch a chat.
2002-09-12 03:59:14 +00:00
bzbarsky%mit.edu da76dd0f62 Adds text/image/both modes for the main toolbar. Bug 22056, patch by
neil@parkwaycc.co.uk, r=timeless, sr=bzbarsky, moa=blake,hyatt
2002-09-11 09:48:17 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
sspitzer%netscape.com ae55b2f7b2 fix comment for #157186. a=asa 2002-09-07 01:55:13 +00:00
sspitzer%netscape.com ab99b9b250 fix for #157186. don't collect incoming mail by default.
it's all spam anyways.  still collect outgoing by default.
r=putterman, sr=bienvenu
2002-09-07 01:49:29 +00:00
darin%netscape.com 893a5843dc fixes bug 166396 "embedders should be able to override the default socket
type used for HTTP connections" r=dougt sr=rpotts a=chofmann
2002-09-06 06:36:17 +00:00
leaf%mozilla.org bc07f7a4ad bug 163086, update user agent string, a=asa 2002-09-05 23:27:30 +00:00
dougt%netscape.com f2a00efc93 Move FROZEN ContractID into nsXPCOM.h and define r=rpotts, sr=alec, b=166426 2002-09-03 23:36:13 +00:00
darin%netscape.com bfcd959e79 pref changes for link prefetching (b=12274) r=dougt sr=rpotts 2002-09-02 00:17:46 +00:00
dougt%netscape.com 22ffaadb79 exports frozen interface to dist/sdk using new SDK variable. 164717. r=cls, sr=alec 2002-08-27 01:05:21 +00:00
alecf%netscape.com dc6d6e3736 bug 157624 - freeze nsISupportsPrimitives, which includes changing nsISupport[C]String over to using A[C]String and fixing consumers
r=dougt, sr=darin
2002-08-26 21:20:34 +00:00
bnesse%netscape.com ea32eb222e Backing myself out to see if this caused btek to go orange. 2002-08-23 18:36:03 +00:00
bnesse%netscape.com 7e8c438fef Fix for bug 164190. nsSafeSaveFile mistreats nsLocalFile, deleting files under one. Patch by sfraser, r=ccarlen, sr=alecf. 2002-08-23 17:44:47 +00:00
nhotta%netscape.com 40e647a479 Changed a deafult value of "mailnews.reply_header_locale" from "en-US" to empty,
bug 140882, r=rchen, sr=bienvenu.
2002-08-15 22:30:31 +00:00
glazman%netscape.com 896e391414 make CSS mode the default in Composer and hide text highlight button when not in CSS mode; b=161303, r=neil@parkwaycc.co.uk, sr=kin 2002-08-14 13:12:52 +00:00
timeless%mac.com 24f6d49ed9 Bug 153324 user.js not loaded if prefs.js doesn't exist.
patch by tranquil@mail.dk r=bnesse sr=alecf
2002-08-12 14:52:32 +00:00
seawood%netscape.com 67c2c5b3c0 Removing unused defines:
_IMPL_NS_BASE (bug #162142)
_IMPL_NS_GFXONXP (bug #162145)
_IMPL_NS_UI (bug #162183)
B_ONE_M (bug #162196)
XP_NEW_SELECTION (bug #162230)
r=cls
Thanks to Stephen Walker <walk84@yahoo.com> for the patches.
2002-08-12 13:35:18 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
caillon%returnzero.com 453fae0bad Bug 160806. Removing Netscape only prefs from Mozilla.
Patch from Stephen Walker <walk84@yahoo.com>
r=caillon sr=blake
2002-08-07 09:16:39 +00:00
alecf%netscape.com f7ad4265ef bug 157624 - prep for freezing nsISupports* primitives by renaming the string classes appropriately
nsISupportsString  -> nsISupportsCString
nsISupportsWString -> nsISupportsString
r=dougt, sr=jag
2002-08-06 00:53:19 +00:00
loadrunner%betak.net 3fa9121450 b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa 2002-08-02 01:07:50 +00:00
loadrunner%betak.net 713a2aaa3f b127156, polish, Show currently selected packs in language / content pack pref panel, r=tao, sr=dveditz, a=asa 2002-07-30 19:50:12 +00:00
pete.zha%sun.com 489350122f unix: should remove the Reveal Location & Launch File buttons from download progress dialog
bug=90008 r=jkeiser sr=bzbarsky a=asa
2002-07-25 05:10:46 +00:00
dougt%netscape.com c2ec17237f Fixes the following:
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final.  This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface.  This should land for 1.1b since users of the current category manager will have to update their components.

157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.

157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null.  It is a bandaide fix as the real problems involves retooling the directory enumerator.

157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do.  The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.

r/sr=alecf@netscape.com, rpotts@netscape.com.  a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
dveditz%netscape.com c8f56b542b Correct preference escaping for bug 143459, r=bnesse,mstoltz sr=alecf, a=asa 2002-07-16 02:09:34 +00:00
cltbld%netscape.com 1bdbbba3b8 updating for mozilla1.1b, sr=leaf, kysmith checking in as cltbld, bugzilla 157557 2002-07-15 21:13:59 +00:00
smontagu%netscape.com d63551e2ff Fix regression with form controls on visual bidi pages. Bug 142233, r=jkeiser, sr=kin 2002-07-10 00:52:17 +00:00
tao%netscape.com 937eaacc43 93002: [distribution]Conn: Use dialup networking (.DUN) when launching
mozilla. - turning the pref on in the trunk (r,sr)=(tao,rpotts). c/o
smeredith.
2002-07-09 21:47:41 +00:00
akkana%netscape.com a396a35ddc 126312: remove old find code. r=brade sr=alecf 2002-07-09 20:29:50 +00:00
racham%netscape.com dfa69f7f62 Fixing bug 80035. Patch in here allows Administrators to control the migration behavior wrt IMAP and Local Folders files. Today, during migration, we copy all those (IMAP & Local Folders) besides others into the newly created dierctory for the migrated profile. Some external parties have expressed concern over this approach due the large amount of mails they have in 4.x folders and all of those getting copied again wasting the disk space and also failing to do migration properly sometimes. So, a hidden pref mail.migration.copyMailFiles is introduced (which can be set to false) for those who those interested to share the 4.x IMAP and Local Folders. Please see the bug report for the possible side effects and other discussion points wrt the sharing folders with 4.x. The pref is set to true by default which means we will continue to do the migration the way we have always done. Patch by henry.jia@sun.com. r=racham, sr=sspitzer 2002-07-04 00:56:33 +00:00
tao%netscape.com 7a59dc86bd smeredith found a problem with the patch for (93002). Disabling it now. 2002-06-28 23:57:20 +00:00
tao%netscape.com 4da2b42209 93002: [distribution]Conn: Use dialup networking (.DUN) when launching
mozilla. r=dougt,sr=rpotts. Help Windows NT, 2000, and XP dialup a RAS
connection when a network address is unreachable. (c/osmeredith)
2002-06-28 22:58:25 +00:00
law%netscape.com e657c80b7e Bug 154238; tweak http\shell\open\ddeexec registry keys while running so that Acrobat plugin can converse with us via DDE; r=blythe@netscape.com, sr=ben@netscape.com 2002-06-28 07:31:23 +00:00
mkaply%us.ibm.com fa28b7f016 #118546
r=pedemont, sr=blizzard
OS/2 only - bullet proof unicode stuff, better default fonts
2002-06-27 22:37:30 +00:00
shanjian%netscape.com 6d098df735 #153980 Always display SimpChinese font as bold looking face
add simsun to simplied chinese default font name.
r=ftang, sr=blizzard
2002-06-26 20:09:14 +00:00
nhotta%netscape.com d6dc0ec5ec Change default font size for Traditional and Simplifiled Chinese to 15
which let gfx to use 12 point instead of 13 for Quickdraw calls,
bug 143557, r=ftang, sr=sfraser.
2002-06-26 19:59:47 +00:00
bnesse%netscape.com 5741980ed5 Fix for bug 153622. Remove macxprefs (no longer used) from the build. r=ccarlen, sr=sfraser. 2002-06-25 20:05:48 +00:00
jaggernaut%netscape.com 5abd4b6906 Bug 150099: Hide the tab bar when clicking the close box, add show/hide menuitem for tabbar. r=bryner, sr=hewitt 2002-06-25 04:52:46 +00:00
dveditz%netscape.com ae7fb8212d Don't reveal full plugin pathname (bug 88183) r=peterl, sr=alecf 2002-06-24 07:17:42 +00:00
mkaply%us.ibm.com 248eeb236d #149422
r=bnesse, sr=jst
OS/2 only - skip over EOF character on JS files in prefs
2002-06-20 21:37:21 +00:00
leaf%mozilla.org 7dd19992b2 updating the user agent string, a=asa 2002-06-19 22:20:49 +00:00
racham%netscape.com 8c606b2934 Fixing bug 144562. Allow ISPs and vendors to set up pre-configured mailnews accounts via prefs. Adding global version prefs which provide ISP/vendors the flexibility of adding new accounts/servers to the existing set of accounts/servers by increasing the default version number. r=srilatha, sr=bienvenu 2002-06-19 07:44:30 +00:00
smontagu%netscape.com bef709fda7 Bug 148470: Ban "-dt-*" (bitmap!!) fonts from Xprint. Author=Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst 2002-06-11 22:11:14 +00:00
smontagu%netscape.com 143a6ca65d Bug 148690: For Xprint force use of outline scaleable fonts if possible. Author Roland.Mainz@informatik.med.uni-giessen.de, r=shanjian, sr=jst 2002-06-11 21:43:08 +00:00
leaf%mozilla.org 4328ad16e2 updating user agent for impending release, bug 149132 2002-06-06 23:52:04 +00:00
mkaply%us.ibm.com a0a946cb60 #149751
r=mkaply, sr=blizzard
OS/2 only - don't recycle compose windows - turn off pref
2002-06-06 22:17:25 +00:00
caillon%returnzero.com e619a700c4 Bug 107949, Allow the user to prevent sites from disabling window features via window.open(). r=danm, sr=jag 2002-06-04 22:24:00 +00:00
bnesse%netscape.com a81edfb475 Fix for bug 148191. Remove now obsolete references to 'session-logout'. r=morse, sr= alecf. 2002-05-31 20:55:21 +00:00
ducarroz%netscape.com 35efa98f83 Fix for bug 97055. Add an option for disabling remote images in mailnews. R=bhuvan, SR=alecf 2002-05-31 18:43:23 +00:00
mkaply%us.ibm.com 7566840f82 #148128
r=pedemont, sr=blizzard
OS/2 only - add prefs to set default telnet params
2002-05-30 21:46:58 +00:00
bnesse%netscape.com 2fbaa70225 Fix for bug 98476. Add safe saving support to preferences. r=alecf, sr=jag. 2002-05-29 18:04:41 +00:00
sspitzer%netscape.com 61d42a0892 commenting the "browser.downloadmanager.behavior" pref. no bug.
sr=blake
2002-05-23 21:34:41 +00:00
jst%netscape.com f27fd6f6a7 Fixing bug 141442. Make window.openDialog() overridable from web content, and move the security check into the actual method implementation. r=mstoltz@netscape.com, sr=jband@netscape.com 2002-05-17 22:24:06 +00:00
dougt%netscape.com c683a217ab Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756 2002-05-15 18:55:21 +00:00
shliang%netscape.com 0ca1d6f1c5 134430 - change default mdn pref. r=ssu, sr=sspitzer 2002-05-14 00:22:48 +00:00
aaronl%netscape.com a97fef7f68 Bug 136696. Active Accessibility: support get_accKeyboardShortcut(). r=jgaunt, sr=jst 2002-05-08 20:43:49 +00:00
darin%netscape.com 6fd5862e6e fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
bnesse%netscape.com 0d0a542457 Fix for bug 141552. Remove unused static functions from prefs. r=blythe, sr=jsg. 2002-05-02 20:34:17 +00:00
bnesse%netscape.com d0fc5cb874 Fix for bug 141552. Remove build warnings from prefs. r=jag, sr=alecf. 2002-05-01 22:12:01 +00:00
bnesse%netscape.com 0858682e5d [Not part of build] Part of bug 98476. If the file doesn't exist, it's not an error. 2002-05-01 19:08:46 +00:00
peterlubczynski%netscape.com 53c8d6abea Implementing new prefs that will allow for automatic scanning of tier one plugins in their installation locations:
pref("plugin.scan.SunJRE", "1.3");
pref("plugin.scan.Acrobat", "5.0");
pref("plugin.scan.Quicktime", "5.0");
pref("plugin.scan.WindowsMediaPlayer", "7.0");
pref("plugin.scan.4xPluginFolder", false);

This also adds a one-off hack to scan for Real Player (nppl3260.dll) in the XPCOM components folder.

Bug 133282, r=av sr=waterson
2002-05-01 02:01:50 +00:00
tor%cs.brown.edu 87024f886e Bug 22337: -install option to install private colormap. r=pavlov, sr=brendan 2002-04-30 22:34:34 +00:00
bryner%netscape.com 04d22d91a0 Bug 137440 - download manager should appear by default, rather than separate progress dialogs (except on mac, until 132027 is fixed). Checking in for blake. r=hixie, sr=ben. 2002-04-28 23:54:08 +00:00
blakeross%telocity.com 53d894ca96 er, reverting changes that weren't supposed to happen... 2002-04-28 23:42:48 +00:00
blakeross%telocity.com cf388e5e92 137440 - download manager should appear by default, rather than separate progress dialogs. r=hixie sr=ben 2002-04-28 23:26:49 +00:00
darin%netscape.com e554d83626 fixes bug 129279 "nsIFile unicode/utf8/ascii task"
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
cltbld%netscape.com 43640a3f6b Updating user agent string for 1.0, bug 133797.
r=lpham, sr=leaf, a=asa for blanket version approval.
asasaki checking in as cltbld.
2002-04-27 00:09:53 +00:00
sgehani%netscape.com 39c2f63613 Backing out sidebar personal toolbar button.
b=134345
2002-04-26 14:59:15 +00:00
sspitzer%netscape.com 4664d0a626 fix for #137886. Detect defunct previously migrated profiles and offer to re-migrate.
this is pref controlled, "profile.seconds_until_defunct.  by default,
we'll never offer to remigrate.  initial patch by ccarlen.
r=ccarlen,racham,sr=bienvenu
2002-04-26 01:37:04 +00:00
nhotta%netscape.com 0a4a8eba82 Add charset fallback mechanism to nsISaveAsCharset and use it for message headers and plain text body,
bug 109342, r=ducarroz,ftang, sr=bienvenu,sspitzer.
2002-04-25 22:49:19 +00:00
sgehani%netscape.com 3986f79f2c Turn sidebar personal toolbar icon off till all parties come to a consensus.
b=134345
2002-04-24 23:52:08 +00:00
sgehani%netscape.com 7a9129cf4b Improve sidebar discoverability.
b=134345; r=morse; sr=jag
2002-04-24 02:20:40 +00:00
morse%netscape.com b1e49549fb bug 123633, save prefs when closing last window, r=sgehani, sr=jag 2002-04-23 00:50:24 +00:00
shliang%netscape.com 60742e7184 133863 - plug-in finder service pref ui - r=hewitt, sr=jag, a=asa 2002-04-19 07:00:16 +00:00
darin%netscape.com a1e280136a fixes bug 60811 "[RFE] User should be able to force HTTP proxy transactions
to use HTTP/1.0 exclusively." r=brade,bbaetz sr=rpotts
2002-04-18 22:36:39 +00:00
akkana%netscape.com c79fd069a4 134439: Disable wrap_to_window_width by default, regression since the patch was reviewed 2002-04-17 00:41:14 +00:00
akkana%netscape.com fdc4ae63df 134439: Make plaintext compose wrap to window width instead of output
width, and don't wrap quotes in <pre> or <span>, to work around various
editor bugs.  Detect quoted blocks at output time, and continue our
existing behavior of not wrapping quoted text. r=jfrancis,bratell, sr=alecf.
2002-04-16 23:11:33 +00:00
bnesse%netscape.com c207c1be3d Fixing syntax in filter check. Thanks to timeless. 2002-04-16 19:59:50 +00:00
bnesse%netscape.com 7aa4894fda macprefs.js not macpref.js stupid.... 2002-04-16 19:44:46 +00:00
bnesse%netscape.com 040bda70e9 Removing files eliminated by bug 132140. r=dveditz, sr=alecf. 2002-04-16 18:51:11 +00:00
bnesse%netscape.com 66e923f1e5 Fix for bug 132140. Clean up prefs backend. r=dveditz, sr=alecf. 2002-04-16 18:48:19 +00:00
bnesse%netscape.com 167dbcc9de Fix for bug 123787. Insure gRoot is allocated before attempting to free it. r=sfraser, sr=alecf. 2002-04-16 18:32:31 +00:00
mozilla.BenB%bucksch.org bd9286829e 108153, 30888, 69529, 126082:
New HTML message body options for Mailnews
Provide a work around / fix for some of the security and usability problems that HTML mails currently impose, by not rendering everything the sender throws at the user.

We achieve that by either
- removing offending HTML tags/attributes
- converting HTML to plaintext and back to HTML or
- rendering the HTML source.
2002-04-16 18:31:21 +00:00
sspitzer%netscape.com 634531d68c until we've got a proper fix for the focus / cursor issue
(bug #130581) we need to turn of the cached compose window
(by default) on linux.  r/sr=bienvenu
2002-04-16 07:23:38 +00:00
colin%theblakes.com 541aad2266 Make printing work again on OpenVMS.
b=136884 r=rods sr=attinasi
2002-04-15 23:47:02 +00:00
caillon%returnzero.com 8f30458082 Removing duplicate pref. Thanks to jonasj@jonasj.dk for noticing this, and for providing the patch. r=caillon, sr=tor. 2002-04-13 19:22:57 +00:00
caillon%returnzero.com f14a42b26d Bug 117707. Disabling most of the prefs in Edit>Prefs>Advanced>Scripts/Windows was causing real JS scripts to break because it used CAPS. Move the checks for these features into C++, with new prefs. Patch by doronr@naboonline.com (initial work) and caillon@returnzero.com. r=fabian sr=jst a=asa. 2002-04-12 10:11:00 +00:00
hyatt%netscape.com 6aebadf6da Fix for 136985, add api for finding out if a global window is running a timeout or still loading, r=jst, sr=blake 2002-04-12 02:15:43 +00:00
shanjian%netscape.com 84eb514a5a #76097 Need to include external leading for CJK normal Line-height
Font metrics returns both internal and external leading to layout. Layout
now is responsible for calculating the normalLineHeight. It take consideration
of external leading, and compensate if it does not exist. All these are controled
by a preference switch.

r=rbs, sr=attinasi,
2002-04-11 00:00:40 +00:00
naving%netscape.com 02053b1466 22994 r=morse sr=dveditz sspitzer Add support for blocking cookies in mailnews by default. Used an overlay
to add this new checkbox that gets the value from disableCookieForMailNews pref
2002-04-10 21:40:53 +00:00
cbiesinger%web.de 898fb53814 bug 136382 r=rjesup@wgate.com sr=tor
preference to disable image placeholders
2002-04-10 14:45:05 +00:00
shliang%netscape.com 98b807f0b0 133355 - adding fake free web mail account to folder pane - will only show up in commercial builds - r=bhuvan,sr=sspitzer,a=asa 2002-04-10 11:57:39 +00:00
ccarlen%netscape.com 1d5af4ffe4 Bug 12911 - use relative file descriptors. r=bnesse/sr=alecf/a=asa/adt=jaime 2002-04-09 14:18:39 +00:00
ccarlen%netscape.com 3b0579433d New file for bug 12911 - use relative file descriptors. r=bnesse/sr=alecf/a=asa/adt=jaime 2002-04-09 14:15:01 +00:00
dbaron%fas.harvard.edu 0c2113a47c Remove hack for the Java plugin on Linux that is no longer needed now that bug 99026 is fixed. b=89488 r=mstoltz sr=darin a=asa 2002-04-09 01:22:11 +00:00
caillon%returnzero.com 7b66ac993f Backing out patch for bug 24651 until we can make initial button state honor preferences. a=tor 2002-04-09 00:45:39 +00:00
yokoyama%netscape.com 9257e713c6 bug 132203
Moving the code of hide/unhide the "GetMap" button
in mailnew for l10n.
/r=ftang, /sr=sspitzer, /a=asa, /adt=jaime
2002-04-09 00:37:59 +00:00
caillon%returnzero.com 8f8d708b39 Bug 24651. Add a navigator button to clear the location bar. Patch by erik@hensema.xs4all.nl, r=timeless,bzbarsky sr=alecf a=asa. 2002-04-08 13:46:10 +00:00
aaronl%netscape.com 7fed76935a Bug 135196. F7 to toggle browse with caret hits a JS error. Checking in try/catch fix and forgotten all.js part of original patch for bug 128025. r=bzbarsky, sr=hewitt, a=asa 2002-04-04 23:19:50 +00:00
tao%netscape.com 0daffa6536 44070: match browser and OS locale. (reusing r=alecf,sr=hyatt,a=asa
from previous checkin but set intl.locale.matchOS=false by default.
This should remove the start regression. Will watch the tree and
back this patch if the regression comes back. In theory, this should
not happen)
2002-04-01 05:56:35 +00:00
jkeiser%netscape.com 1842d4cc10 Backing out tao's bug 44070 to see if it is the mega pageload regression culprit. 2002-03-31 09:17:18 +00:00
tao%netscape.com de85a936fc 44070: match browser and OS locale. r=alecf,sr=hyatt,a=asa. Match browser
UI locale and system locale when intl.locale.matchOS == true; Runtime
only behavior; won't  write to disk. Fallback to default chrome locale when
matching langpacks are not installed.
2002-03-31 07:33:57 +00:00
morse%netscape.com 733279d76a bug 133777, new default settings for p3p, r=sgehani, sr=jag, a=asa 2002-03-31 06:59:22 +00:00
hewitt%netscape.com d38a0937d9 bugs 110156, 110155
Removing support for <outliner> tags
Removing <tree> layout code and moving <tree> tags to outliner layout
Convert all usage of <outliner> to tree tags
Convert all usage of <tree> tags to new <tree> syntax or <listbox>
r=cmanske,varga sr=hyatt,sspitzer a=asa

Also includes fixes by Jan Varga (varga@utcruk.sk) for bugs 132020, 133451, 131393, 115894, and 129327
2002-03-29 02:46:01 +00:00
seawood%netscape.com f940144626 Remove xp_core.h & xp_mem.h and all build references to them.
Remove cruft from xp_mcom.h & xp_str.h.
Bug #38061 r=brendan sr=alecf a=valeski
2002-03-27 06:02:39 +00:00
ccarlen%netscape.com 69b950390a Bug 99117 - mailnews problems using turbo. This is the cause of one of them anyway. When clearing user prefs on a profile switch, don't unhash (destroy) the pref because it may also have a default value which needs to remain. r=bnesse/sr=alecf/a=dbaron 2002-03-27 05:52:48 +00:00
cmanske%netscape.com 8a0c8b24d6 Defaults for new Composer save and publish prefs, b=110779, r=brade, sr=hewitt, a=asa 2002-03-27 03:44:29 +00:00
morse%netscape.com 5ac9ddf13c bug 129101, turn on p3p by default, r/sr=alecf/darin, a=asa 2002-03-26 20:19:18 +00:00
rods%netscape.com ca589fdb8d Generically enables the browser to cache the curent presentation (frames,
views, et.al.) for Print Preview and then enables them to be restored.
It uses a pref and/or checks all the documents to see if any have an "embed" or
a "plugin". Temporarily it checks for framesets and turns on caching also.
I also factored some code in the Init routine so it could be callled for either
creating the new presention or initializing an existing one.
Also, added some safety check code in PrintPage.
Then for the object frame, for PP it doesn't do a paint - this is a temporary fix.
Bug 122048 r=peterl sr=attinasi a=asa
2002-03-26 11:43:40 +00:00
peterlubczynski%netscape.com d66d38f39f Making it so that we handle known image decoder mime types internally by default unless pref("plugin.override_internal_types", true); fixing bug 131230 r=av,biesi sr=beard a=asa 2002-03-26 06:30:33 +00:00
mscott%netscape.com a817bbe0cc Bug #132643 --> add default prefs for controlling the behavior of the animated alert.
r=sspitzer
sr=hewitt
a=asa
2002-03-22 19:26:28 +00:00
locka%iol.ie 6a8e1482d7 Make appending www. & .com during fixup more controllable via prefs. b=34943 r=brade@netscape.com sr=mscott@netscape.com a=asa@mozilla.org 2002-03-22 14:29:52 +00:00
blakeross%telocity.com d7fdbe6799 131762 - can open multiple occurrences of download manager. reversal. r=hewitt sr=ben a=asa 2002-03-20 21:49:18 +00:00
cathleen%netscape.com d5d2308fee back out fix for bug 129101, caused performance regression on txul (window open), bug 132201 2002-03-20 19:50:43 +00:00
rods%netscape.com aa1233cc10 Besides turning on the pref, I needed to move the initialization code for
getting the values from the default printer from the DocumentViewer down into
the PrintOptions service. We want it done only the very first time when the PrintSettings is created.
Bug 131852 r=dcone sr=attinasi a=scc
2002-03-20 12:43:13 +00:00
blakeross%telocity.com ed4e537109 131762 - can open multiple occurrences of download manager.
also adds a pref in Navigator > Downloads to set the behavior when starting a download (open DM, open progress dialog, open nothing). r=hewitt sr=ben a=asa
2002-03-19 22:12:27 +00:00
morse%netscape.com 0315ccc864 part of bug 129101, enhanced p3p/cookie-management, r=sgehani, sr=hyatt, a=asa 2002-03-19 01:46:55 +00:00
rods%netscape.com c42fa2528c 1) Removes most all the unneeded data from nsPrintOptions service. All data should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings object. The items not saved are those used during the printing process and it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings. If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS. Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific set of prefs. Then if a printer name is available in the PS then it tries
to initialize itself from the printer specific prefs. This enables to define "back stop" prefs for picking up first. Then the printer specific prefs can override those settings. For example, we may define in prefs that the default paper size 8.5x11, then if if the "save PS prefs" is turned on, for a given printer it might save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read or written.
Bug 128142 r=dcone sr=attinasi a=shaver
2002-03-16 13:08:45 +00:00
morse%netscape.com e86e233a63 back out part of earlier change for bug 129101 2002-03-16 05:50:48 +00:00
akkana%netscape.com 04dbabbe71 80805: enable new editor find/replace. r=cmanske sr=dveditz a=asa 2002-03-16 04:36:45 +00:00
morse%netscape.com c0f9832691 enhanced p3p cookie management, r=sgehani, sr=hyatt, a=asa 2002-03-16 02:40:29 +00:00
dcone%netscape.com fee558f394 119574 r=rods sr=attinasi a=asa. XP printprogress should not come up. I added new prefs to
keep the dialog from being put up.
2002-03-16 02:01:38 +00:00
rods%netscape.com 9e6a587a72 Backing out changes - just as well, I forgot to but the bug # and r/sr/a anyway 2002-03-15 14:49:09 +00:00
rods%netscape.com 20d6c55150 1) Removes most all the unneeded data from nsPrintOptions service. All data
should be in the PrintSettings.
2) Removed unneeded methods from PrintOptions
3) PrintOption can now read and write (most) all the data in a PrintSettings
   object. The items not saved are those used during the printing process and
   it wouldn't make any sense to save them.
4) Adds a prefs for turning on and off the automatic saving of PrintSettings.
   If this is turned on it is almost the same as using the global PS.
5) On Linux it turns on the saving of PS prefs and turns on the global PS.
   Meaning it will always use a single Global PS object.
6) The PrintSettings can be initialized from a generic non-printer specific
   set of prefs. Then if a printer name is available in the PS then it tries
   to initialize itself from the printer specific prefs. This enables to define
   "back stop" prefs for picking up first. Then the printer specific prefs
   can override those settings.
   For example, we may define in prefs that the default paper size 8.5x11,
   then if if the "save PS prefs" is turned on, for a given printer it might
   save 8.5x16 as the size.
7) A "flags" arg has been added so you can indicate which prefs you want read
   or written.
2002-03-15 13:55:54 +00:00
timeless%mac.com cee6adc427 Bug 126799 [ps] Print preview spews errors to terminal window
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods rs=attinasi a=asa
2002-03-14 23:12:31 +00:00
nhotta%netscape.com d79f08cfb8 Change to set "network.enableIDN" as true,
patch from william.tan@i-dns.net,
bug 110028, r=nhotta, sr=darin, a=asa.
2002-03-14 21:42:27 +00:00
sspitzer%netscape.com e0be36c11e additional fix for #128962. pref UI work for MDN (return receipts)
NOT PART OF THE BUILD (yet)

fix the global prefs to match the 4.x global
prefs so that migration is a no-brainer.  fix the per account
prefs to be correct (wrt server or identity).  fix certain prefs to be
booleans, instead of ints.

r=shuelan, sr=bienvenu, a=shaver
2002-03-13 01:41:10 +00:00
shliang%netscape.com 1ac973bd03 128962 - pref panel for MDN return receipts - not part of build - r/sr=sspitzer,a=asa 2002-03-08 22:17:03 +00:00
mstoltz%netscape.com e915f4f050 Bug 127405 - disallow Web scripts from invoking full-screen mode. Patch by
Jonasj@jonasj.dk, r=mstoltz, sr=jst, a=asa.
2002-03-08 22:04:52 +00:00
rchen%netscape.com 50712931f7 Fix bug 120870. - Read reply header string from .property file in case the user doesn't specify in pref.r=nhotta, sr=sspitzer, a=asa 2002-03-07 20:18:31 +00:00
darin%netscape.com f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
cltbld%netscape.com 79ad8cdf0b updating to set user-agent to 0.9.9+, kysmith checking in as cltbld 2002-03-04 17:37:43 +00:00
ducarroz%netscape.com a1bab6b0da Fix for bug 126766. Now that we have resolved all the known issues, we can safely turn on by default the recycled compose window. R=bienvenu, SR=sspitzer, A=asa 2002-03-02 21:13:10 +00:00
bstell%ix.netcom.com 9e4b5d4223 bug 127063, add TrueType support for MathML
r=rbs, sr=shaver, a=leaf, a=shaver
2002-02-28 22:37:16 +00:00
blakeross%telocity.com 98d168e9a6 125181 - add pref to filter chrome:// errors in javascript console. r=ben sr=hewitt a=asa 2002-02-27 00:42:51 +00:00
mstoltz%netscape.com 75f6bd3583 partially backing out my last change - weird dependency problem 2002-02-26 05:28:26 +00:00
mstoltz%netscape.com 82659b14ca 32571, present confirmation dialog before allowing scripts to close windows.
105050, pass null window.opener when opener is a mail window.
both r=heikki, sr=jst, a=asa.
Backed out previously because of tinderbox problem, which should be fixed now.
2002-02-26 04:50:21 +00:00
bzbarsky%mit.edu 0ca37a0405 Add UI for browser.block.target_new_window (used to be named
browser.target_new_blocked).  Bug 78037, patch by  Jonas Jorgensen
<jonasj@jonasj.dk>, r=bzbarsky, sr=alecf, a=asa
2002-02-25 23:38:02 +00:00
sgehani%netscape.com 92609f6b75 Land tab overflow implementation.
b=126095; r=morse; sr=dveditz
2002-02-20 07:17:45 +00:00
sgehani%netscape.com bdc87e0fa7 Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
hewitt%netscape.com 5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
bbaetz%student.usyd.edu.au 03a55cf172 Bug 110760 - directory listings shouldn't reuly on libappcomps.
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2002-02-20 02:14:17 +00:00
timeless%mac.com 1f0a883e6c Bug 125078 Implement InitPrintSettingsFromPrinter for GTK+/Xlib
patch by Roland.Mainz@informatik.med.uni-giessen.de r=rods sr=attinasi
2002-02-19 22:47:35 +00:00
blakeross%telocity.com 8aa26afb6c The rest of the fix for 77935 that I forgot last night. r=hewitt sr=alecf 2002-02-19 21:23:34 +00:00
bstell%ix.netcom.com 70718551e4 bug 116153, add default prefs for TrueType display
r=katakai@japan.sun.com, sr=rbs@maths.uq.edu.au/brendan@mozilla.org
2002-02-19 07:16:48 +00:00
bnesse%netscape.com f66246d36a Backing this out again... I'm beginning to hate this patch. 2002-02-19 06:29:41 +00:00
bnesse%netscape.com 508b1447c9 Fix for bug 98476. Add safe save and redundant backup support for preferences. r=sfraser, sr=alecf. 2002-02-19 05:55:08 +00:00
mcafee%netscape.com 1a3a52cce7 Backing out mstoltz. r=dbaron,jrgm 2002-02-19 04:06:53 +00:00
akkana%netscape.com e9d7efb2bb 80805: new find (pref'ed out by default), r=cmanske 2002-02-19 02:24:14 +00:00
mstoltz%netscape.com cc94447571 Bug 105050 - return null window.opener to scripts if opener is a mail window.
Bug 32571 - Prompt user before allowing scripts to close windows if opener is null.
both r=heikki, sr=jst.
2002-02-19 01:09:45 +00:00
akkana%netscape.com 08a7c972c2 97157: New find on by default for browser. r=brade sr=kin 2002-02-18 23:30:56 +00:00
dbaron%fas.harvard.edu 1c28bfb88e Back out rather than double. 2002-02-17 01:46:55 +00:00
bnesse%netscape.com 2178475b1a Backing out the BE portion of my checkin to attempt to clear up the orange. 2002-02-17 00:23:36 +00:00
bnesse%netscape.com 1551d818d3 Fix for bug 98476. Add safe save & redundant backup support for prefs.js. r=sfraser, sr=alecf. 2002-02-16 21:18:38 +00:00
bnesse%netscape.com 7774da9178 New files for bug 98476. Add safe save & redundant backup support for prefs.js. r=sfraser, sr=alecf. 2002-02-16 21:15:28 +00:00
mstoltz%netscape.com 7e0f1ff96a Bug 116227 - added prefs to stop scripts in mail messages from moving or resizing
the mail window. r=adamlock, sr=jst
2002-02-14 23:14:53 +00:00
rayw%netscape.com 582ee7dbf3 This is the patch related to bug 71394, needing security checks in SOAP.
Also, substituted 8 spaces for tabs in some SOAP files.  Also updated
soap test files to either request UniversalBrowserRead or use verifySource.

r=mstoltz
SOAP is not part of default build.
2002-02-13 19:13:41 +00:00
sspitzer%netscape.com e650435580 fix for #83023. implement "advanced directory" search, re-using
the existing search code.  r/sr=bienvenu.
2002-02-13 08:01:04 +00:00
mstoltz%netscape.com 4756b7169c Bug 119646 - Rewrite of the security manager policy database for improved
performance. r=jst, sr=jband.
2002-02-13 04:20:46 +00:00
dbragg%netscape.com 11877426c6 Fixing typo in checkin for bug 91984 that broke search. r=sgehani. 2002-02-12 20:06:27 +00:00
dbragg%netscape.com 7d8f199a9c Moving the default search engine name from the language pack into the content (aka region) pack.
Fixes bug 91984. r=tao, sr=alecf
2002-02-12 00:37:45 +00:00
mstoltz%netscape.com e37e35c390 Bug 122317 - make document.write and document.writeln callable cross-host.
sr=jst, r=fabian
2002-02-08 22:40:36 +00:00
morse%netscape.com fa64508953 bug 124065, add pref to ignore autocomplete, c=thieleke, r=morse, sr=alecf 2002-02-08 01:36:56 +00:00
colin%theblakes.com 4cafc1d01f Null plugin.soname.list for OpenVMS. b=112579. r=serge 2002-02-07 11:13:53 +00:00
sspitzer%netscape.com 887430b17f patch for #94641. the bug is still open, but this pref should be
defined as it was in 4.x (in all.js). rs=bienvenu
2002-02-06 03:45:51 +00:00
racham%netscape.com da581b52cf Fixing bugscape bug 9846. Adding default version number for html domain pre-population. r=ducarroz, sr=sspitzer 2002-02-05 09:06:26 +00:00
rods%netscape.com 1c90bef427 enable a margin like gap specification for printing on unix
make it settable via the joboptions dialog
Bug 102596 r=roland sr=kin
2002-02-01 15:31:15 +00:00
rods%netscape.com f2c2102329 This does the following:
1) Removes the EnumeratePrinterExtended from nsIPrintOptions and all impls of it
2) Sets the Windows platform to once again use the native print dialog
3) The nsDeviceContextSpecWin will detect at runtime whether to use the standard PRINTDLG or the new PRINTDLGEX (supported by XP and WIN2k), this new code is only compiled in when the ifdef MOZ_REQUIRE_CURRENT_SDK is defined.
4) It adds an extra Property Sheet to the new dialog for Frameset Printing options
5) Now creates a DEVMODE before the diaog is created, this is used for setting different options in the print dialog before it comes up.
122530 r=dcone sr=hyatt
2002-01-31 14:30:22 +00:00
mkaply%us.ibm.com 26fc794fb3 OS/2 only - update os2pref.js with better fonts 2002-01-30 22:05:32 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
shanjian%netscape.com 4a99272af2 #92817 Simp. Chinese character display as bold face in Page Source
r=nhotta, sr=brendan
2002-01-29 01:54:51 +00:00
leaf%mozilla.org f860bf8cdd update user agent string, bug 119973 2002-01-26 00:13:05 +00:00
naving%netscape.com 99f521ad6d 112927 r/sr=sspitzer. add customHeaders pref to mailnews.js and handle this default case to work 2002-01-25 22:13:28 +00:00
hyatt%netscape.com 2e21736090 Bug 120949, disable favicons for moz1.0, r=pav, sr=blake 2002-01-19 21:53:59 +00:00
akkana%netscape.com 7c5300c6ef 97157: fix typo 2002-01-16 09:27:57 +00:00
akkana%netscape.com 6893c34cad 97157: pref for new faster find code. r=jfrancis sr=kin 2002-01-16 07:07:49 +00:00
seawood%netscape.com e56e20b1dc Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
bstell%ix.netcom.com 513f49b74a bug 112490 - add "always use anti alias scaled bitmap font (AASB)"
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=blizzard@mozilla.org
2002-01-16 00:42:08 +00:00
rods%netscape.com 2bc896bbf6 This enables platforms to set a pref as to whether they allow print from print preview.
(I checked this in with the wrong value because I was testing it)
Bug 118623 r=roland sr=attinasi
2002-01-15 11:28:10 +00:00
mkaply%us.ibm.com 45e776844f #119798
r=mkaply, sr=blizzard
OS/2 only - defauly monospace font should be Courier
2002-01-14 21:22:37 +00:00
rods%netscape.com ca41a066b5 This enables platforms to set a pref as to whether they allow print from print preview.
Bug 118623 r=roland sr=attinasi
2002-01-12 12:58:46 +00:00
bnesse%netscape.com 4585e99647 Removing files obsoleted by alecf's checkin for bug 112708. 2002-01-11 20:13:27 +00:00
bnesse%netscape.com 4e859377fb Removing files obsoleted by the checkin for bug 89137. 2002-01-11 20:12:09 +00:00
bzbarsky%mit.edu a5f218050b Add video/x-mng to the Accept header. Patch by Peter Janes
<peterj@liberate.com>, bug 118979, r=bzbarsky, sr=darin
2002-01-11 00:19:57 +00:00
jfrancis%netscape.com bbad5feb5e finish landing 92331: plaintext mailquoting improvements. 2002-01-09 23:45:29 +00:00
glazman%netscape.com 68488c9353 CSS in Composer, step 1 ; b=77705, r=jfrancis, r=cmanske, sr=kin 2002-01-09 13:51:37 +00:00
bstell%ix.netcom.com b60242e669 bug 117877, font banning slowed startup by 2%
checking for Roland.Mainz@informatik.med.uni-giessen.de
r=bstell@ix.netcom.com, sr=brendan
2002-01-06 21:26:27 +00:00
dbaron%fas.harvard.edu 340dd51c8c Using PR_ALIGN_OF_POINTER instead of sizeof(void*) since the preprocessor can't do math on a sizeof expression. Still fixing the same bustage. 2002-01-05 16:40:21 +00:00
dbaron%fas.harvard.edu 5ef46c09b9 Fix bustage (really?) since NSPR defines ALIGN_OF_WORD to PR_ALIGN_OF_WORD even when PR_ALIGN_OF_WORD isn't defined. 2002-01-05 15:53:51 +00:00
dbaron%fas.harvard.edu 7ef7d56867 Fix typo in alecf's previous bustage fix. 2002-01-05 14:59:05 +00:00
alecf%netscape.com 526b9354ee fix non-Mac/Win/Unix platforms by defining my own alignment where it isn't already defined 2002-01-05 08:29:55 +00:00