Issue 3370: Make images have correct titles when loaded at the toplevel
http://code.google.com/p/chromium/issues/detail?id=3370
New issue report by [EMAIL PROTECTED]:
This is part of bug 107 broken out. Images should have the correct titles.
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 attributes:
Status: Assigned
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-Misc
--
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
-~----------~----~----~----~------~----~------~--~---