summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 00:39:59 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-29 00:39:59 +0000
commit9db40b680c36437f5e9aa30d0d7aa88f3d24dea6 (patch)
tree4cb6f03fafb021e44cb55c82e8070bdf01ef9949 /AUTHORS
parentffde793973e9f1d0ba032eb37e43e40c57325896 (diff)
downloadchromium_src-9db40b680c36437f5e9aa30d0d7aa88f3d24dea6.zip
chromium_src-9db40b680c36437f5e9aa30d0d7aa88f3d24dea6.tar.gz
chromium_src-9db40b680c36437f5e9aa30d0d7aa88f3d24dea6.tar.bz2
Fixed a bug with the unit_tests, which caused it to leave hebrew enabled
vista without hebrew support the bug reason is documented in the source for all to see and the bug=12093 (http://code.google.com/p/chromium/issues/detail?id=12093) the code has been tested with and without a debugger but i have to admit, the unit_tests rarely pass on my machine (the ui ones never do)but this code i changed leaves the state EXACTLY like it was and solves this issue at least BUG=12093 TEST=run unit_tests.exe on Hebrew Windows; run Chrome; open a page which contains a <textarea dir="ltr"></textarea> element; press control+right-shift key, and; verify its "dir" attribute becomes "rtl". Review URL: http://codereview.chromium.org/115849 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17156 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 23c2d75..182aa64 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,3 +38,4 @@ Sean Bryant <sean@cyberwang.net>
Robert Sesek <rsesek@bluestatic.org>
Janwar Dinata <j.dinata@gmail.com>
Will Hirsch <chromium@willhirsch.co.uk>
+Yoav Zilberberg <yoav.zilberberg@gmail.com>