gecko-dev/dom/webidl
Masayuki Nakano 23a22c597a Bug 1569902 - part 2: Stop using attribute to consider whether a `<br>` element is a special node for empty last line or not r=m_kato,smaug
Editor creates a `<br>` element to end of a block if last line
of the block is empty because caret should be placed as there is an empty
line.  Such special `<br>` element has `type` attribute whose value is "_moz".
However, adding/removing the attribute is expensive and such hacky attribute
shouldn't be referred nor changed by web apps.

Therefore, this patch makes `HTMLBRElement` take another specific flag whether
it's a special node for empty last line.  For making the meaning clearer,
this patch calls the such `<br>` elements as "padding `<br>` element for
empty last line" insead of "moz-br".  So, this patch also includes a lot of
renaming methods and variables, and modifying related comments.

Note that with this change, `IMEContentObserver` counts the padding `<br>`
element in `<textarea>` because it's inserted before setting the new flag
and setting the flag does not cause DOM tree mutation.  This issue will be
fixed by the following patches.

Differential Revision: https://phabricator.services.mozilla.com/D39858

--HG--
extra : moz-landing-system : lando
2019-08-02 05:45:18 +00:00
..
APZTestData.webidl Bug 1561698 - Check the layers id in hit-testing mochitests as well. r=botond,hsivonen 2019-07-01 07:12:24 +00:00
AbortController.webidl
AbortSignal.webidl
AbstractRange.webidl Bug 1444847 - part 1: Create `mozilla::dom::AbstractRange` r=smaug 2019-06-28 07:46:35 +00:00
AbstractWorker.webidl
AccessibleNode.webidl
AddonEvent.webidl Bug 1524325 Remove AddonEvent.needsRestart r=bzbarsky,kmag 2019-02-07 20:47:14 +00:00
AddonManager.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AnalyserNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Animatable.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Animation.webidl Bug 1253476 - Make whitespace in Web Animations WebIDL definitions more consistent; r=bzbarsky 2019-05-20 05:22:44 +00:00
AnimationEffect.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AnimationEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AnimationPlaybackEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AnimationTimeline.webidl
AnonymousContent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AppInfo.webidl
AppNotificationServiceOptions.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Attr.webidl
AudioBuffer.webidl
AudioBufferSourceNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AudioContext.webidl Bug 1324545 - Implement AudioContext getOutputTimestamp(). r=baku 2019-07-12 11:27:25 +00:00
AudioDestinationNode.webidl
AudioListener.webidl
AudioNode.webidl
AudioParam.webidl Bug 1524026 - part 2 : add test. r=padenot,smaug 2019-02-05 22:50:42 +00:00
AudioParamDescriptor.webidl
AudioParamMap.webidl
AudioProcessingEvent.webidl
AudioScheduledSourceNode.webidl
AudioTrack.webidl
AudioTrackList.webidl
AudioWorklet.webidl
AudioWorkletGlobalScope.webidl Bug 1542931 Add AudioWorkletProcessorConstructor r=bzbarsky 2019-06-11 15:45:45 +00:00
AudioWorkletNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AudioWorkletProcessor.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
AutocompleteInfo.webidl
BarProp.webidl
BaseAudioContext.webidl Bug 1324552 - Implement AudioContext baseLatency and outputLatency attributes. r=pehrsons,baku 2019-07-12 11:28:03 +00:00
BaseKeyframeTypes.webidl
BasicCardPayment.webidl Bug 1546859 add requestSecurityCode member to BasicCardRequest r=baku 2019-04-25 07:47:36 +00:00
BatteryManager.webidl
BeforeUnloadEvent.webidl
BiquadFilterNode.webidl Bug 1563728 - Throw when the three parameters of BiquadFilterNode.getFrequencyResponse aren't of the same size. r=baku 2019-07-05 20:34:47 +00:00
Blob.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
BlobEvent.webidl Add IDL source documentation for BlobEvent. No bug. r=peterv 2019-07-08 15:53:01 +00:00
BroadcastChannel.webidl
BrowserElement.webidl
BrowserElementDictionaries.webidl Bug 1527287 - Add support for "noreferrer" feature argument to window.open(); r=qdot 2019-04-24 20:29:19 -04:00
CDATASection.webidl
CSPDictionaries.webidl Bug 1386214 - Remove require-sri from the CSP-Module r=ckerschb,qdot 2019-03-26 21:58:48 +00:00
CSPReport.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CSS.webidl
CSS2Properties.webidl.in
CSSAnimation.webidl
CSSConditionRule.webidl
CSSCounterStyleRule.webidl
CSSFontFaceRule.webidl
CSSFontFeatureValuesRule.webidl
CSSGroupingRule.webidl
CSSImportRule.webidl
CSSKeyframeRule.webidl Bug 1552352 - Add extended attributes to CSSKeyframeRule.style. r=smaug 2019-06-24 20:22:46 +00:00
CSSKeyframesRule.webidl
CSSMediaRule.webidl
CSSMozDocumentRule.webidl
CSSNamespaceRule.webidl
CSSPageRule.webidl
CSSPseudoElement.webidl Bug 1528883 - Rename CSSPseudoElement.parentElement to CSSPseudoElement.element; r=bzbarsky 2019-02-22 03:12:19 +00:00
CSSRule.webidl
CSSRuleList.webidl
CSSStyleDeclaration.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
CSSStyleRule.webidl
CSSStyleSheet.webidl Bug 1545823 - Implement non-standard CSSStyleSheet.rules, CSSStyleSheet.addRule and CSSStyleSheet.removeRule. r=bzbarsky 2019-05-09 12:32:52 +00:00
CSSSupportsRule.webidl
CSSTransition.webidl
Cache.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CacheStorage.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CancelContentJSOptions.webidl Bug 1493225, part 3 - Cancel content JS when navigating through history to prevent hangs r=smaug 2019-04-30 23:31:46 +00:00
CanvasCaptureMediaStream.webidl
CanvasRenderingContext2D.webidl Bug 1514538 - Support DOMMatrix2DInit for addPath r=bzbarsky 2019-07-16 16:35:26 +00:00
CaretPosition.webidl
CaretStateChangedEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ChannelMergerNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ChannelSplitterNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CharacterData.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
CheckerboardReportService.webidl
ChildNode.webidl
ChildSHistory.webidl
ChromeNodeList.webidl
Client.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Clients.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Clipboard.webidl
ClipboardEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CloseEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CommandEvent.webidl
Comment.webidl
CompositionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Console.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ConstantSourceNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ConvolverNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Coordinates.webidl
CreateOfferRequest.webidl
CredentialManagement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Crypto.webidl
CustomElementRegistry.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
CustomEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DOMException.webidl
DOMImplementation.webidl
DOMMatrix.webidl Bug 1360475: Use union for DOMMatrix constructor r=bzbarsky 2019-07-16 21:12:38 +00:00
DOMParser.webidl Bug 467035 - Avoid leaking browser language via DTD r=Gijs,bzbarsky 2019-07-08 10:47:05 +00:00
DOMPoint.webidl Bug 1563504: Implement DOMPoint matrixTransform() r=bzbarsky 2019-07-06 06:55:53 +00:00
DOMQuad.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DOMRect.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DOMRectList.webidl
DOMRequest.webidl
DOMStringList.webidl
DOMStringMap.webidl
DOMTokenList.webidl
DataTransfer.webidl
DataTransferItem.webidl Bug 1570490. Remove some unnecessary argument name escapes. r=mccr8 2019-07-31 22:00:37 +00:00
DataTransferItemList.webidl
DecoderDoctorNotification.webidl
DedicatedWorkerGlobalScope.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DelayNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DeviceLightEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DeviceMotionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DeviceOrientationEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DeviceProximityEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Directory.webidl
Document.webidl Bug 1569677 - Part 2: Move HTMLDocument.userInteractionForTesting to Document; r=bzbarsky 2019-07-29 19:32:53 +00:00
DocumentFragment.webidl
DocumentOrShadowRoot.webidl
DocumentTimeline.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
DocumentType.webidl
DragEvent.webidl Add IDL source information to some event interfaces. No bug. r=smaug 2019-07-09 19:02:18 +00:00
DynamicsCompressorNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Element.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ErrorEvent.webidl Add IDL source information to some event interfaces. No bug. r=smaug 2019-07-09 19:02:18 +00:00
Event.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
EventHandler.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
EventListener.webidl
EventSource.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
EventTarget.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ExtendableEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ExtendableMessageEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
External.webidl
FailedCertSecurityInfo.webidl Bug 1555438 - Expose attributes from nsISiteSecurityService and failedCertChain info to content for about:certerror use. r=baku 2019-06-26 20:23:55 +00:00
FakePluginTagInit.webidl
FeaturePolicy.webidl Bug 1514474 - Implement FeaturePolicy.features(), r=ckerschb 2019-07-08 02:03:18 +00:00
Fetch.webidl
FetchEvent.webidl
FetchObserver.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
File.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
FileList.webidl
FileMode.webidl
FileReader.webidl
FileReaderSync.webidl
FileSystem.webidl Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8 2019-03-19 15:53:43 +00:00
FileSystemDirectoryEntry.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
FileSystemDirectoryReader.webidl Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8 2019-03-19 15:53:43 +00:00
FileSystemEntry.webidl
FileSystemFileEntry.webidl Bug 1535384 part 7. Get rid of MOZ_CAN_RUN_SCRIPT_BOUNDARY for filesystem callbacks. r=mccr8 2019-03-19 15:53:43 +00:00
FocusEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
FontFace.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
FontFaceSet.webidl Bug 1535384 part 10. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for FontFaceSetForEachCallback. r=heycam 2019-03-19 04:36:18 +00:00
FontFaceSetLoadEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
FontFaceSource.webidl
FormData.webidl
FrameCrashedEvent.webidl Bug 1565927 - Default FrameCrashedEvent's isTopFrame to true if never set. r=nika 2019-07-17 01:50:04 +00:00
FrameLoader.webidl bug 1562889 - Convert content-sessionStore to C++: add browser epochs support r=peterv 2019-07-11 09:46:14 +00:00
Function.webidl Bug 1535384 part 8. Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY for Web IDL Function. r=mccr8 2019-03-19 20:52:03 +00:00
FuzzingFunctions.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
GainNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Gamepad.webidl Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku 2019-05-29 22:44:24 +00:00
GamepadAxisMoveEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
GamepadButtonEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
GamepadEvent.webidl Add IDL source information to some event interfaces. No bug. r=smaug 2019-07-09 19:02:18 +00:00
GamepadHapticActuator.webidl
GamepadLightIndicator.webidl Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku 2019-05-29 22:44:24 +00:00
GamepadPose.webidl
GamepadServiceTest.webidl Bug 1523351 - Part 2: Add tests for GamepadTouch and GamepadLightIndicator. r=baku 2019-05-29 22:15:25 +00:00
GamepadTouch.webidl Bug 1523351 - Part 1: GamepadTouch and GamepadLightIndicator WebAPI implementation. r=baku 2019-05-29 22:44:24 +00:00
Geolocation.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
GeometryUtils.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
GetUserMediaRequest.webidl
Grid.webidl
HTMLAllCollection.webidl
HTMLAnchorElement.webidl
HTMLAreaElement.webidl
HTMLAudioElement.webidl
HTMLBRElement.webidl Bug 1569902 - part 2: Stop using attribute to consider whether a `<br>` element is a special node for empty last line or not r=m_kato,smaug 2019-08-02 05:45:18 +00:00
HTMLBaseElement.webidl
HTMLBodyElement.webidl Bug 1359269 - Part 4: Update HTML spec idl files to use attributes on types; r=bzbarsky 2019-03-02 04:21:31 +00:00
HTMLButtonElement.webidl
HTMLCanvasElement.webidl Bug 1570490. Remove some unnecessary argument name escapes. r=mccr8 2019-07-31 22:00:37 +00:00
HTMLCollection.webidl
HTMLDListElement.webidl
HTMLDataElement.webidl
HTMLDataListElement.webidl
HTMLDetailsElement.webidl
HTMLDialogElement.webidl
HTMLDirectoryElement.webidl
HTMLDivElement.webidl
HTMLDocument.webidl Bug 1569677 - Part 2: Move HTMLDocument.userInteractionForTesting to Document; r=bzbarsky 2019-07-29 19:32:53 +00:00
HTMLElement.webidl Bug 1374045: add 'preventScroll' option to HTMLElement's, SVGElement's and XULElement's 'focus' method r=smaug 2019-04-12 08:16:47 +00:00
HTMLEmbedElement.webidl
HTMLFieldSetElement.webidl
HTMLFontElement.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
HTMLFormControlsCollection.webidl
HTMLFormElement.webidl
HTMLFrameElement.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
HTMLFrameSetElement.webidl
HTMLHRElement.webidl
HTMLHeadElement.webidl
HTMLHeadingElement.webidl
HTMLHtmlElement.webidl
HTMLHyperlinkElementUtils.webidl
HTMLIFrameElement.webidl Bug 1514296 - Rename Document.policy to Document.featurePolicy, r=ckerschb 2019-07-08 00:10:56 +00:00
HTMLImageElement.webidl Bug 1501794 - Implement img decode API. r=bzbarsky,tnikkel 2019-04-02 08:56:54 -04:00
HTMLInputElement.webidl Bug 1553603 - Support "capture" attribute in Gecko and expose in GV. r=geckoview-reviewers,smaug,snorp,agi 2019-07-30 18:13:05 +00:00
HTMLLIElement.webidl
HTMLLabelElement.webidl
HTMLLegendElement.webidl
HTMLLinkElement.webidl Bug 1281135 - Make <link disabled> work and HTMLLinkElement.disabled reflect that attribute. r=bzbarsky 2019-04-19 13:31:05 +00:00
HTMLMapElement.webidl
HTMLMarqueeElement.webidl
HTMLMediaElement.webidl Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
HTMLMenuElement.webidl
HTMLMenuItemElement.webidl
HTMLMetaElement.webidl
HTMLMeterElement.webidl
HTMLModElement.webidl
HTMLOListElement.webidl
HTMLObjectElement.webidl Bug 1548773: Remove support for typemustmatch r=bzbarsky 2019-05-05 14:41:59 +00:00
HTMLOptGroupElement.webidl
HTMLOptionElement.webidl
HTMLOptionsCollection.webidl
HTMLOutputElement.webidl
HTMLParagraphElement.webidl
HTMLParamElement.webidl
HTMLPictureElement.webidl
HTMLPreElement.webidl
HTMLProgressElement.webidl
HTMLQuoteElement.webidl
HTMLScriptElement.webidl
HTMLSelectElement.webidl
HTMLSlotElement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
HTMLSourceElement.webidl
HTMLSpanElement.webidl
HTMLStyleElement.webidl
HTMLTableCaptionElement.webidl
HTMLTableCellElement.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
HTMLTableColElement.webidl
HTMLTableElement.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
HTMLTableRowElement.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
HTMLTableSectionElement.webidl
HTMLTemplateElement.webidl
HTMLTextAreaElement.webidl Bug 1359269 - Part 4: Update HTML spec idl files to use attributes on types; r=bzbarsky 2019-03-02 04:21:31 +00:00
HTMLTimeElement.webidl
HTMLTitleElement.webidl
HTMLTrackElement.webidl
HTMLUListElement.webidl
HTMLVideoElement.webidl Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky 2019-07-18 13:06:25 +00:00
HashChangeEvent.webidl Add IDL source information to some event interfaces. No bug. r=smaug 2019-07-09 19:02:18 +00:00
Headers.webidl
HiddenPluginEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
History.webidl
IDBCursor.webidl
IDBDatabase.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IDBFactory.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IDBFileHandle.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IDBFileRequest.webidl
IDBIndex.webidl Bug 1359269 - Part 8: Make it a hard error to apply type attributes on arguments, attrs, and dict members when it's unambiguous, update webidls; r=bzbarsky 2019-03-02 04:21:50 +00:00
IDBKeyRange.webidl
IDBMutableFile.webidl
IDBObjectStore.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IDBOpenDBRequest.webidl
IDBRequest.webidl
IDBTransaction.webidl
IDBVersionChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IIRFilterNode.webidl
IdleDeadline.webidl
ImageBitmap.webidl
ImageBitmapRenderingContext.webidl
ImageCapture.webidl
ImageCaptureErrorEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ImageData.webidl Bug 1350254 part 2. Switch ImageData to [Serializable]. r=baku 2019-06-25 06:44:38 +00:00
ImageDocument.webidl
InputEvent.webidl Add IDL source information to some event interfaces. No bug. r=smaug 2019-07-09 19:02:18 +00:00
InstallTrigger.webidl
IntersectionObserver.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IntlUtils.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
IterableIterator.webidl
KeyAlgorithm.webidl
KeyEvent.webidl
KeyIdsInitData.webidl
KeyboardEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
KeyframeAnimationOptions.webidl
KeyframeEffect.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
LegacyQueryInterface.webidl Bug 1568585. Stop implementing JS-exposed QueryInterface on Window. r=peterv 2019-07-25 14:31:10 +00:00
LinkStyle.webidl
LoadURIOptions.webidl Bug 1518454: Part 1, backend changes, add CSP to loadURIOptions dictionary and pass CSP explicitly from frontend to docshell. r=bz 2019-02-21 16:00:32 +01:00
Location.webidl
MIDIAccess.webidl
MIDIConnectionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MIDIInput.webidl
MIDIInputMap.webidl
MIDIMessageEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MIDIOptions.webidl
MIDIOutput.webidl
MIDIOutputMap.webidl
MIDIPort.webidl
MediaCapabilities.webidl
MediaDebugInfo.webidl Bug 1542674 - Make Media debug info machine parsable r=padenot,smaug,jya 2019-05-27 16:15:33 +00:00
MediaDeviceInfo.webidl
MediaDevices.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaElementAudioSourceNode.webidl Bug 1350973 - Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku 2019-07-11 20:09:58 +00:00
MediaEncryptedEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaError.webidl
MediaKeyError.webidl
MediaKeyMessageEvent.webidl
MediaKeySession.webidl
MediaKeyStatusMap.webidl
MediaKeySystemAccess.webidl Bug 1536102 - P2: Add encryption scheme to MediaKeySystemMediaCapability dictionary. r=smaug 2019-06-12 05:31:19 +00:00
MediaKeys.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaKeysRequestStatus.webidl
MediaList.webidl Bug 1359269 - Part 10: Make it a hard error to apply TreatNullAs on non-types; r=bzbarsky 2019-03-02 04:22:05 +00:00
MediaQueryList.webidl
MediaQueryListEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaRecorder.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaRecorderErrorEvent.webidl
MediaSource.webidl Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky 2019-07-18 13:06:25 +00:00
MediaStream.webidl
MediaStreamAudioDestinationNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaStreamAudioSourceNode.webidl Bug 1350973 - Implement new attributes MediaStreamAudioSourceNode.mediaStream and MediaElementAudioSourceNode.mediaElement. r=baku 2019-07-11 20:09:58 +00:00
MediaStreamError.webidl
MediaStreamEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MediaStreamTrack.webidl Bug 1493613 - Update muted state through MediaStreamTrackSource. r=bwc,smaug 2019-07-31 09:35:06 +00:00
MediaStreamTrackAudioSourceNode.webidl Bug 1324548 - Add MediaStreamTrackAudioSourceNode. r=pehrsons,baku 2019-04-10 12:14:17 +00:00
MediaStreamTrackEvent.webidl
MediaTrackConstraintSet.webidl
MediaTrackSettings.webidl Bug 1537986 - Add deviceId and groupId to all camera and microphone settings. r=jib,smaug 2019-06-04 12:07:31 +00:00
MediaTrackSupportedConstraints.webidl Bug 1561254 - Support groupId in constraints. r=achronop,jib,smaug 2019-07-30 16:28:44 +00:00
MerchantValidationEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MessageChannel.webidl
MessageEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MessagePort.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MimeType.webidl
MimeTypeArray.webidl
MouseEvent.webidl Bug 1178763, move UIEvent.pageX/pageY to MouseEvent, r=masayuki 2019-07-04 01:50:22 +00:00
MouseScrollEvent.webidl
MozApplicationEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MozFrameLoaderOwner.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
MutationEvent.webidl
MutationObserver.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
NamedNodeMap.webidl
NativeOSFileInternals.webidl
Navigator.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
NetDashboard.webidl
NetworkInformation.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
NetworkOptions.webidl
Node.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
Notification.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
NotificationEvent.webidl
NotifyPaintEvent.webidl
OfflineAudioCompletionEvent.webidl
OfflineAudioContext.webidl
OfflineResourceList.webidl
OffscreenCanvas.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
OscillatorNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PageTransitionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PaintRequest.webidl
PaintRequestList.webidl
PaintWorkletGlobalScope.webidl
PannerNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ParentNode.webidl
ParentSHistory.webidl
PaymentAddress.webidl
PaymentMethodChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PaymentRequest.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PaymentRequestUpdateEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PaymentResponse.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PeerConnectionImpl.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PeerConnectionObserver.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PeerConnectionObserverEnums.webidl Bug 1536631 - Part 1: Pass the necessary information to JS to build the appropriate errors to reject with. r=smaug,jib 2019-04-02 13:08:18 +00:00
Performance.webidl
PerformanceEntry.webidl
PerformanceEntryEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PerformanceMark.webidl
PerformanceMeasure.webidl
PerformanceNavigation.webidl
PerformanceNavigationTiming.webidl
PerformanceObserver.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PerformanceObserverEntryList.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PerformanceResourceTiming.webidl
PerformanceServerTiming.webidl
PerformanceTiming.webidl
PeriodicWave.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PermissionStatus.webidl
Permissions.webidl
Plugin.webidl
PluginArray.webidl
PluginCrashedEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PointerEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PopStateEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PopupBlockedEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Position.webidl
PositionError.webidl
Presentation.webidl
PresentationAvailability.webidl
PresentationConnection.webidl
PresentationConnectionAvailableEvent.webidl
PresentationConnectionCloseEvent.webidl
PresentationConnectionList.webidl
PresentationReceiver.webidl
PresentationRequest.webidl
ProcessingInstruction.webidl
ProfileTimelineMarker.webidl
ProgressEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Promise.webidl Bug 1535384 part 5. Eliminate MOZ_CAN_RUN_SCRIPT_BOUNDARY for mutation callbacks. r=mccr8 2019-03-19 15:14:11 +00:00
PromiseRejectionEvent.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
PushEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PushManager.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PushMessageData.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
PushSubscription.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
PushSubscriptionOptions.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
RTCCertificate.webidl Bug 1350254 part 10. Switch RTCCertificate to [Serializable]. r=baku 2019-06-25 06:49:06 +00:00
RTCConfiguration.webidl Bug 1529595: Remove "token" from RTCIceCredentialType, re-enable a web-platform-test, and fix a mochitest. r=smaug,jib 2019-04-25 20:58:12 +00:00
RTCDTMFSender.webidl
RTCDTMFToneChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCDataChannel.webidl Bug 1529695: Implement RTCDataChannel.negotiated. r=bwc,smaug 2019-05-16 23:11:46 +02:00
RTCDataChannelEvent.webidl
RTCIceCandidate.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCIdentityAssertion.webidl
RTCIdentityProvider.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCPeerConnection.webidl Bug 1551316 - Add pc.restartIce() method. r=bwc,smaug 2019-07-17 21:19:51 +00:00
RTCPeerConnectionIceEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCPeerConnectionStatic.webidl
RTCRtpReceiver.webidl Bug 1531803 - Part 6: Fire track events when that track has been added to a stream. r=jib,smaug 2019-04-29 15:52:03 +00:00
RTCRtpSender.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCRtpSources.webidl
RTCRtpTransceiver.webidl Bug 1531803 - Part 4: Remove some track-id-centric ChromeOnly API on RTCRtpTransceiver. r=jib,smaug 2019-04-29 15:52:00 +00:00
RTCSessionDescription.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
RTCStatsReport.webidl Bug 1531494 - remove all unimplemented RTCStats types from the WebIDL and prune related dead code r=bwc,smaug 2019-03-26 17:21:02 +00:00
RTCTrackEvent.webidl
RadioNodeList.webidl
Range.webidl Bug 1444847 - part 1: Create `mozilla::dom::AbstractRange` r=smaug 2019-06-28 07:46:35 +00:00
Reporting.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Request.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ResizeObserver.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Response.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SVGAElement.webidl
SVGAngle.webidl
SVGAnimateElement.webidl
SVGAnimateMotionElement.webidl
SVGAnimateTransformElement.webidl
SVGAnimatedAngle.webidl
SVGAnimatedBoolean.webidl
SVGAnimatedEnumeration.webidl
SVGAnimatedInteger.webidl
SVGAnimatedLength.webidl
SVGAnimatedLengthList.webidl
SVGAnimatedNumber.webidl
SVGAnimatedNumberList.webidl
SVGAnimatedPathData.webidl
SVGAnimatedPoints.webidl
SVGAnimatedPreserveAspectRatio.webidl
SVGAnimatedRect.webidl
SVGAnimatedString.webidl
SVGAnimatedTransformList.webidl
SVGAnimationElement.webidl
SVGCircleElement.webidl
SVGClipPathElement.webidl
SVGComponentTransferFunctionElement.webidl
SVGDefsElement.webidl
SVGDescElement.webidl
SVGElement.webidl Bug 1374045: add 'preventScroll' option to HTMLElement's, SVGElement's and XULElement's 'focus' method r=smaug 2019-04-12 08:16:47 +00:00
SVGEllipseElement.webidl
SVGFEBlendElement.webidl
SVGFEColorMatrixElement.webidl
SVGFEComponentTransferElement.webidl
SVGFECompositeElement.webidl
SVGFEConvolveMatrixElement.webidl
SVGFEDiffuseLightingElement.webidl
SVGFEDisplacementMapElement.webidl
SVGFEDistantLightElement.webidl
SVGFEDropShadowElement.webidl
SVGFEFloodElement.webidl
SVGFEFuncAElement.webidl
SVGFEFuncBElement.webidl
SVGFEFuncGElement.webidl
SVGFEFuncRElement.webidl
SVGFEGaussianBlurElement.webidl
SVGFEImageElement.webidl
SVGFEMergeElement.webidl
SVGFEMergeNodeElement.webidl
SVGFEMorphologyElement.webidl
SVGFEOffsetElement.webidl
SVGFEPointLightElement.webidl
SVGFESpecularLightingElement.webidl
SVGFESpotLightElement.webidl
SVGFETileElement.webidl
SVGFETurbulenceElement.webidl
SVGFilterElement.webidl
SVGFilterPrimitiveStandardAttributes.webidl
SVGFitToViewBox.webidl
SVGForeignObjectElement.webidl
SVGGElement.webidl
SVGGeometryElement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SVGGradientElement.webidl
SVGGraphicsElement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SVGImageElement.webidl Bug 1501794 - Implement img decode API. r=bzbarsky,tnikkel 2019-04-02 08:56:54 -04:00
SVGLength.webidl
SVGLengthList.webidl
SVGLineElement.webidl
SVGLinearGradientElement.webidl
SVGMPathElement.webidl
SVGMarkerElement.webidl
SVGMaskElement.webidl
SVGMatrix.webidl
SVGMetadataElement.webidl
SVGNumber.webidl
SVGNumberList.webidl
SVGPathElement.webidl
SVGPathSeg.webidl
SVGPathSegList.webidl
SVGPatternElement.webidl
SVGPoint.webidl
SVGPointList.webidl
SVGPolygonElement.webidl
SVGPolylineElement.webidl
SVGPreserveAspectRatio.webidl
SVGRadialGradientElement.webidl
SVGRect.webidl
SVGRectElement.webidl
SVGSVGElement.webidl
SVGScriptElement.webidl
SVGSetElement.webidl
SVGStopElement.webidl
SVGStringList.webidl
SVGStyleElement.webidl
SVGSwitchElement.webidl
SVGSymbolElement.webidl
SVGTSpanElement.webidl
SVGTests.webidl Bug 1295404 - Remove requiredFeatures from SVGTests r=dholbert r=bzbarsky 2019-06-26 19:51:12 +01:00
SVGTextContentElement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SVGTextElement.webidl
SVGTextPathElement.webidl
SVGTextPositioningElement.webidl
SVGTitleElement.webidl
SVGTransform.webidl
SVGTransformList.webidl
SVGURIReference.webidl
SVGUnitTypes.webidl
SVGUseElement.webidl
SVGViewElement.webidl
SVGZoomAndPan.webidl
SVGZoomAndPanValues.webidl
Screen.webidl
ScreenOrientation.webidl
ScriptProcessorNode.webidl
ScrollAreaEvent.webidl
ScrollViewChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SecurityPolicyViolationEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Selection.webidl Bug 1562876: rename `Selection::RemoveRange` to `Selection::RemoveRangeAndUnselectFramesAndNotifyListeners`. r=smaug 2019-07-03 13:26:14 +02:00
ServiceWorker.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ServiceWorkerContainer.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ServiceWorkerGlobalScope.webidl
ServiceWorkerRegistration.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
ShadowRoot.webidl Bug 1535438 - Remove Shadow DOM v0 APIs. r=smaug 2019-03-16 00:14:57 +00:00
SharedWorker.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SharedWorkerGlobalScope.webidl
SimpleGestureEvent.webidl
SocketCommon.webidl
SourceBuffer.webidl Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky 2019-07-18 13:06:25 +00:00
SourceBufferList.webidl Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky 2019-07-18 13:06:25 +00:00
SpeechGrammar.webidl
SpeechGrammarList.webidl
SpeechRecognition.webidl
SpeechRecognitionAlternative.webidl
SpeechRecognitionError.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SpeechRecognitionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
SpeechRecognitionResult.webidl
SpeechRecognitionResultList.webidl
SpeechSynthesis.webidl
SpeechSynthesisErrorEvent.webidl
SpeechSynthesisEvent.webidl
SpeechSynthesisUtterance.webidl
SpeechSynthesisVoice.webidl
StaticRange.webidl Bug 1444847 - part 4: Implement `mozilla::dom::StaticRange` and static factory methods r=smaug 2019-06-28 07:48:52 +00:00
StereoPannerNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
Storage.webidl Bug 1556217 - LSNG: Add a test for large items; r=asuth, smaug 2019-06-02 08:00:25 +02:00
StorageEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
StorageManager.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
StorageType.webidl
StreamFilter.webidl
StreamFilterDataEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
StructuredCloneTester.webidl Bug 1562064. Convert StructuredCloneTester to using [Serializable]. r=baku 2019-06-30 16:43:10 +00:00
StyleRuleChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
StyleSheet.webidl
StyleSheetApplicableStateChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
StyleSheetChangeEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
StyleSheetList.webidl
SubtleCrypto.webidl Bug 1350254 part 8. Switch CryptoKey to [Serializable]. r=baku 2019-06-25 06:48:41 +00:00
TCPServerSocket.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TCPServerSocketEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TCPSocket.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TCPSocketErrorEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TCPSocketEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TestFunctions.webidl
TestInterfaceJS.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TestInterfaceJSDictionaries.webidl
TestInterfaceJSMaplikeSetlikeIterable.webidl
Text.webidl
TextClause.webidl
TextDecoder.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TextEncoder.webidl
TextTrack.webidl
TextTrackCue.webidl
TextTrackCueList.webidl
TextTrackList.webidl
TimeEvent.webidl
TimeRanges.webidl
Touch.webidl
TouchEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TouchList.webidl
TrackEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TransceiverImpl.webidl Bug 1493613 - Update muted state through MediaStreamTrackSource. r=bwc,smaug 2019-07-31 09:35:06 +00:00
TransitionEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
TreeColumn.webidl Bug 1519960, add a previousColumn property for tree columns so that tree drag and drop will work without box objects, r=bzbarsky 2019-03-07 17:57:18 -05:00
TreeColumns.webidl
TreeContentView.webidl
TreeView.webidl
TreeWalker.webidl
U2F.webidl Bug 1551282 and bug 1553436. Allow pages to override window.u2f but not the "sign" and "register" properties on the U2F object. r=jcj,smaug 2019-05-24 20:40:59 +00:00
UDPMessageEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
UDPSocket.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
UIEvent.webidl Bug 1178763, move UIEvent.pageX/pageY to MouseEvent, r=masayuki 2019-07-04 01:50:22 +00:00
URL.webidl Bug 1366738: Implement [LegacyWindowAlias] r=bzbarsky 2019-07-03 08:37:01 +00:00
URLSearchParams.webidl Bug 1350254 part 9. Switch URLSearchParams to [Serializable]. r=baku 2019-06-25 06:48:53 +00:00
UserProximityEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
VRDisplay.webidl Bug 1466702 - Refactor / reimplement gfxVRPuppet and VRServiceTest to use gfxVRExternal r=daoshengmu,thomasmo,bzbarsky 2019-06-28 21:19:54 +00:00
VRDisplayEvent.webidl
VRServiceTest.webidl Bug 1466702 - Refactor / reimplement gfxVRPuppet and VRServiceTest to use gfxVRExternal r=daoshengmu,thomasmo,bzbarsky 2019-06-28 21:19:54 +00:00
VTTCue.webidl
VTTRegion.webidl
ValidityState.webidl
VideoPlaybackQuality.webidl Bug 1564466 - Remove MediaSource::{Enabled,ExperimentalEnabled}, and use [Pref] on the IDL instead. r=bzbarsky 2019-07-18 13:06:25 +00:00
VideoTrack.webidl
VideoTrackList.webidl
VisualViewport.webidl
WaveShaperNode.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebAuthentication.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebComponents.webidl Bug 1535124 part 2. Mark Web IDL callbacks MOZ_CAN_RUN_SCRIPT by default. r=qdot 2019-03-19 12:59:54 +00:00
WebGL2RenderingContext.webidl Bug 1536672 - Implement WebGL OVR_multiview2 behind draft flag. r=lsalzman,qdot 2019-05-23 20:48:21 +00:00
WebGLContextEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebGLRenderingContext.webidl Bug 1560422 - WEBGL_explicit_present extension. r=lsalzman,mccr8 2019-06-25 19:48:24 +00:00
WebGPU.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebGPUExtras.webidl
WebSocket.webidl Bug 1359269 - Part 5: Add support for attributes on types in arguments; r=bzbarsky 2019-03-02 04:21:33 +00:00
WebrtcDeprecated.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WebrtcGlobalInformation.webidl Bug 1121623 part 3. Switch WebrtcGlobalInformation to being a namespace. r=peterv 2019-05-24 07:22:22 +00:00
WheelEvent.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WidevineCDMManifest.webidl
Window.webidl Bug 1565055. Use USVString in window.open(). r=peterv 2019-07-11 16:31:34 +00:00
WindowOrWorkerGlobalScope.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WindowRoot.webidl
Worker.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WorkerDebuggerGlobalScope.webidl Bug 1523262 Part 2 - Provide atob/btoa in worker debugger scope, r=lsmyth,baku. 2019-02-21 17:25:39 -10:00
WorkerGlobalScope.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
WorkerLocation.webidl
WorkerNavigator.webidl Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky 2019-06-13 09:01:41 +00:00
Worklet.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
WorkletGlobalScope.webidl
XMLDocument.webidl Bug 1328138 - Disable the XMLDocument.async API on trunk; r=bzbarsky 2019-04-17 19:46:05 +00:00
XMLHttpRequest.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl
XMLSerializer.webidl
XPathEvaluator.webidl
XPathExpression.webidl
XPathNSResolver.webidl
XPathResult.webidl
XSLTProcessor.webidl
XULCommandEvent.webidl
XULDocument.webidl
XULElement.webidl Bug 1519948, remove XUL box objects, r=bzbarsky 2019-06-04 12:45:55 -04:00
XULPopupElement.webidl Bug 1562680. Implement the new syntax for Web IDL dictionary defaulting. r=peterv 2019-07-03 07:52:35 +00:00
moz.build Bug 1366738: Implement [LegacyWindowAlias] r=bzbarsky 2019-07-03 08:37:01 +00:00