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

Issue 374133002: Remove remaining callers of deprecatedShadowAncestorNode (Closed)

Created:
6 years, 5 months ago by deepak.sa
Modified:
6 years, 5 months ago
Reviewers:
tkent, esprehn
CC:
blink-reviews, aboxhall, blink-reviews-events_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, dmazzoni, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove remaining callers of deprecatedShadowAncestorNode Remove remaining callers of deprecatedShadowAncestorNode and remove the same function from Node.h BUG=234099 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177926

Patch Set 1 #

Total comments: 4

Patch Set 2 : Nits #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -15 lines) Patch
M Source/core/accessibility/AXRenderObject.cpp View 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/dom/Node.h View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/dom/Node.cpp View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M Source/core/page/FocusController.cpp View 1 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/testing/Internals.cpp View 1 2 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
deepak.sa
Please have a look. Thanks!
6 years, 5 months ago (2014-07-08 15:58:31 UTC) #1
tkent
lgtm https://codereview.chromium.org/374133002/diff/1/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/374133002/diff/1/Source/core/page/FocusController.cpp#newcode660 Source/core/page/FocusController.cpp:660: if (selectionStartNode->isInShadowTree()) { nit: if (selectionStartNode->isInShadowTree() && selectionStartNode->shadowHost() ...
6 years, 5 months ago (2014-07-08 23:33:02 UTC) #2
deepak.sa
https://codereview.chromium.org/374133002/diff/1/Source/core/page/FocusController.cpp File Source/core/page/FocusController.cpp (right): https://codereview.chromium.org/374133002/diff/1/Source/core/page/FocusController.cpp#newcode660 Source/core/page/FocusController.cpp:660: if (selectionStartNode->isInShadowTree()) { On 2014/07/08 23:33:01, tkent wrote: > ...
6 years, 5 months ago (2014-07-10 13:52:03 UTC) #3
deepak.sa
The CQ bit was checked by deepak.sa@samsung.com
6 years, 5 months ago (2014-07-11 05:05:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/deepak.sa@samsung.com/374133002/20001
6 years, 5 months ago (2014-07-11 05:06:05 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 5 months ago (2014-07-11 05:06:14 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/page/EventHandler.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 5 months ago (2014-07-11 05:06:15 UTC) #7
deepak.sa
The CQ bit was checked by deepak.sa@samsung.com
6 years, 5 months ago (2014-07-11 09:44:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/deepak.sa@samsung.com/374133002/40001
6 years, 5 months ago (2014-07-11 09:44:38 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: mac_blink_compile_dbg on tryserver.blink ...
6 years, 5 months ago (2014-07-11 10:55:11 UTC) #10
commit-bot: I haz the power
6 years, 5 months ago (2014-07-11 11:07:26 UTC) #11
Message was sent while issue was closed.
Change committed as 177926

Powered by Google App Engine
This is Rietveld 408576698