[webkit-reviews] review requested: [Bug 21565] Don't depend on the suggested filename for image document titles : [Attachment 24371] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 15 14:46:45 PDT 2008


Brett Wilson (Google) <brettw at chromium.org> has asked  for review:
Bug 21565: Don't depend on the suggested filename for image document titles
https://bugs.webkit.org/show_bug.cgi?id=21565

Attachment 24371: Patch
https://bugs.webkit.org/attachment.cgi?id=24371&action=edit

------- Additional Comments from Brett Wilson (Google) <brettw at chromium.org>
Use the fiename of the image URL as the title, which matches Firefox.

This uses the hostname as the fallback when there is no path component to use
as the title. We can also fall back to the full URL, but that seemed like it
would be longer and is not likely to contain more information.


More information about the webkit-reviews mailing list