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

Side by Side Diff: third_party/WebKit/Source/core/html/HTMLAttributeNames.in

Issue 1774913004: Firing got/lost pointer capture events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 attrsNullNamespace 4 attrsNullNamespace
5 export="CORE_EXPORT" 5 export="CORE_EXPORT"
6 6
7 abbr 7 abbr
8 accept-charset 8 accept-charset
9 accept 9 accept
10 accesskey 10 accesskey
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 ondragover 190 ondragover
191 ondragstart 191 ondragstart
192 ondrop 192 ondrop
193 ondurationchange 193 ondurationchange
194 onemptied 194 onemptied
195 onended 195 onended
196 onerror 196 onerror
197 onfocus 197 onfocus
198 onfocusin 198 onfocusin
199 onfocusout 199 onfocusout
200 ongotpointercapture
mustaq 2016/03/10 19:28:19 Where do we need this? This is not behind a flag a
Navid Zolghadr 2016/03/10 20:27:35 I believe there is this EventTypeNames file genera
200 onhashchange 201 onhashchange
201 oninput 202 oninput
202 oninvalid 203 oninvalid
203 onkeydown 204 onkeydown
204 onkeypress 205 onkeypress
205 onkeyup 206 onkeyup
206 onlanguagechange 207 onlanguagechange
207 onload 208 onload
208 onloadeddata 209 onloadeddata
209 onloadedmetadata 210 onloadedmetadata
210 onloadstart 211 onloadstart
212 onlostpointercapture
211 onmessage 213 onmessage
212 onmousedown 214 onmousedown
213 onmouseenter 215 onmouseenter
214 onmouseleave 216 onmouseleave
215 onmousemove 217 onmousemove
216 onmouseout 218 onmouseout
217 onmouseover 219 onmouseover
218 onmouseup 220 onmouseup
219 onmousewheel 221 onmousewheel
220 ononline 222 ononline
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 usemap 317 usemap
316 valign 318 valign
317 value 319 value
318 valuetype 320 valuetype
319 version 321 version
320 vlink 322 vlink
321 vspace 323 vspace
322 webkitdirectory 324 webkitdirectory
323 width 325 width
324 wrap 326 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698