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

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

Issue 8360025: Move the individual property definitions from client/base/Css to CSSStyleDeclaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes. 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/base/scripts/css_code_generator.py ('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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 539
540 #source('src/AbstractWorker.dart'); 540 #source('src/AbstractWorker.dart');
541 #source('src/AbstractWorkerWrappingImplementation.dart'); 541 #source('src/AbstractWorkerWrappingImplementation.dart');
542 #source('src/DOMApplicationCache.dart'); 542 #source('src/DOMApplicationCache.dart');
543 #source('src/CSSStyleDeclaration.dart'); 543 #source('src/CSSStyleDeclaration.dart');
544 #source('src/CSSStyleDeclarationWrappingImplementation.dart'); 544 #source('src/CSSStyleDeclarationWrappingImplementation.dart');
545 #source('src/DOMApplicationCacheWrappingImplementation.dart'); 545 #source('src/DOMApplicationCacheWrappingImplementation.dart');
546 #source('src/DOMWrapperBase.dart'); 546 #source('src/DOMWrapperBase.dart');
547 #source('src/Document.dart'); 547 #source('src/Document.dart');
548 #source('src/DataAttributeMap.dart'); 548 #source('src/DataAttributeMap.dart');
549 #source('src/Device.dart');
549 #source('src/BodyElement.dart'); 550 #source('src/BodyElement.dart');
550 #source('src/BodyElementWrappingImplementation.dart'); 551 #source('src/BodyElementWrappingImplementation.dart');
551 #source('src/CssClassSet.dart'); 552 #source('src/CssClassSet.dart');
552 #source('src/DocumentFragment.dart'); 553 #source('src/DocumentFragment.dart');
553 #source('src/DocumentFragmentWrappingImplementation.dart'); 554 #source('src/DocumentFragmentWrappingImplementation.dart');
554 #source('src/DocumentWrappingImplementation.dart'); 555 #source('src/DocumentWrappingImplementation.dart');
555 #source('src/Element.dart'); 556 #source('src/Element.dart');
556 #source('src/ElementWrappingImplementation.dart'); 557 #source('src/ElementWrappingImplementation.dart');
557 #source('src/EventListener.dart'); 558 #source('src/EventListener.dart');
558 #source('src/EventSource.dart'); 559 #source('src/EventSource.dart');
(...skipping 22 matching lines...) Expand all
581 #source('src/WorkerWrappingImplementation.dart'); 582 #source('src/WorkerWrappingImplementation.dart');
582 #source('src/XMLHttpRequest.dart'); 583 #source('src/XMLHttpRequest.dart');
583 #source('src/XMLHttpRequestUpload.dart'); 584 #source('src/XMLHttpRequestUpload.dart');
584 #source('src/XMLHttpRequestUploadWrappingImplementation.dart'); 585 #source('src/XMLHttpRequestUploadWrappingImplementation.dart');
585 #source('src/XMLHttpRequestWrappingImplementation.dart'); 586 #source('src/XMLHttpRequestWrappingImplementation.dart');
586 587
587 #source('src/_Collections.dart'); 588 #source('src/_Collections.dart');
588 #source('src/_FactoryProviders.dart'); 589 #source('src/_FactoryProviders.dart');
589 #source('src/_ListIterators.dart'); 590 #source('src/_ListIterators.dart');
590 #source('src/_Lists.dart'); 591 #source('src/_Lists.dart');
OLDNEW
« no previous file with comments | « client/base/scripts/css_code_generator.py ('k') | client/html/release/html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698