Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Issue 126036: Patch to solve the problem in import export bookmarks (Closed)

Created:
11 years, 6 months ago by tfarina (gmail-do not use)
Modified:
9 years, 7 months ago
Reviewers:
sky, PhistucK
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

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=None

Patch Set 1 #

Total comments: 3

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 1

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Total comments: 3

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -10 lines) Patch
M chrome/browser/bookmarks/bookmark_html_writer.cc View 1 2 3 4 5 6 7 10 11 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_html_writer_unittest.cc View 5 6 7 10 11 12 5 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/importer/firefox2_importer.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +19 lines, -4 lines 0 comments Download
M chrome/browser/importer/firefox_importer_unittest.cc View 3 4 5 6 7 10 11 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
tfarina (gmail-do not use)
11 years, 6 months ago (2009-06-12 04:31:09 UTC) #1
PhistucK
On 2009/06/12 04:31:09, tfarina wrote: > And when there is an actual """ in the ...
11 years, 6 months ago (2009-06-12 11:08:14 UTC) #2
sky
There are unit tests for both the bookmark writer and firefox2 importer, could you extend ...
11 years, 6 months ago (2009-06-12 15:03:44 UTC) #3
sky
http://codereview.chromium.org/126036/diff/22/26 File chrome/browser/bookmarks/bookmark_html_writer_unittest.cc (right): http://codereview.chromium.org/126036/diff/22/26#newcode120 Line 120: AssertBookmarkEntryEquals(parsed_bookmarks[2], false, url3, url3_title, t3, How does both ...
11 years, 6 months ago (2009-06-15 22:45:56 UTC) #4
tfarina (gmail-do not use)
11 years, 6 months ago (2009-06-16 05:14:16 UTC) #5
sky
LGTM
11 years, 6 months ago (2009-06-16 14:39:30 UTC) #6
tfarina (gmail-do not use)
On 2009/06/16 14:39:30, sky wrote: > LGTM Thanks!! Sky, can you commit this to me?
11 years, 6 months ago (2009-06-16 18:10:03 UTC) #7
tfarina (gmail-do not use)
11 years, 6 months ago (2009-06-17 16:29:19 UTC) #8
tfarina (gmail-do not use)
11 years, 6 months ago (2009-06-23 20:06:47 UTC) #9
sky
This patch only contains firefox2_importer. I need a patch that contains all your changes. Thanks, ...
11 years, 6 months ago (2009-06-24 16:25:52 UTC) #10
tfarina (gmail-do not use)
11 years, 6 months ago (2009-06-24 18:45:57 UTC) #11
sky
http://codereview.chromium.org/126036/diff/3004/2010 File chrome/browser/bookmarks/bookmark_html_writer.cc (right): http://codereview.chromium.org/126036/diff/3004/2010#newcode174 Line 174: ASCIIToUTF16(""")); I noticed that with FireFox urls with ...
11 years, 6 months ago (2009-06-26 17:09:26 UTC) #12
tfarina (gmail-do not use)
http://codereview.chromium.org/126036/diff/3004/2010 File chrome/browser/bookmarks/bookmark_html_writer.cc (right): http://codereview.chromium.org/126036/diff/3004/2010#newcode174 Line 174: ASCIIToUTF16(""")); On 2009/06/26 17:09:26, sky wrote: > I ...
11 years, 6 months ago (2009-06-27 01:16:38 UTC) #13
tfarina (gmail-do not use)
On 2009/06/27 01:16:38, tfarina wrote: > http://codereview.chromium.org/126036/diff/3004/2010 > File chrome/browser/bookmarks/bookmark_html_writer.cc (right): > > http://codereview.chromium.org/126036/diff/3004/2010#newcode174 > ...
11 years, 6 months ago (2009-06-27 18:25:22 UTC) #14
tfarina (gmail-do not use)
If the url have either " or " when it is imported in FireFox it ...
11 years, 6 months ago (2009-06-28 00:40:36 UTC) #15
tfarina (gmail-do not use)
11 years, 5 months ago (2009-06-28 21:44:17 UTC) #16
sky
Your patch no longer applies cleanly. Can you update to the latest, then upload your ...
11 years, 5 months ago (2009-06-29 16:15:39 UTC) #17
tfarina (gmail-do not use)
11 years, 5 months ago (2009-06-29 17:30:15 UTC) #18
sky
Compile failure: http://build.chromium.org/buildbot/try-server/builders/linux/builds/7439/steps/compile/logs/stdio .
11 years, 5 months ago (2009-06-29 18:09:43 UTC) #19
tfarina (gmail-do not use)
This error occurs because I accept the changes made in the last revision and it's ...
11 years, 5 months ago (2009-06-29 18:18:03 UTC) #20
sky
11 years, 5 months ago (2009-06-30 21:01:50 UTC) #21
Landed in r19654.
Thanks!

  -Scott

Powered by Google App Engine
This is Rietveld 408576698