Chromium Code Reviews
DescriptionI'm planning on moving all form associated code out of HTMLElementFactory and out of the constructors of HTML elements.
New interface to be extended by form associated elements which has a function to hold all form association code.
New function in HTMLElement.h to check if an HTMLElement is form associated or not.
HTMLConstructionSite is the only place where a form is passed into HTMLElementFactory::createHTMLElement.
BUG=672359
Committed: https://crrev.com/d1277589fc7407df208a562986341c49c298b752
Cr-Commit-Position: refs/heads/master@{#436548}
Patch Set 1 #Patch Set 2 : HTMLConstructorSite #Patch Set 3 : HTMLConstructorSite #Patch Set 4 : Add interface to ListedElement and HTMLImageElement #
Total comments: 4
Patch Set 5 : Add interface to HTMLObjectElement #Patch Set 6 : FormAssociated interface added to HTMLFormControlElement #
Total comments: 1
Patch Set 7 : Added to BUILD.gn #Messages
Total messages: 20 (9 generated)
|