RESOLVED FIXED 91814
Introduce Node::shadowHost()
https://bugs.webkit.org/show_bug.cgi?id=91814
Summary Introduce Node::shadowHost()
Kent Tamura
Reported 2012-07-19 21:25:37 PDT
Introduce Node::shadowHost(), which return the host element, or 0.
Attachments
Patch (3.45 KB, patch)
2012-07-19 21:41 PDT, Kent Tamura
no flags
Archive of layout-test-results from gce-cr-linux-08 (1.30 MB, application/zip)
2012-07-19 22:30 PDT, WebKit Review Bot
no flags
Patch 2 (3.51 KB, patch)
2012-07-19 22:39 PDT, Kent Tamura
morrita: review+
Kent Tamura
Comment 1 2012-07-19 21:41:29 PDT
WebKit Review Bot
Comment 2 2012-07-19 22:30:49 PDT
Comment on attachment 153404 [details] Patch Attachment 153404 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13312126 New failing tests: css3/filters/effect-opacity.html
WebKit Review Bot
Comment 3 2012-07-19 22:30:52 PDT
Created attachment 153411 [details] Archive of layout-test-results from gce-cr-linux-08 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-08 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Shinya Kawanaka
Comment 4 2012-07-19 22:34:57 PDT
Comment on attachment 153404 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=153404&action=review > Source/WebCore/dom/Node.h:228 > + // If this node is in a shadow tree, returns its shadow host. Otherwise, returns this. I think we should mention using shadowAncestorNode() is discouraged. > Source/WebCore/html/shadow/CalendarPickerElement.cpp:85 > + // alwasys in shadow of <input>. s/alwasys/always/
Kent Tamura
Comment 5 2012-07-19 22:39:57 PDT
Created attachment 153417 [details] Patch 2 Improve comments
Kent Tamura
Comment 6 2012-07-19 22:54:51 PDT
Note You need to log in before you can comment on or make changes to this bug.