gecko-dev/dom/base
Martin Robinson 86f02173a4 Bug 1932588 - Remove as much Gecko-specific and Servo-specific code as possible from malloc_size_of r=emilio
Servo is going to maintain a fork of `malloc_size_of` internally so that
Stylo does not need to have an implicit dependency on all of the crates
that need an implementation of `MallocSizeOf`. In order to prepare for
this, implementations that are only used in Servo should be removed
(unless they are used in Stylo itself). In addition, we can remove some
Gecko-specific implementations as well in order to make downstream Stylo
a bit cleaner.

Differential Revision: https://phabricator.services.mozilla.com/D229764
2024-11-21 17:46:16 +00:00
..
crashtests Bug 1914513 - Add a pref to disable mutation events, r=masayuki 2024-09-02 13:29:57 +00:00
fragmentdirectives Bug 1924519, part 1 - Text Fragments: Refactored helper functions into separate file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
fuzztest Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
rust Bug 1932588 - Remove as much Gecko-specific and Servo-specific code as possible from malloc_size_of r=emilio 2024-11-21 17:46:16 +00:00
test Bug 1922355 - macOS 14.70: adjust expectations for mochitests and xpcshell tests. r=jmaher,necko-reviewers 2024-11-19 17:19:24 +00:00
AbstractRange.cpp Bug 1881096 - Make nsPrintJob handles shadow-crossing selection r=emilio 2024-06-20 20:15:51 +00:00
AbstractRange.h Bug 1881096 - Make nsPrintJob handles shadow-crossing selection r=emilio 2024-06-20 20:15:51 +00:00
AncestorIterator.h
AnimationFrameProvider.cpp Bug 1800882 - Keep includes in AnimationFrameProvider.h down. r=aosmond 2024-08-01 20:12:23 +00:00
AnimationFrameProvider.h Bug 1800882 - Keep includes in AnimationFrameProvider.h down. r=aosmond 2024-08-01 20:12:23 +00:00
AnonymousContent.cpp Bug 1850811 - Add an .anonymous-content-host class to AnonymousContent-created hosts, and use that in design-tokens*.css. r=dao 2023-09-01 11:03:36 +00:00
AnonymousContent.h
Attr.cpp
Attr.h Bug 1843477, non-virtual AddRef/Release for EventTarget and common subclasses, r=mccr8 2023-09-26 12:36:21 +00:00
AttrArray.cpp Bug 1843949 - Preallocate attribute array with the known size from parsing. r=emilio 2023-09-02 18:46:30 +00:00
AttrArray.h Bug 1930111 - Clear AttrArray in nsINode::LastRelease, r=dom-core,peterv 2024-11-08 21:54:16 +00:00
AutocompleteFieldList.h Bug 1814735 - Fix typo in honorific-prefix and honorific-suffix. r=dom-core,sefeng 2024-07-30 07:12:07 +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 Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
BarProps.h
BindContext.cpp
BindContext.h
BodyConsumer.cpp Bug 1776893 - Replace do_CreateInstance for nsIFile with NS_NewLocalFile. r=xpcom-reviewers,profiler-reviewers,emilio,aabh 2024-10-22 09:45:32 +00:00
BodyConsumer.h Bug 1908729 - Part 1: Replace nsIObserver with GlobalObservers in BodyConsumer r=smaug 2024-07-30 13:53:59 +00:00
BodyUtil.cpp Bug 1752761 - Fix FormDataParser issue due to extra \r\n, r=sunil 2024-07-16 08:07:15 +00:00
BodyUtil.h Bug 1896475 - Implement Request/Response .bytes() method. r=saschanaz,webidl 2024-05-23 10:13:29 +00:00
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CacheExpirationTime.h Bug 1907009 - Part 3: Use 0 as CacheExpirationTime::AlreadyExpired time value. r=emilio 2024-08-06 05:38:24 +00:00
CallState.h
CCGCScheduler.cpp Bug 1932394 - Don't run full GC if there is a CC ongoing, r=jonco 2024-11-20 21:45:25 +00:00
CCGCScheduler.h Bug 1929640 - Add a mode to CCGCScheduler where it can collect faster in case lots of garbage is created and there isn't too much idle time to run the slices, r=mccr8,sfink 2024-11-10 17:58:12 +00:00
CharacterData.cpp Bug 1881225 - Consider CDATASections for dir=auto. r=emilio 2024-07-09 08:00:32 +00:00
CharacterData.h Bug 1876163 - Part 3: Track whether node affects assigned dir=auto slot of ancestor. r=emilio,smaug 2024-07-09 08:00:34 +00:00
ChildIterator.cpp
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1873418 - Support Partitioned cookie attribute for browser extensions - r=robwu,anti-tracking-reviewers,webdriver-reviewers,timhuang,Sasha 2024-09-26 05:36:00 +00:00
ChromeUtils.h Bug 1873418 - Support Partitioned cookie attribute for browser extensions - r=robwu,anti-tracking-reviewers,webdriver-reviewers,timhuang,Sasha 2024-09-26 05:36:00 +00:00
Comment.cpp
Comment.h
components.conf
CompressionStream.cpp Bug 1690111 - Use new TypedArray APIs for processing data. r=farre,media-playback-reviewers,padenot,chunmin,sfink 2023-09-20 09:42:02 +00:00
CompressionStream.h
ContentAreaDropListener.sys.mjs
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp Bug 1907228 - Fix a crash about when Element::FromNode is used for textnode r=jjaschke,dom-core 2024-07-17 17:47:13 +00:00
ContentIterator.h Bug 1867058 - Part 6: Update ContentIterator to allow iterating nodes inside ShadowDOM r=smaug 2024-03-25 13:40:58 +00:00
ContentProcessMessageManager.cpp Bug 1883869 - Make ContentProcessMessageManager::LoadScript become fallible r=smaug 2024-03-20 11:57:04 +00:00
ContentProcessMessageManager.h Bug 1883869 - Make ContentProcessMessageManager::LoadScript become fallible r=smaug 2024-03-20 11:57:04 +00:00
CORSMode.h
CrossShadowBoundaryRange.cpp Bug 1908306 - Ensure CrossShadowBoundaryRange stops observing any instances when the common ancestor is unlinked r=jjaschke,dom-core 2024-07-19 13:50:59 +00:00
CrossShadowBoundaryRange.h Bug 1907464 - Clear the shadow-crossing selection when the ParentChainChanged notification is called on the common ancestor r=jjaschke,dom-core 2024-07-15 15:29:05 +00:00
Crypto.cpp Bug 1858707 - Use ThrowQuotaExceededError for Crypto::GetRandomValues r=dom-core,peterv 2023-10-24 10:18:44 +00:00
Crypto.h
CustomElementRegistry.cpp Bug 1912472 - Stop inlining interface object and prototype getter. r=farre 2024-08-24 08:29:56 +00:00
CustomElementRegistry.h Bug 1852866 - Make LifecycleCallbackArgs::mName a RefPtr<nsAtom>. r=emilio 2023-09-13 18:15:02 +00:00
DecompressionStream.cpp Bug 1690111 - Use new TypedArray APIs for processing data. r=farre,media-playback-reviewers,padenot,chunmin,sfink 2023-09-20 09:42:02 +00:00
DecompressionStream.h
DirectionalityUtils.cpp Bug 1914062 - implement updates to dir=auto traversal rules, r=emilio 2024-09-16 22:07:47 +00:00
DirectionalityUtils.h Bug 1876163 - Part 5: Consider input / textarea children of dir=auto slot. r=smaug 2024-07-09 08:00:35 +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 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
Document.h Bug 1388910 - Remove -moz-user-modify property. r=dshin 2024-11-19 19:35:35 +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 Bug 1844755 - Consider to not create ServoStyleSet for data documents, r=emilio 2023-10-23 16:10:41 +00:00
DocumentOrShadowRoot.cpp Bug 1685926 - Group disconnected radio buttons together. r=saschanaz,smaug 2023-09-28 15:47:11 +00:00
DocumentOrShadowRoot.h Bug 1685926 - Group disconnected radio buttons together. r=saschanaz,smaug 2023-09-28 15:47:11 +00:00
DocumentType.cpp
DocumentType.h
DOMArena.h
domerr.msg Bug 1453318 - Disallow responses when a response header value contains 0x00; r=kershaw,sunil,necko-reviewers 2023-08-07 21:18:26 +00:00
DOMException.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
DOMException.h Bug 1910698 - Remove nsIScriptError.sourceLine. r=smaug,devtools-reviewers,webdriver-reviewers,necko-reviewers,nchevobbe,kershaw,jdescottes,credential-management-reviewers,dimi 2024-08-01 17:12:48 +00:00
DOMImplementation.cpp
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1917458 - Factor out remote effects update. r=mstange 2024-09-15 21:50:00 +00:00
DOMIntersectionObserver.h Bug 1891335 - Compute EffectInfo updates at IntersectionObserver time. r=smaug,hiro 2024-09-06 16:04:57 +00:00
DOMMatrix.cpp Bug 1843477, avoid rooting hazards from AddRef, r=peterv 2023-09-26 12:36:22 +00:00
DOMMatrix.h Bug 1690111 - Use new TypedArray APIs for processing data. r=farre,media-playback-reviewers,padenot,chunmin,sfink 2023-09-20 09:42:02 +00:00
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1612140 - Update DOMParser's resulting document to not be affected by <base> r=smaug 2024-05-21 19:54:43 +00:00
DOMParser.h Bug 1612140 - Update DOMParser's resulting document to not be affected by <base> r=smaug 2024-05-21 19:54:43 +00:00
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp Backed out changeset 75588bc18622 (bug 1914831) as requested by Emilio for causing unforeseen failures. CLOSED TREE 2024-08-26 18:49:59 +03:00
DOMRect.h Bug 1914831 - Misc clean-ups to our DOMRect and rounding code. r=longsonr 2024-08-26 14:20:26 +00:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Backed out 4 changesets (bug 1769586) for causing wpt failures @ property-reflection.html. CLOSED TREE 2024-11-21 10:50:49 +02:00
Element.h Backed out 4 changesets (bug 1769586) for causing wpt failures @ property-reflection.html. CLOSED TREE 2024-11-21 10:50:49 +02:00
ElementInlines.h Bug 1920622 - Make the style setter public methods of HTMLEditor stop handling their jobs if the editing host is plaintext-only r=m_kato 2024-09-30 21:35:42 +00:00
EventSource.cpp Bug 1921627 - Fix WPT eventsource-constructor-empty-url.any.worker.html, r=asuth 2024-10-01 12:21:12 +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
FocusModel.h Bug 1895184 - Make macOS full keyboard access override accessibility.tabfocus when enabled. r=NeilDeakin,morgan 2024-05-15 13:48:36 +00:00
FormData.cpp Bug 1906015 - part 2: Make the most do_QueryInterface users for nsIFormControl use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
FormData.h
FragmentDirective.cpp Bug 1924519, part 2 - Text Fragments: Refactor algorithm to find a text directive in a document into its own file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
FragmentDirective.h Bug 1924519, part 2 - Text Fragments: Refactor algorithm to find a text directive in a document into its own file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
FragmentOrElement.cpp Backed out 4 changesets (bug 1769586) for causing wpt failures @ property-reflection.html. CLOSED TREE 2024-11-21 10:50:49 +02:00
FragmentOrElement.h Backed out 4 changesets (bug 1769586) for causing wpt failures @ property-reflection.html. CLOSED TREE 2024-11-21 10:50:49 +02:00
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp Bug 1928492 - Add a helper function to FuzzingFunctions to spin event loop, r=jkratzer,webidl,emilio 2024-10-31 23:22:49 +00:00
FuzzingFunctions.h Bug 1928492 - Add a helper function to FuzzingFunctions to spin event loop, r=jkratzer,webidl,emilio 2024-10-31 23:22:49 +00:00
gen-usecounters.py
GeneratedImageContent.cpp
GeneratedImageContent.h Bug 1850161, 1850238: apply code formatting via Lando 2023-08-31 09:23:28 +00:00
GlobalFreezeObserver.h Bug 1909502 - Remove IID of GlobalTeardownObserver r=smaug 2024-07-24 12:15:15 +00:00
GlobalTeardownObserver.cpp Bug 1904442 - Remove GlobalTearDownObserver::mOwnerWindow. r=smaug 2024-07-01 11:50:00 +00:00
GlobalTeardownObserver.h Bug 1909502 - Remove IID of GlobalTeardownObserver r=smaug 2024-07-24 12:15:15 +00:00
Highlight.cpp Bug 1892589 - Custom Highlight API: Implemented speedup for Highlight::Add(). r=edgar,dom-core 2024-04-23 09:42:15 +00:00
Highlight.h Bug 1849204 - Add generic atom hash keys that use the better distributed atom hash, and use it across the tree. r=mstange,xpcom-reviewers,credential-management-reviewers,sgalich,nika 2023-08-18 18:43:27 +00:00
HighlightRegistry.cpp Bug 1892589 - Custom Highlight API: Implemented speedup for Highlight::Add(). r=edgar,dom-core 2024-04-23 09:42:15 +00:00
HighlightRegistry.h Bug 1840872: apply code formatting via Lando 2023-08-16 09:59:34 +00:00
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h Bug 1879579 - Clean up CompareTreePosition and related code. r=smaug 2024-02-12 20:01:36 +00:00
IdleDeadline.cpp Bug 1929204 - Use std::clamp instead of min/max combination in dom/base/IdleDeadline.cpp r=smaug 2024-11-05 14:09:58 +00:00
IdleDeadline.h
IdleRequest.cpp Bug 1913613 - Fix wrapping behaviour of setTimeout IDs and consolidate types to int32 r=smaug 2024-11-20 19:53:22 +00:00
IdleRequest.h Bug 1913613 - Fix wrapping behaviour of setTimeout IDs and consolidate types to int32 r=smaug 2024-11-20 19:53:22 +00:00
IDTracker.cpp Bug 1931551. Remove IDTracker's Reset methods' aWatch parameters. r=longsonr 2024-11-15 14:47:57 +00:00
IDTracker.h Bug 1931551. Remove IDTracker's Reset methods' aWatch parameters. r=longsonr 2024-11-15 14:47:57 +00:00
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1907121 - Move YCbCrUtils API assertions to caller side r=gfx-reviewers,nical 2024-07-18 21:02:33 +00:00
ImageEncoder.h Bug 1150182 - Use strong-typed CSSIntSize instead of nsIntSize for canvas sizes. r=gfx-reviewers,layout-reviewers,emilio,nical 2024-07-15 15:20:11 +00:00
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
InteractiveWidget.h Bug 1918178 - Propagate interactive-widget mode and the software keyboard state to APZ. r=botond 2024-10-28 23:53:16 +00:00
IntlUtils.cpp
IntlUtils.h
JSExecutionUtils.cpp Bug 1724236 - Move InstantiateStencil() to ScriptLoader r=arai 2024-10-30 13:41:48 +00:00
JSExecutionUtils.h Bug 1724236 - Move InstantiateStencil() to ScriptLoader r=arai 2024-10-30 13:41:48 +00:00
Link.cpp Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
Link.h Bug 1887719 - More consistently use UTF8String/nsCString for URLs. r=necko-reviewers,webidl,anti-tracking-reviewers,places-reviewers,jari,kershaw,janv,smaug,hsivonen 2024-04-04 11:49:57 +00:00
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 Bug 1913000 - Add more rate limiting to History interface. r=webidl,smaug,webdriver-reviewers,whimboo 2024-09-19 16:09:02 +00:00
Location.h Bug 1843239, optimize Location.hash, r=peterv,dom-core 2023-08-07 12:31:25 +00:00
LocationBase.cpp Bug 1913000 - Add more rate limiting to History interface. r=webidl,smaug,webdriver-reviewers,whimboo 2024-09-19 16:09:02 +00:00
LocationBase.h Bug 1843239, optimize Location.hash, r=peterv,dom-core 2023-08-07 12:31:25 +00:00
LocationHelper.sys.mjs
mach_commands.py Bug 1898258 - Add and document mach gen-uuid. r=smaug 2024-05-22 14:52:20 +00:00
MaybeCrossOriginObject.cpp Bug 1860655 - Use Value in Get|SetWeakMapEntry. r=jonco 2023-11-14 11:57:54 +00:00
MaybeCrossOriginObject.h
MessageBroadcaster.cpp
MessageBroadcaster.h
MessageListenerManager.cpp
MessageListenerManager.h
MessageManagerCallback.h
MessageManagerGlobal.cpp
MessageManagerGlobal.h
MessageSender.cpp
MessageSender.h
MimeType.cpp Backed out 2 changesets (bug 1895075) for causing mochitest failures on test_block_script_wrong_mime.html CLOSED TREE 2024-05-14 19:34:32 +03:00
MimeType.h Backed out 2 changesets (bug 1895075) for causing mochitest failures on test_block_script_wrong_mime.html CLOSED TREE 2024-05-14 19:34:32 +03:00
moz.build Bug 1924519, part 2 - Text Fragments: Refactor algorithm to find a text directive in a document into its own file. r=dom-core,farre 2024-11-04 08:59:30 +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 1193373 - Support Permissions API in Worker Context, r=manuel,webidl,asuth,smaug 2024-10-11 06:53:48 +00:00
Navigator.h Bug 1898344 - part8 : create a media key system access for supported MediaCapabilitiesKeySystemConfiguration. r=media-playback-reviewers,padenot 2024-06-10 23:20:45 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp Bug 1921872 - Fix ShallowSizeOfIncludingThis for AttrAtomArray. r=dom-core,jjaschke 2024-10-07 17:39:02 +00:00
nsAttrValue.h Bug 1921872 - Fix ShallowSizeOfIncludingThis for AttrAtomArray. r=dom-core,jjaschke 2024-10-07 17:39:02 +00:00
nsAttrValueInlines.h Bug 1892257 - Move nsStringBuffer to mfbt. r=nika,xpcom-reviewers,glandium 2024-05-14 14:24:26 +00:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1897400 - prepare TimeoutManager for reuse in workers via nsIGlobalObject, r=smaug 2024-06-24 10:29:16 +00:00
nsCCUncollectableMarker.h
nsChildContentList.h Bug 1917511 - Improve performance of childNodes. r=smaug 2024-09-09 16:50:08 +00:00
nsContentAreaDragDrop.cpp Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core 2024-09-03 15:42:58 +00:00
nsContentAreaDragDrop.h Bug 1909467: replace some includes of "nsIContentSecurityPolicy" with forward declarations or other includes and move some function definitions to the corresponding .cpp files. r=tschuster,necko-reviewers,kershaw 2024-08-15 12:37:35 +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 Bug 1849204 - Add generic atom hash keys that use the better distributed atom hash, and use it across the tree. r=mstange,xpcom-reviewers,credential-management-reviewers,sgalich,nika 2023-08-18 18:43:27 +00:00
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 1773976 - Add a new nsContentPolicyType TYPE_INTERNAL_EXTERNAL_RESOURCE. r=emilio 2024-09-09 12:16:12 +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 Bug 1879820 - Consume user activation when clicking link opens a new window; r=smaug,zcorpan 2024-11-19 08:19:04 +00:00
nsContentUtils.h Bug 1879820 - Consume user activation when clicking link opens a new window; r=smaug,zcorpan 2024-11-19 08:19:04 +00:00
nsCopySupport.cpp Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core 2024-09-03 15:42:58 +00:00
nsCopySupport.h Bug 1809713 - Use ClipboardType in editor. r=masayuki 2024-07-29 11:52:33 +00:00
nsDataDocumentContentPolicy.cpp Bug 1904004 - Use OriginAttributes::IsPrivateBrowsing instead of open coding PBM checks. r=timhuang,cookie-reviewers,anti-tracking-reviewers,profiler-reviewers,necko-reviewers,kershaw,dom-storage-reviewers,janv,canaltinova,dom-worker-reviewers,asuth 2024-06-24 11:06:18 +00:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1917745 - Cleanup sizeToContent r=webidl,reusable-components-reviewers,emilio,migration-reviewers,tgiles,mconley 2024-09-13 07:56:12 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMDataChannel.cpp Bug 1900930 - Make ENSURE_SUCCESS call WouldReportJSException. r=dom-core,win-reviewers,emilio,gstoll,edgar 2024-08-21 08:43:09 +00:00
nsDOMDataChannel.h Bug 1904442 - Rename GlobalTeardownObserver::GetOwner to GetOwnerWindow. r=smaug,media-playback-reviewers,dom-storage-reviewers,aosmond,padenot,asuth 2024-07-01 11:49:59 +00:00
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 1913624 - Remove expired telemetry histograms TIME_TO_NON_BLANK_PAINT_NETOPT_MS, TIME_TO_NON_BLANK_PAINT_NO_NETOPT_MS and TIME_TO_{DOM_CONTENT_LOADED,LOAD_EVENT}_START_{ACTIVE_NETOPT,ACTIVE}_MS, r=TravisLong. 2024-08-20 20:56:44 +00:00
nsDOMNavigationTiming.h Bug 1911448 - Remove DOMContentFlushed. r=smaug,perftest-reviewers,sparky 2024-08-05 12:20:43 +00:00
nsDOMString.h
nsDOMTokenList.cpp Bug 1843946 - Make a new copy of the MiscContainer + AttrAtomArray when deduplicating. r=emilio 2023-08-17 19:02:39 +00:00
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1684991 - Start the RDD process early. r=media-playback-reviewers,alwu 2024-11-19 02:31:01 +00:00
nsDOMWindowUtils.h Bug 1892537 - Add test with sendTouchEventAsPen r=edgar 2024-07-04 08:57:41 +00:00
nsFocusManager.cpp Bug 1388910 - Remove -moz-user-modify property. r=dshin 2024-11-19 19:35:35 +00:00
nsFocusManager.h Bug 1863246 - Make the page that enters BFCache not asking the parent process to update the active browsing context r=peterv,dom-core 2024-08-14 19:48:17 +00:00
nsFrameLoader.cpp Bug 1931418 - Reduce the amount of recursion checks. r=dom-core,sefeng 2024-11-20 12:11:46 +00:00
nsFrameLoader.h Bug 1931418 - Reduce the amount of recursion checks. r=dom-core,sefeng 2024-11-20 12:11:46 +00:00
nsFrameLoaderOwner.cpp Bug 1931418 - Reduce the amount of recursion checks. r=dom-core,sefeng 2024-11-20 12:11:46 +00:00
nsFrameLoaderOwner.h Bug 1850335 - Google Advanced Search terms not remembered when navigating back after visiting a search result. r=smaug 2023-10-16 08:20:17 +00:00
nsFrameMessageManager.cpp Bug 1914895 - Make Symbol.unscopables support optional for non-syntactic with-environments. r=arai 2024-10-21 17:56:43 +00:00
nsFrameMessageManager.h Bug 1913624 - Remove expired telemetry histograms IPC_SAME_PROCESS_MESSAGE_COPY_OOM_KB and IPC_SYNC_MESSAGE_MANAGER_LATENCY_MS, r=TravisLong. 2024-08-21 09:14:32 +00:00
nsGlobalWindowCommands.cpp Backed out 2 changesets (bug 1862256) for causing mochitests failures in test_native_key_bindings_mac.html. CLOSED TREE 2024-11-07 14:31:58 +02:00
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1931514 - Remove nsITimedChannel.timingEnabled r=necko-reviewers,kershaw 2024-11-20 20:53:51 +00:00
nsGlobalWindowInner.h Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
nsGlobalWindowOuter.cpp Bug 1879820 - Consume user activation when submitting form opens a new window; r=smaug,zcorpan 2024-11-19 08:19:04 +00:00
nsGlobalWindowOuter.h Bug 1921962 - remove unused ConfirmDialogIfNeeded method from nsGlobalWindowOuter, r=dom-core,farre 2024-10-09 16:54:39 +00:00
nsHistory.cpp Bug 1913000 - Add more rate limiting to History interface. r=webidl,smaug,webdriver-reviewers,whimboo 2024-09-19 16:09:02 +00:00
nsHistory.h Bug 1913000 - Add more rate limiting to History interface. r=webidl,smaug,webdriver-reviewers,whimboo 2024-09-19 16:09:02 +00:00
nsIAnimationObserver.h
nsIContent.h Backed out changeset cb8acf4c8893 (bug 1914321) for causing failures at browser_markup_search_01.js. CLOSED TREE 2024-11-14 02:42:39 +02:00
nsIContentInlines.h Bug 1925365 - Simplify nsINode::IsInDesignMode. r=masayuki 2024-11-19 09:09:23 +00:00
nsIContentPolicy.idl Bug 1773976 - Add a new nsContentPolicyType TYPE_INTERNAL_EXTERNAL_RESOURCE. r=emilio 2024-09-09 12:16:12 +00:00
nsIDocumentObserver.h
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl Bug 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsIGlobalObject.cpp Bug 1931877, part 2 - Replace 2 arg MOZ_DIAGNOSTIC_ASSERT(false) with MOZ_DIAGNOSTIC_CRASH. r=necko-reviewers,win-reviewers,glandium,rkraesig,valentin 2024-11-20 16:37:50 +00:00
nsIGlobalObject.h Bug 1131324 - Expose ServiceWorkerContainer on WorkerNavigator. r=dom-worker-reviewers,webidl,smaug 2024-10-24 03:02:40 +00:00
nsIImageLoadingContent.idl
nsImageLoadingContent.cpp Bug 1925423. Avoid some GetImageStatus calls. r=dholbert 2024-10-18 08:59:18 +00:00
nsImageLoadingContent.h Bug 1925423. Avoid some GetImageStatus calls. r=dholbert 2024-10-18 08:59:18 +00:00
nsIMessageManager.idl
nsIMutationObserver.h
nsINode.cpp Bug 1914321 - Temporarily disable recently-introduced assertion. 2024-11-14 12:52:25 +01:00
nsINode.h Bug 1914321 - Build view transition pseudo-element tree. r=view-transitions-reviewers,boris 2024-11-14 10:17:52 +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 1881863 - Part 1: Standardize on boolean over bool in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,extension-reviewers,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,search-reviewers,anti-tracking-reviewers,places-reviewers,nalexander,emilio,zombie,sgalich,karlt,lina,Standard8 2024-04-04 18:45:21 +00:00
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h
nsISelectionController.idl Backed out 2 changesets (bug 1862256) for causing mochitests failures in test_native_key_bindings_mac.html. CLOSED TREE 2024-11-07 14:31:58 +02:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsJSEnvironment.cpp Bug 1929640 - Add a mode to CCGCScheduler where it can collect faster in case lots of garbage is created and there isn't too much idle time to run the slices, r=mccr8,sfink 2024-11-10 17:58:12 +00:00
nsJSEnvironment.h Bug 1899872 - Move SliceBudget (and {Work,Time}Budget) from js:: namespace to JS:: r=jonco,mccr8 2024-06-21 16:22:26 +00:00
nsJSUtils.cpp Bug 1914895 - Make Symbol.unscopables support optional for non-syntactic with-environments. r=arai 2024-10-21 17:56:43 +00:00
nsJSUtils.h Bug 1914895 - Make Symbol.unscopables support optional for non-syntactic with-environments. r=arai 2024-10-21 17:56:43 +00:00
nsLineBreaker.cpp Bug 1911550 - Make text-transform:capitalize work even if no textrun is available, for <select> intrinsic sizing. r=layout-reviewers,emilio 2024-08-06 08:36:20 +00:00
nsLineBreaker.h Bug 1911550 - Make text-transform:capitalize work even if no textrun is available, for <select> intrinsic sizing. r=layout-reviewers,emilio 2024-08-06 08:36:20 +00:00
nsMimeTypeArray.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
nsMimeTypeArray.h Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
nsNameSpaceManager.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
nsNameSpaceManager.h Bug 1849204 - Add generic atom hash keys that use the better distributed atom hash, and use it across the tree. r=mstange,xpcom-reviewers,credential-management-reviewers,sgalich,nika 2023-08-18 18:43:27 +00:00
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 Bug 1844752, initialize nsNodeInfoManager::mPrincipal with the correct principal when available, r=dom-core,emilio,peterv 2023-07-31 23:44:15 +00:00
nsNodeInfoManager.h Bug 1912908: Do hash check in nsNodeInfoManager::NodeInfoCache::Match(). r=smaug 2024-08-14 08:49:09 +00:00
nsObjectLoadingContent.cpp Bug 1931418 - Reduce the amount of recursion checks. r=dom-core,sefeng 2024-11-20 12:11:46 +00:00
nsObjectLoadingContent.h Bug 1921733 - Update load info when object loads get upgraded. r=necko-reviewers,peterv 2024-10-15 09:12:17 +00:00
nsOpenURIInFrameParams.cpp Bug 1909467: replace some includes of "nsIContentSecurityPolicy" with forward declarations or other includes and move some function definitions to the corresponding .cpp files. r=tschuster,necko-reviewers,kershaw 2024-08-15 12:37:35 +00:00
nsOpenURIInFrameParams.h Bug 1909467: replace some includes of "nsIContentSecurityPolicy" with forward declarations or other includes and move some function definitions to the corresponding .cpp files. r=tschuster,necko-reviewers,kershaw 2024-08-15 12:37:35 +00:00
nsPIDOMWindow.h Bug 1888729 - Implement CloseWatcher interface r=smaug 2024-09-16 17:08:53 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPluginArray.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
nsPluginArray.h Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core 2024-09-03 15:42:58 +00:00
nsRange.h Bug 1900426 - Implement DnD for shadow-crossing selection r=jjaschke,smaug,dom-core 2024-09-03 15:42:58 +00:00
nsSandboxFlags.h Bug 1876276 - Remove dead nsIDocShell allowPlugins code. r=emilio,sessionstore-reviewers,dao 2024-01-31 13:23:52 +00:00
nsScreen.cpp Bug 1930725 - Clean up a bit nsDeviceContext. r=layout-reviewers,TYLin 2024-11-13 11:04:01 +00:00
nsScreen.h Bug 1885101: Match screen and window properties with top window for ScreenRect, ScreenAvailRect and WindowOuterSize. r=timhuang,emilio 2024-08-06 15:31:34 +00:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1842549 - Remove dom.mutation-events.cssom.disabled pref r=smaug 2024-06-04 18:38:22 +00:00
nsStyledElement.h
nsSyncLoadService.cpp Bug 1844752, initialize nsNodeInfoManager::mPrincipal with the correct principal when available, r=dom-core,emilio,peterv 2023-07-31 23:44:15 +00:00
nsSyncLoadService.h
nsTextFragment.cpp Bug 1896555 - Fix nsTextFragment OOM handling. r=smaug 2024-05-16 09:43:53 +00:00
nsTextFragment.h Bug 1892257 - Move nsStringBuffer to mfbt. r=nika,xpcom-reviewers,glandium 2024-05-14 14:24:26 +00:00
nsTextFragmentGeneric.h
nsTextFragmentGenericFwd.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextFragmentVMX.cpp Bug 1931338 - include Assertions.h in nsTextFragmentVMX.cpp r=emilio 2024-11-14 16:27:42 +00:00
nsTextNode.cpp Bug 1881225 - Consider CDATASections for dir=auto. r=emilio 2024-07-09 08:00:32 +00:00
nsTextNode.h Bug 1881225 - Consider CDATASections for dir=auto. r=emilio 2024-07-09 08:00:32 +00:00
nsTraversal.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
nsTraversal.h
nsTreeSanitizer.cpp Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +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 Bug 1915228 - Remove expired telemetry scalar memoryreporter.max_ghost_windows, r=chutten. 2024-08-28 19:44:28 +00:00
nsWindowMemoryReporter.h Bug 71895 - Create the hidden window on macOS only r=firefox-desktop-core-reviewers ,mossop 2024-09-24 23:45:09 +00:00
nsWindowRoot.cpp Bug 1881845 - Remove nsContentCID.h r=smaug,media-playback-reviewers,karlt 2024-03-04 23:41:05 +00:00
nsWindowRoot.h Bug 1843477, non-virtual AddRef/Release for EventTarget and common subclasses, r=mccr8 2023-09-26 12:36:21 +00:00
nsWindowSizes.h Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
nsWrapperCache.cpp
nsWrapperCache.h Bug 1787526 - Part 18: Browser integration for semispace nursery r=sfink 2024-03-18 16:13:58 +00:00
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 Bug 1855386: Remove nsNavBookmarks::ResultNodeForContainer() r=mak 2023-11-06 21:28:19 +00:00
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
PlacesEventCounts.cpp Bug 1873629 - Add counters to PlacesObservers. r=daisuke,places-reviewers,farre 2024-03-20 13:01:52 +00:00
PlacesEventCounts.h Bug 1873629 - Add counters to PlacesObservers. r=daisuke,places-reviewers,farre 2024-03-20 13:01:52 +00:00
PlacesFavicon.h
PlacesHistoryCleared.h
PlacesObservers.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
PlacesObservers.h Bug 1873629 - Add counters to PlacesObservers. r=daisuke,places-reviewers,farre 2024-03-20 13:01:52 +00:00
PlacesPurgeCaches.h
PlacesRanking.h
PlacesVisit.h Bug 1829580: Remove nsNavHistory::VisitIdToResultNode() r=mak 2023-07-25 22:47:59 +00:00
PlacesVisitRemoved.h
PlacesVisitTitle.h
PlacesWeakCallbackWrapper.cpp
PlacesWeakCallbackWrapper.h
PointerLockManager.cpp Bug 1928340 - Prevent unexpected pointer lock release from the parent process; r=smaug 2024-11-06 20:59:35 +00:00
PointerLockManager.h Bug 1928340 - Add some log for pointer lock; r=smaug 2024-11-06 20:59:35 +00:00
PopoverData.cpp Bug 1921363 - Destroy popover close watchers on hidepopover r=smaug 2024-10-14 13:18:11 +00:00
PopoverData.h Bug 1921363 - Destroy popover close watchers on hidepopover r=smaug 2024-10-14 13:18:11 +00:00
PopupBlocker.cpp Bug 1904279 - Get rid of dom.w3c_pointer_events.dispatch_click_as_pointer_event pref r=smaug,pip-reviewers,search-reviewers,devtools-reviewers,urlbar-reviewers,nchevobbe,dao,jteow,mconley 2024-07-30 06:49:42 +00:00
PopupBlocker.h
Pose.cpp Bug 1849037 - Add ErrorResult to TypedArray::Create. r=necko-reviewers,extension-reviewers,media-playback-reviewers,webidl,profiler-reviewers,farre,padenot,smaug,robwu,jesup,aabh 2023-11-11 08:24:05 +00:00
Pose.h
PostMessageEvent.cpp Bug 1910698 - Remove nsIScriptError.sourceLine. r=smaug,devtools-reviewers,webdriver-reviewers,necko-reviewers,nchevobbe,kershaw,jdescottes,credential-management-reviewers,dimi 2024-08-01 17:12:48 +00:00
PostMessageEvent.h
ProcessMessageManager.cpp
ProcessMessageManager.h
RadioGroupContainer.cpp Bug 1921097 - Fix up RadioGroupContainer::SizeOfIncludingThis(). r=dom-core,jjaschke 2024-09-30 17:00:11 +00:00
RadioGroupContainer.h Bug 1921097 - Fix up RadioGroupContainer::SizeOfIncludingThis(). r=dom-core,jjaschke 2024-09-30 17:00:11 +00:00
RangeBoundary.h Bug 1881096 - Invalidate the boundary offset when a child of container is being removed for CrossShadowBoundaryRange r=emilio,jjaschke,dom-core 2024-06-20 20:15:50 +00:00
RangeUtils.cpp Bug 1881095 - Separate IteratorHelpers out for reuse r=jjaschke,dom-core 2024-06-10 18:59:49 +00:00
RangeUtils.h Bug 1881095 - Separate IteratorHelpers out for reuse r=jjaschke,dom-core 2024-06-10 18:59:49 +00:00
RemoteOuterWindowProxy.cpp
RequestCallbackManager.h Bug 1800882 - Implement HTMLVideoElement.requestVideoFrameCallback. r=webidl,media-playback-reviewers,emilio,ErichDonGubler,padenot 2024-08-01 20:12:22 +00:00
ResizeObserver.cpp Bug 1896516 Part 9 - Remove nsIScrollableFrame usages under dom/. r=layout-reviewers,emilio 2024-05-30 06:32:21 +00:00
ResizeObserver.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot 2024-04-22 16:00:09 +00:00
ResponsiveImageSelector.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
ResponsiveImageSelector.h Bug 1844432 - Cache parsed src attribute URI. r=smaug 2023-07-24 10:07:49 +00:00
RustTypes.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1925188 - Don't abort pending promise by screen.orientation.lock during change event. r=dom-core,edgar 2024-10-21 01:20:32 +00:00
ScreenOrientation.h
ScriptableContentIterator.cpp Bug 1867058 - Part 6: Update ContentIterator to allow iterating nodes inside ShadowDOM r=smaug 2024-03-25 13:40:58 +00:00
ScriptableContentIterator.h Bug 1845215 - part 1: Make ContentIteratorBase a template class to work without strong pointers r=smaug 2023-08-10 00:59:28 +00:00
ScrollingMetrics.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
ScrollingMetrics.h
Selection.cpp Bug 1927549, part 1: Introduce enum ExtendSelection in nsFrameSelection. r=masayuki 2024-10-29 09:25:07 +00:00
Selection.h Bug 1907808, part 1 - Text Fragments: Use ScrollSelectionIntoView() to scroll text directive into view. r=emilio 2024-10-28 08:31:37 +00:00
SelectionChangeEventDispatcher.cpp Bug 1898343 - Don't fire selectionchange if there is one pending, r=masayuki 2024-05-27 12:47:53 +00:00
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp
SerializedStackHolder.h
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1927714 - Missing style invalidation in ShadowRoot::AddSlot(). r=smaug 2024-10-30 23:24:33 +00:00
ShadowRoot.h Bug 1914106 - Deal with insertRule edge-case. r=jwatt 2024-08-22 05:39:07 +00:00
SlowScriptDebug.sys.mjs
SourceLocation.cpp Bug 1924888 - Swap order of arguments to DescribeScriptedCaller r=sfink 2024-10-16 15:58:19 +00:00
SourceLocation.h Bug 1076583 - Fix CSP tests regression from the previous patches. r=smaug 2024-08-05 12:23:45 +00:00
StaticRange.cpp Bug 1881096 - Invalidate the boundary offset when a child of container is being removed for CrossShadowBoundaryRange r=emilio,jjaschke,dom-core 2024-06-20 20:15:50 +00:00
StaticRange.h Bug 1881096 - Invalidate the boundary offset when a child of container is being removed for CrossShadowBoundaryRange r=emilio,jjaschke,dom-core 2024-06-20 20:15:50 +00:00
StorageAccessPermissionRequest.cpp
StorageAccessPermissionRequest.h
StructuredCloneBlob.cpp
StructuredCloneBlob.h Bug 1908925 - Enforce storage.session quota in Nightly builds r=robwu,mccr8 2024-08-19 18:25:35 +00:00
StructuredCloneHolder.cpp Bug 1926459 - Ensure VideoFrame is cloneable when WebCodecs is partially enabled. r=media-playback-reviewers,padenot 2024-10-23 12:49:28 +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 Bug 1793429 - Make the deriveBits's length argument Nullable r=keeler,webidl,smaug 2024-08-07 09:17:48 +00:00
SubtleCrypto.h Bug 1793429 - Make the deriveBits's length argument Nullable r=keeler,webidl,smaug 2024-08-07 09:17:48 +00:00
SyncMessageSender.h
TestUtils.cpp
TestUtils.h
Text.cpp Bug 1881225 - Consider CDATASections for dir=auto. r=emilio 2024-07-09 08:00:32 +00:00
Text.h Bug 1881225 - Consider CDATASections for dir=auto. r=emilio 2024-07-09 08:00:32 +00:00
TextDirectiveFinder.cpp Bug 1924519, part 2 - Text Fragments: Refactor algorithm to find a text directive in a document into its own file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
TextDirectiveFinder.h Bug 1924519, part 2 - Text Fragments: Refactor algorithm to find a text directive in a document into its own file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
TextDirectiveUtil.cpp Bug 1924519, part 1 - Text Fragments: Refactored helper functions into separate file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
TextDirectiveUtil.h Bug 1924519, part 1 - Text Fragments: Refactored helper functions into separate file. r=dom-core,farre 2024-11-04 08:59:30 +00:00
TextInputProcessor.cpp Bug 1879765 - part 2: Make BrowserChild store the last code value of consumed eKeyDown event r=smaug 2024-05-16 02:36:03 +00:00
TextInputProcessor.h
ThirdPartyUtil.cpp Bug 1929881 - Support handling nested localhost/ip address URI in ThirdPartyUtil::GetBaseDomain(). r=anti-tracking-reviewers,pbz 2024-11-13 18:39:39 +00:00
ThirdPartyUtil.h
Timeout.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
Timeout.h Bug 1913613 - Fix wrapping behaviour of setTimeout IDs and consolidate types to int32 r=smaug 2024-11-20 19:53:22 +00:00
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1910698 - Add a struct to represent JS caller location and more general warning source location. r=smaug,necko-reviewers,anti-tracking-reviewers,dom-storage-reviewers,pbz,kershaw,janv 2024-08-01 17:12:48 +00:00
TimeoutHandler.h Bug 1890946 - Try to fix base toolchain builds. 2024-08-01 23:39:32 +03:00
TimeoutManager.cpp Bug 1913613 - Prevent setTimeout IDs being reused while already in use r=smaug 2024-11-20 19:53:22 +00:00
TimeoutManager.h Bug 1913613 - Fix wrapping behaviour of setTimeout IDs and consolidate types to int32 r=smaug 2024-11-20 19:53:22 +00:00
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 Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
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 1388910 - Remove -moz-user-modify property. r=dshin 2024-11-19 19:35:35 +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 1877258 - Add use counter for optimize get iterator fuse being popped r=iain 2024-11-18 16:38:09 +00:00
usecounters.py Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
UseCountersWorker.conf
UserActivation.cpp Bug 1675847 - part 1: Rename eMouseClick and eMouseAuxClick r=smaug 2024-06-14 00:18:46 +00:00
UserActivation.h Bug 1643363. Add some documentation to mozilla::dom::UserActivation. r=edgar 2024-11-13 12:33:27 +00:00
VideoFrameProvider.h Bug 1800882 - Implement HTMLVideoElement.requestVideoFrameCallback. r=webidl,media-playback-reviewers,emilio,ErichDonGubler,padenot 2024-08-01 20:12:22 +00:00
ViewportMetaData.cpp Bug 1831649 - Parse interactive-widget. r=botond,emilio 2024-08-06 07:46:20 +00:00
ViewportMetaData.h Bug 1831649 - Parse interactive-widget. r=botond,emilio 2024-08-06 07:46:20 +00:00
VisualViewport.cpp Bug 1904442 - Rename GlobalTeardownObserver::GetOwner to GetOwnerWindow. r=smaug,media-playback-reviewers,dom-storage-reviewers,aosmond,padenot,asuth 2024-07-01 11:49:59 +00:00
VisualViewport.h Bug 1824877 Part 1 - Rename nsGfxScrollFrame.{h,cpp} to ScrollContainerFrame.{h,cpp}. r=dholbert 2024-05-15 17:50:48 +00:00
WindowDestroyedEvent.cpp Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
WindowDestroyedEvent.h Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
WindowFeatures.cpp
WindowFeatures.h
WindowNamedPropertiesHandler.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
WindowNamedPropertiesHandler.h
WindowProxyHolder.h
XPathGenerator.cpp
XPathGenerator.h
ZLibHelper.h