Issue 107: Pictures in tabs shown as "untitled" instead of filename
http://code.google.com/p/chromium/issues/detail?id=107
Comment #6 by [EMAIL PROTECTED]:
I filed bug 3370 with the following text, which was a dupe of this one.
Apparently, the Mac networking library always gives a "suggested filename"
for all loads, and this is what is used for computing the title of "image
documents". We only give this when the suggested filename is given in the
headers.
After chatting with andersca on #webkit, we both think the best solution is
to modify ImageDocument to just use the lastPathComponent of the URL
(possibly with some fallback) instead of the suggested filename. This will
work better for different platforms, and doesn't require us to compute a
suggested filename for every single load.
Issue attribute updates:
Status: Assigned
Owner: [EMAIL PROTECTED]
--
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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---