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

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

Issue 26535005: Drop PerWorldBindings for the on* event handler IDL attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@PerWorldBindings-base
Patch Set: rebase Created 7 years, 2 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 | « no previous file | Source/core/dom/Element.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) 2006, 2007, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2011 Apple Inc. All rights reserved.
3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org> 3 * Copyright (C) 2006, 2007 Samuel Weinig <sam@webkit.org>
4 * 4 *
5 * This library is free software; you can redistribute it and/or 5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Library General Public 6 * modify it under the terms of the GNU Library General Public
7 * License as published by the Free Software Foundation; either 7 * License as published by the Free Software Foundation; either
8 * version 2 of the License, or (at your option) any later version. 8 * version 2 of the License, or (at your option) any later version.
9 * 9 *
10 * This library is distributed in the hope that it will be useful, 10 * This library is distributed in the hope that it will be useful,
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 readonly attribute Element webkitPointerLockElement; 166 readonly attribute Element webkitPointerLockElement;
167 167
168 [RuntimeEnabled=CSSRegions] WebKitNamedFlowCollection webkitGetNamedFlows(); 168 [RuntimeEnabled=CSSRegions] WebKitNamedFlowCollection webkitGetNamedFlows();
169 169
170 [RuntimeEnabled=FontLoadEvents] readonly attribute FontFaceSet fonts; 170 [RuntimeEnabled=FontLoadEvents] readonly attribute FontFaceSet fonts;
171 171
172 // Event handler DOM attributes 172 // Event handler DOM attributes
173 [NotEnumerable] attribute EventHandler onabort; 173 [NotEnumerable] attribute EventHandler onabort;
174 [NotEnumerable] attribute EventHandler onblur; 174 [NotEnumerable] attribute EventHandler onblur;
175 [NotEnumerable] attribute EventHandler onchange; 175 [NotEnumerable] attribute EventHandler onchange;
176 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onclick; 176 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onclick;
177 [NotEnumerable] attribute EventHandler oncontextmenu; 177 [NotEnumerable] attribute EventHandler oncontextmenu;
178 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondblclick; 178 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondblclick;
179 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondrag; 179 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondrag;
180 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondragend; 180 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondragend;
181 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondragenter; 181 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondragenter;
182 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondragleave; 182 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondragleave;
183 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondragover; 183 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondragover;
184 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondragstart; 184 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondragstart;
185 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler ondrop; 185 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler ondrop;
186 [NotEnumerable] attribute EventHandler onerror; 186 [NotEnumerable] attribute EventHandler onerror;
187 [NotEnumerable] attribute EventHandler onfocus; 187 [NotEnumerable] attribute EventHandler onfocus;
188 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler oninput; 188 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler oninput;
189 [NotEnumerable] attribute EventHandler oninvalid; 189 [NotEnumerable] attribute EventHandler oninvalid;
190 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onkeydown; 190 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onkeydown;
191 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onkeypress; 191 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onkeypress;
192 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onkeyup; 192 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onkeyup;
193 [NotEnumerable] attribute EventHandler onload; 193 [NotEnumerable] attribute EventHandler onload;
194 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmousedown; 194 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmousedown;
195 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmouseenter; 195 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmouseenter;
196 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmouseleave; 196 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmouseleave;
197 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmousemove; 197 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmousemove;
198 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmouseout; 198 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmouseout;
199 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmouseover; 199 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmouseover;
200 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmouseup; 200 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmouseup;
201 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onmousewheel; // Deprecated in favor of onwheel. 201 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onmousewheel; // Deprecated in favor of onwheel.
202 [NotEnumerable, PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] a ttribute EventHandler onwheel; 202 [NotEnumerable, ActivityLogging=Setter] attribute EventHandler onwheel;
203 [NotEnumerable] attribute EventHandler onreadystatechange; 203 [NotEnumerable] attribute EventHandler onreadystatechange;
204 [NotEnumerable] attribute EventHandler onscroll; 204 [NotEnumerable] attribute EventHandler onscroll;
205 [NotEnumerable] attribute EventHandler onselect; 205 [NotEnumerable] attribute EventHandler onselect;
206 [NotEnumerable] attribute EventHandler onsubmit; 206 [NotEnumerable] attribute EventHandler onsubmit;
207 207
208 // attribute [NotEnumerable] EventHandler oncanplay; 208 // attribute [NotEnumerable] EventHandler oncanplay;
209 // attribute [NotEnumerable] EventHandler oncanplaythrough; 209 // attribute [NotEnumerable] EventHandler oncanplaythrough;
210 // attribute [NotEnumerable] EventHandler ondurationchange; 210 // attribute [NotEnumerable] EventHandler ondurationchange;
211 // attribute [NotEnumerable] EventHandler onemptied; 211 // attribute [NotEnumerable] EventHandler onemptied;
212 // attribute [NotEnumerable] EventHandler onended; 212 // attribute [NotEnumerable] EventHandler onended;
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 readonly attribute boolean webkitHidden; 272 readonly attribute boolean webkitHidden;
273 273
274 // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-fi le/tip/csp-specification.dev.html#script-interfaces 274 // Security Policy API: http://dvcs.w3.org/hg/content-security-policy/raw-fi le/tip/csp-specification.dev.html#script-interfaces
275 [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] readonly attribut e SecurityPolicy securityPolicy; 275 [RuntimeEnabled=ExperimentalContentSecurityPolicyFeatures] readonly attribut e SecurityPolicy securityPolicy;
276 276
277 readonly attribute HTMLScriptElement currentScript; 277 readonly attribute HTMLScriptElement currentScript;
278 }; 278 };
279 279
280 Document implements ParentNode; 280 Document implements ParentNode;
281 281
OLDNEW
« no previous file with comments | « no previous file | Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698