* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
- Fix major problem where prompts weren't returning the field text.
- Only show the save checkbox in prompts if SAVE_PASSWORD_PERMANENTLY is given
- Only allow prompts to autocomplete if a password realm is given
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