DescriptionLinux: 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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289529
Patch Set 1 #Patch Set 2 : Fixes the memory leak. #
Total comments: 2
Patch Set 3 : Just use UTF8 XTPs. #Messages
Total messages: 14 (0 generated)
|