| Index: lib/html/dartium/html_dartium.dart
|
| diff --git a/lib/html/dartium/html_dartium.dart b/lib/html/dartium/html_dartium.dart
|
| index 0ce72c9c60d27a32538d70213680750a7e5deb78..db2a374cce13a274ab5a3de493b876a23b641817 100644
|
| --- a/lib/html/dartium/html_dartium.dart
|
| +++ b/lib/html/dartium/html_dartium.dart
|
| @@ -4049,10 +4049,6 @@ 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";
|
| @@ -5183,17 +5179,6 @@ 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";
|
| @@ -5909,8 +5894,6 @@ 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";
|
| @@ -6240,6 +6223,13 @@ 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
|
| @@ -7419,6 +7409,12 @@ 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) {
|
| @@ -10489,8 +10485,6 @@ 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";
|
| @@ -11381,9 +11375,6 @@ 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
|
| @@ -11579,32 +11570,12 @@ class _HTMLMediaElementImpl extends _HTMLElementImpl implements MediaElement {
|
|
|
| void _webkitGenerateKeyRequest_2(keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_2_Callback";
|
|
|
| - void webkitSourceAbort(String id) {
|
| - _webkitSourceAbort(id);
|
| - return;
|
| - }
|
| -
|
| - void _webkitSourceAbort(id) native "HTMLMediaElement_webkitSourceAbort_Callback";
|
| -
|
| - void webkitSourceAddId(String id, String type) {
|
| - _webkitSourceAddId(id, type);
|
| + void webkitSourceAppend(Uint8Array data) {
|
| + _webkitSourceAppend(data);
|
| return;
|
| }
|
|
|
| - 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 _webkitSourceAppend(data) native "HTMLMediaElement_webkitSourceAppend_Callback";
|
|
|
| void webkitSourceEndOfStream(int status) {
|
| _webkitSourceEndOfStream(status);
|
| @@ -11613,13 +11584,6 @@ 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
|
| @@ -13143,7 +13107,7 @@ class _IDBFactoryImpl extends _DOMWrapperBase implements IDBFactory {
|
|
|
| class _IDBIndexImpl extends _DOMWrapperBase implements IDBIndex {
|
|
|
| - Dynamic get keyPath() native "IDBIndex_keyPath_Getter";
|
| + String get keyPath() native "IDBIndex_keyPath_Getter";
|
|
|
| bool get multiEntry() native "IDBIndex_multiEntry_Getter";
|
|
|
| @@ -13366,11 +13330,9 @@ 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";
|
|
|
| - Dynamic get keyPath() native "IDBObjectStore_keyPath_Getter";
|
| + String get keyPath() native "IDBObjectStore_keyPath_Getter";
|
|
|
| String get name() native "IDBObjectStore_name_Getter";
|
|
|
| @@ -14237,40 +14199,6 @@ 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
|
| @@ -16008,22 +15936,6 @@ 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";
|
| @@ -20661,8 +20573,6 @@ 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";
|
| @@ -20675,6 +20585,8 @@ 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";
|
| @@ -21610,35 +21522,6 @@ 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";
|
| @@ -21777,6 +21660,8 @@ 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);
|
| }
|
| @@ -21801,12 +21686,6 @@ 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 {
|
| @@ -24914,6 +24793,17 @@ 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";
|
| @@ -24951,9 +24841,7 @@ class _WebKitNamedFlowImpl extends _DOMWrapperBase implements WebKitNamedFlow {
|
|
|
| NodeList get contentNodes() native "WebKitNamedFlow_contentNodes_Getter";
|
|
|
| - String get name() native "WebKitNamedFlow_name_Getter";
|
| -
|
| - bool get overset() native "WebKitNamedFlow_overset_Getter";
|
| + bool get overflow() native "WebKitNamedFlow_overflow_Getter";
|
|
|
| NodeList getRegionsByContentNode(Node contentNode) {
|
| return _getRegionsByContentNode(contentNode);
|
| @@ -27153,6 +27041,8 @@ interface CSSRule {
|
|
|
| static final int WEBKIT_KEYFRAME_RULE = 8;
|
|
|
| + static final int WEBKIT_REGION_RULE = 10;
|
| +
|
| /** @domName CSSRule.cssText */
|
| String cssText;
|
|
|
| @@ -29327,9 +29217,6 @@ interface CanvasRenderingContext2D extends CanvasRenderingContext {
|
| /** @domName CanvasRenderingContext2D.webkitBackingStorePixelRatio */
|
| final num webkitBackingStorePixelRatio;
|
|
|
| - /** @domName CanvasRenderingContext2D.webkitImageSmoothingEnabled */
|
| - bool webkitImageSmoothingEnabled;
|
| -
|
| /** @domName CanvasRenderingContext2D.webkitLineDash */
|
| List webkitLineDash;
|
|
|
| @@ -29884,18 +29771,6 @@ 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 {
|
|
|
| @@ -30315,6 +30190,9 @@ 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
|
| @@ -30854,6 +30732,9 @@ interface Document extends HtmlElement {
|
| /** @domName Document.webkitExitFullscreen */
|
| void webkitExitFullscreen();
|
|
|
| + /** @domName Document.webkitGetFlowByName */
|
| + WebKitNamedFlow webkitGetFlowByName(String name);
|
| +
|
| }
|
|
|
| interface DocumentEvents extends ElementEvents {
|
| @@ -31911,9 +31792,6 @@ interface FieldSetElement extends Element default _Elements {
|
| /** @domName HTMLFieldSetElement.disabled */
|
| bool disabled;
|
|
|
| - /** @domName HTMLFieldSetElement.elements */
|
| - final HTMLCollection elements;
|
| -
|
| /** @domName HTMLFieldSetElement.form */
|
| final FormElement form;
|
|
|
| @@ -32900,7 +32778,7 @@ interface IDBFactory {
|
| interface IDBIndex {
|
|
|
| /** @domName IDBIndex.keyPath */
|
| - final Dynamic keyPath;
|
| + final String keyPath;
|
|
|
| /** @domName IDBIndex.multiEntry */
|
| final bool multiEntry;
|
| @@ -32990,14 +32868,11 @@ 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 Dynamic keyPath;
|
| + final String keyPath;
|
|
|
| /** @domName IDBObjectStore.name */
|
| final String name;
|
| @@ -33844,7 +33719,7 @@ interface LinkElement extends Element default _Elements {
|
| // WARNING: Do not edit - generated code.
|
|
|
| /// @domName LocalMediaStream
|
| -interface LocalMediaStream extends MediaStream, EventTarget {
|
| +interface LocalMediaStream extends MediaStream {
|
|
|
| /** @domName LocalMediaStream.stop */
|
| void stop();
|
| @@ -34191,23 +34066,11 @@ 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(String id, Uint8Array data);
|
| -
|
| - /** @domName HTMLMediaElement.webkitSourceBuffered */
|
| - TimeRanges webkitSourceBuffered(String id);
|
| + void webkitSourceAppend(Uint8Array data);
|
|
|
| /** @domName HTMLMediaElement.webkitSourceEndOfStream */
|
| void webkitSourceEndOfStream(int status);
|
| -
|
| - /** @domName HTMLMediaElement.webkitSourceRemoveId */
|
| - void webkitSourceRemoveId(String id);
|
| }
|
|
|
| interface MediaElementEvents extends ElementEvents {
|
| @@ -34219,12 +34082,6 @@ 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
|
| @@ -35668,18 +35525,6 @@ 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 {
|
|
|
| @@ -39201,9 +39046,6 @@ 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;
|
|
|
| @@ -39220,7 +39062,7 @@ interface SVGSVGElement extends SVGElement, SVGTests, SVGLangSpace, SVGExternalR
|
| final num screenPixelToMillimeterY;
|
|
|
| /** @domName SVGSVGElement.useCurrentView */
|
| - final bool useCurrentView;
|
| + bool useCurrentView;
|
|
|
| /** @domName SVGSVGElement.viewport */
|
| final SVGRect viewport;
|
| @@ -39769,10 +39611,7 @@ interface SVGViewElement extends SVGElement, SVGExternalResourcesRequired, SVGFi
|
| // WARNING: Do not edit - generated code.
|
|
|
| /// @domName SVGViewSpec
|
| -interface SVGViewSpec {
|
| -
|
| - /** @domName SVGViewSpec.preserveAspectRatio */
|
| - final SVGAnimatedPreserveAspectRatio preserveAspectRatio;
|
| +interface SVGViewSpec extends SVGZoomAndPan, SVGFitToViewBox {
|
|
|
| /** @domName SVGViewSpec.preserveAspectRatioString */
|
| final String preserveAspectRatioString;
|
| @@ -39783,9 +39622,6 @@ interface SVGViewSpec {
|
| /** @domName SVGViewSpec.transformString */
|
| final String transformString;
|
|
|
| - /** @domName SVGViewSpec.viewBox */
|
| - final SVGAnimatedRect viewBox;
|
| -
|
| /** @domName SVGViewSpec.viewBoxString */
|
| final String viewBoxString;
|
|
|
| @@ -39794,9 +39630,6 @@ interface SVGViewSpec {
|
|
|
| /** @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
|
| @@ -40086,6 +39919,9 @@ interface ShadowRoot extends DocumentFragment default _ShadowRootFactoryProvider
|
| /** @domName ShadowRoot.innerHTML */
|
| String innerHTML;
|
|
|
| + /** @domName ShadowRoot.selection */
|
| + final DOMSelection selection;
|
| +
|
| /** @domName ShadowRoot.getElementById */
|
| Element getElementById(String elementId);
|
|
|
| @@ -40097,9 +39933,6 @@ 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
|
| @@ -42963,6 +42796,18 @@ 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 {
|
|
|
| @@ -42984,11 +42829,8 @@ interface WebKitNamedFlow {
|
| /** @domName WebKitNamedFlow.contentNodes */
|
| final NodeList contentNodes;
|
|
|
| - /** @domName WebKitNamedFlow.name */
|
| - final String name;
|
| -
|
| - /** @domName WebKitNamedFlow.overset */
|
| - final bool overset;
|
| + /** @domName WebKitNamedFlow.overflow */
|
| + final bool overflow;
|
|
|
| /** @domName WebKitNamedFlow.getRegionsByContentNode */
|
| NodeList getRegionsByContentNode(Node contentNode);
|
| @@ -43231,9 +43073,6 @@ interface Window extends EventTarget {
|
| /** @domName DOMWindow.outerWidth */
|
| final int outerWidth;
|
|
|
| - /** @domName DOMWindow.pagePopupController */
|
| - final PagePopupController pagePopupController;
|
| -
|
| /** @domName DOMWindow.pageXOffset */
|
| final int pageXOffset;
|
|
|
|
|