summaryrefslogtreecommitdiffstats
path: root/webkit/pending
Commit message (Collapse)AuthorAgeFilesLines
* This adds an additional condition on my previous patch in r183 which tried ↵brettw@google.com2008-07-311-0/+16
| | | | | | | | | | | to fix box characters appearing in some pages, such as Gmail. The problem is that the newline character is treated as a zero-width space in the old patch, but apparently WebKit relies on this turning into a space (or something, I don't totally understand). I just removed control characters from this condition since we don't actually want to change their behavior in this respect. webkit=https://bugs.webkit.org/show_bug.cgi?id=20237 BUG=1166024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204 0039d316-1c4b-4281-b951-d872f2087c98
* It's causing regressions.brettw@google.com2008-07-311-12/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes the problem of little boxes appearing in Gmail when you don't ↵brettw@google.com2008-07-311-0/+12
| | | | | | | | | | | | | | | | have Arial Unicode MS installed. The problem is that we don't find a font that defines the LTR character. We map this to the 0 glyph, which then renders as a box. We want normal characters that aren't found to render as a box so the user will know that there are characters there that they aren't seeing. We just don't want a few particular ones to ever appear. The same thing happens when we encounter a real zero width space character, which is even more bizarre. This change maps all characters that should be treated as spaces to spaces, and all widths for zero widths characters to be zero width. WebKit bug https://bugs.webkit.org/show_bug.cgi?id=20237 BUG=1166024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183 0039d316-1c4b-4281-b951-d872f2087c98
* Add webkit to the repository.initial.commit2008-07-27186-0/+103831
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18 0039d316-1c4b-4281-b951-d872f2087c98