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

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: rebase and add 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
« no previous file with comments | « Source/core/frame/WindowEventHandlers.idl ('k') | Source/core/html/HTMLBodyElement.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 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 valign 340 valign
340 value 341 value
341 valuetype 342 valuetype
342 version 343 version
343 vlink 344 vlink
344 vspace 345 vspace
345 webkitallowfullscreen 346 webkitallowfullscreen
346 webkitdirectory 347 webkitdirectory
347 width 348 width
348 wrap 349 wrap
OLDNEW
« no previous file with comments | « Source/core/frame/WindowEventHandlers.idl ('k') | Source/core/html/HTMLBodyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698