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

Side by Side Diff: tools/dom/dom.json

Issue 1002953005: Fix Notification (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed formatting of the test Created 5 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/html/notification_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "ANGLEInstancedArrays": { 2 "ANGLEInstancedArrays": {
3 "members": { 3 "members": {
4 "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": { 4 "VERTEX_ATTRIB_ARRAY_DIVISOR_ANGLE": {
5 "support_level": "untriaged" 5 "support_level": "untriaged"
6 }, 6 },
7 "drawArraysInstancedANGLE": { 7 "drawArraysInstancedANGLE": {
8 "support_level": "untriaged" 8 "support_level": "untriaged"
9 }, 9 },
10 "drawElementsInstancedANGLE": { 10 "drawElementsInstancedANGLE": {
(...skipping 8241 matching lines...) Expand 10 before | Expand all | Expand 10 after
8252 "tag": { 8252 "tag": {
8253 "dart_action": "experimental", 8253 "dart_action": "experimental",
8254 "support_level": "nonstandard" 8254 "support_level": "nonstandard"
8255 }, 8255 },
8256 "title": { 8256 "title": {
8257 "support_level": "untriaged" 8257 "support_level": "untriaged"
8258 } 8258 }
8259 }, 8259 },
8260 "support_level": "experimental" 8260 "support_level": "experimental"
8261 }, 8261 },
8262 "NotificationCenter": {
8263 "comment": "http://www.w3.org/TR/notifications/#showing-a-notification",
8264 "dart_action": "suppress",
8265 "members": {
8266 "checkPermission": {},
8267 "createHTMLNotification": {},
8268 "createNotification": {},
8269 "requestPermission": {}
8270 },
8271 "support_level": "deprecated"
8272 },
8273 "NotificationPermissionCallback": { 8262 "NotificationPermissionCallback": {
8274 "comment": "http://www.w3.org/TR/notifications/#notificationpermissioncallba ck", 8263 "comment": "http://www.w3.org/TR/notifications/#notificationpermissioncallba ck",
8275 "members": { 8264 "members": {
8276 "handleEvent": {} 8265 "handleEvent": {}
8277 }, 8266 },
8278 "support_level": "experimental" 8267 "support_level": "experimental"
8279 }, 8268 },
8280 "OESElementIndexUint": { 8269 "OESElementIndexUint": {
8281 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_element_ind ex_uint/", 8270 "comment": "http://www.khronos.org/registry/webgl/extensions/OES_element_ind ex_uint/",
8282 "dart_action": "experimental", 8271 "dart_action": "experimental",
(...skipping 9316 matching lines...) Expand 10 before | Expand all | Expand 10 after
17599 "importStylesheet": {}, 17588 "importStylesheet": {},
17600 "removeParameter": {}, 17589 "removeParameter": {},
17601 "reset": {}, 17590 "reset": {},
17602 "setParameter": {}, 17591 "setParameter": {},
17603 "transformToDocument": {}, 17592 "transformToDocument": {},
17604 "transformToFragment": {} 17593 "transformToFragment": {}
17605 }, 17594 },
17606 "support_level": "nonstandard" 17595 "support_level": "nonstandard"
17607 } 17596 }
17608 } 17597 }
OLDNEW
« no previous file with comments | « tests/html/notification_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698