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

Side by Side Diff: Source/core/dom/GlobalEventHandlers.idl

Issue 249833002: Split ActivityLogging attributes in IDLExtendedAttributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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/dom/Element.idl ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2013, Opera Software ASA. All rights reserved. 2 * Copyright (c) 2013, Opera Software ASA. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 23 matching lines...) Expand all
34 NoInterfaceObject, // Always used on target of 'implements' 34 NoInterfaceObject, // Always used on target of 'implements'
35 ] interface GlobalEventHandlers { 35 ] interface GlobalEventHandlers {
36 attribute EventHandler onabort; 36 attribute EventHandler onabort;
37 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete; 37 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocomplete;
38 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteer ror; 38 [RuntimeEnabled=RequestAutocomplete] attribute EventHandler onautocompleteer ror;
39 attribute EventHandler onblur; 39 attribute EventHandler onblur;
40 attribute EventHandler oncancel; 40 attribute EventHandler oncancel;
41 attribute EventHandler oncanplay; 41 attribute EventHandler oncanplay;
42 attribute EventHandler oncanplaythrough; 42 attribute EventHandler oncanplaythrough;
43 attribute EventHandler onchange; 43 attribute EventHandler onchange;
44 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onclick; 44 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onclick;
45 attribute EventHandler onclose; 45 attribute EventHandler onclose;
46 attribute EventHandler oncontextmenu; 46 attribute EventHandler oncontextmenu;
47 attribute EventHandler oncuechange; 47 attribute EventHandler oncuechange;
48 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondblclick; 48 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondblclick ;
49 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrag; 49 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondrag;
50 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragend; 50 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragend;
51 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragenter; 51 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragente r;
52 //[PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute Even tHandler ondragexit; 52 //[PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragex it;
53 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragleave; 53 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragleav e;
54 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragover; 54 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragover ;
55 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragstart; 55 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragstar t;
56 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrop; 56 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondrop;
57 attribute EventHandler ondurationchange; 57 attribute EventHandler ondurationchange;
58 attribute EventHandler onemptied; 58 attribute EventHandler onemptied;
59 attribute EventHandler onended; 59 attribute EventHandler onended;
60 attribute EventHandler onerror; 60 attribute EventHandler onerror;
61 attribute EventHandler onfocus; 61 attribute EventHandler onfocus;
62 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler oninput; 62 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler oninput;
63 attribute EventHandler oninvalid; 63 attribute EventHandler oninvalid;
64 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeydown; 64 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeydown;
65 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeypress; 65 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeypress ;
66 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeyup; 66 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeyup;
67 attribute EventHandler onload; 67 attribute EventHandler onload;
68 attribute EventHandler onloadeddata; 68 attribute EventHandler onloadeddata;
69 attribute EventHandler onloadedmetadata; 69 attribute EventHandler onloadedmetadata;
70 attribute EventHandler onloadstart; 70 attribute EventHandler onloadstart;
71 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousedown; 71 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmousedow n;
72 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseenter; 72 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseent er;
73 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseleave; 73 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouselea ve;
74 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousemove; 74 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmousemov e;
75 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseout; 75 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseout ;
76 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseover; 76 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseove r;
77 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseup; 77 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseup;
78 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousewheel; 78 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmousewhe el;
79 attribute EventHandler onpause; 79 attribute EventHandler onpause;
80 attribute EventHandler onplay; 80 attribute EventHandler onplay;
81 attribute EventHandler onplaying; 81 attribute EventHandler onplaying;
82 attribute EventHandler onprogress; 82 attribute EventHandler onprogress;
83 attribute EventHandler onratechange; 83 attribute EventHandler onratechange;
84 attribute EventHandler onreset; 84 attribute EventHandler onreset;
85 attribute EventHandler onresize; 85 attribute EventHandler onresize;
86 attribute EventHandler onscroll; 86 attribute EventHandler onscroll;
87 attribute EventHandler onseeked; 87 attribute EventHandler onseeked;
88 attribute EventHandler onseeking; 88 attribute EventHandler onseeking;
89 attribute EventHandler onselect; 89 attribute EventHandler onselect;
90 attribute EventHandler onshow; 90 attribute EventHandler onshow;
91 //attribute EventHandler onsort; 91 //attribute EventHandler onsort;
92 attribute EventHandler onstalled; 92 attribute EventHandler onstalled;
93 attribute EventHandler onsubmit; 93 attribute EventHandler onsubmit;
94 attribute EventHandler onsuspend; 94 attribute EventHandler onsuspend;
95 attribute EventHandler ontimeupdate; 95 attribute EventHandler ontimeupdate;
96 //attribute EventHandler ontoggle; 96 //attribute EventHandler ontoggle;
97 attribute EventHandler onvolumechange; 97 attribute EventHandler onvolumechange;
98 attribute EventHandler onwaiting; 98 attribute EventHandler onwaiting;
99 }; 99 };
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/dom/Node.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698