Bug 82694 - [Shadow DOM] Use ComposedShadowTreeWalker in FocusController.
Summary: [Shadow DOM] Use ComposedShadowTreeWalker in FocusController.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hayato Ito
URL:
Keywords:
Depends on: 82009
Blocks: 78585
  Show dependency treegraph
 
Reported: 2012-03-29 23:17 PDT by Hayato Ito
Modified: 2012-04-03 19:12 PDT (History)
5 users (show)

See Also:


Attachments
use a Walker (8.94 KB, patch)
2012-04-03 01:31 PDT, Hayato Ito
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-03-29 23:17:08 PDT
Rewrite FocusController so that it uses coming ComposedShadowTreeWalker APIs  instead of currently used ReifiedTreeTraversal APIs.
Which might resolve bug82593 also hopefully.
Comment 1 Hayato Ito 2012-04-03 01:31:53 PDT
Created attachment 135290 [details]
use a Walker
Comment 2 WebKit Review Bot 2012-04-03 19:11:58 PDT
Comment on attachment 135290 [details]
use a Walker

Clearing flags on attachment: 135290

Committed r113125: <http://trac.webkit.org/changeset/113125>
Comment 3 WebKit Review Bot 2012-04-03 19:12:02 PDT
All reviewed patches have been landed.  Closing bug.