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

Issue 18501013: Move most importer code to chrome/utility/importer (Closed)

Created:
7 years, 5 months ago by scottmg
Modified:
7 years, 5 months ago
Reviewers:
Lei Zhang, tfarina, gab, jam, jschuh, joth
CC:
chromium-reviews, dbeam+watch-options_chromium.org, chromium-apps-reviews_chromium.org, tfarina, extensions-reviews_chromium.org
Visibility:
Public.

Description

Move most importer code to chrome/utility/importer Moves the out-of-process parts from chrome/browser/importer into chrome/utility/importer. The majority here are simple moves, mostly into chrome/utility/importer and a few into chrome/common/importer. A few places required splitting files up to put some in different parts of browser|common|utility. These were: - chrome/browser/favicon ReencodeFavicon -> utility (it depends on Blink, so should only be in child processes) - history::VisitSource as used by ImporterBridge -> new similar enum in importer_data_types that's remapped once it's in the browser process - LogImporterUseToMetrics split out to importer_uma in browser. Adds chrome/utility/importer/OWNERS identical to chrome/browser/importer. Existing DEPS disallows both utility->browser and browser->utility. TBR=gab@chromium.org, jam@chromium.org, joth@chromium.org, jschuh@chromium.org, thestig@chromium.org BUG=254672, 237249 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=211858

Patch Set 1 #

Patch Set 2 : more moved/fixed #

Patch Set 3 : more and more, getting closer #

Patch Set 4 : a bunch more stuff to utility, no deps fails now #

Patch Set 5 : deps ! to - #

Patch Set 6 : rebase and rejigger after ie7password CL #

Patch Set 7 : linux #

Patch Set 8 : mac, android whitelist #

Patch Set 9 : another try at mac and android #

Patch Set 10 : mac3 #

Patch Set 11 : mac4 #

Total comments: 27

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : fix name #

Patch Set 15 : fix name, reupload #

Patch Set 16 : fix include on mac #

Total comments: 21

Patch Set 17 : . #

Total comments: 2

Patch Set 18 : fix CanImport and try narrower deps for crypto #

Patch Set 19 : . #

Patch Set 20 : CanImport #

Total comments: 33

Patch Set 21 : review fixes, and rebase after r211545 #

Patch Set 22 : apparently PathExists is in base now #

Total comments: 9

Patch Set 23 : . #

Total comments: 3

Patch Set 24 : fix exclude of importers on android #

Total comments: 1

Patch Set 25 : fix gyp #

Patch Set 26 : another gyp attempt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+413 lines, -7429 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 5 6 7 8 3 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/bookmarks/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +7 lines, -0 lines 0 comments Download
A + chrome/browser/bookmarks/bookmark_html_writer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/first_run/first_run.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/importer/bookmark_html_reader.h View 1 1 chunk +0 lines, -97 lines 0 comments Download
D chrome/browser/importer/bookmark_html_reader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -431 lines 0 comments Download
D chrome/browser/importer/bookmark_html_reader_unittest.cc View 1 1 chunk +0 lines, -275 lines 0 comments Download
D chrome/browser/importer/bookmark_html_writer_unittest.cc View 1 1 chunk +0 lines, -283 lines 0 comments Download
D chrome/browser/importer/bookmarks_file_importer.h View 1 1 chunk +0 lines, -27 lines 0 comments Download
D chrome/browser/importer/bookmarks_file_importer.cc View 1 1 chunk +0 lines, -59 lines 0 comments Download
D chrome/browser/importer/external_process_importer_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -101 lines 0 comments Download
D chrome/browser/importer/external_process_importer_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -183 lines 0 comments Download
M chrome/browser/importer/external_process_importer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/external_process_importer_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -2 lines 0 comments Download
D chrome/browser/importer/firefox3_importer.h View 1 chunk +0 lines, -89 lines 0 comments Download
D chrome/browser/importer/firefox3_importer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -591 lines 0 comments Download
M chrome/browser/importer/firefox_importer_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -1 line 0 comments Download
D chrome/browser/importer/firefox_importer_unittest.cc View 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/importer/firefox_importer_unittest_messages_internal.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/importer/firefox_importer_unittest_utils.h View 1 chunk +0 lines, -89 lines 0 comments Download
D chrome/browser/importer/firefox_importer_unittest_utils_mac.cc View 1 chunk +0 lines, -280 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils.h View 1 2 1 chunk +0 lines, -101 lines 0 comments Download
D chrome/browser/importer/firefox_importer_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -351 lines 0 comments Download
D chrome/browser/importer/firefox_importer_utils_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -21 lines 0 comments Download
D chrome/browser/importer/firefox_importer_utils_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -45 lines 0 comments Download
M chrome/browser/importer/firefox_importer_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -118 lines 0 comments Download
D chrome/browser/importer/firefox_importer_utils_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -82 lines 0 comments Download
M chrome/browser/importer/firefox_proxy_settings.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/importer/ie_importer.h View 1 chunk +0 lines, -87 lines 0 comments Download
D chrome/browser/importer/ie_importer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -883 lines 0 comments Download
M chrome/browser/importer/ie_importer_browsertest_win.cc View 1 2 3 4 5 1 chunk +4 lines, -5 lines 0 comments Download
D chrome/browser/importer/ie_importer_test_registry_overrider_win.h View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/browser/importer/ie_importer_test_registry_overrider_win.cc View 1 2 3 1 chunk +0 lines, -70 lines 0 comments Download
D chrome/browser/importer/ie_importer_unittest_win.cc View 1 chunk +0 lines, -60 lines 0 comments Download
D chrome/browser/importer/ie_importer_utils_win.h View 1 2 3 4 5 1 chunk +0 lines, -26 lines 0 comments Download
D chrome/browser/importer/ie_importer_utils_win.cc View 1 2 3 4 5 1 chunk +0 lines, -47 lines 0 comments Download
D chrome/browser/importer/importer.h View 1 2 3 1 chunk +0 lines, -48 lines 0 comments Download
D chrome/browser/importer/importer.cc View 1 2 3 1 chunk +0 lines, -15 lines 0 comments Download
D chrome/browser/importer/importer_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +0 lines, -95 lines 0 comments Download
D chrome/browser/importer/importer_bridge.cc View 1 2 3 1 chunk +0 lines, -9 lines 0 comments Download
D chrome/browser/importer/importer_creator.h View 1 chunk +0 lines, -28 lines 0 comments Download
D chrome/browser/importer/importer_creator.cc View 1 chunk +0 lines, -107 lines 0 comments Download
M chrome/browser/importer/importer_list.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/browser/importer/importer_uma.h View 1 13 2 chunks +4 lines, -9 lines 0 comments Download
A + chrome/browser/importer/importer_uma.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -39 lines 0 comments Download
M chrome/browser/importer/in_process_importer_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
D chrome/browser/importer/nss_decryptor.h View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/browser/importer/nss_decryptor.cc View 1 chunk +0 lines, -299 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_mac.h View 1 chunk +0 lines, -162 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_mac.mm View 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_null.h View 1 chunk +0 lines, -40 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_system_nss.h View 1 chunk +0 lines, -62 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_system_nss.cc View 1 chunk +0 lines, -272 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_win.h View 1 chunk +0 lines, -178 lines 0 comments Download
D chrome/browser/importer/nss_decryptor_win.cc View 1 chunk +0 lines, -177 lines 0 comments Download
D chrome/browser/importer/pstore_declarations.h View 1 2 3 1 chunk +0 lines, -182 lines 0 comments Download
D chrome/browser/importer/reencode_favicon.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -18 lines 0 comments Download
D chrome/browser/importer/reencode_favicon.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -38 lines 0 comments Download
D chrome/browser/importer/safari_importer.h View 1 chunk +0 lines, -115 lines 0 comments Download
D chrome/browser/importer/safari_importer.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -399 lines 0 comments Download
D chrome/browser/importer/safari_importer_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +0 lines, -200 lines 0 comments Download
M chrome/browser/ui/webui/options/import_data_handler.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +45 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 7 chunks +2 lines, -50 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +11 lines, -0 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 7 chunks +8 lines, -12 lines 0 comments Download
A + chrome/common/importer/firefox_importer_utils.h View 1 2 3 3 chunks +5 lines, -4 lines 0 comments Download
A + chrome/common/importer/firefox_importer_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/firefox_importer_utils_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/firefox_importer_utils_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/firefox_importer_utils_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/ie_importer_test_registry_overrider_win.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/common/importer/ie_importer_test_registry_overrider_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/ie_importer_utils_win.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/common/importer/ie_importer_utils_win.cc View 1 2 3 4 5 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/common/importer/importer_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +3 lines, -4 lines 0 comments Download
A + chrome/common/importer/importer_bridge.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + chrome/common/importer/pstore_declarations.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/utility/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +5 lines, -5 lines 0 comments Download
A + chrome/utility/importer/OWNERS View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/utility/importer/bookmark_html_reader.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/utility/importer/bookmark_html_reader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +5 lines, -4 lines 0 comments Download
A + chrome/utility/importer/bookmark_html_reader_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + chrome/utility/importer/bookmarks_file_importer.h View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/bookmarks_file_importer.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/external_process_importer_bridge.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/external_process_importer_bridge.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +1 line, -5 lines 0 comments Download
A + chrome/utility/importer/favicon_reencode.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +10 lines, -5 lines 0 comments Download
A + chrome/utility/importer/favicon_reencode.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +7 lines, -4 lines 0 comments Download
A + chrome/utility/importer/firefox3_importer.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/firefox3_importer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +8 lines, -11 lines 0 comments Download
A + chrome/utility/importer/firefox_importer_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
A + chrome/utility/importer/firefox_importer_unittest_messages_internal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome/utility/importer/firefox_importer_unittest_utils.h View 2 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/firefox_importer_unittest_utils_mac.cc View 1 2 4 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/firefox_importer_utils_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
A + chrome/utility/importer/ie_importer_win.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +87 lines, -87 lines 0 comments Download
A + chrome/utility/importer/ie_importer_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +8 lines, -7 lines 0 comments Download
A + chrome/utility/importer/importer.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/utility/importer/importer.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A chrome/utility/importer/importer_creator.h View 13 1 chunk +19 lines, -0 lines 0 comments Download
A chrome/utility/importer/importer_creator.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +44 lines, -0 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor.h View 1 chunk +7 lines, -7 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/utility/importer/nss_decryptor_mac.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor_mac.mm View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor_null.h View 3 chunks +6 lines, -4 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor_system_nss.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor_system_nss.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/utility/importer/nss_decryptor_win.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + chrome/utility/importer/nss_decryptor_win.cc View 1 chunk +1 line, -1 line 0 comments Download
A + chrome/utility/importer/safari_importer.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +11 lines, -16 lines 0 comments Download
A + chrome/utility/importer/safari_importer.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +4 lines, -4 lines 0 comments Download
A + chrome/utility/importer/safari_importer_unittest.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/utility/profile_import_handler.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
A + components/webdata/encryptor/ie7_password_unittest_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (0 generated)
scottmg
(sorry it's so big, mostly renames except as noted in the description)
7 years, 5 months ago (2013-07-04 20:23:59 UTC) #1
gab
1st pass, awesome work, can you ask someone else to look at tools/ (and does ...
7 years, 5 months ago (2013-07-08 15:18:08 UTC) #2
gab
Oh, it would be nice too if the CL description documented where each file moved, ...
7 years, 5 months ago (2013-07-08 15:19:16 UTC) #3
scottmg
removed tools/ changes. i tried a few git tweaks but couldn't get firefox_importer_utils* to be ...
7 years, 5 months ago (2013-07-09 16:20:48 UTC) #4
scottmg
(weird, in ps14 that failed upload with the "Base files missing" they're D, in ps15, ...
7 years, 5 months ago (2013-07-09 16:33:01 UTC) #5
gab
Looks great, comments below, I'll do another full pass after that. Cheers! Gab https://codereview.chromium.org/18501013/diff/34001/chrome/common/importer/safari_importer_utils.mm File ...
7 years, 5 months ago (2013-07-09 20:48:31 UTC) #6
scottmg
https://codereview.chromium.org/18501013/diff/53244/chrome/browser/importer/in_process_importer_bridge.cc File chrome/browser/importer/in_process_importer_bridge.cc (right): https://codereview.chromium.org/18501013/diff/53244/chrome/browser/importer/in_process_importer_bridge.cc#newcode58 chrome/browser/importer/in_process_importer_bridge.cc:58: NOTREACHED(); On 2013/07/09 20:48:31, gab wrote: > I think ...
7 years, 5 months ago (2013-07-09 21:16:45 UTC) #7
gab
Quick pass over comments, going home, will take another look tomorrow. Thanks! Gab https://codereview.chromium.org/18501013/diff/53244/chrome/browser/importer/in_process_importer_bridge.cc File ...
7 years, 5 months ago (2013-07-09 21:29:43 UTC) #8
scottmg
https://codereview.chromium.org/18501013/diff/53244/chrome/browser/importer/in_process_importer_bridge.cc File chrome/browser/importer/in_process_importer_bridge.cc (right): https://codereview.chromium.org/18501013/diff/53244/chrome/browser/importer/in_process_importer_bridge.cc#newcode58 chrome/browser/importer/in_process_importer_bridge.cc:58: NOTREACHED(); On 2013/07/09 21:29:43, gab wrote: > On 2013/07/09 ...
7 years, 5 months ago (2013-07-09 23:03:08 UTC) #9
gab
Looks great, seems like a lot of new DEPS are still missing from chrome/utility/DEPS (I'm ...
7 years, 5 months ago (2013-07-10 13:40:44 UTC) #10
tfarina
https://codereview.chromium.org/18501013/diff/80002/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/18501013/diff/80002/chrome/browser/DEPS#newcode75 chrome/browser/DEPS:75: "!chrome/utility", On 2013/07/10 13:40:44, gab wrote: > Just checking, ...
7 years, 5 months ago (2013-07-10 13:44:36 UTC) #11
tfarina
https://codereview.chromium.org/18501013/diff/80002/chrome/browser/bookmarks/DEPS File chrome/browser/bookmarks/DEPS (right): https://codereview.chromium.org/18501013/diff/80002/chrome/browser/bookmarks/DEPS#newcode11 chrome/browser/bookmarks/DEPS:11: "+chrome/utility/importer/bookmark_html_reader.h", On 2013/07/10 13:40:44, gab wrote: > I still ...
7 years, 5 months ago (2013-07-10 13:46:54 UTC) #12
tfarina
https://codereview.chromium.org/18501013/diff/80002/chrome/utility/importer/firefox3_importer.cc File chrome/utility/importer/firefox3_importer.cc (right): https://codereview.chromium.org/18501013/diff/80002/chrome/utility/importer/firefox3_importer.cc#newcode30 chrome/utility/importer/firefox3_importer.cc:30: #include "url/gurl.h" On 2013/07/10 13:40:44, gab wrote: > need ...
7 years, 5 months ago (2013-07-10 13:48:26 UTC) #13
gab
I see, thanks for the clarifications Thiago. https://codereview.chromium.org/18501013/diff/80002/chrome/utility/DEPS File chrome/utility/DEPS (right): https://codereview.chromium.org/18501013/diff/80002/chrome/utility/DEPS#newcode4 chrome/utility/DEPS:4: "+chrome/common/local_discovery", On ...
7 years, 5 months ago (2013-07-10 13:53:21 UTC) #14
scottmg
https://codereview.chromium.org/18501013/diff/80002/chrome/browser/bookmarks/DEPS File chrome/browser/bookmarks/DEPS (right): https://codereview.chromium.org/18501013/diff/80002/chrome/browser/bookmarks/DEPS#newcode11 chrome/browser/bookmarks/DEPS:11: "+chrome/utility/importer/bookmark_html_reader.h", On 2013/07/10 13:46:55, tfarina wrote: > On 2013/07/10 ...
7 years, 5 months ago (2013-07-15 16:06:01 UTC) #15
scottmg
+jam. Per CL description, this is mostly just renames except for a couple files that ...
7 years, 5 months ago (2013-07-15 19:05:41 UTC) #16
jam
https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS#newcode77 chrome/browser/DEPS:77: "!chrome/utility", On 2013/07/15 19:05:41, scottmg wrote: > Follow up ...
7 years, 5 months ago (2013-07-15 19:54:13 UTC) #17
scottmg
thanks https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS#newcode77 chrome/browser/DEPS:77: "!chrome/utility", On 2013/07/15 19:54:14, jam wrote: > On ...
7 years, 5 months ago (2013-07-15 20:20:43 UTC) #18
jam
lgtm https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS File chrome/browser/DEPS (right): https://codereview.chromium.org/18501013/diff/129001/chrome/browser/DEPS#newcode77 chrome/browser/DEPS:77: "!chrome/utility", On 2013/07/15 20:20:43, scottmg wrote: > On ...
7 years, 5 months ago (2013-07-15 20:25:54 UTC) #19
scottmg
tbr for some renames: joth@ for android_webview\tools\third_party_files_whitelist.txt (referenced files renamed) jschuh@ for chrome\utility\importer\firefox_importer_unittest_messages_internal.h renamed thestig@ ...
7 years, 5 months ago (2013-07-15 20:31:35 UTC) #20
joth
lgtm rubberstamp
7 years, 5 months ago (2013-07-15 20:32:38 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/144001
7 years, 5 months ago (2013-07-15 20:54:08 UTC) #22
jschuh
ipc security rubberstamp lgtm. unsandboxed <-> unsandboxed.
7 years, 5 months ago (2013-07-15 21:15:32 UTC) #23
Lei Zhang
components/webdata/encryptor/ie7_password_unittest_win.cc lgtm https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS File chrome/utility/importer/OWNERS (right): https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS#newcode5 chrome/utility/importer/OWNERS:5: # For security review of IPC message ...
7 years, 5 months ago (2013-07-15 22:41:20 UTC) #24
gab
lgtm, thanks! https://codereview.chromium.org/18501013/diff/144001/chrome/chrome.gyp File chrome/chrome.gyp (right): https://codereview.chromium.org/18501013/diff/144001/chrome/chrome.gyp#newcode359 chrome/chrome.gyp:359: 'utility/importer/nss_decryptor.cc', It seems weird to me that ...
7 years, 5 months ago (2013-07-15 22:41:23 UTC) #25
scottmg
https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS File chrome/utility/importer/OWNERS (right): https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS#newcode5 chrome/utility/importer/OWNERS:5: # For security review of IPC message files. On ...
7 years, 5 months ago (2013-07-15 22:46:37 UTC) #26
Lei Zhang
On 2013/07/15 22:46:37, scottmg wrote: > https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS > File chrome/utility/importer/OWNERS (right): > > https://codereview.chromium.org/18501013/diff/144001/chrome/utility/importer/OWNERS#newcode5 > ...
7 years, 5 months ago (2013-07-15 22:49:36 UTC) #27
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=59542
7 years, 5 months ago (2013-07-15 23:44:26 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/144001
7 years, 5 months ago (2013-07-15 23:46:58 UTC) #29
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-16 00:36:17 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/144001
7 years, 5 months ago (2013-07-16 00:40:43 UTC) #31
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-16 01:04:59 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/158004
7 years, 5 months ago (2013-07-16 01:28:37 UTC) #33
commit-bot: I haz the power
Retried try job too often on android_dbg for step(s) slave_steps http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=android_dbg&number=84347
7 years, 5 months ago (2013-07-16 06:34:07 UTC) #34
gab
https://chromiumcodereview.appspot.com/18501013/diff/158004/chrome/chrome.gyp File chrome/chrome.gyp (right): https://chromiumcodereview.appspot.com/18501013/diff/158004/chrome/chrome.gyp#newcode375 chrome/chrome.gyp:375: ['exclude', '^utility/importer/'], Doesn't this include '^utility/importer/bookmark_html_reader\.cc' ? (either way, ...
7 years, 5 months ago (2013-07-16 14:13:43 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/159003
7 years, 5 months ago (2013-07-16 16:10:26 UTC) #36
commit-bot: I haz the power
Retried try job too often on linux_aura for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_aura&number=60387
7 years, 5 months ago (2013-07-16 18:26:38 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scottmg@chromium.org/18501013/159003
7 years, 5 months ago (2013-07-16 19:13:57 UTC) #38
scottmg
7 years, 5 months ago (2013-07-16 21:58:10 UTC) #39
Message was sent while issue was closed.
Committed patchset #26 manually as r211858 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698