gecko-dev/dom/base
Gregory Pappas 4779219166 Bug 1428302 - Remove window.sidebar r=webidl,saschanaz
Differential Revision: https://phabricator.services.mozilla.com/D188418
2023-09-17 15:34:47 +00:00
..
crashtests Bug 1840191 - Fix a crash where nsContentSink::DidBuildModelImpl gets called with incorrect state r=hsivonen,dom-core 2023-08-17 18:22:57 +00:00
fuzztest
rust Bug 1852208 - Prepare dom and style crates for a switch to a bitflags 2-derived bitflags 1. r=emilio 2023-09-14 00:01:42 +00:00
test Bug 1852963 - Rename BrowserTestUtils.loadURIString() to .startLoadingURIString(). r=dao 2023-09-15 09:16:34 +00:00
AbstractRange.cpp Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki 2023-05-31 08:23:45 +00:00
AbstractRange.h Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki 2023-05-31 08:23:45 +00:00
AncestorIterator.h
AnchorAreaFormRelValues.cpp Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
AnchorAreaFormRelValues.h Bug 1509346 - Add support for <form rel>. r=smaug 2023-01-18 16:41:04 +00:00
AnimationFrameProvider.cpp
AnimationFrameProvider.h
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 Bug 1824886 - Rewrite AnonymousContent to use a shadow tree. r=smaug,TYLin,sfoster,devtools-reviewers,nchevobbe 2023-07-09 11:34:05 +00:00
Attr.cpp Bug 1831065 - Part 1: Remove unused ErrorResult in dom/{abort,base} r=emilio 2023-05-03 13:24:53 +00:00
Attr.h Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03: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 1843949 - Preallocate attribute array with the known size from parsing. r=emilio 2023-09-02 18:46:30 +00:00
AutoPrintEventDispatcher.h Bug 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the nsContentUtils::Dispatch methods. r=smaug 2023-08-28 23:38:42 +00:00
AutoSuppressEventHandlingAndSuspend.h
AutocompleteFieldList.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 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
BodyConsumer.h Bug 1826206 - Require nsISerialEventTarget for RetargetDeliveryTo, r=necko-reviewers,valentin 2023-06-07 14:48:38 +00:00
BodyUtil.cpp Bug 1841314 - Part 7: Add char and uint8_t overloads for NewArrayBufferWithContents. r=sfink 2023-07-06 20:51:00 +00:00
BodyUtil.h Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CCGCScheduler.cpp Backed out changeset 851416c5b619 (bug 1839455) for causing bug 1844365 2023-07-25 16:30:00 +03:00
CCGCScheduler.h Bug 1823622 - Part 4: Make SliceBudget's interrupt word a relaxed atomic r=sfink 2023-03-21 18:55:19 +00:00
CORSMode.h Bug 1832528 - Make cors mode part of the image cache key. r=tnikkel 2023-05-25 22:25:31 +00:00
CallState.h
CharacterData.cpp Bug 1829570 - part 1: Create a static method version of `AsyncEventDispatcher::RunDOMEventWhenSafe` r=smaug 2023-05-15 01:07:29 +00:00
CharacterData.h Bug 1829570 - part 1: Create a static method version of `AsyncEventDispatcher::RunDOMEventWhenSafe` r=smaug 2023-05-15 01:07:29 +00:00
ChildIterator.cpp
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
ChromeUtils.h Bug 1786885 - Add ChromeUtils::GetLibcConstants r=nika 2023-07-11 16:32:14 +00:00
Comment.cpp
Comment.h
CompressionStream.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
CompressionStream.h Bug 1823619 - Implement Compression Streams r=smaug 2023-03-25 06:48:41 +00:00
ContentAreaDropListener.sys.mjs Bug 1829559 - Convert dom/base to ES modules. r=asuth 2023-05-08 16:30:39 +00:00
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp Bug 1404916 - Remove ContentIterator native-anonymous hack. r=smaug 2023-08-28 10:35:54 +00:00
ContentIterator.h Bug 1849275 - Move template function definition to header. r=masayuki 2023-08-22 10:20:04 +00:00
ContentProcessMessageManager.cpp
ContentProcessMessageManager.h
Crypto.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
Crypto.h Bug 1833293 - Avoid ASCII -> UTF16 -> UTF8 conversion for crypto.randomUUID(). r=smaug 2023-05-16 18:27:16 +00:00
CustomElementRegistry.cpp Bug 1852866 - Make LifecycleCallbackArgs::mName a RefPtr<nsAtom>. r=emilio 2023-09-13 18:15:02 +00:00
CustomElementRegistry.h Bug 1852866 - Make LifecycleCallbackArgs::mName a RefPtr<nsAtom>. r=emilio 2023-09-13 18:15:02 +00:00
DOMArena.h Bug 1824655 - Avoid locking for the DOMArena jemalloc arena r=smaug 2023-06-09 05:06:49 +00:00
DOMException.cpp
DOMException.h
DOMImplementation.cpp
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1820265 - content-visibility: use overflow clip edge instead of bounding box as the intersecting rect, r=emilio 2023-09-11 23:42:37 +00:00
DOMIntersectionObserver.h Bug 1820265 - content-visibility: use overflow clip edge instead of bounding box as the intersecting rect, r=emilio 2023-09-11 23:42:37 +00:00
DOMMatrix.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
DOMMatrix.h
DOMMozPromiseRequestHolder.h
DOMParser.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp
DOMRect.h
DOMRequest.cpp
DOMRequest.h
DOMRequestHelper.sys.mjs Bug 1829559 - Convert dom/base to ES modules. r=asuth 2023-05-08 16:30:39 +00:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
DecompressionStream.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
DecompressionStream.h Bug 1823619 - Implement Compression Streams r=smaug 2023-03-25 06:48:41 +00:00
DirectionalityUtils.cpp Bug 1108425 - Fix dir=auto for textarea with rtl text. r=smaug 2023-05-22 12:35:01 +00:00
DirectionalityUtils.h
DispatcherTrait.cpp Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
DispatcherTrait.h
DocGroup.cpp Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
DocGroup.h Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
Document.cpp Bug 1835913 - Deprecating RejectForeignAllowList. r=bvandersloot,anti-tracking-reviewers 2023-09-14 15:41:40 +00:00
Document.h Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
DocumentFragment.cpp Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
DocumentFragment.h Bug 1826517 - Simplify DevTools' walker. r=smaug,devtools-reviewers,nchevobbe 2023-04-10 11:18:38 +00:00
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1771113 - Add chromeOnly `StyleSheetRemoved` event, emitted when a stylesheet is removed. r=emilio. 2023-08-10 14:36:03 +00:00
DocumentOrShadowRoot.h Bug 1827516 - Fix retargeting of UAWidget.elementFromPoint(). r=smaug 2023-04-18 09:23:06 +00:00
DocumentType.cpp Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
DocumentType.h Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
Element.cpp Bug 1852866 - Make LifecycleCallbackArgs::mName a RefPtr<nsAtom>. r=emilio 2023-09-13 18:15:02 +00:00
Element.h Bug 1843949 - Preallocate attribute array with the known size from parsing. r=emilio 2023-09-02 18:46:30 +00:00
ElementInlines.h
EventSource.cpp Bug 1839920 - Rename Get{ASCII,UTF}Origin to GetWebExposedOriginSerialization, r=smaug,necko-reviewers,anti-tracking-reviewers,bvandersloot,jesup 2023-06-27 19:59:15 +00:00
EventSource.h
EventSourceEventService.cpp
EventSourceEventService.h
External.cpp
External.h
FilteredNodeIterator.h
FlushType.h
FormData.cpp Bug 1556358 - Part 3: Restore FACE state in SessionStore. r=edgar,farre 2023-06-28 16:28:27 +00:00
FormData.h Bug 1556358 - Part 3: Restore FACE state in SessionStore. r=edgar,farre 2023-06-28 16:28:27 +00:00
FragmentOrElement.cpp Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
FragmentOrElement.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
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp Bug 1266437 - Drop "OS" modifier r=smaug,m_kato,karlt,Gijs 2023-08-07 01:03:58 +00:00
FuzzingFunctions.h
GeneratedImageContent.cpp
GeneratedImageContent.h Bug 1850161, 1850238: apply code formatting via Lando 2023-08-31 09:23:28 +00:00
HTMLSplitOnSpacesTokenizer.h
Highlight.cpp 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
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 1838262, part 3: Removed `ServoStyleSet::ProbeHighlightPseudoElementStyle()`. r=emilio 2023-07-31 13:47:55 +00:00
HighlightRegistry.h Bug 1840872: apply code formatting via Lando 2023-08-16 09:59:34 +00:00
IDTracker.cpp
IDTracker.h
IdentifierMapEntry.h
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
IdleRequest.h
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1809753 - Part 4: Remove unnecessary GetMainThreadEventTarget, r=mccr8 2023-01-16 23:14:12 +00:00
ImageEncoder.h
ImageTracker.cpp
ImageTracker.h
InProcessBrowserChildMessageManager.cpp Bug 1809753 - Part 4: Remove unnecessary GetMainThreadEventTarget, r=mccr8 2023-01-16 23:14:12 +00:00
InProcessBrowserChildMessageManager.h
IndexedDBHelper.sys.mjs Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish 2023-05-20 12:26:49 +00:00
IntlUtils.cpp
IntlUtils.h
JSExecutionContext.cpp Bug 1845638 - Part 1: Use JS::FrontendContext APIs and TaskController in compilation and decode in ScriptLoader. r=smaug,bthrall 2023-08-29 12:07:18 +00:00
JSExecutionContext.h Bug 1845638 - Part 1: Use JS::FrontendContext APIs and TaskController in compilation and decode in ScriptLoader. r=smaug,bthrall 2023-08-29 12:07:18 +00:00
Link.cpp Bug 1850954 - Back out URL protocol spec-compliant restrictions added in bug 1347459 for causing webcompat issues; r=valentin,necko-reviewers,kershaw 2023-09-01 12:20:46 +00:00
Link.h Bug 1850238 - Make Link states not intrinsic. r=smaug 2023-08-30 09:18:32 +00:00
LinkStyle.cpp Bug 1847440 - Always store relative line numbers in CSS rules. r=zrhoffman 2023-08-16 09:37:27 +00:00
LinkStyle.h Bug 1847715 - Make prototype sync behave as everything else. r=smaug 2023-08-09 08:40:01 +00:00
Location.cpp Bug 1843239, optimize Location.hash, r=peterv,dom-core 2023-08-07 12:31:25 +00:00
Location.h Bug 1843239, optimize Location.hash, r=peterv,dom-core 2023-08-07 12:31:25 +00:00
LocationBase.cpp Bug 1817591 - location.href should throw a "SyntaxError" DOMException r=valentin 2023-09-15 20:38:47 +00:00
LocationBase.h Bug 1843239, optimize Location.hash, r=peterv,dom-core 2023-08-07 12:31:25 +00:00
LocationHelper.sys.mjs Bug 1826062 - Automatic fixes for Prettier 2.0.5 upgrade. r=mossop,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,denschub,devtools-reviewers,sparky,owlish 2023-05-20 12:26:49 +00:00
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 1845006 - store the fully-serialized MimeType on data url channels so XHR and fetch may use it for content-type response headers, and clean up the data url parsing code to better match the spec. r=kershaw,sunil,necko-reviewers 2023-08-02 23:41:24 +00:00
MimeType.h Bug 1845006 - store the fully-serialized MimeType on data url channels so XHR and fetch may use it for content-type response headers, and clean up the data url parsing code to better match the spec. r=kershaw,sunil,necko-reviewers 2023-08-02 23:41:24 +00:00
MozQueryInterface.cpp Bug 1831065 - Part 1: Remove unused ErrorResult in dom/{abort,base} r=emilio 2023-05-03 13:24:53 +00:00
MozQueryInterface.h
MutationObservers.cpp Bug 1834103 - Optimize out some nsIMutationObserver calls, r=emilio 2023-05-19 21:34:44 +00:00
MutationObservers.h Bug 1834103 - Optimize out some nsIMutationObserver calls, r=emilio 2023-05-19 21:34:44 +00:00
NameSpaceConstants.h
Navigator.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
Navigator.h Bug 1843841 - Make navigator.appName constant. r=dom-worker-reviewers,webidl,smaug,timhuang 2023-07-19 17:00:53 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h
PlacesBookmarkAddition.h Bug 1829579: Remove nsNavHistory::BookmarkIdToResultNode() r=mak 2023-06-20 12:44:03 +00:00
PlacesBookmarkChanged.h
PlacesBookmarkGuid.h
PlacesBookmarkKeyword.h Bug 1678629: Implement a mechanism to fire bookmark-keyword-changed event. r=mak 2023-02-09 21:21:50 +00:00
PlacesBookmarkMoved.h Bug 1840207 - The bookmarked-moved event needs all the details to do a remove+insert operation. r=daisuke 2023-07-03 08:55:51 +00:00
PlacesBookmarkRemoved.h
PlacesBookmarkTags.h
PlacesBookmarkTime.h
PlacesBookmarkTitle.h
PlacesBookmarkUrl.h
PlacesEvent.cpp
PlacesEvent.h Bug 1678629: Implement a mechanism to fire bookmark-keyword-changed event. r=mak 2023-02-09 21:21:50 +00:00
PlacesFavicon.h
PlacesHistoryCleared.h
PlacesObservers.cpp
PlacesObservers.h
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 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the nsContentUtils::Dispatch methods. r=smaug 2023-08-28 23:38:42 +00:00
PointerLockManager.h
PopoverData.cpp Bug 1824350 - Implement queue a popover toggle event task for Popover. r=emilio 2023-04-18 13:51:23 +00:00
PopoverData.h Bug 1837360 - Popover: Align to the update of specification regarding nested popover, r=emilio 2023-06-16 13:59:43 +00:00
PopupBlocker.cpp
PopupBlocker.h
Pose.cpp
Pose.h
PostMessageEvent.cpp Bug 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the EventDispatcher::Dispatch methods. r=smaug 2023-08-28 23:38:43 +00:00
PostMessageEvent.h
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.sys.mjs Bug 1829559 - Convert dom/base to ES modules. r=asuth 2023-05-08 16:30:39 +00:00
RadioGroupManager.cpp Bug 1837540 - Make radio button group navigation follow tree-order. r=sefeng,smaug 2023-08-03 01:52:19 +00:00
RadioGroupManager.h Bug 1837540 - Make radio button group navigation follow tree-order. r=sefeng,smaug 2023-08-03 01:52:19 +00:00
RangeBoundary.h Bug 1828469, part 1: Prepare `RangeBoundaryBase` to be able to handle non-`MutationObserver` Range classes. r=masayuki 2023-05-31 08:23:45 +00:00
RangeUtils.cpp Bug 1828469, part 1: Prepare `RangeBoundaryBase` to be able to handle non-`MutationObserver` Range classes. r=masayuki 2023-05-31 08:23:45 +00:00
RangeUtils.h Bug 1828469, part 1: Prepare `RangeBoundaryBase` to be able to handle non-`MutationObserver` Range classes. r=masayuki 2023-05-31 08:23:45 +00:00
RemoteOuterWindowProxy.cpp
ResizeObserver.cpp Bug 1835813 - support contain-intrinsic-size: auto none r=Oriol,emilio,devtools-reviewers,nchevobbe 2023-07-11 18:23:26 +00:00
ResizeObserver.h
ResizeObserverController.cpp Backed out changeset 4c37121d2837 (bug 1788741) for causing focus and ResizeObserver wpt related failures. CLOSED TREE 2023-02-11 06:52:27 +02:00
ResizeObserverController.h
ResponsiveImageSelector.cpp Bug 1844432 - Cache parsed src attribute URI. r=smaug 2023-07-24 10:07:49 +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 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
ScreenOrientation.h Bug 1813081 - Remove ScreenOrientation::ShouldResistFingerprinting. r=tjr 2023-01-30 09:41:25 +00:00
ScriptableContentIterator.cpp
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 1276351 - Move away from mozilla::tuple to std::tuple. r=necko-reviewers,sergesanspaille 2023-03-27 07:20:25 +00:00
ScrollingMetrics.h Bug 1276351 - Move away from mozilla::tuple to std::tuple. r=necko-reviewers,sergesanspaille 2023-03-27 07:20:25 +00:00
Selection.cpp Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
Selection.h Bug 1811823, part 1: Added `HighlightSelectionData` struct. r=emilio 2023-06-23 15:22:43 +00:00
SelectionChangeEventDispatcher.cpp Bug 1825825 - Simplify NAC setup. r=smaug 2023-04-05 09:19:15 +00:00
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp Bug 1819287 - Make nsContentUtils::StringifyJSON more flexible; r=smaug 2023-03-02 15:47:40 +00:00
SerializedStackHolder.h
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1831539 - Remove HasBoxFFI. r=boris 2023-05-09 11:07:26 +00:00
ShadowRoot.h Bug 1837540 - Make radio button group navigation follow tree-order. r=sefeng,smaug 2023-08-03 01:52:19 +00:00
SlowScriptDebug.sys.mjs Bug 1829559 - Convert dom/base to ES modules. r=asuth 2023-05-08 16:30:39 +00:00
StaticRange.cpp Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
StaticRange.h Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki 2023-05-31 08:23:45 +00:00
StorageAccessPermissionRequest.cpp Bug 1836792, part 2 - Make changes to StorageAccessPermission{Request,Prompt} to allow requesting 3rdPartyFrameStorage, r=anti-tracking-reviewers,timhuang,pbz 2023-06-23 12:14:18 +00:00
StorageAccessPermissionRequest.h Bug 1836792, part 2 - Make changes to StorageAccessPermission{Request,Prompt} to allow requesting 3rdPartyFrameStorage, r=anti-tracking-reviewers,timhuang,pbz 2023-06-23 12:14:18 +00:00
StructuredCloneBlob.cpp Bug 1769763: Part 2 - Add debug names to StructuredCloneHolder objects for about:memory. r=mccr8,devtools-reviewers 2023-05-23 23:13:36 +00:00
StructuredCloneBlob.h Bug 1769763: Part 2 - Add debug names to StructuredCloneHolder objects for about:memory. r=mccr8,devtools-reviewers 2023-05-23 23:13:36 +00:00
StructuredCloneHolder.cpp Bug 1851263 - Rename nsIGlobalObject::AsInnerWindow to GetAsInnerWindow because it can return null. r=smaug 2023-09-04 04:06:30 +00:00
StructuredCloneHolder.h Bug 1838984 - Implement Serializable for EncodedVideoChunk r=webidl,smaug 2023-07-21 00:44:54 +00:00
StructuredCloneTags.h Bug 1838984 - Add Serializable to EncodedVideoChunk r=emilio 2023-07-21 00:44:54 +00:00
StructuredCloneTester.cpp
StructuredCloneTester.h
StyleSheetList.cpp
StyleSheetList.h
StyledRange.cpp Bug 1808565, part 1: Adapt `Selection` to support `StaticRange`s. r=webidl,saschanaz,masayuki,smaug 2023-03-03 14:59:47 +00:00
StyledRange.h Bug 1808565, part 1: Adapt `Selection` to support `StaticRange`s. r=webidl,saschanaz,masayuki,smaug 2023-03-03 14:59:47 +00:00
SubtleCrypto.cpp
SubtleCrypto.h
SyncMessageSender.h
TestUtils.cpp
TestUtils.h
Text.cpp Bug 1831065 - Part 1: Remove unused ErrorResult in dom/{abort,base} r=emilio 2023-05-03 13:24:53 +00:00
Text.h Bug 1831065 - Part 1: Remove unused ErrorResult in dom/{abort,base} r=emilio 2023-05-03 13:24:53 +00:00
TextInputProcessor.cpp
TextInputProcessor.h
ThirdPartyUtil.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
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
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp
TimeoutHandler.h
TimeoutManager.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
TimeoutManager.h Bug 1836191 - remove PerformanceCounter that was only used by ChromeUtils.requestPerformanceMetrics, r=smaug. 2023-06-08 21:53:18 +00:00
TreeIterator.h
TreeOrderedArray.h
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp Bug 1837816 - Make selector cache not tied to a document. r=media-playback-reviewers,karlt,mstange 2023-06-16 17:20:42 +00:00
UIDirectionManager.h
UseCounter.h
UseCounters.conf Bug 1847324 - Add use counter for rewritable YouTube flash embeds r=emilio 2023-08-08 11:10:47 +00:00
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h
ViewportMetaData.cpp
ViewportMetaData.h
VisualViewport.cpp
VisualViewport.h
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 Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
XPathGenerator.h
ZLibHelper.h Bug 1823619 - Implement Compression Streams r=smaug 2023-03-25 06:48:41 +00:00
components.conf Bug 1829559 - Convert dom/base to ES modules. r=asuth 2023-05-08 16:30:39 +00:00
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
gen-usecounters.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
moz.build Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
nsAttrName.h
nsAttrValue.cpp 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
nsAttrValue.h Bug 1843946 - Use an atom for the full class attribute value, to reduce string hash key cost during the AtomArrayCache lookup. r=emilio 2023-08-17 19:02:40 +00:00
nsAttrValueInlines.h Bug 1843946 - Make the MiscContainer for eAtomArray refcounted. r=emilio 2023-08-17 19:02:39 +00:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCCUncollectableMarker.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
nsCCUncollectableMarker.h
nsCaseTreatment.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 291640, r=emilio 2023-05-10 09:50:59 +00:00
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h
nsContentList.cpp Bug 1834103 - Optimize out some nsIMutationObserver calls, r=emilio 2023-05-19 21:34:44 +00:00
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 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
nsContentPermissionHelper.h
nsContentPolicy.cpp
nsContentPolicy.h
nsContentPolicyUtils.h Bug 1816918 - pass ClientInfo via IPC while creating webtransport session. r=necko-reviewers,jesup 2023-03-31 03:54:20 +00:00
nsContentSink.cpp Bug 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the nsContentUtils::Dispatch methods. r=smaug 2023-08-28 23:38:42 +00:00
nsContentSink.h Bug 1627263 - Propagate nonce attribute from Link header preloads to loaders. r=necko-reviewers,kershaw 2023-07-31 14:49:57 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1851526 - Don't create the event in nsContentUtils::DispatchChromeEvent if it will not be dispatched, r=mstange 2023-09-05 08:37:33 +00:00
nsContentUtils.h Bug 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the nsContentUtils::Dispatch methods. r=smaug 2023-08-28 23:38:42 +00:00
nsCopySupport.cpp Bug 1091187 - remove unused arguments and check from UpdateCommands r=dom-core,webidl,masayuki,smaug 2023-08-10 04:09:08 +00:00
nsCopySupport.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCID.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMDataChannel.cpp Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
nsDOMDataChannel.h Backed out 13 changesets (bug 1690111) for causing fetch related crashes. 2023-09-11 17:55:24 +03:00
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1827856 - Remove nativeAnonymousChildList observers. r=smaug,credential-management-reviewers,devtools-reviewers,sgalich,nchevobbe 2023-04-18 14:58:34 +00:00
nsDOMMutationObserver.h Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
nsDOMNavigationTiming.cpp Bug 1814686 - Part 2: Make nsDocShellLoadState not-null, and simplify handling of nsDOMNavigationTiming, r=necko-reviewers,valentin,smaug 2023-03-20 15:40:38 +00:00
nsDOMNavigationTiming.h
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 1851195 - Remove PContent::DeviceReset. r=gfx-reviewers,bradwerth 2023-09-01 19:03:43 +00:00
nsDOMWindowUtils.h
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1847177 - Rewrite mochitests for MathML console message as WPT. r=emilio,flod 2023-08-04 14:19:21 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentWarningList.h
nsFocusManager.cpp Bug 1248186 - Preliminary clean-up of nsFocusManager::GetSelectionLocation. r=masayuki 2023-08-29 09:45:52 +00:00
nsFocusManager.h Bug 1843484 - Use EventTarget* instead of nsISupports* in some nsFocusManager methods. r=smaug 2023-08-28 23:38:43 +00:00
nsFrameLoader.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
nsFrameLoader.h Bug 1776339, add a browsing context field that syncs the isUnderHiddenEmbedderElement state, r=emilio 2023-05-31 19:46:49 +00:00
nsFrameLoaderOwner.cpp Bug 1829570 - part 2: Add an overload of `AsyncEventDispatcher::RunDOMEventWhenSafe` r=smaug 2023-05-15 01:07:29 +00:00
nsFrameLoaderOwner.h
nsFrameMessageManager.cpp Bug 1837964 - Part 2: Use UniquePtr with explicit free policy in ScriptLoader::{ConvertToUTF16,ConvertToUTF8} and their consumers. r=smaug 2023-07-06 09:37:18 +00:00
nsFrameMessageManager.h
nsGlobalWindowCommands.cpp Bug 1851105 - Use nsAString as parameter for WordBreaker::FindWord. r=TYLin 2023-09-08 04:35:38 +00:00
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1428302 - Remove window.sidebar r=webidl,saschanaz 2023-09-17 15:34:47 +00:00
nsGlobalWindowInner.h Bug 1428302 - Remove window.sidebar r=webidl,saschanaz 2023-09-17 15:34:47 +00:00
nsGlobalWindowOuter.cpp Bug 1846224 - Use RFPTarget for JS locale en-US spoofing. r=tjr 2023-09-08 19:24:44 +00:00
nsGlobalWindowOuter.h Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
nsHistory.cpp Bug 1842460 - Remove dom.window.history.async pref r=smaug 2023-07-17 08:41:02 +00:00
nsHistory.h
nsIAnimationObserver.h
nsIContent.h Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
nsIContentInlines.h Bug 1825825 - Simplify NAC setup. r=smaug 2023-04-05 09:19:15 +00:00
nsIContentPolicy.idl Bug 1847548 - Part 1: Use nsIContentPolicy::TYPE_INTERNAL_MODULE for worker's dynamic import scripts. r=dom-worker-reviewers,smaug,evilpie 2023-08-15 07:54:55 +00:00
nsIDOMRequestService.idl
nsIDocumentObserver.h
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl
nsIGlobalObject.cpp Bug 1851263 - Rename nsIGlobalObject::AsInnerWindow to GetAsInnerWindow because it can return null. r=smaug 2023-09-04 04:06:30 +00:00
nsIGlobalObject.h Bug 1851263 - Rename nsIGlobalObject::AsInnerWindow to GetAsInnerWindow because it can return null. r=smaug 2023-09-04 04:06:30 +00:00
nsIImageLoadingContent.idl
nsIMessageManager.idl
nsIMutationObserver.h Bug 1834103 - Optimize out some nsIMutationObserver calls, r=emilio 2023-05-19 21:34:44 +00:00
nsINode.cpp Bug 1843473 - Don't dispatch DOMActivate if there are no listeners for it, r=masayuki 2023-08-18 06:01:16 +00:00
nsINode.h Bug 1792501: Part 1 - Mark relative selector search path. r=emilio 2023-09-14 22:21:24 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 1820766 - Remove unused code in nsObjectLoadingContent. r=peterv 2023-03-08 18:51:05 +00:00
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h
nsIScriptableContentIterator.idl
nsISelectionController.idl Bug 1803355: Basic implementation of Custom Highlight API. r=edgar,emilio 2023-01-27 11:42:18 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsImageLoadingContent.cpp Bug 1850238 - Make BROKEN state non-intrinsic. r=smaug 2023-08-31 09:20:40 +00:00
nsImageLoadingContent.h Bug 1850238 - Make BROKEN state non-intrinsic. r=smaug 2023-08-31 09:20:40 +00:00
nsJSEnvironment.cpp Bug 1843484 - Use EventTarget* instead of nsISupports* for the event target parameter of the EventDispatcher::Dispatch methods. r=smaug 2023-08-28 23:38:43 +00:00
nsJSEnvironment.h
nsJSUtils.cpp Bug 1847469 - Part 24: Use column number types in JS::DescribeScriptedCaller. r=iain 2023-08-16 17:31:42 +00:00
nsJSUtils.h Bug 1841314 - Part 3: Prefer JS::NewArrayBufferWithContents with UniquePtr. r=sfink,saschanaz 2023-07-06 20:50:59 +00:00
nsLineBreaker.cpp Bug 1837272 - patch 2 - Clean up some trivial code-style violations in nsLineBreaker. r=emilio 2023-07-12 12:37:43 +00:00
nsLineBreaker.h
nsMimeTypeArray.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
nsMimeTypeArray.h
nsNameSpaceManager.cpp
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 1816287 - Always exit fullscreen when triggering on external protocol r=edgar 2023-05-17 18:00:18 +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 1844752, initialize nsNodeInfoManager::mPrincipal with the correct principal when available, r=dom-core,emilio,peterv 2023-07-31 23:44:15 +00:00
nsObjectLoadingContent.cpp Bug 1850238 - Make BROKEN state non-intrinsic. r=smaug 2023-08-31 09:20:40 +00:00
nsObjectLoadingContent.h Bug 1850238 - Make BROKEN state non-intrinsic. r=smaug 2023-08-31 09:20:40 +00:00
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPIDOMWindow.h Bug 1851263 - Rename EventTarget::GetAsWindowInner to EventTarget::GetAsInnerWindow for consistency with nsIGlobal::GetAsInnerWindow. r=smaug 2023-09-04 04:06:30 +00:00
nsPIDOMWindowInlines.h Bug 1834042 - Expose screen edge slop to chrome code. r=stransky,webidl,smaug 2023-05-30 09:43:59 +00:00
nsPIWindowRoot.h Bug 1807687 - Simplify Windows keyboard indicator setting handling. r=NeilDeakin 2023-01-09 18:19:03 +00:00
nsPluginArray.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
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
nsRange.h Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki 2023-05-31 08:23:45 +00:00
nsSandboxFlags.h
nsScreen.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
nsScreen.h Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp Bug 1827856 - Remove nativeAnonymousChildList observers. r=smaug,credential-management-reviewers,devtools-reviewers,sgalich,nchevobbe 2023-04-18 14:58:34 +00:00
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1839922 - Remove usage of {Has,Get}Attr(kNameSpaceID_None, ..). r=edgar 2023-06-23 10:01:32 +00:00
nsStyledElement.h Bug 1829225 - Make BeforeSetAttr take the parsed nsAttrValue. r=smaug 2023-04-21 09:25:17 +00:00
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 1827566 - Isolate SSE2 requirements to SSE-compiled file r=glandium 2023-04-24 16:27:38 +00:00
nsTextFragment.h
nsTextFragmentGeneric.h Bug 1827566 - Isolate SSE2 requirements to SSE-compiled file r=glandium 2023-04-24 16:27:38 +00:00
nsTextFragmentGenericFwd.h Bug 1827566 - Isolate SSE2 requirements to SSE-compiled file r=glandium 2023-04-24 16:27:38 +00:00
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp Bug 1811184 - Move FirstNon8Bit vector implementation to xsimd r=hsivonen 2023-02-13 10:46:51 +00:00
nsTextFragmentVMX.cpp
nsTextNode.cpp Bug 1828469, part 2: Moved some logic from `nsRange` to `AbstractRange` to support `StaticRange`s in custom highlights. r=masayuki 2023-05-31 08:23:45 +00:00
nsTextNode.h Bug 1449669 - Remove IsNodeOfType. r=longsonr 2023-03-17 19:22:14 +00:00
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1851263 - Rename nsIGlobalObject::AsInnerWindow to GetAsInnerWindow because it can return null. r=smaug 2023-09-04 04:06:30 +00:00
nsTreeSanitizer.h Bug 1784040 - Support experimental ElementList and AttributeList with namespace. r=emilio 2023-01-16 15:21:41 +00:00
nsViewportInfo.cpp
nsViewportInfo.h Bug 1803740 - Apply the minimum-scale for desktop mode. r=botond 2023-06-06 02:08:41 +00:00
nsWindowMemoryReporter.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
nsWindowMemoryReporter.h Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
nsWindowRoot.cpp Bug 1846277 - Remove nsGlobalWindow.h. r=dom-core,necko-reviewers,jesup,farre 2023-08-02 20:41:48 +00:00
nsWindowRoot.h Backed out 3 changesets (bug 1843477) for causing hazards failures on TelemetryFixture.cpp. CLOSED TREE 2023-09-08 20:21:46 +03:00
nsWindowSizes.h
nsWrapperCache.cpp
nsWrapperCache.h Bug 1845744: Move selector-specific node flags to a separate field. r=emilio 2023-08-01 00:29:56 +00:00
nsWrapperCacheInlines.h
usecounters.py