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

872 Коммитов

Автор SHA1 Сообщение Дата
varada%netscape.com 24832ab15a removing pref for updating compose window title ;part of blake's patch in bug#89624;r=varada;sr=sspitzer 2001-08-04 00:04:46 +00:00
blizzard%redhat.com 09ce170e3f move version to 0.9.3+, no bug. r=dbaron, a=leaf 2001-08-03 19:03:57 +00:00
cmanske%netscape.com a3f1462c56 Set default pref for HR to 'center', b=90497, r=brade, sr=kin 2001-08-03 18:32:43 +00:00
dbaron%fas.harvard.edu 79ed099c99 Fix leak of default branch. b=93087 r=bnesse sr=waterson 2001-08-03 02:36:39 +00:00
dbaron%fas.harvard.edu ac69df2451 Fix leak of preferences JS context by making prefs hold a reference to the JS runtime service and using that reference to avoid "runtime mismatch, leaking context" under normal conditions. b=76288 r=shaver, bnesse sr=waterson 2001-08-03 02:35:32 +00:00
mitesh%netscape.com a62d6dce3f Fix for Bug 86688 and 92179
Memory clean up and added an interface
for nsAutoConfig object
r=bnesse and sr=sspitzer
2001-08-02 19:02:28 +00:00
jaggernaut%netscape.com e91f8a147e Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa 2001-07-25 07:54:28 +00:00
darin%netscape.com 170ad5575f Fixes bug 58037 "Accept-encoding: "identity" in not needed, "compress" should be depreciated"
patch=havill@redhat.com, r=bbaetz, sr=darin
2001-07-25 00:46:35 +00:00
bbaetz%cs.mcgill.ca 70f1b96cbd Checking in for smeredith@netscape.com
Bugs 65583, 78119: implement SOCKS 4.
Bug 92002: SOCKS on the Mac broken.
Bug 48357: SOCKS intermittent 'connection refused' errors.
r=bbaetz, sr=darin
2001-07-25 00:28:28 +00:00
pete%alphanumerica.com f020dcc1cd Fix for nsIFile delete conflicts with JS reserved name b=37406, r=dougt, sr=jst
Renamed all Delete methods to Remove.

--pete
2001-07-24 18:38:25 +00:00
matt%netscape.com 406e054d52 bug 89525 r=mcafee sr=ben adding new link for tabs directory 2001-07-24 00:37:16 +00:00
jaggernaut%netscape.com cb0faab070 Bug 73353: clean up the REQUIRES lines in Makefiles. 2001-07-23 22:36:12 +00:00
colin%theblakes.com 6aead77d69 Tweak some OpenVMS default prefs. b=91271. r/a=leaf 2001-07-20 11:30:55 +00:00
tor%cs.brown.edu 55183f176f Bug 90985 - add default size of scrollbar snap region.
Patch from bzbarsky@mit.edu, rs=tor.
2001-07-19 04:02:49 +00:00
mstoltz%netscape.com b7bc6c249c Bug 91043 - document.write(ln) should be same-origin to prevent inserting content
into a document from another host. r=jesse, sr=jband.
2001-07-19 03:16:51 +00:00
tor%cs.brown.edu 294c0e264c Bug 90985 - add pref to control scrollbar snap region size and disable
snapping behavior by default on unix.  r=dean_tessman, sr=blake
2001-07-18 23:19:42 +00:00
dbaron%fas.harvard.edu aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
akkana%netscape.com 98989d30a1 69638: Use <span> instead of <blockquote> for plaintext quotes, to fix caret motion problems. r=mcafee, sr=sfraser 2001-07-13 18:45:53 +00:00
bstell%netscape.com ce56d5b658 bug 89250, r=ftang, sr=blizzard
set minimum size of Japanese font to 16 points (sigh)
2001-07-10 23:33:49 +00:00
mstoltz%netscape.com e44da2e283 Checking in two fixes on behalf of jesse@netscape.com:
88153 - keep javascript URLs in Page Info dialog from running with system principal
        by making the iframe's source about:blank initially and sandboxing it
        with type=content. sr=blake, r=mstoltz.
88417 - Disallow setting of location.host and other location subparts cross-domain
        r=mstoltz, sr=jst.
2001-07-10 23:24:12 +00:00
ccarlen%netscape.com 8af49ed5dc Bug 89160 - Clearing user prefs can go into infinite loop. r=bnesse,valeski, sr=vidur 2001-07-06 14:07:37 +00:00
waterson%netscape.com ca982472b0 Bug 89343. Left-over build bustage from static branch landing; LIBRARY is no longer needed. 2001-07-05 22:05:19 +00:00
blakeross%telocity.com 94d610e17b Adding a default for browser.history.grouping (this was part of the history outliner patch, r=alecf sr=ben) 2001-07-05 18:03:45 +00:00
bnesse%netscape.com 84ea0cabe2 Fix for bug 88500. GetChildList should return prefs relative to the root branch. r=mscott, sr=alecf. 2001-07-05 17:51:27 +00:00
bstell%netscape.com 1964d95f58 bug 88955, r=yokyama, rs=bstell
change the default monospaced font size from 13 to 12
2001-07-03 16:28:42 +00:00
blakeross%telocity.com 2e3e123273 Focusing urlbar should select contents (37587). r=brade sr=ben 2001-07-03 01:06:36 +00:00
nhotta%netscape.com cc19c1e8d3 Moved "font.size." prefs from all.js to platform files and
changed macpfref.js for .ja default faces to "HeiseiMincho", "HeiseiKakuGothic", default sizes to 14.
bug 87871, r=ftang, sr=blizzard.
2001-07-02 22:24:09 +00:00
leaf%mozilla.org cb976acc61 merging zlib 1.1.3 from 0.9.2 branch to trunk, a=chofmann, bug 86323 2001-06-30 23:38:09 +00:00
jaggernaut%netscape.com 5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
bstell%netscape.com b4e6745c60 bug 87167, r=ftang@netscape.com, sr=blizzard@mozilla.org
adjust the thresholds where we decide to bitmap scale CJK fonts
2001-06-29 07:26:34 +00:00
racham%netscape.com fa20b5daf4 Fixing bug 6830. Setting default pref values for filing messages and creating folders on servers. r,sr=sspitzer 2001-06-29 07:05:35 +00:00
mscott%netscape.com 4e413cbce5 Bug #80866 --> new helper app dialog design. Add prefs for remembering the decision to show the
helper app dialog for a particular mime type. Make sure the progress dialog stays up by default.
r=hewitt
sr=sspitzer
2001-06-28 02:17:17 +00:00
darin%netscape.com f829862401 Fixes bug 85054 "Hard Drive grinds when disk cache set to zero."
patch=gordon, r=gagan, sr=darin
2001-06-28 01:30:26 +00:00
sgehani%netscape.com 2244e1eaad Add a dropdown to choose searchengine when in basic mode in
the search sidebar panel.

b  = 86483
r  = matt
sr = alecf
2001-06-28 01:27:35 +00:00
mkaply%us.ibm.com 295dee9138 #82632
r=timeless, sr=brendan
Avoid potential malloc of 0
2001-06-26 21:14:12 +00:00
jst%netscape.com b923e87265 Why was this checked in w/o review and super review? This setting is causing the JS console to be filled with insignificant warnings that do no other good than hiding real errors, taking out the pref since this is hindering development. If you have issues with this, feel free to contact me. 2001-06-26 05:56:30 +00:00
bstell%netscape.com 532afb4a32 bug 87055, r=dr@netscape.com, sr=blizzard@mozilla.org, a=tor@acm.org
adjust the threshold where X mozilla decides to use a wrong sized
(but good looking) bitmap font vs a right sized (but ugly) bitmap
scaled font
2001-06-24 02:19:33 +00:00
mitesh%netscape.com 163415fbaa Fixes for bug 70348 autoconfig feature
r=bnesse, sr=alecf and a=dbaron
2001-06-23 22:22:27 +00:00
racham%netscape.com 210dbfe932 Part of Fix to bug 87396. Set the global pref to point special folders prefs to server to true. r,sr=sspitzer a=chofmann 2001-06-23 21:12:23 +00:00
granrose%netscape.com d2d653d5ac backing out mitesh. 2001-06-22 18:30:49 +00:00
mitesh%netscape.com aaee252d00 Fixes for bug 70348 - autoconfig feature
r = bnesse, sr=alecf and a=dbaron
2001-06-22 17:46:30 +00:00
bstell%netscape.com 390771b3f9 bug 61439, r=blizzard, rs=aflec, a=chofmann
the X server forgets to set the Mode_switch bit during a keyboard grab
add a pref to allow the user to disable grab during autocomplete popup
2001-06-22 03:41:00 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org e487f4c768 Removing trailing slash and extra endif 2001-06-20 09:06:03 +00:00
cls%seawood.org 5793d85fc9 Add missing ifdef 2001-06-20 08:43:39 +00:00
rbs%maths.uq.edu.au 260750c92c create a debug-developer.js to catch strict javascript errors & warnings during development, and to avoid receiving bugs from gemal for the fixup 2001-06-20 07:44:17 +00:00
ccarlen%netscape.com 588dc07a67 Bug 86021 - enable multiple profiles in -turbo mode. r=racham/sr=alecf/a=chofmann 2001-06-20 06:49:22 +00:00
bstell%netscape.com 1c4093c691 bug 74889 Default Linux Chinese font seems too big
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add per-language font scaling controls
2001-06-20 02:19:23 +00:00
pollmann%netscape.com a0c9297d92 Bug 83065: Fix file corruption uploading to PHP driven sites by turning of Content-Transfer-Encoding header by default (can be enabled by a pref), and fix security hole by not sending full file path when uploading file. Some sites were also assuming that UN*X browsers would not send the full path (as Navigator 4.x did not) so this fixes them. Much of this patch was created by Adrian Havill, I merely split out portions form the work for bug 44464. r=havill@redhat.com/pollmann@netscape.com, sr=mscott@netscape.com, a=drivers@mozilla.org (asa) 2001-06-20 01:33:53 +00:00
darin%netscape.com 581258dcae Fixes bug 86762 "default cache validation frequency should be automatically"
r=gagan,bbaetz sr=waterson a=asa
2001-06-20 01:33:00 +00:00
dianesun%netscape.com 2e487bdf56 Fix for bugs 79554, 80194, 82805, 82984. r=bhuvan, sr=sspitzer, a=asa@mozilla.org 2001-06-20 00:23:35 +00:00
morse%netscape.com 3a5dee4898 bug 86181, all l10n to selectively hide panels in form manager dialog, r=vishy, sr=alecf, a=dbaron 2001-06-20 00:22:33 +00:00
bstell%netscape.com 0793323929 bug 33162 missing Japanese characters on Linux
r=ftang, sr=blizzard, a= asa@mozilla.org for checkin to the trunk.
add pref to control this new code
---------------------------------------
this is a 'better' redo of bug 4760:
re-enable special chars (eg: smart quotes) in double byte fonts
but put in a special transliterator so single byte docs do not
use the large special chars from double byte fonts
side benefit: the font lang group search code allows us to get most of
special chars from single byte fonts (eg: iso-8859-15)
2001-06-19 22:55:22 +00:00
dbaron%fas.harvard.edu 431a60134b Change default for using system colors as document colors to false, and change default document background color to white rather than light gray. b=69053 r=attinasi sr=ben a=roc 2001-06-19 22:43:10 +00:00
bnesse%netscape.com cbe38ef9a2 Fix for bug 86107. Preferences needs to implement nsISupportsWeakReference. r=mitesh, sr=alecf, a=asa. 2001-06-19 01:40:19 +00:00
mscott%netscape.com 87b08c474d Bug #84731 --> default smtp servers to never use ssl instead of try
sr=sspitzer
a=asa
2001-06-13 21:28:16 +00:00
gerv%gerv.net 252373a24b Fix misnamed referer pref. (Sadly, we can't correct the misspelling of "referrer" <sigh>.) Bug 83229. r=bbaetz, sr=darin, a=asa. 2001-06-11 21:49:30 +00:00
mitesh%netscape.com 8bec2f447d Bug 84559 - To disable the caching of autoconfig.jsc
r=bnesse, sr=alecf and a = blizzard
2001-06-11 20:22:29 +00:00
ducarroz%netscape.com ce9a689217 Fix for bug 28348. Turn on by default the send progress dialog. R=varada, SR=mscott, A=asa 2001-06-09 05:26:39 +00:00
dianesun%netscape.com fe022c3e81 Fix for bugs 79555(Download/Sync doesn't retain pref) 80127(Select dialog not modal). r=bhuvan, sr=sspitzer, a=dbaron 2001-06-08 21:17:43 +00:00
bnesse%netscape.com 64d4a2e2a2 Fix for bug 51507. Remove "Netscape" from warning dialog. r=timeless, sr=slecf,a=dbaron. 2001-06-08 20:45:07 +00:00
bnesse%netscape.com c59f26cf43 Fix for bug 77975. Don't skip the first line when processing user.js. r=chipc, sr=alecf, a=dbaron. 2001-06-08 20:36:58 +00:00
bnesse%netscape.com 5e09ecced8 Fix for bug 80108. Fix PREF_DeleteBranch so it doesn't append a "." if one is already there. r=chipc, sr=alecf, a=dbaron. 2001-06-08 20:35:01 +00:00
bnesse%netscape.com f35caf85e8 Added PrefHasUserPref functionality. r=bnesse, sr=alecf, a=asa. Checking in for Chip C. 2001-06-08 20:31:34 +00:00
srilatha%netscape.com b9748c74e9 Fix for bug# 79814. Removed preferences for netcenter,infospace and verisign directories.
r=hwaara,sr=spritzer,a=dbaron
2001-06-08 01:04:17 +00:00
mitesh%netscape.com 741b57e80f bug 81987
changing location of failover.jsc file
r=bneese, sr=alecf and a=blizzard
2001-06-06 23:40:13 +00:00
sgehani%netscape.com 8755054352 Ability to force always asking before opening a helper app.
b  = 84241
r  = vishy
sr = mscott
a  = asa
2001-06-06 08:17:39 +00:00
dougt%netscape.com e0c4831d10 Fixes bug 83401. r=gagan, darin, sr=vidur, a=blizzard. Add port blacklisting to necko 2001-06-06 00:10:09 +00:00
leaf%mozilla.org 56755a9ae9 update user agent and mac version, r=jj, a=asa bug 83999 2001-06-05 23:05:32 +00:00
gerv%gerv.net 3babcec0f3 Bug 81094 - re-introduce the ability to set the DPI value to "Ask X server"; i18n fixes, general clean-up and also make the Fonts prefs panel slightly more clear by adding a separator. r=mcafee, sr=alecf, a=blizzard. 2001-06-05 21:38:24 +00:00
valeski%netscape.com 5892765fc6 r=chak, sr=vidur, a=tor. 82000. removing unused arg from nsICategoryManager. 2001-06-05 21:25:57 +00:00
bstell%netscape.com ad36b468db bug 61439: workaround X server bug so non-US users can enter email addresses
when autocomplete popup is up
r=pavlov@netscape.com, sr=blizzard@mozilla.org, a=asa@mozilla.org
pref allow user to control the Mode_switch workaround, current enabled
Use to disabled the workaround when the X server is finally fixed.
2001-06-05 06:01:17 +00:00
gerv%gerv.net c7a441f0fe New Accept: header. Reviewed by n.p.m.netlib, r=bbaetz, sr=darin, a=asa. Bug 83458. 2001-06-03 07:42:53 +00:00
joki%netscape.com 53e2fab38c Part of fix for 55020, add a pref to determine if accesskey causes focus or focus/activation. sr:jst, r:pollmann 2001-05-23 06:35:32 +00:00
gordon%netscape.com ee65d9988a For bug 80890. Changing default cache sizes to 50,000 k for disk, and 4096 k for memory, as per discussion with PDT. sr=hyatt. 2001-05-23 01:12:55 +00:00
dianesun%netscape.com 86d6c5929d Back up checkin for 79555 and 80127 2001-05-23 00:50:58 +00:00
mstoltz%netscape.com b1f46023b9 Reinstating the partial fix for bug 66938, the wiretap exploit, which was blown away by the XPCDOM landing. These capability prefs should prevent scripts in mail messages from reading any plaintext content in the message. r=jst,pollman, sr=mscott. 2001-05-23 00:40:49 +00:00
dianesun%netscape.com c08d05ce60 Bug fixes for 79555(Download/Sync not retain pref), 80127(Select Dialog not modal). r=bhuvan, sr=sspitzer 2001-05-22 21:23:04 +00:00
gerv%gerv.net 3168baae75 Refactor translation backend to support multiple translation providers. Bug 77207. r=timeless, sr=alecf. 2001-05-19 15:47:26 +00:00
jst%netscape.com 77aeecc056 scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
racham%netscape.com 0e55d49175 Fixing bug 76388. Adding a default pref which will be used by incoming servers to check if the offline support level is already set. r=bienvenu, sr=sspitzer 2001-05-19 01:39:03 +00:00
bnesse%netscape.com b952418438 Removed 2k limit on user preference strings by using dynamic allocation instead of buffer based allocation. Bug 69744. r=dveditz, sr=alecf 2001-05-18 21:46:35 +00:00
bnesse%netscape.com 0c13062832 Added sanity check to insure that a valid JSRuntime was found before passing it to JS_NewContext. Bug 73491. r=mcafee,timeless. sr=alefc. 2001-05-17 22:17:03 +00:00
srilatha%netscape.com 121ba66dd9 Modified the Addressing pref panel to fit in the pref window. bug# 80304.
r=mohanb, sr=sspitzer
2001-05-17 00:43:32 +00:00
sfraser%netscape.com 7d56e2fab9 Checking in for Gerv. Fix for bug 58040; fix Accept headers to do something useful. r=bbaetz, sr=darin 2001-05-17 00:17:34 +00:00
mkaply%us.ibm.com 4b0b85390a #79954
r=mkaply, a=blizzard
Add middlemouse.paste pref for OS/2
2001-05-16 14:21:18 +00:00
mstoltz%netscape.com 4460f27ed5 *** empty log message *** 2001-05-15 04:44:56 +00:00
bstell%netscape.com a695a4b308 bug 47836, r=ftang, rs=bstell (see Brendan's comments in bug 77300)
change minimum Korean font size from 16 to 10 pixels
2001-05-12 03:43:19 +00:00
darin%netscape.com b26d5adb54 Http branch landing: changes to other files (bug 76866) r=gagan,sr=dougt,a=chofmann 2001-05-11 21:05:08 +00:00
mstoltz%netscape.com 59c995612e Fixes for bugs 79796, 77203, and 54060. r=jband@netscape.com,
sr=brendan@mozilla.org
2001-05-11 00:43:27 +00:00
jst%netscape.com 35447f5647 Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 18:02:50 +00:00
racham%netscape.com b22d243c41 Fix to bug 77967. Needed conversion from UTF8 to UCS2 instead from ASCII while reading the pref. Patch by bnesse. r=naoki sr=sspitzer. 2001-05-07 07:51:24 +00:00
dbaron%fas.harvard.edu 18d477a03a Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding timer, necko, embedcomponents, and profile to REQUIRES. 2001-05-05 12:44:26 +00:00
bnesse%netscape.com 5de2572d81 Checking in for Mitesh. Bug 70348 Add autoconfig support. r=bnesse, sr=alecf 2001-05-04 20:46:41 +00:00
mitesh%netscape.com 1e1ffa36cf Checking in Bug 70348
Adding AutoConfig Feature
r=bnesse and sr=alecf
2001-05-04 20:45:20 +00:00
dianesun%netscape.com 5e553e31ab Feature Dev for IMAP Offline UI bugs: 66914:Select Folders Dialog; 66917: Account Manager Panel; 71125:File Menu; 71126:Offline/Online Icon; 71127:Preference Panel; 71316:Online/Offline button broke Nav menu's/links. R:bhuvan, SR:sspitzer 2001-05-04 00:47:53 +00:00
srilatha%netscape.com 22437b8ee1 LDAP UI implementation.
Bug# 31881. r=chuang, bhuvan.
sr=sspitzer
2001-05-03 21:24:48 +00:00
blizzard%redhat.com 94160ddd28 Bug #77185. Bump the version number to 0.9+ for the tip. r/a=leaf. 2001-05-03 03:28:12 +00:00
mitesh%netscape.com 42dddd7c62 Checking in for chipc@netscape.com
Bug 5132 - cfg implementation
r=bnesse and sr=alecf
2001-05-02 23:00:22 +00:00
bnesse%netscape.com c1849239c6 Fix for bug 77975, user.js support broken. r=srilatha, sr=alecf. 2001-05-02 01:37:33 +00:00