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

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

Issue 16409016: Fixing up element_types_test to work properly in checked mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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/html.status ('k') | tools/dom/scripts/systemhtml.py » ('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 "AbstractWorker": { 2 "AbstractWorker": {
3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace", 3 "comment": "http://www.w3.org/TR/workers/#the-abstractworker-abstract-interf ace",
4 "members": { 4 "members": {
5 "addEventListener": {}, 5 "addEventListener": {},
6 "dispatchEvent": {}, 6 "dispatchEvent": {},
7 "onerror": {}, 7 "onerror": {},
8 "removeEventListener": {} 8 "removeEventListener": {}
9 }, 9 },
10 "support_level": "stable" 10 "support_level": "stable"
(...skipping 4357 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLMenuElement-partial", 4368 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLMenuElement-partial",
4369 "dart_action": "suppress", 4369 "dart_action": "suppress",
4370 "support_level": "deprecated" 4370 "support_level": "deprecated"
4371 } 4371 }
4372 }, 4372 },
4373 "support_level": "stable" 4373 "support_level": "stable"
4374 }, 4374 },
4375 "HTMLMetaElement": { 4375 "HTMLMetaElement": {
4376 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema ntics.html#the-meta-element", 4376 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/sema ntics.html#the-meta-element",
4377 "members": { 4377 "members": {
4378 "HTMLMetaElement": {},
4378 "content": {}, 4379 "content": {},
4379 "httpEquiv": {}, 4380 "httpEquiv": {},
4380 "name": {}, 4381 "name": {},
4381 "scheme": { 4382 "scheme": {
4382 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLMetaElement-partial", 4383 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/ obsolete.html#HTMLMetaElement-partial",
4383 "dart_action": "suppress", 4384 "dart_action": "suppress",
4384 "support_level": "deprecated" 4385 "support_level": "deprecated"
4385 } 4386 }
4386 }, 4387 },
4387 "support_level": "stable" 4388 "support_level": "stable"
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
4625 }, 4626 },
4626 "max": {}, 4627 "max": {},
4627 "position": {}, 4628 "position": {},
4628 "value": {} 4629 "value": {}
4629 }, 4630 },
4630 "support_level": "stable" 4631 "support_level": "stable"
4631 }, 4632 },
4632 "HTMLQuoteElement": { 4633 "HTMLQuoteElement": {
4633 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-blockquote-element", 4634 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/grou ping-content.html#the-blockquote-element",
4634 "members": { 4635 "members": {
4636 "HTMLQuoteElement": {},
4635 "cite": {} 4637 "cite": {}
4636 }, 4638 },
4637 "support_level": "stable" 4639 "support_level": "stable"
4638 }, 4640 },
4639 "HTMLScriptElement": { 4641 "HTMLScriptElement": {
4640 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/scri pting-1.html#the-script-element", 4642 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/scri pting-1.html#the-script-element",
4641 "members": { 4643 "members": {
4642 "HTMLScriptElement": {}, 4644 "HTMLScriptElement": {},
4643 "async": {}, 4645 "async": {},
4644 "charset": {}, 4646 "charset": {},
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
4697 "validationMessage": {}, 4699 "validationMessage": {},
4698 "validity": {}, 4700 "validity": {},
4699 "value": {}, 4701 "value": {},
4700 "willValidate": {} 4702 "willValidate": {}
4701 }, 4703 },
4702 "support_level": "stable" 4704 "support_level": "stable"
4703 }, 4705 },
4704 "HTMLShadowElement": { 4706 "HTMLShadowElement": {
4705 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#shadow-element", 4707 "comment": "https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/in dex.html#shadow-element",
4706 "members": { 4708 "members": {
4709 "HTMLShadowElement": {},
4707 "olderShadowRoot": {}, 4710 "olderShadowRoot": {},
4708 "resetStyleInheritance": {} 4711 "resetStyleInheritance": {}
4709 }, 4712 },
4710 "support_level": "experimental" 4713 "support_level": "experimental"
4711 }, 4714 },
4712 "HTMLSourceElement": { 4715 "HTMLSourceElement": {
4713 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#the-source-element", 4716 "comment": "http://www.whatwg.org/specs/web-apps/current-work/multipage/the- video-element.html#the-source-element",
4714 "members": { 4717 "members": {
4715 "HTMLSourceElement": {}, 4718 "HTMLSourceElement": {},
4716 "media": {}, 4719 "media": {},
(...skipping 7393 matching lines...) Expand 10 before | Expand all | Expand 10 after
12110 "importStylesheet": {}, 12113 "importStylesheet": {},
12111 "removeParameter": {}, 12114 "removeParameter": {},
12112 "reset": {}, 12115 "reset": {},
12113 "setParameter": {}, 12116 "setParameter": {},
12114 "transformToDocument": {}, 12117 "transformToDocument": {},
12115 "transformToFragment": {} 12118 "transformToFragment": {}
12116 }, 12119 },
12117 "support_level": "nonstandard" 12120 "support_level": "nonstandard"
12118 } 12121 }
12119 } 12122 }
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tools/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698