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

Issue 165233003: Replace WebDocument::focusedNode to focusedElement (Closed)

Created:
6 years, 10 months ago by maheshkk
Modified:
6 years, 10 months ago
CC:
chromium-reviews, benquan, jam, rpetterson, browser-components-watch_chromium.org, rouslan+spellwatch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, Dane Wallinga, dyu1, groby+spellwatch_chromium.org, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Replace WebDocument::focusedNode to focusedElement WebDocument::focusedNode is a deprecated Api, move chromium to new api focusedElement. BUG=258763 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253703

Patch Set 1 #

Patch Set 2 : Fix mac building #

Patch Set 3 : Rebased with latest #

Total comments: 2

Patch Set 4 : fix nits #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -42 lines) Patch
M chrome/renderer/autofill/page_click_tracker_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/autofill/password_generation_agent_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/spellchecker/spellcheck_provider.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M components/autofill/content/renderer/page_click_tracker.cc View 1 2 3 3 chunks +7 lines, -5 lines 1 comment Download
M content/public/renderer/render_view.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/input_tag_speech_dispatcher.cc View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 17 chunks +25 lines, -25 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
maheshkk
Please take a look.
6 years, 10 months ago (2014-02-25 00:01:36 UTC) #1
Ben Goodger (Google)
-me,+jam
6 years, 10 months ago (2014-02-25 18:13:15 UTC) #2
jam
lgtm https://codereview.chromium.org/165233003/diff/100001/components/autofill/content/renderer/page_click_tracker.cc File components/autofill/content/renderer/page_click_tracker.cc (right): https://codereview.chromium.org/165233003/diff/100001/components/autofill/content/renderer/page_click_tracker.cc#newcode49 components/autofill/content/renderer/page_click_tracker.cc:49: blink::WebNode focused_node = newly_clicked_node.document().focusedElement(); nit: rename to focused_element? ...
6 years, 10 months ago (2014-02-26 17:48:53 UTC) #3
maheshkk
On 2014/02/26 17:48:53, jam wrote: > lgtm > > https://codereview.chromium.org/165233003/diff/100001/components/autofill/content/renderer/page_click_tracker.cc > File components/autofill/content/renderer/page_click_tracker.cc (right): > ...
6 years, 10 months ago (2014-02-26 19:29:00 UTC) #4
maheshkk
The CQ bit was checked by mahesh.kk@samsung.com
6 years, 10 months ago (2014-02-26 19:29:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/165233003/120001
6 years, 10 months ago (2014-02-26 19:31:53 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-26 20:03:59 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=52208
6 years, 10 months ago (2014-02-26 20:04:00 UTC) #8
maheshkk
Missing LGTM from an OWNER for these files: components/autofill/content/renderer/page_click_tracker.cc jochen, joi could you please take ...
6 years, 10 months ago (2014-02-26 20:27:34 UTC) #9
Ilya Sherman
Autofill changes LGTM w/ nit addressed: https://codereview.chromium.org/165233003/diff/120001/components/autofill/content/renderer/page_click_tracker.cc File components/autofill/content/renderer/page_click_tracker.cc (right): https://codereview.chromium.org/165233003/diff/120001/components/autofill/content/renderer/page_click_tracker.cc#newcode138 components/autofill/content/renderer/page_click_tracker.cc:138: last_node_clicked_ = node; ...
6 years, 10 months ago (2014-02-26 21:28:53 UTC) #10
maheshkk
On 2014/02/26 21:28:53, Ilya Sherman wrote: > Autofill changes LGTM w/ nit addressed: > > ...
6 years, 10 months ago (2014-02-26 21:46:57 UTC) #11
Ilya Sherman
On 2014/02/26 21:46:57, maheshkk wrote: > On 2014/02/26 21:28:53, Ilya Sherman wrote: > > Autofill ...
6 years, 10 months ago (2014-02-26 22:17:13 UTC) #12
maheshkk
The CQ bit was checked by mahesh.kk@samsung.com
6 years, 10 months ago (2014-02-26 22:18:47 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/165233003/120001
6 years, 10 months ago (2014-02-26 22:21:04 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-26 23:55:08 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=270862
6 years, 10 months ago (2014-02-26 23:55:08 UTC) #16
Ilya Sherman
The CQ bit was checked by isherman@chromium.org
6 years, 10 months ago (2014-02-26 23:56:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mahesh.kk@samsung.com/165233003/120001
6 years, 10 months ago (2014-02-27 00:10:54 UTC) #18
commit-bot: I haz the power
6 years, 10 months ago (2014-02-27 03:33:19 UTC) #19
Message was sent while issue was closed.
Change committed as 253703

Powered by Google App Engine
This is Rietveld 408576698