Commit Graph

689 Commits

Author SHA1 Message Date
Josh Aas
54d8736551 Back out patch for 596762, running the test plugin out-of-process on 64-bit Mac OS X is exposing a bug that causes a lot of intermittent orange. a=josh 2010-09-24 15:08:30 -04:00
Scott Greenlay
9ab1f355f5 Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7 2010-09-24 10:32:02 -04:00
Robert Strong
163feb77f0 Main patch - Bug 596813 - Check for updates inside the About window without opening a new window. r=dtownsend, ui-r=beltzner, a=blocking2.0-beta7 2010-09-23 21:02:08 -07:00
Josh Aas
a2b531c127 Backed out changeset 401db5db054a, bug 596762. Too much orange, again. a=josh 2010-09-23 16:06:13 -04:00
Scott Greenlay
4d41c8ea82 Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7 2010-09-23 13:21:55 -04:00
Dietrich Ayala
a4849f97a5 Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7) 2010-09-16 13:09:27 +07:00
Patrick Walton
47dca4530b Bug 596173 - Add a "Character Encoding" menu to the Firefox button if a hidden pref is turned on [r=gavin, ui-r=faaborg, a=blocking]
--HG--
rename : browser/base/content/test/tabview/browser_tabview_search.js => browser/base/content/test/tabview/browser_tabview_multiwindow_search.js
extra : rebase_source : c133155c88699a13686974fdf54b2a18f46ab6f4
2010-09-21 14:56:52 -07:00
Robert Strong
740638ed1a Bug 597247 - Implement alive ping counter for blocklist to strengthen user privacy. r-dtwonsend, a=approval2.0 2010-09-20 21:41:19 -07:00
Josh Aas
4c5979b1bf Backed out changeset c06ef0414fee, bug 596762. a=me 2010-09-20 22:13:13 -04:00
Scott Greenlay
c18a02206e Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7 2010-09-20 20:21:55 -04:00
Paul O’Shannessy
f1e29f9564 Bug 586068 - Cascade page loads when restoring [r=dietrich, a=blocking] 2010-09-17 15:02:28 -07:00
Josh Aas
d16bd1cc51 Backed out changeset 080a38bd09c5, bug 596762, a=bustage 2010-09-16 15:40:49 -07:00
Scott Greenlay
f1225a7550 Bug 596762: Allow specification of differing IPC preferences for each architecture in a universal binary. r=josh a=blocking-b7 2010-09-16 14:05:11 -07:00
Dietrich Ayala
6cfe2c2030 Backout of bug 574688 due to test failure, a=backout. 2010-09-16 15:40:32 +07:00
Dietrich Ayala
a2df4c31c5 Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7) 2010-09-16 13:09:27 +07:00
Robert Strong
30bb152a88 Bug 614181 - Remove app.update.timer preference and add app.update.timerMinimumDelay preference. r=dao 2011-04-26 14:36:30 -07:00
Robert Strong
3233b7968e Bug 595455 - After several background update check failures notify the user that they should check if there is a new version available. r=dtownsend, a=blocking2.0-beta7 2010-09-14 18:49:10 -07:00
Blair McBride
4c15e35540 Bug 586574 - Provide way to set a default for automatic updates. r=dtownsend, a=blocking-beta6 2010-09-13 23:56:54 -07:00
L. David Baron
5859a14a99 Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
2010-09-11 09:27:12 -07:00
L. David Baron
7476de1256 Change blur radii in themes and in some tests to match change in how we interpret text-shadow and -moz-box-shadow blur radii. (Bug 590039) r=dao a2.0=blocking2.0:beta6 2010-09-11 09:27:12 -07:00
Robert Strong
6fcf03cb00 Bug 586213 - Update app update url and certificate preferences after the additional host name with a new certificate is added for aus. r=dtownsend, a=blocking2.0-betaN 2010-09-10 21:40:18 -04:00
Paul O’Shannessy
f83d4e45c1 Bug 588482 - Restore Session on-demand at startup [r=dao, r=dietrich, a=blocking-b6+] 2010-09-10 10:57:28 -07:00
Rob Campbell
e2ae3b5174 Bug 593538 - Hide the Error Console behind a preference, r=gavin, a=blocking2.0 2010-09-09 19:00:53 -03:00
Rob Campbell
01c922a5a3 Backed out changeset 743e2ea36e51, botched commit message, a=developers 2010-09-09 18:59:24 -03:00
Rob Campbell
5158da74a2 Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Rob Campbell
12966c5056 Bug 593536 - Hide the Inspector behind a pref, r=gavin, a=blocking2.0 2010-09-09 18:52:43 -03:00
Johnathan Nightingale
6abf71deae Bug 591481 - Bump maxVersion of Feedback for beta6. Bumping compat to 4.0.* - r=dtownsend, a=blocking2.0-beta6 2010-09-09 12:19:50 -07:00
Zack Weinberg ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
e4c76eccb0 Bug 451134 (1/2): switch to the official border-radius property names: purely mechanical changes. r=dbaron a2.0=blocking2.0:beta6
This was generated with the command:

LC_ALL=C grep -irlEZe '[-_]moz[-_]border[-_]radius([-_](top|bottom)(right|left))?' * | xargs -0 perl -pi -e \
    's/-moz-border-radius-(top|bottom)(left|right)/border-${1}-${2}-radius/gi;
     s/_moz_border_radius_(top|bottom)Right/border_${1}_right_radius/g;
     s/_moz_border_radius_(top|bottom)Left/border_${1}_left_radius/g;
     s/-moz-border-radius/border-radius/gi;
     s/_moz_border_radius/border_radius/g;'
2010-09-09 08:21:47 -07:00
Dão Gottwald
46e8cdc17a Backed out changeset bd19f9a62a34 2010-09-09 15:32:34 +02:00
Tyler Downer
3f4e7f2981 Bug 590022 - Enable smooth scrolling by default on Windows. r=gavin a=blocking 2010-09-09 13:46:39 +02:00
Kyle Huey
aec23b90fe Backed out changeset 1633907c75b7 2010-09-08 07:39:35 -04:00
Dão Gottwald
f25a5f88b0 Bug 587901 - Remove favicon from Location Bar and add indicator for sites without identity information. r+a=dolske 2010-09-08 09:47:49 +02:00
Blair McBride
b6b7d4f7a9 Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta6 2010-08-28 14:45:11 +12:00
Robert Strong
dc84ef605a Patch 1 (main patch) - Bug 583408 - Notify user when the certificate attribute check fails. r=dtownsend, a=blocking2.0-beta6 2010-09-01 16:27:07 -07:00
L. David Baron
f51578d775 Fix uses of percentage border-radius in themes for new definition of percent. (Bug 471643) r=Mossop a2.0=blocking+ 2010-08-31 16:46:41 -04:00
Blair McBride
bd83ae935b Backed out changeset 6fe388a0fb5e (Bug 581076) due to test failures. a=bustage
--HG--
extra : rebase_source : f726613cbce0938d25fd58a9547a5a25d15c1433
2010-08-30 17:35:21 +12:00
Blair McBride
c46068002a Bug 581076 - No "See all results" link present when searching for add-ons and not all are displayed (extensions.getAddons.maxResults). r=dtownsend, a=blocking-beta5 2010-08-28 14:45:11 +12:00
Dave Townsend
8a382138f2 Bug 588476: Bump maxVersion of Feedback for beta5. r=dolske, a=blocking-beta5
--HG--
extra : rebase_source : 23698c10d865bb037e9f00d74ec9b89e99fb0b95
2010-08-27 14:59:10 -07:00
Jono X
fd79a08030 Bug 581611: Restart FX will automatically recheck "notify me when a new study comes". r+a=dtownsend
--HG--
extra : rebase_source : d085de61306c18fd9490c44b89d277bb1edef02f
2010-08-27 15:33:33 -07:00
Jono X
cdd703cdba Bug 591436: Element #nav-bar sometimes not present on Test Pilot startup. r+a=dtownsend
--HG--
extra : rebase_source : 6a09b05353cf059345924e02fbb819a3faf47cd6
2010-08-27 15:31:51 -07:00
Dão Gottwald
ff02b582e2 Bug 581008 - Remove support for appending arbitrary data to the User Agent string. r=jst,khuey sr=dveditz 2010-08-27 09:02:10 +02:00
Ben Parr
cccc978cbe Bug 586591: Expose AMO data to installed add-ons. r=dtownsend, a=blocking-beta5 2010-08-23 18:04:06 -07:00
Ben Parr
30dd06a312 Bug 551274: Update nsAddonRepository for API version 1.5. r=drownsend, a=blocking-beta5 2010-08-26 10:44:14 -07:00
Jim Mathies ext:(%2C%20Rob%20Arnold%20%3Crobarnold%40cs.cmu.edu%3E)
69070bf96e Bug 559613 - Reuse the rendering context for tab previews and drop the cache time to 5 seconds. r=robarnold,jimm sr=vlad
a=blocking2.0
2010-08-19 08:22:46 -07:00
Dave Townsend
46568772f9 Bug 588475: Bump Feedback maxVersion for beta4. r=gavin, a=b4blocker
--HG--
extra : transplant_source : %9DdH%B6%A6w%05%EE%81%086%C2y%DB%29l%88%07%80j
2010-08-18 10:49:48 -07:00
Gavin Sharp
1e8003d5c8 Bug 587719: look for special application/x-moz-keyword-url URL type for keyword searches, to allow keyword-search-specific URLs, r=jrmuizel/Pike, a=beltzner
--HG--
extra : rebase_source : 615d18f0086f2d2caf026ce6a48d69b0b89c7a8d
2010-08-16 13:47:39 -04:00
Jono S Xia
443698d755 Bug 567308: Test Pilot needs to clean up after itself; delete old prefs and data. r+a=dtownsend 2010-08-15 09:13:43 -07:00
Andres Hernandez
55ed44fd18 Bug 578754 - TP notification window is not readable; r+a=dtownsend 2010-08-13 16:35:55 -07:00
Andres Hernandez
74de3604e2 Bug 579707 - Hard-coded strings need to be replaced with entities; r+a=dtownsend 2010-08-13 12:07:36 -07:00
Andres Hernandez
6fb10de75f Bug 578873 - Feedback item disappears in menu when the TP panel is open; r=dtownsend approval2.0=dtownsend 2010-08-11 10:11:37 -07:00
Jono S Xia
9efbcd7177 Bug 580486 - Allow getting back to a web survey in-case it wasn't submitted; r=dtownsend approval2.0=dtownsend 2010-08-11 10:09:58 -07:00
Andres Hernandez
94a9d6d3e9 Bug 579906 - Feedback button does not play well with personas; r=dtownsend approval2.0=dtownsend 2010-08-11 10:08:57 -07:00
Dão Gottwald
1c5b4b905e Bug 380960 - Implement closing tabs animation. r=fyan,gavin
--HG--
extra : rebase_source : c0d4192450a1017be7c8907a0cba6c9afab1028e
2010-08-06 22:15:18 +02:00
Jono S Xia
47af47cb34 Bug 583804: Change Feedback image URLs. r+a=dtownsend 2010-08-02 17:46:33 -07:00
Paul O’Shannessy
cdbd3a305e Bug 571897 (Sync UI) - Part 2: prefs [r=dolske] 2010-08-02 16:37:55 -07:00
Robert Strong
798841f3e0 App update patch for Bug 544442 - Add support for signed AUS update snippets. r=dtownsend, a=blocking2.0-Beta3 2010-08-01 19:02:21 -07:00
Dave Townsend
54bdeb1e35 Update version and maxVersion of feedback, no bug, a=me. 2010-07-29 10:33:09 -07:00
Jono S Xia
bc5ba69281 Bug 570581: No studies get loaded if index file not reachable on Firefox startup. r+a=dtownsend 2010-07-29 10:31:23 -07:00
Jono S Xia
3089816159 Bug 576321: Add "You missed this study" icon to legacy studies user didn't participate in. r+a=dtownsend 2010-07-29 11:56:30 -07:00
Jono S Xia
0418de798b Bug 580856 - Race condition in Test Pilot experiment details page. r+a=dtownsend 2010-07-26 14:34:18 -07:00
Jono S Xia
3e20175424 Bug 580422 - Test Pilot Raw Data log randomly resets. r+a=dtownsend 2010-07-26 14:34:00 -07:00
Benjamin Smedberg
57e4aa6a3c Bug 580227: Upgrade Test Pilot for the new component registration changes. r=dtownsend landing on a CLOSED TREE 2010-07-20 10:42:17 -07:00
Jono S Xia
d5f358c5b0 Bug 568367: Allow downloading a different survey based on the user's locale. r=dtownsend 2010-07-19 18:38:26 -07:00
Jono S Xia
df1b26400f Bug 562552: Set test pilot window size dynamically based on the available screen size. r=dtownsend 2010-07-19 18:14:52 -07:00
Jono S Xia
2821c60eb0 Bug 579688: Notification about study about to start should say "about to start", not "is starting". r=dtownsend 2010-07-19 15:47:12 -07:00
Jono S Xia
d638328fd1 Bug 578830: Fix specifying minFXVersion in a Test Pilot study. r=dtownsend 2010-07-19 15:48:41 -07:00
Jono S Xia
a03c9d9f78 Bug 565470 - Implement new submission specification for Test Pilot 1.0 add-on; r=dtownsend 2010-07-19 15:48:29 -07:00
Ben Parr
9b870877ea Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend 2010-07-19 16:01:23 -07:00
Jono S Xia
fd40f90d4a Bug 575080: l10n review of test pilot/feedback. r=pike 2010-07-13 10:00:10 -07:00
Dão Gottwald
05212023f2 Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS. r=mano 2010-07-05 11:40:54 +02:00
Dave Townsend
37e6aadfad Bug 574970: Import the skinnable property from install.rdf to the database and expose it through the API. r=robstrong 2010-07-02 07:48:26 -07:00
Jono S Xia
83a9d7cc56 Bug 575767: Stop Feedback from collection data until the user has been notified. r=dtownsend
--HG--
extra : transplant_source : e%C3%0EN%E61%15%84%08%97%0E%91%FD%14%B3%92J%B1%84%97
2010-06-30 10:54:21 -07:00
Jono S Xia
b276daaae9 Bug 575597: Stop Feedback notifications from appearing early and make sure the toolbar button is immediately visible. r=dtownsend
--HG--
extra : transplant_source : i%B7%1A%C3%27%81O%F9j%D8%DD%AF%BDd%ED%EFT%BB%C2%81
2010-06-29 16:06:40 -07:00
Jono S Xia
3b0593510b Update Feedback image urls, no bug. r=dtownsend 2010-06-25 11:14:11 -07:00
Dave Townsend
a260c7b5f2 Remove fonts from Feedback extension and shrink image files. r=beltzner 2010-06-24 17:53:53 -07:00
Dave Townsend
b3dcc85c79 Bug 573079: Package Beta Feedback extension in beta release builds. r=ted, r=beltzner 2010-06-24 16:36:31 -07:00
Dave Townsend
bbeecd60ba Bug 573079: Import the Beta Feedback extension into the tree. r=beltzner 2010-06-24 16:36:15 -07:00
Dan Witte
6758ee6265 Bug 565475 - Allow 3rd party cookies for session only. r=sdwilsh
--HG--
rename : extensions/cookie/test/unit/test_cookies.js => extensions/cookie/test/unit/test_cookies_thirdparty.js
2010-05-27 14:38:43 -07:00
Jim Mathies
b6e7d2bb68 Bug 522481 - Add a pref for win7 jump list content refresh time. r=dao. 2010-05-27 11:03:10 -05:00
Saint Wesonga
32e9aa4b10 Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev 2010-05-24 11:38:31 +02:00
Josh Aas
ed50cb5b07 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-14 13:08:12 -04:00
Josh Aas
9213b9561a Backed out changeset 558df3e5b094 due to talos master issue. 2010-05-13 15:56:19 -04:00
Josh Aas
eb08772da3 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-13 14:54:26 -04:00
Phil Ringnalda
fa9669c2e2 Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber 2010-05-10 21:38:56 -07:00
Josh Aas
a987bef855 Remove default plugins. b=533891 r=dolske sr=jst 2010-05-10 20:21:31 -04:00
Dave Townsend
e42a81eade Bug 560738: Change discovery pane url. r=robstrong 2010-05-10 12:11:39 -07:00
Blair McBride
374c11eeea Bug 554007: New add-ons manager UI (preferences). r=sdwilsh, r=dtownsend 2010-04-29 10:17:19 -07:00
Dave Townsend
e225f4a276 Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Zack Weinberg
68bfa28939 Bug 562318, bustage fix: make firefox.js identical again for OSX 10.5 PPC and x86. 2010-05-01 15:39:53 -07:00
Ginn Chen
d5ef1fa6a5 Bug 562318: Set dom.ipc.plugins.enabled to false if configured with --disable-ipc. r=benjamin 2010-05-01 14:40:15 -07:00
Dave Townsend
74b7768710 Backout new add-ons manager due to Ts regression on OSX 10.5
--HG--
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug404024.xml => toolkit/mozapps/extensions/test/unit/data/test_bug404024.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug417606.xml => toolkit/mozapps/extensions/test/unit/data/test_bug417606.xml
rename : toolkit/mozapps/extensions/test/xpcshell/data/test_bug424262.xml => toolkit/mozapps/extensions/test/unit/data/test_bug424262.xml
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug404024.js => toolkit/mozapps/extensions/test/unit/test_bug404024.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug417606.js => toolkit/mozapps/extensions/test/unit/test_bug417606.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug424262.js => toolkit/mozapps/extensions/test/unit/test_bug424262.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug449027.js => toolkit/mozapps/extensions/test/unit/test_bug449027.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug455906.js => toolkit/mozapps/extensions/test/unit/test_bug455906.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug514327_3.js => toolkit/mozapps/extensions/test/unit/test_bug514327_3.js
rename : toolkit/mozapps/extensions/test/xpcshell/test_bug541420.js => toolkit/mozapps/extensions/test/unit/test_bug541420.js
2010-05-01 11:04:44 -07:00
Blair McBride
a3d80697e0 Bug 554007: New add-ons manager UI (preferences). r=sdwilsh, r=dtownsend 2010-04-29 10:17:19 -07:00
Dave Townsend
4c0e7e140d Bug 553169: Implement InstallTrigger, the XPI content handler and confirmation for web triggered installs. r=robstrong, r=dveditz 2010-04-29 13:11:23 -07:00
Mike Hommey
2c3fe46119 Bug 557750: Remove vestigial code from the old safebrowsing protocol. r=vlad 2010-04-10 15:59:33 -04:00
Josh Aas
6ef15243af Fix name of JavaPlugin2 in whitelist. b=556092 2010-04-05 12:33:10 -04:00
Benoit Girard
442232c869 Put Flash 10.1+ and JavaPlugin2 out-of-process by default on Mac OS X. b=556092 r=josh 2010-04-05 11:25:59 -04:00
Ehsan Akhgari
707d05f08a Bug 549094 - Change the value of editor.singleLine.pasteNewlines to match the Firefox value across all Gecko based applications; r=bzbarsky 2010-04-01 16:13:07 -04:00
Blair McBride
9c5de4629e Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2010-03-26 22:59:02 +01:00
Josh Aas
09fc21cbeb Allow Gecko to build and run on Mac OS X with MOZ_IPC defined. b=552862 r=cjones 2010-03-17 14:38:28 -04:00
Blair McBride
bd0b32abc1 Backout patch for c7562242f88e due to bustage 2010-03-11 16:35:37 +13:00
Blair McBride
8274492c49 Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor 2009-11-23 15:37:39 +13:00
Marco Bonardo
8bbafcd423 Bug 542941 - Part2: markPageAsFollowedLink and TRANSITION_FRAMED_LINK, r=dietrich sr=mconnor 2010-03-10 13:40:34 +01:00
Richard L. Barnes
cd2646569a Bug 545001 - Adding HELD support to the network geolocation provider. It is off by default, and can be enabled via a preference. r=dougt
--HG--
extra : rebase_source : ae9646b052dec39f0bfd8a4d5807a776e0ba6570
2010-02-11 11:59:55 -08:00
L. David Baron
1bc6e03d6a Backed out changeset db1f6446efda (flip pref, bug 544505), which is intended only for 1.9.3a1 and not to stay on trunk. 2010-02-05 11:35:04 -08:00
L. David Baron
88c0f14a3e Flip OOPP (out-of-process plugins) pref to off for 1.9.3 alpha 1. (Bug 544505) r=bsmedberg 2010-02-05 11:33:49 -08:00
Benjamin Smedberg
1459ec28ad Bug 531142 - Turn on multi-process plugins by default 2010-01-27 14:23:50 -05:00
Marco Bonardo
0f6a3324a8 Bug 520165 - Part9: remove old expiration code, r=mano 2010-01-15 17:40:19 +01:00
Marco Bonardo
cced464000 Bug 520165 - Part7: Provide a new preference to toggle history, r=mano ui-r=faaborg 2010-01-15 17:40:14 +01:00
Paul O’Shannessy
527a3a9e44 Bug 535408 - Increase Sessionstore interval to 15s [r=dietrich]
--HG--
extra : rebase_source : 0caea4dbf0bb3fe7e4e65e2c62610fef114db99a
2009-12-31 11:44:46 -08:00
Ryan Flint
b58a7314ee Bug 520284 - Use the update-timer category. r=robstrong 2010-01-07 23:25:44 -05:00
Benjamin Smedberg
1ef933e81a Remove the dom.ipc.tabs.enabled pref from mozilla-central because it's useless and confusing people. 2010-01-06 12:01:04 -05:00
Marco Bonardo
4c793153df Bug 520165 - Part1: expose default pref for cache to memory percentage, r=mano 2009-12-22 13:05:01 +01:00
Justin Dolske
0cfb131c4b Bug 531703 - Minimize disk space usage on Windows CE. r+a=vladimir 2009-12-14 22:28:40 -08:00
Benjamin Smedberg
767eb11cb4 Merge mozilla-central into electrolysis 2009-12-04 11:28:50 -05:00
Reed Loden
2eb56202ec Bug 454300 - "Remove locale-specific subdomains from client-generated URLs" [r=gavin] 2009-12-03 00:45:16 -06:00
Benjamin Smedberg
737515b2c8 Merge mozilla-central into electrolysis. 2009-11-19 12:41:46 -05:00
Benjamin Smedberg
281b9fd4a8 Merge from mozilla-central. 2009-11-06 09:54:28 -05:00
Benjamin Smedberg
15de24f35e Merge mozilla-central to electrolysis. 2009-10-20 12:08:28 -04:00
Benjamin Smedberg
fa058fc1f1 Merge mozilla-central to electrolysis to pick up bug 515436. 2009-10-12 10:51:38 -04:00
Ben Turner
62534891fc Merge mozilla-central 2009-10-05 16:08:52 -07:00
Blair McBride
9cdc2ead10 Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh 2009-10-02 13:26:04 +02:00
Ben Turner
29c6cc37ec Merge mozilla-central 2009-09-23 13:14:34 -07:00
Dão Gottwald
7d308bb248 Bug 511771 - Provide a way for Web content to preview and install lightweight themes. r=mconnor, sr=vlad 2009-09-22 10:40:12 +02:00
Benjamin Smedberg
d44f878b56 Merge mozilla-central into Electrolysis. 2009-09-18 16:47:18 -04:00
Dão Gottwald
4d156fc8b5 Bug 520346 - Periodic update check for lightweight themes. r=dtownsend, sr=dveditz 2009-11-17 08:55:47 +01:00
Dave Townsend
dacb8e52a7 Bug 522571: Link from themes manager to personas gallery. r=robstrong 2009-11-16 13:05:25 -08:00
Reed Loden
1d7511825f Bug 520444 - "Update plugin update URL pref (plugins.update.url) to real URL" [r=gavin] 2009-10-07 19:26:16 -05:00
Jim Mathies
8a663f72e8 Bug 518666 - Add Firefox win7 jump list support. r=sdwilsh, r=dao. 2009-10-07 04:09:11 -05:00
Justin Dolske
efe855d020 Bug 507248 - Change default download location on Windows CE (again). r=vladimir 2009-10-30 16:13:41 -07:00
Justin Dolske
5d73e0491a Bug 522625 - disable session restore after crash on Windows CE. r=vladimir 2009-10-30 16:13:41 -07:00
Marco Bonardo
bab6c84b9b Bug 522678 - remove browser.history.showsessions from firefox.js, r=mano 2009-10-28 17:22:57 +01:00
Rob Arnold
17b97967ad Bug 520724 - Aero Peek preview prefs should be better defined/classified r=rflint
--HG--
extra : rebase_source : 463f184cfb6766d67121784c7edc998c78bc784f
2009-10-06 15:57:20 -04:00
Rob Arnold
e991b2bf7f Bug 474056 - Implement optional preview per tab r=dao,rflint,mconnor 2009-10-06 00:26:15 -04:00
Robert Strong
05219ad1ff Bug 471219 - Store timer registrations somewhere permanent. r=dtownsend 2009-09-18 11:03:27 -07:00
Justin Dolske
0bd8f54b33 Bug 499808 - Long pause before first awesomebar results. r=vladimir 2009-09-13 13:26:31 -07:00
Michael Kohler
7ffbf5a425 Bug 395024 - browser.tabs.loadFolderAndReplace is obsolete and unimplemented, remove it from firefox.js, r=mak 2009-10-16 15:19:38 +02:00
Dave Townsend
562091c5d0 Bug 392180: updateURL should have variable indicating the context of the check. r=robstrong, sr=bsmedberg 2009-09-10 19:50:41 +01:00
John Morkel
dcffc3a9c0 Bug 465673 - Open related tabs next to the current one. r=dao, ui-r=beltzner 2009-09-04 16:37:17 +02:00
Benjamin Smedberg
187a34a633 Merge mozilla-central into Electrolysis 2009-08-26 12:15:27 -04:00
Ben Turner
cd1d42ffe0 Merge mozilla-central 2009-07-30 11:28:07 -07:00
Michael Kohler
66e5b468d3 Bug 506048 - browser.history.grouping is not supported by Places, but still in firefox.js. r=dao 2009-07-28 08:01:21 +02:00
Ben Turner
fd28e9de5a Allow out of process tabs and plugins to be disabled via prefs or environment variables, and disable them both by default so that unit tests go green. 2009-07-24 15:21:07 -07:00
Paul O'Shannessy
158fe71341 Bug 504189 - Need to make slow script dialog delay higher On WinCE, r=vlad 2009-07-17 10:54:40 -07:00
Justin Dolske
25106021bc Bug 504638 - Disable malware protection on Windows CE. r=vladimir 2009-07-16 15:04:01 -07:00
Paul O’Shannessy
4c164de319 Bug 499204 - tweak default UI for vertically-challenged devices, r=vlad
--HG--
extra : rebase_source : ae70d45e7a3f3947f4a399bf58df880db0a26739
2009-07-09 14:55:50 -07:00
Vladimir Vukicevic
6b27819256 b=503211; tweak some default firefox prefs for perf on Windows CE; r=me 2009-07-08 17:09:43 -07:00
Stefan Plewako
4197bc9004 Bug 436668: Localize name and description for the default theme. r=dtownsend 2009-08-17 15:32:22 +01:00
Dão Gottwald
928cf217ee Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn 2009-07-21 06:25:59 +02:00
Dave Townsend
a97802bbc5 Backed out bug 436668: Localize name and description for the default theme 2009-08-07 14:27:43 +01:00
Stefan Plewako
d4413f4406 Bug 436668: Localize name and description for the default theme. r=dtownsend 2009-08-07 12:00:04 +01:00
Shawn Wilsher
362b54f346 Bug 508344 - Remove unused location bar preferences
Removes preferences that are no longer used after the landing of bug 455555.
r=mak
2009-08-05 13:21:09 -07:00
Paul O’Shannessy
b5290c4772 Bug 506132 - write session data to disk less often in WinCE, r=vlad 2009-08-01 16:21:58 -07:00
Justin Dolske
995601b3d5 Bug 499807 - "Default download location broken on Windows CE" [r=vladimir] 2009-07-03 16:11:08 -07:00
Justin Dolske
da8bd65806 Bug 469443 - Form Manager Storage should be a JavaScript-based component. r=gavin 2009-06-19 13:19:18 -07:00
Vladimir Vukicevic
f9840dba79 b=498452; add pref for autocomplete timeout to firefox; r=mconnor 2009-06-16 11:56:36 -07:00
Ehsan Akhgari
17bfc90e36 Bug 488706: Migrate clear private data settings. r=mconnor 2009-05-21 10:51:56 +01:00
Edward Lee
312aa8df9b Bug 491925 - Disable multitouch "rotate" gesture for cycling tabs. r=beltzner, ui=beltzner, b35=beltzner
Give empty commands for twist gestures, so they do nothing, but still show up as prefs in about:config.
2009-05-20 01:32:23 -05:00
Phil Ringnalda
b1e4112ca1 Bug 489545 - Switch to using the toolkit support for toolbar customization sheets, r=mano 2009-05-18 18:12:59 -07:00
Paul O'Shannessy
a7d1de272b Bug 394759 - Add undo close window feature. r=zeniko,dietrich,ehsan 2009-04-22 23:50:30 -07:00
Justin Dolske
db6bb55403 Bug 466086 - Remove unused safebrowsing phishing EULA. r=gavin 2009-04-16 18:27:23 -07:00
Doug Turner
b604ce1603 Bug 488218 - Updating geolocation notification prompt. r=gavin, ui=beltzner 2009-04-15 14:49:11 -07:00
Drew Willcoxon
410dd5c0a6 Bug 480169 - Clear recent history refresh (sprint)
Item list hidden behind expander/progressive disclosure button, added a warning when clearing all history, added a tree view for selecting a fine-grained timespan.  We decided to remove the tree view at the last minute; code is still there but #ifdef'ed out.
r=mconnor
2009-04-15 10:59:07 -07:00
Doug Turner
87cdda2b67 Bug 487467 - sets google gls as the network geolocation provider r=gavin/beltzner 2009-04-14 11:24:13 -07:00
Edward Lee
50e5966da6 Bug 476298 - Switch RecalculateFrecencies to just fix invalid frecencies. r=dietrich
Bug 476300 - Calculate all page frecencies when upgrading/migrating
Bug 482351 - 1 sort operation required by mDBInvalidFrecencies
Create a new method FixInvalidFrecencies that finds invalid (negative) frecencies and recalculates them. Use it for handling creating/migrating DBs as well as recalculating invalid places on daily idle (place frecencies are already estimated by decay). This obviates a few preferences, queries and methods related to recalculating on idle. The test uses mork history with a number of pages that now all get their frecencies calculated on migrate, where before this fix, the test fails with a bunch of pages still with negative frecencies.
2009-04-10 10:24:10 -05:00
Jim Mathies
bf62e148ca Bug 479901 - Add WM_GESTURE support for Windows 7. r=vlad+smaug. 2009-04-02 14:34:31 -05:00
Staś Małolepszy
1bf961da16 Bug 435687 - Add Mibbit as a default IRC protocol web handler. r=mconnor 2009-03-14 09:47:51 +01:00
Nochum Sossonko
d8338fbc37 Bug 419612 - pref to not update site-specific zoom for existing background tabs. r=gavin 2009-03-01 12:22:44 +01:00
Daniel Veditz
532f294874 bug 480357 change default ssl domain display, r/ui-r/a=mconnor 2009-03-01 00:45:24 -08:00
Asaf Romano
997033cc57 Bug 480151 - remember the last field modified first in the Add Bookmark dialog and start with focus there next time. r=dietrich. 2009-02-26 17:27:39 -08:00
Ryan Flint
76601bc779 Bug 467890 - Support automatic updates for app-shipped search plugins. r=gavin 2009-01-29 00:32:10 -05:00
Shawn Wilsher
43d27a55f5 Bug 384068 - [10.5] Firefox should download files to Leopard's Download Stack by default
Additionally, this sets browser.download.folderList to 1, which means we use the
downloads folder for all operating systems and oses.  We can now also remove the
special code in browser-startup to set this pref to 1 for Vista only.

ui-r=beltzner
r=gavin
2009-01-28 19:00:14 -05:00
Shawn Wilsher
4756beb1ae Bug 449406 - bookmarks of TRANSITION_DOWNLOAD and TRANSITION_EMBED don't show up in the location bar if they've been visited
This adds a new function to nsNavBookmarks that determines if a place id is a
"real" bookmark (not a livemark child).  It also makes a number of places use
this new function to unify and simplify a number of code paths.

Additionally, it changes how frecency is calculated for bookmarked items.  If a
visit is bookmarked (aIsBookmarked is true in CalculateFrecencyInternal), the
visited bookmark bonus is now added for all visits.  The visit bonus was also
cut in half for bookmarks so TRANSITION_BOOKMARK will still end up with the same
value (150).

r=dietrich
r=MaK77
2009-01-27 21:01:33 -05:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Edward Lee
a0fa2b97c8 Bug 471903 - pref urlbar.autocomplete.enabled is no longer implemented. r=dietrich
Bug 472943 - Two confusable preferences, "browser.urlbar.search.sources" and "browser.urlbar.default.behavior", should be unified

--HG--
rename : toolkit/components/places/tests/autocomplete/test_search_sources.js => toolkit/components/places/tests/autocomplete/test_enabled.js
2009-01-21 02:00:04 -06:00
Johnathan Nightingale
39d975efc1 Expose site-specific settings in CRH dialog. b=380852, r=gavin 2009-01-20 10:59:49 -05:00
Johnathan Nightingale
bc6058f022 Change default Clear Recent History time span. b=464208 r=mconnor 2008-11-20 16:57:47 -05:00
Edward Lee
dacf203db8 Bug 463483 - matchOnlyTyped no longer honored with special filters. r=dietrich
Bug 463558 - Switch matchOnlyTyped to restrict.typed "~" (default.behavior + 32)
2009-01-07 15:47:56 -08:00
Dave Townsend
baabfcdaba Bug 468526: Use https for blocklist information url. r=robstrong 2009-01-05 19:59:56 +00:00
Ehsan Akhgari
01a453eea4 Bug 469158 - Remove the 'privacy.sanitize.promptOnSanitize' preference; r=gavin ui-r=beltzner 2009-01-02 03:30:49 +03:30
Masatoshi Kimura
46abd5b87e Bug 470209 - intl.charsetmenu.browser.unicode should not be included in localizable file; r=smontagu sr=dbaron 2008-12-25 00:47:51 +01:00
Simon Montagu
70d49c14fa Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser) 2008-12-14 01:05:39 -08:00
Edward Lee
cdd08cee41 Bug 463459 - Use a separate pref instead of empty restrict/match values to specify defaults. r=dietrich, a1.9.1=beltzner 2008-12-10 10:58:43 -06:00
Tom Dyas
1930477994 Bug 462935 - Magnify (pinch) gesture should match Safari's behavior on MacOS. r=gavin, r=Mardak, ui-r=beltzner, a1.9.1=beltzner 2008-11-27 15:07:02 -08:00
Edward Lee
a246ed282d Bug 463661 - Create a pref to control the location bar search sources (history, bookmark, both, none). r=dietrich, a1.9.1b2=beltzner
Bug 463535 - Continuing search immediately after changing prefs give wrong results
2008-11-10 10:04:36 -06:00
Johnathan Nightingale
25f0edcfdb Extend "Clear Private Data" with time period option. b=453440, r=mconnor ui-r=beltzner a=blocking-firefox3.1 2008-11-05 19:57:00 -08:00
Justin Dolske
b14b6b4dbb Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong 2008-11-05 19:17:27 -08:00
Dave Camp
7c9a9141d5 Bug 461891: switch to using v2.2 safebrowsing servers. r=tony 2008-11-05 16:01:08 -08:00
Dão Gottwald
bdad1fbd0a Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-05 08:38:13 +01:00
Robert Strong
5315305f00 Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Dave Townsend
274fe7ee61 Land the blocklist url change from bug 449027 and update the in-tree blocklist to the new schema. r=robstrong 2008-11-04 18:05:36 +00:00
Dave Townsend
925c91721d Backed out changeset 9b96bcff860b from bug 436304 - Implement All Tabs panel
with previews and search.
2008-11-04 14:21:19 +00:00
Dão Gottwald
36c65d30d9 Bug 436304 - Implement All Tabs panel with previews and search. r=connor 2008-11-04 13:51:51 +01:00
Dão Gottwald
53052721df Bug 456088 - Ctrl+Tab revision. r=connor 2008-11-04 09:19:55 +01:00
Ehsan Akhgari
1bd7a4be4f Bug 411929 - Private Browsing UI; r=mconnor,bzbarsky sr=bzbarsky 2008-11-04 02:52:23 +03:30
Ehsan Akhgari
a4476d8af6 Bug 460346 - Privacy pref for Always on Private Browsing Mode; r=mconnor 2008-11-04 02:52:22 +03:30
Dave Townsend
d13a725406 Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 12:13:48 +00:00
Dave Townsend
d81de86f28 Backed out changeset bbccbf2c7456 2008-11-02 03:27:18 +00:00
Dave Townsend
f6b515d08c Bug 455906: Support severities for blocklist entries. r=robstrong, r=jst
--HG--
rename : toolkit/mozapps/extensions/content/list.xul => toolkit/mozapps/extensions/content/blocklist.xul
rename : toolkit/mozapps/extensions/public/nsIBlocklistService.idl => xpcom/system/nsIBlocklistService.idl
2008-11-02 01:34:45 +00:00
Edward Lee
4af8168038 Bug 461376 - Allow customization of multi-touch actions by preference. r=sdwilsh 2008-11-01 10:47:07 -05:00
Justin Dolske
e7ea71cc97 Bug 456439 - add about:rights and a "Know Your Rights" infobar to Firefox. r=gavin, ui-r=beltzner 2008-10-30 23:42:02 -07:00
Johnathan Nightingale
d010d61ed4 Redesign certificate error page for Firefox as about:certerror. b=431826, r=gavin, ui-r=beltzner 2008-10-29 11:54:51 -04:00
Johnathan Nightingale
42304f61a6 Add escape & appeal buttons to phishing/malware clickthrough bar. r=gavin r=tony ui-r=beltzner b=441624 2008-10-27 15:36:46 -04:00
Simon Bunzli
e6a3178a4d Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp 2008-10-12 19:36:01 +02:00
Magnus Melin
b916d04dab Bug 457906: browser.cache.disk.capacity MBs are calculated incorrectly. r=gavin 2008-10-12 18:33:36 +03:00
Simon Bünzli
2243cc4a79 Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich 2008-10-11 22:17:31 +03:30
Ryan Flint
253b150aeb Bug 394979 - Search Service is slow on startup. r=gavin 2008-10-06 16:57:18 -04:00
Dão Gottwald
4b4ff17fde Bug 455852 - Add a hidden pref for not closing the window with the last tab. r=gavin 2008-09-22 15:56:51 +02:00
Dão Gottwald
5ed9808831 Bug 450743 - Limit the number of Ctrl+Tab previews in MRU order, display the rest in tab bar order. r=gavin 2008-09-19 11:38:44 +02:00
Dão Gottwald
4faac68d1d Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=connor 2008-09-17 17:07:26 +02:00
Dão Gottwald
a4df003cd0 Backed out changeset 09a4e390e1ec 2008-09-17 17:06:54 +02:00
Dão Gottwald
9eddcc584b Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=gavin 2008-09-17 17:04:25 +02:00
Marco Bonardo
75b9c06843 Bug 454500 - remove placesMigrationTasks from browser-places.js, r=dietrich 2008-09-11 16:53:33 +02:00
Phil Ringnalda
cd0cecfcd3 Bug 454297 - move external viewsource prefs to all.js so viewSource doesn't throw from the console in non-Fx apps, r=gavin 2008-09-08 21:42:16 -07:00
Simon Bünzli
e5ebc38a43 Bug 331940 - Should be able to pass a line number to the external viewer/editor. r=gavin 2008-09-08 14:06:06 +02:00
Edward Lee
2958cfc7b7 Bug 451760 - Allow matching at beginning of title/url by pref. r=dietrich 2008-08-24 10:45:33 -05:00
Simon Bünzli
7191176de5 Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the pref) [r=dietrich] 2008-08-20 00:48:08 -05:00
Dão Gottwald
875d7109c1 Bug 445369 – Allow closing tabs in the Ctrl+Tab panel with Ctrl+W. r=gavin, ui-r=beltzner 2008-08-09 12:18:49 +02:00
Dão Gottwald
f47f10ed4a Bug 445476 – Need a pref to disable the new ctrl+tab preview panel. r=gavin 2008-07-19 11:19:59 +02:00
Edward Lee
26fd4468ea Bug 395161 - Make it possible to restrict the url bar autocomplete results to bookmarks/tagged/history entries and match only url/title. r=dietrich 2008-07-19 01:51:34 -07:00
Dão Gottwald
ca21eada31 Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor 2008-07-15 18:11:00 +02:00
Peter Weilbacher
863d4ad891 Merge commit for bug 439340 2008-07-02 18:47:20 +02:00
Peter Weilbacher
0f4d2ffc25 Bug 439340: set cachemax on OS/2, too, so that the desktop stays responsive,
r=gavin
2008-07-02 18:36:41 +02:00
gavin@gavinsharp.com
cb7790f2d7 Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner 2008-05-28 11:49:32 -07:00
Shawn Wilsher
4c5bb7b667 Bug 439495 - remove references of "browser.download.manager.useWindow"
This removes the use of the preference browser.download.manager.useWindow, which
was redundant because we do not have any download manager UI that isn't in a
window, and the preference browser.download.manager.showWhenStarting controls
the appearance of the downloads window.  Additionally, this removes the preference browser.download.manager.openDelay which was made obsolete long ago but not
removed from firefox.js.
r=gavin
2008-06-26 11:51:38 -04:00
gavin@gavinsharp.com
2ee6462762 Bug 432598: don't show the EULA in debug builds, patch by Manish Singh <manish@flock.com>, r=me, a=mconnor 2008-05-08 08:24:23 -07:00
gavin@gavinsharp.com
7ae3d85b7b Bug 431713: re-enable EULA dialog by default for linux, now that bug 432321 is fixed 2008-05-06 14:47:34 -07:00
gavin@gavinsharp.com
ae48f702c0 Bug 431713: revert again because Talos prefs need changing 2008-05-05 14:33:15 -07:00
gavin@gavinsharp.com
355e00c1ac Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor 2008-05-05 13:43:44 -07:00
gavin@gavinsharp.com
3a2fa53b4a Revert Linux default change from bug 431713 until unit test and talos machines can be updated to avoid it 2008-05-04 18:42:07 -07:00
gavin@gavinsharp.com
66bfbc3a19 Bug 431713: bump EULA version, and require EULA acceptance for Linux for Firefox 3, patch by mconnor@mozilla.com, r=me, a=schrep 2008-05-04 17:53:42 -07:00
gavin@gavinsharp.com
88e2b782d3 Undo previous revision, because it was wrong (bug 430530, a=mconnor) 2008-05-02 14:04:19 -07:00
reed@reedloden.com
44f6300ee1 s/MOZ_WIDGET_GTK2/UNIX_BUT_NOT_MAC/ 2008-05-02 02:56:48 -07:00
reed@reedloden.com
fd31760e21 Bug 430530 - "excess disk IO when updating the url-classifier" (increase the page size, let the cache size grow on linux) [p=dcamp@mozilla.com (Dave Camp) r=mconnor a1.9=beltzner] 2008-05-02 02:55:09 -07:00
dveditz@cruzio.com
6aca124433 bug 427293: add a pref to unhide the buttons on the bad-cert error page by default for advanced users. r=johnath, ui-r=beltzner, sr=jst, a=beltzner 2008-05-02 00:24:27 -07:00
dtownsend@oxymoronical.com
2e78a8c528 Bug 430120: Update blocklist URL to include same info as update URL. r=robstrong, a=beltzner 2008-04-25 10:10:02 -07:00
edward.lee@engineering.uiuc.edu
fc3d4e4739 Bug 429531 - Location bar should show non-word-boundary matches below word-boundary matches. r=dietrich, ui-r=beltzner, b-ff3=beltzner, a1.9=beltzner 2008-04-23 21:20:05 -07:00
johnath@mozilla.com
25c1b49bbd Change "Why was this site blocked?" to use more detailed report page. b=429697 r=gavin a=beltzner 2008-04-22 13:00:19 -07:00
dcamp@mozilla.com
e19130f2c0 Bug 427862: Don't use cached full-hash entries without a successful safebrowsing update. r=tony, a1.9=beltzner 2008-04-15 15:39:44 -07:00
dietrich@mozilla.com
828f88df68 Bug 422919 - Bookmark Import and Restore do not intelligently handle two different bookmark formats (r=mano, a=beltzner) 2008-04-03 13:51:54 -07:00
dolske@mozilla.com
1b346b4adc Bug 299372 - Content-Disposition headers no longer looked at for Save Link As filename. original-patch=dmose, r=mconnor, r=biesi, a=blocking-ff3+ 2008-04-02 20:02:08 -07:00
reed@reedloden.com
d6c2ccfec3 Bug 423177 - "Update default theme's information for Firefox 3" [p=reed r+ui-r=mconnor a=blocking-firefox3+] 2008-04-02 14:39:15 -07:00
dietrich@mozilla.com
6e90bc2099 Bug 419315 - All bookmarks lost after using "Restore all user preferences" (r=mano, re-land, testing perf) 2008-03-26 22:00:47 -07:00
mconnor@steelgryphon.com
6efe865ee2 Bug 423486 - Remove help viewer from Firefox and point to SUMO, r=gavin, ui-r=beltzner, a1.9b5=beltzner 2008-03-24 10:18:38 -07:00
edward.lee@engineering.uiuc.edu
c82a98dee4 Bug 422177 - Awesome bar interrupts typing, so continue from where it left off. r=dietrich, a1.9b5=mconnor, b-ff3=beltzner. Bug 424388 - Autocomplete results keep disappearing and reappearing when typing more letters. 2008-03-22 23:38:28 -07:00
edward.lee@engineering.uiuc.edu
52c4fd3d5b Bug 406257 - reduce the number of rows in url bar autocomplete from 10 to 6. r=beltzner, ui-r=beltzner, a1.9b5=beltzner 2008-03-21 23:58:41 -07:00
edward.lee@engineering.uiuc.edu
eb874ce0cd Bug 424454 - Typed urls (like domain roots) need more frecency bonus. r=beltzner, ui-r=beltzner, a1.9b5=beltzner 2008-03-21 23:57:23 -07:00
reed@reedloden.com
3eb542abed Back out Dão Gottwald's patch from bug 380960 due to JS exception. 2008-03-20 02:08:36 -07:00
reed@reedloden.com
d2d0ea6a6e Bug 380960 - "Implement closing tabs animation" [p=dao@mozilla.com (Dão Gottwald) r=Mano ui-r+a1.9=beltzner] 2008-03-19 23:41:48 -07:00
edward.lee@engineering.uiuc.edu
57d1667b9d Bug 335418 - Pause downloads when computer is about to go to sleep. r=sdwilsh, a1.9=beltzner 2008-03-19 18:16:02 -07:00
bent.mozilla@gmail.com
5d19b77fea Bug 4126862 - "Change the 'allow scripts to move or resize existing windows' pref to a whitelist". Backing out this patch. 2008-03-19 13:15:12 -07:00
edward.lee@engineering.uiuc.edu
86937a9632 Bug 393678 - location bar autocomplete should take word boundaries in account. r=dietrich, b-ff3=beltzner 2008-03-18 19:11:05 -07:00
dietrich@mozilla.com
e128800bf0 Bug 398807 - backout (for zeniko@gmail.com, r=dietrich, a=beltzner) 2008-03-17 09:11:49 -07:00
dietrich@mozilla.com
9b590e293e Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-03-13 12:25:49 -07:00
dtownsend@oxymoronical.com
8f21b0240c Bug 417606: See all search results always number 10 (config change). r=robstring. 2008-03-12 04:12:02 -07:00
dietrich@mozilla.com
bb02f4a736 Backing out test of bug 384370 2008-03-10 10:49:31 -07:00
dietrich@mozilla.com
ee727436aa Bug 384370 - test perf run (r=mano) 2008-03-10 09:41:52 -07:00
reed@reedloden.com
68cef8a4e7 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner] 2008-03-08 03:30:39 -08:00
johnath@mozilla.com
0b9d5ffcb8 Update blockedSite text, use new stopbadware report url. b=420751, r=gavin, ui-r+a=beltzner 2008-03-07 11:51:25 -08:00
dietrich@mozilla.com
6177daafe2 backing out bug 419315 for 20ms Ts regression 2008-03-04 22:39:48 -08:00
dietrich@mozilla.com
b4a8b029fa backing out test checkin of bug 384370 2008-03-04 14:12:27 -08:00
dietrich@mozilla.com
115cb33e21 TESTING - temp checkin of bug 384370 (r=mconnor) 2008-03-04 13:23:04 -08:00
dietrich@mozilla.com
7df26481c9 backing out test patch for bug 384370 2008-03-04 12:04:14 -08:00
dietrich@mozilla.com
6eada140a5 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING (r=mconnor) 2008-03-04 11:50:18 -08:00
dietrich@mozilla.com
5ffe06b62c backing out, broke when unrotting 2008-03-04 11:43:35 -08:00
dietrich@mozilla.com
e1f7230d08 Bug 384370 ? use JSON as the on disk, lossless format for our bookmark backup - TESTING PERF (r=mconnor) 2008-03-04 11:41:52 -08:00
dietrich@mozilla.com
bed549bc9d Bug 419315 ? All bookmarks lost after using "Restore all user preferences" (r=mano) 2008-03-04 09:05:13 -08:00
vladimir@pobox.com
6d3fc1ea99 backing out patch for bug 299372 for b4, as per bug 420481 2008-03-02 23:31:37 -08:00
dmose@mozilla.org
88d845a512 Use Content-Disposition headers for "Save Link As", when available (bug 299372); r=mconnor (browser bits), r/sr=biesi (uriloader bits), ui-r=beltzner, a1.9b4=beltzner 2008-02-29 15:59:20 -08:00
dietrich@mozilla.com
a66a3842e4 backing out bug 384370 for hosation of Ts 2008-02-29 09:29:58 -08:00
dietrich@mozilla.com
0d4f820d40 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (take two, r=mano, a=beltzner) 2008-02-29 08:39:13 -08:00
dietrich@mozilla.com
a15fbe3750 backing out bug 384370, caused 25ms Ts regression on linux, and leaks on linux and mac 2008-02-27 11:05:52 -08:00
dietrich@mozilla.com
79bc38bb61 Bug 384370 - use JSON as the on disk, lossless format for our bookmark backup (r=mano) 2008-02-27 10:14:13 -08:00
dcamp@mozilla.com
db5647e9bd Bug 360387: Verify HMAC of safebrowsing updates. r=tony, blocking-firefox3=beltzner 2008-02-27 00:51:02 -08:00
dcamp@mozilla.com
37c20181a4 Bug 419117: Add noise to safebrowsing gethash requests. r=tony, blocking-firefox3=beltzner 2008-02-26 21:51:28 -08:00
dietrich@mozilla.com
e99b7ee9f2 Bug 385245 ? history sidebar very slow (way slower than fx2) (for ondrej@allpeers.com, r=dietrich) 2008-02-26 20:48:51 -08:00
dcamp@mozilla.com
52a3d728ad Bug 419750: update safebrowsing server names. r=tony, a=beltzner 2008-02-26 19:49:29 -08:00
myk@mozilla.org
418c01ebe4 bug 419609: add hidden pref to disable site-specific zoom; r=gavin, a=beltzner 2008-02-26 15:05:53 -08:00
reed@reedloden.com
4a64020df2 Bug 417800 - "FF 3b3: 3rd party cookies are not set, but third party cookies *should* be sent" [p=dwitte@stanford.edu (Dan Witte [dwitte]) r=mconnor a=blocking1.9+] 2008-02-25 00:50:16 -08:00
edward.lee@engineering.uiuc.edu
a3c801d0da Bug 417798 - History can fill FF3 addressbar suggestions with unwanted bookmarklets that look almost like real pages but execute in the current page's scope. r=dietrich, b-ff3=beltzner 2008-02-23 16:54:19 -08:00
reed@reedloden.com
0f89d0383c Bug 416696 - "Restart and quit alerts should use independent "don't warn again" prefs" [p=dao@mozilla.com (Dão Gottwald) r=zeniko r=Mano ui-r=beltzner a1.9=damons] 2008-02-23 01:32:09 -08:00
reed@reedloden.com
b8ff452b35 Bug 416416 - "change extensions.update.url to not live behind https://addons.mozilla.org/" [p=reed r=Mossop a1.9=beltzner a=blocking-firefox3+] 2008-02-21 23:08:15 -08:00
dcamp@mozilla.com
b0a76b1372 Bug 399528: Add 'never for this site' option to the offline-app notification bar. r=mconnor, ui-r=beltzner, blocking-firefox3=mconnor 2008-02-21 22:34:15 -08:00
edward.lee@engineering.uiuc.edu
5fcc0a94f2 Bug 417810 - Frequently Visited Pages Disappear From Location Bar Autocomplete. r=dietrich, b-ff3=beltzner 2008-02-20 17:38:38 -08:00
dmose@mozilla.org
9f7b7b4f8e Add an l10n strategy for web-based protocol handler updating (bug 395277); r=myk, sr=biesi, r=gavin (for browser/ pieces), a=blocking-1.9+; late-l10n checkin 2008-02-19 20:46:35 -08:00
reed@reedloden.com
ba0ce9ac14 Bug 401322 - "missing "Text Size" zoom feature, Full page zoom should be an option not replacement" [p=elmar.ludwig@uos.de (Elmar Ludwig) ui-r=beltzner r=gavin sr=bzbarsky a1.9=schrep] 2008-02-13 03:00:45 -08:00
reed@reedloden.com
4eff22aca4 Bug 388652 - "remove code that supports deprecated "/lookup" request in SafeBrowsing protocol" [p=dcamp@mozilla.com (Dave Camp) r=tony a=blocking-firefox3+] 2008-02-08 20:50:16 -08:00
florian@queze.net
621170ac2e Bug 402287 - register{Protocol,Content}Handler should only be allowed from same host as handler. r=gavin, a=blocking1.9+ 2008-02-08 15:04:30 -08:00
edward.lee@engineering.uiuc.edu
3790994174 Bug 415489 - URL bar autocomplete slow since bug 414507. r=dietrich, b-ff3=beltzner, a1.9b3=beltzner 2008-02-04 11:36:22 -08:00
jonas@sicking.cc
9f75fd6d24 Bug 415168: Turn off <a ping> in firefox r/sr=vlad b3a=beltzner 2008-02-01 14:40:36 -08:00
myk@mozilla.org
1d424440c1 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; Patch by Will Guaraldi; r=myk,sayrer; a=beltzner 2008-01-29 23:12:08 -08:00
myk@mozilla.org
c616286f07 backing out bug 400061 because it caused a test failure 2008-01-29 21:41:48 -08:00
dietrich@mozilla.com
f1e5316a02 Bug 414253 ? do more frecency recalculation on idle, and / or do it faster than 60 seconds of idle (r=sspitzer) 2008-01-29 21:17:48 -08:00
sdwilsh@shawnwilsher.com
018a7c797b Bug 412204 - anti virus scanning is slow and unnecessary. r=jimm 2008-01-29 21:07:44 -08:00
myk@mozilla.org
e407ae2ad2 bug 400061: add Podcast and Video Podcast entries to the applications prefpane; r=myk,sayrer; a=beltzner 2008-01-29 21:00:32 -08:00
johnath@mozilla.com
92aed871a6 Re-land bug 406612. r=gavin a=beltzner 2008-01-29 20:21:53 -08:00
bent.mozilla@gmail.com
30b13b2063 Bug 412862 - Change the 'allow scripts to move or resize existing windows' pref to a whitelist. r=gavin,jst. sr=jst. ur+a=beltzner. 2008-01-29 18:27:17 -08:00
johnath@mozilla.com
eb72218a5d Backing out patch for 406612 in case it caused the linux Ts regression. 2008-01-29 14:38:54 -08:00
dcamp@mozilla.com
a693370747 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-29 12:57:18 -08:00
johnath@mozilla.com
f8ea2414f9 Clean up visual presentation of identity popup & button (Larry). b=406612 r=gavin a=beltzner late-l10n 2008-01-29 10:26:00 -08:00
edward.lee@engineering.uiuc.edu
14febd005e Bug 414489 - Change default search chunk size and timeout and let users adjust them. r=sspitzer, a1.9=mconnor 2008-01-28 22:53:19 -08:00
dcamp@mozilla.com
97dc74d84e Back out bug 402611 for bloat-test orange 2008-01-28 17:58:15 -08:00
dcamp@mozilla.com
8b41ffbc48 Bug 402611: Deal with changes to the safebrowsing v2 protocol. r=tony, a1.9=beltzner 2008-01-28 15:04:43 -08:00
dtownsend@oxymoronical.com
fa7cd5130c Bug 404024: Add AMO integration pane. r=robstrong 2008-01-28 09:11:48 -08:00
dcamp@mozilla.com
bc9d154c5e Bug 413817: Add privacy.item.offlineApps pref to firefox.js. r=gavin, a1.9=beltzner 2008-01-26 14:33:24 -08:00
sdwilsh@shawnwilsher.com
76950839ba Bug 408605 - Preference to control cross-session download behaviour. Patch by graememcc <graememcc_firefox@graeme-online.co.uk>. r=sdwilsh, a=schrep 2008-01-26 13:11:31 -08:00
dietrich@mozilla.com
e03ea04136 Bug 394038 ? make url bar autocomplete frecency algorithm global (r=sspitzer/mconnor) 2008-01-25 09:11:14 -08:00
philringnalda@gmail.com
50dbfba599 Bug 411490 - about:crashes (missed bit), p=dtownsend@mozilla.com (Dave Townsend), r=mano, a=beltzner 2008-01-24 23:24:33 -08:00
reed@reedloden.com
69d139c431 Back out dietrich's patch from bug 394038 due to failing unit test (probably because of bug 413794). 2008-01-24 00:22:37 -08:00
dietrich@mozilla.com
e0815f7f4b Bug 394038: make url bar autocomplete frecency algorithm global (r=sspitzer) 2008-01-23 12:21:35 -08:00
dcamp@mozilla.com
5a2697dd2f Bug 402610: Allow safebrowsing servers to specify separate URLs for chunk data. r=tony, blocking=beltzner 2008-01-12 14:22:03 -08:00
dietrich@mozilla.com
0c072c950b Bug 398807 ? session restore accounts for 2-3% of talos pageload (make it faster) (r=zeniko) 2008-01-09 12:28:46 -08:00
reed@reedloden.com
5b58eea6e1 Bug 391598 - "make upgrade/update process smoother and avoid confusing/modal dialogs" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer ui-r=beltzner a=blocking-firefox3+] 2008-01-08 23:37:06 -08:00
dwitte@stanford.edu
24ff08bd58 Bug 337232 - Remove unused preference network.cookie.enableForCurrentSessionOnly. r=gavin, a=schrep 2008-01-03 16:10:41 -08:00
reed@reedloden.com
6c7ab0d36d Bug 410046 - "move tabbed browser prefs to their appropriate modules" [p=dao@mozilla.com (Dão Gottwald) r=mconnor r=Neil a1.9=beltzner] 2007-12-28 19:13:06 -08:00
dwitte@stanford.edu
4f81d3bb70 Bug 324397 - 'Allow cookies for the original site only' preference, should be selected by default. relanding now that bug 404399 is fixed. r=mconnor, a=mconnor/schrep 2007-12-19 15:58:38 -08:00
sspitzer@mozilla.org
1af893e14c fix for bug #406706: Contents of the location bar should be selected on single click, Mac OS X (but not unix) r=gavin, ui-r=beltzner, a=blocking-firefox-3+ 2007-12-19 14:43:12 -08:00
mconnor@steelgryphon.com
54cc92b2f5 bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner 2007-12-17 21:29:38 -08:00
mconnor@steelgryphon.com
d9124973a0 oops, network fail, backing out 2007-12-17 18:11:48 -08:00
mconnor@steelgryphon.com
6f9a8243a2 bug 406062 - set editor.singleLine.pasteNewlines to 2, r=luser, ui-r+a=beltzner 2007-12-17 18:01:20 -08:00
sspitzer@mozilla.org
97dfba1e97 fix for bug #407836: remove support for browser.urlbar.richResults this should be an extension, and not a hidden pref fix for (the easy half of) bug #408274: Location bar autocomplete does not work after being removed from the toolbar and being added again r=gavin, a=mconnor 2007-12-17 16:28:43 -08:00
edward.lee@engineering.uiuc.edu
3eb0ad3842 Bug 392097 - only showing 7 days of download history, until I search, then I see more items. r=sdwilsh, b-ff3=beltzner 2007-12-15 17:35:38 -08:00
florian@queze.net
a608326fa8 Bug 407193: Restore animateFadeIn behavior for Mac prefpanes (revert fix for bug 394881). r=mconnor, a=blocking-firefox3+ 2007-12-14 16:20:48 -08:00
dietrich@mozilla.com
3beb4ac515 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer, take 2) 2007-12-05 00:30:07 -08:00
dietrich@mozilla.com
b60b7f31eb Backing out bug 402880 2007-12-05 00:01:13 -08:00
dietrich@mozilla.com
aa7eeb3e59 Bug 402880 figure out pref UI for history expiration / limiting visits (r=sspitzer) 2007-12-04 23:40:49 -08:00
dietrich@mozilla.com
8087786f44 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 17:56:55 -08:00
dietrich@mozilla.com
c7f555e1b3 Backing out bug 398914 2007-12-04 11:44:46 -08:00
dietrich@mozilla.com
d07002ff34 Bug 398914 Creating an additional bookmark with "Add a keyword for this search" overwrites the POST_DATA of existing bookmark(s) with the same location (r=sspitzer) 2007-12-04 10:34:44 -08:00
sspitzer@mozilla.org
d74c607a13 fix for bug #405231: create the "Smart Bookmarks" folder and queries for existing profiles fix for bug #399477: determine better wording for "Places" folder and pre-defined queries r=dietrich, a=blocking-firefox3+ 2007-12-04 00:31:07 -08:00
sspitzer@mozilla.org
e214f4628e fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange 2007-11-29 20:57:57 -08:00
johnath@mozilla.com
8d74c586f9 Bug 402207 - SSL error page "Add Exception" support should be pref-controlled. r=gavin r=kengert ui-r=beltzner a=beltzner 2007-11-23 13:59:10 -08:00
reed@reedloden.com
51b1b70cf1 Back out patch from bug 392870 due to perf regression. 2007-11-22 00:52:41 -08:00
reed@reedloden.com
3422f89c8d Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao@mozilla.com (Dão Gottwald) r=mconnor r=Neil a=blocking-firefox3+] 2007-11-21 22:51:11 -08:00
reed@reedloden.com
1604854da6 Bug 323041 - "Software update dialog steals focus / wait for idle before prompting" [p=dao@mozilla.com (Dão Gottwald) r=sspitzer a=blocking-firefox3+] 2007-11-20 02:08:55 -08:00
dwitte@stanford.edu
d4bd559e72 backing out the kitchen sink. 2007-11-19 02:15:55 -08:00
dwitte@stanford.edu
e5310789a9 flip default cookie pref to reject foreign cookies. relanding of bug 324397. 2007-11-18 22:01:30 -08:00
dwitte@stanford.edu
b91bedc9c1 backing out due to tinderbox orange. 2007-11-15 03:24:20 -08:00
dwitte@stanford.edu
1a871a938d temporarily disabling cookies to investigate tinderbox orange. 2007-11-15 02:21:49 -08:00
dwitte@stanford.edu
973a75738f Bug 324397 - 'Allow cookies for the original site only' preference should be selected by default. patch by dveditz and dwitte; r=mconnor, a=schrep+mconnor 2007-11-15 01:31:16 -08:00
sspitzer@mozilla.org
c911521570 fix for bug #381216: prevent bookmarks dataloss when a user goes from Firefox 2, Firefox 3 beta, Firefox 2 and then back to Firefox 3. r=dietrich, a=schrep/beltzner 2007-11-09 12:11:12 -08:00
reed@reedloden.com
96835a98c9 Back out Dão's patch from bug 392870 as a possible cause of the Ts regression. 2007-11-08 20:18:27 -08:00
reed@reedloden.com
45d774456a Bug 392870 - "Easy discoverability of Tabbed Browsing for new users" [p=dao r=mconnor r=Neil a=blocking-firefox3+] 2007-11-08 18:19:30 -08:00
sspitzer@mozilla.org
6136270b4a backing out my fix for bug #399664, due to 2% Ts regression (see bug #402668 for details) 2007-11-06 00:43:53 -08:00
sspitzer@mozilla.org
10234c2591 fix for bug #399664: In location bar autocomplete, indicate which part of the result matches the query (and make sure it is visible) r=gavin, parts r=neil deakin a=m9 blocker 2007-11-05 21:31:22 -08:00
dietrich@mozilla.com
7aaaa8940c Bug 332748 Figure out how much history we can show by default (browser.history_expire_days now set to 180 days) (r=sspitzer) 2007-11-04 17:10:37 -08:00
reed@reedloden.com
c2290258ae Bug 401214 - "bring back support for MOUSE_SCROLL_TEXTSIZE (mousewheel.withcontrolkey.action = 3)" [p=dao r+sr=sicking r+aM9=mconnor a=blocking1.9+ for M9] 2007-10-30 12:13:37 -07:00
reed@reedloden.com
a62a519f92 Bug 399233 - "Phishing UI hidden by content, inconsistent with malware" [p=johnath r=tony r=biesi ui-r=beltzner a=blocking-firefox3+ for M9] 2007-10-29 11:29:14 -07:00
reed@reedloden.com
cdd7835df7 Bug 400809 - "remove unneeded/unused parts from the urlbar binding" [p=dao r=gavin aM9=mconnor] 2007-10-25 19:53:01 -07:00
sdwilsh@shawnwilsher.com
a7d5d2056f Bug 394881 - [Mac] Prefpanes should specify heights. r=mconnor 2007-10-22 11:07:01 -07:00
pavlov@pavlov.net
2ac5e88abc this wasn't supposed to be landed as part of larry. a=beltzner 2007-10-22 08:24:59 -07:00