summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 21:00:27 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-30 21:00:27 +0000
commit6eac1b3e62b46946670e89bc259796b61b01d251 (patch)
tree8f99cafbf21b6bce0bfcf55d44c8ea93ad18a346 /AUTHORS
parenta728a359310e52d11cae7aa7e0a53960ed12b08a (diff)
downloadchromium_src-6eac1b3e62b46946670e89bc259796b61b01d251.zip
chromium_src-6eac1b3e62b46946670e89bc259796b61b01d251.tar.gz
chromium_src-6eac1b3e62b46946670e89bc259796b61b01d251.tar.bz2
Lands http://codereview.chromium.org/126036 for Thiago.
From Thiago: This patch is to solve the problem in import/export bookmarks. They aren't exported correctly and also not imported correctly. Now when the bookmarks are exported the character " are escaped to &quot; and when they are imported, they are unescaped. BUG=7505 TEST=Try importing/exporting bookmarks, make sure nothing is broken. Review URL: http://codereview.chromium.org/126222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS2
1 files changed, 1 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 8192e79..bec4735 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -43,4 +43,4 @@ Joel Stanley <joel@jms.id.au>
Jacob Mandelson <jacob@mandelson.org>
Yuri Gorobets <yuri.gorobets@gmail.com>
Paul Wicks <pwicks86@gmail.com>
-
+Thiago Farina <thiago.farina@gmail.com>