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

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: Respond to all comments 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
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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart'); 530 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart');
531 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart '); 531 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart ');
532 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart'); 532 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart');
533 #source('generated/src/wrapping/_WheelEventWrappingImplementation.dart'); 533 #source('generated/src/wrapping/_WheelEventWrappingImplementation.dart');
534 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art'); 534 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art');
535 #source('generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementati on.dart'); 535 #source('generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementati on.dart');
536 536
537 537
538 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart'); 538 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart');
539 539
540 #source('src/_Collections.dart');
541 #source('src/_FactoryProviders.dart');
542 #source('src/_ListIterators.dart');
543 #source('src/_Lists.dart');
540 #source('src/AbstractWorker.dart'); 544 #source('src/AbstractWorker.dart');
541 #source('src/AbstractWorkerWrappingImplementation.dart'); 545 #source('src/AbstractWorkerWrappingImplementation.dart');
542 #source('src/DOMApplicationCache.dart');
543 #source('src/CSSStyleDeclaration.dart');
544 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
545 #source('src/DOMApplicationCacheWrappingImplementation.dart');
546 #source('src/DOMWrapperBase.dart');
547 #source('src/Document.dart');
548 #source('src/DataAttributeMap.dart');
549 #source('src/Device.dart');
550 #source('src/BodyElement.dart'); 546 #source('src/BodyElement.dart');
551 #source('src/BodyElementWrappingImplementation.dart'); 547 #source('src/BodyElementWrappingImplementation.dart');
552 #source('src/CssClassSet.dart'); 548 #source('src/CssClassSet.dart');
549 #source('src/CSSStyleDeclaration.dart');
550 #source('src/CSSStyleDeclaration.dart');
551 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
552 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
553 #source('src/DataAttributeMap.dart');
554 #source('src/Device.dart');
555 #source('src/Document.dart');
553 #source('src/DocumentFragment.dart'); 556 #source('src/DocumentFragment.dart');
554 #source('src/DocumentFragmentWrappingImplementation.dart'); 557 #source('src/DocumentFragmentWrappingImplementation.dart');
555 #source('src/DocumentWrappingImplementation.dart'); 558 #source('src/DocumentWrappingImplementation.dart');
559 #source('src/DOMApplicationCache.dart');
560 #source('src/DOMApplicationCacheWrappingImplementation.dart');
561 #source('src/DOMWrapperBase.dart');
556 #source('src/Element.dart'); 562 #source('src/Element.dart');
557 #source('src/ElementWrappingImplementation.dart'); 563 #source('src/ElementWrappingImplementation.dart');
558 #source('src/EventListener.dart'); 564 #source('src/EventListener.dart');
559 #source('src/EventSource.dart'); 565 #source('src/EventSource.dart');
560 #source('src/EventSourceWrappingImplementation.dart'); 566 #source('src/EventSourceWrappingImplementation.dart');
561 #source('src/EventTarget.dart'); 567 #source('src/EventTarget.dart');
562 #source('src/EventTargetWrappingImplementation.dart'); 568 #source('src/EventTargetWrappingImplementation.dart');
563 #source('src/GlobalProperties.dart'); 569 #source('src/GlobalProperties.dart');
570 #source('src/Measurement.dart');
564 #source('src/MessagePort.dart'); 571 #source('src/MessagePort.dart');
565 #source('src/MessagePortWrappingImplementation.dart'); 572 #source('src/MessagePortWrappingImplementation.dart');
566 #source('src/Node.dart'); 573 #source('src/Node.dart');
567 #source('src/NodeList.dart'); 574 #source('src/NodeList.dart');
568 #source('src/NodeWrappingImplementation.dart'); 575 #source('src/NodeWrappingImplementation.dart');
569 #source('src/Notification.dart'); 576 #source('src/Notification.dart');
570 #source('src/NotificationWrappingImplementation.dart'); 577 #source('src/NotificationWrappingImplementation.dart');
571 #source('src/RequestAnimationFrameCallback.dart'); 578 #source('src/RequestAnimationFrameCallback.dart');
572 #source('src/SharedWorker.dart'); 579 #source('src/SharedWorker.dart');
573 #source('src/SharedWorkerWrappingImplementation.dart'); 580 #source('src/SharedWorkerWrappingImplementation.dart');
574 #source('src/Text.dart'); 581 #source('src/Text.dart');
575 #source('src/TextWrappingImplementation.dart'); 582 #source('src/TextWrappingImplementation.dart');
576 #source('src/TimeoutHandler.dart'); 583 #source('src/TimeoutHandler.dart');
577 #source('src/WebSocket.dart'); 584 #source('src/WebSocket.dart');
578 #source('src/WebSocketWrappingImplementation.dart'); 585 #source('src/WebSocketWrappingImplementation.dart');
579 #source('src/Window.dart'); 586 #source('src/Window.dart');
580 #source('src/WindowWrappingImplementation.dart'); 587 #source('src/WindowWrappingImplementation.dart');
581 #source('src/Worker.dart'); 588 #source('src/Worker.dart');
582 #source('src/WorkerWrappingImplementation.dart'); 589 #source('src/WorkerWrappingImplementation.dart');
583 #source('src/XMLHttpRequest.dart'); 590 #source('src/XMLHttpRequest.dart');
584 #source('src/XMLHttpRequestUpload.dart'); 591 #source('src/XMLHttpRequestUpload.dart');
585 #source('src/XMLHttpRequestUploadWrappingImplementation.dart'); 592 #source('src/XMLHttpRequestUploadWrappingImplementation.dart');
586 #source('src/XMLHttpRequestWrappingImplementation.dart'); 593 #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

Powered by Google App Engine
This is Rietveld 408576698