Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Side by Side Diff: Source/core/html/HTMLTagNames.in

Issue 146973006: Use isFinishedParsingChildren() in HTMLSelectElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 namespace="HTML" 1 namespace="HTML"
2 namespacePrefix="xhtml" 2 namespacePrefix="xhtml"
3 namespaceURI="http://www.w3.org/1999/xhtml" 3 namespaceURI="http://www.w3.org/1999/xhtml"
4 fallbackInterfaceName="HTMLUnknownElement" 4 fallbackInterfaceName="HTMLUnknownElement"
5 5
6 a interfaceName=HTMLAnchorElement 6 a interfaceName=HTMLAnchorElement
7 abbr interfaceName=HTMLElement 7 abbr interfaceName=HTMLElement
8 acronym interfaceName=HTMLElement 8 acronym interfaceName=HTMLElement
9 address interfaceName=HTMLElement 9 address interfaceName=HTMLElement
10 applet constructorNeedsCreatedByParser 10 applet constructorNeedsCreatedByParser
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 pre 102 pre
103 progress interfaceName=HTMLProgressElement 103 progress interfaceName=HTMLProgressElement
104 q interfaceName=HTMLQuoteElement 104 q interfaceName=HTMLQuoteElement
105 rp interfaceName=HTMLElement 105 rp interfaceName=HTMLElement
106 rt interfaceName=HTMLElement 106 rt interfaceName=HTMLElement
107 ruby interfaceName=HTMLElement 107 ruby interfaceName=HTMLElement
108 s interfaceName=HTMLElement 108 s interfaceName=HTMLElement
109 samp interfaceName=HTMLElement 109 samp interfaceName=HTMLElement
110 script constructorNeedsCreatedByParser 110 script constructorNeedsCreatedByParser
111 section interfaceName=HTMLElement 111 section interfaceName=HTMLElement
112 select constructorNeedsFormElement, constructorNeedsCreatedByParser 112 select constructorNeedsFormElement
113 small interfaceName=HTMLElement 113 small interfaceName=HTMLElement
114 source runtimeEnabled=media 114 source runtimeEnabled=media
115 span 115 span
116 strike interfaceName=HTMLElement 116 strike interfaceName=HTMLElement
117 strong interfaceName=HTMLElement 117 strong interfaceName=HTMLElement
118 style constructorNeedsCreatedByParser 118 style constructorNeedsCreatedByParser
119 sub interfaceName=HTMLElement 119 sub interfaceName=HTMLElement
120 summary interfaceName=HTMLSummaryElement, JSInterfaceName=HTMLElement 120 summary interfaceName=HTMLSummaryElement, JSInterfaceName=HTMLElement
121 sup interfaceName=HTMLElement 121 sup interfaceName=HTMLElement
122 table 122 table
123 tbody interfaceName=HTMLTableSectionElement 123 tbody interfaceName=HTMLTableSectionElement
124 td interfaceName=HTMLTableCellElement 124 td interfaceName=HTMLTableCellElement
125 template 125 template
126 textarea interfaceName=HTMLTextAreaElement, constructorNeedsFormElement 126 textarea interfaceName=HTMLTextAreaElement, constructorNeedsFormElement
127 tfoot interfaceName=HTMLTableSectionElement 127 tfoot interfaceName=HTMLTableSectionElement
128 th interfaceName=HTMLTableCellElement 128 th interfaceName=HTMLTableCellElement
129 thead interfaceName=HTMLTableSectionElement 129 thead interfaceName=HTMLTableSectionElement
130 title 130 title
131 tr interfaceName=HTMLTableRowElement 131 tr interfaceName=HTMLTableRowElement
132 track runtimeEnabled=videoTrack 132 track runtimeEnabled=videoTrack
133 tt interfaceName=HTMLElement 133 tt interfaceName=HTMLElement
134 u interfaceName=HTMLElement 134 u interfaceName=HTMLElement
135 ul interfaceName=HTMLUListElement 135 ul interfaceName=HTMLUListElement
136 var interfaceName=HTMLElement 136 var interfaceName=HTMLElement
137 video runtimeEnabled=media, constructorNeedsCreatedByParser 137 video runtimeEnabled=media, constructorNeedsCreatedByParser
138 wbr interfaceName=HTMLWBRElement, JSInterfaceName=HTMLElement 138 wbr interfaceName=HTMLWBRElement, JSInterfaceName=HTMLElement
139 xmp interfaceName=HTMLPreElement 139 xmp interfaceName=HTMLPreElement
140 noscript interfaceName=HTMLNoScriptElement, JSInterfaceName=HTMLElement 140 noscript interfaceName=HTMLNoScriptElement, JSInterfaceName=HTMLElement
OLDNEW
« no previous file with comments | « Source/core/html/HTMLSelectElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698