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

Issue 1455143004: Use the window coordinate for the autofill bounds. (Closed)

Created:
5 years, 1 month ago by oshima
Modified:
5 years ago
CC:
chromium-reviews, nasko+codewatch_chromium.org, browser-components-watch_chromium.org, bondd+autofillwatch_chromium.org, rwlbuis, jam, blink-reviews-dom_chromium.org, dglazkov+blink, darin-cc_chromium.org, blink-reviews, blink-reviews-api_chromium.org, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, vabr+watchlistpasswordmanager_chromium.org, rouslan+autofill_chromium.org, eae+blinkwatch, sof, vabr+watchlistautofill_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, jdonnelly+autofillwatch_chromium.org, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use the window coordinate for the autofill bounds. Viewport and Window coordinates will differ when Zoom is used to implement DSF behavior. BUG=485650 TEST=RenderViewImplScaleFactorTest.*, plus manually tested. Committed: https://crrev.com/e2b3b40f6a3350c5f922d3f06a9ef43673df5641 Cr-Commit-Position: refs/heads/master@{#363134}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Patch Set 3 : fix typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -7 lines) Patch
M components/autofill/content/renderer/autofill_agent.cc View 1 chunk +5 lines, -1 line 0 comments Download
M components/autofill/content/renderer/password_autofill_agent.cc View 1 chunk +5 lines, -1 line 0 comments Download
M components/autofill/content/renderer/password_generation_agent.cc View 1 chunk +11 lines, -3 lines 0 comments Download
M content/public/renderer/render_view.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 3 chunks +40 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.h View 3 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 45 (25 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/80001
5 years ago (2015-12-03 04:48:43 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: cast_shell_android on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_android/builds/86902) cast_shell_linux on ...
5 years ago (2015-12-03 04:58:42 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/140001
5 years ago (2015-12-03 08:12:02 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-12-03 09:20:57 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/160001
5 years ago (2015-12-03 19:05:46 UTC) #18
oshima
bokan -> please review all as this involves coordinate change. vabr -> components/autofill owner
5 years ago (2015-12-03 19:10:48 UTC) #21
vabr (Chromium)
components/autofill owner LGTM When you say "manually tested", does that involve what I was asking ...
5 years ago (2015-12-03 19:29:02 UTC) #23
oshima
On 2015/12/03 19:29:02, vabr (Chromium) wrote: > components/autofill owner LGTM > > When you say ...
5 years ago (2015-12-03 19:31:59 UTC) #24
bokan
https://codereview.chromium.org/1455143004/diff/160001/content/public/renderer/render_view.h File content/public/renderer/render_view.h (right): https://codereview.chromium.org/1455143004/diff/160001/content/public/renderer/render_view.h#newcode127 content/public/renderer/render_view.h:127: // Converts the |rect| from viewport coordinates to window ...
5 years ago (2015-12-03 20:49:20 UTC) #25
oshima
https://codereview.chromium.org/1455143004/diff/160001/content/public/renderer/render_view.h File content/public/renderer/render_view.h (right): https://codereview.chromium.org/1455143004/diff/160001/content/public/renderer/render_view.h#newcode127 content/public/renderer/render_view.h:127: // Converts the |rect| from viewport coordinates to window ...
5 years ago (2015-12-03 21:58:17 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/180001
5 years ago (2015-12-03 22:57:41 UTC) #28
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/149771)
5 years ago (2015-12-03 23:17:07 UTC) #30
bokan
lgtm https://codereview.chromium.org/1455143004/diff/160001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/1455143004/diff/160001/content/renderer/render_view_impl.cc#newcode2144 content/renderer/render_view_impl.cc:2144: void RenderViewImpl::convertViewportToWindow(blink::WebRect* rect) { On 2015/12/03 21:58:17, oshima ...
5 years ago (2015-12-04 00:28:52 UTC) #31
oshima
piman@ -> content owner
5 years ago (2015-12-04 01:01:01 UTC) #33
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/200001
5 years ago (2015-12-04 01:05:18 UTC) #35
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_TIMED_OUT, no build URL) ...
5 years ago (2015-12-04 03:11:41 UTC) #37
piman
lgtm
5 years ago (2015-12-04 03:25:00 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1455143004/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1455143004/200001
5 years ago (2015-12-04 04:20:31 UTC) #41
commit-bot: I haz the power
Committed patchset #3 (id:200001)
5 years ago (2015-12-04 04:27:31 UTC) #43
commit-bot: I haz the power
5 years ago (2015-12-04 04:28:29 UTC) #45
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e2b3b40f6a3350c5f922d3f06a9ef43673df5641
Cr-Commit-Position: refs/heads/master@{#363134}

Powered by Google App Engine
This is Rietveld 408576698