| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index db2a374cce13a274ab5a3de493b876a23b641817..0ce72c9c60d27a32538d70213680750a7e5deb78 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -4049,6 +4049,10 @@ class _CanvasRenderingContext2DImpl extends _CanvasRenderingContextImpl implemen
|
|
|
| num get webkitBackingStorePixelRatio() native "CanvasRenderingContext2D_webkitBackingStorePixelRatio_Getter";
|
|
|
| + bool get webkitImageSmoothingEnabled() native "CanvasRenderingContext2D_webkitImageSmoothingEnabled_Getter";
|
| +
|
| + void set webkitImageSmoothingEnabled(bool) native "CanvasRenderingContext2D_webkitImageSmoothingEnabled_Setter";
|
| +
|
| List get webkitLineDash() native "CanvasRenderingContext2D_webkitLineDash_Getter";
|
|
|
| void set webkitLineDash(List) native "CanvasRenderingContext2D_webkitLineDash_Setter";
|
| @@ -5179,6 +5183,17 @@ class _DOMApplicationCacheImpl extends _DOMWrapperBase implements DOMApplication
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +class _DOMErrorImpl extends _DOMWrapperBase implements DOMError {
|
| +
|
| + String get name() native "DOMError_name_Getter";
|
| +
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for 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.
|
| +
|
| class _DOMExceptionImpl extends _DOMWrapperBase implements DOMException {
|
|
|
| int get code() native "DOMException_code_Getter";
|
| @@ -5894,6 +5909,8 @@ class _DOMWindowImpl extends _DOMWrapperBase implements Window {
|
|
|
| int get outerWidth() native "DOMWindow_outerWidth_Getter";
|
|
|
| + PagePopupController get pagePopupController() native "DOMWindow_pagePopupController_Getter";
|
| +
|
| int get pageXOffset() native "DOMWindow_pageXOffset_Getter";
|
|
|
| int get pageYOffset() native "DOMWindow_pageYOffset_Getter";
|
| @@ -6223,13 +6240,6 @@ class _DataTransferItemImpl extends _DOMWrapperBase implements DataTransferItem
|
|
|
| void _getAsString(callback) native "DataTransferItem_getAsString_Callback";
|
|
|
| - void webkitGetAsEntry([EntryCallback callback = null]) {
|
| - _webkitGetAsEntry(callback);
|
| - return;
|
| - }
|
| -
|
| - void _webkitGetAsEntry(callback) native "DataTransferItem_webkitGetAsEntry_Callback";
|
| -
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -7409,12 +7419,6 @@ class _DocumentImpl extends _NodeImpl
|
|
|
| void _webkitExitFullscreen() native "Document_webkitExitFullscreen_Callback";
|
|
|
| - WebKitNamedFlow webkitGetFlowByName(String name) {
|
| - return _webkitGetFlowByName(name);
|
| - }
|
| -
|
| - WebKitNamedFlow _webkitGetFlowByName(name) native "Document_webkitGetFlowByName_Callback";
|
| -
|
| // TODO(jacobr): implement all Element methods not on Document.
|
|
|
| _ElementImpl query(String selectors) {
|
| @@ -10485,6 +10489,8 @@ class _HTMLFieldSetElementImpl extends _HTMLElementImpl implements FieldSetEleme
|
|
|
| void set disabled(bool) native "HTMLFieldSetElement_disabled_Setter";
|
|
|
| + HTMLCollection get elements() native "HTMLFieldSetElement_elements_Getter";
|
| +
|
| FormElement get form() native "HTMLFieldSetElement_form_Getter";
|
|
|
| String get name() native "HTMLFieldSetElement_name_Getter";
|
| @@ -11375,6 +11381,9 @@ class _HTMLMediaElementEventsImpl extends _ElementEventsImpl implements MediaEle
|
| EventListenerList get keyError() => _get('webkitkeyerror');
|
| EventListenerList get keyMessage() => _get('webkitkeymessage');
|
| EventListenerList get needKey() => _get('webkitneedkey');
|
| + EventListenerList get sourceClose() => _get('webkitsourceclose');
|
| + EventListenerList get sourceEnded() => _get('webkitsourceended');
|
| + EventListenerList get sourceOpen() => _get('webkitsourceopen');
|
|
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| @@ -11570,12 +11579,32 @@ class _HTMLMediaElementImpl extends _HTMLElementImpl implements MediaElement {
|
|
|
| void _webkitGenerateKeyRequest_2(keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_2_Callback";
|
|
|
| - void webkitSourceAppend(Uint8Array data) {
|
| - _webkitSourceAppend(data);
|
| + void webkitSourceAbort(String id) {
|
| + _webkitSourceAbort(id);
|
| + return;
|
| + }
|
| +
|
| + void _webkitSourceAbort(id) native "HTMLMediaElement_webkitSourceAbort_Callback";
|
| +
|
| + void webkitSourceAddId(String id, String type) {
|
| + _webkitSourceAddId(id, type);
|
| return;
|
| }
|
|
|
| - void _webkitSourceAppend(data) native "HTMLMediaElement_webkitSourceAppend_Callback";
|
| + void _webkitSourceAddId(id, type) native "HTMLMediaElement_webkitSourceAddId_Callback";
|
| +
|
| + void webkitSourceAppend(String id, Uint8Array data) {
|
| + _webkitSourceAppend(id, data);
|
| + return;
|
| + }
|
| +
|
| + void _webkitSourceAppend(id, data) native "HTMLMediaElement_webkitSourceAppend_Callback";
|
| +
|
| + TimeRanges webkitSourceBuffered(String id) {
|
| + return _webkitSourceBuffered(id);
|
| + }
|
| +
|
| + TimeRanges _webkitSourceBuffered(id) native "HTMLMediaElement_webkitSourceBuffered_Callback";
|
|
|
| void webkitSourceEndOfStream(int status) {
|
| _webkitSourceEndOfStream(status);
|
| @@ -11584,6 +11613,13 @@ class _HTMLMediaElementImpl extends _HTMLElementImpl implements MediaElement {
|
|
|
| void _webkitSourceEndOfStream(status) native "HTMLMediaElement_webkitSourceEndOfStream_Callback";
|
|
|
| + void webkitSourceRemoveId(String id) {
|
| + _webkitSourceRemoveId(id);
|
| + return;
|
| + }
|
| +
|
| + void _webkitSourceRemoveId(id) native "HTMLMediaElement_webkitSourceRemoveId_Callback";
|
| +
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -13107,7 +13143,7 @@ class _IDBFactoryImpl extends _DOMWrapperBase implements IDBFactory {
|
|
|
| class _IDBIndexImpl extends _DOMWrapperBase implements IDBIndex {
|
|
|
| - String get keyPath() native "IDBIndex_keyPath_Getter";
|
| + Dynamic get keyPath() native "IDBIndex_keyPath_Getter";
|
|
|
| bool get multiEntry() native "IDBIndex_multiEntry_Getter";
|
|
|
| @@ -13330,9 +13366,11 @@ class _IDBKeyRangeImpl extends _DOMWrapperBase implements IDBKeyRange {
|
|
|
| class _IDBObjectStoreImpl extends _DOMWrapperBase implements IDBObjectStore {
|
|
|
| + bool get autoIncrement() native "IDBObjectStore_autoIncrement_Getter";
|
| +
|
| List<String> get indexNames() native "IDBObjectStore_indexNames_Getter";
|
|
|
| - String get keyPath() native "IDBObjectStore_keyPath_Getter";
|
| + Dynamic get keyPath() native "IDBObjectStore_keyPath_Getter";
|
|
|
| String get name() native "IDBObjectStore_name_Getter";
|
|
|
| @@ -14199,6 +14237,40 @@ class _LocalMediaStreamImpl extends _MediaStreamImpl implements LocalMediaStream
|
|
|
| void _stop() native "LocalMediaStream_stop_Callback";
|
|
|
| + void $dom_addEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| + //
|
| + // addEventListener(String type, EventListener listener)
|
| + // addEventListener(String type, EventListener listener, [Optional] bool useCapture)
|
| + //
|
| + // -- reduced:
|
| + // addEventListener(String type, EventListener listener, [Optional] bool useCapture)
|
| + //
|
| + _addEventListener(type, listener, useCapture);
|
| + return;
|
| + }
|
| +
|
| + void _addEventListener(type, listener, useCapture) native "LocalMediaStream_addEventListener_Callback";
|
| +
|
| + bool $dom_dispatchEvent(Event event) {
|
| + return _dispatchEvent(event);
|
| + }
|
| +
|
| + bool _dispatchEvent(event) native "LocalMediaStream_dispatchEvent_Callback";
|
| +
|
| + void $dom_removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
|
| + //
|
| + // removeEventListener(String type, EventListener listener)
|
| + // removeEventListener(String type, EventListener listener, [Optional] bool useCapture)
|
| + //
|
| + // -- reduced:
|
| + // removeEventListener(String type, EventListener listener, [Optional] bool useCapture)
|
| + //
|
| + _removeEventListener(type, listener, useCapture);
|
| + return;
|
| + }
|
| +
|
| + void _removeEventListener(type, listener, useCapture) native "LocalMediaStream_removeEventListener_Callback";
|
| +
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -15936,6 +16008,22 @@ class _OverflowEventImpl extends _EventImpl implements OverflowEvent {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +class _PagePopupControllerImpl extends _DOMWrapperBase implements PagePopupController {
|
| +
|
| + void setValueAndClosePopup(int numberValue, String stringValue) {
|
| + _setValueAndClosePopup(numberValue, stringValue);
|
| + return;
|
| + }
|
| +
|
| + void _setValueAndClosePopup(numberValue, stringValue) native "PagePopupController_setValueAndClosePopup_Callback";
|
| +
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for 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.
|
| +
|
| class _PageTransitionEventImpl extends _EventImpl implements PageTransitionEvent {
|
|
|
| bool get persisted() native "PageTransitionEvent_persisted_Getter";
|
| @@ -20573,6 +20661,8 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement {
|
|
|
| SVGPoint get currentTranslate() native "SVGSVGElement_currentTranslate_Getter";
|
|
|
| + SVGViewSpec get currentView() native "SVGSVGElement_currentView_Getter";
|
| +
|
| SVGAnimatedLength get height() native "SVGSVGElement_height_Getter";
|
|
|
| num get pixelUnitToMillimeterX() native "SVGSVGElement_pixelUnitToMillimeterX_Getter";
|
| @@ -20585,8 +20675,6 @@ class _SVGSVGElementImpl extends _SVGElementImpl implements SVGSVGElement {
|
|
|
| bool get useCurrentView() native "SVGSVGElement_useCurrentView_Getter";
|
|
|
| - void set useCurrentView(bool) native "SVGSVGElement_useCurrentView_Setter";
|
| -
|
| SVGRect get viewport() native "SVGSVGElement_viewport_Getter";
|
|
|
| SVGAnimatedLength get width() native "SVGSVGElement_width_Getter";
|
| @@ -21522,6 +21610,35 @@ class _SVGViewElementImpl extends _SVGElementImpl implements SVGViewElement {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +class _SVGViewSpecImpl extends _DOMWrapperBase implements SVGViewSpec {
|
| +
|
| + SVGAnimatedPreserveAspectRatio get preserveAspectRatio() native "SVGViewSpec_preserveAspectRatio_Getter";
|
| +
|
| + String get preserveAspectRatioString() native "SVGViewSpec_preserveAspectRatioString_Getter";
|
| +
|
| + SVGTransformList get transform() native "SVGViewSpec_transform_Getter";
|
| +
|
| + String get transformString() native "SVGViewSpec_transformString_Getter";
|
| +
|
| + SVGAnimatedRect get viewBox() native "SVGViewSpec_viewBox_Getter";
|
| +
|
| + String get viewBoxString() native "SVGViewSpec_viewBoxString_Getter";
|
| +
|
| + SVGElement get viewTarget() native "SVGViewSpec_viewTarget_Getter";
|
| +
|
| + String get viewTargetString() native "SVGViewSpec_viewTargetString_Getter";
|
| +
|
| + int get zoomAndPan() native "SVGViewSpec_zoomAndPan_Getter";
|
| +
|
| + void set zoomAndPan(int) native "SVGViewSpec_zoomAndPan_Setter";
|
| +
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for 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.
|
| +
|
| class _SVGZoomEventImpl extends _UIEventImpl implements SVGZoomEvent {
|
|
|
| num get newScale() native "SVGZoomEvent_newScale_Getter";
|
| @@ -21660,8 +21777,6 @@ class _ShadowRootImpl extends _DocumentFragmentImpl implements ShadowRoot {
|
|
|
| void set innerHTML(String) native "ShadowRoot_innerHTML_Setter";
|
|
|
| - DOMSelection get selection() native "ShadowRoot_selection_Getter";
|
| -
|
| Element getElementById(String elementId) {
|
| return _getElementById(elementId);
|
| }
|
| @@ -21686,6 +21801,12 @@ class _ShadowRootImpl extends _DocumentFragmentImpl implements ShadowRoot {
|
|
|
| NodeList _getElementsByTagNameNS(namespaceURI, localName) native "ShadowRoot_getElementsByTagNameNS_Callback";
|
|
|
| + DOMSelection getSelection() {
|
| + return _getSelection();
|
| + }
|
| +
|
| + DOMSelection _getSelection() native "ShadowRoot_getSelection_Callback";
|
| +
|
| }
|
|
|
| class _SharedWorkerContextEventsImpl extends _WorkerContextEventsImpl implements SharedWorkerContextEvents {
|
| @@ -24793,17 +24914,6 @@ class _WebKitCSSMatrixImpl extends _DOMWrapperBase implements CSSMatrix {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -class _WebKitCSSRegionRuleImpl extends _CSSRuleImpl implements WebKitCSSRegionRule {
|
| -
|
| - CSSRuleList get cssRules() native "WebKitCSSRegionRule_cssRules_Getter";
|
| -
|
| -}
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for 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.
|
| -
|
| class _WebKitCSSTransformValueImpl extends _CSSValueListImpl implements CSSTransformValue {
|
|
|
| int get operationType() native "WebKitCSSTransformValue_operationType_Getter";
|
| @@ -24841,7 +24951,9 @@ class _WebKitNamedFlowImpl extends _DOMWrapperBase implements WebKitNamedFlow {
|
|
|
| NodeList get contentNodes() native "WebKitNamedFlow_contentNodes_Getter";
|
|
|
| - bool get overflow() native "WebKitNamedFlow_overflow_Getter";
|
| + String get name() native "WebKitNamedFlow_name_Getter";
|
| +
|
| + bool get overset() native "WebKitNamedFlow_overset_Getter";
|
|
|
| NodeList getRegionsByContentNode(Node contentNode) {
|
| return _getRegionsByContentNode(contentNode);
|
| @@ -27041,8 +27153,6 @@ interface CSSRule {
|
|
|
| static final int WEBKIT_KEYFRAME_RULE = 8;
|
|
|
| - static final int WEBKIT_REGION_RULE = 10;
|
| -
|
| /** @domName CSSRule.cssText */
|
| String cssText;
|
|
|
| @@ -29217,6 +29327,9 @@ interface CanvasRenderingContext2D extends CanvasRenderingContext {
|
| /** @domName CanvasRenderingContext2D.webkitBackingStorePixelRatio */
|
| final num webkitBackingStorePixelRatio;
|
|
|
| + /** @domName CanvasRenderingContext2D.webkitImageSmoothingEnabled */
|
| + bool webkitImageSmoothingEnabled;
|
| +
|
| /** @domName CanvasRenderingContext2D.webkitLineDash */
|
| List webkitLineDash;
|
|
|
| @@ -29771,6 +29884,18 @@ interface DOMApplicationCacheEvents extends Events {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +/// @domName DOMError
|
| +interface DOMError {
|
| +
|
| + /** @domName DOMError.name */
|
| + final String name;
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for 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.
|
| +
|
| /// @domName DOMException
|
| interface DOMException {
|
|
|
| @@ -30190,9 +30315,6 @@ interface DataTransferItem {
|
|
|
| /** @domName DataTransferItem.getAsString */
|
| void getAsString([StringCallback callback]);
|
| -
|
| - /** @domName DataTransferItem.webkitGetAsEntry */
|
| - void webkitGetAsEntry([EntryCallback callback]);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -30732,9 +30854,6 @@ interface Document extends HtmlElement {
|
| /** @domName Document.webkitExitFullscreen */
|
| void webkitExitFullscreen();
|
|
|
| - /** @domName Document.webkitGetFlowByName */
|
| - WebKitNamedFlow webkitGetFlowByName(String name);
|
| -
|
| }
|
|
|
| interface DocumentEvents extends ElementEvents {
|
| @@ -31792,6 +31911,9 @@ interface FieldSetElement extends Element default _Elements {
|
| /** @domName HTMLFieldSetElement.disabled */
|
| bool disabled;
|
|
|
| + /** @domName HTMLFieldSetElement.elements */
|
| + final HTMLCollection elements;
|
| +
|
| /** @domName HTMLFieldSetElement.form */
|
| final FormElement form;
|
|
|
| @@ -32778,7 +32900,7 @@ interface IDBFactory {
|
| interface IDBIndex {
|
|
|
| /** @domName IDBIndex.keyPath */
|
| - final String keyPath;
|
| + final Dynamic keyPath;
|
|
|
| /** @domName IDBIndex.multiEntry */
|
| final bool multiEntry;
|
| @@ -32868,11 +32990,14 @@ interface IDBKeyRange default _IDBKeyRangeFactoryProvider {
|
| /// @domName IDBObjectStore
|
| interface IDBObjectStore {
|
|
|
| + /** @domName IDBObjectStore.autoIncrement */
|
| + final bool autoIncrement;
|
| +
|
| /** @domName IDBObjectStore.indexNames */
|
| final List<String> indexNames;
|
|
|
| /** @domName IDBObjectStore.keyPath */
|
| - final String keyPath;
|
| + final Dynamic keyPath;
|
|
|
| /** @domName IDBObjectStore.name */
|
| final String name;
|
| @@ -33719,7 +33844,7 @@ interface LinkElement extends Element default _Elements {
|
| // WARNING: Do not edit - generated code.
|
|
|
| /// @domName LocalMediaStream
|
| -interface LocalMediaStream extends MediaStream {
|
| +interface LocalMediaStream extends MediaStream, EventTarget {
|
|
|
| /** @domName LocalMediaStream.stop */
|
| void stop();
|
| @@ -34066,11 +34191,23 @@ interface MediaElement extends Element {
|
| /** @domName HTMLMediaElement.webkitGenerateKeyRequest */
|
| void webkitGenerateKeyRequest(String keySystem, [Uint8Array initData]);
|
|
|
| + /** @domName HTMLMediaElement.webkitSourceAbort */
|
| + void webkitSourceAbort(String id);
|
| +
|
| + /** @domName HTMLMediaElement.webkitSourceAddId */
|
| + void webkitSourceAddId(String id, String type);
|
| +
|
| /** @domName HTMLMediaElement.webkitSourceAppend */
|
| - void webkitSourceAppend(Uint8Array data);
|
| + void webkitSourceAppend(String id, Uint8Array data);
|
| +
|
| + /** @domName HTMLMediaElement.webkitSourceBuffered */
|
| + TimeRanges webkitSourceBuffered(String id);
|
|
|
| /** @domName HTMLMediaElement.webkitSourceEndOfStream */
|
| void webkitSourceEndOfStream(int status);
|
| +
|
| + /** @domName HTMLMediaElement.webkitSourceRemoveId */
|
| + void webkitSourceRemoveId(String id);
|
| }
|
|
|
| interface MediaElementEvents extends ElementEvents {
|
| @@ -34082,6 +34219,12 @@ interface MediaElementEvents extends ElementEvents {
|
| EventListenerList get keyMessage();
|
|
|
| EventListenerList get needKey();
|
| +
|
| + EventListenerList get sourceClose();
|
| +
|
| + EventListenerList get sourceEnded();
|
| +
|
| + EventListenerList get sourceOpen();
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -35525,6 +35668,18 @@ interface OverflowEvent extends Event {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| +/// @domName PagePopupController
|
| +interface PagePopupController {
|
| +
|
| + /** @domName PagePopupController.setValueAndClosePopup */
|
| + void setValueAndClosePopup(int numberValue, String stringValue);
|
| +}
|
| +// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| +// for 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.
|
| +
|
| /// @domName PageTransitionEvent
|
| interface PageTransitionEvent extends Event {
|
|
|
| @@ -39046,6 +39201,9 @@ interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
|
| /** @domName SVGSVGElement.currentTranslate */
|
| final SVGPoint currentTranslate;
|
|
|
| + /** @domName SVGSVGElement.currentView */
|
| + final SVGViewSpec currentView;
|
| +
|
| /** @domName SVGSVGElement.height */
|
| final SVGAnimatedLength height;
|
|
|
| @@ -39062,7 +39220,7 @@ interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
|
| final num screenPixelToMillimeterY;
|
|
|
| /** @domName SVGSVGElement.useCurrentView */
|
| - bool useCurrentView;
|
| + final bool useCurrentView;
|
|
|
| /** @domName SVGSVGElement.viewport */
|
| final SVGRect viewport;
|
| @@ -39611,7 +39769,10 @@ interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
|
| // WARNING: Do not edit - generated code.
|
|
|
| /// @domName SVGViewSpec
|
| -interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox {
|
| +interface SVGViewSpec {
|
| +
|
| + /** @domName SVGViewSpec.preserveAspectRatio */
|
| + final SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
|
|
| /** @domName SVGViewSpec.preserveAspectRatioString */
|
| final String preserveAspectRatioString;
|
| @@ -39622,6 +39783,9 @@ interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox {
|
| /** @domName SVGViewSpec.transformString */
|
| final String transformString;
|
|
|
| + /** @domName SVGViewSpec.viewBox */
|
| + final SVGAnimatedRect viewBox;
|
| +
|
| /** @domName SVGViewSpec.viewBoxString */
|
| final String viewBoxString;
|
|
|
| @@ -39630,6 +39794,9 @@ interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox {
|
|
|
| /** @domName SVGViewSpec.viewTargetString */
|
| final String viewTargetString;
|
| +
|
| + /** @domName SVGViewSpec.zoomAndPan */
|
| + int zoomAndPan;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -39919,9 +40086,6 @@ interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider
|
| /** @domName ShadowRoot.innerHTML */
|
| String innerHTML;
|
|
|
| - /** @domName ShadowRoot.selection */
|
| - final DOMSelection selection;
|
| -
|
| /** @domName ShadowRoot.getElementById */
|
| Element getElementById(String elementId);
|
|
|
| @@ -39933,6 +40097,9 @@ interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider
|
|
|
| /** @domName ShadowRoot.getElementsByTagNameNS */
|
| NodeList getElementsByTagNameNS(String namespaceURI, String localName);
|
| +
|
| + /** @domName ShadowRoot.getSelection */
|
| + DOMSelection getSelection();
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -42796,18 +42963,6 @@ interface WebKitCSSFilterValue extends CSSValueList {
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -/// @domName WebKitCSSRegionRule
|
| -interface WebKitCSSRegionRule extends CSSRule {
|
| -
|
| - /** @domName WebKitCSSRegionRule.cssRules */
|
| - final CSSRuleList cssRules;
|
| -}
|
| -// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| -// for 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.
|
| -
|
| /// @domName WebKitMutationObserver
|
| interface WebKitMutationObserver {
|
|
|
| @@ -42829,8 +42984,11 @@ interface WebKitNamedFlow {
|
| /** @domName WebKitNamedFlow.contentNodes */
|
| final NodeList contentNodes;
|
|
|
| - /** @domName WebKitNamedFlow.overflow */
|
| - final bool overflow;
|
| + /** @domName WebKitNamedFlow.name */
|
| + final String name;
|
| +
|
| + /** @domName WebKitNamedFlow.overset */
|
| + final bool overset;
|
|
|
| /** @domName WebKitNamedFlow.getRegionsByContentNode */
|
| NodeList getRegionsByContentNode(Node contentNode);
|
| @@ -43073,6 +43231,9 @@ interface Window extends EventTarget {
|
| /** @domName DOMWindow.outerWidth */
|
| final int outerWidth;
|
|
|
| + /** @domName DOMWindow.pagePopupController */
|
| + final PagePopupController pagePopupController;
|
| +
|
| /** @domName DOMWindow.pageXOffset */
|
| final int pageXOffset;
|
|
|
|
|