Changeset 24867 in webkit


Ignore:
Timestamp:
Aug 4, 2007 12:37:59 AM (17 years ago)
Author:
beidson
Message:

Added the radar # to my FIXME text

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/WebView/WebView.mm

    r24866 r24867  
    11041104    // FIXME: We also need to maintain MIMEType registrations (which can be dynamically changed)
    11051105    // in the WebCore MIMEType registry.  For now we're doing this in a safe, limited manner
    1106     // to fix <INSERT RADAR HERE> - a future revamping of the entire system is neccesary for future robustness
     1106    // to fix <rdar://problem/5372989> - a future revamping of the entire system is neccesary for future robustness
    11071107    MIMETypeRegistry::getSupportedNonImageMIMETypes().remove(MIMEType);
    11081108}
     
    11151115    // FIXME: We also need to maintain MIMEType registrations (which can be dynamically changed)
    11161116    // in the WebCore MIMEType registry.  For now we're doing this in a safe, limited manner
    1117     // to fix <INSERT RADAR HERE> - a future revamping of the entire system is neccesary for future robustness
     1117    // to fix <rdar://problem/5372989> - a future revamping of the entire system is neccesary for future robustness
    11181118    if ([viewClass class] == [WebHTMLView class])
    11191119        MIMETypeRegistry::getSupportedNonImageMIMETypes().add(MIMEType);
     
    25042504    // FIXME: We also need to maintain MIMEType registrations (which can be dynamically changed)
    25052505    // in the WebCore MIMEType registry.  For now we're doing this in a safe, limited manner
    2506     // to fix <INSERT RADAR HERE> - a future revamping of the entire system is neccesary for future robustness
     2506    // to fix <rdar://problem/5372989> - a future revamping of the entire system is neccesary for future robustness
    25072507    if ([viewClass class] == [WebHTMLView class])
    25082508        MIMETypeRegistry::getSupportedNonImageMIMETypes().add(MIMEType);
Note: See TracChangeset for help on using the changeset viewer.