Cherry picking r9528 into the release branch git-svn-id: https://google-web-toolkit.googlecode.com/svn/releases/2.2@9534 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/src/com/google/gwt/canvas/client/Canvas.java b/user/src/com/google/gwt/canvas/client/Canvas.java index b9a940e..c6372b3 100644 --- a/user/src/com/google/gwt/canvas/client/Canvas.java +++ b/user/src/com/google/gwt/canvas/client/Canvas.java
@@ -26,8 +26,8 @@ * A widget representing a <canvas> element. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/CanvasGradient.java b/user/src/com/google/gwt/canvas/dom/client/CanvasGradient.java index 78aa341..dce890d 100644 --- a/user/src/com/google/gwt/canvas/dom/client/CanvasGradient.java +++ b/user/src/com/google/gwt/canvas/dom/client/CanvasGradient.java
@@ -19,8 +19,8 @@ * Gradient object used with {@link Context2d}. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/CanvasPattern.java b/user/src/com/google/gwt/canvas/dom/client/CanvasPattern.java index fd01cb1..d1800c9 100644 --- a/user/src/com/google/gwt/canvas/dom/client/CanvasPattern.java +++ b/user/src/com/google/gwt/canvas/dom/client/CanvasPattern.java
@@ -19,8 +19,8 @@ * Pattern object used with {@link Context2d}. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java b/user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java index 004edb5..7d56bd8 100644 --- a/user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java +++ b/user/src/com/google/gwt/canvas/dom/client/CanvasPixelArray.java
@@ -24,10 +24,12 @@ * bytes being signed in Java. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> + * </p> * + * <p> * @see <a href="http://www.w3.org/TR/2dcontext/#canvaspixelarray">HTML Canvas 2D CanvasPixelArray</a> * </p> */
diff --git a/user/src/com/google/gwt/canvas/dom/client/Context.java b/user/src/com/google/gwt/canvas/dom/client/Context.java index 1d63979..5e3a0e4 100644 --- a/user/src/com/google/gwt/canvas/dom/client/Context.java +++ b/user/src/com/google/gwt/canvas/dom/client/Context.java
@@ -20,8 +20,8 @@ * {@link com.google.gwt.dom.client.CanvasElement}. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> */
diff --git a/user/src/com/google/gwt/canvas/dom/client/Context2d.java b/user/src/com/google/gwt/canvas/dom/client/Context2d.java index 8d907ea..83d7f62 100644 --- a/user/src/com/google/gwt/canvas/dom/client/Context2d.java +++ b/user/src/com/google/gwt/canvas/dom/client/Context2d.java
@@ -24,8 +24,8 @@ * Rendering interface used to draw on a {@link CanvasElement}. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/CssColor.java b/user/src/com/google/gwt/canvas/dom/client/CssColor.java index f986757..af02105 100644 --- a/user/src/com/google/gwt/canvas/dom/client/CssColor.java +++ b/user/src/com/google/gwt/canvas/dom/client/CssColor.java
@@ -19,8 +19,8 @@ * CSS Color object. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/FillStrokeStyle.java b/user/src/com/google/gwt/canvas/dom/client/FillStrokeStyle.java index bc4f1cd..2d4fc5f 100644 --- a/user/src/com/google/gwt/canvas/dom/client/FillStrokeStyle.java +++ b/user/src/com/google/gwt/canvas/dom/client/FillStrokeStyle.java
@@ -23,8 +23,8 @@ * {@link CanvasPattern} that is used for stroke and fill. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> */
diff --git a/user/src/com/google/gwt/canvas/dom/client/ImageData.java b/user/src/com/google/gwt/canvas/dom/client/ImageData.java index 87caa8b..64ccf65 100644 --- a/user/src/com/google/gwt/canvas/dom/client/ImageData.java +++ b/user/src/com/google/gwt/canvas/dom/client/ImageData.java
@@ -21,8 +21,8 @@ * Object that holds image data and a size. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/canvas/dom/client/TextMetrics.java b/user/src/com/google/gwt/canvas/dom/client/TextMetrics.java index cea7035..7003e5e 100644 --- a/user/src/com/google/gwt/canvas/dom/client/TextMetrics.java +++ b/user/src/com/google/gwt/canvas/dom/client/TextMetrics.java
@@ -21,8 +21,8 @@ * HTML 5 Canvas text metrics. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/dom/client/CanvasElement.java b/user/src/com/google/gwt/dom/client/CanvasElement.java index 8ceb509..466ae39 100644 --- a/user/src/com/google/gwt/dom/client/CanvasElement.java +++ b/user/src/com/google/gwt/dom/client/CanvasElement.java
@@ -22,8 +22,8 @@ * Canvas element. * * <p> - * <span style="color:red">Experimental API: This class is still under rapid - * development, and is very likely to be deleted. Use it at your own risk. + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. * </span> * </p> *
diff --git a/user/src/com/google/gwt/user/client/IsSupported.java b/user/src/com/google/gwt/user/client/IsSupported.java index 4e8cae1..f439842 100644 --- a/user/src/com/google/gwt/user/client/IsSupported.java +++ b/user/src/com/google/gwt/user/client/IsSupported.java
@@ -19,6 +19,12 @@ /** * Interface for classes that are only supported on a limited set of browsers. * + * <p> + * <span style="color:red">Experimental API: This API is still under development + * and is subject to change. + * </span> + * </p> + * * By convention, classes that implement IsSupported will provide a static * method <code>boolean isSupported()</code> that checks whether the feature is * supported at runtime.