fune/dom/base
Christoph Kerschbaumer 3db42ed6fc Bug 1590335: Remove unnecessary loadinfo null checks. r=jkt
Differential Revision: https://phabricator.services.mozilla.com/D50040

--HG--
extra : moz-landing-system : lando
2019-10-22 14:04:09 +00:00
..
crashtests Bug 1510785 - Skip all XBL related tests when XBL is disabled. r=bzbarsky 2019-10-08 23:52:46 +00:00
test Bug 1583314 - Skip or port XBL tests to shadow DOM. r=bzbarsky 2019-10-21 20:21:20 +00:00
AbstractRange.cpp
AbstractRange.h
AnonymousContent.cpp Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug 2019-08-16 07:38:39 +00:00
AnonymousContent.h Bug 1571650: Add an API to change the style of AnonymousContent from devtools. r=smaug 2019-08-16 07:38:39 +00:00
Attr.cpp
Attr.h
AttrArray.cpp
AttrArray.h
AutocompleteFieldList.h
BarProps.cpp
BarProps.h
BindContext.h Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
BodyConsumer.cpp Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
BodyConsumer.h Bug 1585284 - Use BlobImpl in MutableBlobStorage instead of Blob, r=smaug 2019-10-21 05:33:33 +00:00
BodyStream.cpp Bug 1577311 - Close the stream if there is a failure during the creation; r=baku 2019-10-02 07:58:10 +00:00
BodyStream.h Bug 1577311 - Close the stream if there is a failure during the creation; r=baku 2019-10-02 07:58:10 +00:00
BodyUtil.cpp Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
BodyUtil.h Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CharacterData.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
CharacterData.h Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
ChildIterator.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
ChildIterator.h
ChildProcessMessageManager.h
ChromeMessageBroadcaster.cpp
ChromeMessageBroadcaster.h
ChromeMessageSender.cpp
ChromeMessageSender.h
ChromeNodeList.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
ChromeNodeList.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
ChromeUtils.cpp Bug 1579835, part 3 - Fix ChromeUtils::RequestProcInfo() with Fission. r=Ehsan 2019-09-25 22:40:44 +00:00
ChromeUtils.h Bug 1559244 - Step 1: make BrowserTestUtils@crashBrowser function work with JSWindowActor. r=mconley 2019-08-15 19:28:16 +00:00
Comment.cpp
Comment.h
components.conf
ContentAreaDropListener.jsm Bug 1586681 - Ensure URIFIxup uses the right engine when there's a separate PB engine. r=Standard8,Gijs 2019-10-12 12:37:51 +00:00
ContentBlockingLog.cpp Bug 1577236 - clang-10: Fix -Wimplicit-int-float-conversion warnings in dom/base/ r=Ehsan 2019-08-29 11:35:42 +00:00
ContentBlockingLog.h Bug 1584690 - append nonexistent hash to ContentBlockingLog; r=Ehsan 2019-10-04 22:23:20 +00:00
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp Bug 1587370: remove RangeBoundaryBase::SetAfterRef and use constructor instead. r=smaug 2019-10-10 16:13:47 +00:00
ContentIterator.h
ContentProcessMessageManager.cpp
ContentProcessMessageManager.h Bug 1572872 - Return NS_ERROR_NOT_INITIALIZED if the message manager isn't initialized. r=smaug 2019-08-09 22:35:54 +00:00
CORSMode.h
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
CustomElementRegistry.h Bug 1585819 - Restrict loading XBL bindings from WrapObject to the little amount of XUL elements that remain with bindings. r=bzbarsky 2019-10-03 02:31:16 +00:00
DirectionalityUtils.cpp
DirectionalityUtils.h
DispatcherTrait.cpp
DispatcherTrait.h
DocGroup.cpp Bug 1562663 - P1 - Have an agent cluster id for each DocGroup; r=nika 2019-09-23 09:57:23 +00:00
DocGroup.h Bug 1562663 - P1 - Have an agent cluster id for each DocGroup; r=nika 2019-09-23 09:57:23 +00:00
Document.cpp Bug 1590335: Remove unnecessary loadinfo null checks. r=jkt 2019-10-22 14:04:09 +00:00
Document.h Bug 1588614 - Cache the document's effective storage principal to avoid running excessive anti-tracking checks; r=baku 2019-10-21 12:53:38 +00:00
DocumentFragment.cpp
DocumentFragment.h
DocumentInlines.h
DocumentOrShadowRoot.cpp
DocumentOrShadowRoot.h
DocumentType.cpp
DocumentType.h
domerr.msg Bug 927610 part 3. Stop using NS_ERROR_TYPE_ERR in serviceworker code. r=smaug 2019-09-24 16:53:28 +00:00
DOMException.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMException.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMImplementation.cpp
DOMImplementation.h
DOMIntersectionObserver.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
DOMIntersectionObserver.h
DOMMatrix.cpp Bug 1581276. Require a message arg to ThrowDOMException. r=smaug 2019-09-20 02:17:01 +00:00
DOMMatrix.h
DOMMozPromiseRequestHolder.h
DOMParser.cpp Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
DOMParser.h Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
DOMPoint.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMPoint.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMQuad.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMQuad.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRect.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRect.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
DOMRequest.cpp
DOMRequest.h
DOMRequestHelper.jsm Bug 1577746 - Enable ESLint rule object-shorthand for dom/. r=baku 2019-09-02 11:22:27 +00:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Bug 1588743 - Remove old scroll-snap implementation, and scroll snapping prefs. r=hiro 2019-10-15 12:40:14 +00:00
Element.h Bug 1559077 - Implement Element.part. r=bzbarsky 2019-10-13 09:40:08 +00:00
ElementInlines.h
EventSource.cpp Bug 1558915 - Use infallible nsIURI::SchemeIs in dom/base. r=smaug 2019-07-30 17:51:37 +00:00
EventSource.h
FlushType.h Bug 1571612 - P1: Split FlushType::Style and FlushType::Frame. r=heycam 2019-08-07 03:51:20 +00:00
FormData.cpp Bug 1518442 - Part 3: Add dom.formdata.event.enabled preference for Event-based form participation; r=smaug,edgar 2019-09-09 13:53:34 +00:00
FormData.h Bug 1518442 - Part 2: Implement Event-based form participation; r=smaug,edgar 2019-09-09 13:53:27 +00:00
FragmentOrElement.cpp Bug 1559077 - Implement Element.part. r=bzbarsky 2019-10-13 09:40:08 +00:00
FragmentOrElement.h Bug 1559077 - Implement Element.part. r=bzbarsky 2019-10-13 09:40:08 +00:00
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp
FuzzingFunctions.h
gen-usecounters.py Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00
GeneratedImageContent.cpp
GeneratedImageContent.h
HTMLSplitOnSpacesTokenizer.h
IdentifierMapEntry.h Bug 1298509 - Notify identifier map entries if they get removed via DestroyElementMaps; r=bzbarsky 2019-08-30 11:52:32 +00:00
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp
IdleRequest.h
IDTracker.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
IDTracker.h
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1585284 - Force global in Blob CTOR, r=smaug 2019-10-21 05:33:19 +00:00
ImageEncoder.h Bug 1585284 - Force global in Blob CTOR, r=smaug 2019-10-21 05:33:19 +00:00
ImageTracker.cpp
ImageTracker.h
IndexedDBHelper.jsm
InProcessBrowserChildMessageManager.cpp Bug 1581925 - Part 1: Capture parent process JSWindowActor events at InProcessBrowserChildMessageManager, r=kmag 2019-10-07 19:35:06 +00:00
InProcessBrowserChildMessageManager.h Bug 1581925 - Part 1: Capture parent process JSWindowActor events at InProcessBrowserChildMessageManager, r=kmag 2019-10-07 19:35:06 +00:00
IntlUtils.cpp
IntlUtils.h
Link.cpp Bug 1572526 - Move a bunch of code that's only called by HTMLLinkElement out of Link.cpp. r=bzbarsky 2019-08-15 14:10:08 +00:00
Link.h Bug 1572526 - Move a bunch of code that's only called by HTMLLinkElement out of Link.cpp. r=bzbarsky 2019-08-15 14:10:08 +00:00
Location.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
Location.h Backed out 2 changesets (bug 1577723) for wpt failure at /html/browsers/history/the-location-interface/no-browsing-context.window.html 2019-09-18 01:50:35 +03:00
LocationBase.cpp Bug 1574593: Silently ignore load attempt on/from discarded BrowsingContext. r=nika 2019-09-12 11:37:01 +00:00
LocationBase.h Backed out 2 changesets (bug 1532994) for build bustages on a CLOSED TREE 2019-08-26 21:22:39 +03:00
MaybeCrossOriginObject.cpp Bug 1530413 - Inconsistent error reporting for non-function object RHS to instanceof, r=bzbarsky,tcampbell 2019-10-15 19:55:17 +00:00
MaybeCrossOriginObject.h Bug 1566678. Handle attempts to setImmutablePrototype on a WindowProxy more gracefully. r=jandem 2019-07-19 08:14:14 +00:00
MessageBroadcaster.cpp
MessageBroadcaster.h
MessageListenerManager.cpp
MessageListenerManager.h
MessageManagerGlobal.cpp
MessageManagerGlobal.h Bug 1572872 - Return NS_ERROR_NOT_INITIALIZED if the message manager isn't initialized. r=smaug 2019-08-09 22:35:54 +00:00
MessageSender.cpp
MessageSender.h
MimeType.cpp
MimeType.h
moz.build Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
MozQueryInterface.cpp
MozQueryInterface.h
NameSpaceConstants.h
Navigator.cpp Bug 1586148 - fix web protocol handler behaviour under fission, r=mccr8 2019-10-16 14:56:23 +00:00
Navigator.h Bug 1580602 - P1: Implement a blank MediaSession interface. r=bzbarsky 2019-10-10 19:18:30 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
nsAttrName.h
nsAttrValue.cpp
nsAttrValue.h Bug 1587599 - Remove some dead/useless code in nsAttrValue. r=bzbarsky 2019-10-10 19:02:14 +00:00
nsAttrValueInlines.h Bug 1587599 - Remove some dead/useless code in nsAttrValue. r=bzbarsky 2019-10-10 19:02:14 +00:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1580474 - Replace #defines with constants in nsJSEnvironment files r=mccr8 2019-09-12 09:56:52 +00:00
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre 2019-08-20 12:43:02 +00:00
nsContentAreaDragDrop.h Bug 1561056 - Pass CSP on Link-drop r=ckerschb,Gijs,farre 2019-08-20 12:43:02 +00:00
nsContentCID.h
nsContentCreatorFunctions.h
nsContentList.cpp Bug 1573646 - avoid nsCOMPtr temporary in nsContentList::PopulateSelf; r=mccr8 2019-08-13 20:33:21 +00:00
nsContentList.h
nsContentListDeclarations.h
nsContentPermissionHelper.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
nsContentPermissionHelper.h
nsContentPolicy.cpp Bug 1584204 Remove requestingLocation from nsContentPolicy.cpp r=ckerschb 2019-10-18 11:07:14 +00:00
nsContentPolicy.h
nsContentPolicyUtils.h
nsContentSink.cpp Bug 1585582 - Don't parse manifest when storage is disabled r=baku 2019-10-16 15:36:51 +00:00
nsContentSink.h Bug 1571530 - Cleanup slightly SheetComplete, and use the right boolean to notify. r=heycam 2019-08-16 10:56:16 +00:00
nsContentTypeParser.cpp
nsContentTypeParser.h
nsContentUtils.cpp Bug 1588899 - P1. Move classification flags related method to nsIClassifiedChannel. r=Ehsan,baku 2019-10-19 04:30:24 +00:00
nsContentUtils.h Bug 1129227 - Part 2: Switch Fullscreen to use transient-user-activation API; r=smaug 2019-09-30 13:42:40 +00:00
nsCopySupport.cpp Bug 1560032 - part 2: Make cut/copy in password field available r=m_kato,smaug 2019-07-29 06:21:42 +00:00
nsCopySupport.h
nsDataDocumentContentPolicy.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1587577 - Remove support for the mfenced element. r=emilio 2019-10-17 15:53:31 +00:00
nsDocElementCreatedNotificationRunner.h
nsDocumentEncoder.cpp Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMDataChannel.cpp Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
nsDOMDataChannel.h
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
nsDOMMutationObserver.h
nsDOMNavigationTiming.cpp Bug 1583271 - Part 1: Change profiler page information IDs to BrowsingContextID and InnerWindowID r=gerald,nika 2019-10-09 21:25:11 +00:00
nsDOMNavigationTiming.h Bug 1459711: Ensure that navigation.performance.type is 2 when restoring a document from the session history. r=bzbarsky 2019-07-29 20:28:38 +00:00
nsDOMSerializer.cpp
nsDOMSerializer.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
nsDOMString.h
nsDOMTokenList.cpp
nsDOMTokenList.h
nsDOMWindowUtils.cpp Bug 1585801 - Fixing crash when folder is not writable and refactored logic. r=jrmuizel 2019-10-15 17:03:22 +00:00
nsDOMWindowUtils.h Bug 1569258 - Ensure we have a CompositionRecorder before attempting to write frames r=kvark,mstange 2019-07-31 20:21:03 +00:00
nsFocusManager.cpp Bug 1513325 - Remove textbox binding. r=emilio,dao 2019-10-09 09:27:28 +00:00
nsFocusManager.h
nsFrameLoader.cpp Bug 1589054 - Part 3: Store mDocShell directly on nsFrameLoader, r=farre 2019-10-22 13:57:01 +00:00
nsFrameLoader.h Bug 1589054 - Part 3: Store mDocShell directly on nsFrameLoader, r=farre 2019-10-22 13:57:01 +00:00
nsFrameLoaderOwner.cpp Bug 1589054 - Part 4: Run DisplayLoadError in a script runner, r=farre 2019-10-22 13:57:01 +00:00
nsFrameLoaderOwner.h Bug 1589054 - Part 1: Cleanly kill BrowserBridgeChild if process switch fails, r=farre 2019-10-22 13:57:00 +00:00
nsFrameMessageManager.cpp Bug 1580168 Part 1 - Add processID and isParent accessors to ProcessMessageManager, r=nika. 2019-10-09 20:49:28 +00:00
nsFrameMessageManager.h
nsGlobalWindow.h
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsGlobalWindowInner.cpp Bug 1585582 - Simplify exposure of AppCache interface for SecureContext r=baku 2019-10-21 09:35:19 +00:00
nsGlobalWindowInner.h Bug 1585582 - Simplify exposure of AppCache interface for SecureContext r=baku 2019-10-21 09:35:19 +00:00
nsGlobalWindowOuter.cpp Backed out 5 changesets (bug 1583251) for rust build bustages. CLOSED TREE 2019-10-18 17:59:20 +03:00
nsGlobalWindowOuter.h Backed out 5 changesets (bug 1583251) for rust build bustages. CLOSED TREE 2019-10-18 17:59:20 +03:00
nsHistory.cpp Bug 1563587, Make history.back/forward/go asynchronous, r=farre 2019-08-14 06:38:47 +00:00
nsHistory.h
nsHTMLContentSerializer.cpp Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsHTMLContentSerializer.h Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsIAnimationObserver.h
nsIContent.h Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsIContentInlines.h Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsIContentPolicy.idl
nsIContentSerializer.h Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsIDocumentEncoder.idl Bug 1575495: part 5) Add comment to setWrapColumn that value 0 disables wrapping. r=hsivonen 2019-08-23 13:17:08 +00:00
nsIDocumentObserver.h
nsIDOMRequestService.idl
nsIDroppedLinkHandler.idl
nsIGlobalObject.cpp
nsIGlobalObject.h
nsIImageLoadingContent.idl Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar 2019-09-24 15:22:26 +00:00
nsImageLoadingContent.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsImageLoadingContent.h Bug 1579788 - Don't update validity state when the JS engine fails to execute the pattern. r=smaug 2019-09-16 10:11:42 +00:00
nsIMessageManager.idl
nsIMutationObserver.h
nsINode.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsINode.h Bug 998590 - Cleanup HTMLHeadingElement, and add HTMLHeadingElement::FromNode. r=bzbarsky 2019-10-16 14:25:05 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 1574195 part 4. Switch remaining users of IDL "implements" over to mixin syntax. r=edgar 2019-09-24 15:22:26 +00:00
nsIRemoteWindowContext.idl
nsIScriptableContentIterator.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h
nsISelectionController.idl
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h
nsJSEnvironment.cpp Bug 1585697 - Refactor nsJSContext::EndCycleCollectionCallback to split out telemetry and logging code into CycleCollectorStats methods r=mccr8 2019-10-02 17:19:24 +00:00
nsJSEnvironment.h Bug 1580474 - Replace #defines with constants in nsJSEnvironment files r=mccr8 2019-09-12 09:56:52 +00:00
nsJSUtils.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsJSUtils.h Bug 1586683 - Remove flat strings from JSAPI. r=jwalden,bzbarsky 2019-10-14 09:32:07 +00:00
nsLineBreaker.cpp
nsLineBreaker.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp Bug 1543231 - Fix intermittent dom/html/test/test_bug1472426.html; r=smaug 2019-10-21 19:40:44 +00:00
nsMappedAttributes.h Bug 1570982 - remove CPP_THROW_NEW; r=glandium 2019-08-14 01:32:41 +00:00
nsMimeTypeArray.cpp
nsMimeTypeArray.h
nsNameSpaceManager.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsNodeInfoManager.h Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsNodeUtils.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
nsNodeUtils.h Bug 1467970 - Unsupport cross docGroup adoption r=smaug 2019-09-14 00:09:44 +00:00
nsObjectLoadingContent.cpp Bug 1581664 - use unlimited session length permission for 'Allow Now' for plugins, r=mconley,handyman 2019-10-01 22:23:17 +00:00
nsObjectLoadingContent.h
nsOpenURIInFrameParams.cpp Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
nsOpenURIInFrameParams.h
nsPIDOMWindow.h Bug 1587521 - Enable FullScreen in FxR for Desktop r=mconley,Gijs 2019-10-18 00:15:08 +00:00
nsPIDOMWindowInlines.h Bug 1583400: Make IsCurrentInnerWindow Fission-compatible. r=bzbarsky 2019-10-11 21:53:22 +00:00
nsPIWindowRoot.h
nsPlainTextSerializer.cpp Bug 1584170: part 2) Replace array with AutoTArray. r=hsivonen 2019-10-21 09:06:48 +00:00
nsPlainTextSerializer.h Bug 1584170: part 2) Replace array with AutoTArray. r=hsivonen 2019-10-21 09:06:48 +00:00
nsPluginArray.cpp
nsPluginArray.h
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp Bug 1587746: remove RangeBoundaryBase::Set and use constructor instead. r=smaug 2019-10-11 12:43:57 +00:00
nsRange.h
nsSandboxFlags.h Bug 1587922 - Remove the remnants of the showModalDialog code; r=smaug 2019-10-10 22:59:28 +00:00
nsScreen.cpp Bug 1575097 Part 3: Make nsScreen::GetRDMScreenSize get the size from the window. r=Ehsan 2019-08-25 23:53:54 +00:00
nsScreen.h Bug 1575097 Part 3: Make nsScreen::GetRDMScreenSize get the size from the window. r=Ehsan 2019-08-25 23:53:54 +00:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1577743 - Remove dead argument from nsStyledElement::ReparseStyleAttribute. r=heycam 2019-09-04 00:16:28 +00:00
nsStyledElement.h Bug 1577743 - Remove dead argument from nsStyledElement::ReparseStyleAttribute. r=heycam 2019-09-04 00:16:28 +00:00
nsStyleLinkElement.cpp
nsStyleLinkElement.h
nsSyncLoadService.cpp Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
nsSyncLoadService.h Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
nsTextFragment.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsTextFragment.h Bug 1569613 - Add surrogate pair handling API to nsTextFragment r=hsivonen 2019-08-06 05:43:21 +00:00
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextFragmentVMX.cpp Bug 817058 - VMX acceleration for nsTextFragment. r=bzbarsky 2019-08-28 05:03:54 +00:00
nsTextNode.cpp
nsTextNode.h
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp
nsTreeSanitizer.h
nsViewportInfo.cpp Bug 1566991: Add some assertions to sanity-check that our mobile viewport zoom factors are positive. r=botond 2019-07-23 18:07:26 +00:00
nsViewportInfo.h
nsWindowMemoryReporter.cpp Bug 1559414 - Rename unaudited pre-fission methods with SameProcess for future audit burndown. r=nika 2019-07-26 16:48:31 +00:00
nsWindowMemoryReporter.h
nsWindowRoot.cpp Bug 1581925 - Part 1: Capture parent process JSWindowActor events at InProcessBrowserChildMessageManager, r=kmag 2019-10-07 19:35:06 +00:00
nsWindowRoot.h
nsWindowSizes.h
nsWrapperCache.cpp Bug 1573938 - Never collect wrapper JSObjects when recording/replaying, r=mccr8. 2019-08-16 20:51:12 +00:00
nsWrapperCache.h Bug 1587378 - Remove TraceCallbacks method that takes raw JSObject pointers r=mccr8 2019-10-09 14:34:16 +00:00
nsWrapperCacheInlines.h
nsXHTMLContentSerializer.cpp Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXHTMLContentSerializer.h Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXMLContentSerializer.cpp Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
nsXMLContentSerializer.h Bug 1576899: change nsIContentSerializer to take output string as argument in nsIContentSerializer::Init. r=hsivonen 2019-08-28 11:54:49 +00:00
ParentProcessMessageManager.cpp
ParentProcessMessageManager.h
PlacesBookmark.h
PlacesBookmarkAddition.h Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PlacesEvent.cpp
PlacesEvent.h
PlacesObservers.cpp
PlacesObservers.h
PlacesVisit.h
PlacesWeakCallbackWrapper.cpp Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PlacesWeakCallbackWrapper.h Bug 1578173 part 2. Convert chrome-webidl bits to constructor operations. r=edgar 2019-09-11 20:55:26 +00:00
PopupBlocker.cpp Bug 1588720 - Part 2: Track number of popup spam through BrowsingContext; r=smaug 2019-10-18 03:04:55 +00:00
PopupBlocker.h Bug 1588720 - Part 2: Track number of popup spam through BrowsingContext; r=smaug 2019-10-18 03:04:55 +00:00
Pose.cpp Bug 1574996 - Fix broken VRPose arrays. r=kip 2019-08-20 18:34:24 +00:00
Pose.h Bug 1574996 - Fix broken VRPose arrays. r=kip 2019-08-20 18:34:24 +00:00
PostMessageEvent.cpp Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
PostMessageEvent.h Backed out 5 changesets (bug 1583251) for rust build bustages. CLOSED TREE 2019-10-18 17:59:20 +03:00
ProcessMessageManager.cpp Bug 1580168 Part 1 - Add processID and isParent accessors to ProcessMessageManager, r=nika. 2019-10-09 20:49:28 +00:00
ProcessMessageManager.h Bug 1580168 Part 1 - Add processID and isParent accessors to ProcessMessageManager, r=nika. 2019-10-09 20:49:28 +00:00
ProcessSelector.jsm
RangeBoundary.h Bug 1587746: remove RangeBoundaryBase::Set and use constructor instead. r=smaug 2019-10-11 12:43:57 +00:00
RangeUtils.cpp Bug 1438996. Don't construct a unneeded temporary range object in RangeUtils::CompareNodeToRange. r=masayuki 2019-08-15 21:13:54 +00:00
RangeUtils.h
RemoteOuterWindowProxy.cpp Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
ResizeObserver.cpp
ResizeObserver.h
ResizeObserverController.cpp
ResizeObserverController.h
ResponsiveImageSelector.cpp
ResponsiveImageSelector.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1582124 - Break Document cycles when they are destroyed r=smaug 2019-09-19 13:41:44 +00:00
ScreenOrientation.h
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
Selection.h
SelectionChangeEventDispatcher.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
SelectionChangeEventDispatcher.h
SerializedStackHolder.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-21 14:13:44 +00:00
SerializedStackHolder.h Bug 1578623 permit SerializeStack() from worklet thread r=baku 2019-09-09 00:41:48 +00:00
ShadowIncludingTreeIterator.h
ShadowRoot.cpp Bug 1585823 - Make ShadowRoot use consistent DOM binding wrapping, and make nsINode::WrapObject final. r=smaug 2019-10-09 11:53:24 +00:00
ShadowRoot.h Bug 1585823 - Make ShadowRoot use consistent DOM binding wrapping, and make nsINode::WrapObject final. r=smaug 2019-10-09 11:53:24 +00:00
SlowScriptDebug.jsm
StaticRange.cpp Bug 1575980 - Implement StaticRange constructor; r=smaug 2019-10-01 17:51:32 +00:00
StaticRange.h Bug 1575980 - Implement StaticRange constructor; r=smaug 2019-10-01 17:51:32 +00:00
StorageAccessPermissionRequest.cpp Bug 1573236 - Part 2: Make the dom.storage_access.auto_grants.delayed work again with the new setup; r=baku 2019-08-14 21:02:59 +00:00
StorageAccessPermissionRequest.h Bug 1573236 - Part 2: Make the dom.storage_access.auto_grants.delayed work again with the new setup; r=baku 2019-08-14 21:02:59 +00:00
StructuredCloneBlob.cpp
StructuredCloneBlob.h
StructuredCloneHolder.cpp Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
StructuredCloneHolder.h Bug 1585284 - Use nsIGlobalObject in any Blob/File CTOR, r=smaug 2019-10-21 05:33:33 +00:00
StructuredCloneTags.h
StructuredCloneTester.cpp Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
StructuredCloneTester.h Bug 1578173 part 6. Remove remaining uses of [Constructor] from bindings. r=edgar 2019-09-12 11:01:17 +00:00
StyleSheetList.cpp
StyleSheetList.h
SubtleCrypto.cpp
SubtleCrypto.h
SyncMessageSender.h
TabGroup.cpp Backed out 3 changesets (bug 1575051) for bc failures on browser_browsingContext-getWindowByName.js . CLOSED TREE 2019-10-14 19:19:05 +03:00
TabGroup.h Backed out 3 changesets (bug 1575051) for bc failures on browser_browsingContext-getWindowByName.js . CLOSED TREE 2019-10-14 19:19:05 +03:00
Text.cpp
Text.h
TextInputProcessor.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
TextInputProcessor.h
ThirdPartyUtil.cpp Bug 1583871 Refactor ThirdpartyUtil.cpp r=ckerschb 2019-10-02 15:10:40 +00:00
ThirdPartyUtil.h
Timeout.cpp
Timeout.h
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1588208 - Don't need to traverse to TimeoutHandler; r=mccr8 2019-10-15 20:53:00 +00:00
TimeoutHandler.h Bug 1588208 - Don't need to traverse to TimeoutHandler; r=mccr8 2019-10-15 20:53:00 +00:00
TimeoutManager.cpp Bug 1578329 - Use profiler_can_accept_markers() where appropriate - r=gregtatum 2019-09-18 01:22:12 +00:00
TimeoutManager.h Bug 1569004 - Convert dom.timeout.enable_budget_timer_throttling to static pref. r=njn 2019-07-26 20:14:48 +00:00
TreeIterator.h
TreeOrderedArray.h Bug 1298509 - Notify identifier map entries if they get removed via DestroyElementMaps; r=bzbarsky 2019-08-30 11:52:32 +00:00
TreeOrderedArrayInlines.h
TreeWalker.cpp
TreeWalker.h
UIDirectionManager.cpp
UIDirectionManager.h
UseCounter.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
UseCounters.conf Bug 1584630. Implement missing property use counters for HTMLDocument. r=peterv 2019-10-11 16:56:36 +00:00
usecounters.py Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00
UserActivation.cpp Bug 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
UserActivation.h Bug 1578355 - Part 3: Add the ability to consume transient user activation; r=smaug 2019-09-20 11:10:13 +00:00
ViewportMetaData.cpp Bug 1498729 - Store each viewport meta data by the viewport meta tag and use the last one. r=smaug,botond 2019-07-25 20:51:23 +00:00
ViewportMetaData.h Bug 1498729 - Store each viewport meta data by the viewport meta tag and use the last one. r=smaug,botond 2019-07-25 20:51:23 +00:00
VisualViewport.cpp
VisualViewport.h
WindowDestroyedEvent.cpp
WindowDestroyedEvent.h
WindowNamedPropertiesHandler.cpp Bug 1581173 part 1. Add a way to more easily throw TypeErrors and RangeErrors with custom message strings via ErrorResult. r=smaug 2019-09-20 02:19:18 +00:00
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp
WindowOrientationObserver.h
WindowProxyHolder.h
XPathGenerator.cpp
XPathGenerator.h