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

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: take2 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 #source('generated/src/interface/Entity.dart'); 89 #source('generated/src/interface/Entity.dart');
90 #source('generated/src/interface/EntityReference.dart'); 90 #source('generated/src/interface/EntityReference.dart');
91 #source('generated/src/interface/EntriesCallback.dart'); 91 #source('generated/src/interface/EntriesCallback.dart');
92 #source('generated/src/interface/Entry.dart'); 92 #source('generated/src/interface/Entry.dart');
93 #source('generated/src/interface/EntryArray.dart'); 93 #source('generated/src/interface/EntryArray.dart');
94 #source('generated/src/interface/EntryArraySync.dart'); 94 #source('generated/src/interface/EntryArraySync.dart');
95 #source('generated/src/interface/EntryCallback.dart'); 95 #source('generated/src/interface/EntryCallback.dart');
96 #source('generated/src/interface/EntrySync.dart'); 96 #source('generated/src/interface/EntrySync.dart');
97 #source('generated/src/interface/ErrorCallback.dart'); 97 #source('generated/src/interface/ErrorCallback.dart');
98 #source('generated/src/interface/ErrorEvent.dart'); 98 #source('generated/src/interface/ErrorEvent.dart');
99 #source('generated/src/interface/Event.dart');
100 #source('generated/src/interface/EventException.dart'); 99 #source('generated/src/interface/EventException.dart');
101 #source('generated/src/interface/FieldSetElement.dart'); 100 #source('generated/src/interface/FieldSetElement.dart');
102 #source('generated/src/interface/File.dart'); 101 #source('generated/src/interface/File.dart');
103 #source('generated/src/interface/FileCallback.dart'); 102 #source('generated/src/interface/FileCallback.dart');
104 #source('generated/src/interface/FileEntry.dart'); 103 #source('generated/src/interface/FileEntry.dart');
105 #source('generated/src/interface/FileEntrySync.dart'); 104 #source('generated/src/interface/FileEntrySync.dart');
106 #source('generated/src/interface/FileError.dart'); 105 #source('generated/src/interface/FileError.dart');
107 #source('generated/src/interface/FileException.dart'); 106 #source('generated/src/interface/FileException.dart');
108 #source('generated/src/interface/FileList.dart'); 107 #source('generated/src/interface/FileList.dart');
109 #source('generated/src/interface/FileReader.dart'); 108 #source('generated/src/interface/FileReader.dart');
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 #source('generated/src/wrapping/_EntityWrappingImplementation.dart'); 351 #source('generated/src/wrapping/_EntityWrappingImplementation.dart');
353 #source('generated/src/wrapping/_EntriesCallbackWrappingImplementation.dart'); 352 #source('generated/src/wrapping/_EntriesCallbackWrappingImplementation.dart');
354 #source('generated/src/wrapping/_EntryArraySyncWrappingImplementation.dart'); 353 #source('generated/src/wrapping/_EntryArraySyncWrappingImplementation.dart');
355 #source('generated/src/wrapping/_EntryArrayWrappingImplementation.dart'); 354 #source('generated/src/wrapping/_EntryArrayWrappingImplementation.dart');
356 #source('generated/src/wrapping/_EntryCallbackWrappingImplementation.dart'); 355 #source('generated/src/wrapping/_EntryCallbackWrappingImplementation.dart');
357 #source('generated/src/wrapping/_EntrySyncWrappingImplementation.dart'); 356 #source('generated/src/wrapping/_EntrySyncWrappingImplementation.dart');
358 #source('generated/src/wrapping/_EntryWrappingImplementation.dart'); 357 #source('generated/src/wrapping/_EntryWrappingImplementation.dart');
359 #source('generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart'); 358 #source('generated/src/wrapping/_ErrorCallbackWrappingImplementation.dart');
360 #source('generated/src/wrapping/_ErrorEventWrappingImplementation.dart'); 359 #source('generated/src/wrapping/_ErrorEventWrappingImplementation.dart');
361 #source('generated/src/wrapping/_EventExceptionWrappingImplementation.dart'); 360 #source('generated/src/wrapping/_EventExceptionWrappingImplementation.dart');
362 #source('generated/src/wrapping/_EventWrappingImplementation.dart');
363 #source('generated/src/wrapping/_FieldSetElementWrappingImplementation.dart'); 361 #source('generated/src/wrapping/_FieldSetElementWrappingImplementation.dart');
364 #source('generated/src/wrapping/_FileCallbackWrappingImplementation.dart'); 362 #source('generated/src/wrapping/_FileCallbackWrappingImplementation.dart');
365 #source('generated/src/wrapping/_FileEntrySyncWrappingImplementation.dart'); 363 #source('generated/src/wrapping/_FileEntrySyncWrappingImplementation.dart');
366 #source('generated/src/wrapping/_FileEntryWrappingImplementation.dart'); 364 #source('generated/src/wrapping/_FileEntryWrappingImplementation.dart');
367 #source('generated/src/wrapping/_FileErrorWrappingImplementation.dart'); 365 #source('generated/src/wrapping/_FileErrorWrappingImplementation.dart');
368 #source('generated/src/wrapping/_FileExceptionWrappingImplementation.dart'); 366 #source('generated/src/wrapping/_FileExceptionWrappingImplementation.dart');
369 #source('generated/src/wrapping/_FileListWrappingImplementation.dart'); 367 #source('generated/src/wrapping/_FileListWrappingImplementation.dart');
370 #source('generated/src/wrapping/_FileReaderSyncWrappingImplementation.dart'); 368 #source('generated/src/wrapping/_FileReaderSyncWrappingImplementation.dart');
371 #source('generated/src/wrapping/_FileReaderWrappingImplementation.dart'); 369 #source('generated/src/wrapping/_FileReaderWrappingImplementation.dart');
372 #source('generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart') ; 370 #source('generated/src/wrapping/_FileSystemCallbackWrappingImplementation.dart') ;
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart'); 528 #source('generated/src/wrapping/_WebGLTextureWrappingImplementation.dart');
531 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart '); 529 #source('generated/src/wrapping/_WebGLUniformLocationWrappingImplementation.dart ');
532 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart'); 530 #source('generated/src/wrapping/_WebGLVertexArrayObjectOESWrappingImplementation .dart');
533 #source('generated/src/wrapping/_WheelEventWrappingImplementation.dart'); 531 #source('generated/src/wrapping/_WheelEventWrappingImplementation.dart');
534 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art'); 532 #source('generated/src/wrapping/_XMLHttpRequestExceptionWrappingImplementation.d art');
535 #source('generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementati on.dart'); 533 #source('generated/src/wrapping/_XMLHttpRequestProgressEventWrappingImplementati on.dart');
536 534
537 535
538 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart'); 536 #source('generated/src/wrapping/_HtmlWrappingImplementation.dart');
539 537
538 #source('src/_Collections.dart');
539 #source('src/_FactoryProviders.dart');
540 #source('src/_ListIterators.dart');
541 #source('src/_Lists.dart');
540 #source('src/AbstractWorker.dart'); 542 #source('src/AbstractWorker.dart');
541 #source('src/AbstractWorkerWrappingImplementation.dart'); 543 #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'); 544 #source('src/BodyElement.dart');
551 #source('src/BodyElementWrappingImplementation.dart'); 545 #source('src/BodyElementWrappingImplementation.dart');
552 #source('src/CssClassSet.dart'); 546 #source('src/CssClassSet.dart');
547 #source('src/CSSStyleDeclaration.dart');
548 #source('src/CSSStyleDeclaration.dart');
549 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
550 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
551 #source('src/DataAttributeMap.dart');
552 #source('src/Device.dart');
553 #source('src/Document.dart');
553 #source('src/DocumentFragment.dart'); 554 #source('src/DocumentFragment.dart');
554 #source('src/DocumentFragmentWrappingImplementation.dart'); 555 #source('src/DocumentFragmentWrappingImplementation.dart');
555 #source('src/DocumentWrappingImplementation.dart'); 556 #source('src/DocumentWrappingImplementation.dart');
557 #source('src/DOMApplicationCache.dart');
558 #source('src/DOMApplicationCacheWrappingImplementation.dart');
559 #source('src/DOMWrapperBase.dart');
556 #source('src/Element.dart'); 560 #source('src/Element.dart');
557 #source('src/ElementWrappingImplementation.dart'); 561 #source('src/ElementWrappingImplementation.dart');
562 #source('src/Event.dart');
558 #source('src/EventListener.dart'); 563 #source('src/EventListener.dart');
559 #source('src/EventSource.dart'); 564 #source('src/EventSource.dart');
560 #source('src/EventSourceWrappingImplementation.dart'); 565 #source('src/EventSourceWrappingImplementation.dart');
561 #source('src/EventTarget.dart'); 566 #source('src/EventTarget.dart');
562 #source('src/EventTargetWrappingImplementation.dart'); 567 #source('src/EventTargetWrappingImplementation.dart');
568 #source('src/EventWrappingImplementation.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