Downloads.rdf: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (minor changes to intro)
(bug reports added, placed in separate section)
Line 11: Line 11:
==Deleting==
==Deleting==
Deleting downloads.rdf will clear your download history. A new file will be created on start up or when the application first needs to write to the file.
Deleting downloads.rdf will clear your download history. A new file will be created on start up or when the application first needs to write to the file.
==Related bugs==
* [https://bugzilla.mozilla.org/show_bug.cgi?id=159107 Bug 159107 - page saving/downloads takes too much time (is slow) ('marooned' entries in downloads.rdf)]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=303746 Bug 303746 - crash or attempted crash anytime the download manager is either called up or something is set to download while the download manager is up on the screen]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=306190 Bug 306190 - Firefox.exe hangs with 99% CPU usage when clearing Download Manager]
*[https://bugzilla.mozilla.org/show_bug.cgi?id=320065 Bug 320065 - crash {@ nsIconChannel::GetName} when opening download manager]


==See also==
==See also==
* [[Firefox hangs]]
* [[Firefox hangs]]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=159107 Bug 159107 - page saving/downloads takes too much time (is slow) ('marooned' entries in downloads.rdf)]
* [[Attachment save slow (Thunderbird)]]
* [[Attachment save slow (Thunderbird)]]
* [[Disabling download history]]
* [[Disabling download history]]


[[Category:Profile contents (Firefox)]]
[[Category:Profile contents (Firefox)]]

Revision as of 19:55, 7 February 2006

In Firefox and Mozilla Suite, downloads.rdf is the (only) place that stores information (such as file name, URL, and date of download) about files downloaded. Its contents can be viewed and managed through the Download Manager and its associated settings. In Thunderbird, it is the (only) place that maintains a history of attachments opened or saved by double-clicking on files listed in the Attachments pane or by using the menu sequence "File -> Attachments -> [attachment name] -> Open". Thunderbird has no user interface for viewing or managing the contents.

Editing

It's not advisable to edit this file manually because of its complexity and the fact that, in Firefox and Mozilla Suite, the Download Manager provides an interface to edit it.

Moving

This file can be moved to a different profile without any extra effort.

Deleting

Deleting downloads.rdf will clear your download history. A new file will be created on start up or when the application first needs to write to the file.

Related bugs

See also