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

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

Issue 14590002: Removing PagePopupController. (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:
View side-by-side diff with in-line comments
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 cb9c48bdb089c877fcfcc645cf2e2b058c85a6f9..98e446bc54dcd348b10f9e46631e3404b9f14d20 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -16817,43 +16817,6 @@ class OverflowEvent extends Event native "OverflowEvent" {
@DocsEditable
-@DomName('PagePopupController')
-class PagePopupController native "PagePopupController" {
-
- @DomName('PagePopupController.closePopup')
- @DocsEditable
- void closePopup() native;
-
- @DomName('PagePopupController.formatMonth')
- @DocsEditable
- String formatMonth(int year, int zeroBaseMonth) native;
-
- @DomName('PagePopupController.formatShortMonth')
- @DocsEditable
- String formatShortMonth(int year, int zeroBaseMonth) native;
-
- @DomName('PagePopupController.histogramEnumeration')
- @DocsEditable
- void histogramEnumeration(String name, int sample, int boundaryValue) native;
-
- @DomName('PagePopupController.localizeNumberString')
- @DocsEditable
- String localizeNumberString(String numberString) native;
-
- @DomName('PagePopupController.setValue')
- @DocsEditable
- void setValue(String value) native;
-
- @DomName('PagePopupController.setValueAndClosePopup')
- @DocsEditable
- void setValueAndClosePopup(int numberValue, String stringValue) native;
-}
-// 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
-// BSD-style license that can be found in the LICENSE file.
-
-
-@DocsEditable
@DomName('PageTransitionEvent')
class PageTransitionEvent extends Event native "PageTransitionEvent" {
@@ -22582,10 +22545,6 @@ class Window extends EventTarget implements WindowBase native "Window,DOMWindow"
@DocsEditable
final int outerWidth;
- @DomName('DOMWindow.pagePopupController')
- @DocsEditable
- final PagePopupController pagePopupController;
-
@DomName('DOMWindow.pageXOffset')
@DocsEditable
final int pageXOffset;
@@ -25355,6 +25314,15 @@ class _NamedNodeMap implements JavaScriptIndexingBehavior, List<Node> native "Na
@DocsEditable
+@DomName('PagePopupController')
+abstract class _PagePopupController native "PagePopupController" {
+}
+// 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
+// BSD-style license that can be found in the LICENSE file.
+
+
+@DocsEditable
@DomName('RGBColor')
abstract class _RGBColor native "RGBColor" {
}
« 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