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

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

Issue 330293002: Removing unnecessary PerWorldBindings for DOM API calls that are monitored by Activity Logger. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 6 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/shadow/ShadowRoot.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, LogActivity=SetterOnly] attribute EventHandler onclick; 44 [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, LogActivity=SetterOnly] attribute EventHandler ondblclick ; 48 [LogActivity=SetterOnly] attribute EventHandler ondblclick;
49 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondrag; 49 [LogActivity=SetterOnly] attribute EventHandler ondrag;
50 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragend; 50 [LogActivity=SetterOnly] attribute EventHandler ondragend;
51 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragente r; 51 [LogActivity=SetterOnly] attribute EventHandler ondragenter;
52 //[PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragex it; 52 //[LogActivity=SetterOnly] attribute EventHandler ondragexit;
53 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragleav e; 53 [LogActivity=SetterOnly] attribute EventHandler ondragleave;
54 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragover ; 54 [LogActivity=SetterOnly] attribute EventHandler ondragover;
55 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondragstar t; 55 [LogActivity=SetterOnly] attribute EventHandler ondragstart;
56 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler ondrop; 56 [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, LogActivity=SetterOnly] attribute EventHandler oninput; 62 [LogActivity=SetterOnly] attribute EventHandler oninput;
63 attribute EventHandler oninvalid; 63 attribute EventHandler oninvalid;
64 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeydown; 64 [LogActivity=SetterOnly] attribute EventHandler onkeydown;
65 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeypress ; 65 [LogActivity=SetterOnly] attribute EventHandler onkeypress;
66 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onkeyup; 66 [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, LogActivity=SetterOnly] attribute EventHandler onmousedow n; 71 [LogActivity=SetterOnly] attribute EventHandler onmousedown;
72 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseent er; 72 [LogActivity=SetterOnly] attribute EventHandler onmouseenter;
73 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouselea ve; 73 [LogActivity=SetterOnly] attribute EventHandler onmouseleave;
74 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmousemov e; 74 [LogActivity=SetterOnly] attribute EventHandler onmousemove;
75 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseout ; 75 [LogActivity=SetterOnly] attribute EventHandler onmouseout;
76 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseove r; 76 [LogActivity=SetterOnly] attribute EventHandler onmouseover;
77 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmouseup; 77 [LogActivity=SetterOnly] attribute EventHandler onmouseup;
78 [PerWorldBindings, LogActivity=SetterOnly] attribute EventHandler onmousewhe el; 78 [LogActivity=SetterOnly] attribute EventHandler onmousewheel;
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/shadow/ShadowRoot.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698