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

Unified Diff: client/html/benchmarks/dromaeo/Suites.dart

Issue 9845043: Rename client/{dom,html} to lib/{dom,html} . (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/html/benchmarks/dromaeo/Dromaeo.dart ('k') | client/html/benchmarks/dromaeo/application.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/benchmarks/dromaeo/Suites.dart
===================================================================
--- client/html/benchmarks/dromaeo/Suites.dart (revision 5796)
+++ client/html/benchmarks/dromaeo/Suites.dart (working copy)
@@ -1,42 +0,0 @@
-class Origin {
- final String author;
- final String url;
-
- const Origin(this.author, this.url);
-}
-
-class SuiteDescription {
- final String file;
- final String name;
- final Origin origin;
- final String description;
-
- const SuiteDescription(this.file, this.name, this.origin, this.description);
-}
-
-class Suites {
- static final JOHN_RESIG = const Origin('John Resig', 'http://ejohn.org/');
-
- static final SUITE_DESCRIPTIONS = const [
- const SuiteDescription(
- 'dom-attr.html',
- 'DOM Attributes',
- JOHN_RESIG,
- 'Setting and getting DOM node attributes'),
- const SuiteDescription(
- 'dom-modify.html',
- 'DOM Modification',
- JOHN_RESIG,
- 'Creating and injecting DOM nodes into a document'),
- const SuiteDescription(
- 'dom-query.html',
- 'DOM Query',
- JOHN_RESIG,
- 'Querying DOM elements in a document'),
- const SuiteDescription(
- 'dom-traverse.html',
- 'DOM Traversal',
- JOHN_RESIG,
- 'Traversing a DOM structure')
- ];
-}
« no previous file with comments | « client/html/benchmarks/dromaeo/Dromaeo.dart ('k') | client/html/benchmarks/dromaeo/application.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698