Skip to content
  • ch.dumez@sisa.samsung.com's avatar
    Stop using "in" keyword in IDL files · b2986f1d
    ch.dumez@sisa.samsung.com authored
    https://bugs.webkit.org/show_bug.cgi?id=115418
    
    Reviewed by Kentaro Hara.
    
    Source/WebCore:
    
    Stop using "in" keyword in IDL files as this is no longer part of the
    Web IDL specification and it brings no additional information.
    
    For now, the IDL parser will still accept the "in" keyword for operation
    argument to not break anything. However, we should remove support for it
    later on.
    
    No new tests, no behavior change.
    
    * Modules/battery/BatteryManager.idl:
    * Modules/encryptedmedia/MediaKeySession.idl:
    * Modules/encryptedmedia/MediaKeys.idl:
    * Modules/filesystem/DOMWindowFileSystem.idl:
    * Modules/filesystem/DirectoryEntry.idl:
    * Modules/filesystem/DirectoryEntrySync.idl:
    * Modules/filesystem/DirectoryReader.idl:
    * Modules/filesystem/EntriesCallback.idl:
    * Modules/filesystem/Entry.idl:
    * Modules/filesystem/EntryArray.idl:
    * Modules/filesystem/EntryArraySync.idl:
    * Modules/filesystem/EntryCallback.idl:
    * Modules/filesystem/EntrySync.idl:
    * Modules/filesystem/ErrorCallback.idl:
    * Modules/filesystem/FileCallback.idl:
    * Modules/filesystem/FileEntry.idl:
    * Modules/filesystem/FileSystemCallback.idl:
    * Modules/filesystem/FileWriter.idl:
    * Modules/filesystem/FileWriterCallback.idl:
    * Modules/filesystem/FileWriterSync.idl:
    * Modules/filesystem/MetadataCallback.idl:
    * Modules/filesystem/WorkerContextFileSystem.idl:
    * Modules/gamepad/GamepadList.idl:
    * Modules/geolocation/Geolocation.idl:
    * Modules/geolocation/PositionCallback.idl:
    * Modules/geolocation/PositionErrorCallback.idl:
    * Modules/indexeddb/IDBCursor.idl:
    * Modules/indexeddb/IDBDatabase.idl:
    * Modules/indexeddb/IDBFactory.idl:
    * Modules/indexeddb/IDBIndex.idl:
    * Modules/indexeddb/IDBKeyRange.idl:
    * Modules/indexeddb/IDBObjectStore.idl:
    * Modules/indexeddb/IDBRequest.idl:
    * Modules/indexeddb/IDBTransaction.idl:
    * Modules/mediasource/MediaSource.idl:
    * Modules/mediasource/SourceBuffer.idl:
    * Modules/mediasource/SourceBufferList.idl:
    * Modules/mediastream/MediaStream.idl:
    * Modules/mediastream/MediaStreamTrack.idl:
    * Modules/mediastream/NavigatorMediaStream.idl:
    * Modules/mediastream/NavigatorUserMediaErrorCallback.idl:
    * Modules/mediastream/NavigatorUserMediaSuccessCallback.idl:
    * Modules/mediastream/RTCDTMFSender.idl:
    * Modules/mediastream/RTCDataChannel.idl:
    * Modules/mediastream/RTCErrorCallback.idl:
    * Modules/mediastream/RTCIceCandidate.idl:
    * Modules/mediastream/RTCPeerConnection.idl:
    * Modules/mediastream/RTCSessionDescription.idl:
    * Modules/mediastream/RTCSessionDescriptionCallback.idl:
    * Modules/mediastream/RTCStatsCallback.idl:
    * Modules/mediastream/RTCStatsReport.idl:
    * Modules/mediastream/RTCStatsResponse.idl:
    * Modules/navigatorcontentutils/NavigatorContentUtils.idl:
    * Modules/networkinfo/NetworkInfoConnection.idl:
    * Modules/notifications/Notification.idl:
    * Modules/notifications/NotificationCenter.idl:
    * Modules/notifications/NotificationPermissionCallback.idl:
    * Modules/quota/StorageErrorCallback.idl:
    * Modules/quota/StorageInfo.idl:
    * Modules/quota/StorageQuota.idl:
    * Modules/quota/StorageQuotaCallback.idl:
    * Modules/quota/StorageUsageCallback.idl:
    * Modules/speech/SpeechGrammarList.idl:
    * Modules/speech/SpeechRecognition.idl:
    * Modules/speech/SpeechRecognitionResult.idl:
    * Modules/speech/SpeechRecognitionResultList.idl:
    * Modules/speech/SpeechSynthesisUtterance.idl:
    * Modules/vibration/NavigatorVibration.idl:
    * Modules/webaudio/AnalyserNode.idl:
    * Modules/webaudio/AudioBuffer.idl:
    * Modules/webaudio/AudioBufferCallback.idl:
    * Modules/webaudio/AudioBufferSourceNode.idl:
    * Modules/webaudio/AudioContext.idl:
    * Modules/webaudio/AudioListener.idl:
    * Modules/webaudio/AudioNode.idl:
    * Modules/webaudio/AudioParam.idl:
    * Modules/webaudio/BiquadFilterNode.idl:
    * Modules/webaudio/OfflineAudioContext.idl:
    * Modules/webaudio/OscillatorNode.idl:
    * Modules/webaudio/PannerNode.idl:
    * Modules/webdatabase/DOMWindowWebDatabase.idl:
    * Modules/webdatabase/Database.idl:
    * Modules/webdatabase/DatabaseCallback.idl:
    * Modules/webdatabase/DatabaseSync.idl:
    * Modules/webdatabase/SQLResultSetRowList.idl:
    * Modules/webdatabase/SQLStatementCallback.idl:
    * Modules/webdatabase/SQLStatementErrorCallback.idl:
    * Modules/webdatabase/SQLTransaction.idl:
    * Modules/webdatabase/SQLTransactionCallback.idl:
    * Modules/webdatabase/SQLTransactionErrorCallback.idl:
    * Modules/webdatabase/SQLTransactionSync.idl:
    * Modules/webdatabase/SQLTransactionSyncCallback.idl:
    * Modules/webdatabase/WorkerContextWebDatabase.idl:
    * Modules/websockets/WebSocket.idl:
    * bindings/scripts/test/TestCallback.idl:
    * bindings/scripts/test/TestCustomNamedGetter.idl:
    * bindings/scripts/test/TestDomainSecurity.idl:
    * bindings/scripts/test/TestEventTarget.idl:
    * bindings/scripts/test/TestInterface.idl:
    * bindings/scripts/test/TestMediaQueryListListener.idl:
    * bindings/scripts/test/TestNamedConstructor.idl:
    * bindings/scripts/test/TestObj.idl:
    * bindings/scripts/test/TestOverloadedConstructors.idl:
    * bindings/scripts/test/TestSerializedScriptValueInterface.idl:
    * bindings/scripts/test/TestSupplemental.idl:
    * bindings/scripts/test/TestTypedArray.idl:
    * bindings/scripts/test/TestTypedefs.idl:
    * css/CSSHostRule.idl:
    * css/CSSMediaRule.idl:
    * css/CSSPrimitiveValue.idl:
    * css/CSSRuleList.idl:
    * css/CSSStyleDeclaration.idl:
    * css/CSSStyleSheet.idl:
    * css/CSSSupportsRule.idl:
    * css/CSSValueList.idl:
    * css/FontLoader.idl:
    * css/MediaList.idl:
    * css/MediaQueryList.idl:
    * css/MediaQueryListListener.idl:
    * css/StyleMedia.idl:
    * css/StyleSheetList.idl:
    * css/WebKitCSSKeyframesRule.idl:
    * css/WebKitCSSMatrix.idl:
    * dom/CharacterData.idl:
    * dom/ClientRectList.idl:
    * dom/Clipboard.idl:
    * dom/CompositionEvent.idl:
    * dom/CustomEvent.idl:
    * dom/DOMImplementation.idl:
    * dom/DOMNamedFlowCollection.idl:
    * dom/DOMStringList.idl:
    * dom/DataTransferItem.idl:
    * dom/DataTransferItemList.idl:
    * dom/DeviceMotionEvent.idl:
    * dom/DeviceOrientationEvent.idl:
    * dom/Document.idl:
    * dom/DocumentFragment.idl:
    * dom/Element.idl:
    * dom/Event.idl:
    * dom/EventListener.idl:
    * dom/EventTarget.idl:
    * dom/HashChangeEvent.idl:
    * dom/KeyboardEvent.idl:
    * dom/MessageEvent.idl:
    * dom/MessagePort.idl:
    * dom/MouseEvent.idl:
    * dom/MutationEvent.idl:
    * dom/MutationObserver.idl:
    * dom/NamedNodeMap.idl:
    * dom/Node.idl:
    * dom/NodeFilter.idl:
    * dom/NodeList.idl:
    * dom/OverflowEvent.idl:
    * dom/PropertyNodeList.idl:
    * dom/Range.idl:
    * dom/RequestAnimationFrameCallback.idl:
    * dom/ShadowRoot.idl:
    * dom/StringCallback.idl:
    * dom/Text.idl:
    * dom/TextEvent.idl:
    * dom/TouchEvent.idl:
    * dom/TouchList.idl:
    * dom/UIEvent.idl:
    * dom/WebKitNamedFlow.idl:
    * dom/WheelEvent.idl:
    * fileapi/Blob.idl:
    * fileapi/FileList.idl:
    * fileapi/FileReader.idl:
    * fileapi/FileReaderSync.idl:
    * html/DOMFormData.idl:
    * html/DOMTokenList.idl:
    * html/DOMURL.idl:
    * html/HTMLAllCollection.idl:
    * html/HTMLAudioElement.idl:
    * html/HTMLButtonElement.idl:
    * html/HTMLCanvasElement.idl:
    * html/HTMLCollection.idl:
    * html/HTMLDocument.idl:
    * html/HTMLElement.idl:
    * html/HTMLFieldSetElement.idl:
    * html/HTMLFormControlsCollection.idl:
    * html/HTMLInputElement.idl:
    * html/HTMLKeygenElement.idl:
    * html/HTMLMediaElement.idl:
    * html/HTMLObjectElement.idl:
    * html/HTMLOptionElement.idl:
    * html/HTMLOptionsCollection.idl:
    * html/HTMLOutputElement.idl:
    * html/HTMLPropertiesCollection.idl:
    * html/HTMLSelectElement.idl:
    * html/HTMLTableElement.idl:
    * html/HTMLTableRowElement.idl:
    * html/HTMLTableSectionElement.idl:
    * html/HTMLTextAreaElement.idl:
    * html/MediaController.idl:
    * html/TimeRanges.idl:
    * html/canvas/ArrayBuffer.idl:
    * html/canvas/CanvasGradient.idl:
    * html/canvas/CanvasRenderingContext2D.idl:
    * html/canvas/DOMPath.idl:
    * html/canvas/DataView.idl:
    * html/canvas/EXTDrawBuffers.idl:
    * html/canvas/Float32Array.idl:
    * html/canvas/Float64Array.idl:
    * html/canvas/Int16Array.idl:
    * html/canvas/Int32Array.idl:
    * html/canvas/Int8Array.idl:
    * html/canvas/OESVertexArrayObject.idl:
    * html/canvas/Uint16Array.idl:
    * html/canvas/Uint32Array.idl:
    * html/canvas/Uint8Array.idl:
    * html/canvas/Uint8ClampedArray.idl:
    * html/canvas/WebGLDebugShaders.idl:
    * html/canvas/WebGLRenderingContext.idl:
    * html/track/AudioTrackList.idl:
    * html/track/TextTrack.idl:
    * html/track/TextTrackCue.idl:
    * html/track/TextTrackCueList.idl:
    * html/track/TextTrackList.idl:
    * html/track/TextTrackRegionList.idl:
    * html/track/VideoTrackList.idl:
    * inspector/InjectedScriptHost.idl:
    * inspector/InspectorFrontendHost.idl:
    * inspector/JavaScriptCallFrame.idl:
    * loader/appcache/DOMApplicationCache.idl:
    * page/Console.idl:
    * page/Crypto.idl:
    * page/DOMSecurityPolicy.idl:
    * page/DOMSelection.idl:
    * page/DOMWindow.idl:
    * page/EventSource.idl:
    * page/History.idl:
    * page/Location.idl:
    * page/PagePopupController.idl:
    * page/Performance.idl:
    * page/PerformanceEntryList.idl:
    * page/SpeechInputResultList.idl:
    * plugins/DOMMimeTypeArray.idl:
    * plugins/DOMPlugin.idl:
    * plugins/DOMPluginArray.idl:
    * storage/Storage.idl:
    * storage/StorageEvent.idl:
    * svg/ElementTimeControl.idl:
    * svg/SVGAngle.idl:
    * svg/SVGColor.idl:
    * svg/SVGDocument.idl:
    * svg/SVGElementInstanceList.idl:
    * svg/SVGFEDropShadowElement.idl:
    * svg/SVGFEGaussianBlurElement.idl:
    * svg/SVGFEMorphologyElement.idl:
    * svg/SVGFilterElement.idl:
    * svg/SVGLength.idl:
    * svg/SVGLengthList.idl:
    * svg/SVGLocatable.idl:
    * svg/SVGMarkerElement.idl:
    * svg/SVGMatrix.idl:
    * svg/SVGNumberList.idl:
    * svg/SVGPaint.idl:
    * svg/SVGPathElement.idl:
    * svg/SVGPathSegList.idl:
    * svg/SVGPoint.idl:
    * svg/SVGPointList.idl:
    * svg/SVGSVGElement.idl:
    * svg/SVGStringList.idl:
    * svg/SVGStyledElement.idl:
    * svg/SVGTests.idl:
    * svg/SVGTextContentElement.idl:
    * svg/SVGTransform.idl:
    * svg/SVGTransformList.idl:
    * testing/InternalSettings.idl:
    * testing/Internals.idl:
    * workers/AbstractWorker.idl:
    * workers/DedicatedWorkerContext.idl:
    * workers/SharedWorker.idl:
    * workers/Worker.idl:
    * workers/WorkerContext.idl:
    * xml/DOMParser.idl:
    * xml/XMLHttpRequest.idl:
    * xml/XMLHttpRequestUpload.idl:
    * xml/XMLSerializer.idl:
    * xml/XPathEvaluator.idl:
    * xml/XPathExpression.idl:
    * xml/XPathNSResolver.idl:
    * xml/XPathResult.idl:
    * xml/XSLTProcessor.idl:
    
    Source/WebKit/win:
    
    Remove "in" keyword from IDL files as this is no longer part of the Web
    IDL specification.
    
    * Interfaces/DOMEvents.idl:
    * Interfaces/DOMPrivate.idl:
    * Interfaces/DOMWindow.idl:
    
    Tools:
    
    Remove "in" keyword from IDL files as this is no longer part of the Web
    IDL specification.
    
    * WebKitTestRunner/InjectedBundle/Bindings/AccessibilityController.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/AccessibilityTextMarker.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/AccessibilityTextMarkerRange.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/AccessibilityUIElement.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/GCController.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:
    * WebKitTestRunner/InjectedBundle/Bindings/TextInputController.idl:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@149368 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b2986f1d