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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.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/modules/device_orientation/DeviceMotionEvent.idl
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl
index 138f704d832bbbaf95bbff161b42a8ba99ad7e60..952818065cd3cff896d842cda9e958e75205df87 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.idl
@@ -25,14 +25,14 @@
// http://w3c.github.io/deviceorientation/spec-source-orientation.html#devicemotion
-// TODO(philipj): DeviceMotionEvent should have a constructor.
+// TODO(foolip): DeviceMotionEvent should have a constructor.
interface DeviceMotionEvent : Event {
readonly attribute DeviceAcceleration? acceleration;
readonly attribute DeviceAcceleration? accelerationIncludingGravity;
readonly attribute DeviceRotationRate? rotationRate;
readonly attribute double? interval;
- // TODO(philipj): The init*Event() methods are not in the spec:
+ // TODO(foolip): The init*Event() methods are not in the spec:
// https://github.com/w3c/deviceorientation/issues/18
[Custom, Measure] void initDeviceMotionEvent([Default=Undefined] optional DOMString type,
[Default=Undefined] optional boolean bubbles,

Powered by Google App Engine
This is Rietveld 408576698