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

Side by Side Diff: client/html/html.dart

Issue 8363040: Implement measurement using futures (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove duplicated imports from html.dart Created 9 years, 1 month 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 | « client/dom/scripts/template_html.darttemplate ('k') | client/html/release/html.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 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // DO NOT EDIT 5 // DO NOT EDIT
6 // Auto-generated Dart HTML library. 6 // Auto-generated Dart HTML library.
7 7
8 #library('html'); 8 #library('html');
9 9
10 #import('dart:dom', prefix:'dom'); 10 #import('dart:dom', prefix:'dom');
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 #source('generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dar t'); 480 #source('generated/src/wrapping/_WebGLRenderingContextWrappingImplementation.dar t');
481 #source('generated/src/wrapping/_WebGLShaderWrappingImplementation.dart'); 481 #source('generated/src/wrapping/_WebGLShaderWrappingImplementation.dart');
482 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart'); 482 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart');
483 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart '); 483 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart ');
484 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart'); 484 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart');
485 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art'); 485 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art');
486 486
487 487
488 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart'); 488 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart');
489 489
490 #source('src/_Collections.dart');
491 #source('src/_FactoryProviders.dart');
492 #source('src/_ListIterators.dart');
493 #source('src/_Lists.dart');
490 #source('src/AbstractWorker.dart'); 494 #source('src/AbstractWorker.dart');
491 #source('src/AbstractWorkerWrappingImplementation.dart'); 495 #source('src/AbstractWorkerWrappingImplementation.dart');
492 #source('src/AnimationEvent.dart'); 496 #source('src/AnimationEvent.dart');
493 #source('src/AnimationEventWrappingImplementation.dart'); 497 #source('src/AnimationEventWrappingImplementation.dart');
494 #source('src/BeforeLoadEvent.dart'); 498 #source('src/BeforeLoadEvent.dart');
495 #source('src/BeforeLoadEventWrappingImplementation.dart'); 499 #source('src/BeforeLoadEventWrappingImplementation.dart');
500 #source('src/BodyElement.dart');
501 #source('src/BodyElementWrappingImplementation.dart');
496 #source('src/CloseEvent.dart'); 502 #source('src/CloseEvent.dart');
497 #source('src/CloseEventWrappingImplementation.dart'); 503 #source('src/CloseEventWrappingImplementation.dart');
498 #source('src/CompositionEvent.dart'); 504 #source('src/CompositionEvent.dart');
499 #source('src/CompositionEventWrappingImplementation.dart'); 505 #source('src/CompositionEventWrappingImplementation.dart');
506 #source('src/CssClassSet.dart');
500 #source('src/CSSStyleDeclaration.dart'); 507 #source('src/CSSStyleDeclaration.dart');
501 #source('src/CSSStyleDeclarationWrappingImplementation.dart'); 508 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
502 #source('src/CustomEvent.dart'); 509 #source('src/CustomEvent.dart');
503 #source('src/CustomEventWrappingImplementation.dart'); 510 #source('src/CustomEventWrappingImplementation.dart');
504 #source('src/DOMApplicationCache.dart');
505 #source('src/DOMApplicationCacheWrappingImplementation.dart');
506 #source('src/DOMWrapperBase.dart');
507 #source('src/Document.dart');
508 #source('src/DataAttributeMap.dart'); 511 #source('src/DataAttributeMap.dart');
509 #source('src/Device.dart'); 512 #source('src/Device.dart');
510 #source('src/DeviceMotionEvent.dart'); 513 #source('src/DeviceMotionEvent.dart');
511 #source('src/DeviceMotionEventWrappingImplementation.dart'); 514 #source('src/DeviceMotionEventWrappingImplementation.dart');
512 #source('src/DeviceOrientationEvent.dart'); 515 #source('src/DeviceOrientationEvent.dart');
513 #source('src/DeviceOrientationEventWrappingImplementation.dart'); 516 #source('src/DeviceOrientationEventWrappingImplementation.dart');
514 #source('src/BodyElement.dart'); 517 #source('src/Document.dart');
515 #source('src/BodyElementWrappingImplementation.dart');
516 #source('src/CssClassSet.dart');
517 #source('src/DocumentFragment.dart'); 518 #source('src/DocumentFragment.dart');
518 #source('src/DocumentFragmentWrappingImplementation.dart'); 519 #source('src/DocumentFragmentWrappingImplementation.dart');
519 #source('src/DocumentWrappingImplementation.dart'); 520 #source('src/DocumentWrappingImplementation.dart');
521 #source('src/DOMApplicationCache.dart');
522 #source('src/DOMApplicationCacheWrappingImplementation.dart');
523 #source('src/DOMWrapperBase.dart');
520 #source('src/Element.dart'); 524 #source('src/Element.dart');
521 #source('src/ElementWrappingImplementation.dart'); 525 #source('src/ElementWrappingImplementation.dart');
522 #source('src/ErrorEvent.dart'); 526 #source('src/ErrorEvent.dart');
523 #source('src/ErrorEventWrappingImplementation.dart'); 527 #source('src/ErrorEventWrappingImplementation.dart');
524 #source('src/Event.dart'); 528 #source('src/Event.dart');
525 #source('src/EventWrappingImplementation.dart');
526 #source('src/EventListener.dart'); 529 #source('src/EventListener.dart');
527 #source('src/EventSource.dart'); 530 #source('src/EventSource.dart');
528 #source('src/EventSourceWrappingImplementation.dart'); 531 #source('src/EventSourceWrappingImplementation.dart');
529 #source('src/EventTarget.dart'); 532 #source('src/EventTarget.dart');
530 #source('src/EventTargetWrappingImplementation.dart'); 533 #source('src/EventTargetWrappingImplementation.dart');
534 #source('src/EventWrappingImplementation.dart');
531 #source('src/GlobalProperties.dart'); 535 #source('src/GlobalProperties.dart');
532 #source('src/HashChangeEvent.dart'); 536 #source('src/HashChangeEvent.dart');
533 #source('src/HashChangeEventWrappingImplementation.dart'); 537 #source('src/HashChangeEventWrappingImplementation.dart');
534 #source('src/KeyboardEvent.dart'); 538 #source('src/KeyboardEvent.dart');
535 #source('src/KeyboardEventWrappingImplementation.dart'); 539 #source('src/KeyboardEventWrappingImplementation.dart');
540 #source('src/Measurement.dart');
536 #source('src/MessageEvent.dart'); 541 #source('src/MessageEvent.dart');
537 #source('src/MessageEventWrappingImplementation.dart'); 542 #source('src/MessageEventWrappingImplementation.dart');
538 #source('src/MessagePort.dart'); 543 #source('src/MessagePort.dart');
539 #source('src/MessagePortWrappingImplementation.dart'); 544 #source('src/MessagePortWrappingImplementation.dart');
540 #source('src/MouseEvent.dart'); 545 #source('src/MouseEvent.dart');
541 #source('src/MouseEventWrappingImplementation.dart'); 546 #source('src/MouseEventWrappingImplementation.dart');
542 #source('src/MutationEvent.dart'); 547 #source('src/MutationEvent.dart');
543 #source('src/MutationEventWrappingImplementation.dart'); 548 #source('src/MutationEventWrappingImplementation.dart');
544 #source('src/Node.dart'); 549 #source('src/Node.dart');
545 #source('src/NodeList.dart'); 550 #source('src/NodeList.dart');
546 #source('src/NodeWrappingImplementation.dart'); 551 #source('src/NodeWrappingImplementation.dart');
547 #source('src/Notification.dart'); 552 #source('src/Notification.dart');
548 #source('src/NotificationWrappingImplementation.dart'); 553 #source('src/NotificationWrappingImplementation.dart');
549 #source('src/OverflowEvent.dart'); 554 #source('src/OverflowEvent.dart');
550 #source('src/OverflowEventWrappingImplementation.dart'); 555 #source('src/OverflowEventWrappingImplementation.dart');
551 #source('src/PageTransitionEvent.dart'); 556 #source('src/PageTransitionEvent.dart');
552 #source('src/PageTransitionEventWrappingImplementation.dart'); 557 #source('src/PageTransitionEventWrappingImplementation.dart');
553 #source('src/PopStateEvent.dart'); 558 #source('src/PopStateEvent.dart');
554 #source('src/PopStateEventWrappingImplementation.dart'); 559 #source('src/PopStateEventWrappingImplementation.dart');
555 #source('src/ProgressEvent.dart'); 560 #source('src/ProgressEvent.dart');
556 #source('src/ProgressEventWrappingImplementation.dart'); 561 #source('src/ProgressEventWrappingImplementation.dart');
557 #source('src/RequestAnimationFrameCallback.dart'); 562 #source('src/RequestAnimationFrameCallback.dart');
558 #source('src/SharedWorker.dart'); 563 #source('src/SharedWorker.dart');
559 #source('src/SharedWorkerWrappingImplementation.dart'); 564 #source('src/SharedWorkerWrappingImplementation.dart');
560 #source('src/StorageEvent.dart'); 565 #source('src/StorageEvent.dart');
561 #source('src/StorageEventWrappingImplementation.dart'); 566 #source('src/StorageEventWrappingImplementation.dart');
562 #source('src/Text.dart'); 567 #source('src/Text.dart');
563 #source('src/TextWrappingImplementation.dart');
564 #source('src/TextEvent.dart'); 568 #source('src/TextEvent.dart');
565 #source('src/TextEventWrappingImplementation.dart'); 569 #source('src/TextEventWrappingImplementation.dart');
570 #source('src/TextWrappingImplementation.dart');
566 #source('src/TimeoutHandler.dart'); 571 #source('src/TimeoutHandler.dart');
567 #source('src/TouchEvent.dart'); 572 #source('src/TouchEvent.dart');
568 #source('src/TouchEventWrappingImplementation.dart'); 573 #source('src/TouchEventWrappingImplementation.dart');
569 #source('src/TransitionEvent.dart'); 574 #source('src/TransitionEvent.dart');
570 #source('src/TransitionEventWrappingImplementation.dart'); 575 #source('src/TransitionEventWrappingImplementation.dart');
571 #source('src/UIEvent.dart'); 576 #source('src/UIEvent.dart');
572 #source('src/UIEventWrappingImplementation.dart'); 577 #source('src/UIEventWrappingImplementation.dart');
573 #source('src/WebSocket.dart'); 578 #source('src/WebSocket.dart');
574 #source('src/WebSocketWrappingImplementation.dart'); 579 #source('src/WebSocketWrappingImplementation.dart');
575 #source('src/WheelEvent.dart'); 580 #source('src/WheelEvent.dart');
576 #source('src/WheelEventWrappingImplementation.dart'); 581 #source('src/WheelEventWrappingImplementation.dart');
577 #source('src/Window.dart'); 582 #source('src/Window.dart');
578 #source('src/WindowWrappingImplementation.dart'); 583 #source('src/WindowWrappingImplementation.dart');
579 #source('src/Worker.dart'); 584 #source('src/Worker.dart');
580 #source('src/WorkerWrappingImplementation.dart'); 585 #source('src/WorkerWrappingImplementation.dart');
581 #source('src/XMLHttpRequest.dart'); 586 #source('src/XMLHttpRequest.dart');
582 #source('src/XMLHttpRequestProgressEvent.dart'); 587 #source('src/XMLHttpRequestProgressEvent.dart');
583 #source('src/XMLHttpRequestProgressEventWrappingImplementation.dart'); 588 #source('src/XMLHttpRequestProgressEventWrappingImplementation.dart');
584 #source('src/XMLHttpRequestUpload.dart'); 589 #source('src/XMLHttpRequestUpload.dart');
585 #source('src/XMLHttpRequestUploadWrappingImplementation.dart'); 590 #source('src/XMLHttpRequestUploadWrappingImplementation.dart');
586 #source('src/XMLHttpRequestWrappingImplementation.dart'); 591 #source('src/XMLHttpRequestWrappingImplementation.dart');
587
588 #source('src/_Collections.dart');
589 #source('src/_FactoryProviders.dart');
590 #source('src/_ListIterators.dart');
591 #source('src/_Lists.dart');
OLDNEW
« no previous file with comments | « client/dom/scripts/template_html.darttemplate ('k') | client/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698