OLD | NEW |
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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 | 182 |
183 [Replaceable] readonly attribute CSS CSS; | 183 [Replaceable] readonly attribute CSS CSS; |
184 | 184 |
185 // Events | 185 // Events |
186 attribute EventListener onabort; | 186 attribute EventListener onabort; |
187 attribute EventListener onbeforeunload; | 187 attribute EventListener onbeforeunload; |
188 attribute EventListener onblur; | 188 attribute EventListener onblur; |
189 attribute EventListener oncanplay; | 189 attribute EventListener oncanplay; |
190 attribute EventListener oncanplaythrough; | 190 attribute EventListener oncanplaythrough; |
191 attribute EventListener onchange; | 191 attribute EventListener onchange; |
192 attribute EventListener onclick; | 192 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onclick; |
193 attribute EventListener oncontextmenu; | 193 attribute EventListener oncontextmenu; |
194 attribute EventListener ondblclick; | 194 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondblclick; |
195 attribute EventListener ondrag; | 195 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondrag; |
196 attribute EventListener ondragend; | 196 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondragend; |
197 attribute EventListener ondragenter; | 197 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondragenter; |
198 attribute EventListener ondragleave; | 198 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondragleave; |
199 attribute EventListener ondragover; | 199 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondragover; |
200 attribute EventListener ondragstart; | 200 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondragstart; |
201 attribute EventListener ondrop; | 201 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner ondrop; |
202 attribute EventListener ondurationchange; | 202 attribute EventListener ondurationchange; |
203 attribute EventListener onemptied; | 203 attribute EventListener onemptied; |
204 attribute EventListener onended; | 204 attribute EventListener onended; |
205 attribute EventListener onerror; | 205 attribute EventListener onerror; |
206 attribute EventListener onfocus; | 206 attribute EventListener onfocus; |
207 attribute EventListener onhashchange; | 207 attribute EventListener onhashchange; |
208 attribute EventListener oninput; | 208 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner oninput; |
209 attribute EventListener oninvalid; | 209 attribute EventListener oninvalid; |
210 attribute EventListener onkeydown; | 210 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onkeydown; |
211 attribute EventListener onkeypress; | 211 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onkeypress; |
212 attribute EventListener onkeyup; | 212 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onkeyup; |
213 attribute EventListener onload; | 213 attribute EventListener onload; |
214 attribute EventListener onloadeddata; | 214 attribute EventListener onloadeddata; |
215 attribute EventListener onloadedmetadata; | 215 attribute EventListener onloadedmetadata; |
216 attribute EventListener onloadstart; | 216 attribute EventListener onloadstart; |
217 attribute EventListener onmessage; | 217 attribute EventListener onmessage; |
218 attribute EventListener onmousedown; | 218 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmousedown; |
219 attribute EventListener onmouseenter; | 219 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmouseenter; |
220 attribute EventListener onmouseleave; | 220 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmouseleave; |
221 attribute EventListener onmousemove; | 221 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmousemove; |
222 attribute EventListener onmouseout; | 222 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmouseout; |
223 attribute EventListener onmouseover; | 223 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmouseover; |
224 attribute EventListener onmouseup; | 224 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmouseup; |
225 attribute EventListener onmousewheel; | 225 [PerWorldBindings, ActivityLog=SetterForIsolatedWorlds] attribute EventListe
ner onmousewheel; |
226 attribute EventListener onoffline; | 226 attribute EventListener onoffline; |
227 attribute EventListener ononline; | 227 attribute EventListener ononline; |
228 attribute EventListener onpagehide; | 228 attribute EventListener onpagehide; |
229 attribute EventListener onpageshow; | 229 attribute EventListener onpageshow; |
230 attribute EventListener onpause; | 230 attribute EventListener onpause; |
231 attribute EventListener onplay; | 231 attribute EventListener onplay; |
232 attribute EventListener onplaying; | 232 attribute EventListener onplaying; |
233 attribute EventListener onpopstate; | 233 attribute EventListener onpopstate; |
234 attribute EventListener onprogress; | 234 attribute EventListener onprogress; |
235 attribute EventListener onratechange; | 235 attribute EventListener onratechange; |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 | 305 |
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 WindowTimers; | 313 Window implements WindowTimers; |
314 Window implements WindowBase64; | 314 Window implements WindowBase64; |
OLD | NEW |