commit | 6eac1b3e62b46946670e89bc259796b61b01d251 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 30 21:00:27 2009 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Tue Jun 30 21:00:27 2009 |
tree | 8f99cafbf21b6bce0bfcf55d44c8ea93ad18a346 | |
parent | a728a359310e52d11cae7aa7e0a53960ed12b08a [diff] [blame] |
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 " 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
diff --git a/AUTHORS b/AUTHORS index 8192e79..bec47355 100644 --- a/AUTHORS +++ b/AUTHORS
@@ -43,4 +43,4 @@ Jacob Mandelson <[email protected]> Yuri Gorobets <[email protected]> Paul Wicks <[email protected]> - +Thiago Farina <[email protected]>