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

487 Коммитов

Автор SHA1 Сообщение Дата
Johnathan Nightingale 152954b24c 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 5281410fff Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp 2008-10-12 19:36:01 +02:00
Magnus Melin d873f69af6 Bug 457906: browser.cache.disk.capacity MBs are calculated incorrectly. r=gavin 2008-10-12 18:33:36 +03:00
Simon Bünzli 59dd39bb0e Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich 2008-10-11 22:17:31 +03:30
Ryan Flint 8ced551418 Bug 394979 - Search Service is slow on startup. r=gavin 2008-10-06 16:57:18 -04:00
Dão Gottwald c7a98705d4 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 05a6c4d18e 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 e0c45dbe56 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=connor 2008-09-17 17:07:26 +02:00
Dão Gottwald 84f07e43f0 Backed out changeset 09a4e390e1ec 2008-09-17 17:06:54 +02:00
Dão Gottwald 6e5239f8c9 Bug 392870 - Easy discoverability of Tabbed Browsing for new users. r=gavin 2008-09-17 17:04:25 +02:00
Marco Bonardo be52aa9b92 Bug 454500 - remove placesMigrationTasks from browser-places.js, r=dietrich 2008-09-11 16:53:33 +02:00
Phil Ringnalda b889b4c523 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 4acc767d3b 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 c70ae20d95 Bug 451760 - Allow matching at beginning of title/url by pref. r=dietrich 2008-08-24 10:45:33 -05:00
Simon Bünzli 33ac18a50f Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the pref) [r=dietrich] 2008-08-20 00:48:08 -05:00
Dão Gottwald 308f69d276 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 aa81415f93 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 71548b9fde 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 997038bbf3 Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor 2008-07-15 18:11:00 +02:00
Peter Weilbacher 6115e668e7 Merge commit for bug 439340 2008-07-02 18:47:20 +02:00
Peter Weilbacher f140c16fa2 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 d2767b2d98 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 e9cad8d128 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 172fe6f513 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 90a0d789d0 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 03afe12e63 Bug 431713: revert again because Talos prefs need changing 2008-05-05 14:33:15 -07:00
gavin@gavinsharp.com 7776623b3f 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 984248b55b 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 45cee4a36e 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 4fb25b2a65 Undo previous revision, because it was wrong (bug 430530, a=mconnor) 2008-05-02 14:04:19 -07:00
reed@reedloden.com de965a7207 s/MOZ_WIDGET_GTK2/UNIX_BUT_NOT_MAC/ 2008-05-02 02:56:48 -07:00
reed@reedloden.com f043d8c267 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 506f5b028b 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 72e021d3f0 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 5f26263c8c 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 7e1750f711 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 6f47640c0b 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 353948eb1b 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 59fafa0671 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 0024e845cf 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 cf86eefebb 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 6b1a312abe 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 ed00074a92 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 f63e7c463d 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 9c5fba19eb 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 537a5c5de8 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 83bad62df0 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 a4ae1d4790 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 dc895122d0 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 bb94644bce Bug 393678 - location bar autocomplete should take word boundaries in account. r=dietrich, b-ff3=beltzner 2008-03-18 19:11:05 -07:00