gecko-dev/dom/base
2025-07-08 09:51:16 +00:00
..
crashtests Bug 1928021 - Filter on allowed schemes. r=peterv,farre 2025-06-16 08:16:12 +00:00
fragmentdirectives Bug 1957557, part 2 - Create Text Fragments: Remove old implementation. r=dom-core,farre 2025-05-26 08:20:49 +00:00
fuzztest
rust Bug 1974230: Add UA-only pseudo-selector for suppressing frame generation of elements during printing. r=firefox-style-system-reviewers,emilio 2025-07-04 18:49:07 +00:00
test Bug 1975816 - Text Fragments: Handle empty text nodes correctly when searching for word boundaries. r=smaug 2025-07-05 12:52:54 +00:00
AbstractRange.cpp Bug 1965846 - Fix copy/paste behaviour for flat tree selection r=smaug 2025-07-03 13:25:21 +00:00
AbstractRange.h Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
AncestorIterator.h
AnimationFrameProvider.cpp
AnimationFrameProvider.h
AnonymousContent.cpp
AnonymousContent.h
Attr.cpp Bug 1947732 - Provide nsIPrincipal to GetTrustedTypesCompliantAttributeValue. r=smaug 2025-04-30 11:09:08 +00:00
Attr.h
AttrArray.cpp
AttrArray.h Bug 1922586 - More explicitly opt in into bindings for UniquePtr. r=sergesanspaille 2025-07-01 08:30:38 +00:00
AutocompleteFieldList.h
AutoPrintEventDispatcher.h Bug 1958942 - Refactor how we schedule and suppress rendering phases. r=smaug 2025-04-09 23:51:01 +00:00
AutoSuppressEventHandlingAndSuspend.h
BarProps.cpp
BarProps.h
BindContext.cpp
BindContext.h
BodyConsumer.cpp
BodyConsumer.h
BodyUtil.cpp
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CacheExpirationTime.h
CallState.h
CCGCScheduler.cpp Bug 1956726 - Migrate histograms to use Glean APIs in dom/, r=chutten. 2025-04-03 21:02:54 +00:00
CCGCScheduler.h Bug 1956726 - remove leftover Telemetry.h includes in header files, r=chutten,places-reviewers. 2025-04-08 13:03:01 +00:00
CharacterData.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
CharacterData.h
ChildIterator.cpp Bug 1954552 - Support passing a NodeIndexCache to CompareTreePosition. r=smaug 2025-03-19 20:54:08 +00:00
ChildIterator.h Bug 1954552 - Support passing a NodeIndexCache to CompareTreePosition. r=smaug 2025-03-19 20:54:08 +00:00
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1972410 - Change uint64_t to uint32_t to not lose precision when working with RFP targets in JS. r=tjr 2025-06-16 20:36:37 +00:00
ChromeUtils.h Bug 1930501 - Implement bfcache clearing for Clear-Site-Data: "cache"-header r=smaug,timhuang 2025-06-13 16:43:42 +00:00
Comment.cpp
Comment.h
components.conf
CompressionStream.cpp Bug 1957934 - Part 5: Add missing header inclusion 2025-04-29 23:06:14 +00:00
CompressionStream.h
CompressionStreamHelper.h
ConnectedAncestorTracker.h Bug 1962870 - part 1: Reimplement EventStateManager::MaybeFirePointerCancel r=smaug,edgar,dom-core 2025-06-24 02:26:35 +00:00
ContentAreaDropListener.sys.mjs
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
ContentIterator.cpp Bug 1968960 - Make ContentSubtreeIterator iterates slot element normally if it doesn't have assigned nodes r=jjaschke,dom-core 2025-06-09 13:37:45 +00:00
ContentIterator.h Bug 1932150 - ContentSubtreeIterator #3: Fix a bug in ContentSubtreeIterator where the end container is in the light DOM of a shadow host r=jjaschke 2025-05-09 18:19:15 +00:00
ContentProcessMessageManager.cpp
ContentProcessMessageManager.h
CORSMode.h
CrossShadowBoundaryRange.cpp Bug 1965846 - Use DoSetRange instead of SetStartAndEnd in CrossShadowBoundaryRange::ContentWillBeRemoved r=smaug 2025-07-03 13:25:26 +00:00
CrossShadowBoundaryRange.h Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp
CustomElementRegistry.h
DecompressionStream.cpp Bug 1957934 - Part 5: Add missing header inclusion 2025-04-29 23:06:14 +00:00
DecompressionStream.h
DirectionalityUtils.cpp Bug 1932150 - Update ranges to correctly set and update nodes for flattened selection r=jjaschke,smaug,dom-core 2025-05-09 18:19:04 +00:00
DirectionalityUtils.h
DocGroup.cpp Bug 1928254 - pt 1. Label arenas for the profiler r=glandium 2025-05-27 08:04:02 +00:00
DocGroup.h
Document.cpp Bug 1930618: LinkStyle subclasses clone its stylesheet while cloning for static document. r=layout-reviewers,emilio 2025-07-07 18:52:10 +00:00
Document.h Bug 560067 - Only tick the refresh driver if the animated images are tracked by the document. r=smaug 2025-07-02 09:37:49 +00:00
DocumentFragment.cpp
DocumentFragment.h
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1960473 - Update content relevancy only once per tick. r=fredw 2025-04-21 11:08:27 +00:00
DocumentOrShadowRoot.h Bug 1957689 - Use atoms a bit more in IDTracker. r=smaug 2025-04-02 18:10:31 +00:00
DocumentType.cpp
DocumentType.h
DOMArena.h Bug 1928254 - pt 1. Label arenas for the profiler r=glandium 2025-05-27 08:04:02 +00:00
domerr.msg
DOMException.cpp
DOMException.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
DOMImplementation.cpp Bug 1960678 - Make DocumentFlavor an enum class. r=emilio,necko-reviewers,sunil 2025-04-16 07:42:49 +00:00
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1971717 - Apply scrollMargin on rootBounds when input is implicit root r=emilio 2025-06-12 12:56:47 +00:00
DOMIntersectionObserver.h Bug 1860030 - Implement scrollMargin for IntersectionObserver r=emilio 2025-06-04 09:56:12 +00:00
DOMMatrix.cpp Bug 1975174 - Fix rotateAxisAngleSelf not to always call Ensure3DMatrix r=smaug 2025-07-07 14:49:50 +00:00
DOMMatrix.h Bug 1958651, don't create temporary DOMMatrixReadonly when calling addPath, r=saschanaz 2025-04-09 14:41:21 +00:00
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1947732 - Provide nsIPrincipal to GetTrustedTypesCompliantString. r=smaug 2025-04-30 11:09:07 +00:00
DOMParser.h Bug 1947732 - Provide nsIPrincipal to GetTrustedTypesCompliantString. r=smaug 2025-04-30 11:09:07 +00:00
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp
DOMRect.h Bug 1966547 - Remove unnecessary virtual specifiers. r=nika,necko-reviewers,media-playback-reviewers,permissions-reviewers,timhuang,kershaw,padenot 2025-05-22 05:47:21 +00:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Bug 1967878 - part 1: Clean up PointerInfo r=edgar,dom-core 2025-06-16 12:54:14 +00:00
Element.h Bug 1950359 - Implement request-close invoker command r=dom-core,edgar 2025-07-04 15:43:49 +00:00
ElementInlines.h
EventSource.cpp Bug 1945924 - Replace SchemeIsFoo functions with the inlined SchemeIs() call. r=valentin,emilio,necko-reviewers,geckoview-reviewers,anti-tracking-reviewers,core-sessionstore-reviewers,ohall,farre 2025-03-31 14:25:54 +00:00
EventSource.h
EventSourceEventService.cpp
EventSourceEventService.h
External.cpp
External.h
FilteredNodeIterator.h
FlushType.h Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
FocusModel.h
FormData.cpp Bug 1962710 - Part 3: Fire NavigateEvent for regular navigations. r=smaug,necko-reviewers 2025-05-19 09:03:54 +00:00
FormData.h Bug 1962710 - Part 3: Fire NavigateEvent for regular navigations. r=smaug,necko-reviewers 2025-05-19 09:03:54 +00:00
FragmentDirective.cpp Bug 1975158 - Text Fragments: Fix cycle collection leak. r=mccr8 2025-07-02 18:59:11 +00:00
FragmentDirective.h Bug 1970339, part 1 - Text Fragments: Change API to create text fragments to use Selection instead of a single range. r=webidl,smaug,vhilla,mccr8 2025-07-02 09:37:02 +00:00
FragmentOrElement.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
FragmentOrElement.h Bug 1966547 - Remove unnecessary virtual specifiers. r=nika,necko-reviewers,media-playback-reviewers,permissions-reviewers,timhuang,kershaw,padenot 2025-05-22 05:47:21 +00:00
FromParser.h
FullscreenChange.h Bug 1958979 - Align fullscreen steps with the spec better. r=smaug 2025-04-10 01:19:45 +00:00
FuzzingFunctions.cpp
FuzzingFunctions.h
gen-usecounters.py
GeneratedImageContent.cpp
GeneratedImageContent.h
GlobalFreezeObserver.h
GlobalTeardownObserver.cpp
GlobalTeardownObserver.h
Highlight.cpp Bug 1969004 - CSS Highlight API: Make Highlight.add() and HighlightRegistry.set() chainable. r=edgar 2025-06-04 06:51:04 +00:00
Highlight.h Bug 1969004 - CSS Highlight API: Make Highlight.add() and HighlightRegistry.set() chainable. r=edgar 2025-06-04 06:51:04 +00:00
HighlightRegistry.cpp Bug 1969004 - CSS Highlight API: Make Highlight.add() and HighlightRegistry.set() chainable. r=edgar 2025-06-04 06:51:04 +00:00
HighlightRegistry.h Bug 1969004 - CSS Highlight API: Make Highlight.add() and HighlightRegistry.set() chainable. r=edgar 2025-06-04 06:51:04 +00:00
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h Bug 834208 - Align the document name getter with the spec and other browsers; r=smaug,devtools-reviewers,ochameau 2025-03-20 15:42:43 +00:00
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp Bug 1964407 - Implement TaskSignal.any for the web task scheduling API r=jjaschke,dom-core,webidl,smaug 2025-05-15 15:14:14 +00:00
IdleRequest.h
IDTracker.cpp Bug 1967507 - Remove Document::GetAnonRootIfInAnonymousContentContainer. r=smaug 2025-05-22 08:25:34 +00:00
IDTracker.h Bug 1957689 - Use atoms a bit more in IDTracker. r=smaug 2025-04-02 18:10:31 +00:00
IframeSandboxKeywordList.h Bug 1971805 - Rename SANDBOXED_ALLOW_DOWNLOADS to SANDBOXED_DOWNLOADS. r=smaug 2025-06-13 06:45:08 +00:00
ImageEncoder.cpp
ImageEncoder.h
IndexedDBHelper.sys.mjs
InProcessBrowserChildMessageManager.cpp
InProcessBrowserChildMessageManager.h
InteractiveWidget.h
IntlUtils.cpp
IntlUtils.h
JSExecutionUtils.cpp
JSExecutionUtils.h
Link.cpp
Link.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
LinkStyle.cpp Bug 1930618: LinkStyle subclasses clone its stylesheet while cloning for static document. r=layout-reviewers,emilio 2025-07-07 18:52:10 +00:00
LinkStyle.h Bug 1930618: LinkStyle subclasses clone its stylesheet while cloning for static document. r=layout-reviewers,emilio 2025-07-07 18:52:10 +00:00
Location.cpp Bug 1971696 - Refactor nsDocShell::Reload. r=jjaschke,smaug 2025-06-17 09:10:10 +00:00
Location.h Bug 1971696 - Refactor nsDocShell::Reload. r=jjaschke,smaug 2025-06-17 09:10:10 +00:00
LocationBase.cpp Revert "Bug 1959961, part 4 - Navigation API: Update test expectations. r=farre" for causing build bustages @Navigation.cpp. 2025-06-30 21:04:09 +00:00
LocationBase.h Revert "Bug 1959961, part 4 - Navigation API: Update test expectations. r=farre" for causing build bustages @Navigation.cpp. 2025-06-30 21:04:09 +00:00
LocationHelper.sys.mjs
mach_commands.py
MaybeCrossOriginObject.cpp
MaybeCrossOriginObject.h
MessageBroadcaster.cpp
MessageBroadcaster.h
MessageListenerManager.cpp
MessageListenerManager.h
MessageManagerCallback.h
MessageManagerGlobal.cpp
MessageManagerGlobal.h
MessageSender.cpp
MessageSender.h
MimeType.cpp Bug 1970181 - Part 1: Add Subtype method in dom::MimeType. r=necko-reviewers,kershaw 2025-06-04 12:07:38 +00:00
MimeType.h Bug 1970181 - Part 1: Add Subtype method in dom::MimeType. r=necko-reviewers,kershaw 2025-06-04 12:07:38 +00:00
moz.build Bug 1975029 - Remove dom::ImageTracker. r=smaug 2025-07-02 06:19:17 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp
MozQueryInterface.h
MutationObservers.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
MutationObservers.h Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
NameSpaceConstants.h
Navigator.cpp Bug 1972600 - Spoof network connection for HTMLMediaElement preload. r=tjr,karlt 2025-07-01 20:38:30 +00:00
Navigator.h Bug 1945576, part 1 - Add DOM plumbing for Login Status JS hooks - r=anti-tracking-reviewers,webidl,smaug,timhuang 2025-03-26 18:09:50 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsAttrValue.h Bug 1963845 - Use Span for EnumTable. r=emilio,smaug 2025-05-06 08:28:23 +00:00
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1958292 - Don't use the observer service for forget skippable cleanup. r=smaug 2025-04-23 20:24:50 +00:00
nsCCUncollectableMarker.h Bug 1958292 - Don't use the observer service for forget skippable cleanup. r=smaug 2025-04-23 20:24:50 +00:00
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1670200 - Part 3: Fix support for dragging image that use blob URL; r=tschuster 2025-07-06 21:16:52 +00:00
nsContentAreaDragDrop.h
nsContentCreatorFunctions.h
nsContentList.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp
nsContentPermissionHelper.h
nsContentPolicy.cpp
nsContentPolicy.h
nsContentPolicyUtils.h Bug 1964754 - Remove nsIContentPolicy TYPE_OBJECT_SUBREQUEST. r=necko-reviewers,webdriver-reviewers,extension-reviewers,devtools-reviewers,valentin,robwu,whimboo,ochameau 2025-05-22 08:27:55 +00:00
nsContentSink.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
nsContentSink.h
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1975501 - Change AddonPolicy with AddonPolicyCore r=tjr 2025-07-08 01:32:06 +00:00
nsContentUtils.h Bug 1974833 - Make StringToDecimal follow HTML rules for what a floating point number is. r=masayuki,dom-core 2025-07-04 23:00:56 +00:00
nsCopySupport.cpp
nsCopySupport.h
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsDeprecatedOperationList.h
nsDocElementCreatedNotificationRunner.h
nsDocumentWarningList.h Bug 1964343 - Unship onafterscriptexecute and onbeforescriptexecute events on early Beta; r=hsivonen,dom-core 2025-05-08 23:35:51 +00:00
nsDOMAttributeMap.cpp Bug 1947732 - Provide nsIPrincipal to GetTrustedTypesCompliantAttributeValue. r=smaug 2025-04-30 11:09:08 +00:00
nsDOMAttributeMap.h Bug 1947732 - Provide nsIPrincipal to GetTrustedTypesCompliantAttributeValue. r=smaug 2025-04-30 11:09:08 +00:00
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
nsDOMMutationObserver.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsDOMNavigationTiming.cpp Bug 1956726 - Migrate histograms to use Glean APIs in dom/, r=chutten. 2025-04-03 21:02:54 +00:00
nsDOMNavigationTiming.h
nsDOMString.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1957531 - Add EnableAsync flag to nsDOMWindowUtils::SendTouchEvent r=whimboo,hiro,smaug 2025-07-05 06:51:32 +00:00
nsDOMWindowUtils.h Bug 1957531 - Add EnableAsync flag to nsDOMWindowUtils::SendTouchEvent r=whimboo,hiro,smaug 2025-07-05 06:51:32 +00:00
nsFocusManager.cpp Bug 1976191 - Clean up a bit popover focus movement code. r=smaug 2025-07-08 09:51:16 +00:00
nsFocusManager.h Bug 53579 - Remove mFirstBlurEvent from nsFocusManager; r=sefeng 2025-06-08 20:26:52 +00:00
nsFrameLoader.cpp Bug 1968644 - Part 4: Populate triggeringFirstPartyClassificationFlags and triggeringThirdPartyClassificationFlags for loads. r=smaug,necko-reviewers 2025-06-17 20:28:18 +00:00
nsFrameLoader.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsFrameLoaderOwner.cpp
nsFrameLoaderOwner.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsFrameMessageManager.cpp Bug 1956726 - remove leftover Telemetry.h includes in .cpp files, r=chutten,geckoview-reviewers,cookie-reviewers,win-reviewers,dom-storage-reviewers,gstoll,valentin,m_kato,janv. 2025-04-08 13:03:02 +00:00
nsFrameMessageManager.h
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1975177 - Make ShowSlowScriptDialog shutdown aware. r=smaug 2025-07-02 18:57:49 +00:00
nsGlobalWindowInner.h Bug 1883778 - Move nsGlobalWindowInner::IsGleanNeeded impl to dom::GleanWebidlEnabled r=webidl,smaug,janerik 2025-06-11 20:39:00 +00:00
nsGlobalWindowOuter.cpp Bug 1959052 - Ensure JS execution is blocked during window.print() when we're using the system UI (rather than printing via the Firefox preview panel). r=emilio 2025-06-16 18:06:41 +00:00
nsGlobalWindowOuter.h Bug 1960003 - Stop including UnionTypes.h from some headers; r=saschanaz,core-sessionstore-reviewers,farre 2025-06-07 21:01:07 +00:00
nsHistory.cpp Bug 1971696 - Refactor nsDocShell::Reload. r=jjaschke,smaug 2025-06-17 09:10:10 +00:00
nsHistory.h Bug 1971696 - Refactor nsDocShell::Reload. r=jjaschke,smaug 2025-06-17 09:10:10 +00:00
nsIAnimationObserver.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIContent.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIContentInlines.h Bug 1932150 - Allow using flat tree order for point comparing in selection r=jjaschke,smaug,dom-core 2025-05-09 18:19:00 +00:00
nsIContentPolicy.idl Bug 1964754 - Remove nsIContentPolicy TYPE_OBJECT_SUBREQUEST. r=necko-reviewers,webdriver-reviewers,extension-reviewers,devtools-reviewers,valentin,robwu,whimboo,ochameau 2025-05-22 08:27:55 +00:00
nsIDocumentObserver.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl
nsIGlobalObject.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsIGlobalObject.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIImageLoadingContent.idl
nsImageLoadingContent.cpp Bug 1975029 - Remove dom::ImageTracker. r=smaug 2025-07-02 06:19:17 +00:00
nsImageLoadingContent.h Bug 1967531 - Unify SVG image and HTML image loading r=emilio 2025-06-24 19:25:36 +00:00
nsIMessageManager.idl
nsIMutationObserver.h Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
nsINode.cpp Bug 1965846 - Fix copy/paste behaviour for flat tree selection r=smaug 2025-07-03 13:25:21 +00:00
nsINode.h Bug 1965846 - Fix copy/paste behaviour for flat tree selection r=smaug 2025-07-03 13:25:21 +00:00
nsINodeList.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIObjectLoadingContent.idl
nsIScriptableContentIterator.idl
nsIScriptChannel.idl
nsIScriptContext.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIScriptGlobalObject.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsIScriptObjectPrincipal.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsISelectionController.idl
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsISlowScriptDebug.idl
nsJSEnvironment.cpp Bug 1967467 - Add a GC parameter to control the nursery's max collection time target r=sfink 2025-05-22 07:47:32 +00:00
nsJSEnvironment.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsJSUtils.cpp Bug 1960003 - Stop including UnionTypes.h from some headers; r=saschanaz,core-sessionstore-reviewers,farre 2025-06-07 21:01:07 +00:00
nsJSUtils.h
nsLineBreaker.cpp
nsLineBreaker.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsNameSpaceManager.cpp
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsNodeInfoManager.cpp
nsNodeInfoManager.h
nsObjectLoadingContent.cpp Bug 1974688 - Some nsObjectLoadingContent::OpenChannel cleanup. r=farre 2025-07-04 13:18:26 +00:00
nsObjectLoadingContent.h
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPIDOMWindow.h Bug 1966738 - Part 2: Expose if there is an active CloseWatcher to the UI r=reusable-components-reviewers,mstriemer 2025-06-26 16:17:34 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsPluginArray.cpp
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1974230: During print selection, apply internal pseudo-selector to unselected elements to suppress frame generation. r=layout-reviewers,emilio 2025-07-04 18:49:10 +00:00
nsRange.h Bug 1974230: During print selection, apply internal pseudo-selector to unselected elements to suppress frame generation. r=layout-reviewers,emilio 2025-07-04 18:49:10 +00:00
nsSandboxFlags.h Bug 1971805 - Rename SANDBOXED_ALLOW_DOWNLOADS to SANDBOXED_DOWNLOADS. r=smaug 2025-06-13 06:45:08 +00:00
nsScreen.cpp Bug 1966184: If we are fullscreen, do not subtract anything from the available resolution r=fkilic 2025-05-23 03:47:13 +00:00
nsScreen.h Bug 1966184: If we are fullscreen, do not subtract anything from the available resolution r=fkilic 2025-05-23 03:47:13 +00:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h Bug 1519636 - Reformat recent changes to the Google coding style r=geckoview-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,nalexander,gstoll,tcampbell,janv,julienw 2025-05-17 19:11:13 +00:00
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp Bug 1928932 - Part 1 - Add an mIsTrusted flag on script elements. r=smaug,credential-management-reviewers,dimi 2025-06-27 15:23:24 +00:00
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1959949 - Don't reparse empty style attributes. r=emilio 2025-04-14 11:56:56 +00:00
nsStyledElement.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsSyncLoadService.cpp Bug 1974407 - nsSyncLoadService::LoadDocument should use loadingDocument. r=smaug 2025-07-07 08:48:28 +00:00
nsSyncLoadService.h Bug 1974407 - nsSyncLoadService::LoadDocument should use loadingDocument. r=smaug 2025-07-07 08:48:28 +00:00
nsTextFragment.cpp
nsTextFragment.h Bug 1972762 - part 5: Make HTMLEditUtils::GetPreviousPreformattedNewLineInTextNode stop using nsTextFragment::CharAt r=m_kato,jjaschke,dom-core 2025-06-27 06:16:18 +00:00
nsTextFragmentGeneric.h
nsTextFragmentGenericFwd.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextFragmentVMX.cpp
nsTextNode.cpp
nsTextNode.h
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1975392 - More consistently use underscore in StaticAtom identifier. r=emilio 2025-07-03 12:26:51 +00:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp
nsWindowMemoryReporter.h
nsWindowRoot.cpp
nsWindowRoot.h
nsWindowSizes.h
nsWrapperCache.cpp
nsWrapperCache.h Bug 1964489 - Avoid duplication in NS_DECLARE_STATIC_IID_ACCESSOR / NS_DEFINE_STATIC_IID_ACCESSOR r=nika,necko-reviewers,media-playback-reviewers,places-reviewers,win-reviewers,dom-storage-reviewers,xpcom-reviewers,gstoll,janv,emilio,padenot,valentin,asuth 2025-05-08 08:05:51 +00:00
nsWrapperCacheInlines.h
Nyx.cpp Bug 1960353 - Return full buffer exposed by Nyx interface. r=decoder 2025-04-22 15:59:53 +00:00
Nyx.h
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h
PlacesBookmarkAddition.h
PlacesBookmarkChanged.h
PlacesBookmarkGuid.h
PlacesBookmarkKeyword.h
PlacesBookmarkMoved.h
PlacesBookmarkRemoved.h
PlacesBookmarkTags.h
PlacesBookmarkTime.h
PlacesBookmarkTitle.h
PlacesBookmarkUrl.h
PlacesEvent.cpp
PlacesEvent.h
PlacesEventCounts.cpp
PlacesEventCounts.h
PlacesFavicon.h
PlacesHistoryCleared.h
PlacesObservers.cpp
PlacesObservers.h
PlacesPurgeCaches.h
PlacesRanking.h
PlacesVisit.h
PlacesVisitRemoved.h
PlacesVisitTitle.h
PlacesWeakCallbackWrapper.cpp
PlacesWeakCallbackWrapper.h
PointerLockManager.cpp
PointerLockManager.h
PopoverData.cpp Bug 1966738 - Part 1: Relocate logic for adding a CloseWatcher to the window r=smaug 2025-06-23 08:14:19 +00:00
PopoverData.h Bug 1966908 - null mCloseWatcher when HidePopover is called r=smaug 2025-05-19 11:21:11 +00:00
PopupBlocker.cpp Bug 1974578 - Add oncommand global handler r=webidl,smaug 2025-07-04 17:41:52 +00:00
PopupBlocker.h
Pose.cpp
Pose.h
PostMessageEvent.cpp Backed out changeset a420e4797f02 (bug 1880429) for causing failures at compile-event-handler-settings-objects.html. 2025-03-21 17:20:34 +02:00
PostMessageEvent.h
ProcessMessageManager.cpp
ProcessMessageManager.h
RadioGroupContainer.cpp
RadioGroupContainer.h
RangeBoundary.h Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
RangeUtils.cpp Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
RangeUtils.h Bug 1932150 - Allow using flat tree order for point comparing in selection r=jjaschke,smaug,dom-core 2025-05-09 18:19:00 +00:00
RemoteOuterWindowProxy.cpp
RequestCallbackManager.h
ResizeObserver.cpp Bug 1967762 - Fix and test resizeobserver interaction with CSS zoom. r=jfkthame,layout-reviewers,dshin 2025-05-31 18:18:05 +00:00
ResizeObserver.h
ResponsiveImageSelector.cpp Bug 1974833 - Make StringToDecimal follow HTML rules for what a floating point number is. r=masayuki,dom-core 2025-07-04 23:00:56 +00:00
ResponsiveImageSelector.h
RustTypes.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1964898 - Abort pending orientation lock when document isn't full active. r=edgar 2025-05-19 03:41:58 +00:00
ScreenOrientation.h Bug 1954168 - Throw an exception when calling unlock() is failed by common safety checks. r=dom-core,edgar 2025-03-21 09:45:36 +00:00
ScriptableContentIterator.cpp
ScriptableContentIterator.h
ScrollingMetrics.cpp
ScrollingMetrics.h
Selection.cpp Bug 1965846 - Make CrossShadowBoundaryRange utilizes RangeBoundary(TreeKind::Flat) r=smaug 2025-07-03 13:25:18 +00:00
Selection.h Bug 1965846 - Make CrossShadowBoundaryRange utilizes RangeBoundary(TreeKind::Flat) r=smaug 2025-07-03 13:25:18 +00:00
SelectionChangeEventDispatcher.cpp
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp
SerializedStackHolder.h
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1930618: LinkStyle subclasses clone its stylesheet while cloning for static document. r=layout-reviewers,emilio 2025-07-07 18:52:10 +00:00
ShadowRoot.h Bug 1922586 - More explicitly opt in into bindings for UniquePtr. r=sergesanspaille 2025-07-01 08:30:38 +00:00
SlowScriptDebug.sys.mjs
SourceLocation.cpp
SourceLocation.h
StaticAtomSet.h
StaticRange.cpp Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
StaticRange.h Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
StorageAccessPermissionRequest.cpp
StorageAccessPermissionRequest.h
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp
StructuredCloneHolder.h
StructuredCloneTags.h
StructuredCloneTester.cpp
StructuredCloneTester.h
StyledRange.cpp
StyledRange.h
StyleSheetList.cpp
StyleSheetList.h
SubtleCrypto.cpp
SubtleCrypto.h
SyncMessageSender.h
TestUtils.cpp
TestUtils.h
Text.cpp
Text.h
TextDirectiveCreator.cpp Bug 1971043, 1972004: apply code formatting via Lando 2025-07-02 14:50:02 +00:00
TextDirectiveCreator.h Bug 1971043 - Text Fragments: Correctly deal with expandable end terms for range-based matching. r=dom-core,keithamus,mccr8 2025-07-02 14:49:35 +00:00
TextDirectiveFinder.cpp Bug 1975158 - Text Fragments: Fix cycle collection leak. r=mccr8 2025-07-02 18:59:11 +00:00
TextDirectiveFinder.h Bug 1975158 - Text Fragments: Fix cycle collection leak. r=mccr8 2025-07-02 18:59:11 +00:00
TextDirectiveUtil.cpp Bug 1965846 - Allow RangeBoundary to correctly behave when the boundary is for <slot> r=masayuki,dom-core 2025-07-03 13:25:15 +00:00
TextDirectiveUtil.h Bug 1975816 - Text Fragments: Handle empty text nodes correctly when searching for word boundaries. r=smaug 2025-07-05 12:52:54 +00:00
TextInputProcessor.cpp
TextInputProcessor.h
ThirdPartyUtil.cpp Bug 1945924 - Replace SchemeIsFoo functions with the inlined SchemeIs() call. r=valentin,emilio,necko-reviewers,geckoview-reviewers,anti-tracking-reviewers,core-sessionstore-reviewers,ohall,farre 2025-03-31 14:25:54 +00:00
ThirdPartyUtil.h
Timeout.cpp
Timeout.h Bug 1467846: Part 10: Introduce DelayedDispatchToEventLoopCallback r=arai,dom-worker-reviewers,smaug 2025-05-13 10:04:54 +00:00
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1467846: Part 10: Introduce DelayedDispatchToEventLoopCallback r=arai,dom-worker-reviewers,smaug 2025-05-13 10:04:54 +00:00
TimeoutHandler.h Bug 1966547 - Remove unnecessary virtual specifiers. r=nika,necko-reviewers,media-playback-reviewers,permissions-reviewers,timhuang,kershaw,padenot 2025-05-22 05:47:21 +00:00
TimeoutManager.cpp Bug 1967608 - Make all prefs accessed by worker thread atomic, r=smaug 2025-05-21 11:23:18 +00:00
TimeoutManager.h
TreeIterator.h
TreeOrderedArray.h
TreeOrderedArrayInlines.h Bug 1954552 - Support passing a NodeIndexCache to CompareTreePosition. r=smaug 2025-03-19 20:54:08 +00:00
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UnbindContext.h
use_counter_metrics.yaml Bug 1873716 - Add top_level_content_documents_destroyed to metrics ping. r=tjr,chutten 2025-07-03 19:49:48 +00:00
UseCounter.h
UseCounterMetrics.h
UseCounters.conf Bug 1943623 - Remove Error Stack Accessor Telemetry; r=mgaudet 2025-06-25 15:41:16 +00:00
usecounters.py Bug 1873716 - Add top_level_content_documents_destroyed to metrics ping. r=tjr,chutten 2025-07-03 19:49:48 +00:00
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h Bug 1966547 - Remove unnecessary virtual specifiers. r=nika,necko-reviewers,media-playback-reviewers,permissions-reviewers,timhuang,kershaw,padenot 2025-05-22 05:47:21 +00:00
VideoFrameProvider.h
ViewportMetaData.cpp
ViewportMetaData.h
VisualViewport.cpp Bug 1958965 - Change scroll event setup to match the spec better. r=smaug 2025-04-10 01:07:15 +00:00
VisualViewport.h Bug 1958952 - Make resize event handling more in line with the spec. r=smaug 2025-04-10 00:54:09 +00:00
WindowDestroyedEvent.cpp
WindowDestroyedEvent.h
WindowFeatures.cpp
WindowFeatures.h
WindowNamedPropertiesHandler.cpp Bug 834208 - Align the document name getter with the spec and other browsers; r=smaug,devtools-reviewers,ochameau 2025-03-20 15:42:43 +00:00
WindowNamedPropertiesHandler.h
WindowProxyHolder.h
XPathGenerator.cpp
XPathGenerator.h