Changeset 600
- Timestamp:
- 01/13/08 17:07:05 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.7/src/chrome/chromeFiles/content/utils.js
r598 r600 119 119 if (appInfo.OS.toLowerCase().indexOf("win") == 0) { 120 120 // FF3 broke mimeInfoService.getFromTypeAndExtension(), below. 121 // TODO(aa): Bug mozilla and remove this special case when no longer122 // necessary.121 // TODO(aa): Monitor https://bugzilla.mozilla.org/show_bug.cgi?id=411819 122 // and update this when/if it's fixed. 123 123 var process = Components.classes["@mozilla.org/process/util;1"] 124 124 .getService(Components.interfaces.nsIProcess);
