Changeset 600

Show
Ignore:
Timestamp:
01/13/08 17:07:05 (11 months ago)
Author:
boo..@youngpup.net
Message:

Update comment about FF3/windows workaround.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.7/src/chrome/chromeFiles/content/utils.js

    r598 r600  
    119119      if (appInfo.OS.toLowerCase().indexOf("win") == 0) { 
    120120        // FF3 broke mimeInfoService.getFromTypeAndExtension(), below. 
    121         // TODO(aa): Bug mozilla and remove this special case when no longer 
    122         // necessary
     121        // TODO(aa): Monitor https://bugzilla.mozilla.org/show_bug.cgi?id=411819 
     122        // and update this when/if it's fixed
    123123        var process = Components.classes["@mozilla.org/process/util;1"] 
    124124                                .getService(Components.interfaces.nsIProcess);