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

Unified Diff: Source/core/events/OverflowEvent.idl

Issue 1149963004: Sync various event interfaces with their specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: spec URL update Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/events/NavigatorEvents.idl ('k') | Source/core/events/OverflowEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/OverflowEvent.idl
diff --git a/Source/core/events/OverflowEvent.idl b/Source/core/events/OverflowEvent.idl
index b4b0c02b4a3743f874a950c0ba1c24a6e8e3732f..ea30d9f8e3a9607e8ca80adff24ccd540100c83b 100644
--- a/Source/core/events/OverflowEvent.idl
+++ b/Source/core/events/OverflowEvent.idl
@@ -23,6 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// TODO(philipj): Remove the overflowchanged event. crbug.com/460822
[
Constructor(DOMString type, optional OverflowEventInit eventInitDict),
RuntimeEnabled=OverflowChangedEvent,
@@ -35,4 +36,3 @@
readonly attribute boolean horizontalOverflow;
readonly attribute boolean verticalOverflow;
};
-
« no previous file with comments | « Source/core/events/NavigatorEvents.idl ('k') | Source/core/events/OverflowEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698