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

Issue 1879373002: Move Node::retarget() to TreeScope::retarget() (Closed)

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

Description

Move Node::retarget() to TreeScope::retarget() It would be better to make TreeScope have this function. This CL also changes the parameter type from Node to Element because Element is only the use case, as of now. BUG=531990 Committed: https://crrev.com/c6bc3bb152e2dd11c60140a702f6ef72ccce4152 Cr-Commit-Position: refs/heads/master@{#387562}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -14 lines) Patch
M third_party/WebKit/Source/core/dom/Node.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/dom/TreeScope.cpp View 2 chunks +11 lines, -3 lines 2 comments Download

Messages

Total messages: 17 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1879373002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1879373002/1
4 years, 8 months ago (2016-04-13 10:25:12 UTC) #2
hayato
PTAL
4 years, 8 months ago (2016-04-13 10:37:57 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-13 11:56:48 UTC) #8
kochi
https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp File third_party/WebKit/Source/core/dom/TreeScope.cpp (right): https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp#newcode443 third_party/WebKit/Source/core/dom/TreeScope.cpp:443: return (this == &retargeted->treeScope()) ? retargeted : nullptr; Is ...
4 years, 8 months ago (2016-04-15 05:40:46 UTC) #9
hayato
https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp File third_party/WebKit/Source/core/dom/TreeScope.cpp (right): https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp#newcode443 third_party/WebKit/Source/core/dom/TreeScope.cpp:443: return (this == &retargeted->treeScope()) ? retargeted : nullptr; Let ...
4 years, 8 months ago (2016-04-15 07:30:52 UTC) #10
kochi
On 2016/04/15 07:30:52, hayato wrote: > https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp > File third_party/WebKit/Source/core/dom/TreeScope.cpp (right): > > https://codereview.chromium.org/1879373002/diff/1/third_party/WebKit/Source/core/dom/TreeScope.cpp#newcode443 > ...
4 years, 8 months ago (2016-04-15 07:35:11 UTC) #11
hayato
4 years, 8 months ago (2016-04-15 07:39:58 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1879373002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1879373002/1
4 years, 8 months ago (2016-04-15 07:40:10 UTC) #14
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 8 months ago (2016-04-15 09:08:06 UTC) #15
commit-bot: I haz the power
4 years, 8 months ago (2016-04-15 09:10:06 UTC) #17
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/c6bc3bb152e2dd11c60140a702f6ef72ccce4152
Cr-Commit-Position: refs/heads/master@{#387562}

Powered by Google App Engine
This is Rietveld 408576698