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

Issue 866633002: partial PageClickTracker migration to RenderFrameObserver (Closed)

Created:
5 years, 11 months ago by Evan Stade
Modified:
5 years, 10 months ago
Reviewers:
groby-ooo-7-16, nasko
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, plundblad+watch_chromium.org, aboxhall+watch_chromium.org, browser-components-watch_chromium.org, nasko+codewatch_chromium.org, jam, yuzo+watch_chromium.org, darin-cc_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

partial PageClickTracker migration to RenderFrameObserver BUG=433486 Committed: https://crrev.com/78d655f812267ed45a3e90faecbd000fe9bd359a Cr-Commit-Position: refs/heads/master@{#313856}

Patch Set 1 #

Patch Set 2 : ... #

Patch Set 3 : rebase #

Total comments: 2

Patch Set 4 : relative patchset #

Patch Set 5 : merge #

Patch Set 6 : fix test #

Patch Set 7 : update spellcheker #

Total comments: 2

Patch Set 8 : . #

Patch Set 9 : better #

Patch Set 10 : blurgh #

Patch Set 11 : make test happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -87 lines) Patch
M chrome/renderer/autofill/page_click_tracker_browsertest.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.cc View 1 2 3 4 5 6 3 chunks +9 lines, -11 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.h View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -4 lines 0 comments Download
M components/autofill/content/renderer/autofill_agent.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M components/autofill/content/renderer/page_click_tracker.h View 1 2 3 4 5 6 7 8 9 3 chunks +31 lines, -11 lines 0 comments Download
M components/autofill/content/renderer/page_click_tracker.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +41 lines, -15 lines 0 comments Download
M content/public/renderer/render_frame.h View 2 chunks +5 lines, -0 lines 0 comments Download
M content/public/renderer/render_view.h View 1 2 3 1 chunk +0 lines, -8 lines 0 comments Download
M content/renderer/render_frame_impl.h View 1 2 3 4 5 6 7 2 chunks +1 line, -4 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 2 chunks +8 lines, -8 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 2 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 3 chunks +13 lines, -20 lines 0 comments Download

Messages

Total messages: 49 (21 generated)
Evan Stade
Do you know if there's a bug to track progress on updating the input handling/forwarding ...
5 years, 11 months ago (2015-01-22 00:55:38 UTC) #2
nasko
content/ LGTM I don't know if we have a bug that tracks input migration. I ...
5 years, 11 months ago (2015-01-22 20:58:59 UTC) #3
Evan Stade
https://codereview.chromium.org/866633002/diff/40001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/866633002/diff/40001/content/renderer/render_view_impl.cc#newcode1941 content/renderer/render_view_impl.cc:1941: // TODO(dmazzoni): remove once there's a separate a11y tree ...
5 years, 11 months ago (2015-01-22 21:02:38 UTC) #4
nasko
On 2015/01/22 21:02:38, Evan Stade wrote: > https://codereview.chromium.org/866633002/diff/40001/content/renderer/render_view_impl.cc > File content/renderer/render_view_impl.cc (right): > > https://codereview.chromium.org/866633002/diff/40001/content/renderer/render_view_impl.cc#newcode1941 ...
5 years, 11 months ago (2015-01-22 21:22:25 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/60001
5 years, 11 months ago (2015-01-23 16:08:11 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/117317) linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/1308)
5 years, 11 months ago (2015-01-23 16:18:48 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/80001
5 years, 11 months ago (2015-01-23 22:39:26 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_dbg on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_dbg/builds/35926)
5 years, 11 months ago (2015-01-23 22:55:51 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/100001
5 years, 11 months ago (2015-01-26 20:07:19 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/17511) Try jobs failed on following ...
5 years, 11 months ago (2015-01-26 20:42:02 UTC) #17
Evan Stade
+groby for spellchecker change
5 years, 11 months ago (2015-01-27 02:12:58 UTC) #19
groby-ooo-7-16
spellcheck LGTM https://codereview.chromium.org/866633002/diff/120001/chrome/renderer/spellchecker/spellcheck_provider.cc File chrome/renderer/spellchecker/spellcheck_provider.cc (right): https://codereview.chromium.org/866633002/diff/120001/chrome/renderer/spellchecker/spellcheck_provider.cc#newcode114 chrome/renderer/spellchecker/spellcheck_provider.cc:114: WebFrame* frame = render_view()->GetWebView()->focusedFrame(); RenderViewImpl::GetFocusedElement() already does ...
5 years, 11 months ago (2015-01-27 02:31:21 UTC) #20
Evan Stade
https://codereview.chromium.org/866633002/diff/120001/chrome/renderer/spellchecker/spellcheck_provider.cc File chrome/renderer/spellchecker/spellcheck_provider.cc (right): https://codereview.chromium.org/866633002/diff/120001/chrome/renderer/spellchecker/spellcheck_provider.cc#newcode114 chrome/renderer/spellchecker/spellcheck_provider.cc:114: WebFrame* frame = render_view()->GetWebView()->focusedFrame(); On 2015/01/27 02:31:21, groby wrote: ...
5 years, 11 months ago (2015-01-27 02:36:56 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/120001
5 years, 11 months ago (2015-01-27 02:38:05 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/20017)
5 years, 11 months ago (2015-01-27 03:55:42 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/120001
5 years, 11 months ago (2015-01-27 18:50:14 UTC) #27
commit-bot: I haz the power
Try jobs failed on following builders: win_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu/builds/115492) win_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/win_gpu_triggered_tests/builds/99177) linux_chromium_chromeos_rel_ng ...
5 years, 11 months ago (2015-01-27 18:51:05 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/120001
5 years, 11 months ago (2015-01-28 02:09:23 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/18978)
5 years, 11 months ago (2015-01-28 03:22:48 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/120001
5 years, 10 months ago (2015-01-28 22:55:40 UTC) #35
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/19333)
5 years, 10 months ago (2015-01-29 00:13:24 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/140001
5 years, 10 months ago (2015-01-29 03:13:19 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_rel/builds/54156)
5 years, 10 months ago (2015-01-29 03:29:33 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/180001
5 years, 10 months ago (2015-01-29 03:54:43 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/19437)
5 years, 10 months ago (2015-01-29 04:59:49 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/866633002/200001
5 years, 10 months ago (2015-01-30 00:48:20 UTC) #47
commit-bot: I haz the power
Committed patchset #11 (id:200001)
5 years, 10 months ago (2015-01-30 01:55:40 UTC) #48
commit-bot: I haz the power
5 years, 10 months ago (2015-01-30 01:56:33 UTC) #49
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/78d655f812267ed45a3e90faecbd000fe9bd359a
Cr-Commit-Position: refs/heads/master@{#313856}

Powered by Google App Engine
This is Rietveld 408576698