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

Side by Side Diff: client/dom/frog/dom_frog.dart

Issue 9110027: Some cleanups to Frog to avoid looking up its builtin types too much (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: removed dead files Created 8 years, 11 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #library('dom'); 1 #library('dom');
2 2
3 #native('dom_frog.js');
4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 3 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
5 // for details. All rights reserved. Use of this source code is governed by a 4 // for details. All rights reserved. Use of this source code is governed by a
6 // BSD-style license that can be found in the LICENSE file. 5 // BSD-style license that can be found in the LICENSE file.
7 6
8 // DO NOT EDIT 7 // DO NOT EDIT
9 // Auto-generated Dart DOM library. 8 // Auto-generated Dart DOM library.
10 9
11 10
12 11
13 // #source('src/_FactoryProviders.dart'); 12 // #source('src/_FactoryProviders.dart');
(...skipping 12096 matching lines...) Expand 10 before | Expand all | Expand 10 after
12110 startIndex = a.length - 1; 12109 startIndex = a.length - 1;
12111 } 12110 }
12112 for (int i = startIndex; i >= 0; i--) { 12111 for (int i = startIndex; i >= 0; i--) {
12113 if (a[i] == element) { 12112 if (a[i] == element) {
12114 return i; 12113 return i;
12115 } 12114 }
12116 } 12115 }
12117 return -1; 12116 return -1;
12118 } 12117 }
12119 } 12118 }
OLDNEW
« no previous file with comments | « client/dom/dom_frog.js ('k') | client/dom/frog/dom_frog.js » ('j') | frog/member.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698