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

Side by Side Diff: lib/src/html5_setters.g.dart

Issue 11471037: Updating dwc for breaking changes that will be part of the next sdk (Closed) Base URL: git@github.com:dart-lang/dart-web-components.git@master
Patch Set: Created 8 years 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
« no previous file with comments | « lib/src/file_system/browser.dart ('k') | lib/src/html5_utils.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This file is autogenerated by build/gen_html_setters.sh. Do not edit. 1 // This file is autogenerated by build/gen_html_setters.sh. Do not edit.
2 library html5_setters; 2 library html5_setters;
3 var htmlElementFields = const { 3 var htmlElementFields = const {
4 'html.AnchorElement': const { 4 'html.AnchorElement': const {
5 'charset': 'charset', 5 'charset': 'charset',
6 'coords': 'coords', 6 'coords': 'coords',
7 'download': 'download', 7 'download': 'download',
8 'hash': 'hash', 8 'hash': 'hash',
9 'host': 'host', 9 'host': 'host',
10 'hostname': 'hostname', 10 'hostname': 'hostname',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'html.VideoElement': const { 440 'html.VideoElement': const {
441 'height': 'height', 441 'height': 'height',
442 'poster': 'poster', 442 'poster': 'poster',
443 'width': 'width', 443 'width': 'width',
444 }, 444 },
445 }; 445 };
446 446
447 var htmlElementExtends = const { 447 var htmlElementExtends = const {
448 'html.AnchorElement': 'html.Element', 448 'html.AnchorElement': 'html.Element',
449 'html.AreaElement': 'html.Element', 449 'html.AreaElement': 'html.Element',
450 'web_audio.AudioElement': 'html.MediaElement', 450 'html.AudioElement': 'html.MediaElement',
451 'html.BRElement': 'html.Element', 451 'html.BRElement': 'html.Element',
452 'html.BaseElement': 'html.Element', 452 'html.BaseElement': 'html.Element',
453 'html.BodyElement': 'html.Element', 453 'html.BodyElement': 'html.Element',
454 'html.ButtonElement': 'html.Element', 454 'html.ButtonElement': 'html.Element',
455 'html.CanvasElement': 'html.Element', 455 'html.CanvasElement': 'html.Element',
456 'html.DListElement': 'html.Element', 456 'html.DListElement': 'html.Element',
457 'html.DataListElement': 'html.Element', 457 'html.DataListElement': 'html.Element',
458 'html.DetailsElement': 'html.Element', 458 'html.DetailsElement': 'html.Element',
459 'html.DivElement': 'html.Element', 459 'html.DivElement': 'html.Element',
460 'html.EmbedElement': 'html.Element', 460 'html.EmbedElement': 'html.Element',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 'html.TableElement': 'html.Element', 499 'html.TableElement': 'html.Element',
500 'html.TableRowElement': 'html.Element', 500 'html.TableRowElement': 'html.Element',
501 'html.TableSectionElement': 'html.Element', 501 'html.TableSectionElement': 'html.Element',
502 'html.TextAreaElement': 'html.Element', 502 'html.TextAreaElement': 'html.Element',
503 'html.TitleElement': 'html.Element', 503 'html.TitleElement': 'html.Element',
504 'html.TrackElement': 'html.Element', 504 'html.TrackElement': 'html.Element',
505 'html.UListElement': 'html.Element', 505 'html.UListElement': 'html.Element',
506 'html.UnknownElement': 'html.Element', 506 'html.UnknownElement': 'html.Element',
507 'html.VideoElement': 'html.MediaElement', 507 'html.VideoElement': 'html.MediaElement',
508 }; 508 };
OLDNEW
« no previous file with comments | « lib/src/file_system/browser.dart ('k') | lib/src/html5_utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698