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

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

Issue 284793003: Implement languagechange event, fired when accept languages changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix tests Created 6 years, 7 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 5
6 abbr 6 abbr
7 accept-charset 7 accept-charset
8 accept 8 accept
9 accesskey 9 accesskey
10 action 10 action
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 onerror 204 onerror
205 onfocus 205 onfocus
206 onfocusin 206 onfocusin
207 onfocusout 207 onfocusout
208 onhashchange 208 onhashchange
209 oninput 209 oninput
210 oninvalid 210 oninvalid
211 onkeydown 211 onkeydown
212 onkeypress 212 onkeypress
213 onkeyup 213 onkeyup
214 onlanguagechange
214 onload 215 onload
215 onloadeddata 216 onloadeddata
216 onloadedmetadata 217 onloadedmetadata
217 onloadstart 218 onloadstart
218 onmessage 219 onmessage
219 onmousedown 220 onmousedown
220 onmouseenter 221 onmouseenter
221 onmouseleave 222 onmouseleave
222 onmousemove 223 onmousemove
223 onmouseout 224 onmouseout
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 valign 342 valign
342 value 343 value
343 valuetype 344 valuetype
344 version 345 version
345 vlink 346 vlink
346 vspace 347 vspace
347 webkitallowfullscreen 348 webkitallowfullscreen
348 webkitdirectory 349 webkitdirectory
349 width 350 width
350 wrap 351 wrap
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698