RESOLVED FIXED 108308
Rename from parentOrHost* to parentOrShadowHost*.
https://bugs.webkit.org/show_bug.cgi?id=108308
Summary Rename from parentOrHost* to parentOrShadowHost*.
Changhun Kang
Reported 2013-01-30 01:05:09 PST
According to below "FIXME" in Node.h, I rename parentOrHost* to parentOrShadowHost*. // FIXME: These methods should be renamed parentOrShadowHost* ContainerNode* parentOrHostNode() const; Element* parentOrHostElement() const; void setParentOrHostNode(ContainerNode*);
Attachments
Patch (56.28 KB, patch)
2013-01-30 01:16 PST, Changhun Kang
no flags
Patch (56.28 KB, patch)
2013-01-30 01:47 PST, Changhun Kang
dglazkov: review+
dglazkov: commit-queue-
Patch (50.64 KB, patch)
2013-01-30 15:52 PST, Changhun Kang
webkit.review.bot: commit-queue-
Patch (50.03 KB, patch)
2013-01-30 16:24 PST, Changhun Kang
chkang514: commit-queue-
Patch (51.72 KB, patch)
2013-01-30 16:47 PST, Changhun Kang
webkit.review.bot: commit-queue-
Patch (51.72 KB, patch)
2013-01-31 16:58 PST, Changhun Kang
no flags
Changhun Kang
Comment 1 2013-01-30 01:16:38 PST
WebKit Review Bot
Comment 2 2013-01-30 01:17:20 PST
Comment on attachment 185428 [details] Patch Rejecting attachment 185428 [details] from review queue. temoochin@company100.net does not have reviewer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. - If you do not have reviewer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have reviewer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your reviewer rights.
WebKit Review Bot
Comment 3 2013-01-30 01:18:01 PST
Comment on attachment 185428 [details] Patch Rejecting attachment 185428 [details] from commit-queue. temoochin@company100.net does not have committer permissions according to http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/common/config/committers.py. - If you do not have committer rights please read http://webkit.org/coding/contributing.html for instructions on how to use bugzilla flags. - If you have committer rights please correct the error in Tools/Scripts/webkitpy/common/config/committers.py by adding yourself to the file (no review needed). The commit-queue restarts itself every 2 hours. After restart the commit-queue will correctly respect your committer rights.
Changhun Kang
Comment 4 2013-01-30 01:47:11 PST
Created attachment 185437 [details] Patch Sorry, I miss-clicked commit + and review + buttons. This patch is exactly same previous one.
Dominic Cooney
Comment 5 2013-01-30 09:14:08 PST
Comment on attachment 185428 [details] Patch Obsoleting this apparently duplicate patch.
Dominic Cooney
Comment 6 2013-01-30 09:19:57 PST
Comment on attachment 185437 [details] Patch I am not a reviewer, but this change looks good to me. A straightforward renaming. For context, I think the reason for the FIXME in the first instance is that the term "host" is now overloaded: ShadowRoots are attached to shadow hosts (nee host) and template elements host their content. If the EWS likes this I think it should be accepted.
Dimitri Glazkov (Google)
Comment 7 2013-01-30 09:44:22 PST
Comment on attachment 185437 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=185437&action=review > Source/WebCore/ChangeLog:10 > + * bindings/js/JSDOMBinding.h: In this type of patch (a straightforward rename), just zap this whole generated laundry list. It's not very useful.
Changhun Kang
Comment 8 2013-01-30 15:52:55 PST
Created attachment 185603 [details] Patch I zapped change file list in ChangeLog.
WebKit Review Bot
Comment 9 2013-01-30 16:08:08 PST
Comment on attachment 185603 [details] Patch Rejecting attachment 185603 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-02', 'apply-attachment', '--no-update', '--non-interactive', 185603, '--port=chromium-xvfb']" exit_code: 2 cwd: /mnt/git/webkit-commit-queue Last 500 characters of output: re/svg/SVGForeignObjectElement.cpp patching file Source/WebCore/svg/SVGGElement.cpp patching file Source/WebCore/svg/SVGLocatable.cpp patching file Source/WebCore/svg/SVGStyledElement.cpp patching file Source/WebKit2/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebKit2/WebProcess/WebPage/WebPage.cpp Hunk #1 succeeded at 1774 (offset 2 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', '--force']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/16200948
Changhun Kang
Comment 10 2013-01-30 16:24:40 PST
Created attachment 185613 [details] Patch I fixed the conflict.
Changhun Kang
Comment 11 2013-01-30 16:47:49 PST
Created attachment 185622 [details] Patch I fixed some conflicts.
WebKit Review Bot
Comment 12 2013-01-30 17:44:28 PST
Comment on attachment 185622 [details] Patch Rejecting attachment 185622 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=gce-cq-03', 'validate-changelog', '--non-interactive', 185622, '--port=chromium-xvfb']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue /mnt/git/webkit-commit-queue/Source/WebCore/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://queues.webkit.org/results/16199970
Changhun Kang
Comment 13 2013-01-31 16:58:43 PST
Created attachment 185899 [details] Patch I add a review comment.
WebKit Review Bot
Comment 14 2013-01-31 19:18:53 PST
Comment on attachment 185899 [details] Patch Clearing flags on attachment: 185899 Committed r141524: <http://trac.webkit.org/changeset/141524>
Andreas Kling
Comment 15 2013-05-26 03:28:44 PDT
Looks like this was fixed. Closing.
Zan Dobersek
Comment 16 2013-09-05 10:49:56 PDT
Comment on attachment 185622 [details] Patch The work on the bug has ceased, removing the r? flag on this patch.
Note You need to log in before you can comment on or make changes to this bug.