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

Issue 26465006: Fix IE password import (Closed)

Created:
7 years, 2 months ago by mpawlowski
Modified:
7 years, 2 months ago
Reviewers:
Lei Zhang, Jói
CC:
chromium-reviews, benquan, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, rouslan+autofillwatch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Functions that decoded ie7 structures to extract per-URL username and password assumed there will only be one such pair for a URL. Changed to work with URLs for which there are several sets of credentials stored. BUG=305241 TEST=IE7PasswordTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=228180

Patch Set 1 #

Total comments: 9

Patch Set 2 : Style, documentation, etc. #

Total comments: 1

Patch Set 3 : Moving offset_to_data out of the loop #

Patch Set 4 : Renaming ie7_password to ie7_password_win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+142 lines, -297 lines) Patch
M chrome/browser/importer/ie_importer_browsertest_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/in_process_importer_bridge.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_store_win.cc View 1 2 3 5 chunks +26 lines, -28 lines 0 comments Download
M chrome/browser/password_manager/password_store_win_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/logins_table_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/webdata/web_data_service_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/webdata.gypi View 1 2 3 1 chunk +2 lines, -7 lines 0 comments Download
M components/webdata/encryptor/ie7_password.h View 1 2 3 1 chunk +0 lines, -46 lines 0 comments Download
M components/webdata/encryptor/ie7_password.cc View 1 2 3 1 chunk +0 lines, -144 lines 0 comments Download
M components/webdata/encryptor/ie7_password_unittest_win.cc View 1 2 3 1 chunk +69 lines, -39 lines 0 comments Download
A + components/webdata/encryptor/ie7_password_win.h View 1 2 3 1 chunk +15 lines, -7 lines 0 comments Download
A + components/webdata/encryptor/ie7_password_win.cc View 1 2 3 6 chunks +25 lines, -21 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
mpawlowski
git cl upload complained about missing OWNERS for these files, you were suggested though.
7 years, 2 months ago (2013-10-08 14:05:56 UTC) #1
Lei Zhang
https://codereview.chromium.org/26465006/diff/1/chrome/browser/password_manager/password_store_win.cc File chrome/browser/password_manager/password_store_win.cc (right): https://codereview.chromium.org/26465006/diff/1/chrome/browser/password_manager/password_store_win.cc#newcode98 chrome/browser/password_manager/password_store_win.cc:98: void PasswordStoreWin::DBHandler::GetIE7Results( Just return a std::vector<PasswordForm*>, but write this ...
7 years, 2 months ago (2013-10-08 17:49:46 UTC) #2
mpawlowski
new patch set uploaded
7 years, 2 months ago (2013-10-09 07:42:30 UTC) #3
Lei Zhang
https://codereview.chromium.org/26465006/diff/7001/components/webdata/encryptor/ie7_password.cc File components/webdata/encryptor/ie7_password.cc (right): https://codereview.chromium.org/26465006/diff/7001/components/webdata/encryptor/ie7_password.cc#newcode73 components/webdata/encryptor/ie7_password.cc:73: const uint8* offset_to_data = &data[0] + Ok, you got ...
7 years, 2 months ago (2013-10-09 07:59:09 UTC) #4
Lei Zhang
Otherwise LGTM!
7 years, 2 months ago (2013-10-09 08:13:38 UTC) #5
mpawlowski
7 years, 2 months ago (2013-10-09 08:24:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpawlowski@opera.com/26465006/17001
7 years, 2 months ago (2013-10-09 08:26:32 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=29487
7 years, 2 months ago (2013-10-09 09:20:13 UTC) #8
mpawlowski
On 2013/10/09 09:20:13, I haz the power (commit-bot) wrote: > Retried try job too often ...
7 years, 2 months ago (2013-10-09 09:22:06 UTC) #9
Lei Zhang
On 2013/10/09 09:22:06, mpawlowski wrote: > On 2013/10/09 09:20:13, I haz the power (commit-bot) wrote: ...
7 years, 2 months ago (2013-10-09 19:55:15 UTC) #10
Ilya Sherman
On 2013/10/09 19:55:15, Lei Zhang wrote: > On 2013/10/09 09:22:06, mpawlowski wrote: > > On ...
7 years, 2 months ago (2013-10-09 20:46:08 UTC) #11
Lei Zhang
On 2013/10/09 20:46:08, Ilya Sherman wrote: > On 2013/10/09 19:55:15, Lei Zhang wrote: > > ...
7 years, 2 months ago (2013-10-09 21:05:28 UTC) #12
mpawlowski
I'll try renaming it to _win, wanna reap the extra bonus from simplifying the gyp.
7 years, 2 months ago (2013-10-10 07:57:28 UTC) #13
mpawlowski
Renamed ie7_password to end with _win
7 years, 2 months ago (2013-10-10 12:47:13 UTC) #14
Lei Zhang
lgtm++
7 years, 2 months ago (2013-10-10 16:21:42 UTC) #15
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 2 months ago (2013-10-10 16:21:52 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpawlowski@opera.com/26465006/30001
7 years, 2 months ago (2013-10-10 22:12:01 UTC) #17
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=29730
7 years, 2 months ago (2013-10-10 22:34:43 UTC) #18
Lei Zhang
+joi
7 years, 2 months ago (2013-10-10 22:37:49 UTC) #19
Jói
LGTM On Thu, Oct 10, 2013 at 10:37 PM, <thestig@chromium.org> wrote: > +joi > > ...
7 years, 2 months ago (2013-10-11 10:26:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpawlowski@opera.com/26465006/30001
7 years, 2 months ago (2013-10-11 10:54:12 UTC) #21
commit-bot: I haz the power
7 years, 2 months ago (2013-10-11 13:55:22 UTC) #22
Message was sent while issue was closed.
Change committed as 228180

Powered by Google App Engine
This is Rietveld 408576698