Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147376 Details for
Bug 227372
Cannot view or change download actions due to lack of extensions
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to alleviate problem (applies to the FC6-patched source tree)
firefox-1.5.0.9-noexts.patch (text/plain), 1.79 KB, created by
Philip Spencer
on 2007-02-05 17:36:06 UTC
(
hide
)
Description:
Patch to alleviate problem (applies to the FC6-patched source tree)
Filename:
MIME Type:
Creator:
Philip Spencer
Created:
2007-02-05 17:36:06 UTC
Size:
1.79 KB
patch
obsolete
>diff -ur mozilla.orig/browser/app/profile/firefox.js mozilla/browser/app/profile/firefox.js >--- mozilla.orig/browser/app/profile/firefox.js 2006-12-04 15:04:40.000000000 -0500 >+++ mozilla/browser/app/profile/firefox.js 2007-02-02 15:39:48.000000000 -0500 >@@ -411,7 +411,7 @@ > #endif > > pref("browser.download.show_plugins_in_list", true); >-pref("browser.download.hide_plugins_without_extensions", true); >+pref("browser.download.hide_plugins_without_extensions", false); > > // Setting this pref to |true| forces BiDi UI menu items and keyboard shortcuts > // to be exposed. By default, only expose it for bidi-associated system locales. >diff -ur mozilla.orig/browser/components/preferences/downloadactions.xul mozilla/browser/components/preferences/downloadactions.xul >--- mozilla.orig/browser/components/preferences/downloadactions.xul 2005-08-10 14:15:52.000000000 -0400 >+++ mozilla/browser/components/preferences/downloadactions.xul 2007-02-02 14:14:24.000000000 -0500 >@@ -84,11 +84,11 @@ > ondblclick="gDownloadActionsWindow.editFileHandler();"> > <treechildren id="extensionChildren"/> > <treecols> >- <treecol id="fileExtension" ignoreincolumnpicker="true" fiex="true" >+ <treecol id="fileExtension" hidden="true" fiex="true" > class="sortDirectionIndicator" persist="width" > label="&fileExtensionColumn.label;" accesskey="&fileExtensionColumn.accesskey;" > onclick="gDownloadActionsWindow.sort('extension');"/> >- <treecol id="fileType" flex="1" >+ <treecol id="fileType" flex="1" ignoreincolumnpicker="true" > class="sortDirectionIndicator" persist="width" > label="&fileTypeColumn.label;" accesskey="&fileTypeColumn.accesskey;" > onclick="gDownloadActionsWindow.sort('typeName');"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227372
: 147376