Commit Graph

3502 Commits

Author SHA1 Message Date
Robert Strong
dd20eeb337 Bug 475885 - Error compiling uninstaller - StrCpy expects 2-4 parameters, got 6. in CreateShortcutsLog. r=mconnor 2009-01-29 15:52:32 -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
Phil Ringnalda
c5fb4a66fa Bug 474602 - package oji.xpt based on the AC_DEFINE, OJI, not the AC_SUBST, MOZ_OJI, r=gavin 2009-01-26 15:34:08 -08:00
Dão Gottwald
28ddcef5de revert wrongly modified selector (New Tab button doesn't have a label, thus the text color is irrelevant) 2009-01-25 10:46:39 +01:00
Dão Gottwald
497955d0ea Bug 475082 - New Tab button should look like a background tab on OS X. r=gavin 2009-01-25 10:40:58 +01:00
Gavin Sharp
1dd0d77ca8 Bug 474964: fix tabbrowser mousewheel scrolling (tabbrowser needs to override default scrollbox behavior since bug 457651), r=mano/Natch 2009-01-25 03:06:45 -05:00
Natch
e122708b1f Bug 474964 - comment nodes screw up the tab bar. r=gavin 2009-01-24 01:41:36 +01:00
David Dahl
42f8da9b49 Bug 403151 - In the bookmarks organizer preview pane change "more" from a button to a progressive disclosure control, r=mak77 ui-r=faaborg 2009-01-23 12:52:14 +01:00
Marco Bonardo
7b8fc0c275 Bug 356571 - loadOneOrMoreURIs gives up if one of the URLs has an unknown protocol, r=gavin 2009-01-23 12:52:14 +01:00
Marco Bonardo
03a062488b Bug 235244 - Shift should not be required to drag around folders on personal toolbar, r=mano 2009-01-23 12:52:14 +01:00
Thomas Bertels
9f309cd8b1 Bug 392497 - search in history sidebar loses sort, r=mano ui-r=faaborg 2009-01-23 12:52:14 +01:00
Thomas Bertels
e362848785 Bug 423296 - History: Changing sort order drops search filter, r=mano ui-r=faaborg 2009-01-23 12:52:14 +01:00
Ehsan Akhgari
e4f94199a3 Bug 464962 - Zoom-Level reset to default when switching tabs while in Private Browsing Mode; r=gavin a=blocking-firefox3.1+ 2009-01-23 12:42:51 +03:30
Natch
4c92e0dea7 Bug 456984 - "New Tab" Customizable Button Needs to Be Added Back. r=dao, r=gavin 2009-01-23 02:13:13 -06:00
Natch
244b665faf Bug 457651 - New Tab button should be right of last tab. r=dao, r=gavin, ui=faaborg 2009-01-23 02:13:11 -06:00
Simon Bünzli
55174b4447 Bug 464199 - Forget About this Site doesn't forget about recently closed tabs. r=gavin.sharp 2009-01-22 19:01:44 -08:00
Asaf Romano
2267d193a6 Bug 471499 - specification for valid drop targets for tab strip drag to tear off / detach tabs. r=mconnor, ui-r=beltzner 2009-01-22 19:00:54 -08:00
Nick Thomas
b21307df80 Bug 459878, packaging changes from test major update from 3.0.6 to 3.1b2, r=ted.mielczarek 2009-01-23 15:28:02 +13:00
Marco Bonardo
855efe6a92 Merged backout 2009-01-23 01:48:33 +01:00
Marco Bonardo
4852f5f0a2 Backed out changeset d11dfa373acf, not working as expected and adding back Library leak. 2009-01-23 01:47:01 +01:00
Marco Bonardo
3a012d4df7 Bug 473976 - MozMill test breaks editBookmark popup initialization, r=dietrich 2009-01-21 12:39:07 +01:00
Mike Connor
7b0b6ed6bb bug 445845 - opening a new link from a full screen flash site doesn't focus the window where the tab was opened, r=gavin 2009-01-21 01:49:36 -08:00
Dão Gottwald
9da32fdb67 Bug 416937 - After clicking site button and clicking elsewhere focus goes to address bar. r=gavin 2009-01-21 09:41:34 +01: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
Gavin Sharp
9bd933b858 Bug 474191 - mochitest-browser-chrome target does unnecessary "correction" of test-paths; r=sdwilsh 2009-01-22 19:05:38 +01:00
Axel Hecht
9fa0026a4a bug 472431, don't add install.rdf and chrome.manifest to installers and packages, as they're just for the language packs, r=bhearsum 2009-01-22 13:08:04 +01:00
Marco Bonardo
6b253fd02e Bug 474081 - Sporadic failures in browser_bug321000.js, r=gavin 2009-01-22 12:19:42 +01:00
Marco Bonardo
1960aa9265 Bug 462662 - Pressing Enter to select tag from autocomplete closes bookmarks properties dialog, r=dietrich 2009-01-22 12:19:42 +01:00
Dão Gottwald
bc12ac8e59 Bug 474594 - declare needToFocusWin properly. r=gavin 2009-01-22 11:18:30 +01:00
Mike Connor
c535b939bd with browser.tabs.warnOnClose set to true, onBeforeUnload events are executed before user confirmation that tabs are to be closed, r=gavin 2009-01-21 23:54:26 -08: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
Arpad Borsos
89096c497d Bug 471877 - Cleanup GTK includes; further cleanup + system-headers cleanup; r+sr=roc 2009-01-21 16:24:46 +01:00
Marco Bonardo
30a58baa84 Bug 466422 - Clicking history - show all history doesn't show any history, r=dietrich 2009-01-21 12:39:07 +01:00
Dão Gottwald
2c2f89b2c3 Bug 474128 - remove newlines="replacewithspaces" from the search bar. r=gavin 2009-01-18 11:48:28 +01:00
Dão Gottwald
ddbe1e27c5 Bug 449359 - Middle-click on empty folder in Bookmarks Toolbar or Library creates empty new tab. r=mak77+gavin 2009-01-18 11:36:01 +01:00
Kai Liu
4b0b5e5530 Bug 240536 - resizer direction is to the right, when interface is RTL; r=roc,mano sr=roc 2009-01-18 13:58:19 +03:30
Ehsan Akhgari
62b79c9b60 Bug 461627 - Hide the UI for saving certificate exceptions permanently in Private Browsing mode; r=kaie,gavin 2009-01-18 13:58:08 +03:30
Gavin Sharp
8e72f4667e fix bustage from bug 473829 2009-01-17 20:55:55 -05:00
Dão Gottwald
6445b75bb3 Fix bogus id (bug 473829) 2009-01-17 22:13:11 +01:00
Henrik Skupin
33f5ce2148 Bug 473829 - Add ids to Firefox menus to make them accessible for MozMill. r=dao 2009-01-17 21:54:09 +01:00
Teune van Steeg
3da589286c Bug 309953 - toolbarbuttons aren't in sync with their commands after customizing; updated patch by Klaas Heidstra. r=mano 2009-01-17 21:20:31 +01:00
Marco Bonardo
59c2bd595c Bug 473536 - Tags textbox on editBookmarkPanel is too narrow for a large font, r=dao 2009-01-17 15:45:37 +01:00
Dão Gottwald
7ee3201d07 merge 2009-01-17 05:00:11 +01:00
Dão Gottwald
9612fb7bb1 Backed out changeset e30f1765a42c 2009-01-17 04:59:36 +01:00
Gavin Sharp
dbd10e746e Bug 473128: add test for bug 422590, r=mano 2009-01-16 14:19:30 -05:00
Tuukka Tolvanen
34c1fe66da Bug 456382 - mousing on last tab shouldn't close window (middle click, close button, context menu). ui-r=beltzner, r=gavin 2009-01-15 15:16:23 +01:00
Dão Gottwald
4923afce49 Bug 473745 - Implement tabContainer._fillTrailingGap. r=mano 2009-01-15 13:30:43 +01:00