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

Unified Diff: tools/dom/dom.json

Issue 561813004: Regenerate html libs (Closed) Base URL: https://dart.googlecode.com/svn/branches/dartium_integration/dart
Patch Set: Created 6 years, 3 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
« no previous file with comments | « sdk/lib/web_gl/dartium/web_gl_dartium.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/dom.json
diff --git a/tools/dom/dom.json b/tools/dom/dom.json
index 155680f69bacd5c6c541db294bc3b80bdfa9007f..f818030a35216bb634d6b8c48222c94058664ba9 100644
--- a/tools/dom/dom.json
+++ b/tools/dom/dom.json
@@ -7803,6 +7803,33 @@
"Path2D": {},
"addPath": {
"support_level": "untriaged"
+ },
+ "arc": {
+ "support_level": "untriaged"
+ },
+ "arcTo": {
+ "support_level": "untriaged"
+ },
+ "bezierCurveTo": {
+ "support_level": "untriaged"
+ },
+ "closePath": {
+ "support_level": "untriaged"
+ },
+ "ellipse": {
+ "support_level": "untriaged"
+ },
+ "lineTo": {
+ "support_level": "untriaged"
+ },
+ "moveTo": {
+ "support_level": "untriaged"
+ },
+ "quadraticCurveTo": {
+ "support_level": "untriaged"
+ },
+ "rect": {
+ "support_level": "untriaged"
}
},
"support_level": "untriaged"
@@ -13888,6 +13915,9 @@
"bufferSubByteData": {},
"bufferSubData": {},
"bufferSubDataTyped": {},
+ "canvas": {
+ "support_level": "untriaged"
+ },
"checkFramebufferStatus": {},
"clear": {},
"clearColor": {},
« no previous file with comments | « sdk/lib/web_gl/dartium/web_gl_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698