..
crashtests
…
input
…
reftests
Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert
2018-08-09 20:10:21 +00:00
test
Bug 1499096 - Use ok() with 2 arguments instead of 3 when possible;r=Standard8
2018-10-23 07:13:35 +00:00
AutoplayPermissionManager.cpp
Bug 1479218 - deny request when inner window is destroyed. r=cpearce
2018-09-17 17:09:46 +00:00
AutoplayPermissionManager.h
Bug 1479218 - deny request when inner window is destroyed. r=cpearce
2018-09-17 17:09:46 +00:00
AutoplayPermissionRequest.cpp
Bug 1479218 - deny request when inner window is destroyed. r=cpearce
2018-09-17 17:09:46 +00:00
AutoplayPermissionRequest.h
Bug 1472580 - Ensure we always get a allow/cancel response to an autoplay media permission request. r=smaug
2018-07-06 21:15:20 +12:00
HTMLAllCollection.cpp
Bug 1398354 part 2. Update document.all item() and legacycaller to new spec semantics. r=mccr8
2018-10-17 23:00:49 -04:00
HTMLAllCollection.h
Bug 1398354 part 2. Update document.all item() and legacycaller to new spec semantics. r=mccr8
2018-10-17 23:00:49 -04:00
HTMLAnchorElement.cpp
Bug 1479860: Remove unused aCompileEventHandlers argument from BindToTree. r=bz
2018-08-01 10:42:54 +02:00
HTMLAnchorElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLAreaElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLAreaElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLAudioElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLAudioElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLBRElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLBRElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLBodyElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLBodyElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLButtonElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLButtonElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLCanvasElement.cpp
Bug 1484980 - Add selective canvas tainting for content scripts r=bzbarsky
2018-09-26 20:29:36 +02:00
HTMLCanvasElement.h
Bug 1484980 - Add selective canvas tainting for content scripts r=bzbarsky
2018-09-26 20:29:36 +02:00
HTMLDataElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDataElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDataListElement.cpp
…
HTMLDataListElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDetailsElement.cpp
…
HTMLDetailsElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDialogElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDialogElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLDivElement.cpp
…
HTMLDivElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLEmbedElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLEmbedElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFieldSetElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFieldSetElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFontElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLFontElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFormControlsCollection.cpp
…
HTMLFormControlsCollection.h
…
HTMLFormElement.cpp
Bug 1498510 - Move nsICSPEventListener out of CSP object, r=ckerschb
2018-10-23 08:17:13 +02:00
HTMLFormElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFormSubmission.cpp
Bug 1493276 - Statically prevent CallQueryInterface to a base class r=froydnj
2018-09-27 14:59:55 +00:00
HTMLFormSubmission.h
Bug 1450989 - Capture the action and target as part of the form submission creation; r=bz
2018-07-22 11:11:27 +02:00
HTMLFormSubmissionConstants.h
…
HTMLFrameElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFrameElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLFrameSetElement.cpp
…
HTMLFrameSetElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLHRElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLHRElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLHeadingElement.cpp
…
HTMLHeadingElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLIFrameElement.cpp
Bug 1500448 - Avoid the parsing of the FeaturePolicy 'allow' attribute when not needed, r=ckerschb
2018-10-20 06:08:46 +02:00
HTMLIFrameElement.h
Bug 1500448 - Avoid the parsing of the FeaturePolicy 'allow' attribute when not needed, r=ckerschb
2018-10-20 06:08:46 +02:00
HTMLImageElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLImageElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLInputElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLInputElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLLIElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLLIElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLLabelElement.cpp
…
HTMLLabelElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLLegendElement.cpp
Bug 1479860: Remove unused aCompileEventHandlers argument from BindToTree. r=bz
2018-08-01 10:42:54 +02:00
HTMLLegendElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLLinkElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLLinkElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMapElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMapElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMediaElement.cpp
Bug 1498679 - Stop moving variable to fix Linux64 debug coverage build. r=pehrsons
2018-10-19 12:47:06 +00:00
HTMLMediaElement.h
Bug 934425 - Implement setSinkId in HTMLMediaElement. r=pehrsons
2018-10-12 09:39:30 +00:00
HTMLMenuElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMenuElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMenuItemElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMenuItemElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMetaElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMetaElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMeterElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLMeterElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLModElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLModElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLObjectElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLObjectElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOptGroupElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOptGroupElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOptionElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOptionElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOptionsCollection.cpp
Bug 1499571 - HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds. r=bzbarsky
2018-10-17 01:35:21 +00:00
HTMLOptionsCollection.h
…
HTMLOutputElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLOutputElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLParagraphElement.cpp
…
HTMLParagraphElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLPictureElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLPictureElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLPreElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLPreElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLProgressElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLProgressElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLScriptElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLScriptElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSelectElement.cpp
Bug 1499571 - HTMLOptionsCollection::Remove shouldn't remove the first element of the collection if out of bounds. r=bzbarsky
2018-10-17 01:35:21 +00:00
HTMLSelectElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSharedElement.cpp
Bug 1498510 - Move nsICSPEventListener out of CSP object, r=ckerschb
2018-10-23 08:17:13 +02:00
HTMLSharedElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSharedListElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLSharedListElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSlotElement.cpp
Bug 1494918 - FlattenAssignedNodes should check that slots are in shadow root , r=edgar
2018-10-01 22:23:27 +03:00
HTMLSlotElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSourceElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSourceElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSpanElement.cpp
…
HTMLSpanElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLStyleElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLStyleElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLSummaryElement.cpp
…
HTMLSummaryElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableCaptionElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableCaptionElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableCellElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableCellElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableColElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableColElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableRowElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableRowElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTableSectionElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTableSectionElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTemplateElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTemplateElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTextAreaElement.cpp
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
HTMLTextAreaElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTimeElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTimeElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTitleElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTitleElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTrackElement.cpp
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLTrackElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLUnknownElement.cpp
…
HTMLUnknownElement.h
Bug 1492894 - part 1 - make the node hierarchy consistently constructed with NodeInfo&&; r=mccr8
2018-09-21 16:45:49 -04:00
HTMLVideoElement.cpp
Bug 1495064 - part1 : refactor the logic of requesting wakelock. r=jya
2018-10-02 17:56:21 +00:00
HTMLVideoElement.h
Bug 1495064 - part1 : refactor the logic of requesting wakelock. r=jya
2018-10-02 17:56:21 +00:00
ImageDocument.cpp
Bug 1493737
- Fix many trivial calls to do_QueryInterface r=smaug
2018-10-01 21:38:01 +00:00
ImageDocument.h
Bug 1483664: Part 0 - Dispatch pagehide/pageshow to all system group listeners on frameloader swap. r=smaug,mconley
2018-08-15 20:06:49 -07:00
MediaDocument.cpp
…
MediaDocument.h
Bug 1475511: Introduce nsIDocument::MediaDocumentKind. r=bz
2018-07-21 23:02:13 +02:00
MediaError.cpp
…
MediaError.h
…
PlayPromise.cpp
…
PlayPromise.h
…
PluginDocument.cpp
Bug 1475511: Introduce nsIDocument::MediaDocumentKind. r=bz
2018-07-21 23:02:13 +02:00
RadioNodeList.cpp
…
RadioNodeList.h
…
TextInputListener.h
…
TextTrackManager.cpp
Bug 1491066 - Allow TextTrackManager to pass cue without videocontrols r=alwu
2018-09-13 22:38:43 +00:00
TextTrackManager.h
…
TimeRanges.cpp
…
TimeRanges.h
…
ValidityState.cpp
…
ValidityState.h
…
VideoDocument.cpp
Bug 1483597 - Remove the unneeded GetRootElement() check in bug 1261536, r=bz
2018-08-15 09:28:32 -07:00
htmlMenuBuilder.js
…
htmlMenuBuilder.manifest
…
moz.build
Bug 1472580 - Ensure we always get a allow/cancel response to an autoplay media permission request. r=smaug
2018-07-06 21:15:20 +12:00
nsBrowserElement.cpp
Bug 1478806. Remove nsIBrowserElementNextPaintListener. r=mccr8
2018-07-27 00:37:44 -04:00
nsBrowserElement.h
…
nsDOMStringMap.cpp
…
nsDOMStringMap.h
…
nsGenericHTMLElement.cpp
Bug 1501206 - Introduce a new function ReferrerPolicyToString() r=ckerschb
2018-10-25 13:53:21 +00:00
nsGenericHTMLElement.h
Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku
2018-04-03 13:21:06 +10:00
nsGenericHTMLFrameElement.cpp
Bug 1496034 - Apply bz's comments to FeaturePolicy, r=bz
2018-10-12 09:36:33 +02:00
nsGenericHTMLFrameElement.h
Bug 1496034 - Apply bz's comments to FeaturePolicy, r=bz
2018-10-12 09:36:33 +02:00
nsHTMLContentSink.cpp
Bug 1465388 - Resume about:blank parser upon unblocking the document r=hsivonen
2018-08-29 11:52:49 +00:00
nsHTMLDNSPrefetch.cpp
Bug 1493563 - Part 5: Present the old state and the content blocking log to the web progress listeners; r=baku
2018-09-28 14:46:02 -04:00
nsHTMLDNSPrefetch.h
Bug 1473736 - Implement necko part of ESNI r=mak,kmag,mcmanus
2018-09-22 23:54:11 +03:00
nsHTMLDocument.cpp
Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan
2018-10-12 20:48:24 +00:00
nsHTMLDocument.h
Bug 1481601 - Remove now-useless aPreallocateChildren from nsINode::Clone() and friends. r=bzbarsky
2018-08-08 23:58:44 +00:00
nsIConstraintValidation.cpp
Bug 1483738: Part 1 - Change notifyInvalidSubmit to take a plain array. r=mconley
2018-08-16 12:20:54 -07:00
nsIConstraintValidation.h
…
nsIDateTimeInputArea.idl
Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika
2018-09-06 18:02:43 +10:00
nsIForm.h
…
nsIFormControl.h
…
nsIFormProcessor.h
…
nsIFormSubmitObserver.idl
Bug 1483738: Part 1 - Change notifyInvalidSubmit to take a plain array. r=mconley
2018-08-16 12:20:54 -07:00
nsIHTMLCollection.h
…
nsIHTMLDocument.h
…
nsIImageDocument.idl
…
nsIMenuBuilder.idl
Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika
2018-09-06 18:02:43 +10:00
nsIRadioGroupContainer.h
…
nsIRadioVisitor.h
…
nsITextControlElement.h
…
nsRadioVisitor.cpp
…
nsRadioVisitor.h
…
nsTextEditorState.cpp
Bug 1419091: Make TextInputListener handle non-native events for input and textarea too. r=masayuki
2018-10-15 12:19:30 -07:00
nsTextEditorState.h
…