Bug 61166

Summary: [Meta] Change text-based <input> types to the new shadow DOM model
Product: WebKit Reporter: Kent Tamura <tkent>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, rolandsteiner
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 54179, 61351    
Bug Blocks: 48698    

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?