Commit Graph

1555 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
133d0bb457 Bug 364297: Change default homepage, selected search engine, keyword URL, and feed readers to Google for Firefox 2.0.0.x CJKT builds, without affecting existing users. This involves adding a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading. r=mconnor, sr=bsmedberg, a=jay
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@219481 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-05 01:38:32 +00:00
scott%scott-macgregor.org
bc30b78303 Bug #240262 --> marquee tag functions only in default mode in thunderbird.
lift the getAttribute restriction for HTMLDivelements for mailnews.

Patch by Martijn Wargers
sr=mscott
a=jay


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@217797 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-05 01:04:33 +00:00
mozilla.mano%sent.com
a651247113 Bug 362709 - Typo in fonts prefs. patch from smontagu, r=me, a=dveditz.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@216430 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-04 18:50:15 +00:00
mconnor%steelgryphon.com
3620347c8b bug 341524 - Make webapps session storage follow the cookie prefs, patch by Neil Deakin (enndeakin@sympatico.ca), r=jst, sr=dveditz, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207913 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-19 05:56:14 +00:00
martijn.martijn%gmail.com
9493fd5ba6 Bug 345072 - pop-up window closes if using ssl ( opener.top.location.reload() should not be reachable from other domain), r=jst, sr=bzbarsky, a=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207624 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-16 19:42:34 +00:00
mrbkap%gmail.com
0b081ad442 Landing the patch for bug 343168, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207065 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-10 18:48:29 +00:00
sergei_d%fi.tartu.ee
0f96ac03f2 [BeOS]Bug 335076, landing to FF 1.8.1 branch, p=sergei_d, r=thesuckiestmail, a=beltzner, BeOS-only change
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@207064 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-10 18:25:52 +00:00
gerv%gerv.net
421a0b3ce4 Bug 347321 - add .biz to IDN TLD whitelist. Patch by gerv; a=dbaron.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206751 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-07 20:49:47 +00:00
brettw%gmail.com
52a3ead055 Bug 347286 r=mscott sr=bryner a=schrep Increase max number of misspelled words now that it is fast enough
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@206602 18797224-902f-48f8-a5cc-f745e15eee43
2006-08-04 18:23:50 +00:00
jst%mozilla.jstenback.com
67fb3fead6 Fixing bug 335058. Increase the default for the time we wait (from 5 to 10 seconds) before alerting the user about a possibly infinitely looping script, and give chrome an independent limit (20 seconds). r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=dbaron@mozilla.com
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205105 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-28 23:32:13 +00:00
mozilla.mano%sent.com
bd63d7c74a Bug 343587 - make mousedown-to-scroll faster (changing scrolling delay from 200 to 150), r=beltzner, a=schrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@205009 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-27 23:55:37 +00:00
gavin%gavinsharp.com
aae5d17b77 Bug 340902: Split ui.key.generalAccessKey into prefs for content and chrome, patch by Simon Bünzli <zeniko@gmail.com>, r=mats.palmgren, sr=roc, a=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@203357 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-21 12:44:39 +00:00
jwalden%mit.edu
5d4fc0c42f Bug 343800 - SetBoolPref can store ints in memory. Patch by Michael Wu <michael.wu@mozilla.com>, r+sr=darin, a=schrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@202104 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-14 00:58:20 +00:00
mozilla.mano%sent.com
1524572837 Various scrollbox and tabbrowser bug fixes and improvements. Including: bug 342890 - make tab minWidth 125px and heed the browser.tabs.tabMinWidth hidden pref. bug 342906 - Tab Overflow Scroll: Clicking and holding the button should scroll continuously. bug 343019 and bug 343370 - Tab scrolling does not handle window resize and underflow well. bug 342841 - Scrolling arrow should look disabled when you can't scroll in its direction. bug 343097 - Cleaner arrowscrollbox-clicktoscroll binding (this also partly fixes bug 342909 - Scroll buttons do not have button-like appearance, look like static icons and offer no feedback). Work by Seth Spitzer and me; reviews by me, sspitzer and mconnor. a=mconnor, mtschrep. The complete branch patch is on bug 318168.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201576 18797224-902f-48f8-a5cc-f745e15eee43
2006-07-05 19:19:04 +00:00
sspitzer%mozilla.org
3f433347bf fix for bug #318168: tab browsing improvements such as:
1) when we have "too many" tabs in a window, allow the user to scroll through
the tabs.

2) add events for when adding and removing tabs

initial patch by mconnor. final patch r=mconnor

and includes the supplimental fixes for:

fix for bug #342364: set the clicktoscroll attribute on the pinstripe
specific binding for tabbrowser. Otherwise, the tabs will scroll on mouseover.

fix for bug #343054: js errors when changing certain browser.tabs.* prefs

r=mconnor,ben a=mconnor,schrep


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201207 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 05:49:32 +00:00
darin%meer.net
7380e80e39 landing patch for bug 243277 again.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201060 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 03:30:39 +00:00
darin%meer.net
50f80a3bbc reverting last patch in the hope of fixing tinderbox orange
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201048 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-28 01:36:50 +00:00
darin%meer.net
6a392abe42 fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr+a=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@201037 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-27 22:51:03 +00:00
mark%moxienet.com
1186414592 342081 Default finding to case-insensitive. r=ben sr=ben a/1.8.1=darin
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200380 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-20 00:38:17 +00:00
mrbkap%gmail.com
2b3fcb93f9 Replace Match Case checkbox on findbar with automatic case-sensitivity detection. bug 340849, patch by Peter Kasting <pkasting@google.com>, r+a181=mconnor ui-r=beltzner
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200091 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-16 02:08:20 +00:00
bzbarsky%mit.edu
26c545a2f5 Add a pref to force the XUL filepicker. Bug 333653, r+sr+branch181=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199781 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-13 03:59:46 +00:00
joe%retrovirus.com
c79d5fb3cf Adds a pref to disable dated bookmark backup.
(Checked in on behalf of logan.)

bug=307135
r/branch=mconnor


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199729 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-12 18:27:56 +00:00
sspitzer%mozilla.org
aa99aedaa8 fix for bug #333734. protect (warn) against opening too many tabs at once.
r/a=ben, UI and strings r=beltzner


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199560 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 00:05:22 +00:00
bzbarsky%mit.edu
8fa0dbb64a Selection listeners and extra privileges go hand in hand. Bug 336830,
r=dveditz, sr=shaver, branch181=dveditz, a=schrep for checkin during tree
closure, since "this doesn't affect performance"


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196168 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-08 20:43:16 +00:00
gerv%gerv.net
cbfd3be7d3 Bug 331099: Add .cat to IDN whitelist. Patch by gerv; a=darin.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@195638 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-28 10:55:29 +00:00
mozilla.mano%sent.com
7e50b3a53e Bug 301758 - disable click-and-hold contextual menus access by default, leaving it on in Seamonkey. r+b181=mconnor. sr=neil.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@194294 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 06:59:07 +00:00
mozilla.mano%sent.com
ca20e8ea9c Bug 107433 - Make it possible to turn off click-and-hold contextual menu access. r=pedemonte, sr=neil, b181=bzbarsky.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193986 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-10 10:36:16 +00:00
gavin%gavinsharp.com
c03a2ae27f Bug 193923: disable fart sound by default, r+a181=mconnor, sr=jag
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193910 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 02:37:04 +00:00
gerv%gerv.net
689b3de0e7 Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@193305 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-31 07:56:54 +00:00
timeless%mozdev.org
bc090e2e6d Bug 299417 Left/right arrow keys in textarea/text input behave incorrectly when text is selected.
patch by mats.palmgren@bredband.net r=roc sr=roc a=glazou,roc


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191465 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-01 07:06:16 +00:00
dbaron%dbaron.org
8cfdf390d3 Rename browser.display.screen_resolution pref, for which we used to have user interface, to layout.css.dpi, so old settings no longer take effect. b=327406 r+sr=roc a=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191395 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:55:53 +00:00
dbaron%dbaron.org
30896886c4 Make DPI preference behave the same on OS/2 as on Unixes. r=mkaply sr=roc a=roc b=323964
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191389 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:19:33 +00:00
dbaron%dbaron.org
875df5327d Fix regression of default DPI preference. b=233082 r+sr=roc a=bsmedberg
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191387 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-28 14:16:05 +00:00
scott%scott-macgregor.org
9db4680f60 Bug #324521 --> poor inline spell checking performance on large text documents. When adding or ignoring a word, just spell check the existing spell selection instead of the entire document since those are the only words that would possibly be effected. Limit the size of the spell check selection to the first 250 mistyped words.
sr=bienvenu


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191345 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-27 22:46:57 +00:00
dbaron%dbaron.org
b649a1840a Add pref for CSS error reporting and mark as warnings rather than errors. b=264162 r=shaver sr=bzbarsky branch-1.8.1=bzbarsky
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189534 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-09 23:49:11 +00:00
gerv%gerv.net
384705a619 Bug 236613: change to MPL/LGPL/GPL tri-license. r=caillon.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188847 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:44:54 +00:00
gerv%gerv.net
d843bf0f26 Bug 236613: change to MPL/LGPL/GPL tri-license. a=caillon.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188846 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 14:41:27 +00:00
bzbarsky%mit.edu
98fd1bc6e3 Tighten up some stuff. Bug 325297, r+sr=jst, branch181=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188624 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 22:56:04 +00:00
gavin%gavinsharp.com
dd8caebc61 Bug 322996: Enable IDN for .is domain, r=Gerv, a=mtschrep
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187302 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-11 02:58:26 +00:00
bzbarsky%mit.edu
c27b05484e Expose nsIInterfaceRequestor in the classinfo for XMLHttpRequest. Bug 317448, r+sr=jst, r=brendan, a=dveditz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@187198 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-09 21:37:41 +00:00
mkaply%us.ibm.com
1169f3b804 #300302
r/sr=mkaply, a=mtschrep
Patch from Peter Weilbacher - disableIPv6 on OS/2 since we don't have it


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@184145 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-04 15:23:03 +00:00
scott%scott-macgregor.org
e04f2cab38 Bug #313490 --> Enable IDN for .org
patch by gerv
a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@183323 18797224-902f-48f8-a5cc-f745e15eee43
2005-11-01 06:59:21 +00:00
darin%meer.net
c586e35a76 fixes bug 309311 "Add yet more characters to the IDN blacklist" patch by Neil Harris (usenet@tonal.clara.co.uk), r=gerv, sr=dveditz, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@182729 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-21 19:08:40 +00:00
darin%meer.net
67b19724f9 fixes bug 284474 "Converting to UTF-8 a url with an unescaped non-ASCII chars in the query part leads to an incompaitbilty with most server-side programs" r=jshin sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181963 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-11 01:42:44 +00:00
mark%moxienet.com
153b499868 Bug 293503, back/forward behavior is reversed when scrolling horizontally with alt/option. Fix mousewheel binding. Includes Camino pref fixage. r=mano sr=roc a/1.8=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181949 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-11 00:17:40 +00:00
jshin%mailaps.org
98ecffb004 bug 222919 : change default font for zh-HK on OS X (r=me, pikerton, sr=sfraser,
a=asa) patch by Smonkey Ardisson (alqahira%mindspring.com)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181404 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 07:39:48 +00:00
dveditz%cruzio.com
7ac8dbbba8 Support \u and \x escapes in pref files (bug 307438). r=cbiesinger, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181402 18797224-902f-48f8-a5cc-f745e15eee43
2005-10-01 05:44:04 +00:00
mozilla.mano%sent.com
a05e0d7912 Bug 309227 - Support for wheel+metakey prefs. r=mento, sr=neil, a=mtschrep.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@181011 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-27 00:04:13 +00:00
bryner%brianryner.com
38a7559ad9 Add a global limit to the number of cached content viewers that scales with the amount of physical memory. Patch by Marria Nazif <marria@gmail.com>. Bug 292965, r=biesi, sr=me, a=asa.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180945 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-26 03:28:10 +00:00
scott%scott-macgregor.org
a82373b74b Bug #309228 --> Default prefs in mailnews have a typo
r=jesse
a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180894 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-23 21:01:14 +00:00