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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 13744005: Making supressed DOM types abstract (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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:
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 6f66f14427ee31cab78580a1f9b0cfca82f0f93b..b0d6319e35385e7aa71d5378b94bc7aa00bdcd3e 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -26933,7 +26933,7 @@ class _CssValueList extends CssValue implements List<CssValue>, JavaScriptIndexi
@DomName('DOMFileSystemSync')
@SupportedBrowser(SupportedBrowser.CHROME)
@Experimental
-class _DOMFileSystemSync native "*DOMFileSystemSync" {
+abstract class _DOMFileSystemSync native "*DOMFileSystemSync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -26942,7 +26942,7 @@ class _DOMFileSystemSync native "*DOMFileSystemSync" {
@DocsEditable
@DomName('DedicatedWorkerContext')
-class _DedicatedWorkerContext extends _WorkerContext native "*DedicatedWorkerContext" {
+abstract class _DedicatedWorkerContext extends _WorkerContext native "*DedicatedWorkerContext" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -26951,7 +26951,7 @@ class _DedicatedWorkerContext extends _WorkerContext native "*DedicatedWorkerCon
@DocsEditable
@DomName('DirectoryEntrySync')
-class _DirectoryEntrySync extends _EntrySync native "*DirectoryEntrySync" {
+abstract class _DirectoryEntrySync extends _EntrySync native "*DirectoryEntrySync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -26960,7 +26960,7 @@ class _DirectoryEntrySync extends _EntrySync native "*DirectoryEntrySync" {
@DocsEditable
@DomName('DirectoryReaderSync')
-class _DirectoryReaderSync native "*DirectoryReaderSync" {
+abstract class _DirectoryReaderSync native "*DirectoryReaderSync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27405,7 +27405,7 @@ class _EntryArraySync implements JavaScriptIndexingBehavior, List<_EntrySync> na
@DocsEditable
@DomName('EntrySync')
-class _EntrySync native "*EntrySync" {
+abstract class _EntrySync native "*EntrySync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27414,7 +27414,7 @@ class _EntrySync native "*EntrySync" {
@DocsEditable
@DomName('FileEntrySync')
-class _FileEntrySync extends _EntrySync native "*FileEntrySync" {
+abstract class _FileEntrySync extends _EntrySync native "*FileEntrySync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27423,7 +27423,7 @@ class _FileEntrySync extends _EntrySync native "*FileEntrySync" {
@DocsEditable
@DomName('FileReaderSync')
-class _FileReaderSync native "*FileReaderSync" {
+abstract class _FileReaderSync native "*FileReaderSync" {
@DomName('FileReaderSync.FileReaderSync')
@DocsEditable
@@ -27439,7 +27439,7 @@ class _FileReaderSync native "*FileReaderSync" {
@DocsEditable
@DomName('FileWriterSync')
-class _FileWriterSync native "*FileWriterSync" {
+abstract class _FileWriterSync native "*FileWriterSync" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27666,7 +27666,7 @@ class _GamepadList implements JavaScriptIndexingBehavior, List<Gamepad> native "
@DocsEditable
@DomName('HTMLAppletElement')
-class _HTMLAppletElement extends Element native "*HTMLAppletElement" {
+abstract class _HTMLAppletElement extends Element native "*HTMLAppletElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27675,7 +27675,7 @@ class _HTMLAppletElement extends Element native "*HTMLAppletElement" {
@DocsEditable
@DomName('HTMLBaseFontElement')
-class _HTMLBaseFontElement extends Element native "*HTMLBaseFontElement" {
+abstract class _HTMLBaseFontElement extends Element native "*HTMLBaseFontElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27684,7 +27684,7 @@ class _HTMLBaseFontElement extends Element native "*HTMLBaseFontElement" {
@DocsEditable
@DomName('HTMLDirectoryElement')
-class _HTMLDirectoryElement extends Element native "*HTMLDirectoryElement" {
+abstract class _HTMLDirectoryElement extends Element native "*HTMLDirectoryElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27693,7 +27693,7 @@ class _HTMLDirectoryElement extends Element native "*HTMLDirectoryElement" {
@DocsEditable
@DomName('HTMLFontElement')
-class _HTMLFontElement extends Element native "*HTMLFontElement" {
+abstract class _HTMLFontElement extends Element native "*HTMLFontElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27702,7 +27702,7 @@ class _HTMLFontElement extends Element native "*HTMLFontElement" {
@DocsEditable
@DomName('HTMLFrameElement')
-class _HTMLFrameElement extends Element native "*HTMLFrameElement" {
+abstract class _HTMLFrameElement extends Element native "*HTMLFrameElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27711,7 +27711,7 @@ class _HTMLFrameElement extends Element native "*HTMLFrameElement" {
@DocsEditable
@DomName('HTMLFrameSetElement')
-class _HTMLFrameSetElement extends Element native "*HTMLFrameSetElement" {
+abstract class _HTMLFrameSetElement extends Element native "*HTMLFrameSetElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27720,7 +27720,7 @@ class _HTMLFrameSetElement extends Element native "*HTMLFrameSetElement" {
@DocsEditable
@DomName('HTMLMarqueeElement')
-class _HTMLMarqueeElement extends Element native "*HTMLMarqueeElement" {
+abstract class _HTMLMarqueeElement extends Element native "*HTMLMarqueeElement" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -27971,7 +27971,7 @@ class _NamedNodeMap implements JavaScriptIndexingBehavior, List<Node> native "*N
@DocsEditable
@DomName('SharedWorker')
-class _SharedWorker extends AbstractWorker native "*SharedWorker" {
+abstract class _SharedWorker extends AbstractWorker native "*SharedWorker" {
@DomName('SharedWorker.SharedWorker')
@DocsEditable
@@ -27991,7 +27991,7 @@ class _SharedWorker extends AbstractWorker native "*SharedWorker" {
@DocsEditable
@DomName('SharedWorkerContext')
-class _SharedWorkerContext extends _WorkerContext native "*SharedWorkerContext" {
+abstract class _SharedWorkerContext extends _WorkerContext native "*SharedWorkerContext" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28676,7 +28676,7 @@ class _WebKitTransitionEvent extends Event implements TransitionEvent native "*
@DocsEditable
@DomName('WorkerContext')
-class _WorkerContext extends EventTarget native "*WorkerContext" {
+abstract class _WorkerContext extends EventTarget native "*WorkerContext" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28685,7 +28685,7 @@ class _WorkerContext extends EventTarget native "*WorkerContext" {
@DocsEditable
@DomName('WorkerLocation')
-class _WorkerLocation native "*WorkerLocation" {
+abstract class _WorkerLocation native "*WorkerLocation" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -28694,7 +28694,7 @@ class _WorkerLocation native "*WorkerLocation" {
@DocsEditable
@DomName('WorkerNavigator')
-class _WorkerNavigator native "*WorkerNavigator" {
+abstract class _WorkerNavigator native "*WorkerNavigator" {
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698