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

Issue 599733005: Merge 181302 "Tell synthetic attribute nodes inside shadow DOM a..." (Closed)

Created:
6 years, 2 months ago by Sami
Modified:
6 years, 2 months ago
Reviewers:
Sami
CC:
blink-reviews, blink-reviews-dom_chromium.org, dglazkov+blink, sof, eae+blinkwatch, rwlbuis
Project:
blink
Visibility:
Public.

Description

Merge 181302 "Tell synthetic attribute nodes inside shadow DOM a..." > Tell synthetic attribute nodes inside shadow DOM about move to new Document > > Node::didMoveToNewDocument() is called to notify a Node that it has > been moved under a new Document. This patch fixes a bug in > TreeScopeAdopter where this notification was not done for synthetic > attribute nodes inside a shadow DOM. The bug caused an issue where an > event handler registered for an attribute node was not correctly > unregistered when the parent element was moved to a new document. > > BUG=407477 > > Review URL: https://codereview.chromium.org/519003003 TBR=skyostil@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182750

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, --2 lines) Patch
A + LayoutTests/fast/events/event-listener-on-attribute-inside-shadow-dom.html View 0 chunks +-1 lines, --1 lines 0 comments Download
A + LayoutTests/fast/events/event-listener-on-attribute-inside-shadow-dom-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/dom/TreeScopeAdopter.cpp View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sami
6 years, 2 months ago (2014-09-26 10:32:22 UTC) #1
Sami
6 years, 2 months ago (2014-09-26 10:33:37 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as r182750.

Powered by Google App Engine
This is Rietveld 408576698