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

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

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « core/dom/Element.idl ('k') | core/dom/MessageChannel.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 18 matching lines...) Expand all
29 29
30 [ 30 [
31 NoInterfaceObject 31 NoInterfaceObject
32 ] interface GlobalEventHandlers { 32 ] interface GlobalEventHandlers {
33 attribute EventHandler onabort; 33 attribute EventHandler onabort;
34 attribute EventHandler onblur; 34 attribute EventHandler onblur;
35 attribute EventHandler oncancel; 35 attribute EventHandler oncancel;
36 attribute EventHandler oncanplay; 36 attribute EventHandler oncanplay;
37 attribute EventHandler oncanplaythrough; 37 attribute EventHandler oncanplaythrough;
38 attribute EventHandler onchange; 38 attribute EventHandler onchange;
39 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onclick; 39 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onclick;
40 attribute EventHandler onclose; 40 attribute EventHandler onclose;
41 attribute EventHandler oncontextmenu; 41 attribute EventHandler oncontextmenu;
42 attribute EventHandler oncuechange; 42 attribute EventHandler oncuechange;
43 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondblclick; 43 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondblclick;
44 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondrag; 44 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrag;
45 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragend; 45 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragend;
46 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragenter; 46 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragenter;
47 //[ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragexit; 47 //[PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute Even tHandler ondragexit;
48 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragleave; 48 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragleave;
49 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragover; 49 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragover;
50 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondragstart; 50 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragstart;
51 [ActivityLogging=SetterForAllWorlds] attribute EventHandler ondrop; 51 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrop;
52 attribute EventHandler ondurationchange; 52 attribute EventHandler ondurationchange;
53 attribute EventHandler onemptied; 53 attribute EventHandler onemptied;
54 attribute EventHandler onended; 54 attribute EventHandler onended;
55 attribute EventHandler onerror; 55 attribute EventHandler onerror;
56 attribute EventHandler onfocus; 56 attribute EventHandler onfocus;
57 [ActivityLogging=SetterForAllWorlds] attribute EventHandler oninput; 57 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler oninput;
58 attribute EventHandler oninvalid; 58 attribute EventHandler oninvalid;
59 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onkeydown; 59 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeydown;
60 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onkeypress; 60 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeypress;
61 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onkeyup; 61 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeyup;
62 attribute EventHandler onload; 62 attribute EventHandler onload;
63 attribute EventHandler onloadeddata; 63 attribute EventHandler onloadeddata;
64 attribute EventHandler onloadedmetadata; 64 attribute EventHandler onloadedmetadata;
65 attribute EventHandler onloadstart; 65 attribute EventHandler onloadstart;
66 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmousedown; 66 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousedown;
67 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmouseenter; 67 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseenter;
68 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmouseleave; 68 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseleave;
69 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmousemove; 69 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousemove;
70 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmouseout; 70 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseout;
71 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmouseover; 71 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseover;
72 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmouseup; 72 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseup;
73 [ActivityLogging=SetterForAllWorlds] attribute EventHandler onmousewheel; 73 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousewheel;
74 attribute EventHandler onpause; 74 attribute EventHandler onpause;
75 attribute EventHandler onplay; 75 attribute EventHandler onplay;
76 attribute EventHandler onplaying; 76 attribute EventHandler onplaying;
77 attribute EventHandler onprogress; 77 attribute EventHandler onprogress;
78 attribute EventHandler onratechange; 78 attribute EventHandler onratechange;
79 attribute EventHandler onreset; 79 attribute EventHandler onreset;
80 attribute EventHandler onscroll; 80 attribute EventHandler onscroll;
81 attribute EventHandler onseeked; 81 attribute EventHandler onseeked;
82 attribute EventHandler onseeking; 82 attribute EventHandler onseeking;
83 attribute EventHandler onselect; 83 attribute EventHandler onselect;
84 attribute EventHandler onshow; 84 attribute EventHandler onshow;
85 //attribute EventHandler onsort; 85 //attribute EventHandler onsort;
86 attribute EventHandler onstalled; 86 attribute EventHandler onstalled;
87 attribute EventHandler onsubmit; 87 attribute EventHandler onsubmit;
88 attribute EventHandler onsuspend; 88 attribute EventHandler onsuspend;
89 attribute EventHandler ontimeupdate; 89 attribute EventHandler ontimeupdate;
90 attribute EventHandler onvolumechange; 90 attribute EventHandler onvolumechange;
91 attribute EventHandler onwaiting; 91 attribute EventHandler onwaiting;
92 }; 92 };
OLDNEW
« no previous file with comments | « core/dom/Element.idl ('k') | core/dom/MessageChannel.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698