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

Side by Side Diff: Source/core/frame/Window.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 | « Source/core/dom/Element.idl ('k') | no next file » | 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, 2008, 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
3 * Copyright (C) 2011 Google Inc. All rights reserved. 3 * Copyright (C) 2011 Google Inc. All rights reserved.
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 1. Redistributions of source code must retain the above copyright 8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright 10 * 2. Redistributions in binary form must reproduce the above copyright
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 168
169 [Replaceable] readonly attribute CSS CSS; 169 [Replaceable] readonly attribute CSS CSS;
170 170
171 // Events 171 // Events
172 attribute EventHandler onabort; 172 attribute EventHandler onabort;
173 attribute EventHandler onbeforeunload; 173 attribute EventHandler onbeforeunload;
174 attribute EventHandler onblur; 174 attribute EventHandler onblur;
175 attribute EventHandler oncanplay; 175 attribute EventHandler oncanplay;
176 attribute EventHandler oncanplaythrough; 176 attribute EventHandler oncanplaythrough;
177 attribute EventHandler onchange; 177 attribute EventHandler onchange;
178 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onclick; 178 [ActivityLogging=Setter] attribute EventHandler onclick;
179 attribute EventHandler oncontextmenu; 179 attribute EventHandler oncontextmenu;
180 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondblclick; 180 [ActivityLogging=Setter] attribute EventHandler ondblclick;
181 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrag; 181 [ActivityLogging=Setter] attribute EventHandler ondrag;
182 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragend; 182 [ActivityLogging=Setter] attribute EventHandler ondragend;
183 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragenter; 183 [ActivityLogging=Setter] attribute EventHandler ondragenter;
184 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragleave; 184 [ActivityLogging=Setter] attribute EventHandler ondragleave;
185 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragover; 185 [ActivityLogging=Setter] attribute EventHandler ondragover;
186 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondragstart; 186 [ActivityLogging=Setter] attribute EventHandler ondragstart;
187 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler ondrop; 187 [ActivityLogging=Setter] attribute EventHandler ondrop;
188 attribute EventHandler ondurationchange; 188 attribute EventHandler ondurationchange;
189 attribute EventHandler onemptied; 189 attribute EventHandler onemptied;
190 attribute EventHandler onended; 190 attribute EventHandler onended;
191 attribute EventHandler onerror; 191 attribute EventHandler onerror;
192 attribute EventHandler onfocus; 192 attribute EventHandler onfocus;
193 attribute EventHandler onhashchange; 193 attribute EventHandler onhashchange;
194 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler oninput; 194 [ActivityLogging=Setter] attribute EventHandler oninput;
195 attribute EventHandler oninvalid; 195 attribute EventHandler oninvalid;
196 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeydown; 196 [ActivityLogging=Setter] attribute EventHandler onkeydown;
197 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeypress; 197 [ActivityLogging=Setter] attribute EventHandler onkeypress;
198 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onkeyup; 198 [ActivityLogging=Setter] attribute EventHandler onkeyup;
199 attribute EventHandler onload; 199 attribute EventHandler onload;
200 attribute EventHandler onloadeddata; 200 attribute EventHandler onloadeddata;
201 attribute EventHandler onloadedmetadata; 201 attribute EventHandler onloadedmetadata;
202 attribute EventHandler onloadstart; 202 attribute EventHandler onloadstart;
203 attribute EventHandler onmessage; 203 attribute EventHandler onmessage;
204 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousedown; 204 [ActivityLogging=Setter] attribute EventHandler onmousedown;
205 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseenter; 205 [ActivityLogging=Setter] attribute EventHandler onmouseenter;
206 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseleave; 206 [ActivityLogging=Setter] attribute EventHandler onmouseleave;
207 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousemove; 207 [ActivityLogging=Setter] attribute EventHandler onmousemove;
208 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseout; 208 [ActivityLogging=Setter] attribute EventHandler onmouseout;
209 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseover; 209 [ActivityLogging=Setter] attribute EventHandler onmouseover;
210 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmouseup; 210 [ActivityLogging=Setter] attribute EventHandler onmouseup;
211 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onmousewheel; // Deprecated in favor of onwheel. 211 [ActivityLogging=Setter] attribute EventHandler onmousewheel; // Deprecated in favor of onwheel.
212 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH andler onwheel; 212 [ActivityLogging=Setter] attribute EventHandler onwheel;
213 attribute EventHandler onoffline; 213 attribute EventHandler onoffline;
214 attribute EventHandler ononline; 214 attribute EventHandler ononline;
215 attribute EventHandler onpagehide; 215 attribute EventHandler onpagehide;
216 attribute EventHandler onpageshow; 216 attribute EventHandler onpageshow;
217 attribute EventHandler onpause; 217 attribute EventHandler onpause;
218 attribute EventHandler onplay; 218 attribute EventHandler onplay;
219 attribute EventHandler onplaying; 219 attribute EventHandler onplaying;
220 attribute EventHandler onpopstate; 220 attribute EventHandler onpopstate;
221 attribute EventHandler onprogress; 221 attribute EventHandler onprogress;
222 attribute EventHandler onratechange; 222 attribute EventHandler onratechange;
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 // window.toString() requires special handling in V8 306 // window.toString() requires special handling in V8
307 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString(); 307 [DoNotCheckSignature, DoNotCheckSecurity, Custom, NotEnumerable] DOMString t oString();
308 308
309 [ImplementedAs=anonymousIndexedGetter, NotEnumerable] getter Window(unsigned long index); 309 [ImplementedAs=anonymousIndexedGetter, NotEnumerable] getter Window(unsigned long index);
310 [Custom, NotEnumerable] getter Window (DOMString name); 310 [Custom, NotEnumerable] getter Window (DOMString name);
311 }; 311 };
312 312
313 Window implements ImageBitmapFactories; 313 Window implements ImageBitmapFactories;
314 Window implements WindowTimers; 314 Window implements WindowTimers;
315 Window implements WindowBase64; 315 Window implements WindowBase64;
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698