gecko-dev/dom/base
2024-03-11 10:47:07 +02:00
..
crashtests Bug 1879538 - cleanup unnecessary and redundant reftest conditions. r=aryx,jgilbert 2024-02-22 23:04:45 +00:00
fuzztest
rust
test Bug 1267488: If no HTML input radio in a group is checked, only make the first radio in the group tabbable instead of all of them. r=smaug 2024-03-08 07:03:28 +00:00
AbstractRange.cpp
AbstractRange.h
AncestorIterator.h
AnimationFrameProvider.cpp
AnimationFrameProvider.h
AnonymousContent.cpp
AnonymousContent.h
Attr.cpp
Attr.h
AttrArray.cpp
AttrArray.h
AutocompleteFieldList.h Bug 1824215 - support non-autofill credential type for autocomplete attribute. r=sgalich,smaug 2023-12-01 23:56:47 +00:00
AutoPrintEventDispatcher.h Bug 1877672 - Simplify some uses of FunctionRef that now can use lambdas. r=nika 2024-02-02 19:21:20 +00:00
AutoSuppressEventHandlingAndSuspend.h
BarProps.cpp
BarProps.h
BindContext.cpp
BindContext.h
BodyConsumer.cpp Bug 1880233 - Add names to MainThreadWorkerRunnable derived runnables. r=dom-worker-reviewers,asuth 2024-02-14 16:13:24 +00:00
BodyConsumer.h
BodyUtil.cpp Bug 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CallState.h
CCGCScheduler.cpp Bug 1869835 - Part 3: Convert CC/GC markers to the new MarkerSchema so it gets full ETW support. r=smaug 2023-12-21 18:17:41 +00:00
CCGCScheduler.h Bug 1868744 - If JS engine triggered a GC slice, don't trigger another too soon from CCGCScheduler, r=jonco 2023-12-07 12:34:33 +00:00
CharacterData.cpp Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
CharacterData.h Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
ChildIterator.cpp
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1640839 - Stop generating count of WebIDL enum values, use standard enum traits instead. r=mccr8 2024-03-02 07:50:25 +00:00
ChromeUtils.h Bug 1770944 - Remove other references to inBrowserElement, r=cookie-reviewers,valentin,janv,decoder 2024-03-07 13:04:23 +00:00
Comment.cpp
Comment.h
components.conf
CompressionStream.cpp
CompressionStream.h
ContentAreaDropListener.sys.mjs
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp
ContentIterator.h
ContentProcessMessageManager.cpp Bug 1881845 - Remove nsContentCID.h r=smaug,media-playback-reviewers,karlt 2024-03-04 23:41:05 +00:00
ContentProcessMessageManager.h
CORSMode.h
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp
CustomElementRegistry.h
DecompressionStream.cpp
DecompressionStream.h
DirectionalityUtils.cpp Bug 1874040 - Simplify dir=auto implementation. r=smaug 2024-02-21 12:23:48 +00:00
DirectionalityUtils.h Bug 1874040 - Simplify dir=auto implementation. r=smaug 2024-02-21 12:23:48 +00:00
DocGroup.cpp Bug 1873967 - Remove DocGroup::TryToLoadIframesInBackground. r=sefeng 2024-01-10 22:33:17 +00:00
DocGroup.h Bug 1873967 - Remove DocGroup::TryToLoadIframesInBackground. r=sefeng 2024-01-10 22:33:17 +00:00
Document.cpp Bug 1882417 - Suspend DOM notifications while parsing innerHTML, r=hsivonen 2024-03-01 13:14:34 +00:00
Document.h Bug 1883138 - Ensure HasParserNotified returns true only when parser has actually notified, r=hsivonen 2024-03-07 12:52:30 +00:00
DocumentFragment.cpp
DocumentFragment.h Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
DocumentInlines.h
DocumentOrShadowRoot.cpp
DocumentOrShadowRoot.h
DocumentType.cpp
DocumentType.h
DOMArena.h
domerr.msg
DOMException.cpp
DOMException.h
DOMImplementation.cpp
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1807253 - unreliable timing for content-visibility:auto, r=emilio 2023-11-27 08:26:46 +00:00
DOMIntersectionObserver.h Bug 1807253 - unreliable timing for content-visibility:auto, r=emilio 2023-11-27 08:26:46 +00:00
DOMMatrix.cpp
DOMMatrix.h
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1640839 - Make WebIDL enum helper function to convert to string return an actual string. r=mccr8,media-playback-reviewers,padenot 2024-03-02 07:50:21 +00:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp
DOMRect.h
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Bug 1640839 - Stop generating a sentinel value at the end of WebIDL enums. r=mccr8,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:25 +00:00
Element.h Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
ElementInlines.h
EventSource.cpp Bug 1872413 - re-establish connection to the server for event source incase of NS_ERROR_INVALID_CONTENT_ENCODING. r=necko-reviewers,kershaw 2024-03-01 09:35:23 +00:00
EventSource.h
EventSourceEventService.cpp
EventSourceEventService.h
External.cpp
External.h
FilteredNodeIterator.h
FlushType.h Bug 1640839 - Add some helpers for enums to calculate the size and use it in EnumeratedArray. r=glandium,jgilbert,media-playback-reviewers,padenot 2024-03-02 07:50:19 +00:00
FormData.cpp
FormData.h
FragmentOrElement.cpp Bug 1882417 - Suspend DOM notifications while parsing innerHTML, r=hsivonen 2024-03-01 13:14:34 +00:00
FragmentOrElement.h Bug 1807253 - unreliable timing for content-visibility:auto, r=emilio 2023-11-27 08:26:46 +00:00
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp
FuzzingFunctions.h
gen-usecounters.py
GeneratedImageContent.cpp
GeneratedImageContent.h
GlobalTeardownObserver.cpp Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
GlobalTeardownObserver.h Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
Highlight.cpp
Highlight.h
HighlightRegistry.cpp
HighlightRegistry.h
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h Bug 1879579 - Clean up CompareTreePosition and related code. r=smaug 2024-02-12 20:01:36 +00:00
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp
IdleRequest.h
IDTracker.cpp Bug 1872408 - unescape refs before tracking r=emilio 2024-01-01 21:56:26 +00:00
IDTracker.h Bug 1872408 - unescape refs before tracking r=emilio 2024-01-01 21:56:26 +00:00
IframeSandboxKeywordList.h
ImageEncoder.cpp
ImageEncoder.h
ImageTracker.cpp
ImageTracker.h
IndexedDBHelper.sys.mjs Bug 1864896: Autofix unused function arguments (dom). r=emilio,media-playback-reviewers,dom-storage-reviewers,padenot,janv 2024-03-04 15:44:59 +00:00
InProcessBrowserChildMessageManager.cpp Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
InProcessBrowserChildMessageManager.h Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
IntlUtils.cpp
IntlUtils.h
JSExecutionContext.cpp Bug 1800641 - Part 2: Add ScriptLoadRequest::Bytecode and let JSExecutionContext::Decode receive JS::TranscodeRange. r=nbp 2024-01-08 14:57:36 +00:00
JSExecutionContext.h Bug 1800641 - Part 2: Add ScriptLoadRequest::Bytecode and let JSExecutionContext::Decode receive JS::TranscodeRange. r=nbp 2024-01-08 14:57:36 +00:00
Link.cpp Bug 1851414 - <a> and <area>'s search setter should use the UTF-8 URL encoding r=necko-reviewers,kershaw 2024-02-08 13:16:16 +00:00
Link.h
LinkStyle.cpp Bug 1865610: part 1) Add partial support for the "fetchpriority" attribute for loading style sheets from <link> elements or Link header fields. r=smaug,emilio,valentin 2023-11-23 14:36:11 +00:00
LinkStyle.h Bug 1865610: part 1) Add partial support for the "fetchpriority" attribute for loading style sheets from <link> elements or Link header fields. r=smaug,emilio,valentin 2023-11-23 14:36:11 +00:00
Location.cpp
Location.h
LocationBase.cpp
LocationBase.h
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 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
MimeType.h Bug 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
moz.build Bug 1881845 - Remove nsContentCID.h r=smaug,media-playback-reviewers,karlt 2024-03-04 23:41:05 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp Bug 1866220 - Force UniquePtr<…> return type for functions called from bindings for things marked as NewObject and returning a non-refcounted object. r=farre 2023-11-24 10:38:18 +00:00
MozQueryInterface.h
MutationObservers.cpp Bug 1883138 - Ensure HasParserNotified returns true only when parser has actually notified, r=hsivonen 2024-03-07 12:52:30 +00:00
MutationObservers.h
NameSpaceConstants.h
Navigator.cpp Bug 1867945 - Use WeakPtr<Document> instead of nsWeakPtr. r=dom-core,farre 2023-12-07 18:47:44 +00:00
Navigator.h Bug 1499547 - Remove DOMRequest r=webidl,smaug,emilio 2024-02-19 20:53:49 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin 2024-03-05 17:54:14 +00:00
nsAttrValue.h
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1866011 p2. Rename nsIDocShell.contentViewer. r=emilio,credential-management-reviewers,devtools-reviewers,sgalich 2023-11-24 09:10:52 +00:00
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1867527 - Remove unused argument aPrincipal from DragDataProducer::Produce; r=smaug 2023-11-30 22:12:02 +00:00
nsContentAreaDragDrop.h Bug 1867527 - Remove unused argument aPrincipal from DragDataProducer::Produce; r=smaug 2023-11-30 22:12:02 +00:00
nsContentCreatorFunctions.h Bug 1819923 - Perform microtask checkpoint before custom element construction in XML documents. r=peterv,dom-core 2024-01-25 18:51:07 +00:00
nsContentList.cpp
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp Bug 1847298: IPC constructor cleanup r=nika,padenot,dom-storage-reviewers,necko-reviewers,cookie-reviewers,asuth,Jamie 2023-12-08 15:56:39 +00:00
nsContentPermissionHelper.h
nsContentPolicy.cpp Bug 1872839 - Remove aMimeTypeGuess parameter from nsIContentPolicy. r=freddyb 2024-01-08 15:47:42 +00:00
nsContentPolicy.h Bug 1872839 - Remove aMimeTypeGuess parameter from nsIContentPolicy. r=freddyb 2024-01-08 15:47:42 +00:00
nsContentPolicyUtils.h Bug 1872839 - Remove aMimeTypeGuess parameter from nsIContentPolicy. r=freddyb 2024-01-08 15:47:42 +00:00
nsContentSink.cpp Bug 1878895 - Remove network.fetchpriority.enabled check from nsContentSink::ProcessStyleLinkFromHeader. r=smaug 2024-02-07 21:34:21 +00:00
nsContentSink.h Bug 1865610: part 3) Add fetchpriority attribute support for preloaded stylesheets. r=smaug,emilio,necko-reviewers,jesup 2023-11-23 14:36:12 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Backed out changeset 37af5c6d011a (bug 1881695) for causing Bug 1884602 and Bug 1884601. CLOSED TREE 2024-03-11 10:47:07 +02:00
nsContentUtils.h Backed out changeset 37af5c6d011a (bug 1881695) for causing Bug 1884602 and Bug 1884601. CLOSED TREE 2024-03-11 10:47:07 +02:00
nsCopySupport.cpp Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
nsCopySupport.h
nsDataDocumentContentPolicy.cpp Bug 1872839 - Remove aMimeTypeGuess parameter from nsIContentPolicy. r=freddyb 2024-01-08 15:47:42 +00:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1819713 - remove stray references to IsExternalCTAP2SecurityKeySupported. r=tschuster 2024-02-09 22:42:36 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMDataChannel.cpp Bug 1866008 - Remove nsContentUtils::CreateArrayBuffer. r=farre 2023-11-24 08:46:22 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp
nsDOMMutationObserver.h Bug 1870608 - Remove DOMString atom state now that atoms hold an nsStringBuffer. r=smaug 2023-12-19 10:28:34 +00:00
nsDOMNavigationTiming.cpp Bug 1883435 - Don't include GleanMetrics.h from Document.h. r=chutten,necko-reviewers,valentin 2024-03-05 17:54:14 +00:00
nsDOMNavigationTiming.h
nsDOMString.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1880594 - Make PresShell::EventHandler dispatch mouse events as a default action of eTouchEnd if it's dispatched without APZ r=smaug 2024-02-27 01:25:51 +00:00
nsDOMWindowUtils.h
nsFocusManager.cpp Bug 1483828 - [Part 4] Ensure KEY_F6 still works properly for chrome document navigation r=smaug 2024-03-04 14:16:32 +00:00
nsFocusManager.h Bug 1483828 - [Part 4] Ensure KEY_F6 still works properly for chrome document navigation r=smaug 2024-03-04 14:16:32 +00:00
nsFrameLoader.cpp Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
nsFrameLoader.h Bug 1770944 - Remove nsIMozBrowserFrame. r=smaug 2024-03-07 13:04:21 +00:00
nsFrameLoaderOwner.cpp
nsFrameLoaderOwner.h
nsFrameMessageManager.cpp Bug 1864168 - Part 2: Use 1-origin column number in nsJSUtils::GetCallingLocation. r=smaug,anti-tracking-reviewers,devtools-reviewers,ochameau,pbz 2023-11-22 12:31:31 +00:00
nsFrameMessageManager.h
nsGlobalWindowCommands.cpp Bug 1866011 p2. Rename nsIDocShell.contentViewer. r=emilio,credential-management-reviewers,devtools-reviewers,sgalich 2023-11-24 09:10:52 +00:00
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
nsGlobalWindowInner.h Bug 1865749 - Update CookieServiceChild cookie list on storage access grant. r=cookie-reviewers,bvandersloot,valentin 2024-02-09 17:28:06 +00:00
nsGlobalWindowOuter.cpp Bug 1881845 - Remove nsContentCID.h r=smaug,media-playback-reviewers,karlt 2024-03-04 23:41:05 +00:00
nsGlobalWindowOuter.h Bug 1865914 - Part 3, r=Gijs,edgar 2023-12-01 21:22:41 +00:00
nsHistory.cpp
nsHistory.h
nsIAnimationObserver.h
nsIContent.h Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
nsIContentInlines.h Bug 1863759 - Make IMEStateManager recreate IMEContentObserver if the active one is not observing editable content of focused element r=smaug,m_kato 2023-12-05 02:33:18 +00:00
nsIContentPolicy.idl Bug 1872839 - Remove aMimeTypeGuess parameter from nsIContentPolicy. r=freddyb 2024-01-08 15:47:42 +00:00
nsIDocumentObserver.h
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl
nsIGlobalObject.cpp Bug 1866954: avoid copying a Refptr in ForEachGlobalTeardownObserver r=saschanaz 2023-12-08 15:29:42 +00:00
nsIGlobalObject.h Bug 1862244 - Add GlobalTeardownHelper r=smaug 2023-11-23 17:17:39 +00:00
nsIImageLoadingContent.idl
nsImageLoadingContent.cpp Bug 1839313 - Add "fetchpriority" attribute to <img> element. r=smaug 2024-02-27 18:49:08 +00:00
nsImageLoadingContent.h Bug 1839313 - Add "fetchpriority" attribute to <img> element. r=smaug 2024-02-27 18:49:08 +00:00
nsIMessageManager.idl
nsIMutationObserver.h
nsINode.cpp Backed out changeset 37af5c6d011a (bug 1881695) for causing Bug 1884602 and Bug 1884601. CLOSED TREE 2024-03-11 10:47:07 +02:00
nsINode.h Bug 1874040 - Simplify dir=auto implementation. r=smaug 2024-02-21 12:23:48 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 1876702 - Remove unnecessary distinction between TYPE_FALLBACK and TYPE_NULL. r=smaug 2024-01-29 16:14:09 +00:00
nsIScriptableContentIterator.idl Bug 1883217 - Remove unused defines in IDL files r=webdriver-reviewers,necko-reviewers,credential-management-reviewers,places-reviewers,dom-core,Standard8,valentin,mccr8,sgalich 2024-03-06 19:04:25 +00:00
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h
nsISelectionController.idl Bug 1878631 - Remove some unused selection code. r=masayuki 2024-02-06 09:31:43 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsJSEnvironment.cpp Bug 1881303 - Part 2: Expose eager nursery collection tunables as prefs r=sfink 2024-02-23 09:20:31 +00:00
nsJSEnvironment.h
nsJSUtils.cpp Bug 1864168 - Part 2: Use 1-origin column number in nsJSUtils::GetCallingLocation. r=smaug,anti-tracking-reviewers,devtools-reviewers,ochameau,pbz 2023-11-22 12:31:31 +00:00
nsJSUtils.h Bug 1869726 - Part 4: Use latin1 JSExternalString for WebIDL UTF8String with ASCII case. r=emilio 2024-01-13 08:01:43 +00:00
nsLineBreaker.cpp
nsLineBreaker.h
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsNameSpaceManager.cpp Bug 1819923 - Perform microtask checkpoint before custom element construction in XML documents. r=peterv,dom-core 2024-01-25 18:51:07 +00:00
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp Bug 1742554 - removed instances of ftp. r=necko-reviewers,dom-storage-reviewers,kershaw,valentin,janv 2024-01-16 16:11:00 +00:00
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp
nsNodeInfoManager.h
nsObjectLoadingContent.cpp Backed out changeset 8e21fdfc60f0 (bug 1868001) for causing mochitest failures at dom/tests/mochitest/general/test_resource_timing_cross_origin.html CLOSED TREE 2024-02-20 20:36:30 +02:00
nsObjectLoadingContent.h Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPIDOMWindow.h Backed out 4 changesets (bug 1858627) for causing clipboard/paste failures. CLOSED TREE 2024-03-06 11:52:20 +02:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPluginArray.cpp
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Backed out changeset bec4dc4bd9ce (bug 1865380) for causing failures at test_range_bounds.html. 2024-02-21 23:52:44 +02:00
nsRange.h
nsSandboxFlags.h Bug 1876276 - Remove dead nsIDocShell allowPlugins code. r=emilio,sessionstore-reviewers,dao 2024-01-31 13:23:52 +00:00
nsScreen.cpp
nsScreen.h
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1868552 - Refactor nsIContent::IsFocusable for clarity. r=masayuki 2023-12-08 11:34:06 +00:00
nsStyledElement.h
nsSyncLoadService.cpp
nsSyncLoadService.h
nsTextFragment.cpp
nsTextFragment.h
nsTextFragmentGeneric.h
nsTextFragmentGenericFwd.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextFragmentVMX.cpp
nsTextNode.cpp Bug 1874040 - Simplify dir=auto implementation. r=smaug 2024-02-21 12:23:48 +00:00
nsTextNode.h Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1864838 - Update nsTreeSanitizer to use Maybe instead UniquePtr. r=emilio 2023-11-28 11:04:03 +00:00
nsTreeSanitizer.h Bug 1864838 - Update nsTreeSanitizer to use Maybe instead UniquePtr. r=emilio 2023-11-28 11:04:03 +00:00
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1881845 - Remove nsContentCID.h r=smaug,media-playback-reviewers,karlt 2024-03-04 23:41:05 +00:00
nsWindowRoot.h
nsWindowSizes.h
nsWrapperCache.cpp
nsWrapperCache.h
nsWrapperCacheInlines.h
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h Bug 1866238 - Remove unused PlacesEvent::Constructor. r=farre,places-reviewers 2023-11-30 15:28:13 +00:00
PlacesBookmarkAddition.h
PlacesBookmarkChanged.h
PlacesBookmarkGuid.h
PlacesBookmarkKeyword.h
PlacesBookmarkMoved.h Bug 1867273: Reflect the date of bookmark addition when moving bookmarks r=places-reviewers,mak 2023-12-15 01:55:21 +00:00
PlacesBookmarkRemoved.h
PlacesBookmarkTags.h
PlacesBookmarkTime.h
PlacesBookmarkTitle.h
PlacesBookmarkUrl.h
PlacesEvent.cpp Bug 1866238 - Remove unused PlacesEvent::Constructor. r=farre,places-reviewers 2023-11-30 15:28:13 +00:00
PlacesEvent.h Bug 1866238 - Remove unused PlacesEvent::Constructor. r=farre,places-reviewers 2023-11-30 15:28:13 +00:00
PlacesFavicon.h
PlacesHistoryCleared.h
PlacesObservers.cpp
PlacesObservers.h
PlacesPurgeCaches.h
PlacesRanking.h
PlacesVisit.h
PlacesVisitRemoved.h
PlacesVisitTitle.h
PlacesWeakCallbackWrapper.cpp
PlacesWeakCallbackWrapper.h
PointerLockManager.cpp Bug 1860065 - Use sLastScreenPoint to restore mouse position after releasing pointer lock; r=smaug 2024-01-25 22:48:07 +00:00
PointerLockManager.h Backed out changeset f03b7de13ed6 (bug 1867945) for causing leaks at WeakReference. CLOSED TREE 2023-12-07 16:24:40 +02:00
PopoverData.cpp Bug 1874924 - Null check on element before calling PopoverToggleEventTask. r=smaug 2024-01-18 13:09:43 +00:00
PopoverData.h
PopupBlocker.cpp
PopupBlocker.h
Pose.cpp
Pose.h
PostMessageEvent.cpp Bug 1840762 - Don't throttle postMessage for pdf.js. r=smaug 2024-01-17 21:49:34 +00:00
PostMessageEvent.h
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.sys.mjs
RadioGroupContainer.cpp Bug 1267488: If no HTML input radio in a group is checked, only make the first radio in the group tabbable instead of all of them. r=smaug 2024-03-08 07:03:28 +00:00
RadioGroupContainer.h Bug 1267488: If no HTML input radio in a group is checked, only make the first radio in the group tabbable instead of all of them. r=smaug 2024-03-08 07:03:28 +00:00
RangeBoundary.h
RangeUtils.cpp
RangeUtils.h
RemoteOuterWindowProxy.cpp
ResizeObserver.cpp Bug 1880928 - Make ResizeObserver::mCallback a ResizeObserverCallback again. r=Oriol 2024-02-29 08:50:57 +00:00
ResizeObserver.h Bug 1880928 - Make ResizeObserver::mCallback a ResizeObserverCallback again. r=Oriol 2024-02-29 08:50:57 +00:00
ResponsiveImageSelector.cpp
ResponsiveImageSelector.h
RustTypes.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp
ScreenOrientation.h
ScriptableContentIterator.cpp
ScriptableContentIterator.h
ScrollingMetrics.cpp
ScrollingMetrics.h
Selection.cpp Backed out changeset 37af5c6d011a (bug 1881695) for causing Bug 1884602 and Bug 1884601. CLOSED TREE 2024-03-11 10:47:07 +02:00
Selection.h Bug 1872535: Deal with invalid StaticRanges and DOM mutations in Selection. r=smaug 2024-01-23 13:27:41 +00:00
SelectionChangeEventDispatcher.cpp
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp
SerializedStackHolder.h
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1881011 - Refactor UnbindFromTree to take a context argument. r=smaug 2024-02-20 15:05:40 +00:00
ShadowRoot.h Bug 1879579 - Clean up CompareTreePosition and related code. r=smaug 2024-02-12 20:01:36 +00:00
SlowScriptDebug.sys.mjs
StaticRange.cpp Bug 1875775: Make StaticRange follow the spec. r=smaug 2024-01-22 15:33:10 +00:00
StaticRange.h Bug 1875775: Make StaticRange follow the spec. r=smaug 2024-01-22 15:33:10 +00:00
StorageAccessPermissionRequest.cpp
StorageAccessPermissionRequest.h
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp Bug 1749044, 1858958, 1859536: apply code formatting via Lando 2024-03-06 14:05:26 +00:00
StructuredCloneHolder.h Bug 1859536 - Implement EncodedAudioChunk. r=chunmin,webidl,saschanaz 2024-03-06 14:00:15 +00:00
StructuredCloneTags.h Bug 1859536 - Implement EncodedAudioChunk. r=chunmin,webidl,saschanaz 2024-03-06 14:00:15 +00:00
StructuredCloneTester.cpp
StructuredCloneTester.h
StyledRange.cpp
StyledRange.h
StyleSheetList.cpp Bug 1868048 - StyleSheetList doesn't need to observe all the mutations, r=emilio 2023-12-04 10:34:37 +00:00
StyleSheetList.h
SubtleCrypto.cpp
SubtleCrypto.h
SyncMessageSender.h
TestUtils.cpp
TestUtils.h
Text.cpp
Text.h
TextInputProcessor.cpp
TextInputProcessor.h
ThirdPartyUtil.cpp
ThirdPartyUtil.h
Timeout.cpp
Timeout.h
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp
TimeoutHandler.h Bug 1864168 - Part 2: Use 1-origin column number in nsJSUtils::GetCallingLocation. r=smaug,anti-tracking-reviewers,devtools-reviewers,ochameau,pbz 2023-11-22 12:31:31 +00:00
TimeoutManager.cpp
TimeoutManager.h
TreeIterator.h
TreeOrderedArray.h Bug 1879579 - Clean up CompareTreePosition and related code. r=smaug 2024-02-12 20:01:36 +00:00
TreeOrderedArrayInlines.h Bug 1879579 - Clean up CompareTreePosition and related code. r=smaug 2024-02-12 20:01:36 +00:00
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UnbindContext.h Bug 1874040 - Simplify dir=auto implementation. r=smaug 2024-02-21 12:23:48 +00:00
use_counter_metrics.yaml Bug 1805727 - Part 1: Support transition-behavior longhand in style. r=emilio 2024-02-23 21:41:48 +00:00
UseCounter.h
UseCounterMetrics.h Bug 1877273 - Remove Telemetry-based Use Counters r=emilio 2024-02-01 19:45:33 +00:00
UseCounters.conf Bug 1872793: Part 2 - Drop support for late weekday in Date.parse r=arai 2024-02-22 07:58:16 +00:00
usecounters.py Bug 1877752 - fix black and ruff linting failures. r=lint-fix CLOSED TREE 2024-02-05 13:51:53 +02:00
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h Bug 1081542 - Part 6: Reflect middle click to UserActivation::Modifiers. r=smaug 2024-02-27 14:12:12 +00:00
ViewportMetaData.cpp
ViewportMetaData.h
VisualViewport.cpp
VisualViewport.h
WindowDestroyedEvent.cpp
WindowDestroyedEvent.h
WindowFeatures.cpp
WindowFeatures.h
WindowNamedPropertiesHandler.cpp
WindowNamedPropertiesHandler.h
WindowProxyHolder.h
XPathGenerator.cpp
XPathGenerator.h
ZLibHelper.h