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

Unified Diff: third_party/WebKit/Source/core/events/MouseEvent.idl

Issue 2015503002: Move TODO(philipj) to TODO(foolip) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
Index: third_party/WebKit/Source/core/events/MouseEvent.idl
diff --git a/third_party/WebKit/Source/core/events/MouseEvent.idl b/third_party/WebKit/Source/core/events/MouseEvent.idl
index 5d8696c489071fbcfe786142129dbb69cb50d870..99172320ccde0916bcc8fa2e4c02ff2422be5254 100644
--- a/third_party/WebKit/Source/core/events/MouseEvent.idl
+++ b/third_party/WebKit/Source/core/events/MouseEvent.idl
@@ -37,7 +37,7 @@
boolean getModifierState(DOMString keyArg);
// https://w3c.github.io/uievents/#idl-interface-MouseEvent-initializers
- // TODO(philipj): None of the initMouseEvent() arguments should be optional.
+ // TODO(foolip): None of the initMouseEvent() arguments should be optional.
[CallWith=ScriptState, Measure] void initMouseEvent([Default=Undefined] optional DOMString type,
[Default=Undefined] optional boolean bubbles,
[Default=Undefined] optional boolean cancelable,
@@ -56,7 +56,7 @@
// CSSOM View Module
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-mouseevent-interface
- // TODO(philipj): These attributes should be of type double, and the spec
+ // TODO(foolip): These attributes should be of type double, and the spec
// also redefines screenX/Y and clientX/Y as double.
readonly attribute long pageX;
readonly attribute long pageY;
« no previous file with comments | « third_party/WebKit/Source/core/events/MessageEvent.idl ('k') | third_party/WebKit/Source/core/events/MutationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698