Linux: Relanding a patch from an external contributor.
This patch was reverted because it leaked memory on every window title set. This changes the patch around to use UTF-8 XTextProperties and to free allocated memory afterwards. """ After chromium stop using gtk+ for Linux/X11 all not ASCII character in window title start looks like garbage. This patch fixes this issue, by using algorithm similar to gtk+/Qt's way of setting window titles. """ BUG=378096 First Review URL: https://codereview.chromium.org/414413002 Review URL: https://codereview.chromium.org/464173002 Cr-Commit-Position: refs/heads/master@{#289529} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289529 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment