1919
2020import org .htmlunit .BrowserVersion ;
2121import org .htmlunit .javascript .HtmlUnitScriptable ;
22- import org .htmlunit .javascript .host .ActiveXObject ;
2322import org .htmlunit .javascript .host .AudioScheduledSourceNode ;
2423import org .htmlunit .javascript .host .BarProp ;
2524import org .htmlunit .javascript .host .BatteryManager ;
4241import org .htmlunit .javascript .host .MimeType ;
4342import org .htmlunit .javascript .host .MimeTypeArray ;
4443import org .htmlunit .javascript .host .NamedNodeMap ;
45- import org .htmlunit .javascript .host .Namespace ;
46- import org .htmlunit .javascript .host .NamespaceCollection ;
4744import org .htmlunit .javascript .host .Navigator ;
4845import org .htmlunit .javascript .host .Notification ;
4946import org .htmlunit .javascript .host .PerformanceObserver ;
247244import org .htmlunit .javascript .host .html .DataTransfer ;
248245import org .htmlunit .javascript .host .html .HTMLAllCollection ;
249246import org .htmlunit .javascript .host .html .HTMLAnchorElement ;
250- import org .htmlunit .javascript .host .html .HTMLAppletElement ;
251247import org .htmlunit .javascript .host .html .HTMLAreaElement ;
252248import org .htmlunit .javascript .host .html .HTMLAudioElement ;
253249import org .htmlunit .javascript .host .html .HTMLBGSoundElement ;
254250import org .htmlunit .javascript .host .html .HTMLBRElement ;
255251import org .htmlunit .javascript .host .html .HTMLBaseElement ;
256- import org .htmlunit .javascript .host .html .HTMLBaseFontElement ;
257252import org .htmlunit .javascript .host .html .HTMLBlockElement ;
258253import org .htmlunit .javascript .host .html .HTMLBodyElement ;
259254import org .htmlunit .javascript .host .html .HTMLButtonElement ;
260255import org .htmlunit .javascript .host .html .HTMLCanvasElement ;
261256import org .htmlunit .javascript .host .html .HTMLCollection ;
262- import org .htmlunit .javascript .host .html .HTMLDDElement ;
263257import org .htmlunit .javascript .host .html .HTMLDListElement ;
264- import org .htmlunit .javascript .host .html .HTMLDTElement ;
265258import org .htmlunit .javascript .host .html .HTMLDataElement ;
266259import org .htmlunit .javascript .host .html .HTMLDataListElement ;
267260import org .htmlunit .javascript .host .html .HTMLDetailsElement ;
283276import org .htmlunit .javascript .host .html .HTMLHtmlElement ;
284277import org .htmlunit .javascript .host .html .HTMLIFrameElement ;
285278import org .htmlunit .javascript .host .html .HTMLImageElement ;
286- import org .htmlunit .javascript .host .html .HTMLInlineQuotationElement ;
287279import org .htmlunit .javascript .host .html .HTMLInputElement ;
288- import org .htmlunit .javascript .host .html .HTMLIsIndexElement ;
289280import org .htmlunit .javascript .host .html .HTMLLIElement ;
290281import org .htmlunit .javascript .host .html .HTMLLabelElement ;
291282import org .htmlunit .javascript .host .html .HTMLLegendElement ;
298289import org .htmlunit .javascript .host .html .HTMLMetaElement ;
299290import org .htmlunit .javascript .host .html .HTMLMeterElement ;
300291import org .htmlunit .javascript .host .html .HTMLModElement ;
301- import org .htmlunit .javascript .host .html .HTMLNextIdElement ;
302292import org .htmlunit .javascript .host .html .HTMLOListElement ;
303293import org .htmlunit .javascript .host .html .HTMLObjectElement ;
304294import org .htmlunit .javascript .host .html .HTMLOptGroupElement ;
322312import org .htmlunit .javascript .host .html .HTMLTableCellElement ;
323313import org .htmlunit .javascript .host .html .HTMLTableColElement ;
324314import org .htmlunit .javascript .host .html .HTMLTableComponent ;
325- import org .htmlunit .javascript .host .html .HTMLTableDataCellElement ;
326315import org .htmlunit .javascript .host .html .HTMLTableElement ;
327- import org .htmlunit .javascript .host .html .HTMLTableHeaderCellElement ;
328316import org .htmlunit .javascript .host .html .HTMLTableRowElement ;
329317import org .htmlunit .javascript .host .html .HTMLTableSectionElement ;
330318import org .htmlunit .javascript .host .html .HTMLTemplateElement ;
@@ -561,10 +549,8 @@ public final class JavaScriptConfiguration extends AbstractJavaScriptConfigurati
561549
562550 @ SuppressWarnings ("unchecked" )
563551 static final Class <? extends HtmlUnitScriptable >[] CLASSES_ = new Class [] {
564- AbstractList .class , AbstractRange .class ,
565- ActiveXObject .class , AnalyserNode .class ,
566- Animation .class , AnimationEvent .class ,
567- Atomics .class ,
552+ AbstractList .class , AbstractRange .class , AnalyserNode .class ,
553+ Animation .class , AnimationEvent .class , Atomics .class ,
568554 Attr .class , Audio .class , AudioBuffer .class ,
569555 AudioBufferSourceNode .class , AudioContext .class , AudioDestinationNode .class , AudioListener .class ,
570556 AudioNode .class , AudioParam .class , AudioProcessingEvent .class , AudioScheduledSourceNode .class ,
@@ -577,8 +563,8 @@ public final class JavaScriptConfiguration extends AbstractJavaScriptConfigurati
577563 CDATASection .class , ChannelMergerNode .class , ChannelSplitterNode .class , CharacterData .class , ClientRect .class ,
578564 ClientRectList .class , ClipboardEvent .class ,
579565 CloseEvent .class , Comment .class , CompositionEvent .class , ComputedCSSStyleDeclaration .class ,
580- ConstantSourceNode .class ,
581- ConvolverNode . class , Coordinates . class , Credential .class , CredentialsContainer .class , Crypto .class ,
566+ ConstantSourceNode .class , ConvolverNode . class , Coordinates . class ,
567+ Credential .class , CredentialsContainer .class , Crypto .class ,
582568 CryptoKey .class , CSS .class , CSSConditionRule .class ,
583569 CSSCounterStyleRule .class , CSSFontFaceRule .class , CSSGroupingRule .class , CSSImportRule .class ,
584570 CSSKeyframeRule .class , CSSKeyframesRule .class , CSSMediaRule .class , CSSNamespaceRule .class , CSSPageRule .class ,
@@ -601,33 +587,31 @@ public final class JavaScriptConfiguration extends AbstractJavaScriptConfigurati
601587 FocusEvent .class , FontFace .class ,
602588 FontFaceSet .class , FormData .class , GainNode .class , Gamepad .class ,
603589 GamepadButton .class , GamepadEvent .class , Geolocation .class , HashChangeEvent .class , Headers .class , History .class ,
604- HTMLAllCollection .class ,
605- HTMLAnchorElement .class , HTMLAppletElement .class , HTMLAreaElement .class , HTMLAudioElement .class ,
606- HTMLBaseElement .class , HTMLBaseFontElement .class , HTMLBGSoundElement .class , HTMLBlockElement .class ,
590+ HTMLAllCollection .class , HTMLAnchorElement .class , HTMLAreaElement .class , HTMLAudioElement .class ,
591+ HTMLBaseElement .class , HTMLBGSoundElement .class , HTMLBlockElement .class ,
607592 HTMLBodyElement .class , HTMLBRElement .class , HTMLButtonElement .class ,
608593 HTMLCanvasElement .class , HTMLCollection .class ,
609594 HTMLDataElement .class , HTMLDataListElement .class ,
610- HTMLDDElement . class , HTMLDetailsElement .class , HTMLDialogElement .class , HTMLDirectoryElement .class ,
611- HTMLDivElement .class , HTMLDListElement .class , HTMLDocument .class , HTMLDTElement . class , HTMLElement .class ,
595+ HTMLDetailsElement .class , HTMLDialogElement .class , HTMLDirectoryElement .class ,
596+ HTMLDivElement .class , HTMLDListElement .class , HTMLDocument .class , HTMLElement .class ,
612597 HTMLEmbedElement .class , HTMLFieldSetElement .class ,
613598 HTMLFontElement .class , HTMLFormControlsCollection .class , HTMLFormElement .class , HTMLFrameElement .class ,
614599 HTMLFrameSetElement .class ,
615600 HTMLHeadElement .class , HTMLHeadingElement .class , HTMLHRElement .class , HTMLHtmlElement .class ,
616- HTMLIFrameElement .class , HTMLImageElement .class , HTMLInlineQuotationElement .class , HTMLInputElement .class ,
617- HTMLIsIndexElement .class , HTMLLabelElement .class ,
601+ HTMLIFrameElement .class , HTMLImageElement .class , HTMLInputElement .class , HTMLLabelElement .class ,
618602 HTMLLegendElement .class , HTMLLIElement .class , HTMLLinkElement .class , HTMLListElement .class ,
619603 HTMLMapElement .class , HTMLMarqueeElement .class ,
620604 HTMLMediaElement .class , HTMLMenuElement .class , HTMLMetaElement .class ,
621- HTMLMeterElement .class , HTMLModElement .class , HTMLNextIdElement . class ,
605+ HTMLMeterElement .class , HTMLModElement .class ,
622606 HTMLObjectElement .class , HTMLOListElement .class , HTMLOptGroupElement .class ,
623607 HTMLOptionElement .class , HTMLOptionsCollection .class , HTMLOutputElement .class ,
624608 HTMLParagraphElement .class , HTMLParamElement .class , HTMLPhraseElement .class , HTMLPictureElement .class ,
625609 HTMLPreElement .class , HTMLProgressElement .class , HTMLQuoteElement .class , HTMLScriptElement .class ,
626610 HTMLSelectElement .class , HTMLSlotElement .class , HTMLSourceElement .class ,
627611 HTMLSpanElement .class ,
628612 HTMLStyleElement .class , HTMLTableCaptionElement .class , HTMLTableCellElement .class , HTMLTableColElement .class ,
629- HTMLTableComponent .class , HTMLTableDataCellElement . class , HTMLTableElement .class ,
630- HTMLTableHeaderCellElement . class , HTMLTableRowElement .class , HTMLTableSectionElement .class ,
613+ HTMLTableComponent .class , HTMLTableElement .class ,
614+ HTMLTableRowElement .class , HTMLTableSectionElement .class ,
631615 HTMLTemplateElement .class , HTMLTextAreaElement .class , HTMLTimeElement .class ,
632616 HTMLTitleElement .class , HTMLTrackElement .class , HTMLUListElement .class , HTMLUnknownElement .class ,
633617 HTMLVideoElement .class ,
@@ -650,7 +634,6 @@ public final class JavaScriptConfiguration extends AbstractJavaScriptConfigurati
650634 MIDIInputMap .class , MIDIMessageEvent .class , MIDIOutput .class , MIDIOutputMap .class , MIDIPort .class ,
651635 MimeType .class , MimeTypeArray .class , MouseEvent .class , MouseScrollEvent .class ,
652636 MutationEvent .class , MutationObserver .class , MutationRecord .class , NamedNodeMap .class ,
653- Namespace .class , NamespaceCollection .class ,
654637 Navigator .class , NetworkInformation .class , Node .class , NodeFilter .class , NodeIterator .class ,
655638 NodeList .class , Notification .class ,
656639 OfflineAudioCompletionEvent .class ,
0 commit comments