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

Issue 15077006: Implement ParentNode IDL interface (Closed)

Created:
7 years, 7 months ago by arv (Not doing code reviews)
Modified:
7 years, 7 months ago
CC:
blink-reviews, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Implement ParentNode IDL interface http://dom.spec.whatwg.org/#parentnode This is not a complete implementation of that interface. It is mostly a refactoring to support children firstElementChild lastElementChild childElementCount on Element, DocumentFragment and Document. BUG=239159 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=150240

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Remove include #

Total comments: 1

Patch Set 4 : Remove PerWorldBindings from Document and DocumentFragment #

Patch Set 5 : rebase #

Patch Set 6 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+298 lines, -42 lines) Patch
A LayoutTests/fast/dom/Document/parent-node-interface.html View 1 1 chunk +36 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/Document/parent-node-interface-expected.txt View 1 chunk +27 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/DocumentFragment/parent-node-interface.html View 1 chunk +52 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/DocumentFragment/parent-node-interface-expected.txt View 1 chunk +39 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/Element/parent-node-interface.html View 1 chunk +52 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/Element/parent-node-interface-expected.txt View 1 chunk +39 lines, -0 lines 0 comments Download
M Source/core/dom/ContainerNode.h View 1 2 2 chunks +8 lines, -1 line 0 comments Download
M Source/core/dom/ContainerNode.cpp View 1 2 3 4 2 chunks +31 lines, -0 lines 0 comments Download
M Source/core/dom/Document.idl View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/dom/DocumentFragment.idl View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/dom/Element.h View 1 2 3 4 5 1 chunk +0 lines, -5 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 2 3 4 5 1 chunk +0 lines, -25 lines 0 comments Download
M Source/core/dom/Element.idl View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/html/CollectionType.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLElement.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/HTMLElement.cpp View 1 chunk +0 lines, -6 lines 0 comments Download
M Source/core/html/HTMLElement.idl View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
arv (Not doing code reviews)
Adam, I'm confused by all of these [PerWorldBindings] annotations. What are they for and when ...
7 years, 7 months ago (2013-05-09 22:27:37 UTC) #1
abarth-chromium
On 2013/05/09 22:27:37, arv wrote: > Adam, I'm confused by all of these [PerWorldBindings] annotations. ...
7 years, 7 months ago (2013-05-09 22:48:21 UTC) #2
abarth-chromium
LGTM with one nit https://codereview.chromium.org/15077006/diff/5001/Source/core/dom/Document.idl File Source/core/dom/Document.idl (right): https://codereview.chromium.org/15077006/diff/5001/Source/core/dom/Document.idl#newcode295 Source/core/dom/Document.idl:295: [PerWorldBindings] readonly attribute unsigned long ...
7 years, 7 months ago (2013-05-09 22:50:12 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/15077006/9001
7 years, 7 months ago (2013-05-10 14:03:59 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/ContainerNode.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-10 14:04:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/15077006/19001
7 years, 7 months ago (2013-05-10 14:17:24 UTC) #6
commit-bot: I haz the power
Retried try job too often on win_layout for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout&number=1802
7 years, 7 months ago (2013-05-10 21:12:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/15077006/23001
7 years, 7 months ago (2013-05-13 14:14:33 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=7656
7 years, 7 months ago (2013-05-13 14:49:15 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/arv@chromium.org/15077006/23001
7 years, 7 months ago (2013-05-13 16:17:21 UTC) #10
commit-bot: I haz the power
7 years, 7 months ago (2013-05-13 18:30:06 UTC) #11
Message was sent while issue was closed.
Change committed as 150240

Powered by Google App Engine
This is Rietveld 408576698