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

Unified Diff: third_party/WebKit/Source/core/svg/SVGSVGElement.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/svg/SVGSVGElement.idl
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
index b05a2590a142910b67178ccd9c971eda4a3bd65e..cf6a094cf4debcdf0e5baca501bf7b6752a59853 100644
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.idl
@@ -27,14 +27,14 @@ interface SVGSVGElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength y;
[MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength width;
[MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength height;
- // TODO(philipj): viewport should be a DOMRectReadOnly.
+ // TODO(foolip): viewport should be a DOMRectReadOnly.
[Measure] readonly attribute SVGRect viewport;
- // TODO(philipj): useCurrentView and currentView have been removed:
+ // TODO(foolip): useCurrentView and currentView have been removed:
// https://github.com/w3c/svgwg/commit/4c26fd36937a65192024208d85c144a21071b057
[Measure] readonly attribute boolean useCurrentView;
[Measure] readonly attribute SVGViewSpec currentView;
attribute float currentScale;
- // TODO(philipj): currentTranslate should be a DOMPointReadOnly.
+ // TODO(foolip): currentTranslate should be a DOMPointReadOnly.
[ImplementedAs=currentTranslateFromJavascript] readonly attribute SVGPoint currentTranslate;
[MeasureAs=SVGSVGElementSuspendRedraw] unsigned long suspendRedraw(unsigned long maxWaitMilliseconds);
@@ -48,7 +48,7 @@ interface SVGSVGElement : SVGGraphicsElement {
[RuntimeEnabled=smil] float getCurrentTime();
[RuntimeEnabled=smil] void setCurrentTime(float seconds);
- // TODO(philipj): The rect arguments should be DOMRectReadOnly.
+ // TODO(foolip): The rect arguments should be DOMRectReadOnly.
NodeList getIntersectionList(SVGRect rect, SVGElement? referenceElement);
NodeList getEnclosureList(SVGRect rect, SVGElement? referenceElement);
boolean checkIntersection(SVGElement element, SVGRect rect);
@@ -57,14 +57,14 @@ interface SVGSVGElement : SVGGraphicsElement {
[Measure] SVGNumber createSVGNumber();
[Measure] SVGLength createSVGLength();
[Measure] SVGAngle createSVGAngle();
- // TODO(philipj): SVGPoint/Matrix/Rect should be DOMPoint/Matrix/Rect.
+ // TODO(foolip): SVGPoint/Matrix/Rect should be DOMPoint/Matrix/Rect.
[Measure] SVGPoint createSVGPoint();
[Measure] SVGMatrix createSVGMatrix();
[Measure] SVGRect createSVGRect();
[Measure] SVGTransform createSVGTransform();
[Measure] SVGTransform createSVGTransformFromMatrix(SVGMatrix matrix);
- // TODO(philipj): The following was part of SVG 1.1:
+ // TODO(foolip): The following was part of SVG 1.1:
// http://www.w3.org/TR/SVG11/struct.html#InterfaceSVGSVGElement
[Measure] Element getElementById(DOMString elementId);
};
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGRect.idl ('k') | third_party/WebKit/Source/core/svg/SVGStyleElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698