Ticket #89 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

Temporary files are never cleaned up

Reported by: aranti..@gmail.com Assigned to: aranti..@gmail.com
Priority: minor Milestone:
Version: Keywords:
Cc:

Description

When installing or view-source-ing a user script, temporary files are created, but they are never cleaned up.

Attachments

89.patch (2.4 kB) - added by aranti..@gmail.com on 04/16/08 19:07:21.
suggested patch to solve this and #37 together

Change History

04/16/08 06:29:26 changed by anonymous

See http://greasemonkey.devjavu.com/ticket/37 for a patch to fix the installation issue (though it doesn't fix the view-source code path)

04/16/08 19:07:21 changed by aranti..@gmail.com

  • attachment 89.patch added.

suggested patch to solve this and #37 together

04/17/08 16:15:36 changed by aranti..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [735]) Fixes #37 Fixes #89

  • When creating temporary files, always use nsILocalFile.createUnique()
  • Track temporary files created during script install
  • Clean up all temporary files when script install completes or is canceled

Add/Change #89 (Temporary files are never cleaned up)




Action