gecko-dev/dom/base
Timothy Nikkel 2cabfdfe65 Bug 1671331. Create a new test-only pref that disables the zoom part of ZoomToFocusedInput and use it in layout/base/tests/ mochitests. r=botond
layout/base/tests/test_bug332655-1.html calls focus on an element, this triggers a call to zoomToFocusedInput. This can zoom the parent document of the test, the mochitest harness.

Then test layout/base/tests/test_bug667512.html runs. It ends by synthesizing a left arrow key and then a right arrow key. With the old scrollbar code this results in no scrolling because there is no layout scrolling that can be done either in the test or the parent document. With the new scrollbar code we can scroll the visual viewport using the keyboard so this scrolls the visual viewport of the test harness (because it got zoomed from a previous test).

The test harness being scrolled means that the synthesized click in the next test test_bug677878 can not hit its intended target.

Using the pref apz.zoom-to-focused-input.enabled to disable zoom to focused input in this directory does work to fix this, but I'm tired of doing that.

I think the proper fix here would be to disable scrolling/zooming of the test harness document. Since it's the root content document and it is not scrollable if not zoomed this is equivalent to disabling the zooming part of zoom to focused input (except for tests that open their own window). To test the zooming part of zoom to focused input we can use a test that opens it's own window: we have gfx/layers/apz/test/mochitest/test_group_zoomToFocusedInput.html for this.

We already have the pref formhelper.autozoom would seems like it would work for this purpose, except it is entangled with java stuff in mobile/android/geckoview/src/main/java/org/mozilla/geckoview/GeckoRuntimeSettings.java that I don't really understand that means setting the pref in mochitest.ini doesn't seem to take affect.

So I created a new pref we can use specifically for this purpose. Hopefully we can use it instead of fully disabling the zoom to focused input, so we more closely test what we ship.

Differential Revision: https://phabricator.services.mozilla.com/D95423
2020-10-30 23:32:09 +00:00
..
crashtests Bug 1623918 - part 1: Make nsINode::GetTextEditorRootContent() handle TextControlElement after stopping climbing the DOM tree up r=smaug 2020-10-09 02:36:30 +00:00
test Bug 1670933 - Back button is not enabled by iframe navigation when Fission is enabled. r=smaug,extension-reviewers,zombie 2020-10-30 15:24:15 +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 1637712 - Consider to move *Ancestor* API to nsINode r=emilio 2020-05-20 14:55:15 +00:00
AnonymousContent.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
AnonymousContent.h Bug 1652942 - Remove some unnecessary includes of Element.h. r=smaug 2020-07-15 13:55:24 +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 Bug 1636516 - When moving an element to another document, don't drop nsMappedAttributes from its sheet. r=edgar 2020-05-11 19:28:24 +00:00
AttrArray.h Bug 1653335 - Remove uses of MakeSpan in return statements. r=froydnj 2020-08-07 07:42:50 +00:00
AutocompleteFieldList.h
AutoPrintEventDispatcher.h Bug 1557645 - Clone OOP iframes in the right process. r=nika 2020-09-22 09:57:27 +00:00
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.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
BindContext.h Bug 1640280 - Extend autofocus to SVGGraphicsElement r=emilio 2020-05-27 07:59:07 +00:00
BodyConsumer.cpp Bug 1660555 - Split AbortFollower::Abort into AbortFollower::RunAbortAlgorithm and AbortSignalImpl::SignalAbort functions for readability. r=smaug 2020-10-22 07:42:18 +00:00
BodyConsumer.h Bug 1660555 - Split AbortFollower::Abort into AbortFollower::RunAbortAlgorithm and AbortSignalImpl::SignalAbort functions for readability. r=smaug 2020-10-22 07:42:18 +00:00
BodyStream.cpp Bug 1612308 - Add a comment to BodyStream explaining why an expected state can't be asserted in a particular place. r=bzbarsky 2020-07-22 22:26:34 +00:00
BodyStream.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
BodyUtil.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
BodyUtil.h
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CallState.h Bug 1596317 - Split out CallState from nsGlobalWindowInner. r=smaug 2019-12-19 07:58:09 +00:00
CCGCScheduler.h Bug 1662254 - Move last remnant of scheduling logic to GetNextCCRunnerAction, rename the states r=smaug 2020-10-15 15:03:44 +00:00
CharacterData.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
CharacterData.h
ChildIterator.cpp Bug 1667594 - Move nsLayoutUtils::RectCallback to namespace scope. r=emilio,jgilbert 2020-09-30 21:06:47 +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 Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ChromeUtils.cpp Bug 1667915 - Separate marker category from marker options - r=gregtatum 2020-10-01 11:02:23 +00:00
ChromeUtils.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +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
components.conf Bug 1464542: Part 3b - Add existing Services.jsm registrations to the new services cache. r=mccr8,geckoview-reviewers,agi 2020-07-09 21:42:25 +00:00
ContentAreaDropListener.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +00:00
ContentIterator.cpp Bug 1649121: part 73) Factor IsNodeContainedInRange out. r=masayuki 2020-08-12 11:10:06 +00:00
ContentIterator.h Bug 1649121: part 72) Rename mEndNodes to mInclusiveAncestorsOfEndContainer. r=masayuki 2020-08-10 12:54:02 +00:00
ContentProcessMessageManager.cpp Bug 1667790 - Allow sharedData to be null very early during process startup. r=nika 2020-09-30 18:10:29 +00:00
ContentProcessMessageManager.h Bug 1667790 - Allow sharedData to be null very early during process startup. r=nika 2020-09-30 18:10:29 +00:00
CORSMode.h
Crypto.cpp Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert 2020-07-31 16:37:27 +00:00
Crypto.h
CustomElementRegistry.cpp Bug 1659410 - Resolve whenDefined promises with custom element constructor. r=edgar 2020-09-28 21:55:35 +00:00
CustomElementRegistry.h Bug 1661248 - Remove CustomElementRegistry::AutoSetRunningFlag. r=edgar 2020-08-26 12:36:18 +00:00
DirectionalityUtils.cpp Bug 1667868 - Optimize directionality change handling during slotting. r=smaug 2020-09-29 21:43:32 +00:00
DirectionalityUtils.h Bug 1667868 - Optimize directionality change handling during slotting. r=smaug 2020-09-29 21:43:32 +00:00
DispatcherTrait.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
DispatcherTrait.h Bug 1620594 - Part 7: Remove TabGroup and SystemGroup. r=nika,bas 2020-04-07 15:17:47 +00:00
DocGroup.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
DocGroup.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
Document.cpp Bug 941354 - Use innerMostURI on about:{neterror,certerror}. r=prathiksha,baku 2020-10-27 10:55:51 +00:00
Document.h Bug 1671729 - Gather telemetry on page load and request animation frame callback time r=bas,smaug,Dexter 2020-10-21 16:27:30 +00:00
DocumentFragment.cpp
DocumentFragment.h Bug 1653232 implement GetInnerHTML() for DocFragments r=emilio 2020-07-16 17:31:10 +00:00
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
DocumentOrShadowRoot.h Bug 1556556 - Add a "relative to layout viewport" option for display list building. r=mstange,mattwoodrow 2020-05-05 19:24:08 +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
DOMArena.h Bug 1626705 - Use mozalloc_handle_oom to handle OOM for DOMArena r=smaug 2020-04-01 18:47:40 +00:00
domerr.msg Bug 1662124 - element.setPointerCapture should throw NotFoundError if the pointer id is invalid; r=smaug 2020-09-01 09:13:56 +00:00
DOMException.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 1670327 - Fix more IntersectionObserver issues. r=hiro 2020-10-12 10:58:35 +00:00
DOMIntersectionObserver.h Bug 1611204 - Fix IntersectionObserverEntry.isIntersecting to match other browsers. r=mstange 2020-05-28 10:38:51 +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 1610067 - Remove nsAutoPtr. r=xpcom-reviewers,nika' 2020-04-29 17:28:06 +00:00
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +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 Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
DOMRect.cpp Backed out changeset edfbe6020f30 (bug 1640441) for wpt failure on inferred-mrow-baseline.html . CLOSED TREE 2020-06-13 01:44:30 +03:00
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 Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
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 Bug 1651519: Remove nsIDOMWindowUtils::currentInnerWindowID. r=nika,remote-protocol-reviewers,webcompat-reviewers,whimboo 2020-08-17 20:20:50 +00:00
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 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
DOMTokenListSupportedTokens.h
Element.cpp Bug 1658948 - Ace editor doesn't show software keyboard. r=masayuki 2020-10-14 02:27:22 +00:00
Element.h Bug 1671657 - setPointerCapture should do nothing if the element's node document is not active document for the pointer; r=smaug 2020-10-30 08:31:42 +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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
EventSource.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +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 1637712 - Consider to move *Ancestor* API to nsINode r=emilio 2020-05-20 14:55:15 +00:00
FlushType.h Bug 1666617 - Move kFlushTypeNames into FlushType.h so that it can be used from other files. r=smaug 2020-09-23 12:17:20 +00:00
FormData.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +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 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
FuzzingFunctions.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
FuzzingFunctions.h
gen-usecounters.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
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
IdentifierMapEntry.h Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
IDTracker.cpp Bug 353575 - Allow IDTracker to look up elements in <svg:use> shadow trees. r=smaug 2020-04-27 21:15:18 +00:00
IDTracker.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
IframeSandboxKeywordList.h Bug 1558394 - Block downloads in sandboxed iframes r=ckerschb,smaug 2020-07-29 11:50:09 +00:00
ImageEncoder.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
ImageEncoder.h Bug 1667594 - Avoid including nsLayoutUtils.h from various headers. r=kats 2020-09-26 17:55:00 +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
IndexedDBHelper.jsm
InProcessBrowserChildMessageManager.cpp Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +00:00
InProcessBrowserChildMessageManager.h Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +00:00
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 1645982 - Rename some service getters in Services.py to better match the types. r=froydnj 2020-06-16 23:32:21 +00:00
Link.h Bug 1609288 - Apply styles from adopted stylesheets r=emilio 2020-02-15 01:16:46 +00:00
LinkStyle.cpp Bug 1673885 - Don't expose incomplete sheets in LinkStyle.sheet / Document.styleSheets. r=nordzilla 2020-10-30 23:30:14 +00:00
LinkStyle.h Bug 1673885 - Don't expose incomplete sheets in LinkStyle.sheet / Document.styleSheets. r=nordzilla 2020-10-30 23:30:14 +00:00
Location.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
Location.h
LocationBase.cpp Bug 1314912 - Rate limit calls to History and Location interfaces. r=smaug 2020-09-21 11:54:50 +00:00
LocationBase.h
LocationHelper.jsm Bug 1637402 - Add pref to compare MLS results r=chutten,mikedeboer 2020-06-02 00:01:31 +00:00
MaybeCrossOriginObject.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
MaybeCrossOriginObject.h Bug 1643457 - Support ChromeOnly properties on remote proxies. r=mccr8 2020-06-05 12:45:40 +00:00
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 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
MessageSender.cpp
MessageSender.h
MimeType.cpp
MimeType.h
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
MozQueryInterface.h
MutationObservers.cpp Bug 1645382 - Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj 2020-06-15 09:05:00 +00:00
MutationObservers.h Bug 1645382 - Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj 2020-06-15 09:05:00 +00:00
NameSpaceConstants.h Bug 1596476 - Remove nsuri_xbl static atom r=bholley 2020-01-08 04:44:33 +00:00
Navigator.cpp Bug 1631464 Remove the title argument from registerProtocolHandler() r=smaug 2020-10-27 14:10:22 +00:00
Navigator.h Bug 1631464 Remove the title argument from registerProtocolHandler() r=smaug 2020-10-27 14:10:22 +00:00
NodeInfo.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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
nsAttrName.h
nsAttrValue.cpp Bug 1665816 - CSSOM should respect rule-level property restrictions. r=jwatt 2020-09-21 09:57:46 +00:00
nsAttrValue.h Bug 1640545 - Make attribute substring selectors a little faster. r=emilio 2020-05-25 22:26:09 +00:00
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1662254 - Move incremental CC slice logic to CCGCScheduler r=smaug 2020-10-15 15:02:12 +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
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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +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 1664691 - Remove nsImageLoadingContent.imageBlockingStatus. r=edgar 2020-09-15 11:59:28 +00:00
nsContentPolicy.h
nsContentPolicyUtils.h Bug 1655716 - Introduce TYPE_INTERNAL_FETCH_PRELOAD and use in HTMLLinkElement::AsValueToContentPolicy() - r=emilio,mayhemer,ckerschb 2020-08-11 12:33:14 +00:00
nsContentSink.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsContentSink.h Bug 1653474 - Process META elements when it's inserted r=smaug 2020-08-05 16:32:57 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1667113. r=smaug 2020-10-23 12:48:56 +00:00
nsContentUtils.h Bug 1666300 part 2 - Parse into an inert document. r=smaug 2020-10-23 12:48:52 +00:00
nsCopySupport.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsCopySupport.h Bug 253870 - Make disabled form controls selectable. r=masayuki,MarcoZ 2020-03-19 13:18:16 +00:00
nsDataDocumentContentPolicy.cpp Bug 1648064 - Switch DOM images to work like CSS images for the purposes of printing. r=tnikkel,smaug 2020-07-22 20:29:00 +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 1667719: Add preferences, warnings and telemetry for the scriptminsize and scriptsizemultiplier attributes. r=emilio 2020-09-28 14:12:27 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentEncoder.cpp Bug 1649121: part 86) Follow-up for part 79. r=masayuki 2020-08-31 12:30:57 +00:00
nsDocumentWarningList.h Bug 1601594 - P1 - Using Origin as the key for DocGroup; r=farre,nika 2020-05-25 12:51:29 +00:00
nsDOMAttributeMap.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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
nsDOMCaretPosition.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
nsDOMCaretPosition.h
nsDOMCID.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
nsDOMDataChannel.cpp Bug 1668248 - Use fallible string operations in nsDOMDataChannel::Send. r=bwc 2020-10-02 12:41:54 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1668134 - part 2: Make nsPIDOMWindowInner have an API to know whether a node is (was) in the window has been observed by web apps with a mutation observer r=smaug 2020-10-08 02:25:35 +00:00
nsDOMMutationObserver.h Bug 1668134 - part 2: Make nsPIDOMWindowInner have an API to know whether a node is (was) in the window has been observed by web apps with a mutation observer r=smaug 2020-10-08 02:25:35 +00:00
nsDOMNavigationTiming.cpp Bug 1657188 - Implement rel=preload load time telemetry r=Dexter,emilio,nika 2020-09-14 21:03:52 +00:00
nsDOMNavigationTiming.h Bug 1671729 - Gather telemetry on page load and request animation frame callback time r=bas,smaug,Dexter 2020-10-21 16:27:30 +00:00
nsDOMSerializer.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 1671331. Create a new test-only pref that disables the zoom part of ZoomToFocusedInput and use it in layout/base/tests/ mochitests. r=botond 2020-10-30 23:32:09 +00:00
nsDOMWindowUtils.h Bug 1656223 - When exiting fullscreen, ensure the content viewer size is updated before first reflow. r=emilio 2020-08-15 20:02:19 +00:00
nsFocusManager.cpp Bug 1672579 - Remove probes and instrumentation for FOG lifecycle evaluation r=janerik 2020-10-26 08:37:00 +00:00
nsFocusManager.h Bug 1658948 - Ace editor doesn't show software keyboard. r=masayuki 2020-10-14 02:27:22 +00:00
nsFrameLoader.cpp Bug 1670137 - Don't remove sh entries for subframes that are switching processes, r=peterv 2020-10-21 15:25:47 +00:00
nsFrameLoader.h Backed out 2 changesets (bug 1668940) for causing bc failures. 2020-10-12 17:00:52 +03:00
nsFrameLoaderOwner.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-08-31 09:23:02 +00:00
nsFrameLoaderOwner.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
nsFrameMessageManager.cpp Bug 1666683 - Part 6: Add ScriptPreloader::FillCompileOptionsForCachedScript. r=tcampbell,kmag 2020-10-06 21:16:57 +00:00
nsFrameMessageManager.h Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
nsGlobalWindow.h
nsGlobalWindowCommands.cpp Bug 1667081 - Part 1: Replace usage of nsIFocusManager with nsFocusManager; r=hsivonen 2020-09-29 07:21:09 +00:00
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1646165 - Implement FOG's JavaScript API via WebIDL. r=chutten,webidl,emilio,smaug 2020-10-21 11:36:46 +00:00
nsGlobalWindowInner.h Bug 1646165 - Implement FOG's JavaScript API via WebIDL. r=chutten,webidl,emilio,smaug 2020-10-21 11:36:46 +00:00
nsGlobalWindowOuter.cpp Bug 1667439 - remove invalid wakelock for 'DOM_Fullscreen'. r=saschanaz 2020-10-22 13:45:30 +00:00
nsGlobalWindowOuter.h Bug 1667439 - remove invalid wakelock for 'DOM_Fullscreen'. r=saschanaz 2020-10-22 13:45:30 +00:00
nsHistory.cpp Bug 1670848: Handling aborting history navigations when others run r=smaug 2020-10-23 20:27:50 +00:00
nsHistory.h Bug 1314912 - Rate limit calls to History and Location interfaces. r=smaug 2020-09-21 11:54:50 +00:00
nsHTMLContentSerializer.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsHTMLContentSerializer.h
nsIAnimationObserver.h
nsIContent.h Bug 1652020 - Remove unnecessary includes from nsIContent.h. r=smaug 2020-07-15 12:48:28 +00:00
nsIContentInlines.h Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
nsIContentPolicy.idl Bug 1450309 - Allow nSIContentPolicy to reject based on enterprise policy. r=ckerschb 2020-10-03 00:02:19 +00:00
nsIContentSerializer.h
nsIDocumentEncoder.idl
nsIDocumentObserver.h
nsIDOMRequestService.idl
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 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +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 Bug 1664691 - Remove nsImageLoadingContent.imageBlockingStatus. r=edgar 2020-09-15 11:59:28 +00:00
nsImageLoadingContent.cpp Bug 1664691 - Remove nsImageLoadingContent.imageBlockingStatus. r=edgar 2020-09-15 11:59:28 +00:00
nsImageLoadingContent.h Bug 1664691 - Remove nsImageLoadingContent.imageBlockingStatus. r=edgar 2020-09-15 11:59:28 +00:00
nsIMessageManager.idl
nsIMutationObserver.h Bug 1627994 - Fix 'expection' typos. r=bholley 2020-04-07 17:00:54 +00:00
nsINode.cpp Bug 1623918 - part 1: Make nsINode::GetTextEditorRootContent() handle TextControlElement after stopping climbing the DOM tree up r=smaug 2020-10-09 02:36:30 +00:00
nsINode.h Bug 1669996 - Do not expose chromeonly nodes via Selection API r=emilio 2020-10-15 20:49:47 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 1664156 - Remove -moz-suppressed. r=edgar 2020-09-13 11:33:13 +00:00
nsIScriptableContentIterator.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 Bug 1639833 - IntrisincStoragePrincipal should always be partitioned - part 2 - Expose PartitionedPrincipal, r=dimi 2020-06-03 06:09:52 +00:00
nsISelectionController.idl Bug 1632726 - part 2: Remove some unused nsISelectionController methods r=smaug 2020-04-27 06:20:31 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsJSEnvironment.cpp Bug 1662254 - Move last remnant of scheduling logic to GetNextCCRunnerAction, rename the states r=smaug 2020-10-15 15:03:44 +00:00
nsJSEnvironment.h Bug 1662254 - Extract FireForgetSkippable from CycleCollectorStats and make CycleCollectorStats purely about gathering, recording, and reporting statistics r=smaug 2020-10-15 15:03:28 +00:00
nsJSUtils.cpp Bug 1666683 - Part 1: Reorder CompileOptions parameter. r=tcampbell 2020-10-06 21:16:15 +00:00
nsJSUtils.h Bug 1663365 - Create a new js/public/String.h header seeded with the inline string functions previously found in jsfriendapi.h. (More functions ought be added/moved here, but these make a good start.) r=jandem,geckoview-reviewers,agi 2020-09-08 22:50:52 +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 Bug 1636516 - When moving an element to another document, don't drop nsMappedAttributes from its sheet. r=edgar 2020-05-11 19:28:24 +00:00
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 Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
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 1552168: Remove pref security.data_uri.unique_opaque_origin. r=smaug 2020-10-08 16:55:25 +00:00
nsObjectLoadingContent.h Bug 1664156 - Remove -moz-suppressed. r=edgar 2020-09-13 11:33:13 +00:00
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 1668134 - part 2: Make nsPIDOMWindowInner have an API to know whether a node is (was) in the window has been observed by web apps with a mutation observer r=smaug 2020-10-08 02:25:35 +00:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPlainTextSerializer.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsPlainTextSerializer.h
nsPluginArray.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00: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 1667594 - Move nsLayoutUtils::RectCallback to namespace scope. r=emilio,jgilbert 2020-09-30 21:06:47 +00:00
nsRange.h Bug 1667594 - Move nsLayoutUtils::RectCallback to namespace scope. r=emilio,jgilbert 2020-09-30 21:06:47 +00:00
nsSandboxFlags.h Bug 1558394 - Block downloads in sandboxed iframes r=ckerschb,smaug 2020-07-29 11:50:09 +00:00
nsScreen.cpp Bug 1613431 - Part 2: Ignore synced setters return value. r=nika 2020-07-31 13:37:00 +00:00
nsScreen.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
nsStructuredCloneContainer.cpp Bug 1667393 - Also send version number when serializing SessionHistoryInfo. r=peterv 2020-09-28 10:55:27 +00:00
nsStructuredCloneContainer.h Bug 1667393 - Also send version number when serializing SessionHistoryInfo. r=peterv 2020-09-28 10:55:27 +00:00
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
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 Bug 1660378 - part 9: Avoid QI for getting nsStyledElement pointer r=smaug 2020-08-26 05:29:06 +00:00
nsSyncLoadService.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
nsSyncLoadService.h Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
nsTextFragment.cpp Bug 1653335 - Replace MakeSpan uses by constructor calls. r=froydnj 2020-08-07 07:49:47 +00:00
nsTextFragment.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
nsTextFragmentVMX.cpp Bug 1634852 - remove the register storage class specifier, it's deprecated in C++17. r=emilio 2020-05-12 11:07:07 +00:00
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 1666300 part 1 - Remove attributes from descendants when setting sanitized style. r=smaug 2020-10-23 12:48:49 +00:00
nsTreeSanitizer.h Bug 1666300 part 1 - Remove attributes from descendants when setting sanitized style. r=smaug 2020-10-23 12:48:49 +00:00
nsViewportInfo.cpp
nsViewportInfo.h Bug 1627010 - Disallow user from zooming out past initial zoom on desktop. r=botond 2020-05-06 14:40:23 +00:00
nsWindowMemoryReporter.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1653729 - Part 1: Generalize do_QueryActor API, r=kmag 2020-08-04 21:34:29 +00:00
nsWindowRoot.h Bug 1638127 - Minor cleanup around nsWindowRoot. r=edgar 2020-05-15 19:04:42 +00:00
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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsXMLContentSerializer.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
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 1653011 - Simplify and make WeakPtr<Derived> usable and compact. r=froydnj,sg,geckoview-reviewers,jgilbert,kvark,snorp 2020-07-23 14:51:46 +00:00
PopupBlocker.cpp Bug 1646539 - Part 2: Add field on WindowContext tracking popup permission. r=nika 2020-08-12 15:38:12 +00:00
PopupBlocker.h Bug 1646539 - Part 2: Add field on WindowContext tracking popup permission. r=nika 2020-08-12 15:38:12 +00:00
Pose.cpp Bug 1656411 - Move typed array, ArrayBuffer, and dataview-related functions out of jsfriendapi.h to two new headers. r=mgaudet,jgilbert 2020-07-31 16:37:27 +00:00
Pose.h
PostMessageEvent.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
PostMessageEvent.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
ProcessMessageManager.cpp
ProcessMessageManager.h
ProcessSelector.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
RangeBoundary.h Bug 1663601 - Make RangeBoundaryBase::GetNextSiblingOfChildAtOffset() check whether mRef is nullptr or not r=mbrodesser 2020-09-09 11:19:04 +00:00
RangeUtils.cpp Bug 1649121: part 73) Factor IsNodeContainedInRange out. r=masayuki 2020-08-12 11:10:06 +00:00
RangeUtils.h Bug 1649121: part 73) Factor IsNodeContainedInRange out. r=masayuki 2020-08-12 11:10:06 +00:00
RemoteOuterWindowProxy.cpp Bug 1663365 - Move various Object-related functions to a new js/public/Object.h header. r=jandem 2020-09-08 22:55:38 +00:00
ResizeObserver.cpp Bug 1259861 - Move everything else into the mozilla namespace in layout/svg r=dholbert 2020-07-11 02:20:20 +00:00
ResizeObserver.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=sg 2020-10-19 12:18:01 +00:00
ResizeObserverController.cpp Bug 1656114 - Part 4: Accumulate page use counters in the parent process. r=emilio,nika 2020-10-11 22:03:43 +00:00
ResizeObserverController.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
ResponsiveImageSelector.cpp Bug 1668414 - Also handle <source srcset>. r=edgar 2020-10-05 13:44:48 +00:00
ResponsiveImageSelector.h Bug 1668414 - Also handle <source srcset>. r=edgar 2020-10-05 13:44:48 +00:00
SameProcessMessageQueue.cpp Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +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 1613431 - Part 3: Handle synced setters return value. r=nika 2020-07-31 13:37:13 +00:00
ScreenOrientation.h Bug 1597413 - fix locking screen orientation to be fission compatible. r=farre 2020-04-27 15:43:36 +00:00
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 1615296 - Part 1: Remove MOZ_CAN_RUN_SCRIPT_BOUNDARY from Selection::Collapse r=masayuki 2020-10-16 22:22:48 +00:00
Selection.h Bug 1669996 - Do not expose chromeonly nodes via Selection API r=emilio 2020-10-15 20:49:47 +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 1620966 - Move DocShell.watchedByDevtools to BrowsingContext and rename it to watchedByDevTools. r=nika,jdescottes 2020-05-12 09:18:26 +00:00
SerializedStackHolder.h Bug 1620966 - Move DocShell.watchedByDevtools to BrowsingContext and rename it to watchedByDevTools. r=nika,jdescottes 2020-05-12 09:18:26 +00:00
ShadowIncludingTreeIterator.h Bug 1626570 - Improve handling of copying arrays in dom/base/. r=emilio 2020-05-05 10:08:02 +00:00
ShadowRoot.cpp Bug 1667868 - Optimize directionality change handling during slotting. r=smaug 2020-09-29 21:43:32 +00:00
ShadowRoot.h Bug 1667510 - Make UA widgets in print documents more static. r=smaug 2020-09-29 10:31:48 +00:00
SlowScriptDebug.jsm Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
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 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +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 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj 2020-06-23 05:05:36 +00:00
StructuredCloneHolder.h Bug 1599634 - Move the JS::WasmModule definition to own header r=bbouvier 2020-06-04 15:36:11 +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
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
StyleSheetList.cpp
StyleSheetList.h
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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 Bug 1663554 - Convert AUTO_PROFILER_TEXT_MARKER_... to new AUTO_PROFILER_MARKER_TEXT - r=gregtatum 2020-09-11 00:42:51 +00:00
Timeout.h Bug 1663554 - Convert AUTO_PROFILER_TEXT_MARKER_... to new AUTO_PROFILER_MARKER_TEXT - r=gregtatum 2020-09-11 00:42:51 +00:00
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp Bug 1669256 - Part 1: Remove AbstractEventQueue and de-templatize ThreadEventQueue. r=smaug 2020-10-09 17:56:34 +00:00
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 1666975 - Remove PENDING_CRITICAL_INPUT_WHEN_TIMEOUT telemetry probe r=smaug 2020-09-25 20:57:51 +00:00
TimeoutManager.h Bug 1666975 - Remove PENDING_CRITICAL_INPUT_WHEN_TIMEOUT telemetry probe r=smaug 2020-09-25 20:57:51 +00:00
TreeIterator.h Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
TreeOrderedArray.h
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp Bug 1655520 - Replace nsDocShell::GetAllDocShellsInSubtree in OnPrefChange, r=farre 2020-07-31 18:16:32 +00:00
UIDirectionManager.h
UseCounter.h Bug 1656114 - Part 3: Switch use counter storage to mozilla::BitSet. r=emilio 2020-10-11 22:03:41 +00:00
UseCounters.conf Bug 1484928 - Add an use counter for when people mix content: url() and <img src>. r=heycam 2020-10-10 13:41:08 +00:00
usecounters.py Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
UseCountersWorker.conf Bug 1202706 - Part 1: Add telemetry histograms for worker use counters; r=chutten,bzbarsky 2019-11-27 23:22:29 +00:00
UserActivation.cpp
UserActivation.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ViewportMetaData.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
ViewportMetaData.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02: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 Bug 1645510: Part 2 - Avoid using the unprivileged junk scope where possible. r=bholley 2020-06-27 03:06:28 +00:00
WindowDestroyedEvent.h
WindowFeatures.cpp Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
WindowFeatures.h Bug 1626555 - Make dom/base buildable outside of unified-build environment. r=hsivonen 2020-04-29 09:02:05 +00:00
WindowNamedPropertiesHandler.cpp Bug 1277799 - Define @@toStringTag on all DOM interface prototype objects. r=peterv 2020-05-05 17:54:51 +00:00
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
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 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
XPathGenerator.h