Changeset 611
- Timestamp:
- 01/19/08 00:56:36 (11 months ago)
- Files:
-
- trunk/src/chrome/chromeFiles/content/utils.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/chrome/chromeFiles/content/utils.js
r610 r611 161 161 var xulRuntime = Components.classes["@mozilla.org/xre/app-info;1"] 162 162 .getService(Components.interfaces.nsIXULRuntime); 163 // See Mozilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=411819 164 // TODO: remove this when nsIMIMEInfo works on windows again. 163 165 if (xulRuntime.OS.toLowerCase().substring(0, 3) == "win") { 164 166 var process = Components.classes["@mozilla.org/process/util;1"]
