| OLD | NEW |
| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseout; | 70 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseout; |
| 71 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseover; | 71 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseover; |
| 72 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseup; | 72 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler onmouseup; |
| 73 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventH
andler 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 onresize; |
| 80 attribute EventHandler onscroll; | 81 attribute EventHandler onscroll; |
| 81 attribute EventHandler onseeked; | 82 attribute EventHandler onseeked; |
| 82 attribute EventHandler onseeking; | 83 attribute EventHandler onseeking; |
| 83 attribute EventHandler onselect; | 84 attribute EventHandler onselect; |
| 84 attribute EventHandler onshow; | 85 attribute EventHandler onshow; |
| 85 //attribute EventHandler onsort; | 86 //attribute EventHandler onsort; |
| 86 attribute EventHandler onstalled; | 87 attribute EventHandler onstalled; |
| 87 attribute EventHandler onsubmit; | 88 attribute EventHandler onsubmit; |
| 88 attribute EventHandler onsuspend; | 89 attribute EventHandler onsuspend; |
| 89 attribute EventHandler ontimeupdate; | 90 attribute EventHandler ontimeupdate; |
| 91 //attribute EventHandler ontoggle; |
| 90 attribute EventHandler onvolumechange; | 92 attribute EventHandler onvolumechange; |
| 91 attribute EventHandler onwaiting; | 93 attribute EventHandler onwaiting; |
| 92 }; | 94 }; |
| OLD | NEW |