Comment #9 on issue 10561 by [email protected]: REGRESSION: unable to save
text documents
http://code.google.com/p/chromium/issues/detail?id=10561
This used to take a rather unusual path through win_util, one which I'm not
sure
wasn't accidental:
SavePackage::GetSaveInfo() called win_util::GetFileFilterFromPath(). That
got the
extension ("cgi id=29487") and did a lookup with
GetRegistryDescriptionFromExtension() which yielded an empty string for the
description. FormatFilterForExtension() omits any file with an empty
description from
the filter list, leaving just a *.* entry.
The answer appears to be reproducing this behavior, so that any extension
that
doesn't have a registry entry is just ignored.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---