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

Side by Side Diff: Source/core/events/MouseEvent.idl

Issue 1175783002: Document the tracking bugs of some IDL FIXMEs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/html/HTMLElement.idl » ('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) 2006, 2007 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
3 * 3 *
4 * This library is free software; you can redistribute it and/or 4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Library General Public 5 * modify it under the terms of the GNU Library General Public
6 * License as published by the Free Software Foundation; either 6 * License as published by the Free Software Foundation; either
7 * version 2 of the License, or (at your option) any later version. 7 * version 2 of the License, or (at your option) any later version.
8 * 8 *
9 * This library is distributed in the hope that it will be useful, 9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 [MeasureAs=MouseEventOffsetX] readonly attribute long offsetX; 64 [MeasureAs=MouseEventOffsetX] readonly attribute long offsetX;
65 [MeasureAs=MouseEventOffsetY] readonly attribute long offsetY; 65 [MeasureAs=MouseEventOffsetY] readonly attribute long offsetY;
66 [MeasureAs=MouseEventX] readonly attribute long x; 66 [MeasureAs=MouseEventX] readonly attribute long x;
67 [MeasureAs=MouseEventY] readonly attribute long y; 67 [MeasureAs=MouseEventY] readonly attribute long y;
68 [MeasureAs=MouseEventFromElement] readonly attribute Node fromElement; 68 [MeasureAs=MouseEventFromElement] readonly attribute Node fromElement;
69 [MeasureAs=MouseEventToElement] readonly attribute Node toElement; 69 [MeasureAs=MouseEventToElement] readonly attribute Node toElement;
70 [MeasureAs=MouseEventWhich] readonly attribute long which; 70 [MeasureAs=MouseEventWhich] readonly attribute long which;
71 [DeprecateAs=PrefixedMouseEventMovementX, ImplementedAs=movementX] readonly attribute long webkitMovementX; 71 [DeprecateAs=PrefixedMouseEventMovementX, ImplementedAs=movementX] readonly attribute long webkitMovementX;
72 [DeprecateAs=PrefixedMouseEventMovementY, ImplementedAs=movementY] readonly attribute long webkitMovementY; 72 [DeprecateAs=PrefixedMouseEventMovementY, ImplementedAs=movementY] readonly attribute long webkitMovementY;
73 73
74 // FIXME: this belongs on the DragEvent interface 74 // FIXME: dataTransfer belongs on the DragEvent interface. crbug.com/498504
75 readonly attribute DataTransfer dataTransfer; 75 readonly attribute DataTransfer dataTransfer;
76 }; 76 };
OLDNEW
« no previous file with comments | « Source/core/dom/Element.idl ('k') | Source/core/html/HTMLElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698