Daniel Kurka has posted comments on this change.

Change subject: Add wrap method to Canvas
......................................................................


Patch Set 2:

(1 comment)

....................................................
File user/src/com/google/gwt/canvas/client/Canvas.java
Line 84:     return isSupported(Document.get().createCanvasElement());
All major browsers now support canvas, so normally this check will return true (see: http://caniuse.com/canvas).

So I am actually think we could remove the whole ifSupported meme at least for GWT 3.0

Tested on IE8 to see if this introduces unwanted behavior, but looked fine.


--
To view, visit https://gwt-review.googlesource.com/3613
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ieca5c14e41b495da75004fa080409fca1b21b3d5
Gerrit-PatchSet: 2
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <danku...@google.com>
Gerrit-Reviewer: Daniel Kurka <danku...@google.com>
Gerrit-Reviewer: Leeroy Jenkins <jenk...@gwtproject.org>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>
Gerrit-HasComments: Yes

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to