http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
components/prefwindow/content/nsPrefWindow.js
components/prefwindow/content/pref.xul
- Update PrefWindow to handle Queued tags better so it does not display until
properly loaded.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
components/downloads/Makefile.in
components/downloads/content/nsHelperAppDlg.js
components/downloads/content/unknownContentType.xul
components/downloads/locale/unknownContentType.dtd
components/downloads/locale/unknownContentType.properties
components/downloads/skin/unknownContentType.css
- Initial implementation of new Unknown Content Type Handler dialog and
nsIHelperAppLauncherDialog implementation.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
components/downloads/content/helperApps.js
- Initial implementation of high level mimeTypes.rdf wrapper datasource that
offers functionality useful for building user-friendly UI on top of the
stored MIME info.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
base/locale/browser.dtd
- Update the tools menu entity name to actually be called tools, not tasks.
- Change terminology "Save Link As..." to "Save Link to Disk..." to better indicate
that it follows download preferences.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
base/content/contentAreaUtils.js
- Make saveURI function check for default download folder pref, which if
set does not show the pick file dialog, obeying the users's preferences
about automatic downloads
- Add a check to the show-file-picker case, if browser.download.dir is
not set (first run) show the Desktop or something instead of the app's
install directory.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
base/content/browser.js
- Check for Plugin Overrides for various MIME Types as the browser starts
- Make Save Link to Disk... obey download preferences, not showing the pick-file
dialog when the user has selected the 'always download to folder x' option.
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
content/nsWidgetStateManager.js
- reindent the indentation mess in the file
- support saving data of panels that are sub-dialogs of iframe dialogs that are
using WSM.
r=torgo sr=manos
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.
exthandler/nsExternalHelperAppService.cpp
- update EHAS to use updated version of PromptForSaveToFile
- make the EHAS not set the MIME Info object's alwaysAskBeforeHandling flag
to false to make the UCT dialog's show behaviour consistent
bug 214985, r= sr=hyatt
Hacks to work around Bug #213538. By removing the ifdef in docshell, and managing this stuff in nsMsgWindow::OnStartURI,
we have lost the context as to whether the url originated from a link click (in which case thunderbird wants to kick it out
to the OS) or if it the url is something we are internally trying to load into the message pane.
Temporarily work around this issue by allowing chrome, jar and about:blank to be loaded.
a send options dialog.
Make the prefs dialog taller to fix some vertical cropping issues.
thanks to Stephen Walker for doing most of the work in this patch.