gecko-dev/dom/base
Emilio Cobos Álvarez 8cfb840466 Bug 1627643 - Allow to find and display selection native anonymous content. r=jfkthame
The check for generated content in nsTextFrame is to the best of my
knowledge useless: We don't display generated content as selected when
the parent is selected anyhow, and the offsets would be wrong.

We special-case text inputs and textarea because of ::placeholder, see
the comment, but otherwise there's no reason you shouldn't be able to
find-in-page generated content / fallback / etc.

I added ForceBreakBetween so as to not create ranges that span across
shadow / anonymous content boundaries. They don't work anyway (see the
TODO in test_find.html), so it seems better to make that explicit until
we properly handle them (bug 1590379).

I added a pref just to be safe since this is long-standing behavior, but
I think it should be uncontroversial.

Differential Revision: https://phabricator.services.mozilla.com/D72447
2020-04-27 13:56:04 +00:00
..
crashtests Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky 2020-04-03 22:23:23 +00:00
test Bug 1627643 - Allow to find and display selection native anonymous content. r=jfkthame 2020-04-27 13:56:04 +00:00
AbstractRange.cpp Bug 1615131 - Make `StaticRange` instances reused as far as possible like `nsRange` r=smaug 2020-02-14 15:02:43 +00:00
AbstractRange.h Bug 1615131 - Make `StaticRange` instances reused as far as possible like `nsRange` r=smaug 2020-02-14 15:02:43 +00:00
AncestorIterator.h Bug 1617084 - Return nullptr_t instead of a full iterator from end(). r=bzbarsky 2020-03-02 16:11:45 +00:00
AnonymousContent.cpp Bug 1612444. Improve some error messages for exceptions in layout. r=emilio 2020-02-03 20:35:54 +00:00
AnonymousContent.h Bug 1449861 - Use UTF8String for some CSSOM APIs. r=bzbarsky 2020-01-04 10:36:49 +00:00
Attr.cpp Bug 1377999 - Make Attribute to adapt the DOMArena changes r=smaug 2020-03-17 14:53:13 +00:00
Attr.h Bug 1377999 - Make Attribute to adapt the DOMArena changes r=smaug 2020-03-17 14:53:13 +00:00
AttrArray.cpp
AttrArray.h
AutocompleteFieldList.h
BarProps.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
BarProps.h Bug 1603889 - Make ScrollbarsProp::SetVisible do nothing, and minor cleanup of surrounding code. r=smaug 2019-12-17 22:25:54 +00:00
BindContext.h Bug 1624359 - Remove Document::mVisibleContentHeuristic. r=smaug 2020-03-24 12:27:54 +00:00
BodyConsumer.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
BodyConsumer.h
BodyStream.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
BodyStream.h
BodyUtil.cpp Bug 1619518 - part 2 - Better File.lastModified attribute handling, r=ssengupta,ttung,dom-workers-and-storage-reviewers,smaug 2020-03-04 23:10:22 +00:00
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CORSMode.h
CallState.h Bug 1596317 - Split out CallState from nsGlobalWindowInner. r=smaug 2019-12-19 07:58:09 +00:00
CharacterData.cpp Bug 1624359 - Remove Document::mVisibleContentHeuristic. r=smaug 2020-03-24 12:27:54 +00:00
CharacterData.h
ChildIterator.cpp Bug 1596485 - Rename mXBLInvolved to mShadowDOMInvolved and XBLInvolved to ShadowDOMInvolved r=emilio 2020-01-08 15:08:06 +00:00
ChildIterator.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
ChromeNodeList.h
ChromeUtils.cpp Bug 1605209 - Turn actor names into nsCString;r=nika 2020-04-17 10:56:22 +00:00
ChromeUtils.h Bug 1605209 - Turn actor names into nsCString;r=nika 2020-04-17 10:56:22 +00:00
Comment.cpp Bug 1377999 - Make Comment to adapt the DOMArena changes r=smaug 2020-03-17 14:53:51 +00:00
Comment.h
ContentAreaDropListener.jsm
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp Bug 1608071: part 2) Rename `nsContentUtils::GetCommonAncestor` and related methods. r=smaug 2020-01-13 10:29:44 +00:00
ContentIterator.h Bug 1609662: part 14) Document some `ContentIterator*` methods. r=smaug 2020-01-21 16:02:07 +00:00
ContentProcessMessageManager.cpp Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8 2020-02-25 19:44:39 +00:00
ContentProcessMessageManager.h
Crypto.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
Crypto.h
CustomElementRegistry.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
CustomElementRegistry.h Bug 1629761 - Should not invoke attributeChangedCallback for the attribute that is changed during upgrading; r=smaug 2020-04-15 13:36:09 +00:00
DOMArena.h Bug 1626705 - Use mozalloc_handle_oom to handle OOM for DOMArena r=smaug 2020-04-01 18:47:40 +00:00
DOMException.cpp Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
DOMException.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMImplementation.cpp Bug 1377999 - Make TextNode to adapt the DOMArena changes r=smaug 2020-03-17 14:53:54 +00:00
DOMImplementation.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMIntersectionObserver.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
DOMIntersectionObserver.h Bug 1619858 - Minimal cleanup of the image lazy loading code. r=hiro 2020-03-04 21:34:20 +00:00
DOMMatrix.cpp Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
DOMMatrix.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMQuad.cpp Bug 1627285 - Check for NaN before std::min/max() in DOMQuad and DOMRect. r=emilio,jwalden 2020-04-07 22:27:36 +00:00
DOMQuad.h
DOMRect.cpp
DOMRect.h Bug 1627285 - Check for NaN before std::min/max() in DOMQuad and DOMRect. r=emilio,jwalden 2020-04-07 22:27:36 +00:00
DOMRequest.cpp
DOMRequest.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMRequestHelper.jsm
DOMStringList.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DOMStringList.h Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
DOMTokenListSupportedTokens.h
DirectionalityUtils.cpp Bug 1623030 - Minor cleanup in DirectionalityUtils.cpp. r=smaug 2020-03-17 15:28:13 +00:00
DirectionalityUtils.h
DispatcherTrait.cpp
DispatcherTrait.h Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
DocGroup.cpp Bug 1630802 - P6. Always return AbstractThread::MainThread for AbstractMainThreadFor. r=bholley 2020-04-20 19:18:34 +00:00
DocGroup.h Bug 1630802 - P6. Always return AbstractThread::MainThread for AbstractMainThreadFor. r=bholley 2020-04-20 19:18:34 +00:00
Document.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
Document.h Bug 1580565 - Part 2: Delay creating nsFrameLoader in static clone until embedder has window, r=smaug 2020-04-24 18:32:59 +00:00
DocumentFragment.cpp
DocumentFragment.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1449522 - Clean up stylesheet association modes. r=nordzilla 2020-04-17 22:54:55 +00:00
DocumentOrShadowRoot.h Bug 1629994 - Minor Code Changes Constructable StyleSheets r=emilio 2020-04-17 16:34:38 +00:00
DocumentType.cpp Bug 1377999 - Make DocumentType to adapt the DOMArena changes r=smaug 2020-03-17 14:54:05 +00:00
DocumentType.h
Element.cpp Bug 1631251 - Fullsceen request should consume the transient user activation; r=smaug 2020-04-27 11:28:06 +00:00
Element.h Bug 1628418 - ARIA reflection: implement AriaAttributes interface r=smaug 2020-04-22 11:32:18 +00:00
ElementInlines.h Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
EventSource.cpp Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
EventSource.h Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
EventSourceEventService.cpp Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
EventSourceEventService.h Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
FilteredNodeIterator.h Bug 1617084 - Return nullptr_t instead of a full iterator from end(). r=bzbarsky 2020-03-02 16:11:45 +00:00
FlushType.h
FormData.cpp Bug 1588715 - Refactor matches the spec term 'submitter'; r=smaug 2020-02-11 12:46:57 +00:00
FormData.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
FragmentOrElement.cpp Bug 1623858: part 2) Declare `nsIContent::HasIndependentSelection` `const`. r=smaug 2020-03-20 13:23:00 +00:00
FragmentOrElement.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
FromParser.h
FullscreenChange.h Bug 1619112 part 3. Pass UTF8 strings to MaybeRejectWithType/RangeError promise methods. r=smaug 2020-03-06 21:05:48 +00:00
FuzzingFunctions.cpp
FuzzingFunctions.h
GeneratedImageContent.cpp Bug 1377999 - Make GeneratedImageContent to adapt the DOMArena changes r=smaug 2020-03-17 14:53:37 +00:00
GeneratedImageContent.h
HTMLSplitOnSpacesTokenizer.h
IDTracker.cpp
IDTracker.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
IdentifierMapEntry.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
IdleDeadline.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
IdleDeadline.h
IdleRequest.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
IdleRequest.h
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ImageEncoder.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ImageTracker.cpp Bug 1598480 - Test. r=emilio 2019-12-13 02:04:07 +00:00
ImageTracker.h Bug 1606628 - Remove nsStyleImageRequest. r=tnikkel,heycam 2020-02-07 20:36:34 +00:00
InProcessBrowserChildMessageManager.cpp Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
InProcessBrowserChildMessageManager.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
IndexedDBHelper.jsm
IntlUtils.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
IntlUtils.h
Link.cpp Bug 1626586 - Make history notifications do a bit less work. r=mak,lina,agi,snorp 2020-04-15 21:19:41 +00:00
Link.h Bug 1609288 - Apply styles from adopted stylesheets r=emilio 2020-02-15 01:16:46 +00:00
Location.cpp Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer 2020-03-13 12:44:36 +00:00
Location.h
LocationBase.cpp Bug 1621987: Implement Sec-Fetch-User. r=baku,edgar,Gijs 2020-04-16 08:04:26 +00:00
LocationBase.h
MaybeCrossOriginObject.cpp
MaybeCrossOriginObject.h
MessageBroadcaster.cpp
MessageBroadcaster.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
MessageListenerManager.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
MessageListenerManager.h
MessageManagerGlobal.cpp Bug 1614462: Part 2e - Migrate desktop-only CrashService_crash test to browser test. r=mconley 2020-04-20 22:15:30 +00:00
MessageManagerGlobal.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
MessageSender.cpp
MessageSender.h
MimeType.cpp
MimeType.h
MozQueryInterface.cpp
MozQueryInterface.h
MutationObservers.cpp Bug 1610981 - Eliminate usage of CSSPseudoElement from KeyframeEffect. r=birtles,smaug 2020-02-18 20:44:14 +00:00
MutationObservers.h
NameSpaceConstants.h Bug 1596476 - Remove nsuri_xbl static atom r=bholley 2020-01-08 04:44:33 +00:00
Navigator.cpp Backed out changeset 7b46a8bfc6af (bug 1415146) for mochitest failures in test_navigator_language.html on a CLOSED TREE 2020-04-24 02:54:52 +03:00
Navigator.h Bug 1614496 - Implement WebXR Core Module DOM Interfaces r=jgilbert,daoshengmu,webidl,smaug,baku,imanol 2020-04-06 19:33:32 +00:00
NodeInfo.cpp Bug 1607702 - Extract nsuri displaynames to nsNameSpaceManager r=bholley 2020-01-10 18:45:12 +00:00
NodeInfo.h
NodeInfoInlines.h Bug 1622032. Improve some error messages in nsINode. r=nika 2020-03-13 03:50:04 +00:00
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h
PlacesBookmarkAddition.h
PlacesBookmarkRemoved.h Bug 1511700 - Use the new notification system (PlacesObserver) for bookmark removed notifications. r=Standard8,mak 2020-01-16 18:38:54 +00:00
PlacesEvent.cpp
PlacesEvent.h Bug 1511700 - Use the new notification system (PlacesObserver) for bookmark removed notifications. r=Standard8,mak 2020-01-16 18:38:54 +00:00
PlacesObservers.cpp Bug 1535530. Fix can-run-script analysis to not mishandle on-stack refs to RefPtrs. r=andi,masayuki 2020-03-06 09:57:45 +00:00
PlacesObservers.h Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
PlacesVisit.h
PlacesWeakCallbackWrapper.cpp Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8 2020-02-25 19:44:39 +00:00
PlacesWeakCallbackWrapper.h Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
PopupBlocker.cpp
PopupBlocker.h
Pose.cpp
Pose.h
PostMessageEvent.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
PostMessageEvent.h Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 2 - CloneDataPolicy in writing, r=smaug 2020-02-06 13:46:25 +00:00
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.jsm
RangeBoundary.h Bug 1609662: part 18) Remove `RangeMatchesBeginPoint` function in Selection. r=smaug 2020-01-24 13:01:59 +00:00
RangeUtils.cpp Bug 1600267: part 7) Call `ComparePoints` instead of `ComparePoints_Deprecated` in RangeUtils. r=smaug 2019-12-19 13:28:50 +00:00
RangeUtils.h Bug 1587433: part 7.2) Adapt callers of `RangeBoundaryBase::Offset()`. r=smaug 2019-12-16 11:31:52 +00:00
RemoteOuterWindowProxy.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
ResizeObserver.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
ResizeObserver.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
ResizeObserverController.cpp Bug 1535530. Fix can-run-script analysis to not mishandle on-stack refs to RefPtrs. r=andi,masayuki 2020-03-06 09:57:45 +00:00
ResizeObserverController.h
ResponsiveImageSelector.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ResponsiveImageSelector.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
SameProcessMessageQueue.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
SameProcessMessageQueue.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ScreenLuminance.cpp
ScreenLuminance.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ScreenOrientation.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ScreenOrientation.h
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
Selection.h Bug 1623858: part 26) Annotate `MaybeAddRangeAndTruncateOverlaps` with `MOZ_CAN_RUN_SCRIPT`. r=masayuki 2020-04-01 11:42:16 +00:00
SelectionChangeEventDispatcher.cpp Bug 1626388 - Convert dom.select_events.textcontrols.enabled to static pref r=njn 2020-04-06 23:30:18 +00:00
SelectionChangeEventDispatcher.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
SerializedStackHolder.cpp Bug 1607791 - Get rid of IDBMutableFile.getFile() - part 3 - Rename SameProcessDifferentThread to SameProcess, r=asuth,sfink 2020-01-15 12:02:17 +00:00
SerializedStackHolder.h
ShadowIncludingTreeIterator.h Bug 1617084 - Return nullptr_t instead of a full iterator from end(). r=bzbarsky 2020-03-02 16:11:45 +00:00
ShadowRoot.cpp Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
ShadowRoot.h Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
SlowScriptDebug.jsm
StaticRange.cpp Bug 1615131 - Make `StaticRange` instances reused as far as possible like `nsRange` r=smaug 2020-02-14 15:02:43 +00:00
StaticRange.h Bug 1615131 - Make `StaticRange` instances reused as far as possible like `nsRange` r=smaug 2020-02-14 15:02:43 +00:00
StorageAccessPermissionRequest.cpp Bug 1603902 - Remove a race condition where storage access would get denied when a delayed automatic grant is in progress; r=baku 2019-12-20 14:47:28 +00:00
StorageAccessPermissionRequest.h Bug 1603902 - Remove a race condition where storage access would get denied when a delayed automatic grant is in progress; r=baku 2019-12-20 14:47:28 +00:00
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp Bug 1563335 - Part 2: Add a pref for serializing all JS threads that access shared SABs. r=smaug 2020-03-26 00:29:48 +00:00
StructuredCloneHolder.h Bug 1613900 - P2 - Report original JS error message to StructuredCloneCallbacksError; r=baku,sfink 2020-02-14 13:45:47 +00:00
StructuredCloneTags.h Bug 1609990 - AgentCluster comparison in MessagePort and BroadcastChannel - part 3 - CloneDataPolicy, r=smaug,sfink,lth 2020-01-24 16:31:21 +00:00
StructuredCloneTester.cpp
StructuredCloneTester.h
StyleSheetList.cpp
StyleSheetList.h
StyledRange.cpp Bug 1613071: rename `RangeData` to `StyledRange` and move it to separate file. r=smaug 2020-02-05 09:12:23 +00:00
StyledRange.h Bug 1613071: rename `RangeData` to `StyledRange` and move it to separate file. r=smaug 2020-02-05 09:12:23 +00:00
SubtleCrypto.cpp
SubtleCrypto.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
SyncMessageSender.h
Text.cpp
Text.h
TextInputProcessor.cpp
TextInputProcessor.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
ThirdPartyUtil.cpp Bug 1594529 - Create LoadInfo for subdocuments directly in parent process with DocumentChannel. r=mattwoodrow,nika 2020-04-15 18:53:06 +00:00
ThirdPartyUtil.h Bug 1594529 - Create LoadInfo for subdocuments directly in parent process with DocumentChannel. r=mattwoodrow,nika 2020-04-15 18:53:06 +00:00
Timeout.cpp
Timeout.h
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1624810 - Set the multi-zone JS holder flag on appropriate cycle collected classes r=mccr8 2020-03-26 10:49:06 +00:00
TimeoutHandler.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
TimeoutManager.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
TimeoutManager.h
TreeIterator.h
TreeOrderedArray.h
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UseCounter.h
UseCounters.conf Bug 1625384 - Remove window.onappinstalled event, as it was never used or shipped r=baku 2020-03-27 08:28:09 +00:00
UseCountersWorker.conf
UserActivation.cpp
UserActivation.h
ViewportMetaData.cpp Bug 1574307 - Part 1. Parse viewport-fit in meta element. r=smaug 2020-01-20 08:40:05 +00:00
ViewportMetaData.h Bug 1574307 - Part 1. Parse viewport-fit in meta element. r=smaug 2020-01-20 08:40:05 +00:00
VisualViewport.cpp Bug 1617565 - Convert additional compile-conditional logging bits to MOZ_LOG. r=botond 2020-02-24 16:31:04 +00:00
VisualViewport.h
WindowDestroyedEvent.cpp
WindowDestroyedEvent.h
WindowFeatures.cpp Bug 1432749 - Part 2: Introduce WindowFeature class with spec-compliant tokenization, and use it both in nsGlobalWindowOuter and nsWindowWatcher. r=smaug 2020-04-14 06:27:47 +00:00
WindowFeatures.h Bug 1432749 - Part 2: Introduce WindowFeature class with spec-compliant tokenization, and use it both in nsGlobalWindowOuter and nsWindowWatcher. r=smaug 2020-04-14 06:27:47 +00:00
WindowNamedPropertiesHandler.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp
WindowOrientationObserver.h
WindowProxyHolder.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
XPathGenerator.cpp Bug 1613071: rename `RangeData` to `StyledRange` and move it to separate file. r=smaug 2020-02-05 09:12:23 +00:00
XPathGenerator.h
components.conf
domerr.msg Bug 1581172. Remove NS_ERROR_DOM_TYPE_ERR. r=smaug 2020-02-20 16:57:57 +00:00
gen-usecounters.py
moz.build Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
nsAttrName.h
nsAttrValue.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsAttrValue.h
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCCUncollectableMarker.cpp Bug 1625789, optimize CustomElement constructors out from cycle collection graph, r=mccr8 2020-04-06 18:21:59 +00:00
nsCCUncollectableMarker.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsCaseTreatment.h
nsChildContentList.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsContentAreaDragDrop.cpp Bug 1612403 - File extensions are duplicated for file inputs with custom 'accept'. r=Gijs 2020-02-21 08:30:30 +00:00
nsContentAreaDragDrop.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsContentCID.h
nsContentCreatorFunctions.h
nsContentList.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsContentList.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsContentListDeclarations.h
nsContentPermissionHelper.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsContentPermissionHelper.h Bug 1363541 - Modernize the PermissionManager - part 2 - PermissionDelegateHandler to mozilla::PermissionDelegateHandler, r=timhuang 2020-04-10 08:36:46 +00:00
nsContentPolicy.cpp Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
nsContentPolicy.h
nsContentPolicyUtils.h Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
nsContentSink.cpp Bug 1623968 - Show a warning when a page forces the start of layout, as that usually indicates a FOUC. r=smaug 2020-03-21 12:18:28 +00:00
nsContentSink.h Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
nsContentUtils.h Bug 1630277 - Remove StorageAccess enum from nsContentUtils.h, r=dimi 2020-04-16 07:22:09 +00:00
nsCopySupport.cpp Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
nsCopySupport.h Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
nsDOMAttributeMap.cpp Bug 1377999 - Make Attribute to adapt the DOMArena changes r=smaug 2020-03-17 14:53:13 +00:00
nsDOMAttributeMap.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDOMCID.h
nsDOMCaretPosition.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDOMCaretPosition.h
nsDOMDataChannel.cpp Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug 2020-03-06 21:04:58 +00:00
nsDOMMutationObserver.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDOMNavigationTiming.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDOMNavigationTiming.h Bug 1519636 - Automatically reformat recent changes using clang-format r=Ehsan 2020-01-21 09:51:27 +00:00
nsDOMSerializer.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDOMSerializer.h
nsDOMString.h
nsDOMTokenList.cpp Bug 1619112 part 5. Stop accepting nsAString in ErrorResult error-throwing. r=smaug 2020-03-06 21:08:02 +00:00
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1561367 - Implement initial support for capturing multiple frames. r=kvark 2020-04-20 16:03:53 +00:00
nsDOMWindowUtils.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDataDocumentContentPolicy.cpp Bug 1601944 - Refactor nsDataDocumentContentPolicy.cpp r=ckerschb 2020-01-06 15:30:35 +00:00
nsDataDocumentContentPolicy.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsDeprecatedOperationList.h Bug 1588980 - Part 2: Remove the deprecation warning for HTMLCanvasElement.mozGetAsFile; r=bzbarsky 2020-01-20 22:02:59 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentEncoder.cpp Bug 1433073: part 3) Mimic old behavior of computing `mCommonInclusiveAncestors`. r=hsivonen 2020-04-23 10:14:47 +00:00
nsDocumentWarningList.h
nsFocusManager.cpp Bug 1627986 - Minor cleanup in the document navigation code. r=hsivonen 2020-04-14 09:58:42 +00:00
nsFocusManager.h Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
nsFrameLoader.cpp Bug 1576188 - Handle save-as for cross process iframes. r=peterv 2020-04-27 05:41:40 +00:00
nsFrameLoader.h Bug 1576188 - Handle save-as for cross process iframes. r=peterv 2020-04-27 05:41:40 +00:00
nsFrameLoaderOwner.cpp Bug 1598131 - Propagate the browsingContext's COEP to the new created one in nsFrameLoader::Recreate r=farre 2020-04-17 11:29:13 +00:00
nsFrameLoaderOwner.h Bug 1598131 - Propagate the browsingContext's COEP to the new created one in nsFrameLoader::Recreate r=farre 2020-04-17 11:29:13 +00:00
nsFrameMessageManager.cpp Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
nsFrameMessageManager.h Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
nsGlobalWindow.h
nsGlobalWindowCommands.cpp Bug 1336426 - Query selected text before calling word breaker. r=masayuki,m_kato 2020-03-10 21:24:13 +00:00
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
nsGlobalWindowInner.h Bug 1632116 - Introduce dom.window.content.untrusted.enabled r=emilio 2020-04-22 13:08:25 +00:00
nsGlobalWindowOuter.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
nsGlobalWindowOuter.h Bug 1616353 - Part 7.7: Remove window initialization properties which are redundant with nsOpenWindowInfo, r=kmag 2020-04-07 21:39:44 +00:00
nsHTMLContentSerializer.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsHTMLContentSerializer.h
nsHistory.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsHistory.h
nsIAnimationObserver.h
nsIContent.h Bug 1623858: part 2) Declare `nsIContent::HasIndependentSelection` `const`. r=smaug 2020-03-20 13:23:00 +00:00
nsIContentInlines.h Bug 1625369 - Make SetContentEditable update element state right when it changes. r=smaug 2020-03-31 12:22:02 +00:00
nsIContentPolicy.idl Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
nsIContentSerializer.h
nsIDOMRequestService.idl
nsIDocumentEncoder.idl
nsIDocumentObserver.h
nsIDroppedLinkHandler.idl
nsIEventSourceEventService.idl Bug 1603585 - Notify DevTools when an EventSource object is created. r=smaug 2020-04-25 19:27:07 +00:00
nsIGlobalObject.cpp Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
nsIGlobalObject.h Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
nsIImageLoadingContent.idl
nsIMessageManager.idl
nsIMutationObserver.h Bug 1627994 - Fix 'expection' typos. r=bholley 2020-04-07 17:00:54 +00:00
nsINode.cpp Bug 1626448 - Remove nsAutoPtr usage from dom/base. r=mccr8 2020-04-03 21:05:29 +00:00
nsINode.h Bug 1623858: part 1) Rename `nsINode::IsSelectionDescendant` to `nsINode::IsMaybeSelected`. r=smaug 2020-03-20 14:27:39 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl
nsIRemoteWindowContext.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsIScriptObjectPrincipal.h
nsIScriptableContentIterator.idl
nsISelectionController.idl Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h Bug 1519636 - Automatically reformat recent changes using clang-format r=Ehsan 2020-01-21 09:51:27 +00:00
nsImageLoadingContent.cpp Bug 1631365. img.decode never fulfills or rejects if the image is too big to fit into the surface cache. r=aosmond 2020-04-20 21:04:45 +00:00
nsImageLoadingContent.h Bug 1621835. Make imgINotificationObserver::Notify a void method, since no one examines its return value anyway. r=emilio 2020-03-12 04:25:34 +00:00
nsJSEnvironment.cpp Bug 1619165 - Reformat recent changes to the Google coding style r=andi 2020-04-25 09:40:08 +00:00
nsJSEnvironment.h
nsJSUtils.cpp Bug 1626105 - Rename |JS::CompileModuleDontInflate| to just plain |JS::CompileModule|. (There is no non-inflating version remove at the same time.) r=evilpie 2020-03-31 01:33:03 +00:00
nsJSUtils.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsLineBreaker.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsLineBreaker.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp
nsMappedAttributes.h
nsMimeTypeArray.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsMimeTypeArray.h
nsNameSpaceManager.cpp Bug 1607702 - Extract nsuri displaynames to nsNameSpaceManager r=bholley 2020-01-10 18:45:12 +00:00
nsNameSpaceManager.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsNodeInfoManager.cpp Bug 1627707 - Rename LoadInfo::LoadingPrincipal to GetLoadingPrincipal as it can return null. r=ckerschb 2020-04-06 18:57:36 +00:00
nsNodeInfoManager.h Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +00:00
nsObjectLoadingContent.cpp Bug 1580565 - Part 2: Delay creating nsFrameLoader in static clone until embedder has window, r=smaug 2020-04-24 18:32:59 +00:00
nsObjectLoadingContent.h
nsOpenURIInFrameParams.cpp Bug 1616353 - Part 7.2: Create and use nsOpenWindowInfo types in nsWindowWatcher logic, r=kmag 2020-04-07 21:39:32 +00:00
nsOpenURIInFrameParams.h Bug 1616353 - Part 7.2: Create and use nsOpenWindowInfo types in nsWindowWatcher logic, r=kmag 2020-04-07 21:39:32 +00:00
nsPIDOMWindow.h Bug 1630947 - Update Reporting API - part 1 - ReportingObserver in workers, r=smaug 2020-04-18 12:25:57 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPlainTextSerializer.cpp
nsPlainTextSerializer.h
nsPluginArray.cpp Backed out changeset 20f1bb2d5bd2 (bug 1623562) for bc failures. CLOSED TREE 2020-03-20 05:42:41 +02:00
nsPluginArray.h
nsPropertyTable.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsPropertyTable.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsQueryContentEventResult.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsQueryContentEventResult.h
nsRange.cpp Bug 1628715 - Part 10: Activate nodiscard attributes on AppendElement(s). r=xpcom-reviewers,nika,peterv 2020-04-24 14:34:15 +00:00
nsRange.h Bug 1624633: part 6) Annotate `nsRange::RegisterSelection` with `MOZ_CAN_RUN_SCRIPT`. r=hsivonen 2020-03-27 11:11:02 +00:00
nsSandboxFlags.h
nsScreen.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsScreen.h
nsStructuredCloneContainer.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyleLinkElement.cpp Bug 1629989 - Unify RemoveStyleSheet() Function r=emilio 2020-04-15 17:20:11 +00:00
nsStyleLinkElement.h Bug 1614329 - Fix the handling of the type attribute of HTMLStyleElement; r=bzbarsky 2020-02-11 19:38:26 +00:00
nsStyledElement.cpp Bug 1543315 - part 21: Mark `PresShell::DidCauseReflow()` as `MOZ_CAN_RUN_SCRIPT` r=smaug 2020-01-17 10:00:28 +00:00
nsStyledElement.h
nsSyncLoadService.cpp Bug 1619745: Remove GetUri usage in nsSyncLoadService.cpp r=ckerschb 2020-03-05 13:42:13 +00:00
nsSyncLoadService.h Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
nsTextFragment.cpp
nsTextFragment.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
nsTextFragmentVMX.cpp
nsTextNode.cpp Bug 1377999 - Make TextNode to adapt the DOMArena changes r=smaug 2020-03-17 14:53:54 +00:00
nsTextNode.h
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp Bug 1581691 - make transform-origin a mapped CSS attribute r=heycam,hsivonen 2020-04-18 05:10:29 +00:00
nsTreeSanitizer.h Bug 1602843 - Preserve CSS input exactly during sanitization. r=hsivonen 2019-12-12 13:57:54 +00:00
nsViewportInfo.cpp
nsViewportInfo.h Bug 1574307 - Part 1. Parse viewport-fit in meta element. r=smaug 2020-01-20 08:40:05 +00:00
nsWindowMemoryReporter.cpp Bug 1580565 - Part 4: Use WindowContext to manage BrowsingContext cached status, r=farre 2020-04-24 18:33:04 +00:00
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1605209 - Turn actor names into nsCString;r=nika 2020-04-17 10:56:22 +00:00
nsWindowRoot.h
nsWindowSizes.h
nsWrapperCache.cpp Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsWrapperCache.h Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsWrapperCacheInlines.h Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
nsXHTMLContentSerializer.cpp Bug 1603313 - Remove some silly patterns. r=bzbarsky 2019-12-14 05:05:01 +00:00
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug 2020-02-21 10:41:47 +00:00
nsXMLContentSerializer.h
usecounters.py Bug 1620035 - Convert dom/base/usecounters.py to py3; r=firefox-build-system-reviewers,rstewart 2020-03-05 17:04:02 +00:00