gecko-dev/dom/base
alwu f9e89ee7ae Bug 1597450 - part1 : store autoplay permission on the WindowContext. r=nika
This patch will do :
- create a sync field `AutoplayPermission` on WindowContext
- update the field whenever site's the autoplay permission changes

The advantage of doing so :
- to help determine the result of the blocking autoplay correctly.

More details :
As the field would be automatically synced between processes, then we can know the correct site's autoplay permission for the whole page even if we're in the different process if the iframe is in different origin after we enable Fission.

Differential Revision: https://phabricator.services.mozilla.com/D74511
2020-05-15 21:18:07 +00:00
..
crashtests Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
test Backed out changeset 8bef822368a0 (bug 1613899) for causing failures in test_bug976673.html 2020-05-11 18:00:07 +03:00
AbstractRange.cpp
AbstractRange.h
AncestorIterator.h Bug 1637240 - Clean up iteration to find closest ancestor dialog in dialog form submission. r=sefeng 2020-05-12 14:37:12 +00:00
AnonymousContent.cpp
AnonymousContent.h
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.h
BodyConsumer.cpp
BodyConsumer.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
BodyStream.cpp
BodyStream.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
BodyUtil.cpp
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CallState.h
CharacterData.cpp
CharacterData.h
ChildIterator.cpp
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ChromeUtils.cpp Backed out changeset ccd3a06efe81 (bug 1638138) for perma failures on browser_test_procinfo.js. CLOSED TREE 2020-05-15 17:48:53 +03:00
ChromeUtils.h Bug 1580448 - ChromeUtils.{register, unregister}ProcessActor;r=nika 2020-04-30 16:43:31 +00:00
Comment.cpp
Comment.h
components.conf
ContentAreaDropListener.jsm
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp
ContentIterator.h
ContentProcessMessageManager.cpp
ContentProcessMessageManager.h
CORSMode.h
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
CustomElementRegistry.h Bug 1629761 - Should not invoke attributeChangedCallback for the attribute that is changed during upgrading; r=smaug 2020-04-15 13:36:09 +00:00
DirectionalityUtils.cpp
DirectionalityUtils.h
DispatcherTrait.cpp
DispatcherTrait.h Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
DocGroup.cpp Bug 1628692 - Prepare dom/base for making FallibleTArray uncopyable. r=smaug 2020-04-29 08:42:37 +00:00
DocGroup.h Bug 1630802 - P6. Always return AbstractThread::MainThread for AbstractMainThreadFor. r=bholley 2020-04-20 19:18:34 +00:00
Document.cpp Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
Document.h Bug 1629291 - Don't set l10n as cached if there was any error during initial translation. r=mossop 2020-05-14 16:56:57 +00:00
DocumentFragment.cpp
DocumentFragment.h
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1556556 - Add a "relative to layout viewport" option for display list building. r=mstange,mattwoodrow 2020-05-05 19:24:08 +00:00
DocumentOrShadowRoot.h Bug 1556556 - Add a "relative to layout viewport" option for display list building. r=mstange,mattwoodrow 2020-05-05 19:24:08 +00:00
DocumentType.cpp
DocumentType.h
DOMArena.h Bug 1626705 - Use mozalloc_handle_oom to handle OOM for DOMArena r=smaug 2020-04-01 18:47:40 +00:00
domerr.msg
DOMException.cpp
DOMException.h
DOMImplementation.cpp
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1635941 - Drop debug printf. r=boris 2020-05-06 21:21:46 +00:00
DOMIntersectionObserver.h
DOMMatrix.cpp Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
DOMMatrix.h Bug 1610067 - Remove nsAutoPtr. r=xpcom-reviewers,nika' 2020-04-29 17:28:06 +00:00
DOMMozPromiseRequestHolder.h
DOMParser.cpp
DOMParser.h
DOMPoint.cpp
DOMPoint.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
DOMQuad.cpp Bug 1627285 - Check for NaN before std::min/max() in DOMQuad and DOMRect. r=emilio,jwalden 2020-04-07 22:27:36 +00:00
DOMQuad.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
DOMRect.cpp
DOMRect.h Bug 1627285 - Check for NaN before std::min/max() in DOMQuad and DOMRect. r=emilio,jwalden 2020-04-07 22:27:36 +00:00
DOMRequest.cpp
DOMRequest.h
DOMRequestHelper.jsm Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +00:00
DOMStringList.cpp
DOMStringList.h Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
DOMTokenListSupportedTokens.h
Element.cpp Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
Element.h Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
ElementInlines.h Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
EventSource.cpp Bug 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
EventSource.h
EventSourceEventService.cpp Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
EventSourceEventService.h Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
FilteredNodeIterator.h Bug 1637240 - Clean up iteration to find closest ancestor dialog in dialog form submission. r=sefeng 2020-05-12 14:37:12 +00:00
FlushType.h
FormData.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
FormData.h
FragmentOrElement.cpp Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar 2020-05-14 16:46:08 +00:00
FragmentOrElement.h
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp
FuzzingFunctions.h
gen-usecounters.py
GeneratedImageContent.cpp
GeneratedImageContent.h
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp
IdleRequest.h
IDTracker.cpp Bug 353575 - Allow IDTracker to look up elements in <svg:use> shadow trees. r=smaug 2020-04-27 21:15:18 +00:00
IDTracker.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
IframeSandboxKeywordList.h 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
ImageEncoder.cpp Bug 1621433 - In RFP mode, turn canvas image extraction into a random 'poison pill' for fingerprinters r=tjr,jrmuizel 2020-05-14 13:56:55 +00:00
ImageEncoder.h
ImageTracker.cpp
ImageTracker.h
IndexedDBHelper.jsm
InProcessBrowserChildMessageManager.cpp Bug 1580448 - Rename JSWindowActor into JSActor;r=nika 2020-04-30 16:42:53 +00:00
InProcessBrowserChildMessageManager.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
IntlUtils.cpp
IntlUtils.h
Link.cpp Bug 1626586 - Make history notifications do a bit less work. r=mak,lina,agi,snorp 2020-04-15 21:19:41 +00:00
Link.h
Location.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
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 1627538 - Extract getRegion into its own jsm r=mikedeboer,Standard8 2020-05-06 12:07:53 +00:00
MaybeCrossOriginObject.cpp
MaybeCrossOriginObject.h
MessageBroadcaster.cpp
MessageBroadcaster.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
MessageListenerManager.cpp
MessageListenerManager.h
MessageManagerGlobal.cpp Bug 1614462: Part 2e - Migrate desktop-only CrashService_crash test to browser test. r=mconley 2020-04-20 22:15:30 +00:00
MessageManagerGlobal.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
MessageSender.cpp
MessageSender.h
MimeType.cpp
MimeType.h
moz.build Bug 1196151 - use BrowsingContext for external helper app handling of protocols, r=mattwoodrow 2020-05-11 13:13:03 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
MozQueryInterface.h
MutationObservers.cpp
MutationObservers.h
NameSpaceConstants.h
Navigator.cpp Bug 1636148 - "BandAid" - Cast Remaining Callers To BasePrincipal r=ckerschb,geckoview-reviewers,agi 2020-05-14 19:42:57 +00:00
Navigator.h Bug 1614496 - Implement WebXR Core Module DOM Interfaces r=jgilbert,daoshengmu,webidl,smaug,baku,imanol 2020-04-06 19:33:32 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsAttrValue.h
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1625789, optimize CustomElement constructors out from cycle collection graph, r=mccr8 2020-04-06 18:21:59 +00:00
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h
nsContentList.cpp
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
nsContentPermissionHelper.h Bug 1363541 - Modernize the PermissionManager - part 2 - PermissionDelegateHandler to mozilla::PermissionDelegateHandler, r=timhuang 2020-04-10 08:36:46 +00:00
nsContentPolicy.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
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 1635094 - Cleanup the ReferrerInfo code. r=ckerschb 2020-05-04 18:50:20 +00:00
nsContentSink.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1636495: Use JS::CheckRegExpSyntax in nsContentUtils::IsPatternMatching r=emilio 2020-05-12 17:23:03 +00:00
nsContentUtils.h Bug 1618536 - Introduce nsIContentPolicy::TYPE_INTERNAL_FONT_PRELOAD representing preload of font, mapping to TYPE_FONT externally, r=baku 2020-05-11 14:13:16 +00:00
nsCopySupport.cpp Bug 1634663: part 1) Declare Selection::GetRangeAt's callers const around dom/ code. r=masayuki 2020-05-02 23:43:02 +00:00
nsCopySupport.h
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1637193: Warn not only once but every time we are loading mixed object subrequest including the soon to be blocked URI. r=baku 2020-05-12 10:16:52 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentEncoder.cpp Bug 1634663: part 1) Declare Selection::GetRangeAt's callers const around dom/ code. r=masayuki 2020-05-02 23:43:02 +00:00
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMDataChannel.cpp Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp
nsDOMMutationObserver.h Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
nsDOMNavigationTiming.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
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
nsDOMSerializer.h
nsDOMString.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1634703 - Add a parent-process-only method to nsIDOMWindowUtils to get the native window ID from a window. r=mstange 2020-05-12 14:50:21 +00:00
nsDOMWindowUtils.h
nsFocusManager.cpp Backed out changeset a8850a0ffab1 (bug 1638127) for failures on test_focusrings.xhtml. CLOSED TREE 2020-05-16 00:44:59 +03:00
nsFocusManager.h Bug 1626570 - Remove obsolete copy enabling machinery. r=froydnj 2020-05-11 08:23:03 +00:00
nsFrameLoader.cpp Backed out 4 changesets (bug 1629866, bug 1570255) for assertion failures on DocumentChannelChild.cpp. CLOSED TREE 2020-05-13 18:30:42 +03:00
nsFrameLoader.h Bug 1576188 - Handle save-as for cross process iframes. r=peterv 2020-04-27 05:41:40 +00:00
nsFrameLoaderOwner.cpp Bug 1633812 - Simplify the subframe crash codepath, r=farre 2020-04-29 09:58:50 +00:00
nsFrameLoaderOwner.h Bug 1633812 - Simplify the subframe crash codepath, r=farre 2020-04-29 09:58:50 +00:00
nsFrameMessageManager.cpp Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
nsFrameMessageManager.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
nsGlobalWindow.h
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1597450 - part1 : store autoplay permission on the WindowContext. r=nika 2020-05-15 21:18:07 +00:00
nsGlobalWindowInner.h Bug 1597450 - part1 : store autoplay permission on the WindowContext. r=nika 2020-05-15 21:18:07 +00:00
nsGlobalWindowOuter.cpp Bug 1570243 - Support checking IsSecureContext on OOP ancestors. r=kmag,ckerschb 2020-05-13 21:52:39 +00:00
nsGlobalWindowOuter.h Bug 1629707 - add IntrinsicStoragePrincipal to nsIScriptObjectPrincipal; r=baku 2020-04-30 05:24:10 +00:00
nsHistory.cpp
nsHistory.h
nsHTMLContentSerializer.cpp
nsHTMLContentSerializer.h
nsIAnimationObserver.h
nsIContent.h
nsIContentInlines.h Bug 1625369 - Make SetContentEditable update element state right when it changes. r=smaug 2020-03-31 12:22:02 +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 Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
nsIGlobalObject.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
nsIGlobalObject.h Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
nsIImageLoadingContent.idl
nsImageLoadingContent.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
nsImageLoadingContent.h Bug 1635082 - Remove nsImageLoadingContent::GetImageReferrerPolicy. r=edgar 2020-05-04 21:26:38 +00:00
nsIMessageManager.idl
nsIMutationObserver.h Bug 1627994 - Fix 'expection' typos. r=bholley 2020-04-07 17:00:54 +00:00
nsINode.cpp Bug 1564128 part 2 - Copy animations to static document clones r=emilio,hiro 2020-05-14 19:41:03 +00:00
nsINode.h
nsINodeList.h
nsIObjectLoadingContent.idl
nsIScriptableContentIterator.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h Bug 1629707 - add IntrinsicStoragePrincipal to nsIScriptObjectPrincipal; r=baku 2020-04-30 05:24:10 +00:00
nsISelectionController.idl Bug 1632726 - part 2: Remove some unused nsISelectionController methods r=smaug 2020-04-27 06:20:31 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h
nsJSEnvironment.cpp 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
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 1501608 - Remove the ELEMENT_SLOT in the ScriptSourceObject and instead use a callback function to return the script element based on the value of the privateValue in the SSO. r=jonco,smaug 2020-05-12 19:28:15 +00:00
nsJSUtils.h Bug 1501608 - Remove the ELEMENT_SLOT in the ScriptSourceObject and instead use a callback function to return the script element based on the value of the privateValue in the SSO. r=jonco,smaug 2020-05-12 19:28:15 +00:00
nsLineBreaker.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
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 Bug 1627707 - Rename LoadInfo::LoadingPrincipal to GetLoadingPrincipal as it can return null. r=ckerschb 2020-04-06 18:57:36 +00:00
nsNodeInfoManager.h Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
nsObjectLoadingContent.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
nsObjectLoadingContent.h
nsOpenURIInFrameParams.cpp Bug 1616353 - Part 7.2: Create and use nsOpenWindowInfo types in nsWindowWatcher logic, r=kmag 2020-04-07 21:39:32 +00:00
nsOpenURIInFrameParams.h Bug 1616353 - Part 7.2: Create and use nsOpenWindowInfo types in nsWindowWatcher logic, r=kmag 2020-04-07 21:39:32 +00:00
nsPIDOMWindow.h Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPlainTextSerializer.cpp
nsPlainTextSerializer.h
nsPluginArray.cpp
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1634663: part 2) Declare callers of GetRangeAt around EditorBase const. r=masayuki 2020-05-02 23:44:46 +00:00
nsRange.h Bug 1634663: part 2) Declare callers of GetRangeAt around EditorBase const. r=masayuki 2020-05-02 23:44:46 +00:00
nsSandboxFlags.h 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
nsScreen.cpp Bug 1597413 - fix locking screen orientation to be fission compatible. r=farre 2020-04-27 15:43:36 +00:00
nsScreen.h
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp
nsStyledElement.h
nsStyleLinkElement.cpp Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
nsStyleLinkElement.h
nsSyncLoadService.cpp
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 1581691 - make transform-origin a mapped CSS attribute r=heycam,hsivonen 2020-04-18 05:10: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 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1580448 - Rename JSWindowActor into JSActor;r=nika 2020-04-30 16:42:53 +00:00
nsWindowRoot.h Bug 1638127 - Minor cleanup around nsWindowRoot. r=edgar 2020-05-15 19:04:42 +00:00
nsWindowSizes.h
nsWrapperCache.cpp Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsWrapperCache.h Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsWrapperCacheInlines.h Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsXHTMLContentSerializer.cpp
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp
nsXMLContentSerializer.h
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
PopupBlocker.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
Pose.cpp
Pose.h
PostMessageEvent.cpp Backed out changeset 8a194fc3bf96 (bug 1634411) for causing perma bc2 failure in browser/components/originattributes/test/browser/browser_postMessage.js CLOSED TREE 2020-04-30 19:08:34 +03:00
PostMessageEvent.h
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.jsm
RangeBoundary.h
RangeUtils.cpp
RangeUtils.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
RemoteOuterWindowProxy.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
ResizeObserver.cpp
ResizeObserver.h
ResizeObserverController.cpp Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
ResizeObserverController.h
ResponsiveImageSelector.cpp
ResponsiveImageSelector.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1597413 - fix locking screen orientation to be fission compatible. r=farre 2020-04-27 15:43:36 +00:00
ScreenOrientation.h Bug 1597413 - fix locking screen orientation to be fission compatible. r=farre 2020-04-27 15:43:36 +00:00
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 312971 - Unprefix -moz-read-write / -moz-read-only. r=edgar 2020-05-14 16:46:08 +00:00
Selection.h Bug 1635709: part 5) Annotate Selection::ReplaceAnchorFocusRange with MOZ_CAN_RUN_SCRIPT. r=masayuki 2020-05-11 09:39:33 +00:00
SelectionChangeEventDispatcher.cpp Bug 1626388 - Convert dom.select_events.textcontrols.enabled to static pref r=njn 2020-04-06 23:30:18 +00:00
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 Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
ShadowRoot.cpp Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
ShadowRoot.h Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
SlowScriptDebug.jsm
StaticRange.cpp
StaticRange.h
StorageAccessPermissionRequest.cpp
StorageAccessPermissionRequest.h
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp Bug 1563335 - Part 2: Add a pref for serializing all JS threads that access shared SABs. r=smaug 2020-03-26 00:29:48 +00:00
StructuredCloneHolder.h
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 1634664 - BlobURLs should not be considered 3rd parties, r=ckerschb 2020-05-04 16:02:38 +00:00
ThirdPartyUtil.h Bug 1594529 - Create LoadInfo for subdocuments directly in parent process with DocumentChannel. r=mattwoodrow,nika 2020-04-15 18:53:06 +00:00
Timeout.cpp
Timeout.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1624810 - Set the multi-zone JS holder flag on appropriate cycle collected classes r=mccr8 2020-03-26 10:49:06 +00:00
TimeoutHandler.h
TimeoutManager.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
TimeoutManager.h
TreeIterator.h
TreeOrderedArray.h
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UseCounter.h
UseCounters.conf Bug 1633362 - Add a use counter for Document.mozSetImageElement. r=smaug 2020-04-27 20:00:09 +00:00
usecounters.py
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ViewportMetaData.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ViewportMetaData.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
VisualViewport.cpp
VisualViewport.h
WindowDestroyedEvent.cpp
WindowDestroyedEvent.h
WindowFeatures.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
WindowFeatures.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
WindowNamedPropertiesHandler.cpp Bug 1277799 - Define @@toStringTag on all DOM interface prototype objects. r=peterv 2020-05-05 17:54:51 +00:00
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp
WindowOrientationObserver.h
WindowProxyHolder.h
XPathGenerator.cpp
XPathGenerator.h