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

Issue 11862010: Fix WebDataRequest ownership gap (Closed)

Created:
7 years, 11 months ago by Cait (Slow)
Modified:
7 years, 10 months ago
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, Albert Bodenhamer, estade+watch_chromium.org, Ilya Sherman, erikwright (departed)
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Total comments: 18

Patch Set 4 : Fix destroy and make result a scoped_ptr #

Total comments: 14

Patch Set 5 : A few more nits #

Patch Set 6 : rebase #

Patch Set 7 : Rebase 2 #

Patch Set 8 : Fix tsan bug #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -115 lines) Patch
M chrome/browser/api/webdata/web_data_results.h View 1 2 3 4 3 chunks +39 lines, -17 lines 0 comments Download
D chrome/browser/api/webdata/web_data_results.cc View 1 2 3 1 chunk +0 lines, -19 lines 0 comments Download
M chrome/browser/webdata/web_data_request_manager.h View 1 2 3 4 5 6 7 5 chunks +25 lines, -14 lines 0 comments Download
M chrome/browser/webdata/web_data_request_manager.cc View 1 2 3 4 6 chunks +57 lines, -35 lines 0 comments Download
M chrome/browser/webdata/web_data_service.h View 1 2 3 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/webdata/web_data_service.cc View 1 2 3 7 chunks +23 lines, -23 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
Cait (Slow)
Hi David, This is the fix for the ownership gap mentioned in https://chromiumcodereview.appspot.com/11783091. Thanks, Cait
7 years, 11 months ago (2013-01-16 17:03:04 UTC) #1
dhollowa
LGTM. Thanks. https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc File chrome/browser/webdata/web_data_request_manager.cc (right): https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc#newcode41 chrome/browser/webdata/web_data_request_manager.cc:41: } nit: extra line is needed here. ...
7 years, 11 months ago (2013-01-16 18:41:29 UTC) #2
erikwright (departed)
Some suggestions. https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc File chrome/browser/webdata/web_data_request_manager.cc (right): https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc#newcode79 chrome/browser/webdata/web_data_request_manager.cc:79: i->second->Cancel(); I think it's a requirement that ...
7 years, 11 months ago (2013-01-16 19:00:23 UTC) #3
Cait (Slow)
https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc File chrome/browser/webdata/web_data_request_manager.cc (right): https://codereview.chromium.org/11862010/diff/11001/chrome/browser/webdata/web_data_request_manager.cc#newcode41 chrome/browser/webdata/web_data_request_manager.cc:41: } On 2013/01/16 18:41:29, dhollowa wrote: > nit: extra ...
7 years, 11 months ago (2013-01-24 22:45:50 UTC) #4
erikwright (departed)
LGTM with nits. More fantastic work. Thank you! https://codereview.chromium.org/11862010/diff/19001/chrome/browser/api/webdata/web_data_results.h File chrome/browser/api/webdata/web_data_results.h (right): https://codereview.chromium.org/11862010/diff/19001/chrome/browser/api/webdata/web_data_results.h#newcode88 chrome/browser/api/webdata/web_data_results.h:88: const ...
7 years, 10 months ago (2013-01-28 20:01:05 UTC) #5
Cait (Slow)
https://codereview.chromium.org/11862010/diff/19001/chrome/browser/api/webdata/web_data_results.h File chrome/browser/api/webdata/web_data_results.h (right): https://codereview.chromium.org/11862010/diff/19001/chrome/browser/api/webdata/web_data_results.h#newcode88 chrome/browser/api/webdata/web_data_results.h:88: const DestroyCallback& callback) On 2013/01/28 20:01:05, erikwright wrote: > ...
7 years, 10 months ago (2013-01-29 01:10:29 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/39002
7 years, 10 months ago (2013-01-29 15:27:58 UTC) #7
commit-bot: I haz the power
Presubmit check for 11862010-39002 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 10 months ago (2013-01-29 15:28:01 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/39002
7 years, 10 months ago (2013-01-29 15:31:29 UTC) #9
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 16:21:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/39002
7 years, 10 months ago (2013-01-29 17:52:54 UTC) #11
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 18:32:16 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/41005
7 years, 10 months ago (2013-01-29 21:56:30 UTC) #13
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 10 months ago (2013-01-29 22:29:12 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/41005
7 years, 10 months ago (2013-01-29 22:38:56 UTC) #15
commit-bot: I haz the power
Change committed as 179527
7 years, 10 months ago (2013-01-30 04:55:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/34003
7 years, 10 months ago (2013-01-31 21:14:52 UTC) #17
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
7 years, 10 months ago (2013-02-01 00:13:49 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/caitkp@chromium.org/11862010/34003
7 years, 10 months ago (2013-02-01 00:20:35 UTC) #19
commit-bot: I haz the power
7 years, 10 months ago (2013-02-01 00:42:24 UTC) #20
Message was sent while issue was closed.
Change committed as 180019

Powered by Google App Engine
This is Rietveld 408576698