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 136593002: Move onresize from just Window to Window and elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: force rebuild with whitespace Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/GlobalEventHandlers.h ('k') | Source/core/frame/DOMWindowEventHandlers.h » ('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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 };
OLDNEW
« no previous file with comments | « Source/core/dom/GlobalEventHandlers.h ('k') | Source/core/frame/DOMWindowEventHandlers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698