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

Issue 1741873002: Fix isEqualNode behavior (Closed)

Created:
4 years, 10 months ago by rwlbuis
Modified:
4 years, 9 months ago
Reviewers:
tkent
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, sof
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix isEqualNode behavior According to the steps listed in [1] isEqualNode should use namespace, namespace prefix and local name when comparing Elements, so we can just use tagQName. Note that nodeName differs from localName since it uppercases the tag name for HTML. This patch fixes dom/nodes/Node-isEqualNode.html. [1] https://dom.spec.whatwg.org/#dom-node-isequalnode BUG=590269 Committed: https://crrev.com/e9abd40342698947a867e3f690783f6eea093ab4 Cr-Commit-Position: refs/heads/master@{#378202}

Patch Set 1 #

Patch Set 2 : V2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -19 lines) Patch
D third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Node-isEqualNode-expected.txt View 1 1 chunk +0 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
rwlbuis
PTAL.
4 years, 10 months ago (2016-02-26 19:59:50 UTC) #6
tkent
lgtm. We can improve the CL description. > According to the steps listed in [1] ...
4 years, 9 months ago (2016-02-29 00:43:50 UTC) #7
rwlbuis
On 2016/02/29 00:43:50, tkent wrote: > lgtm. Thanks! > We can improve the CL description. ...
4 years, 9 months ago (2016-02-29 00:55:26 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1741873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1741873002/20001
4 years, 9 months ago (2016-02-29 02:17:07 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/188561)
4 years, 9 months ago (2016-02-29 04:48:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1741873002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1741873002/20001
4 years, 9 months ago (2016-02-29 12:04:24 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-02-29 13:30:59 UTC) #18
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 13:32:19 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e9abd40342698947a867e3f690783f6eea093ab4
Cr-Commit-Position: refs/heads/master@{#378202}

Powered by Google App Engine
This is Rietveld 408576698