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

Issue 74563003: Removed some GetActiveEntry references in autofill (Closed)

Created:
7 years, 1 month ago by jww
Modified:
7 years, 1 month ago
CC:
chromium-reviews, benquan, Dane Wallinga, dyu1, estade+watch_chromium.org, Ilya Sherman, rouslan+autofillwatch_chromium.org
Visibility:
Public.

Description

Removed some GetActiveEntry references in autofill. See also LGTMs in https://codereview.chromium.org/66993003/. BUG=273710 TBR=creis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=236291

Patch Set 1 #

Total comments: 2

Patch Set 2 : Fixed merge conflict #

Total comments: 4

Patch Set 3 : Fixed errors #

Total comments: 6

Patch Set 4 : Improved comment in Show() #

Total comments: 4

Patch Set 5 : Comment nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc View 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 1 chunk +8 lines, -4 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
jww
7 years, 1 month ago (2013-11-16 04:59:14 UTC) #1
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 1 month ago (2013-11-16 04:59:24 UTC) #2
Charlie Reis
Hmm, not LGTM due to the merge conflict. You'll need to either add or TBR ...
7 years, 1 month ago (2013-11-16 19:13:16 UTC) #3
jww
On 2013/11/16 19:13:16, creis wrote: > Hmm, not LGTM due to the merge conflict. You'll ...
7 years, 1 month ago (2013-11-19 21:22:24 UTC) #4
jww
On 2013/11/19 21:22:24, jww wrote: > On 2013/11/16 19:13:16, creis wrote: > > Hmm, not ...
7 years, 1 month ago (2013-11-19 21:38:54 UTC) #5
Charlie Reis
Hmm, still not right. https://codereview.chromium.org/74563003/diff/90001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc File chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc (right): https://codereview.chromium.org/74563003/diff/90001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc#newcode197 chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc:197: current_url.GetContent() == source_url_.GetOrigin(); Why is ...
7 years, 1 month ago (2013-11-19 21:49:14 UTC) #6
jww
Arg, super embarrassing. Sorry about that. I think this patch fixes everything... https://codereview.chromium.org/74563003/diff/90001/chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc File chrome/browser/ui/android/autofill/autofill_dialog_controller_android.cc ...
7 years, 1 month ago (2013-11-19 22:00:00 UTC) #7
jww
Arg, super embarrassing. Sorry about that. I think this patch fixes everything...
7 years, 1 month ago (2013-11-19 22:00:01 UTC) #8
Charlie Reis
No worries. LGTM!
7 years, 1 month ago (2013-11-19 22:23:09 UTC) #9
jww
On 2013/11/19 22:23:09, creis wrote: > No worries. LGTM! Phew, finally :-) Thanks a lot!=
7 years, 1 month ago (2013-11-19 22:25:14 UTC) #10
Ilya Sherman
https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode581 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:581: // the last committed URL for access checks. Hmm, ...
7 years, 1 month ago (2013-11-19 22:56:23 UTC) #11
Charlie Reis
https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode579 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:579: // Autocomplete is show in response to a message ...
7 years, 1 month ago (2013-11-19 23:10:55 UTC) #12
Ilya Sherman
https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode581 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:581: // the last committed URL for access checks. On ...
7 years, 1 month ago (2013-11-19 23:24:37 UTC) #13
jww
https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/150001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode579 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:579: // Autocomplete is show in response to a message ...
7 years, 1 month ago (2013-11-19 23:32:01 UTC) #14
Ilya Sherman
LGTM % nits, thanks. https://codereview.chromium.org/74563003/diff/250001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/250001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode579 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:579: // Autocomplete is shown in ...
7 years, 1 month ago (2013-11-19 23:43:13 UTC) #15
jww
https://codereview.chromium.org/74563003/diff/250001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://codereview.chromium.org/74563003/diff/250001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode579 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:579: // Autocomplete is shown in response to a message ...
7 years, 1 month ago (2013-11-19 23:52:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jww@chromium.org/74563003/300001
7 years, 1 month ago (2013-11-20 17:31:27 UTC) #17
commit-bot: I haz the power
7 years, 1 month ago (2013-11-20 21:09:35 UTC) #18
Message was sent while issue was closed.
Change committed as 236291

Powered by Google App Engine
This is Rietveld 408576698