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

Issue 2769023003: [Password Manager] Check node visibility with isFocusable instead of hasNonEmptyLayoutSize (Closed)

Created:
3 years, 9 months ago by kolos1
Modified:
3 years, 8 months ago
Reviewers:
vabr (Chromium)
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, jam, rouslan+autofill_chromium.org, rogerm+autofillwatch_chromium.org, sebsg+autofillwatch_chromium.org, browser-components-watch_chromium.org, mathp+autofillwatch_chromium.org, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[Password Manager] Check node visibility with isFocusable instead of hasNonEmptyLayoutSize Autofill already uses isFocusable BUG=593246, 589533 Review-Url: https://codereview.chromium.org/2769023003 Cr-Commit-Position: refs/heads/master@{#460064} Committed: https://chromium.googlesource.com/chromium/src/+/7717d24507eb8aa830a8fdf7d5c202a43a8803ae

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Added comment to IsWebElementVisible #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -34 lines) Patch
M chrome/renderer/autofill/password_autofill_agent_browsertest.cc View 1 3 chunks +30 lines, -6 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.h View 1 1 chunk +4 lines, -7 lines 0 comments Download
M components/autofill/content/renderer/form_autofill_util.cc View 1 2 chunks +8 lines, -9 lines 0 comments Download
M components/autofill/content/renderer/form_classifier.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M components/autofill/content/renderer/password_form_conversion_utils_browsertest.cc View 1 5 chunks +43 lines, -5 lines 0 comments Download

Messages

Total messages: 29 (23 generated)
kolos1
Hi Vaclav, Please review. Regards, Maxim
3 years, 9 months ago (2017-03-23 12:33:20 UTC) #8
vabr (Chromium)
Thanks, Maxim. This LGTM, but please check whether hasNonEmptyLayoutSize cannot cause layout, to prevent reviving ...
3 years, 9 months ago (2017-03-23 20:14:10 UTC) #13
kolos1
https://codereview.chromium.org/2769023003/diff/60001/components/autofill/content/renderer/form_autofill_util.cc File components/autofill/content/renderer/form_autofill_util.cc (right): https://codereview.chromium.org/2769023003/diff/60001/components/autofill/content/renderer/form_autofill_util.cc#newcode1337 components/autofill/content/renderer/form_autofill_util.cc:1337: bool res = g_prevent_layout ? element.hasNonEmptyLayoutSize() Added a comment ...
3 years, 8 months ago (2017-03-28 09:34:30 UTC) #19
vabr (Chromium)
On 2017/03/28 09:34:30, kolos1 wrote: > https://codereview.chromium.org/2769023003/diff/60001/components/autofill/content/renderer/form_autofill_util.cc > File components/autofill/content/renderer/form_autofill_util.cc (right): > > https://codereview.chromium.org/2769023003/diff/60001/components/autofill/content/renderer/form_autofill_util.cc#newcode1337 > ...
3 years, 8 months ago (2017-03-28 10:13:33 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2769023003/170001
3 years, 8 months ago (2017-03-28 11:26:14 UTC) #25
commit-bot: I haz the power
3 years, 8 months ago (2017-03-28 12:21:26 UTC) #29
Message was sent while issue was closed.
Committed patchset #2 (id:170001) as
https://chromium.googlesource.com/chromium/src/+/7717d24507eb8aa830a8fdf7d5c2...

Powered by Google App Engine
This is Rietveld 408576698