gecko-dev/dom/base
Micah Tigley 159c2fc60c Bug 1595800 - Part 3: Remove screen orientation attributes used for RDM from Document. r=smaug
Depends on D55001

Differential Revision: https://phabricator.services.mozilla.com/D55002

--HG--
extra : moz-landing-system : lando
2019-12-03 17:49:03 +00:00
..
crashtests Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
test Bug 1514429 Part 3: Disable parts of a test of visual vs layout viewport, and mark it for needing a correctness audit. r=hiro 2019-12-02 23:17:19 +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 Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
Attr.h
AttrArray.cpp
AttrArray.h
AutocompleteFieldList.h Bug 1583957 - Indicate support for autocomplete=(username|new-password|current-password). r=farre 2019-10-24 12:45:24 +00:00
BarProps.cpp
BarProps.h
BindContext.h Bug 1596209 - Remove nsIContent::GetBindingParent. r=smaug 2019-11-15 18:19:37 +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
CORSMode.h
CharacterData.cpp Bug 1597123 - Remove NODE_IS_ANONYMOUS_ROOT. r=smaug 2019-11-18 08:49:27 +00:00
CharacterData.h Bug 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
ChildIterator.cpp Bug 1596391 - Remove nsIContent::IsActiveChildrenElement. r=smaug 2019-11-14 12:55:25 +00:00
ChildIterator.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
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 1586920 - Sometimes include dynamic string of label frames in BHR r=nika 2019-11-11 20:27:44 +00:00
ChromeUtils.h Bug 1597999 - Implements ChromeUtils.getObjectNodeId. r=jimb 2019-11-21 22:12:20 +00:00
Comment.cpp
Comment.h
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 1584479 - Part 1: Add flag for blocked social cookies in the content blocking log. r=Ehsan,droeh 2019-11-01 23:24:25 +00:00
ContentBlockingLog.h Bug 1589476 - Emit a separate notification when a tracker from the Level 2 Disconnect blocklist is observed on a page and use this code to avoid using the URL classifer service in the front-end; r=nhnt11,droeh 2019-11-18 20:56:36 +00:00
ContentFrameMessageManager.cpp
ContentFrameMessageManager.h
ContentIterator.cpp Bug 1587716: change `RangeBoundaryBase`'s offset argument to `uint32_t`. r=smaug 2019-10-23 08:22:36 +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
Crypto.cpp
Crypto.h
CustomElementRegistry.cpp Bug 1595050 - Update spec comment in CustomElementRegistry::Define to reflect the latest spec; r=smaug 2019-11-08 13:18:53 +00:00
CustomElementRegistry.h Bug 1552313 - Implement element.attachInternals; r=smaug,edgar 2019-11-12 11:27:55 +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 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
DOMIntersectionObserver.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
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 1589285 part 3. Use the new GetString methods for Web IDL enums in various places. r=edgar 2019-10-17 23:40:57 +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 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +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
DirectionalityUtils.cpp Bug 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +00:00
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 1595800 - Part 3: Remove screen orientation attributes used for RDM from Document. r=smaug 2019-12-03 17:49:03 +00:00
Document.h Bug 1595800 - Part 3: Remove screen orientation attributes used for RDM from Document. r=smaug 2019-12-03 17:49:03 +00:00
DocumentFragment.cpp
DocumentFragment.h
DocumentInlines.h
DocumentOrShadowRoot.cpp Bug 1597715 - Don't dereference this on DocumentOrShadowRoot subclasses. r=froydnj 2019-11-20 19:58:21 +00:00
DocumentOrShadowRoot.h Bug 1597715 - Don't dereference this on DocumentOrShadowRoot subclasses. r=froydnj 2019-11-20 19:58:21 +00:00
DocumentType.cpp
DocumentType.h
Element.cpp Bug 1599843 - Element::SetSMILOverrideStyleDeclaration is infallible. r=boris 2019-11-27 20:12:43 +00:00
Element.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
ElementInlines.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
EventSource.cpp
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 1596458 part 2. Fix the innerHTML setter for shadow DOM cases in XML to supply the right context. r=emilio 2019-11-15 12:45:40 +00:00
FragmentOrElement.h Bug 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
FromParser.h
FullscreenChange.h
FuzzingFunctions.cpp
FuzzingFunctions.h
GeneratedImageContent.cpp
GeneratedImageContent.h
HTMLSplitOnSpacesTokenizer.h
IDTracker.cpp Bug 1596451 - Remove GetBindingParent() usage in IDTracker. r=bzbarsky 2019-11-14 23:07:34 +00:00
IDTracker.h
IdentifierMapEntry.h Bug 1590639 part 4: Fix non-unified build issues in layout/style. r=emilio 2019-10-23 08:14:54 +00:00
IdleDeadline.cpp
IdleDeadline.h
IdleRequest.cpp
IdleRequest.h
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1593803 - rename NS_DispatchToBackgroundThread to NS_DispatchBackgroundTask; r=KrisWright 2019-11-05 21:19:18 +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
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
IndexedDBHelper.jsm
IntlUtils.cpp
IntlUtils.h
Link.cpp Bug 1506842 - Always restyle / repaint when a visited query finishes. r=dholbert 2019-11-04 16:55:33 +00:00
Link.h Bug 1591717 - Add a pref to notify of unvisited uris in the history service. r=mak,lina 2019-11-04 13:28:58 +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 Bug 824857: Support IDL stringifier attributes r=bzbarsky 2019-10-23 04:55:54 +00:00
LocationBase.cpp Bug 1590908 - Part 3: Use CallerInnerWindow in LocationBase::SetURI, r=kmag 2019-11-04 15:05:56 +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
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
MozQueryInterface.cpp
MozQueryInterface.h
MutationObservers.cpp Bug 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
MutationObservers.h Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
NameSpaceConstants.h
Navigator.cpp Bug 1594306 - Rename nsGeo* files to match the WebIDL interfaces r=marcosc 2019-11-14 04:18:04 +00:00
Navigator.h Bug 1589913 - Update FxR Desktop default home page r=kip,bzbarsky 2019-11-06 14:53:08 +00:00
NodeInfo.cpp
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp Bug 1596238, Make NodeIterator less AddRef/Release heavy by trying to avoid use of strong pointer when the node is skipped because of whatToShow, r=Ehsan 2019-11-14 17:29:27 +00:00
NodeIterator.h
NodeUbiReporting.cpp
NodeUbiReporting.h
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 1598775 - Ensure postMessage related optimizations during page load work also in Fission, part 2, r=farre 2019-11-30 21:14:22 +00:00
PostMessageEvent.h Bug 1598775 - Ensure postMessage related optimizations during page load work also in Fission, part 2, r=farre 2019-11-30 21:14:22 +00: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 1597968: `MOZ_ASSERT` `RangeBoundaryBase` doesn't retrieve offset of anonymous child. r=smaug 2019-11-20 20:42:55 +00:00
RangeUtils.cpp Bug 1596768 - Remove GetBindingParent usage in RangeUtils. r=smaug 2019-11-15 15:32:14 +00:00
RangeUtils.h Bug 1596680: remove superfluous `IsValidOffset` function. r=smaug 2019-11-15 15:22:49 +00:00
RemoteOuterWindowProxy.cpp Bug 1573844 - Remove external references to js::Class r=mccr8 2019-08-14 17:15:15 +00:00
ResizeObserver.cpp Bug 1599518 - Deregister ResizeObserver properly from disconnect(). r=smaug 2019-11-27 17:52:17 +00:00
ResizeObserver.h Bug 1596992 - Avoid leaking ResizeObserver entries without active observations for the lifetime of the document. r=smaug 2019-11-19 16:45:15 +00:00
ResizeObserverController.cpp Bug 1597958 - Measure memory usage of the ResizeObserverController. r=mccr8 2019-11-20 14:04:47 +00:00
ResizeObserverController.h Bug 1597958 - Measure memory usage of the ResizeObserverController. r=mccr8 2019-11-20 14:04:47 +00:00
ResponsiveImageSelector.cpp
ResponsiveImageSelector.h
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenLuminance.cpp
ScreenLuminance.h
ScreenOrientation.cpp Bug 1595800 - Part 2: Use screen orientation attributes from BrowsingContext instead of Document. r=smaug 2019-12-03 17:49:05 +00:00
ScreenOrientation.h
ScriptableContentIterator.cpp
ScriptableContentIterator.h
Selection.cpp Bug 1587716: change `RangeBoundaryBase`'s offset argument to `uint32_t`. r=smaug 2019-10-23 08:22:36 +00:00
Selection.h
SelectionChangeEventDispatcher.cpp
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 1600155 - Make @import rules less weird. r=heycam 2019-11-30 12:24:24 +00:00
ShadowRoot.h Bug 1600155 - Make @import rules less weird. r=heycam 2019-11-30 12:24: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 1599952 Introduce UniqueMessagePortId and use it for CloneAndDisentangle() and Create() r=baku 2019-12-03 00:37:23 +00:00
StructuredCloneHolder.h Bug 1583251 - P3 - Check if it is okay to allow shared memory while deserializing; r=nika,lth 2019-10-23 07:20:18 +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 Bug 1600609 - Remove unused TabGroup::HasOnlyThrottableTabs(), r=farre 2019-12-02 14:13:15 +00:00
TabGroup.h Bug 1600609 - Remove unused TabGroup::HasOnlyThrottableTabs(), r=farre 2019-12-02 14:13:15 +00:00
Text.cpp Bug 1591588, remove ComputeIndexOf call and negative index check from within GetWholeText r=bzbarsky 2019-10-29 16:04:29 +00:00
Text.h
TextInputProcessor.cpp Bug 1594215 - Make `PuppetWidget::GetEditCommands()` check `mBrowserChild` before using it r=smaug 2019-11-08 11:32:51 +00:00
TextInputProcessor.h
ThirdPartyUtil.cpp Bug 1586189 - Fix behaviour of ThirdPartyUtil::IsThirdPartyWindow with Fission. r=ttung,Ehsan,kmag 2019-10-31 08:31:39 +00:00
ThirdPartyUtil.h
Timeout.cpp
Timeout.h
TimeoutBudgetManager.cpp
TimeoutBudgetManager.h
TimeoutExecutor.cpp
TimeoutExecutor.h
TimeoutHandler.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +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
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 Bug 1597822 - Hook up intl.l10n.pseudo in DOM/chrome. r=jfkthame 2019-11-26 16:41:55 +00:00
UIDirectionManager.h
UseCounter.h Backed out 4 changesets (bug 1202706) for causing mochitest assertion failures on BindingUtils.cpp 2019-11-28 01:13:02 +02:00
UseCounters.conf Bug 1596573 - Correct the documentation for custom use counters; r=froydnj 2019-11-15 13:39:13 +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
ViewportMetaData.h
VisualViewport.cpp Bug 1586986 - Fire visual viewport resize events and flush position:fixed elements' layout in the same way what Chrome does. r=botond 2019-11-21 21:36:59 +00:00
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
components.conf
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
gen-usecounters.py Bug 1578661 - Remove old CSS use counters. r=boris 2019-09-19 00:20:35 +00:00
moz.build Backed out 4 changesets (bug 1202706) for causing mochitest assertion failures on BindingUtils.cpp 2019-11-28 01:13:02 +02:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
nsAttrName.h
nsAttrValue.cpp Bug 1599614 - nsAttrValue::Init is not fallible. r=mccr8,bzbarsky 2019-11-27 10:57:24 +00:00
nsAttrValue.h Bug 1599614 - nsAttrValue::Init is not fallible. r=mccr8,bzbarsky 2019-11-27 10:57:24 +00:00
nsAttrValueInlines.h Bug 1559076 - Implement shadow part forwarding (minus invalidation). r=heycam 2019-11-21 10:32:32 +00:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCCUncollectableMarker.cpp Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
nsCCUncollectableMarker.h
nsCaseTreatment.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1597679 - part 2: Make `nsITextControlElement` inherit `nsGenericHTMLFormElementWithState` r=smaug 2019-11-25 06:35:15 +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 Backed out 4 changesets (bug 1483631) for failing at browser_temporary_permissions.js on a CLOSED TREE. 2019-12-03 21:57:55 +02:00
nsContentPermissionHelper.h Backed out 4 changesets (bug 1483631) for failing at browser_temporary_permissions.js on a CLOSED TREE. 2019-12-03 21:57:55 +02:00
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 Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02: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 1587397 - Fix usage of nsIDocShellTreeItem in nsContentUtils::IsChildOfSameType. r=kmag 2019-12-03 19:30:51 +00:00
nsContentUtils.h Bug 1594874, remove xbl.properties and instances r=zbraniecki 2019-11-11 19:31:08 +00:00
nsCopySupport.cpp Bug 1597679 - part 2: Make `nsITextControlElement` inherit `nsGenericHTMLFormElementWithState` r=smaug 2019-11-25 06:35:15 +00:00
nsCopySupport.h
nsDOMAttributeMap.cpp
nsDOMAttributeMap.h
nsDOMCID.h
nsDOMCaretPosition.cpp
nsDOMCaretPosition.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 Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
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
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 Bug 824857: Support IDL stringifier attributes r=bzbarsky 2019-10-23 04:55:54 +00:00
nsDOMTokenList.h Bug 824857: Support IDL stringifier attributes r=bzbarsky 2019-10-23 04:55:54 +00:00
nsDOMWindowUtils.cpp Bug 1586144 - Factor dynamic toolbar max height into layout metrics. r=emilio,botond 2019-11-14 06:00:05 +00:00
nsDOMWindowUtils.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 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
nsDocumentWarningList.h Bug 1592959 - Warn about non-user interaction Notification requests. r=Ehsan 2019-11-01 09:55:06 +00:00
nsFocusManager.cpp Bug 1593119 - unifdef MOZ_XBL r=bzbarsky 2019-11-07 00:35:13 +00:00
nsFocusManager.h Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
nsFrameLoader.cpp Bug 1596763 - Remove unused ParentSHistory, r=peterv 2019-11-27 10:36:32 +00:00
nsFrameLoader.h Bug 1596763 - Remove unused ParentSHistory, r=peterv 2019-11-27 10:36:32 +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 1592297 - Remove MOZ_QUIET and disable this output by default. r=mccr8,jdescottes 2019-12-02 15:41:35 +00:00
nsGlobalWindowInner.h Bug 1599467 - Make XHR and Fetch to use deprioritized loading while the top level page is loading in Fission, r=farre 2019-11-30 21:13:24 +00:00
nsGlobalWindowOuter.cpp Bug 1514429 Part 1: Make window inner size getters and setters exclusively use the CSS viewport. r=botond 2019-12-02 23:15:05 +00:00
nsGlobalWindowOuter.h Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
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
nsHistory.cpp Bug 1563587, Make history.back/forward/go asynchronous, r=farre 2019-08-14 06:38:47 +00:00
nsHistory.h
nsIAnimationObserver.h
nsIContent.h Bug 1597679 - part 2: Make `nsITextControlElement` inherit `nsGenericHTMLFormElementWithState` r=smaug 2019-11-25 06:35:15 +00:00
nsIContentInlines.h Bug 1596455 - Simplify nsIContent::IsInAnonymousSubtree. r=bzbarsky 2019-11-14 23:09:03 +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
nsIDOMRequestService.idl
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
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
nsIMessageManager.idl
nsIMutationObserver.h Bug 1587433: part 2) Correct some comments and declare some variables const. r=smaug 2019-10-28 08:45:33 +00:00
nsINode.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
nsINode.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
nsINodeList.h
nsIObjectLoadingContent.idl Bug 1598005 - Remove the useless browserDumpID field from the plug-in crash events r=froydnj,baku 2019-11-21 12:29:58 +00:00
nsIRemoteWindowContext.idl
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptGlobalObject.h
nsIScriptObjectPrincipal.h
nsIScriptableContentIterator.idl
nsISelectionController.idl Bug 1599733: document `SELECTION_NORMAL` and `SELECTION_SPELLCHECK` in nsISelectionController.idl. r=smaug 2019-11-28 09:20:24 +00:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h
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
nsJSEnvironment.cpp Bug 1599445 - Refactor CCRunnerFired function by writing it as a state machine r=mccr8 2019-11-27 10:18:17 +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 1597153 - Part 1: Add JS::BinASTFormat enum and use it in API. r=Yoric 2019-11-22 14:18:41 +00:00
nsJSUtils.h Bug 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
nsLineBreaker.cpp Bug 1571915 - Switch MozLocale to use unic-langid. r=emilio,jfkthame 2019-11-19 23:04:06 +00:00
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 1593119 - unifdef MOZ_XBL r=bzbarsky 2019-11-07 00:35:13 +00:00
nsNameSpaceManager.h Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
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 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
nsNodeInfoManager.h Bug 1593119 - clang-format the files affected by the MOZ_XBL unifdef r=bzbarsky 2019-11-07 00:35:25 +00:00
nsObjectLoadingContent.cpp Bug 1598005 - Remove the useless browserDumpID field from the plug-in crash events r=froydnj,baku 2019-11-21 12:29:58 +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 1599467 - Make XHR and Fetch to use deprioritized loading while the top level page is loading in Fission, r=farre 2019-11-30 21:13:24 +00:00
nsPIDOMWindowInlines.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +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 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-11-26 14:35:02 +00:00
nsRange.h Bug 1587433: part 2) Correct some comments and declare some variables const. r=smaug 2019-10-28 08:45:33 +00:00
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
nsStyleLinkElement.cpp
nsStyleLinkElement.h
nsStyledElement.cpp Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
nsStyledElement.h Bug 1577743 - Remove dead argument from nsStyledElement::ReparseStyleAttribute. r=heycam 2019-09-04 00:16:28 +00:00
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 1591490 - Use the NS_IS_SURROGATE_PAIR macro everywhere. r=Ehsan 2019-10-27 05:05:51 +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 Bug 1596238, Make NodeIterator less AddRef/Release heavy by trying to avoid use of strong pointer when the node is skipped because of whatToShow, r=Ehsan 2019-11-14 17:29:27 +00:00
nsTraversal.h Bug 1596238, Make NodeIterator less AddRef/Release heavy by trying to avoid use of strong pointer when the node is skipped because of whatToShow, r=Ehsan 2019-11-14 17:29:27 +00:00
nsTreeSanitizer.cpp Bug 1600429 - Add ability to strip conditional CSS rules, only. r=hsivonen 2019-12-03 07:04:50 +00:00
nsTreeSanitizer.h Bug 1600429 - Add ability to strip conditional CSS rules, only. r=hsivonen 2019-12-03 07:04:50 +00:00
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp Bug 1597958 - Measure memory usage of the ResizeObserverController. r=mccr8 2019-11-20 14:04:47 +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 Bug 1597958 - Measure memory usage of the ResizeObserverController. r=mccr8 2019-11-20 14:04:47 +00:00
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
usecounters.py Backed out 4 changesets (bug 1202706) for causing mochitest assertion failures on BindingUtils.cpp 2019-11-28 01:13:02 +02:00