gecko-dev/dom/html
Chris Pearce 720655a185 Bug 1461877 - Ensure we don't dispatch 'playing' when we're about to reject pending play promises. r=bryce
Currently we can end up dispatching a 'playing' event right before we reject
play() promises, and this confuses YouTube's controls, and it doesn't make
sense to dispatch a 'playing' event when we're not playing anyway.

This is because the logic to delay resolving the play() promise until after
we've reached loadedmetadata doesn't prevent the 'playing' event from being
dispatched. We shouldn't dispatch 'playing' until we resolve the play()
promise(s).

MozReview-Commit-ID: 5H4dcObfu4M

--HG--
extra : rebase_source : b4036a8fead95cd3070f9fc4d30e0feb23d1f64c
2018-05-16 17:27:01 +12:00
..
crashtests Bug 1440827 - Cancel preloaded requests if we decide not to use them r=baku 2018-03-29 17:11:41 +01:00
input Bug 1453456 - Replace nsCRT::IsAscii{Alpha,Digit} with mfbt/TextUtils.h versions. r=froydnj 2018-04-12 20:19:30 -07:00
reftests Bug 1322845 - Update reftest annotations for WebRender on macOS. r=Gankro 2018-05-08 22:42:51 -04:00
test Bug 1405686 - Re-enable some mochitest that are now passing. r=jrmuizel 2018-05-14 15:30:45 -04:00
HTMLAllCollection.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
HTMLAllCollection.h
HTMLAnchorElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLAnchorElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLAreaElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLAreaElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLAudioElement.cpp Bug 1407040 - Remove C++ usage of nsIDOMHTMLMediaElement; r=bz 2018-02-14 21:22:38 -08:00
HTMLAudioElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLBodyElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLBodyElement.h Bug 1449404 part 1. Get rid of nsIContent::SetText. r=mccr8 2018-03-28 18:01:46 -04:00
HTMLBRElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLBRElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLButtonElement.cpp Bug 1455052 part 8. Stop using nsIDOMEvent in docshell and dom. r=masayuki 2018-04-20 12:55:30 -04:00
HTMLButtonElement.h Bug 1438026 - Part 3: Replace nsPresState with the new PresState type, r=baku 2018-04-10 17:49:44 -04:00
HTMLCanvasElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLCanvasElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLDataElement.cpp
HTMLDataElement.h Bug 1418085 part 6. Remove nsIDOMHTMLElement. r=mystor 2018-01-30 00:25:36 -05:00
HTMLDataListElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLDataListElement.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLDetailsElement.cpp Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
HTMLDetailsElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLDialogElement.cpp
HTMLDialogElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLDivElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLDivElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLElement.cpp Bug 1445983. <bdi> should be an HTMLElement, not HTMLUnknownElement. r=hsivonen 2018-03-16 11:26:09 -04:00
HTMLEmbedElement.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
HTMLEmbedElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLFieldSetElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLFieldSetElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLFontElement.cpp Bug 1456471: Remove nsCSSParser.h. r=xidorn 2018-04-25 10:38:37 +02:00
HTMLFontElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLFormControlsCollection.cpp Bug 1447389 - Remove nsIDOMNodeList. r=bz 2018-04-25 23:01:30 +02:00
HTMLFormControlsCollection.h Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot 2017-11-13 10:41:33 -05:00
HTMLFormElement.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
HTMLFormElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLFormSubmission.cpp Bug 1453134 - part 2 - use new string input stream constructor in FSURLEncoded; r=baku 2018-04-11 10:06:17 -04:00
HTMLFormSubmission.h Bug 1433958 - Change code that sets nsIURI.pathQueryRef to use nsIURIMutator r=mayhemer 2018-02-26 20:43:45 +01:00
HTMLFormSubmissionConstants.h
HTMLFrameElement.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
HTMLFrameElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLFrameSetElement.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
HTMLFrameSetElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLHeadingElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLHeadingElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLHRElement.cpp Bug 1456364 part 1 - Reduce dependencies to nsCSSProps.h. r=emilio 2018-04-26 16:24:30 +02:00
HTMLHRElement.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
HTMLIFrameElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLIFrameElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLImageElement.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
HTMLImageElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLInputElement.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
HTMLInputElement.h Bug 1456169 part 3. Remove the now-unnecessary nsITextControlElement::GetPreviewNode. r=emilio 2018-04-24 02:17:18 -04:00
HTMLLabelElement.cpp Bug 1456588 part 1. Change nsIFocusManager::SetFocus to take Element. r=enndeakin 2018-04-26 10:37:46 -04:00
HTMLLabelElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLLegendElement.cpp Bug 1456588 part 2. Change nsIFocusManager::MoveFocus to take Element. r=enndeakin 2018-04-26 10:37:47 -04:00
HTMLLegendElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLLIElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLLIElement.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
HTMLLinkElement.cpp Bug 1459844: Share more code and fix some inconsistencies between html / svg style elements. r=heycam 2018-05-10 00:21:27 +02:00
HTMLLinkElement.h Bug 1459498: Rename nsIStyleSheetLinkingElement::StyleSheetInfo to SheetInfo. r=heycam 2018-05-08 10:07:46 +02:00
HTMLMapElement.cpp Bug 1418085 part 6. Remove nsIDOMHTMLElement. r=mystor 2018-01-30 00:25:36 -05:00
HTMLMapElement.h Bug 1390209 - Remove unused nsIDOMHTML*Element interfaces. r=qdot 2017-08-15 01:31:47 +09:00
HTMLMediaElement.cpp Bug 1461877 - Ensure we don't dispatch 'playing' when we're about to reject pending play promises. r=bryce 2018-05-16 17:27:01 +12:00
HTMLMediaElement.h Bug 1453176 - Add telemetry to report fulfilment of HTMLMediaElement.play(). r=bryce 2018-04-13 20:28:39 +12:00
htmlMenuBuilder.js Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8 2018-04-22 20:55:06 -07:00
htmlMenuBuilder.manifest
HTMLMenuElement.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
HTMLMenuElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLMenuItemElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLMenuItemElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLMetaElement.cpp Bug 1460940 - Convert nsIPrincipal to use nsIDocument. r=bz 2018-05-11 19:46:15 +02:00
HTMLMetaElement.h Bug 1445141. Return void from HTMLMetaElement::GetContent. r=mccr8 2018-03-13 16:24:01 -04:00
HTMLMeterElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLMeterElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLModElement.cpp
HTMLModElement.h
HTMLObjectElement.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
HTMLObjectElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLOptGroupElement.cpp Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLOptGroupElement.h Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug 2018-04-05 13:42:41 -04:00
HTMLOptionElement.cpp Bug 1449404 part 3. Get rid of nsIContent::AppendTextTo. r=mccr8 2018-03-28 18:01:47 -04:00
HTMLOptionElement.h Bug 1449404 part 1. Get rid of nsIContent::SetText. r=mccr8 2018-03-28 18:01:46 -04:00
HTMLOptionsCollection.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
HTMLOptionsCollection.h Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
HTMLOutputElement.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
HTMLOutputElement.h Bug 1405087: Make nsGenericHTMLElement::IsDisabled not virtual. r=bz 2018-02-15 21:49:00 +01:00
HTMLParagraphElement.cpp Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
HTMLParagraphElement.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
HTMLPictureElement.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
HTMLPictureElement.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
HTMLPreElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLPreElement.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
HTMLProgressElement.cpp Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLProgressElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLScriptElement.cpp Backed out changeset 1023e033bfa6 (bug 1132934) because it hasn't been reviewed yet. 2018-03-26 16:47:31 -04:00
HTMLScriptElement.h Bug 1449404 part 1. Get rid of nsIContent::SetText. r=mccr8 2018-03-28 18:01:46 -04:00
HTMLSelectElement.cpp Bug 1462737. Make AsElement() not compile when called on Element or some subclass. r=mccr8 2018-05-18 23:37:56 -04:00
HTMLSelectElement.h Bug 1438026 - Part 3: Replace nsPresState with the new PresState type, r=baku 2018-04-10 17:49:44 -04:00
HTMLSharedElement.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
HTMLSharedElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLSharedListElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLSharedListElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLSlotElement.cpp Bug 1445392: Avoid posting a slotchange event microtask during shutdown. r=smaug 2018-05-08 16:10:28 +02:00
HTMLSlotElement.h Bug 1445392: Make HTMLSlotElement slot change event stuff not linear. r=smaug 2018-05-08 16:10:27 +02:00
HTMLSourceElement.cpp Bug 1447828 part 3 - Remove StyleBackendType uses from MediaList. r=emilio 2018-03-29 02:31:46 +11:00
HTMLSourceElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLSpanElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLSpanElement.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
HTMLStyleElement.cpp Bug 1459844: Share more code and fix some inconsistencies between html / svg style elements. r=heycam 2018-05-10 00:21:27 +02:00
HTMLStyleElement.h Bug 1459498: Rename nsIStyleSheetLinkingElement::StyleSheetInfo to SheetInfo. r=heycam 2018-05-08 10:07:46 +02:00
HTMLSummaryElement.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
HTMLSummaryElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLTableCaptionElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableCaptionElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableCellElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableCellElement.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
HTMLTableColElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableColElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTableElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLTableRowElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableRowElement.h Bug 1447098 part 2. Rename the NS_IMPL_FROMCONTENT macros to NS_IMPL_FROMNODE. r=mystor 2018-03-21 17:39:04 -04:00
HTMLTableSectionElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLTableSectionElement.h Bug 1415352: Part 1a - Pass subject principal through to ParseAttribute. r=bz 2017-11-01 20:35:52 -07:00
HTMLTemplateElement.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
HTMLTemplateElement.h Bug 1418085 part 6. Remove nsIDOMHTMLElement. r=mystor 2018-01-30 00:25:36 -05:00
HTMLTextAreaElement.cpp Bug 1455674 part 9. Remove nsIDOMElement use from nsIFocusManager. r=qdot 2018-04-26 23:35:19 -04:00
HTMLTextAreaElement.h Bug 1456169 part 3. Remove the now-unnecessary nsITextControlElement::GetPreviewNode. r=emilio 2018-04-24 02:17:18 -04:00
HTMLTimeElement.cpp
HTMLTimeElement.h Bug 1418085 part 6. Remove nsIDOMHTMLElement. r=mystor 2018-01-30 00:25:36 -05:00
HTMLTitleElement.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
HTMLTitleElement.h Bug 1449404 part 1. Get rid of nsIContent::SetText. r=mccr8 2018-03-28 18:01:46 -04:00
HTMLTrackElement.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
HTMLTrackElement.h Bug 1429903 part 4. Remove nsIDOMEventTarget. r=mccr8 2018-04-20 00:49:30 -04:00
HTMLUnknownElement.cpp
HTMLUnknownElement.h Bug 1445983. <bdi> should be an HTMLElement, not HTMLUnknownElement. r=hsivonen 2018-03-16 11:26:09 -04:00
HTMLVideoElement.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
HTMLVideoElement.h Bug 1448222 - Remove MediaPrefs. r=jya 2018-03-20 09:48:56 +11:00
ImageDocument.cpp Bug 1455674 part 16. Remove most use of nsIDOMElement in dom. r=qdot 2018-04-26 23:37:34 -04:00
ImageDocument.h Bug 1437930 - [2.0] Don't shrink image document when resolution has changed, e.g., through pinch-zooming on Android. r=qdot 2018-03-05 17:05:39 +01:00
MediaDocument.cpp Bug 1439027: Simplify PresShell::Initialize. r=bz 2018-02-21 12:42:17 +01:00
MediaDocument.h Bug 1421004 - Break the mDocument reference cycle at Destroy(). r=jwwang,smaug 2017-12-07 13:10:51 +08:00
MediaError.cpp Bug 1442039 part 14. Remove nsDOMClassInfoID.h. r=peterv 2018-03-21 23:13:30 -04:00
MediaError.h
moz.build Bug 1455885: Inline and make document casts fatally assert. r=bz 2018-04-26 17:05:12 +02:00
nsBrowserElement.cpp Bug 1455674 part 16. Remove most use of nsIDOMElement in dom. r=qdot 2018-04-26 23:37:34 -04:00
nsBrowserElement.h
nsDOMStringMap.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
nsDOMStringMap.h Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
nsGenericHTMLElement.cpp Bug 1404864 - ensure HTMLInputElement.form works per spec in Shadow DOM, r=peterv 2018-05-18 20:02:14 +03:00
nsGenericHTMLElement.h Bug 1452981 - Remove qsObjectHelper. r=bz. 2018-05-02 11:47:02 +02:00
nsGenericHTMLFrameElement.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsGenericHTMLFrameElement.h Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsHTMLContentSink.cpp Bug 1461701: Remove nsUpdateType and UPDATE_CONTENT_MODEL. r=smaug 2018-05-15 18:47:16 +02:00
nsHTMLDNSPrefetch.cpp Bug 1404198: Part 2i - Switch to NS_NewTimer* in dom. r=njn 2017-10-15 23:15:40 -07:00
nsHTMLDNSPrefetch.h
nsHTMLDocument.cpp Bug 1461292 part 1 - Rename JSAutoCompartment to JSAutoRealm. r=bz,luke 2018-05-16 10:53:16 +02:00
nsHTMLDocument.h Merge mozilla-inbound to mozilla-central. a=merge 2018-05-16 00:54:22 +03:00
nsIConstraintValidation.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
nsIConstraintValidation.h Bug 1437135 - Remove nsIDOMValidityState. r=bz 2018-02-09 19:25:02 +01:00
nsIDateTimeInputArea.idl
nsIForm.h
nsIFormControl.h Bug 1438026 - Part 3: Replace nsPresState with the new PresState type, r=baku 2018-04-10 17:49:44 -04:00
nsIFormProcessor.h Bug 1432944 part 12. Change nsIFormProcessor to pass Element, not nsIDOMHTMLElement, for elements. r=mccr8 2018-01-29 23:29:11 -05:00
nsIFormSubmitObserver.idl Bug 1444991 - Part 5: Make some XPCOM methods more strongly typed, r=bz 2018-04-17 19:21:05 -04:00
nsIHTMLCollection.h Bug 1417123 - Remove or replace inclusion of js/GCAPI.h r=mccr8 2017-11-16 12:21:08 +00:00
nsIHTMLDocument.h Bug 1392891 - Part 5: Devirtualize nsHTMLDocument::GetForms(); r=smaug 2017-08-29 07:30:30 -04:00
nsIImageDocument.idl
nsIMenuBuilder.idl Bug 1455674 part 10. Remove nsIDOMElement use from remaining dom/ xpidl files. r=qdot 2018-04-26 23:36:10 -04:00
nsIRadioGroupContainer.h Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take HTMLInputElement* as argument. r=bz 2017-08-03 02:39:00 -04:00
nsIRadioVisitor.h
nsITextControlElement.h Bug 1456169 part 3. Remove the now-unnecessary nsITextControlElement::GetPreviewNode. r=emilio 2018-04-24 02:17:18 -04:00
nsRadioVisitor.cpp
nsRadioVisitor.h
nsTextEditorState.cpp Bug 1460940 - Clean up most remaining C++-side uses of nsIDOMDocument. r=bz 2018-05-11 19:46:15 +02:00
nsTextEditorState.h Bug 1456169 part 2. Remove the now-unnecessary nsITextControlElement::GetPlaceholderNode. r=emilio 2018-04-24 02:17:17 -04:00
PlayPromise.cpp Bug 1453176 - Add telemetry to report fulfilment of HTMLMediaElement.play(). r=bryce 2018-04-13 20:28:39 +12:00
PlayPromise.h Bug 1453176 - Add telemetry to report fulfilment of HTMLMediaElement.play(). r=bryce 2018-04-13 20:28:39 +12:00
PluginDocument.cpp Bug 1444580: Devirtualize CanSavePresentation. r=smaug 2018-03-12 12:27:05 +01:00
RadioNodeList.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
RadioNodeList.h
TextInputListener.h Bug 1387143 part 29. Remove nsISelection. r=mats 2018-05-08 13:52:42 -04:00
TextTrackManager.cpp Bug 1429903 part 4. Remove nsIDOMEventTarget. r=mccr8 2018-04-20 00:49:30 -04:00
TextTrackManager.h
TimeRanges.cpp Bug 1438956 - Add inline Start/End TimeRanges methods for C++ users. r=bz 2018-02-16 19:36:40 +01:00
TimeRanges.h Bug 1438956 - Add inline Start/End TimeRanges methods for C++ users. r=bz 2018-02-16 19:36:40 +01:00
ValidityState.cpp Bug 1437135 - Remove nsIDOMValidityState. r=bz 2018-02-09 19:25:02 +01:00
ValidityState.h Bug 1437135 - Remove nsIDOMValidityState. r=bz 2018-02-09 19:25:02 +01:00
VideoDocument.cpp Bug 1407040 - Remove C++ usage of nsIDOMHTMLMediaElement; r=bz 2018-02-14 21:22:38 -08:00