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

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

Issue 11410062: Merge 133429 - Shadow DOM should be able to be disabled per context. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « Source/WebCore/dom/TreeScope.cpp ('k') | Source/WebCore/html/shadow/HTMLContentElement.cpp » ('j') | 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 13 matching lines...) Expand all
24 br interfaceName=HTMLBRElement 24 br interfaceName=HTMLBRElement
25 button constructorNeedsFormElement 25 button constructorNeedsFormElement
26 canvas 26 canvas
27 caption interfaceName=HTMLTableCaptionElement 27 caption interfaceName=HTMLTableCaptionElement
28 center interfaceName=HTMLElement 28 center interfaceName=HTMLElement
29 cite interfaceName=HTMLElement 29 cite interfaceName=HTMLElement
30 code interfaceName=HTMLElement 30 code interfaceName=HTMLElement
31 col interfaceName=HTMLTableColElement 31 col interfaceName=HTMLTableColElement
32 colgroup interfaceName=HTMLTableColElement 32 colgroup interfaceName=HTMLTableColElement
33 command interfaceName=HTMLElement 33 command interfaceName=HTMLElement
34 content interfaceName=HTMLContentElement, conditional=SHADOW_DOM, runtimeConditi onal=shadowDOM 34 content interfaceName=HTMLContentElement, conditional=SHADOW_DOM, contextConditi onal=shadowDOM
35 webkitShadowContent interfaceName=HTMLElement, noConstructor 35 webkitShadowContent interfaceName=HTMLElement, noConstructor
36 datalist interfaceName=HTMLDataListElement, conditional=DATALIST_ELEMENT 36 datalist interfaceName=HTMLDataListElement, conditional=DATALIST_ELEMENT
37 dd interfaceName=HTMLElement 37 dd interfaceName=HTMLElement
38 del interfaceName=HTMLModElement 38 del interfaceName=HTMLModElement
39 details conditional=DETAILS_ELEMENT 39 details conditional=DETAILS_ELEMENT
40 dfn interfaceName=HTMLElement 40 dfn interfaceName=HTMLElement
41 dir interfaceName=HTMLDirectoryElement 41 dir interfaceName=HTMLDirectoryElement
42 dialog conditional=DIALOG_ELEMENT, contextConditional=dialogElement 42 dialog conditional=DIALOG_ELEMENT, contextConditional=dialogElement
43 div 43 div
44 dl interfaceName=HTMLDListElement 44 dl interfaceName=HTMLDListElement
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 nav interfaceName=HTMLElement 90 nav interfaceName=HTMLElement
91 nobr interfaceName=HTMLElement 91 nobr interfaceName=HTMLElement
92 noembed interfaceName=HTMLElement 92 noembed interfaceName=HTMLElement
93 noframes interfaceName=HTMLElement 93 noframes interfaceName=HTMLElement
94 nolayer interfaceName=HTMLElement 94 nolayer interfaceName=HTMLElement
95 object constructorNeedsFormElement, constructorNeedsCreatedByParser 95 object constructorNeedsFormElement, constructorNeedsCreatedByParser
96 ol interfaceName=HTMLOListElement 96 ol interfaceName=HTMLOListElement
97 optgroup interfaceName=HTMLOptGroupElement 97 optgroup interfaceName=HTMLOptGroupElement
98 option 98 option
99 output constructorNeedsFormElement 99 output constructorNeedsFormElement
100 shadow interfaceName=HTMLShadowElement, conditional=SHADOW_DOM, runtimeCondition al=shadowDOM 100 shadow interfaceName=HTMLShadowElement, conditional=SHADOW_DOM, contextCondition al=shadowDOM
101 p interfaceName=HTMLParagraphElement 101 p interfaceName=HTMLParagraphElement
102 param 102 param
103 plaintext interfaceName=HTMLElement 103 plaintext interfaceName=HTMLElement
104 pre 104 pre
105 progress interfaceName=HTMLProgressElement, conditional=PROGRESS_ELEMENT 105 progress interfaceName=HTMLProgressElement, conditional=PROGRESS_ELEMENT
106 q interfaceName=HTMLQuoteElement 106 q interfaceName=HTMLQuoteElement
107 rp interfaceName=HTMLElement 107 rp interfaceName=HTMLElement
108 rt interfaceName=HTMLElement 108 rt interfaceName=HTMLElement
109 ruby interfaceName=HTMLElement 109 ruby interfaceName=HTMLElement
110 s interfaceName=HTMLElement 110 s interfaceName=HTMLElement
(...skipping 21 matching lines...) Expand all
132 tr interfaceName=HTMLTableRowElement 132 tr interfaceName=HTMLTableRowElement
133 track wrapperOnlyIfMediaIsAvailable, conditional=VIDEO_TRACK 133 track wrapperOnlyIfMediaIsAvailable, conditional=VIDEO_TRACK
134 tt interfaceName=HTMLElement 134 tt interfaceName=HTMLElement
135 u interfaceName=HTMLElement 135 u interfaceName=HTMLElement
136 ul interfaceName=HTMLUListElement 136 ul interfaceName=HTMLUListElement
137 var interfaceName=HTMLElement 137 var interfaceName=HTMLElement
138 video wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, constructorNeedsCreatedB yParser 138 video wrapperOnlyIfMediaIsAvailable, conditional=VIDEO, constructorNeedsCreatedB yParser
139 wbr interfaceName=HTMLElement 139 wbr interfaceName=HTMLElement
140 xmp interfaceName=HTMLPreElement 140 xmp interfaceName=HTMLPreElement
141 noscript interfaceName=HTMLElement 141 noscript interfaceName=HTMLElement
OLDNEW
« no previous file with comments | « Source/WebCore/dom/TreeScope.cpp ('k') | Source/WebCore/html/shadow/HTMLContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698