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

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

Issue 11412144: HTML human writable docs working end to end!... mostly... (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed two small issues. Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/docs/html_docs.json » ('j') | sdk/lib/html/scripts/dartdomgenerator.py » ('J')
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 f9891b3506d0585b0df86691cc3b894ecab0175a..708f3c683a7afd1df0e4c83942a99c7febbe36f0 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -69,8 +69,7 @@ class AbstractWorkerEvents extends Events {
AbstractWorkerEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get error => this['error'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
blois 2012/11/26 21:50:44 Should also add back the newline at the end of the
Andrei Mouravski 2012/11/26 23:24:11 Done.
// 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.
@@ -101,8 +100,7 @@ class AnalyserNode extends AudioNode native "*AnalyserNode" {
/// @domName AnalyserNode.getFloatFrequencyData; @docsEditable true
void getFloatFrequencyData(Float32Array array) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -178,8 +176,7 @@ class AnchorElement extends Element implements Element native "*HTMLAnchorElemen
/// @domName HTMLAnchorElement.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -231,8 +228,7 @@ class Animation native "*WebKitAnimation" {
/// @domName WebKitAnimation.play; @docsEditable true
void play() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -245,8 +241,7 @@ class AnimationEvent extends Event native "*WebKitAnimationEvent" {
/// @domName WebKitAnimationEvent.elapsedTime; @docsEditable true
final num elapsedTime;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -286,8 +281,7 @@ class AppletElement extends Element implements Element native "*HTMLAppletElemen
/// @domName HTMLAppletElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -338,8 +332,7 @@ class AreaElement extends Element implements Element native "*HTMLAreaElement" {
/// @domName HTMLAreaElement.target; @docsEditable true
String target;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -354,8 +347,7 @@ class ArrayBuffer native "*ArrayBuffer" {
/// @domName ArrayBuffer.slice; @docsEditable true
ArrayBuffer slice(int begin, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -371,8 +363,7 @@ class ArrayBufferView native "*ArrayBufferView" {
/// @domName ArrayBufferView.byteOffset; @docsEditable true
final int byteOffset;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -394,8 +385,7 @@ class Attr extends Node native "*Attr" {
/// @domName Attr.value; @docsEditable true
String value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -420,16 +410,14 @@ class AudioBuffer native "*AudioBuffer" {
/// @domName AudioBuffer.getChannelData; @docsEditable true
Float32Array getChannelData(int channelIndex) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void AudioBufferCallback(AudioBuffer audioBuffer);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void AudioBufferCallback(AudioBuffer audioBuffer);// 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.
@@ -495,8 +483,7 @@ class AudioBufferSourceNode extends AudioSourceNode native "*AudioBufferSourceNo
/// @domName AudioBufferSourceNode.playbackState; @docsEditable true
final int playbackState;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -603,8 +590,7 @@ class AudioContextEvents extends Events {
AudioContextEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get complete => this['complete'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -614,8 +600,7 @@ class AudioDestinationNode extends AudioNode native "*AudioDestinationNode" {
/// @domName AudioDestinationNode.numberOfChannels; @docsEditable true
final int numberOfChannels;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -629,16 +614,14 @@ class AudioElement extends MediaElement native "*HTMLAudioElement" {
}
return _AudioElementFactoryProvider.createAudioElement(src);
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName AudioGain; @docsEditable true
class AudioGain extends AudioParam native "*AudioGain" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -660,8 +643,7 @@ class AudioListener native "*AudioListener" {
/// @domName AudioListener.setVelocity; @docsEditable true
void setVelocity(num x, num y, num z) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -683,8 +665,7 @@ class AudioNode native "*AudioNode" {
/// @domName AudioNode.disconnect; @docsEditable true
void disconnect(int output) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -727,8 +708,7 @@ class AudioParam native "*AudioParam" {
/// @domName AudioParam.setValueCurveAtTime; @docsEditable true
void setValueCurveAtTime(Float32Array values, num time, num duration) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -741,16 +721,14 @@ class AudioProcessingEvent extends Event native "*AudioProcessingEvent" {
/// @domName AudioProcessingEvent.outputBuffer; @docsEditable true
final AudioBuffer outputBuffer;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName AudioSourceNode; @docsEditable true
class AudioSourceNode extends AudioNode native "*AudioSourceNode" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -762,8 +740,7 @@ class BRElement extends Element implements Element native "*HTMLBRElement" {
/// @domName HTMLBRElement.clear; @docsEditable true
String clear;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -773,8 +750,7 @@ class BarInfo native "*BarInfo" {
/// @domName BarInfo.visible; @docsEditable true
final bool visible;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -789,8 +765,7 @@ class BaseElement extends Element implements Element native "*HTMLBaseElement" {
/// @domName HTMLBaseElement.target; @docsEditable true
String target;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -806,8 +781,7 @@ class BaseFontElement extends Element implements Element native "*HTMLBaseFontEl
/// @domName HTMLBaseFontElement.size; @docsEditable true
int size;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -851,8 +825,7 @@ class BatteryManagerEvents extends Events {
EventListenerList get dischargingTimeChange => this['dischargingtimechange'];
EventListenerList get levelChange => this['levelchange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -862,8 +835,7 @@ class BeforeLoadEvent extends Event native "*BeforeLoadEvent" {
/// @domName BeforeLoadEvent.url; @docsEditable true
final String url;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -901,8 +873,7 @@ class BiquadFilterNode extends AudioNode native "*BiquadFilterNode" {
/// @domName BiquadFilterNode.getFrequencyResponse; @docsEditable true
void getFrequencyResponse(Float32Array frequencyHz, Float32Array magResponse, Float32Array phaseResponse) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -928,8 +899,7 @@ class Blob native "*Blob" {
/// @domName Blob.slice; @docsEditable true
Blob slice([int start, int end, String contentType]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -987,8 +957,7 @@ class BodyElementEvents extends ElementEvents {
EventListenerList get storage => this['storage'];
EventListenerList get unload => this['unload'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1049,16 +1018,14 @@ class ButtonElement extends Element implements Element native "*HTMLButtonElemen
/// @domName HTMLButtonElement.setCustomValidity; @docsEditable true
void setCustomValidity(String error) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName CDATASection; @docsEditable true
class CDATASection extends Text native "*CDATASection" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1068,8 +1035,7 @@ class CSSCharsetRule extends CSSRule native "*CSSCharsetRule" {
/// @domName CSSCharsetRule.encoding; @docsEditable true
String encoding;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1079,8 +1045,7 @@ class CSSFontFaceRule extends CSSRule native "*CSSFontFaceRule" {
/// @domName CSSFontFaceRule.style; @docsEditable true
final CSSStyleDeclaration style;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1096,8 +1061,7 @@ class CSSImportRule extends CSSRule native "*CSSImportRule" {
/// @domName CSSImportRule.styleSheet; @docsEditable true
final CSSStyleSheet styleSheet;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1110,8 +1074,7 @@ class CSSKeyframeRule extends CSSRule native "*WebKitCSSKeyframeRule" {
/// @domName WebKitCSSKeyframeRule.style; @docsEditable true
final CSSStyleDeclaration style;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1134,8 +1097,7 @@ class CSSKeyframesRule extends CSSRule native "*WebKitCSSKeyframesRule" {
/// @domName WebKitCSSKeyframesRule.insertRule; @docsEditable true
void insertRule(String rule) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1245,8 +1207,7 @@ class CSSMatrix native "*WebKitCSSMatrix" {
/// @domName WebKitCSSMatrix.translate; @docsEditable true
CSSMatrix translate(num x, num y, num z) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1266,8 +1227,7 @@ class CSSMediaRule extends CSSRule native "*CSSMediaRule" {
/// @domName CSSMediaRule.insertRule; @docsEditable true
int insertRule(String rule, int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1280,8 +1240,7 @@ class CSSPageRule extends CSSRule native "*CSSPageRule" {
/// @domName CSSPageRule.style; @docsEditable true
final CSSStyleDeclaration style;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1370,8 +1329,7 @@ class CSSPrimitiveValue extends CSSValue native "*CSSPrimitiveValue" {
/// @domName CSSPrimitiveValue.setStringValue; @docsEditable true
void setStringValue(int stringType, String stringValue) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -1408,8 +1366,7 @@ class CSSRule native "*CSSRule" {
/// @domName CSSRule.type; @docsEditable true
final int type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4631,8 +4588,7 @@ class CSSStyleDeclaration native "*CSSStyleDeclaration" {
void set zoom(String value) {
setProperty('zoom', value, '');
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4645,8 +4601,7 @@ class CSSStyleRule extends CSSRule native "*CSSStyleRule" {
/// @domName CSSStyleRule.style; @docsEditable true
final CSSStyleDeclaration style;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4676,8 +4631,7 @@ class CSSStyleSheet extends StyleSheet native "*CSSStyleSheet" {
/// @domName CSSStyleSheet.removeRule; @docsEditable true
void removeRule(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4729,16 +4683,14 @@ class CSSTransformValue extends _CSSValueList native "*WebKitCSSTransformValue"
/// @domName WebKitCSSTransformValue.operationType; @docsEditable true
final int operationType;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName CSSUnknownRule; @docsEditable true
class CSSUnknownRule extends CSSRule native "*CSSUnknownRule" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4759,8 +4711,7 @@ class CSSValue native "*CSSValue" {
/// @domName CSSValue.cssValueType; @docsEditable true
final int cssValueType;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4786,8 +4737,7 @@ class CanvasElement extends Element implements Element native "*HTMLCanvasElemen
CanvasRenderingContext getContext(String contextId) native;
CanvasRenderingContext2D get context2d => getContext('2d');
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4797,16 +4747,14 @@ class CanvasGradient native "*CanvasGradient" {
/// @domName CanvasGradient.addColorStop; @docsEditable true
void addColorStop(num offset, String color) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName CanvasPattern; @docsEditable true
class CanvasPattern native "*CanvasPattern" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -4816,8 +4764,7 @@ class CanvasRenderingContext native "*CanvasRenderingContext" {
/// @domName CanvasRenderingContext.canvas; @docsEditable true
final CanvasElement canvas;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5110,24 +5057,21 @@ class CanvasRenderingContext2D extends CanvasRenderingContext native "*CanvasRen
void setStrokeColorHsl(int h, num s, num l, [num a = 1]) {
this.strokeStyle = 'hsla($h, $s%, $l%, $a)';
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName ChannelMergerNode; @docsEditable true
class ChannelMergerNode extends AudioNode native "*ChannelMergerNode" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName ChannelSplitterNode; @docsEditable true
class ChannelSplitterNode extends AudioNode native "*ChannelSplitterNode" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5158,8 +5102,7 @@ class CharacterData extends Node native "*CharacterData" {
/// @domName CharacterData.substringData; @docsEditable true
String substringData(int offset, int length) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5184,8 +5127,7 @@ class ClientRect native "*ClientRect" {
/// @domName ClientRect.width; @docsEditable true
final num width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5220,8 +5162,7 @@ class Clipboard native "*Clipboard" {
/// @domName Clipboard.setDragImage; @docsEditable true
void setDragImage(ImageElement image, int x, int y) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5237,16 +5178,14 @@ class CloseEvent extends Event native "*CloseEvent" {
/// @domName CloseEvent.wasClean; @docsEditable true
final bool wasClean;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName Comment; @docsEditable true
class Comment extends CharacterData native "*Comment" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5259,8 +5198,7 @@ class CompositionEvent extends UIEvent native "*CompositionEvent" {
/// @domName CompositionEvent.initCompositionEvent; @docsEditable true
void initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, LocalWindow viewArg, String dataArg) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5332,8 +5270,7 @@ class Console
/// @domName Console.warn; @docsEditable true
void warn(Object arg) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5352,8 +5289,7 @@ class ContentElement extends Element implements Element native "*HTMLContentElem
/// @domName HTMLContentElement.getDistributedNodes; @docsEditable true
@Returns('_NodeList') @Creates('_NodeList')
List<Node> getDistributedNodes() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5366,8 +5302,7 @@ class ConvolverNode extends AudioNode native "*ConvolverNode" {
/// @domName ConvolverNode.normalize; @docsEditable true
bool normalize;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5395,8 +5330,7 @@ class Coordinates native "*Coordinates" {
/// @domName Coordinates.speed; @docsEditable true
final num speed;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5412,8 +5346,7 @@ class Counter native "*Counter" {
/// @domName Counter.separator; @docsEditable true
final String separator;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5423,8 +5356,7 @@ class Crypto native "*Crypto" {
/// @domName Crypto.getRandomValues; @docsEditable true
void getRandomValues(ArrayBufferView array) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5442,8 +5374,7 @@ class CustomEvent extends Event native "*CustomEvent" {
/// @domName CustomEvent.initCustomEvent; @docsEditable true
void $dom_initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object detailArg) native "initCustomEvent";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5455,8 +5386,7 @@ class DListElement extends Element implements Element native "*HTMLDListElement"
/// @domName HTMLDListElement.compact; @docsEditable true
bool compact;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5520,8 +5450,7 @@ class DOMApplicationCacheEvents extends Events {
EventListenerList get progress => this['progress'];
EventListenerList get updateReady => this['updateready'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5531,8 +5460,7 @@ class DOMError native "*DOMError" {
/// @domName DOMError.name; @docsEditable true
final String name;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5601,8 +5529,7 @@ class DOMException native "*DOMException" {
/// @domName DOMException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5615,8 +5542,7 @@ class DOMFileSystem native "*DOMFileSystem" {
/// @domName DOMFileSystem.root; @docsEditable true
final DirectoryEntry root;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5629,8 +5555,7 @@ class DOMFileSystemSync native "*DOMFileSystemSync" {
/// @domName DOMFileSystemSync.root; @docsEditable true
final DirectoryEntrySync root;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5652,8 +5577,7 @@ class DOMImplementation native "*DOMImplementation" {
/// @domName DOMImplementation.hasFeature; @docsEditable true
bool hasFeature(String feature, String version) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5672,8 +5596,7 @@ class DOMMimeType native "*MimeType" {
/// @domName MimeType.type; @docsEditable true
final String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5774,8 +5697,7 @@ class DOMMimeTypeArray implements JavaScriptIndexingBehavior, List<DOMMimeType>
/// @domName MimeTypeArray.namedItem; @docsEditable true
DOMMimeType namedItem(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5787,8 +5709,7 @@ class DOMParser native "*DOMParser" {
/// @domName DOMParser.parseFromString; @docsEditable true
Document parseFromString(String str, String contentType) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5813,8 +5734,7 @@ class DOMPlugin native "*Plugin" {
/// @domName Plugin.namedItem; @docsEditable true
DOMMimeType namedItem(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -5918,8 +5838,7 @@ class DOMPluginArray implements JavaScriptIndexingBehavior, List<DOMPlugin> nati
/// @domName PluginArray.refresh; @docsEditable true
void refresh(bool reload) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6004,8 +5923,7 @@ class DOMSelection native "*Selection" {
/// @domName Selection.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6015,16 +5933,14 @@ class DOMSettableTokenList extends DOMTokenList native "*DOMSettableTokenList" {
/// @domName DOMSettableTokenList.value; @docsEditable true
String value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName DOMStringMap
abstract class DOMStringMap {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6046,8 +5962,7 @@ class DOMTokenList native "*DOMTokenList" {
/// @domName DOMTokenList.toggle; @docsEditable true
bool toggle(String token, [bool force]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6059,8 +5974,7 @@ class DataListElement extends Element implements Element native "*HTMLDataListEl
/// @domName HTMLDataListElement.options; @docsEditable true
final HTMLCollection options;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6082,8 +5996,7 @@ class DataTransferItem native "*DataTransferItem" {
/// @domName DataTransferItem.webkitGetAsEntry; @docsEditable true
Entry webkitGetAsEntry() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6102,8 +6015,7 @@ class DataTransferItemList native "*DataTransferItemList" {
/// @domName DataTransferItemList.item; @docsEditable true
DataTransferItem item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6168,8 +6080,7 @@ class DataView extends ArrayBufferView native "*DataView" {
/// @domName DataView.setUint8; @docsEditable true
void setUint8(int byteOffset, int value) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6188,16 +6099,14 @@ class Database native "*Database" {
/// @domName Database.transaction; @docsEditable true
void transaction(SQLTransactionCallback callback, [SQLTransactionErrorCallback errorCallback, VoidCallback successCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void DatabaseCallback(database);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void DatabaseCallback(database);// 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.
@@ -6219,8 +6128,7 @@ class DatabaseSync native "*DatabaseSync" {
/// @domName DatabaseSync.transaction; @docsEditable true
void transaction(SQLTransactionSyncCallback callback) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6251,8 +6159,7 @@ class DedicatedWorkerContextEvents extends WorkerContextEvents {
DedicatedWorkerContextEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get message => this['message'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6262,8 +6169,7 @@ class DelayNode extends AudioNode native "*DelayNode" {
/// @domName DelayNode.delayTime; @docsEditable true
final AudioParam delayTime;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6275,8 +6181,7 @@ class DetailsElement extends Element implements Element native "*HTMLDetailsElem
/// @domName HTMLDetailsElement.open; @docsEditable true
bool open;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6286,8 +6191,7 @@ class DeviceMotionEvent extends Event native "*DeviceMotionEvent" {
/// @domName DeviceMotionEvent.interval; @docsEditable true
final num interval;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6309,8 +6213,7 @@ class DeviceOrientationEvent extends Event native "*DeviceOrientationEvent" {
/// @domName DeviceOrientationEvent.initDeviceOrientationEvent; @docsEditable true
void initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma, bool absolute) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6320,8 +6223,7 @@ class DirectoryElement extends Element implements Element native "*HTMLDirectory
/// @domName HTMLDirectoryElement.compact; @docsEditable true
bool compact;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6384,8 +6286,7 @@ class DirectoryEntry extends Entry native "*DirectoryEntry" {
/// @domName DirectoryEntry.removeRecursively; @docsEditable true
void removeRecursively(VoidCallback successCallback, [ErrorCallback errorCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6412,8 +6313,7 @@ class DirectoryEntrySync extends EntrySync native "*DirectoryEntrySync" {
/// @domName DirectoryEntrySync.removeRecursively; @docsEditable true
void removeRecursively() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6423,8 +6323,7 @@ class DirectoryReader native "*DirectoryReader" {
/// @domName DirectoryReader.readEntries; @docsEditable true
void readEntries(EntriesCallback successCallback, [ErrorCallback errorCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6435,8 +6334,7 @@ class DirectoryReaderSync native "*DirectoryReaderSync" {
/// @domName DirectoryReaderSync.readEntries; @docsEditable true
@Returns('_EntryArraySync') @Creates('_EntryArraySync')
List<EntrySync> readEntries() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6445,8 +6343,7 @@ class DirectoryReaderSync native "*DirectoryReaderSync" {
class DivElement extends Element implements Element native "*HTMLDivElement" {
factory DivElement() => document.$dom_createElement("div");
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -6757,8 +6654,7 @@ class DocumentEvents extends ElementEvents {
EventListenerList get pointerLockChange => this['webkitpointerlockchange'];
EventListenerList get pointerLockError => this['webkitpointerlockerror'];
-}
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+}// Copyright (c) 2011, 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.
@@ -7031,8 +6927,7 @@ class DocumentFragment extends Node native "*DocumentFragment" {
@Returns('_NodeList') @Creates('_NodeList')
List<Node> $dom_querySelectorAll(String selectors) native "querySelectorAll";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -7060,8 +6955,7 @@ class DocumentType extends Node native "*DocumentType" {
/// @domName DocumentType.remove; @docsEditable true
void remove() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -7086,8 +6980,7 @@ class DynamicsCompressorNode extends AudioNode native "*DynamicsCompressorNode"
/// @domName DynamicsCompressorNode.threshold; @docsEditable true
final AudioParam threshold;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -7098,8 +6991,7 @@ class EXTTextureFilterAnisotropic native "*EXTTextureFilterAnisotropic" {
static const int MAX_TEXTURE_MAX_ANISOTROPY_EXT = 0x84FF;
static const int TEXTURE_MAX_ANISOTROPY_EXT = 0x84FE;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8143,8 +8035,7 @@ class ElementEvents extends Events {
return this['DOMMouseScroll'];
}
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8163,8 +8054,7 @@ abstract class ElementTimeControl {
/// @domName ElementTimeControl.endElementAt; @docsEditable true
void endElementAt(num offset);
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8181,8 +8071,7 @@ abstract class ElementTraversal {
Element nextElementSibling;
Element previousElementSibling;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8209,24 +8098,21 @@ class EmbedElement extends Element implements Element native "*HTMLEmbedElement"
/// @domName HTMLEmbedElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName EntityReference; @docsEditable true
class EntityReference extends Node native "*EntityReference" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void EntriesCallback(List<Entry> entries);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void EntriesCallback(List<Entry> entries);// 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.
@@ -8266,16 +8152,14 @@ class Entry native "*Entry" {
/// @domName Entry.toURL; @docsEditable true
String toURL() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void EntryCallback(Entry entry);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void EntryCallback(Entry entry);// 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.
@@ -8315,16 +8199,14 @@ class EntrySync native "*EntrySync" {
/// @domName EntrySync.toURL; @docsEditable true
String toURL() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void ErrorCallback(FileError error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void ErrorCallback(FileError error);// 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.
@@ -8340,8 +8222,7 @@ class ErrorEvent extends Event native "*ErrorEvent" {
/// @domName ErrorEvent.message; @docsEditable true
final String message;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8445,8 +8326,7 @@ class Event native "*Event" {
/// @domName Event.stopPropagation; @docsEditable true
void stopPropagation() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8469,8 +8349,7 @@ class EventException native "*EventException" {
/// @domName EventException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8520,8 +8399,7 @@ class EventSourceEvents extends Events {
EventListenerList get message => this['message'];
EventListenerList get open => this['open'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8586,8 +8464,7 @@ class EventTarget native "*EventTarget" {
/// @domName EventTarget.removeEventListener; @docsEditable true
void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8626,8 +8503,7 @@ class FieldSetElement extends Element implements Element native "*HTMLFieldSetEl
/// @domName HTMLFieldSetElement.setCustomValidity; @docsEditable true
void setCustomValidity(String error) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8643,16 +8519,14 @@ class File extends Blob native "*File" {
/// @domName File.webkitRelativePath; @docsEditable true
final String webkitRelativePath;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void FileCallback(File file);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void FileCallback(File file);// 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.
@@ -8665,8 +8539,7 @@ class FileEntry extends Entry native "*FileEntry" {
/// @domName FileEntry.file; @docsEditable true
void file(FileCallback successCallback, [ErrorCallback errorCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8679,8 +8552,7 @@ class FileEntrySync extends EntrySync native "*FileEntrySync" {
/// @domName FileEntrySync.file; @docsEditable true
File file() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8714,8 +8586,7 @@ class FileError native "*FileError" {
/// @domName FileError.code; @docsEditable true
final int code;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8758,8 +8629,7 @@ class FileException native "*FileException" {
/// @domName FileException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8828,8 +8698,7 @@ class FileReaderEvents extends Events {
EventListenerList get loadStart => this['loadstart'];
EventListenerList get progress => this['progress'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -8850,16 +8719,14 @@ class FileReaderSync native "*FileReaderSync" {
/// @domName FileReaderSync.readAsText; @docsEditable true
String readAsText(Blob blob, [String encoding]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void FileSystemCallback(DOMFileSystem fileSystem);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void FileSystemCallback(DOMFileSystem fileSystem);// 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.
@@ -8925,16 +8792,14 @@ class FileWriterEvents extends Events {
EventListenerList get writeEnd => this['writeend'];
EventListenerList get writeStart => this['writestart'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void FileWriterCallback(FileWriter fileWriter);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void FileWriterCallback(FileWriter fileWriter);// 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.
@@ -8956,8 +8821,7 @@ class FileWriterSync native "*FileWriterSync" {
/// @domName FileWriterSync.write; @docsEditable true
void write(Blob data) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9066,8 +8930,7 @@ class Float32Array extends ArrayBufferView implements JavaScriptIndexingBehavior
/// @domName Float32Array.subarray; @docsEditable true
Float32Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9176,8 +9039,7 @@ class Float64Array extends ArrayBufferView implements JavaScriptIndexingBehavior
/// @domName Float64Array.subarray; @docsEditable true
Float64Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9193,8 +9055,7 @@ class FontElement extends Element implements Element native "*HTMLFontElement" {
/// @domName HTMLFontElement.size; @docsEditable true
String size;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9211,8 +9072,7 @@ class FormData native "*FormData" {
/// @domName FormData.append; @docsEditable true
void append(String name, String value, String filename) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9260,8 +9120,7 @@ class FormElement extends Element implements Element native "*HTMLFormElement" {
/// @domName HTMLFormElement.submit; @docsEditable true
void submit() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9305,8 +9164,7 @@ class FrameElement extends Element implements Element native "*HTMLFrameElement"
/// @domName HTMLFrameElement.width; @docsEditable true
final int width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9353,8 +9211,7 @@ class FrameSetElementEvents extends ElementEvents {
EventListenerList get storage => this['storage'];
EventListenerList get unload => this['unload'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9364,8 +9221,7 @@ class GainNode extends AudioNode native "*GainNode" {
/// @domName GainNode.gain; @docsEditable true
final AudioGain gain;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9387,8 +9243,7 @@ class Gamepad native "*Gamepad" {
/// @domName Gamepad.timestamp; @docsEditable true
final int timestamp;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9404,8 +9259,7 @@ class Geolocation native "*Geolocation" {
/// @domName Geolocation.watchPosition; @docsEditable true
int watchPosition(PositionCallback successCallback, [PositionErrorCallback errorCallback, Object options]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9418,8 +9272,7 @@ class Geoposition native "*Geoposition" {
/// @domName Geoposition.timestamp; @docsEditable true
final int timestamp;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9440,8 +9293,7 @@ class HRElement extends Element implements Element native "*HTMLHRElement" {
/// @domName HTMLHRElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9546,8 +9398,7 @@ class HTMLAllCollection implements JavaScriptIndexingBehavior, List<Node> native
/// @domName HTMLAllCollection.tags; @docsEditable true
@Returns('_NodeList') @Creates('_NodeList')
List<Node> tags(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9648,8 +9499,7 @@ class HTMLCollection implements JavaScriptIndexingBehavior, List<Node> native "*
/// @domName HTMLCollection.namedItem; @docsEditable true
Node namedItem(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9671,8 +9521,7 @@ class HTMLOptionsCollection extends HTMLCollection native "*HTMLOptionsCollectio
/// @domName HTMLOptionsCollection.remove; @docsEditable true
void remove(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9688,8 +9537,7 @@ class HashChangeEvent extends Event native "*HashChangeEvent" {
/// @domName HashChangeEvent.initHashChangeEvent; @docsEditable true
void initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9701,8 +9549,7 @@ class HeadElement extends Element implements Element native "*HTMLHeadElement" {
/// @domName HTMLHeadElement.profile; @docsEditable true
String profile;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9724,8 +9571,7 @@ class HeadingElement extends Element implements Element native "*HTMLHeadingElem
/// @domName HTMLHeadingElement.align; @docsEditable true
String align;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9808,8 +9654,7 @@ class HtmlDocument extends Document native "*HTMLDocument" {
/** @domName Document.webkitVisibilityState */
String get webkitVisibilityState => document.$dom_webkitVisibilityState;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9818,8 +9663,7 @@ class HtmlDocument extends Document native "*HTMLDocument" {
class HtmlElement extends Element implements Element native "*HTMLHtmlElement" {
factory HtmlElement() => document.$dom_createElement("html");
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9926,8 +9770,7 @@ class HttpRequestEvents extends Events {
EventListenerList get progress => this['progress'];
EventListenerList get readyStateChange => this['readystatechange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9950,8 +9793,7 @@ class HttpRequestException native "*XMLHttpRequestException" {
/// @domName XMLHttpRequestException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -9964,8 +9806,7 @@ class HttpRequestProgressEvent extends ProgressEvent native "*XMLHttpRequestProg
/// @domName XMLHttpRequestProgressEvent.totalSize; @docsEditable true
final int totalSize;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10001,16 +9842,14 @@ class HttpRequestUploadEvents extends Events {
EventListenerList get loadStart => this['loadstart'];
EventListenerList get progress => this['progress'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName IDBAny; @docsEditable true
class IDBAny native "*IDBAny" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10064,8 +9903,7 @@ class IDBCursor native "*IDBCursor" {
return _update_1(value_1);
}
IDBRequest _update_1(value) native "update";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10076,8 +9914,7 @@ class IDBCursorWithValue extends IDBCursor native "*IDBCursorWithValue" {
/// @domName IDBCursorWithValue.value; @docsEditable true
@_annotation_Creates_SerializedScriptValue @_annotation_Returns_SerializedScriptValue
final Object value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10182,8 +10019,7 @@ class IDBDatabaseEvents extends Events {
EventListenerList get error => this['error'];
EventListenerList get versionChange => this['versionchange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10228,8 +10064,7 @@ class IDBDatabaseException native "*IDBDatabaseException" {
/// @domName IDBDatabaseException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10254,8 +10089,7 @@ class IDBFactory native "*IDBFactory" {
/// @domName IDBFactory.webkitGetDatabaseNames; @docsEditable true
IDBRequest webkitGetDatabaseNames() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10397,16 +10231,14 @@ class IDBIndex native "*IDBIndex" {
IDBRequest _openKeyCursor_4(key) native "openKeyCursor";
@Returns('IDBRequest') @Creates('IDBRequest') @Creates('IDBCursor')
IDBRequest _openKeyCursor_5(key, direction) native "openKeyCursor";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName IDBKey; @docsEditable true
class IDBKey native "*IDBKey" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10504,8 +10336,7 @@ class IDBKeyRange native "*IDBKeyRange" {
static IDBKeyRange _upperBound__1(bound, open) native "upperBound";
static IDBKeyRange _upperBound__2(bound) native "upperBound";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10677,8 +10508,7 @@ class IDBObjectStore native "*IDBObjectStore" {
IDBRequest _put_1(value, key) native "put";
@Returns('IDBRequest') @Creates('IDBRequest') @_annotation_Creates_IDBKey
IDBRequest _put_2(value) native "put";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10697,8 +10527,7 @@ class IDBOpenDBRequestEvents extends IDBRequestEvents {
EventListenerList get blocked => this['blocked'];
EventListenerList get upgradeNeeded => this['upgradeneeded'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10749,8 +10578,7 @@ class IDBRequestEvents extends Events {
EventListenerList get error => this['error'];
EventListenerList get success => this['success'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10801,8 +10629,7 @@ class IDBTransactionEvents extends Events {
EventListenerList get complete => this['complete'];
EventListenerList get error => this['error'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10815,8 +10642,7 @@ class IDBUpgradeNeededEvent extends Event native "*IDBVersionChangeEvent" {
/// @domName IDBVersionChangeEvent.oldVersion; @docsEditable true
final int oldVersion;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10826,8 +10652,7 @@ class IDBVersionChangeEvent extends Event native "*IDBVersionChangeEvent" {
/// @domName IDBVersionChangeEvent.version; @docsEditable true
final String version;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10844,8 +10669,7 @@ class IDBVersionChangeRequestEvents extends IDBRequestEvents {
IDBVersionChangeRequestEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get blocked => this['blocked'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10894,16 +10718,14 @@ class IFrameElement extends Element implements Element native "*HTMLIFrameElemen
/// @domName HTMLIFrameElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnection00 source);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void IceCallback(IceCandidate candidate, bool moreToFollow, PeerConnection00 source);// 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.
@@ -10918,8 +10740,7 @@ class IceCandidate native "*IceCandidate" {
/// @domName IceCandidate.toSdp; @docsEditable true
String toSdp() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -10935,8 +10756,7 @@ class ImageData native "*ImageData" {
/// @domName ImageData.width; @docsEditable true
final int width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11008,8 +10828,7 @@ class ImageElement extends Element implements Element native "*HTMLImageElement"
/// @domName HTMLImageElement.y; @docsEditable true
final int y;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11206,8 +11025,7 @@ class InputElementEvents extends ElementEvents {
InputElementEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get speechChange => this['webkitSpeechChange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11316,8 +11134,7 @@ class Int16Array extends ArrayBufferView implements JavaScriptIndexingBehavior,
/// @domName Int16Array.subarray; @docsEditable true
Int16Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11426,8 +11243,7 @@ class Int32Array extends ArrayBufferView implements JavaScriptIndexingBehavior,
/// @domName Int32Array.subarray; @docsEditable true
Int32Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11536,8 +11352,7 @@ class Int8Array extends ArrayBufferView implements JavaScriptIndexingBehavior, L
/// @domName Int8Array.subarray; @docsEditable true
Int8Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11587,8 +11402,7 @@ class JavaScriptCallFrame native "*JavaScriptCallFrame" {
/// @domName JavaScriptCallFrame.scopeType; @docsEditable true
int scopeType(int scopeIndex) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11619,8 +11433,7 @@ class KeyboardEvent extends UIEvent native "*KeyboardEvent" {
/// @domName KeyboardEvent.initKeyboardEvent; @docsEditable true
void initKeyboardEvent(String type, bool canBubble, bool cancelable, LocalWindow view, String keyIdentifier, int keyLocation, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11669,8 +11482,7 @@ class KeygenElement extends Element implements Element native "*HTMLKeygenElemen
/// @domName HTMLKeygenElement.setCustomValidity; @docsEditable true
void setCustomValidity(String error) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11685,8 +11497,7 @@ class LIElement extends Element implements Element native "*HTMLLIElement" {
/// @domName HTMLLIElement.value; @docsEditable true
int value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11704,8 +11515,7 @@ class LabelElement extends Element implements Element native "*HTMLLabelElement"
/// @domName HTMLLabelElement.htmlFor; @docsEditable true
String htmlFor;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11720,8 +11530,7 @@ class LegendElement extends Element implements Element native "*HTMLLegendElemen
/// @domName HTMLLegendElement.form; @docsEditable true
final FormElement form;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11763,8 +11572,7 @@ class LinkElement extends Element implements Element native "*HTMLLinkElement" {
/// @domName HTMLLinkElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11792,8 +11600,7 @@ class LocalHistory implements History native "*History" {
/// @domName History.replaceState; @docsEditable true
void replaceState(Object data, String title, [String url]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11843,8 +11650,7 @@ class LocalLocation implements Location native "*Location" {
/// @domName Location.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -11854,8 +11660,7 @@ class LocalMediaStream extends MediaStream implements EventTarget native "*Local
/// @domName LocalMediaStream.stop; @docsEditable true
void stop() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12422,8 +12227,7 @@ class LocalWindowEvents extends Events {
EventListenerList get animationStart => this['webkitAnimationStart'];
EventListenerList get transitionEnd => this['webkitTransitionEnd'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12438,8 +12242,7 @@ class MapElement extends Element implements Element native "*HTMLMapElement" {
/// @domName HTMLMapElement.name; @docsEditable true
String name;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12485,8 +12288,7 @@ class MarqueeElement extends Element implements Element native "*HTMLMarqueeElem
/// @domName HTMLMarqueeElement.stop; @docsEditable true
void stop() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12540,8 +12342,7 @@ class MediaController extends EventTarget native "*MediaController" {
/// @domName MediaController.removeEventListener; @docsEditable true
void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12744,8 +12545,7 @@ class MediaElementEvents extends ElementEvents {
EventListenerList get keyMessage => this['webkitkeymessage'];
EventListenerList get needKey => this['webkitneedkey'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12755,8 +12555,7 @@ class MediaElementAudioSourceNode extends AudioSourceNode native "*MediaElementA
/// @domName MediaElementAudioSourceNode.mediaElement; @docsEditable true
final MediaElement mediaElement;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12776,8 +12575,7 @@ class MediaError native "*MediaError" {
/// @domName MediaError.code; @docsEditable true
final int code;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12799,8 +12597,7 @@ class MediaKeyError native "*MediaKeyError" {
/// @domName MediaKeyError.code; @docsEditable true
final int code;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12828,8 +12625,7 @@ class MediaKeyEvent extends Event native "*MediaKeyEvent" {
/// @domName MediaKeyEvent.systemCode; @docsEditable true
final int systemCode;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12851,8 +12647,7 @@ class MediaList native "*MediaList" {
/// @domName MediaList.item; @docsEditable true
String item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12871,8 +12666,7 @@ class MediaQueryList native "*MediaQueryList" {
/// @domName MediaQueryList.removeListener; @docsEditable true
void removeListener(MediaQueryListListener listener) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12882,8 +12676,7 @@ abstract class MediaQueryListListener {
/// @domName MediaQueryListListener.queryChanged; @docsEditable true
void queryChanged(MediaQueryList list);
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12922,8 +12715,7 @@ class MediaSource extends EventTarget native "*MediaSource" {
/// @domName MediaSource.removeSourceBuffer; @docsEditable true
void removeSourceBuffer(SourceBuffer buffer) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12967,8 +12759,7 @@ class MediaStreamEvents extends Events {
MediaStreamEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get ended => this['ended'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12978,8 +12769,7 @@ class MediaStreamAudioSourceNode extends AudioSourceNode native "*MediaStreamAud
/// @domName MediaStreamAudioSourceNode.mediaStream; @docsEditable true
final MediaStream mediaStream;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -12989,8 +12779,7 @@ class MediaStreamEvent extends Event native "*MediaStreamEvent" {
/// @domName MediaStreamEvent.stream; @docsEditable true
final MediaStream stream;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13038,8 +12827,7 @@ class MediaStreamTrackEvents extends Events {
EventListenerList get mute => this['mute'];
EventListenerList get unmute => this['unmute'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13049,8 +12837,7 @@ class MediaStreamTrackEvent extends Event native "*MediaStreamTrackEvent" {
/// @domName MediaStreamTrackEvent.track; @docsEditable true
final MediaStreamTrack track;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13090,8 +12877,7 @@ class MediaStreamTrackListEvents extends Events {
EventListenerList get addTrack => this['addtrack'];
EventListenerList get removeTrack => this['removetrack'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13107,12 +12893,16 @@ class MemoryInfo native "*MemoryInfo" {
/// @domName MemoryInfo.usedJSHeapSize; @docsEditable true
final int usedJSHeapSize;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
+/**
+ * An HTML <menu> element.
+ *
+ * A <menu> element represents an unordered list of menu commands.
+ */
/// @domName HTMLMenuElement; @docsEditable true
class MenuElement extends Element implements Element native "*HTMLMenuElement" {
@@ -13120,8 +12910,7 @@ class MenuElement extends Element implements Element native "*HTMLMenuElement" {
/// @domName HTMLMenuElement.compact; @docsEditable true
bool compact;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13136,8 +12925,7 @@ class MessageChannel native "*MessageChannel" {
/// @domName MessageChannel.port2; @docsEditable true
final MessagePort port2;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13168,8 +12956,7 @@ class MessageEvent extends Event native "*MessageEvent" {
/// @domName MessageEvent.webkitInitMessageEvent; @docsEditable true
void webkitInitMessageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object dataArg, String originArg, String lastEventIdArg, LocalWindow sourceArg, List transferables) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13215,8 +13002,7 @@ class MessagePortEvents extends Events {
MessagePortEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get message => this['message'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13235,8 +13021,7 @@ class MetaElement extends Element implements Element native "*HTMLMetaElement" {
/// @domName HTMLMetaElement.scheme; @docsEditable true
String scheme;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13249,16 +13034,14 @@ class Metadata native "*Metadata" {
/// @domName Metadata.size; @docsEditable true
final int size;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void MetadataCallback(Metadata metadata);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void MetadataCallback(Metadata metadata);// 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.
@@ -13289,8 +13072,7 @@ class MeterElement extends Element implements Element native "*HTMLMeterElement"
/// @domName HTMLMeterElement.value; @docsEditable true
num value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13303,8 +13085,7 @@ class ModElement extends Element implements Element native "*HTMLModElement" {
/// @domName HTMLModElement.dateTime; @docsEditable true
String dateTime;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13409,16 +13190,14 @@ class MouseEvent extends UIEvent native "*MouseEvent" {
return this.clientY - this.target.getBoundingClientRect().top;
}
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void MutationCallback(List<MutationRecord> mutations, MutationObserver observer);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void MutationCallback(List<MutationRecord> mutations, MutationObserver observer);// 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.
@@ -13449,8 +13228,7 @@ class MutationEvent extends Event native "*MutationEvent" {
/// @domName MutationEvent.initMutationEvent; @docsEditable true
void initMutationEvent(String type, bool canBubble, bool cancelable, Node relatedNode, String prevValue, String newValue, String attrName, int attrChange) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13533,8 +13311,7 @@ class MutationObserver native "*MutationObserver" {
// Call native function with no conversions.
void _call(target, options) native 'observe';
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13570,8 +13347,7 @@ class MutationRecord native "*MutationRecord" {
/// @domName MutationRecord.type; @docsEditable true
final String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13687,8 +13463,7 @@ class NamedNodeMap implements JavaScriptIndexingBehavior, List<Node> native "*Na
/// @domName NamedNodeMap.setNamedItemNS; @docsEditable true
Node setNamedItemNS(Node node) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13767,8 +13542,7 @@ class Navigator native "*Navigator" {
}
void _webkitGetUserMedia_1(options, NavigatorUserMediaSuccessCallback successCallback, NavigatorUserMediaErrorCallback errorCallback) native "webkitGetUserMedia";
void _webkitGetUserMedia_2(options, NavigatorUserMediaSuccessCallback successCallback) native "webkitGetUserMedia";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -13780,24 +13554,21 @@ class NavigatorUserMediaError native "*NavigatorUserMediaError" {
/// @domName NavigatorUserMediaError.code; @docsEditable true
final int code;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void NavigatorUserMediaErrorCallback(NavigatorUserMediaError error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void NavigatorUserMediaErrorCallback(NavigatorUserMediaError error);// 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.
// WARNING: Do not edit - generated code.
-typedef void NavigatorUserMediaSuccessCallback(LocalMediaStream stream);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void NavigatorUserMediaSuccessCallback(LocalMediaStream stream);// 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.
@@ -14049,8 +13820,7 @@ class Node extends EventTarget native "*Node" {
/// @domName Node.replaceChild; @docsEditable true
Node $dom_replaceChild(Node newChild, Node oldChild) native "replaceChild";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14092,8 +13862,7 @@ class NodeFilter native "*NodeFilter" {
/// @domName NodeFilter.acceptNode; @docsEditable true
int acceptNode(Node n) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14127,8 +13896,7 @@ class NodeIterator native "*NodeIterator" {
/// @domName NodeIterator.previousNode; @docsEditable true
Node previousNode() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14141,8 +13909,7 @@ class Notation extends Node native "*Notation" {
/// @domName Notation.systemId; @docsEditable true
final String systemId;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14207,8 +13974,7 @@ class NotificationEvents extends Events {
EventListenerList get error => this['error'];
EventListenerList get show => this['show'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14227,24 +13993,21 @@ class NotificationCenter native "*NotificationCenter" {
/// @domName NotificationCenter.requestPermission; @docsEditable true
void requestPermission(VoidCallback callback) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void NotificationPermissionCallback(String permission);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void NotificationPermissionCallback(String permission);// 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.
/// @domName OESElementIndexUint; @docsEditable true
class OESElementIndexUint native "*OESElementIndexUint" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14253,16 +14016,14 @@ class OESElementIndexUint native "*OESElementIndexUint" {
class OESStandardDerivatives native "*OESStandardDerivatives" {
static const int FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName OESTextureFloat; @docsEditable true
class OESTextureFloat native "*OESTextureFloat" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14283,8 +14044,7 @@ class OESVertexArrayObject native "*OESVertexArrayObject" {
/// @domName OESVertexArrayObject.isVertexArrayOES; @docsEditable true
bool isVertexArrayOES(WebGLVertexArrayObjectOES arrayObject) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14305,8 +14065,7 @@ class OListElement extends Element implements Element native "*HTMLOListElement"
/// @domName HTMLOListElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14381,8 +14140,7 @@ class ObjectElement extends Element implements Element native "*HTMLObjectElemen
/// @domName HTMLObjectElement.setCustomValidity; @docsEditable true
void setCustomValidity(String error) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14392,8 +14150,7 @@ class OfflineAudioCompletionEvent extends Event native "*OfflineAudioCompletionE
/// @domName OfflineAudioCompletionEvent.renderedBuffer; @docsEditable true
final AudioBuffer renderedBuffer;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14408,8 +14165,7 @@ class OptGroupElement extends Element implements Element native "*HTMLOptGroupEl
/// @domName HTMLOptGroupElement.label; @docsEditable true
String label;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14453,8 +14209,7 @@ class OptionElement extends Element implements Element native "*HTMLOptionElemen
/// @domName HTMLOptionElement.value; @docsEditable true
String value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14500,8 +14255,7 @@ class OscillatorNode extends AudioSourceNode native "*OscillatorNode" {
/// @domName OscillatorNode.stop; @docsEditable true
void stop(num when) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14547,8 +14301,7 @@ class OutputElement extends Element implements Element native "*HTMLOutputElemen
/// @domName HTMLOutputElement.setCustomValidity; @docsEditable true
void setCustomValidity(String error) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14570,8 +14323,7 @@ class OverflowEvent extends Event native "*OverflowEvent" {
/// @domName OverflowEvent.verticalOverflow; @docsEditable true
final bool verticalOverflow;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14584,8 +14336,7 @@ class PagePopupController native "*PagePopupController" {
/// @domName PagePopupController.setValueAndClosePopup; @docsEditable true
void setValueAndClosePopup(int numberValue, String stringValue) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14595,8 +14346,7 @@ class PageTransitionEvent extends Event native "*PageTransitionEvent" {
/// @domName PageTransitionEvent.persisted; @docsEditable true
final bool persisted;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14654,8 +14404,7 @@ class PannerNode extends AudioNode native "*PannerNode" {
/// @domName PannerNode.setVelocity; @docsEditable true
void setVelocity(num x, num y, num z) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14667,8 +14416,7 @@ class ParagraphElement extends Element implements Element native "*HTMLParagraph
/// @domName HTMLParagraphElement.align; @docsEditable true
String align;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14689,8 +14437,7 @@ class ParamElement extends Element implements Element native "*HTMLParamElement"
/// @domName HTMLParamElement.valueType; @docsEditable true
String valueType;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14837,8 +14584,7 @@ class PeerConnection00Events extends Events {
EventListenerList get removeStream => this['removestream'];
EventListenerList get stateChange => this['statechange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14857,8 +14603,7 @@ class Performance extends EventTarget native "*Performance" {
/// @domName Performance.now; @docsEditable true
num now() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14879,8 +14624,7 @@ class PerformanceNavigation native "*PerformanceNavigation" {
/// @domName PerformanceNavigation.type; @docsEditable true
final int type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14950,8 +14694,7 @@ class PerformanceTiming native "*PerformanceTiming" {
/// @domName PerformanceTiming.unloadEventStart; @docsEditable true
final int unloadEventStart;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14967,8 +14710,7 @@ class Point native "*WebKitPoint" {
/// @domName WebKitPoint.y; @docsEditable true
num y;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -14979,16 +14721,14 @@ class PopStateEvent extends Event native "*PopStateEvent" {
/// @domName PopStateEvent.state; @docsEditable true
dynamic get state => _convertNativeToDart_SerializedScriptValue(this._state);
dynamic get _state => JS("dynamic", "#.state", this);
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void PositionCallback(Geoposition position);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void PositionCallback(Geoposition position);// 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.
@@ -15007,16 +14747,14 @@ class PositionError native "*PositionError" {
/// @domName PositionError.message; @docsEditable true
final String message;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void PositionErrorCallback(PositionError error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void PositionErrorCallback(PositionError error);// 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.
@@ -15031,8 +14769,7 @@ class PreElement extends Element implements Element native "*HTMLPreElement" {
/// @domName HTMLPreElement.wrap; @docsEditable true
bool wrap;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15048,8 +14785,7 @@ class ProcessingInstruction extends Node native "*ProcessingInstruction" {
/// @domName ProcessingInstruction.target; @docsEditable true
final String target;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15071,8 +14807,7 @@ class ProgressElement extends Element implements Element native "*HTMLProgressEl
/// @domName HTMLProgressElement.value; @docsEditable true
num value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15088,8 +14823,7 @@ class ProgressEvent extends Event native "*ProgressEvent" {
/// @domName ProgressEvent.total; @docsEditable true
final int total;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15099,8 +14833,7 @@ class QuoteElement extends Element implements Element native "*HTMLQuoteElement"
/// @domName HTMLQuoteElement.cite; @docsEditable true
String cite;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15116,8 +14849,7 @@ class RGBColor native "*RGBColor" {
/// @domName RGBColor.red; @docsEditable true
final CSSPrimitiveValue red;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15170,8 +14902,7 @@ class RTCDataChannelEvents extends Events {
EventListenerList get message => this['message'];
EventListenerList get open => this['open'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15181,16 +14912,14 @@ class RTCDataChannelEvent extends Event native "*RTCDataChannelEvent" {
/// @domName RTCDataChannelEvent.channel; @docsEditable true
final RTCDataChannel channel;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void RTCErrorCallback(String errorInformation);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void RTCErrorCallback(String errorInformation);// 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.
@@ -15208,8 +14937,7 @@ class RTCIceCandidate native "*RTCIceCandidate" {
/// @domName RTCIceCandidate.sdpMid; @docsEditable true
final String sdpMid;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15219,8 +14947,7 @@ class RTCIceCandidateEvent extends Event native "*RTCIceCandidateEvent" {
/// @domName RTCIceCandidateEvent.candidate; @docsEditable true
final RTCIceCandidate candidate;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15373,8 +15100,7 @@ class RTCPeerConnectionEvents extends Events {
EventListenerList get removeStream => this['removestream'];
EventListenerList get stateChange => this['statechange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15389,24 +15115,21 @@ class RTCSessionDescription native "*RTCSessionDescription" {
/// @domName RTCSessionDescription.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void RTCSessionDescriptionCallback(RTCSessionDescription sdp);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void RTCSessionDescriptionCallback(RTCSessionDescription sdp);// 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.
// WARNING: Do not edit - generated code.
-typedef void RTCStatsCallback(RTCStatsResponse response);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void RTCStatsCallback(RTCStatsResponse response);// 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.
@@ -15419,8 +15142,7 @@ class RTCStatsElement native "*RTCStatsElement" {
/// @domName RTCStatsElement.stat; @docsEditable true
String stat(String name) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15433,8 +15155,7 @@ class RTCStatsReport native "*RTCStatsReport" {
/// @domName RTCStatsReport.remote; @docsEditable true
final RTCStatsElement remote;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15444,8 +15165,7 @@ class RTCStatsResponse native "*RTCStatsResponse" {
/// @domName RTCStatsResponse.result; @docsEditable true
List<RTCStatsReport> result() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15455,8 +15175,7 @@ class RadioNodeList extends _NodeList native "*RadioNodeList" {
/// @domName RadioNodeList.value; @docsEditable true
String value;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15573,8 +15292,7 @@ class Range native "*Range" {
/// @domName Range.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15597,8 +15315,7 @@ class RangeException native "*RangeException" {
/// @domName RangeException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15617,16 +15334,14 @@ class Rect native "*Rect" {
/// @domName Rect.top; @docsEditable true
final CSSPrimitiveValue top;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void RequestAnimationFrameCallback(num highResTime);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void RequestAnimationFrameCallback(num highResTime);// 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.
@@ -15655,8 +15370,7 @@ class SQLError native "*SQLError" {
/// @domName SQLError.message; @docsEditable true
final String message;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15685,8 +15399,7 @@ class SQLException native "*SQLException" {
/// @domName SQLException.message; @docsEditable true
final String message;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15702,8 +15415,7 @@ class SQLResultSet native "*SQLResultSet" {
/// @domName SQLResultSet.rowsAffected; @docsEditable true
final int rowsAffected;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15805,24 +15517,21 @@ class SQLResultSetRowList implements JavaScriptIndexingBehavior, List<Map> nativ
}
@Creates('=Object')
_item_1(index) native "item";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void SQLStatementCallback(SQLTransaction transaction, SQLResultSet resultSet);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void SQLStatementCallback(SQLTransaction transaction, SQLResultSet resultSet);// 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.
// WARNING: Do not edit - generated code.
-typedef void SQLStatementErrorCallback(SQLTransaction transaction, SQLError error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void SQLStatementErrorCallback(SQLTransaction transaction, SQLError error);// 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.
@@ -15832,24 +15541,21 @@ class SQLTransaction native "*SQLTransaction" {
/// @domName SQLTransaction.executeSql; @docsEditable true
void executeSql(String sqlStatement, List arguments, [SQLStatementCallback callback, SQLStatementErrorCallback errorCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void SQLTransactionCallback(SQLTransaction transaction);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void SQLTransactionCallback(SQLTransaction transaction);// 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.
// WARNING: Do not edit - generated code.
-typedef void SQLTransactionErrorCallback(SQLError error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void SQLTransactionErrorCallback(SQLError error);// 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.
@@ -15859,16 +15565,14 @@ class SQLTransactionSync native "*SQLTransactionSync" {
/// @domName SQLTransactionSync.executeSql; @docsEditable true
SQLResultSet executeSql(String sqlStatement, List arguments) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void SQLTransactionSyncCallback(SQLTransactionSync transaction);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void SQLTransactionSyncCallback(SQLTransactionSync transaction);// 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.
@@ -15899,8 +15603,7 @@ class Screen native "*Screen" {
/// @domName Screen.width; @docsEditable true
final int width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15933,8 +15636,7 @@ class ScriptElement extends Element implements Element native "*HTMLScriptElemen
/// @domName HTMLScriptElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15954,8 +15656,7 @@ class ScriptProcessorNodeEvents extends Events {
ScriptProcessorNodeEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get audioProcess => this['audioprocess'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -15971,8 +15672,7 @@ class ScriptProfile native "*ScriptProfile" {
/// @domName ScriptProfile.uid; @docsEditable true
final int uid;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16006,8 +15706,7 @@ class ScriptProfileNode native "*ScriptProfileNode" {
/// @domName ScriptProfileNode.children; @docsEditable true
List<ScriptProfileNode> children() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16089,8 +15788,7 @@ class SelectElement extends Element implements Element native "*HTMLSelectElemen
return [this.options[this.selectedIndex]];
}
}
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16105,8 +15803,7 @@ class SessionDescription native "*SessionDescription" {
/// @domName SessionDescription.toSdp; @docsEditable true
String toSdp() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16116,8 +15813,7 @@ class ShadowElement extends Element implements Element native "*HTMLShadowElemen
/// @domName HTMLShadowElement.resetStyleInheritance; @docsEditable true
bool resetStyleInheritance;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16159,8 +15855,7 @@ class ShadowRoot extends DocumentFragment native "*ShadowRoot" {
static bool get supported =>
JS('bool', '!!(window.ShadowRoot || window.WebKitShadowRoot)');
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16177,8 +15872,7 @@ class SharedWorker extends AbstractWorker native "*SharedWorker" {
/// @domName SharedWorker.port; @docsEditable true
final MessagePort port;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16198,8 +15892,7 @@ class SharedWorkerContextEvents extends WorkerContextEvents {
SharedWorkerContextEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get connect => this['connect'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16218,8 +15911,7 @@ class SourceBuffer native "*SourceBuffer" {
/// @domName SourceBuffer.append; @docsEditable true
void append(Uint8Array data) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16326,8 +16018,7 @@ class SourceBufferList extends EventTarget implements JavaScriptIndexingBehavior
/// @domName SourceBufferList.removeEventListener; @docsEditable true
void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16345,8 +16036,7 @@ class SourceElement extends Element implements Element native "*HTMLSourceElemen
/// @domName HTMLSourceElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16355,8 +16045,7 @@ class SourceElement extends Element implements Element native "*HTMLSourceElemen
class SpanElement extends Element implements Element native "*HTMLSpanElement" {
factory SpanElement() => document.$dom_createElement("span");
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16371,8 +16060,7 @@ class SpeechGrammar native "*SpeechGrammar" {
/// @domName SpeechGrammar.weight; @docsEditable true
num weight;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16478,8 +16166,7 @@ class SpeechGrammarList implements JavaScriptIndexingBehavior, List<SpeechGramma
/// @domName SpeechGrammarList.item; @docsEditable true
SpeechGrammar item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16490,8 +16177,7 @@ class SpeechInputEvent extends Event native "*SpeechInputEvent" {
/// @domName SpeechInputEvent.results; @docsEditable true
@Returns('_SpeechInputResultList') @Creates('_SpeechInputResultList')
final List<SpeechInputResult> results;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16504,8 +16190,7 @@ class SpeechInputResult native "*SpeechInputResult" {
/// @domName SpeechInputResult.utterance; @docsEditable true
final String utterance;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16577,8 +16262,7 @@ class SpeechRecognitionEvents extends Events {
EventListenerList get speechStart => this['speechstart'];
EventListenerList get start => this['start'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16591,8 +16275,7 @@ class SpeechRecognitionAlternative native "*SpeechRecognitionAlternative" {
/// @domName SpeechRecognitionAlternative.transcript; @docsEditable true
final String transcript;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16623,8 +16306,7 @@ class SpeechRecognitionError extends Event native "*SpeechRecognitionError" {
/// @domName SpeechRecognitionError.message; @docsEditable true
final String message;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16641,8 +16323,7 @@ class SpeechRecognitionEvent extends Event native "*SpeechRecognitionEvent" {
/// @domName SpeechRecognitionEvent.resultIndex; @docsEditable true
final int resultIndex;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16661,8 +16342,7 @@ class SpeechRecognitionResult native "*SpeechRecognitionResult" {
/// @domName SpeechRecognitionResult.item; @docsEditable true
SpeechRecognitionAlternative item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16734,8 +16414,7 @@ class Storage implements Map<String, String> native "*Storage" {
/// @domName Storage.setItem; @docsEditable true
void $dom_setItem(String key, String data) native "setItem";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16760,8 +16439,7 @@ class StorageEvent extends Event native "*StorageEvent" {
/// @domName StorageEvent.initStorageEvent; @docsEditable true
void initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String keyArg, String oldValueArg, String newValueArg, String urlArg, Storage storageAreaArg) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16778,40 +16456,35 @@ class StorageInfo native "*StorageInfo" {
/// @domName StorageInfo.requestQuota; @docsEditable true
void requestQuota(int storageType, int newQuotaInBytes, [StorageInfoQuotaCallback quotaCallback, StorageInfoErrorCallback errorCallback]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void StorageInfoErrorCallback(DOMException error);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void StorageInfoErrorCallback(DOMException error);// 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.
// WARNING: Do not edit - generated code.
-typedef void StorageInfoQuotaCallback(int grantedQuotaInBytes);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void StorageInfoQuotaCallback(int grantedQuotaInBytes);// 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.
// WARNING: Do not edit - generated code.
-typedef void StorageInfoUsageCallback(int currentUsageInBytes, int currentQuotaInBytes);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void StorageInfoUsageCallback(int currentUsageInBytes, int currentQuotaInBytes);// 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.
// WARNING: Do not edit - generated code.
-typedef void StringCallback(String data);
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void StringCallback(String data);// 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.
@@ -16835,8 +16508,7 @@ class StyleElement extends Element implements Element native "*HTMLStyleElement"
/// @domName HTMLStyleElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16849,8 +16521,7 @@ class StyleMedia native "*StyleMedia" {
/// @domName StyleMedia.matchMedium; @docsEditable true
bool matchMedium(String mediaquery) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16878,8 +16549,7 @@ class StyleSheet native "*StyleSheet" {
/// @domName StyleSheet.type; @docsEditable true
final String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16891,8 +16561,7 @@ class TableCaptionElement extends Element implements Element native "*HTMLTableC
/// @domName HTMLTableCaptionElement.align; @docsEditable true
String align;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16946,8 +16615,7 @@ class TableCellElement extends Element implements Element native "*HTMLTableCell
/// @domName HTMLTableCellElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -16974,8 +16642,7 @@ class TableColElement extends Element implements Element native "*HTMLTableColEl
/// @domName HTMLTableColElement.width; @docsEditable true
String width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17061,8 +16728,7 @@ class TableElement extends Element implements Element native "*HTMLTableElement"
}
Element _createTBody() native 'createTBody';
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17101,8 +16767,7 @@ class TableRowElement extends Element implements Element native "*HTMLTableRowEl
/// @domName HTMLTableRowElement.insertCell; @docsEditable true
Element insertCell(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17130,8 +16795,7 @@ class TableSectionElement extends Element implements Element native "*HTMLTableS
/// @domName HTMLTableSectionElement.insertRow; @docsEditable true
Element insertRow(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17150,8 +16814,7 @@ class Text extends CharacterData native "*Text" {
/// @domName Text.splitText; @docsEditable true
Text splitText(int offset) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17245,8 +16908,7 @@ class TextAreaElement extends Element implements Element native "*HTMLTextAreaEl
/// @domName HTMLTextAreaElement.setSelectionRange; @docsEditable true
void setSelectionRange(int start, int end, [String direction]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17259,8 +16921,7 @@ class TextEvent extends UIEvent native "*TextEvent" {
/// @domName TextEvent.initTextEvent; @docsEditable true
void initTextEvent(String typeArg, bool canBubbleArg, bool cancelableArg, LocalWindow viewArg, String dataArg) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17270,8 +16931,7 @@ class TextMetrics native "*TextMetrics" {
/// @domName TextMetrics.width; @docsEditable true
final num width;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17321,8 +16981,7 @@ class TextTrackEvents extends Events {
TextTrackEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get cueChange => this['cuechange'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17391,8 +17050,7 @@ class TextTrackCueEvents extends Events {
EventListenerList get enter => this['enter'];
EventListenerList get exit => this['exit'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17493,8 +17151,7 @@ class TextTrackCueList implements List<TextTrackCue>, JavaScriptIndexingBehavior
/// @domName TextTrackCueList.item; @docsEditable true
TextTrackCue item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17611,8 +17268,7 @@ class TextTrackListEvents extends Events {
TextTrackListEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get addTrack => this['addtrack'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17628,16 +17284,14 @@ class TimeRanges native "*TimeRanges" {
/// @domName TimeRanges.start; @docsEditable true
num start(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void TimeoutHandler();
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void TimeoutHandler();// 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.
@@ -17646,8 +17300,7 @@ typedef void TimeoutHandler();
class TitleElement extends Element implements Element native "*HTMLTitleElement" {
factory TitleElement() => document.$dom_createElement("title");
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17691,8 +17344,7 @@ class Touch native "*Touch" {
/// @domName Touch.webkitRotationAngle; @docsEditable true
final num webkitRotationAngle;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17723,8 +17375,7 @@ class TouchEvent extends UIEvent native "*TouchEvent" {
/// @domName TouchEvent.initTouchEvent; @docsEditable true
void initTouchEvent(TouchList touches, TouchList targetTouches, TouchList changedTouches, String type, LocalWindow view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17822,8 +17473,7 @@ class TouchList implements JavaScriptIndexingBehavior, List<Touch> native "*Touc
/// @domName TouchList.item; @docsEditable true
Touch item(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17866,8 +17516,7 @@ class TrackElement extends Element implements Element native "*HTMLTrackElement"
/// @domName HTMLTrackElement.track; @docsEditable true
final TextTrack track;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17877,8 +17526,7 @@ class TrackEvent extends Event native "*TrackEvent" {
/// @domName TrackEvent.track; @docsEditable true
final Object track;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17891,8 +17539,7 @@ class TransitionEvent extends Event native "*WebKitTransitionEvent" {
/// @domName WebKitTransitionEvent.propertyName; @docsEditable true
final String propertyName;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17935,8 +17582,7 @@ class TreeWalker native "*TreeWalker" {
/// @domName TreeWalker.previousSibling; @docsEditable true
Node previousSibling() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17974,8 +17620,7 @@ class UIEvent extends Event native "*UIEvent" {
/// @domName UIEvent.initUIEvent; @docsEditable true
void initUIEvent(String type, bool canBubble, bool cancelable, LocalWindow view, int detail) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -17990,8 +17635,7 @@ class UListElement extends Element implements Element native "*HTMLUListElement"
/// @domName HTMLUListElement.type; @docsEditable true
String type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18100,8 +17744,7 @@ class Uint16Array extends ArrayBufferView implements JavaScriptIndexingBehavior,
/// @domName Uint16Array.subarray; @docsEditable true
Uint16Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18210,8 +17853,7 @@ class Uint32Array extends ArrayBufferView implements JavaScriptIndexingBehavior,
/// @domName Uint32Array.subarray; @docsEditable true
Uint32Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18320,8 +17962,7 @@ class Uint8Array extends ArrayBufferView implements JavaScriptIndexingBehavior,
/// @domName Uint8Array.subarray; @docsEditable true
Uint8Array subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18346,16 +17987,14 @@ class Uint8ClampedArray extends Uint8Array native "*Uint8ClampedArray" {
/// @domName Uint8ClampedArray.subarray; @docsEditable true
Uint8ClampedArray subarray(int start, [int end]) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName HTMLUnknownElement; @docsEditable true
class UnknownElement extends Element implements Element native "*HTMLUnknownElement" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18371,8 +18010,7 @@ class Url native "*URL" {
JS('void',
'(window.URL || window.webkitURL).revokeObjectURL(#)', objectUrl);
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18406,8 +18044,7 @@ class ValidityState native "*ValidityState" {
/// @domName ValidityState.valueMissing; @docsEditable true
final bool valueMissing;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18455,16 +18092,14 @@ class VideoElement extends MediaElement native "*HTMLVideoElement" {
/// @domName HTMLVideoElement.webkitExitFullscreen; @docsEditable true
void webkitExitFullscreen() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
// WARNING: Do not edit - generated code.
-typedef void VoidCallback();
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+typedef void VoidCallback();// 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.
@@ -18474,16 +18109,14 @@ class WaveShaperNode extends AudioNode native "*WaveShaperNode" {
/// @domName WaveShaperNode.curve; @docsEditable true
Float32Array curve;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WaveTable; @docsEditable true
class WaveTable native "*WaveTable" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18499,16 +18132,14 @@ class WebGLActiveInfo native "*WebGLActiveInfo" {
/// @domName WebGLActiveInfo.type; @docsEditable true
final int type;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLBuffer; @docsEditable true
class WebGLBuffer native "*WebGLBuffer" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18523,8 +18154,7 @@ class WebGLCompressedTextureS3TC native "*WebGLCompressedTextureS3TC" {
static const int COMPRESSED_RGBA_S3TC_DXT5_EXT = 0x83F3;
static const int COMPRESSED_RGB_S3TC_DXT1_EXT = 0x83F0;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18549,8 +18179,7 @@ class WebGLContextAttributes native "*WebGLContextAttributes" {
/// @domName WebGLContextAttributes.stencil; @docsEditable true
bool stencil;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18560,8 +18189,7 @@ class WebGLContextEvent extends Event native "*WebGLContextEvent" {
/// @domName WebGLContextEvent.statusMessage; @docsEditable true
final String statusMessage;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18572,8 +18200,7 @@ class WebGLDebugRendererInfo native "*WebGLDebugRendererInfo" {
static const int UNMASKED_RENDERER_WEBGL = 0x9246;
static const int UNMASKED_VENDOR_WEBGL = 0x9245;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18583,8 +18210,7 @@ class WebGLDebugShaders native "*WebGLDebugShaders" {
/// @domName WebGLDebugShaders.getTranslatedShaderSource; @docsEditable true
String getTranslatedShaderSource(WebGLShader shader) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18593,16 +18219,14 @@ class WebGLDebugShaders native "*WebGLDebugShaders" {
class WebGLDepthTexture native "*WebGLDepthTexture" {
static const int UNSIGNED_INT_24_8_WEBGL = 0x84FA;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLFramebuffer; @docsEditable true
class WebGLFramebuffer native "*WebGLFramebuffer" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -18615,24 +18239,21 @@ class WebGLLoseContext native "*WebGLLoseContext" {
/// @domName WebGLLoseContext.restoreContext; @docsEditable true
void restoreContext() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLProgram; @docsEditable true
class WebGLProgram native "*WebGLProgram" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLRenderbuffer; @docsEditable true
class WebGLRenderbuffer native "*WebGLRenderbuffer" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -19722,16 +19343,14 @@ class WebGLRenderingContext extends CanvasRenderingContext native "*WebGLRenderi
/// @domName WebGLRenderingContext.viewport; @docsEditable true
void viewport(int x, int y, int width, int height) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLShader; @docsEditable true
class WebGLShader native "*WebGLShader" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -19747,32 +19366,28 @@ class WebGLShaderPrecisionFormat native "*WebGLShaderPrecisionFormat" {
/// @domName WebGLShaderPrecisionFormat.rangeMin; @docsEditable true
final int rangeMin;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLTexture; @docsEditable true
class WebGLTexture native "*WebGLTexture" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLUniformLocation; @docsEditable true
class WebGLUniformLocation native "*WebGLUniformLocation" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
/// @domName WebGLVertexArrayObjectOES; @docsEditable true
class WebGLVertexArrayObjectOES native "*WebGLVertexArrayObjectOES" {
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -19806,8 +19421,7 @@ class WebKitCSSFilterValue extends _CSSValueList native "*WebKitCSSFilterValue"
/// @domName WebKitCSSFilterValue.operationType; @docsEditable true
final int operationType;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -19844,8 +19458,7 @@ class WebKitNamedFlow extends EventTarget native "*WebKitNamedFlow" {
/// @domName WebKitNamedFlow.removeEventListener; @docsEditable true
void $dom_removeEventListener(String type, EventListener listener, [bool useCapture]) native "removeEventListener";
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -19915,8 +19528,7 @@ class WebSocketEvents extends Events {
EventListenerList get message => this['message'];
EventListenerList get open => this['open'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20002,8 +19614,7 @@ class WheelEvent extends MouseEvent native "*WheelEvent" {
num get _detail => JS('num', '#.detail', this);
int get _deltaMode => JS('int', '#.deltaMode', this);
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20039,8 +19650,7 @@ class WorkerEvents extends AbstractWorkerEvents {
WorkerEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get message => this['message'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20124,8 +19734,7 @@ class WorkerContextEvents extends Events {
WorkerContextEvents(EventTarget _ptr) : super(_ptr);
EventListenerList get error => this['error'];
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20159,8 +19768,7 @@ class WorkerLocation native "*WorkerLocation" {
/// @domName WorkerLocation.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20182,8 +19790,7 @@ class WorkerNavigator native "*WorkerNavigator" {
/// @domName WorkerNavigator.userAgent; @docsEditable true
final String userAgent;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20195,8 +19802,7 @@ class XMLSerializer native "*XMLSerializer" {
/// @domName XMLSerializer.serializeToString; @docsEditable true
String serializeToString(Node node) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20214,8 +19820,7 @@ class XPathEvaluator native "*XPathEvaluator" {
/// @domName XPathEvaluator.evaluate; @docsEditable true
XPathResult evaluate(String expression, Node contextNode, XPathNSResolver resolver, int type, XPathResult inResult) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20238,8 +19843,7 @@ class XPathException native "*XPathException" {
/// @domName XPathException.toString; @docsEditable true
String toString() native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20249,8 +19853,7 @@ class XPathExpression native "*XPathExpression" {
/// @domName XPathExpression.evaluate; @docsEditable true
XPathResult evaluate(Node contextNode, int type, XPathResult inResult) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20260,8 +19863,7 @@ class XPathNSResolver native "*XPathNSResolver" {
/// @domName XPathNSResolver.lookupNamespaceURI; @docsEditable true
String lookupNamespaceURI(String prefix) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20315,8 +19917,7 @@ class XPathResult native "*XPathResult" {
/// @domName XPathResult.snapshotItem; @docsEditable true
Node snapshotItem(int index) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
@@ -20349,8 +19950,7 @@ class XSLTProcessor native "*XSLTProcessor" {
/// @domName XSLTProcessor.transformToFragment; @docsEditable true
DocumentFragment transformToFragment(Node source, Document docVal) native;
-}
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+}// 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.
« no previous file with comments | « no previous file | sdk/lib/html/docs/html_docs.json » ('j') | sdk/lib/html/scripts/dartdomgenerator.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698