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

Issue 1152623012: WIP: delegatesFocus (Closed)

Created:
5 years, 6 months ago by kochi
Modified:
5 years, 6 months ago
Reviewers:
CC:
blink-reviews, blink-reviews-html_chromium.org, arv+blink, vivekg, webcomponents-bugzilla_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, blink-reviews-events_chromium.org, vivekg_samsung, Inactive, rwlbuis
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

WIP: delegatesFocus BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1731 lines) Patch
D LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host.html View 1 chunk +0 lines, -356 lines 0 comments Download
D LayoutTests/fast/dom/shadow/css-focus-pseudo-match-shadow-host-expected.txt View 1 chunk +0 lines, -81 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-method-with-tabstop.html View 1 chunk +0 lines, -84 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-method-with-tabstop-expected.txt View 1 chunk +0 lines, -27 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-navigation-with-tabstop.html View 1 chunk +0 lines, -166 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-navigation-with-tabstop-expected.txt View 1 chunk +0 lines, -96 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-shadowhost-display-none.html View 1 chunk +0 lines, -63 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host.html View 1 chunk +0 lines, -111 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focus-slide-on-shadow-host-expected.txt View 1 chunk +0 lines, -30 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop.html View 1 chunk +0 lines, -199 lines 0 comments Download
D LayoutTests/fast/dom/shadow/focusable-elements-with-tabstop-expected.txt View 1 chunk +0 lines, -83 lines 0 comments Download
D LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling.html View 1 chunk +0 lines, -138 lines 0 comments Download
D LayoutTests/fast/dom/shadow/tabstop-focus-highlight-sibling-expected.txt View 1 chunk +0 lines, -41 lines 0 comments Download
D LayoutTests/fast/dom/shadow/tabstop-property.html View 1 chunk +0 lines, -128 lines 0 comments Download
D LayoutTests/fast/dom/shadow/tabstop-property-expected.txt View 1 chunk +0 lines, -48 lines 0 comments Download
M Source/core/dom/ContainerNode.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Element.h View 2 chunks +1 line, -5 lines 0 comments Download
M Source/core/dom/Element.cpp View 5 chunks +8 lines, -53 lines 0 comments Download
M Source/core/dom/Element.idl View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/dom/ElementRareData.h View 3 chunks +0 lines, -6 lines 0 comments Download
M Source/core/dom/Node.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.h View 2 chunks +4 lines, -0 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/shadow/ShadowRoot.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/dom/shadow/ShadowRootInit.idl View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLAttributeNames.in View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/html/HTMLElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/EventHandler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/core/page/EventHandler.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/page/FocusController.cpp View 4 chunks +6 lines, -4 lines 0 comments Download
M Source/platform/RuntimeEnabledFeatures.in View 2 chunks +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698