Bug 61166 - [Meta] Change text-based <input> types to the new shadow DOM model
Summary: [Meta] Change text-based <input> types to the new shadow DOM model
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 54179 61351
Blocks: 48698
  Show dependency treegraph
 
Reported: 2011-05-19 20:43 PDT by Kent Tamura
Modified: 2011-06-04 14:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2011-05-19 20:43:33 PDT
- Just change to the new shadow model by the minimam patch
- Layout by the standard way as possible
- Code cleanup
Comment 1 Kent Tamura 2011-05-20 01:14:58 PDT
(In reply to comment #0)
> - Just change to the new shadow model by the minimam patch

It's Bug 54179.

> - Layout by the standard way as possible
> - Code cleanup

- Use Element::shadowPseudoId()
- Move classes in html/shadow/TextControlInnerElements to their own files
Comment 2 Dimitri Glazkov (Google) 2011-06-04 14:16:03 PDT
Even though there's still some cleanup to do, this is done. Right?