fune/dom/base
alwu 37f08f36a0 Bug 1647430 - part2 : store DocTreeHadAudibleMedia in WindowContext. r=nika
After we enable Fissions, we can't always access the top level document because it might be in another process.

Therefore, we should move `mDocTreeHadAudibleMedia` from document to the top window context, which can ensure that we set the value correctly even if setting `mDocTreeHadAudibleMedia` happens in a different process which is different from the process where the top level document exists.

Differential Revision: https://phabricator.services.mozilla.com/D83162
2020-07-16 19:53:49 +00:00
..
crashtests Bug 1529203 - Add tests to check that the module map is cleared when using document.open r=bzbarsky 2020-05-26 14:06:28 +00:00
test Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
AbstractRange.cpp
AbstractRange.h
AncestorIterator.h Bug 1637712 - Consider to move *Ancestor* API to nsINode r=emilio 2020-05-20 14:55:15 +00:00
AnonymousContent.cpp Bug 1652942 - Remove some unnecessary includes of Element.h. r=smaug 2020-07-15 13:55:24 +00:00
AnonymousContent.h Bug 1652942 - Remove some unnecessary includes of Element.h. r=smaug 2020-07-15 13:55:24 +00:00
Attr.cpp
Attr.h
AttrArray.cpp Bug 1636516 - When moving an element to another document, don't drop nsMappedAttributes from its sheet. r=edgar 2020-05-11 19:28:24 +00:00
AttrArray.h
AutocompleteFieldList.h
BarProps.cpp
BarProps.h
BindContext.cpp Bug 1640280 - Extend autofocus to SVGGraphicsElement r=emilio 2020-05-27 07:59:07 +00:00
BindContext.h Bug 1640280 - Extend autofocus to SVGGraphicsElement r=emilio 2020-05-27 07:59:07 +00:00
BodyConsumer.cpp
BodyConsumer.h
BodyStream.cpp
BodyStream.h
BodyUtil.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CallState.h
CharacterData.cpp
CharacterData.h
ChildIterator.cpp Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
ChromeUtils.h Bug 1644795 - Expose all nsIDOMProcessParent via ChromeUtils.getAllDOMProcesses(). r=nika 2020-07-01 09:09:44 +00:00
Comment.cpp
Comment.h
components.conf Bug 1464542: Part 3b - Add existing Services.jsm registrations to the new services cache. r=mccr8,geckoview-reviewers,agi 2020-07-09 21:42:25 +00:00
ContentAreaDropListener.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp
ContentIterator.h
ContentProcessMessageManager.cpp
ContentProcessMessageManager.h
CORSMode.h
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp Bug 1652942 - Remove unnecessary includes from Element.h. r=smaug 2020-07-15 14:09:01 +00:00
CustomElementRegistry.h
DirectionalityUtils.cpp Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
DirectionalityUtils.h
DispatcherTrait.cpp
DispatcherTrait.h
DocGroup.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DocGroup.h Bug 1601594 - P1 - Using Origin as the key for DocGroup; r=farre,nika 2020-05-25 12:51:29 +00:00
Document.cpp Bug 1647430 - part2 : store DocTreeHadAudibleMedia in WindowContext. r=nika 2020-07-16 19:53:49 +00:00
Document.h Bug 1647430 - part2 : store DocTreeHadAudibleMedia in WindowContext. r=nika 2020-07-16 19:53:49 +00:00
DocumentFragment.cpp
DocumentFragment.h Bug 1653232 implement GetInnerHTML() for DocFragments r=emilio 2020-07-16 17:31:10 +00:00
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
DocumentOrShadowRoot.h
DocumentType.cpp
DocumentType.h
DOMArena.h
domerr.msg
DOMException.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DOMException.h
DOMImplementation.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=necko-reviewers,dragana 2020-05-30 09:55:27 +00:00
DOMIntersectionObserver.h Bug 1611204 - Fix IntersectionObserverEntry.isIntersecting to match other browsers. r=mstange 2020-05-28 10:38:51 +00:00
DOMMatrix.cpp
DOMMatrix.h
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp Backed out changeset edfbe6020f30 (bug 1640441) for wpt failure on inferred-mrow-baseline.html . CLOSED TREE 2020-06-13 01:44:30 +03:00
DOMRect.h
DOMRequest.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DOMRequest.h
DOMRequestHelper.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
Element.h Bug 1652942 - Remove unnecessary includes from Element.h. r=smaug 2020-07-15 14:09:01 +00:00
ElementInlines.h
EventSource.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
EventSource.h
EventSourceEventService.cpp
EventSourceEventService.h
FilteredNodeIterator.h Bug 1637712 - Consider to move *Ancestor* API to nsINode r=emilio 2020-05-20 14:55:15 +00:00
FlushType.h
FormData.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
FormData.h
FragmentOrElement.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
FragmentOrElement.h
FromParser.h
FullscreenChange.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
FuzzingFunctions.cpp
FuzzingFunctions.h
gen-usecounters.py
GeneratedImageContent.cpp
GeneratedImageContent.h
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp
IdleRequest.h
IDTracker.cpp
IDTracker.h
IframeSandboxKeywordList.h Bug 1359867 - Add support for allow-top-navigation-by-user-activation iframe sandboxing r=smaug 2020-06-01 12:46:31 +00:00
ImageEncoder.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ImageEncoder.h Bug 1632249 - Support compositing out-of-process WebGL. r=handyman,lsalzman,nical,geckoview-reviewers,agi,imanol 2020-06-15 18:25:55 +00:00
ImageTracker.cpp
ImageTracker.h
IndexedDBHelper.jsm
InProcessBrowserChildMessageManager.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
InProcessBrowserChildMessageManager.h
IntlUtils.cpp
IntlUtils.h
Link.cpp Bug 1645982 - Rename some service getters in Services.py to better match the types. r=froydnj 2020-06-16 23:32:21 +00:00
Link.h
LinkStyle.cpp Bug 1639392 - Merge nsIStyleSheetLinkingElement and nsStyleLinkElement, and call it LinkStyle. r=jwatt 2020-05-21 03:07:16 +00:00
LinkStyle.h Bug 1639392 - Merge nsIStyleSheetLinkingElement and nsStyleLinkElement, and call it LinkStyle. r=jwatt 2020-05-21 03:07:16 +00:00
Location.cpp
Location.h
LocationBase.cpp Backed out 2 changesets (bug 1558394) for perma failures on iframe_sandbox_anchor_download_block_downloads.sub.tentative.html. CLOSED TREE 2020-05-15 19:18:34 +03:00
LocationBase.h
LocationHelper.jsm Bug 1637402 - Add pref to compare MLS results r=chutten,mikedeboer 2020-06-02 00:01:31 +00:00
MaybeCrossOriginObject.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
MaybeCrossOriginObject.h Bug 1643457 - Support ChromeOnly properties on remote proxies. r=mccr8 2020-06-05 12:45:40 +00:00
MessageBroadcaster.cpp
MessageBroadcaster.h
MessageListenerManager.cpp
MessageListenerManager.h
MessageManagerGlobal.cpp
MessageManagerGlobal.h Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
MessageSender.cpp
MessageSender.h
MimeType.cpp
MimeType.h
moz.build Bug 1652254 - Remove svg from some moz.build local includes r=dholbert 2020-07-12 16:38:26 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp
MozQueryInterface.h
MutationObservers.cpp Bug 1645382 - Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj 2020-06-15 09:05:00 +00:00
MutationObservers.h Bug 1645382 - Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj 2020-06-15 09:05:00 +00:00
NameSpaceConstants.h
Navigator.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
Navigator.h Bug 1591329 - Require secure context for getGamePads() and events r=kip 2020-06-26 20:01:28 +00:00
NodeInfo.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsAttrValue.h Bug 1640545 - Make attribute substring selectors a little faster. r=emilio 2020-05-25 22:26:09 +00:00
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +00:00
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h
nsContentList.cpp
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +00:00
nsContentPermissionHelper.h
nsContentPolicy.cpp
nsContentPolicy.h
nsContentPolicyUtils.h Bug 1636900: Remove TYPE_XBL from nsIContentPolicy. r=remote-protocol-reviewers,emilio,whimboo 2020-05-13 06:53:28 +00:00
nsContentSink.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsContentSink.h Bug 1618548 - Make Link: rel=preload response header work with preload-as-speculative-load, r=dragana 2020-05-18 17:33:57 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1652942 - Remove unnecessary includes from Element.h. r=smaug 2020-07-15 14:09:01 +00:00
nsContentUtils.h Bug 1648284 - Record the number of pending critical input events r=smaug 2020-06-26 19:08:53 +00:00
nsCopySupport.cpp Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +00:00
nsCopySupport.h
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1630935 - Add use counter and deprecation warning for STIXGeneral fonts. r=emilio 2020-06-25 04:20:57 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentEncoder.cpp Bug 1643721: part 16) Factor SerializeChildrenOfContent functionality out. r=masayuki 2020-06-23 12:43:04 +00:00
nsDocumentWarningList.h Bug 1601594 - P1 - Using Origin as the key for DocGroup; r=farre,nika 2020-05-25 12:51:29 +00:00
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMDataChannel.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1642949 - Replace uses of RemoveElementAt by RemoveLastElement/PopLastElement where possible. r=necko-reviewers,froydnj 2020-06-10 10:46:14 +00:00
nsDOMMutationObserver.h
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
nsDOMSerializer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDOMSerializer.h
nsDOMString.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1652023 - Remove unnecessary includes from PresShell.h. r=smaug 2020-07-15 13:53:02 +00:00
nsDOMWindowUtils.h
nsFocusManager.cpp Bug 1646542: Fix GetInProcessParent usage in IsSameOrAncestor. r=nika 2020-07-15 20:17:52 +00:00
nsFocusManager.h Bug 1643618 - Stylistic fixes for bug 1634363. r=NeilDeakin 2020-06-08 11:13:38 +00:00
nsFrameLoader.cpp Bug 1652921 - Remove notifying inprocess-browser-shown observer; r=smaug 2020-07-15 09:28:55 +00:00
nsFrameLoader.h Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
nsFrameLoaderOwner.cpp Bug 1599579 - Part 1: Add the ability to specify a specific BrowsingContextGroup during process switch, r=kmag 2020-07-06 20:10:43 +00:00
nsFrameLoaderOwner.h Bug 1599579 - Part 1: Add the ability to specify a specific BrowsingContextGroup during process switch, r=kmag 2020-07-06 20:10:43 +00:00
nsFrameMessageManager.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
nsFrameMessageManager.h Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
nsGlobalWindow.h
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Backed out 3 changesets (bug 1367251) for Mda failures in /test_background_video_tainted_by_createimagebitmap.html. CLOSED TREE 2020-07-15 16:37:32 +03:00
nsGlobalWindowInner.h Backed out 3 changesets (bug 1367251) for Mda failures in /test_background_video_tainted_by_createimagebitmap.html. CLOSED TREE 2020-07-15 16:37:32 +03:00
nsGlobalWindowOuter.cpp Bug 1648453 - Fix build errors caused by MacOS headers defining check macro r=smaug 2020-07-16 15:37:42 +00:00
nsGlobalWindowOuter.h Bug 1622212 - P1. Always use ContentBlocking::ShouldAllowAccessFor to set mStorageAccessPermissionGranted flag r=baku 2020-06-30 23:40:57 +00:00
nsHistory.cpp Bug 1649628 - Make history.length return 1 if session history is unavailable. r=nika 2020-07-07 10:17:52 +00:00
nsHistory.h
nsHTMLContentSerializer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsHTMLContentSerializer.h
nsIAnimationObserver.h
nsIContent.h Bug 1652020 - Remove unnecessary includes from nsIContent.h. r=smaug 2020-07-15 12:48:28 +00:00
nsIContentInlines.h Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
nsIContentPolicy.idl Bug 1636900: Remove TYPE_XBL from nsIContentPolicy. r=remote-protocol-reviewers,emilio,whimboo 2020-05-13 06:53:28 +00:00
nsIContentSerializer.h
nsIDocumentEncoder.idl
nsIDocumentObserver.h
nsIDOMRequestService.idl
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl
nsIGlobalObject.cpp
nsIGlobalObject.h
nsIImageLoadingContent.idl
nsImageLoadingContent.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsImageLoadingContent.h
nsIMessageManager.idl
nsIMutationObserver.h
nsINode.cpp Bug 1652002 - Remove some unnecessary includes from BindingUtils.h. r=peterv 2020-07-15 15:34:49 +00:00
nsINode.h Bug 1626015 - Implement ParentNode#ReplaceChildren. r=emilio 2020-05-28 00:58:24 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl
nsIScriptableContentIterator.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h Bug 1639833 - IntrisincStoragePrincipal should always be partitioned - part 2 - Expose PartitionedPrincipal, r=dimi 2020-06-03 06:09:52 +00:00
nsISelectionController.idl
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsJSEnvironment.cpp Bug 1648453 - Fix build errors caused by MacOS headers defining check macro r=smaug 2020-07-16 15:37:42 +00:00
nsJSEnvironment.h Bug 1595046 - Make it possible to inspect every exception value in the web console. r=jonco,baku,mccr8 2020-05-08 20:54:17 +00:00
nsJSUtils.cpp Bug 1642708 - Remove code guarded by JS_BUILD_BINAST r=arai 2020-06-17 14:26:09 +00:00
nsJSUtils.h Bug 1464542: Part 2 - Add infrastructure for defining named services exposed to JS. r=mccr8 2020-07-09 20:42:50 +00:00
nsLineBreaker.cpp
nsLineBreaker.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp Bug 1636516 - When moving an element to another document, don't drop nsMappedAttributes from its sheet. r=edgar 2020-05-11 19:28:24 +00:00
nsMappedAttributes.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsNameSpaceManager.cpp
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp
nsNodeInfoManager.h
nsObjectLoadingContent.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
nsObjectLoadingContent.h Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPIDOMWindow.h Bug 1637035 - Do not inherit COEP from opener for non-http or non-initial-about:blank documents r=nika 2020-06-25 02:14:29 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPlainTextSerializer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsPlainTextSerializer.h
nsPluginArray.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1579186 - element.innerText should work with SVG text and foreignObject text r=dholbert 2020-06-22 18:46:35 +00:00
nsRange.h Bug 1640276 - Part 10: Mark nsINode as const in IsPointInRange() r=masayuki 2020-06-19 00:58:12 +00:00
nsSandboxFlags.h Bug 1359867 - Add support for allow-top-navigation-by-user-activation iframe sandboxing r=smaug 2020-06-01 12:46:31 +00:00
nsScreen.cpp
nsScreen.h
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp
nsStyledElement.h
nsSyncLoadService.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
nsSyncLoadService.h
nsTextFragment.cpp
nsTextFragment.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextFragmentVMX.cpp Bug 1634852 - remove the register storage class specifier, it's deprecated in C++17. r=emilio 2020-05-12 11:07:07 +00:00
nsTextNode.cpp
nsTextNode.h
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h Bug 1627010 - Disallow user from zooming out past initial zoom on desktop. r=botond 2020-05-06 14:40:23 +00:00
nsWindowMemoryReporter.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1638910 - Clear JSActorService EventListener references in Unlink, r=kmag 2020-05-26 22:19:31 +00:00
nsWindowRoot.h Bug 1638127 - Minor cleanup around nsWindowRoot. r=edgar 2020-05-15 19:04:42 +00:00
nsWindowSizes.h
nsWrapperCache.cpp
nsWrapperCache.h
nsWrapperCacheInlines.h
nsXHTMLContentSerializer.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
nsXMLContentSerializer.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h
PlacesBookmarkAddition.h
PlacesBookmarkRemoved.h
PlacesEvent.cpp
PlacesEvent.h
PlacesObservers.cpp
PlacesObservers.h
PlacesVisit.h
PlacesWeakCallbackWrapper.cpp
PlacesWeakCallbackWrapper.h
PopupBlocker.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
PopupBlocker.h
Pose.cpp
Pose.h
PostMessageEvent.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
PostMessageEvent.h Bug 1605176 - Send a error message data and cause a message error on the receiver side when the message data contains a shared memory object in BrowsingContext::PostMessageMoz; r=baku,kmag 2020-05-20 08:27:16 +00:00
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
RangeBoundary.h
RangeUtils.cpp
RangeUtils.h
RemoteOuterWindowProxy.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ResizeObserver.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
ResizeObserver.h
ResizeObserverController.cpp
ResizeObserverController.h
ResponsiveImageSelector.cpp Bug 1642949 - Replace uses of RemoveElementAt by RemoveLastElement/PopLastElement where possible. r=necko-reviewers,froydnj 2020-06-10 10:46:14 +00:00
ResponsiveImageSelector.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ScreenOrientation.h
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
Selection.h Bug 1652022 - Remove unnecessary includes from WritingModes.h. r=jfkthame 2020-07-15 13:56:31 +00:00
SelectionChangeEventDispatcher.cpp
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp Bug 1620966 - Move DocShell.watchedByDevtools to BrowsingContext and rename it to watchedByDevTools. r=nika,jdescottes 2020-05-12 09:18:26 +00:00
SerializedStackHolder.h Bug 1620966 - Move DocShell.watchedByDevtools to BrowsingContext and rename it to watchedByDevTools. r=nika,jdescottes 2020-05-12 09:18:26 +00:00
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1653232 implement GetInnerHTML() for DocFragments r=emilio 2020-07-16 17:31:10 +00:00
ShadowRoot.h Bug 1653232 implement GetInnerHTML() for DocFragments r=emilio 2020-07-16 17:31:10 +00:00
SlowScriptDebug.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
StaticRange.cpp
StaticRange.h
StorageAccessPermissionRequest.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
StorageAccessPermissionRequest.h
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
StructuredCloneHolder.h Bug 1599634 - Move the JS::WasmModule definition to own header r=bbouvier 2020-06-04 15:36:11 +00:00
StructuredCloneTags.h
StructuredCloneTester.cpp
StructuredCloneTester.h
StyledRange.cpp
StyledRange.h
StyleSheetList.cpp
StyleSheetList.h
SubtleCrypto.cpp
SubtleCrypto.h
SyncMessageSender.h
Text.cpp
Text.h
TextInputProcessor.cpp
TextInputProcessor.h
ThirdPartyUtil.cpp Bug 1641905 - ThirdPartyUtil::IsThirdPartyWindow returns different values in fission - use the principal to inherit for about:blank channels, r=dimi 2020-06-30 12:50:48 +00:00
ThirdPartyUtil.h
Timeout.cpp
Timeout.h Bug 1615564, clearing timeouts should be O(1), 2020-05-24 20:59:08 +00:00
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp
TimeoutHandler.h
TimeoutManager.cpp Bug 1648284 - Record the number of pending critical input events r=smaug 2020-06-26 19:08:53 +00:00
TimeoutManager.h Bug 1648284 - Record the number of pending critical input events r=smaug 2020-06-26 19:08:53 +00:00
TreeIterator.h
TreeOrderedArray.h
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UseCounter.h
UseCounters.conf Bug 1579261 - Remove getUserMedia, getDisplayMedia & mozGetUserMedia cross-origin probes. r=ng 2020-06-24 17:31:07 +00:00
usecounters.py Bug 1642262 - Report a one-based line number in UseCounters.conf error messages. r=edgar 2020-06-01 20:38:08 +00:00
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h
ViewportMetaData.cpp
ViewportMetaData.h
VisualViewport.cpp
VisualViewport.h
WindowDestroyedEvent.cpp Bug 1645510: Part 2 - Avoid using the unprivileged junk scope where possible. r=bholley 2020-06-27 03:06:28 +00:00
WindowDestroyedEvent.h
WindowFeatures.cpp
WindowFeatures.h
WindowNamedPropertiesHandler.cpp
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
WindowOrientationObserver.h
WindowProxyHolder.h
XPathGenerator.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
XPathGenerator.h