Bug 86427 - [Refactoring] Node should have youngestShadowRoot
Summary: [Refactoring] Node should have youngestShadowRoot
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hajime Morrita
URL:
Keywords:
Depends on:
Blocks: 85263
  Show dependency treegraph
 
Reported: 2012-05-14 19:07 PDT by Hajime Morrita
Modified: 2012-05-21 09:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.13 KB, patch)
2012-05-21 00:05 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hajime Morrita 2012-05-14 19:07:20 PDT
With this shortcut method, tree traversal code will be able to have more consistent pattern.
Comment 1 Hajime Morrita 2012-05-21 00:05:11 PDT
Created attachment 142956 [details]
Patch
Comment 2 Hajime Morrita 2012-05-21 00:06:15 PDT
Dimitri, could you take a look?
This patch is aiming to make shadow-nonshadow traversal looks more seamless than special case
if possible.
Comment 3 Dimitri Glazkov (Google) 2012-05-21 09:04:11 PDT
Comment on attachment 142956 [details]
Patch

This is very pretty.
Comment 4 WebKit Review Bot 2012-05-21 09:58:20 PDT
Comment on attachment 142956 [details]
Patch

Clearing flags on attachment: 142956

Committed r117796: <http://trac.webkit.org/changeset/117796>
Comment 5 WebKit Review Bot 2012-05-21 09:58:24 PDT
All reviewed patches have been landed.  Closing bug.