Changeset 611

Show
Ignore:
Timestamp:
01/19/08 00:56:36 (11 months ago)
Author:
boo..@youngpup.net
Message:

Adding comments about windows workaround for launchApplicationWithDoc.

Files:

Legend:

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

    r610 r611  
    161161  var xulRuntime = Components.classes["@mozilla.org/xre/app-info;1"] 
    162162                             .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. 
    163165  if (xulRuntime.OS.toLowerCase().substring(0, 3) == "win") { 
    164166    var process = Components.classes["@mozilla.org/process/util;1"]