gecko-dev/dom/base
Ben Kelly 5937e67051 Bug 1447871 P1 Call DisconnectFromOwner() on service worker binding objects in FreeInnerObjects(). r=asuth 2018-03-30 11:25:47 -07:00
..
crashtests Bug 1446668: Remove setUserData crashtests. r=smaug 2018-03-18 01:53:13 +01:00
test Bug 1439713 - Update tests relying on nsIContentPolicy. r=bz 2018-03-29 11:14:58 +02:00
AnonymousContent.cpp Bug 1415677 part 6. Remove nsIDOMHTMLCollection. r=qdot 2017-11-13 10:41:33 -05:00
AnonymousContent.h Bug 1406278: Part 1 - Pass subject principal to SetAttribute and friends. r=bz 2017-10-09 14:33:38 -07:00
Attr.cpp Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8 2018-01-29 23:10:53 -05:00
Attr.h Bug 1433566 part 13. Remove nsIDOMText. r=mystor 2018-03-19 15:15:39 -04:00
AutocompleteFieldList.h Bug 1387634 - Update unsupported @autocomplete token list to reflect the autofill MVP. r=smaug 2017-08-04 16:15:31 -07:00
BarProps.cpp Bug 1419597 - Part 18: Remove IsInnerWindow and IsOuterWindow methods, r=smaug 2017-11-23 13:12:13 -05:00
BarProps.h Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
BodyUtil.cpp Bug 1431449 - Make URLParams::ParseInput call URLParams::Parse instead of the opposite; r=bz 2018-01-18 13:13:51 +01:00
BodyUtil.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
BorrowedAttrInfo.cpp
BorrowedAttrInfo.h
CORSMode.h
CharacterData.cpp Bug 1449404 part 5. Move the cycle collected refcount on content nodes up to nsIContent. r=smaug 2018-03-28 18:07:40 -04:00
CharacterData.h Bug 1449404 part 5. Move the cycle collected refcount on content nodes up to nsIContent. r=smaug 2018-03-28 18:07:40 -04:00
ChildIterator.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
ChildIterator.h Bug 1422653: Compute whether XBL is involved in ChildIterator lazily. r=mats 2018-02-28 23:15:33 +01:00
ChildProcessMessageManager.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ChromeMessageBroadcaster.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ChromeMessageBroadcaster.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ChromeMessageSender.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ChromeMessageSender.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
ChromeUtils.h Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
Comment.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
Comment.h Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
ContentFrameMessageManager.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
Crypto.cpp Bug 1436865 - Remove nsIDOMCrypto. r=bz 2018-02-08 13:22:20 +01:00
Crypto.h Bug 1436865 - Remove nsIDOMCrypto. r=bz 2018-02-08 13:22:20 +01:00
CustomElementRegistry.cpp Backed out changeset 794ee6857d83 (bug 1421070) for 15 failures in toolkit/components/payments/test/mochitest/test_ObservedPropertiesMixin.html on a CLOSED TREE 2018-03-23 03:42:25 +02:00
CustomElementRegistry.h Bug 1446246 part 2. Combine HTMLConstructor and CreateXULOrHTMLElement into a single function. r=peterv 2018-03-27 15:49:02 -04:00
DOMCursor.cpp Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-29 16:02:48 -07:00
DOMCursor.h
DOMError.cpp Bug 1413216 - Fix some missing includes in dom code. r=baku 2017-10-12 13:50:23 +01:00
DOMError.h
DOMException.cpp Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem. 2018-02-21 10:30:19 -06:00
DOMException.h Bug 1435483 part 21. Remove nsIException::ToString. r=qdot 2018-02-05 16:34:06 -05:00
DOMImplementation.cpp Bug 1442039 part 14. Remove nsDOMClassInfoID.h. r=peterv 2018-03-21 23:13:30 -04:00
DOMImplementation.h Bug 1445140 part 2. Change NS_NewDOMDocument to take a DocumentType. r=mystor 2018-03-13 16:24:01 -04:00
DOMIntersectionObserver.cpp Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
DOMIntersectionObserver.h Bug 1422092 - Revert the changes made by bug 1399603. r=mrbkap 2017-12-10 14:52:49 -05:00
DOMMatrix.cpp Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
DOMMatrix.h Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
DOMParser.cpp Bug 1378552 - Reduce the liklihood of inadvertently misusing NullPrincipal::Create(). r=ckerschb 2018-03-22 13:36:20 -05:00
DOMParser.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DOMPoint.cpp
DOMPoint.h
DOMPrefs.cpp Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 22 - DOMPrefs initialized at startup, r=asuth 2018-01-08 14:05:07 +01:00
DOMPrefs.h Bug 1419771 - Introduce DOMPrefs, a thread-safe access to preferences for DOM - part 22 - DOMPrefs initialized at startup, r=asuth 2018-01-08 14:05:07 +01:00
DOMPrefsInternal.h Bug 1437438 - Add a performance counter to track scheduler activity - r=farre,froydnj 2018-03-06 10:19:19 +01:00
DOMQuad.cpp Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv 2017-08-29 16:02:48 -07:00
DOMQuad.h
DOMRect.cpp Bug 1445408 - Remove nsIDOMClientRect. r=bz 2018-03-13 14:19:17 +01:00
DOMRect.h Bug 1445408 - Remove nsIDOMClientRect. r=bz 2018-03-13 14:19:17 +01:00
DOMRequest.cpp Bug 1435483 part 15. Remove nsIDOMRequestService::FireDetailedError. r=qdot 2018-02-05 16:34:05 -05:00
DOMRequest.h Bug 1435483 part 15. Remove nsIDOMRequestService::FireDetailedError. r=qdot 2018-02-05 16:34:05 -05:00
DOMRequestHelper.jsm Bug 888600 - Move ContentFrameMessageManager to WebIDL. Part 6: Mark some IDL interfaces as non-scriptable. r=bz. 2018-03-01 20:19:56 +01:00
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
DirectionalityUtils.cpp Bug 1446533 part 1. Rename nsGenericDOMDataNode to CharacterData. r=mystor 2018-03-19 15:18:06 -04:00
DirectionalityUtils.h Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj 2017-08-16 16:48:52 -07:00
DispatcherTrait.cpp Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08:00
DispatcherTrait.h Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08:00
DocGroup.cpp Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
DocGroup.h Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
DocumentFragment.cpp Bug 1411612: Kill nsINode::eCONTENT. r=bz 2017-10-25 17:19:11 +02:00
DocumentFragment.h Bug 1439223: Stop ShadowRoot::Host from being a useless function call. r=smaug 2018-02-18 14:33:14 +01:00
DocumentOrShadowRoot.cpp Bug 1430301 - Implement ShadowRoot.elementFromPoint/elementsFromPoint, r=emilio 2018-02-16 20:42:58 +02:00
DocumentOrShadowRoot.h Bug 1430301 - Implement ShadowRoot.elementFromPoint/elementsFromPoint, r=emilio 2018-02-16 20:42:58 +02:00
DocumentType.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
DocumentType.h Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
Element.cpp Bug 1449502: Cleanup a bit more the selector cache and CSSOM methods. r=xidorn 2018-03-29 17:12:55 +02:00
Element.h Bug 1449404 part 4. Get rid of a few virtual nsIContent methods. r=mccr8 2018-03-28 18:01:47 -04:00
ElementInlines.h Bug 1389385 - Rearrange dirty noting to operate on the element rather than the parent. r=emilio 2017-08-11 18:18:22 -07:00
EventSource.cpp Bug 1445740 - Port EventSource in Web Workers to WorkerRef, r=smaug 2018-03-15 23:05:17 +01:00
EventSource.h Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor. 2017-06-13 13:23:23 +03:00
FeedWriterEnabled.h
FlushType.h Bug 1443483: FlushTarget doesn't really make sense. r=xidorn 2018-03-07 01:09:46 +01:00
FormData.cpp Bug 1433958 - Change code that sets nsIURI.pathQueryRef to use nsIURIMutator r=mayhemer 2018-02-26 20:43:45 +01:00
FormData.h Bug 1433958 - Change code that sets nsIURI.pathQueryRef to use nsIURIMutator r=mayhemer 2018-02-26 20:43:45 +01:00
FragmentOrElement.cpp Bug 1449404 part 5. Move the cycle collected refcount on content nodes up to nsIContent. r=smaug 2018-03-28 18:07:40 -04:00
FragmentOrElement.h Bug 1449404 part 5. Move the cycle collected refcount on content nodes up to nsIContent. r=smaug 2018-03-28 18:07:40 -04:00
FromParser.h
FuzzingFunctions.cpp Bug 1426494: followup: Add another missing include on a CLOSED TREE. r=me 2017-12-21 01:26:14 +01:00
FuzzingFunctions.h Backed out 22 changesets (bug 1419771) for build bustage build/src/dom/base/FuzzingFunctions.cpp on a CLOSED TREE 2017-12-13 23:41:49 +02:00
HTMLSplitOnSpacesTokenizer.h
IDTracker.cpp Bug 1447392 - Remove all members from nsIDOMNodeList. r=bz 2018-03-20 19:02:08 +01:00
IDTracker.h Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8 2018-02-12 15:44:40 -05:00
IdleDeadline.cpp Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
IdleDeadline.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
IdleRequest.cpp Bug 1415770 - Simplify handling of IdleRequest list. r=smaug, r=baku 2017-11-28 14:23:46 -05:00
IdleRequest.h Bug 1415770 - Simplify handling of IdleRequest list. r=smaug, r=baku 2017-11-28 14:23:46 -05:00
IframeSandboxKeywordList.h
ImageEncoder.cpp Bug 1445540 - Use IsCurrentThreadRunningWorker() instead of GetCurrentThreadWorkerPrivate() in dom/base and dom/promise, r=smaug 2018-03-14 15:25:47 +01:00
ImageEncoder.h Backed out changeset d6ab8156f858 (bug 967895) 2017-10-09 19:18:17 +02:00
ImageTracker.cpp Bug 1417365 - Unified build issues in dom/base. r=baku 2017-10-26 10:40:12 +01:00
ImageTracker.h
IndexedDBHelper.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
IntlUtils.cpp Backed out 22 changesets (bug 1419771) for build bustage build/src/dom/base/FuzzingFunctions.cpp on a CLOSED TREE 2017-12-13 23:41:49 +02:00
IntlUtils.h Bug 1426494: s/StyleScope/DocumentOrShadowRoot. r=smaug 2017-12-22 01:56:36 +01:00
Link.cpp Bug 1448586 - Avoid useless use of NS_LITERAL_CSTRING when prefixing query string with question mark. r=smaug. 2018-03-24 21:16:51 +02:00
Link.h Bug 1448728 part 1 - Make popular headers not include nsWindowSizes.h. r=njn 2018-03-28 10:44:49 +11:00
Location.cpp Bug 1442039 part 14. Remove nsDOMClassInfoID.h. r=peterv 2018-03-21 23:13:30 -04:00
Location.h Bug 1419270 part 2. Use getter or setter specific NeedsSubjectPrincipal annotations more. r=qdot 2017-12-05 16:03:18 -05:00
MessageListenerManager.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
MessageListenerManager.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
MessageManagerGlobal.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
MessageSender.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
MessageSender.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
NameSpaceConstants.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
Navigator.cpp Bug 1442360 part 3. Remove nsScriptNamespaceManager, since now it's all dead code. r=peterv 2018-03-21 23:18:51 -04:00
Navigator.h Bug 1169290 - Add navigator.webdriver attribute. r=bz,maja_zf 2018-01-27 19:42:17 +00:00
NodeInfo.cpp Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8 2018-01-29 23:10:53 -05:00
NodeInfo.h Bug 1442480 - Switch nsNodeInfoHash to a nsDataHashTable. r=smaug 2018-03-01 15:33:52 -08:00
NodeInfoInlines.h Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8 2018-01-29 23:10:53 -05:00
NodeIterator.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
NodeIterator.h Bug 1434819 part 6. Get rid of NodeFilterHolder. r=qdot 2018-02-01 14:26:12 -05:00
OrderedTimeoutIterator.h Bug 1370537 P2 Remove TimeoutManager::RunTimeout()'s last expired timeout reference. r=ehsan 2017-06-08 05:51:59 -07:00
Pose.cpp
Pose.h Bug 1417365 - Unified build issues in dom/base. r=baku 2017-10-26 10:40:12 +01:00
PostMessageEvent.cpp Bug 1417354 - Introduce nsIDocument::GetPresContext(). r=smaug 2018-02-21 07:00:10 +09:00
PostMessageEvent.h Bug 1417365 - Unified build issues in dom/base. r=baku 2017-10-26 10:40:12 +01:00
ProcessGlobal.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ProcessGlobal.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
ProcessSelector.js Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian 2018-02-06 09:36:57 -08:00
ProcessSelector.manifest Bug 1333799: MinTabSelector for process selection. r=mrbkap 2017-03-07 20:00:28 +01:00
RangeBoundary.h Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01:00
ResponsiveImageSelector.cpp Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
ResponsiveImageSelector.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
ScreenOrientation.cpp Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
ScreenOrientation.h
Selection.cpp Bug 1447890 part 5. Remove nsISelection::RemoveAllRanges. r=mystor 2018-03-27 00:35:23 -04:00
Selection.h Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]; r=smaug 2017-11-27 16:10:27 +08:00
SelectionChangeListener.cpp Bug 1417365 - Unified build issues in dom/base. r=baku 2017-10-26 10:40:12 +01:00
SelectionChangeListener.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
ShadowRoot.cpp Bug 1435632: Fix the logic to do layout stuff after reassigning a slot. r=smaug,xidorn 2018-03-29 12:34:38 +02:00
ShadowRoot.h Bug 1445682: Make Shadow DOM account for stylesheet applicableness correctly. r=xidorn 2018-03-19 15:50:31 +01:00
SlowScriptDebug.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
SlowScriptDebug.manifest
StructuredCloneBlob.cpp Bug 1440402 - Handle several unsafe accesses in dom/ipc gracefully for fuzzing. r=baku 2018-02-23 14:51:26 +01:00
StructuredCloneBlob.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
StructuredCloneHolder.cpp Bug 1441141 - Update the StructuredCloneAlgorithm to follow the latest version of the spec, r=smaug, r=sfink 2018-03-28 09:23:17 +02:00
StructuredCloneHolder.h Bug 1441141 - Update the StructuredCloneAlgorithm to follow the latest version of the spec, r=smaug, r=sfink 2018-03-28 09:23:17 +02:00
StructuredCloneTags.h Bug 1356546: Part 1 - Add a StructuredCloneHolder JS helper to hold opaque structured clone blobs. r=billm 2017-05-20 15:09:24 -07:00
StyleSheetList.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
StyleSheetList.h Bug 1436263 - Part 3: Remove `virtual` from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
SubtleCrypto.cpp Bug 1333140 - Remove WEBCRYPTO_METHOD_SECURE histogram r=keeler 2017-11-30 14:06:28 +01:00
SubtleCrypto.h Bug 1333140 - Remove WEBCRYPTO_METHOD_SECURE histogram r=keeler 2017-11-30 14:06:28 +01:00
SyncMessageSender.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
TabGroup.cpp Bug 1372733 - EventTargetFor should return an nsISerialEventTarget (r=bkelly) 2017-06-15 20:16:25 -07:00
TabGroup.h Bug 1383328 - Use TabGroup as event target for browser-status-filter (r=smaug) 2017-07-28 13:11:59 -07:00
Text.cpp Bug 1449404 part 4. Get rid of a few virtual nsIContent methods. r=mccr8 2018-03-28 18:01:47 -04:00
Text.h Bug 1449404 part 4. Get rid of a few virtual nsIContent methods. r=mccr8 2018-03-28 18:01:47 -04:00
TextInputProcessor.cpp Bug 1446253 - Make EventUtils.synthesizeComposition() dispatch keydown and keyup event in default r=smaug 2018-03-16 22:35:07 +09:00
TextInputProcessor.h Bug 1436508 part 12. Remove nsIDOMKeyEvent. r=masayuki 2018-02-09 11:17:10 -05:00
ThirdPartyUtil.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
ThirdPartyUtil.h
Timeout.cpp Bug 1415770 - Simplify handling of IdleRequest list. r=smaug, r=baku 2017-11-28 14:23:46 -05:00
Timeout.h Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
TimeoutBudgetManager.cpp Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
TimeoutBudgetManager.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
TimeoutExecutor.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
TimeoutExecutor.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
TimeoutHandler.cpp Bug 1373536 - Add missing includes due to added file. r=smaug 2017-06-21 12:14:01 +02:00
TimeoutHandler.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
TimeoutManager.cpp Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj 2018-03-13 14:51:33 +01:00
TimeoutManager.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
TreeWalker.cpp Bug 1434819 part 8. Remove the FILTER_* constants from nsIDOMNodeFilter. r=qdot 2018-02-01 14:26:12 -05:00
TreeWalker.h Bug 1434819 part 6. Get rid of NodeFilterHolder. r=qdot 2018-02-01 14:26:12 -05:00
UseCounter.h Bug 1412125, part 2 - Fix dom/ mode lines. r=qdot 2017-10-26 15:08:41 -07:00
UseCounters.conf Bug 1440729 - Include use counters for the console API r=baku 2018-02-23 16:11:16 -08:00
WebKitCSSMatrix.cpp Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
WebKitCSSMatrix.h Bug 1448690: Remove IsStyledByServo. r=xidorn 2018-03-26 09:39:26 +02:00
WindowDestroyedEvent.cpp Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem. 2018-02-21 10:30:19 -06:00
WindowDestroyedEvent.h Bug 1419144 - Part 7: Move WindowDestroyedEvent into its own file, r=smaug 2017-11-23 13:11:21 -05:00
WindowNamedPropertiesHandler.cpp Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
WindowNamedPropertiesHandler.h
WindowOrientationObserver.cpp Bug 1419597 - Part 18: Remove IsInnerWindow and IsOuterWindow methods, r=smaug 2017-11-23 13:12:13 -05:00
WindowOrientationObserver.h Bug 1414974 - Part 2: Switch many consumers to nsGlobalWindow{Inner,Outer}, r=smaug 2017-11-09 10:44:47 -05:00
XPathGenerator.cpp Bug 870698 - Part 10: Replace Append(NS_LITERAL_STRING("")) with AppendLiteral(u""). r=erahm 2017-09-07 18:32:54 -07:00
XPathGenerator.h Backed out changeset a4230d2eab5f (bug 1362330) for failing asan-fuzzing (Bof) job, undeclared identifier TaskCategory at nsContentPolicy.cpp:142. r=backout 2017-06-19 17:43:39 +02:00
contentAreaDropListener.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
contentAreaDropListener.manifest
domerr.msg Bug 1397151 - Remove the support for moz-chunk-text type in XHR, r=smaug 2017-09-22 07:18:49 +02:00
gen-usecounters.py Bug 1449039 part 12 - Keep only necessary params for CSS_PROP definitions. r=emilio 2018-03-27 09:54:20 +11:00
moz.build Bug 1442360 part 3. Remove nsScriptNamespaceManager, since now it's all dead code. r=peterv 2018-03-21 23:18:51 -04:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
nsAttrAndChildArray.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsAttrAndChildArray.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsAttrName.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsAttrValue.cpp Bug 1447828 part 8 - Remove remaining uses of StyleBackendType as well as the type itself. r=emilio 2018-03-29 02:34:34 +11:00
nsAttrValue.h Bug 1423773 - Part 1: Remove usage of nsStringGlue.h. r=glandium 2017-12-06 16:52:51 -08:00
nsAttrValueInlines.h Bug 1434994 - Use ReleaseAcquire for the cached serialization atomic. r=emilio 2018-02-02 10:58:35 -08:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h Bug 1365092 - Moves side effects of nsGenericHTMLElement and Element's SetAttr, UnsetAttr, and ParseAttribute functions to the corresponding BeforeSetAttr and AfterSetAttr functions r=bz 2017-05-31 11:01:47 -07:00
nsCCUncollectableMarker.cpp Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
nsCCUncollectableMarker.h Bug 1417077 - Make JSTracer provide the current GC number and use this in nsXULPrototypeDocument::TraceProtos() r=sfink r=mccr8 2017-11-14 17:10:30 +00:00
nsCaseTreatment.h
nsChildContentList.h Bug 1447392 - Remove all members from nsIDOMNodeList. r=bz 2018-03-20 19:02:08 +01:00
nsContentAreaDragDrop.cpp Bug 1447889 part 12. Remove nsIDOMRange::ToString. r=mystor 2018-03-27 00:35:22 -04:00
nsContentAreaDragDrop.h Backed out changeset 608119812c07 (bug 1437281) on request from haik a=backout 2018-03-26 23:53:06 +03:00
nsContentCID.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsContentCreatorFunctions.h Bug 1446865 - Move nsAtomListUtils. r=froydnj 2018-03-20 11:44:28 +11:00
nsContentIterator.cpp Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
nsContentList.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
nsContentList.h Bug 1447392 - Remove all members from nsIDOMNodeList. r=bz 2018-03-20 19:02:08 +01:00
nsContentListDeclarations.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsContentPermissionHelper.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsContentPermissionHelper.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsContentPolicy.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsContentPolicy.h Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsContentPolicyUtils.h Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsContentSink.cpp Bug 1443425: Removed unused variable shellGrip. r=emilio 2018-03-09 12:16:39 +01:00
nsContentSink.h Bug 1432396 - Call UnblockOnload only if we've already blocked load event. r=bz 2018-02-16 06:15:01 +09:00
nsContentTypeParser.h
nsContentUtils.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsContentUtils.h Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsCopySupport.cpp Bug 1447889 part 8. Remove nsIDOMRange::SelectNode/SelectNodeContents. r=mystor 2018-03-27 00:35:21 -04:00
nsCopySupport.h Bug 1447889 part 1. Change nsCopySupport to work with Selection a bit more. r=mystor 2018-03-27 00:35:20 -04:00
nsDOMAttributeMap.cpp Bug 1432186 part 19. Remove the nsIDOMNode::*_NODE constants. r=mccr8 2018-01-29 23:10:53 -05:00
nsDOMAttributeMap.h Bug 1431964 part 8. Remove nsIDOMMozNamedAttrMap. r=mccr8 2018-01-20 20:57:26 -05:00
nsDOMCID.h Bug 1362735 - Clean up nsIPKCS11 implementation. r=keeler 2017-05-19 00:57:46 +08:00
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h Bug 1436263 - Part 3: Remove `virtual` from final virtual function declarations. r=froydnj 2018-02-08 21:22:43 -08:00
nsDOMClassInfo.cpp Bug 1062418 part 1. Move the remaining nsWindowSH bits into nsGlobalWindowInner. r=mystor 2018-03-21 23:18:51 -04:00
nsDOMClassInfo.h Bug 1062418 part 1. Move the remaining nsWindowSH bits into nsGlobalWindowInner. r=mystor 2018-03-21 23:18:51 -04:00
nsDOMDataChannel.cpp Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
nsDOMDataChannel.h Backed out 2 changesets (bug 1173851) for Mochitest failures on dom/tests/mochitest/general/test_interfaces.html. CLOSED TREE 2018-02-15 01:10:06 +02:00
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp Bug 1193394 - Part 1: Microtasks and promises scheduling. r=bevis 2017-11-17 11:01:27 +08:00
nsDOMMutationObserver.h Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
nsDOMNavigationTiming.cpp Bug 1411632 - Introduce onload and DOMContentLoaded telemetry for active tab and network optimization. r=valentin, r=francois 2017-12-02 18:13:43 -05:00
nsDOMNavigationTiming.h Bug 1440195 Add a random context seed to the Performance APIs r=baku 2018-03-13 12:36:34 -05:00
nsDOMSerializer.cpp Bug 1432186 part 16. Remove nsIDOMNode's ownerDocument attribute. r=mccr8 2018-01-29 23:10:52 -05:00
nsDOMSerializer.h
nsDOMString.h Bug 1423773 - Part 1: Remove usage of nsStringGlue.h. r=glandium 2017-12-06 16:52:51 -08:00
nsDOMTokenList.cpp Bug 1444909 part 2. Change DOMTokenList.replace() to return a boolean and pull in the corresponding web platform test updates. r=qdot 2018-03-14 16:08:58 -04:00
nsDOMTokenList.h Bug 1444909 part 2. Change DOMTokenList.replace() to return a boolean and pull in the corresponding web platform test updates. r=qdot 2018-03-14 16:08:58 -04:00
nsDOMWindowList.cpp Bug 1417365 - Unified build issues in dom/base. r=baku 2017-10-26 10:40:12 +01:00
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 1449404 part 4. Get rid of a few virtual nsIContent methods. r=mccr8 2018-03-28 18:01:47 -04:00
nsDOMWindowUtils.h Bug 1433671: Add MOZ_CAN_RUN_SCRIPT annotations to AccessibleCaret and other stuff. r=bz 2018-03-14 23:32:22 +01:00
nsDataDocumentContentPolicy.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
nsDocElementCreatedNotificationRunner.h Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
nsDocument.cpp Merge inbound to mozilla-central. a=merge 2018-03-30 01:06:18 +03:00
nsDocument.h Bug 1449400 part 5 - Remove StyleSetHandle. r=emilio 2018-03-29 22:15:46 +11:00
nsDocumentEncoder.cpp Bug 1447889 part 6. Remove nsIDOMRange::SetStart/End. r=mystor 2018-03-27 00:35:21 -04:00
nsDocumentWarningList.h Bug 1399853 - Identify the ID of the elements involved in SVG reference loops in the Web Console error messages. r=longsonr 2017-09-11 17:02:35 +01:00
nsFocusManager.cpp Bug 1449404 part 3. Get rid of nsIContent::AppendTextTo. r=mccr8 2018-03-28 18:01:47 -04:00
nsFocusManager.h Bug 1433671: Add MOZ_CAN_RUN_SCRIPT annotations to AccessibleCaret and other stuff. r=bz 2018-03-14 23:32:22 +01:00
nsFrameLoader.cpp Bug 1445005. Remove the eventMode bits from frameloader. r=qdot 2018-03-28 18:01:46 -04:00
nsFrameLoader.h Bug 1445005. Remove the eventMode bits from frameloader. r=qdot 2018-03-28 18:01:46 -04:00
nsFrameMessageManager.cpp Bug 1444143 part 14. Rename nsIFrameLoader.idl to nsIFrameLoaderOwner.idl. r=mystor 2018-03-21 22:43:17 -04:00
nsFrameMessageManager.h Bug 1444143 part 13. Remove nsIFrameLoader. r=mystor 2018-03-21 22:43:17 -04:00
nsGenConImageContent.cpp Bug 1434273. Make nsGenConImageContent's inheritance match the way it's used. r=mccr8 2018-01-30 14:48:26 -05:00
nsGlobalWindow.h Bug 1419597 - Part 9: Move the remaining defines out of nsGlobalWindow.h, r=smaug 2017-11-23 13:11:58 -05:00
nsGlobalWindowCommands.cpp Backed out changeset baf5f1356969 (bug 1446522) for clipboard failures on /test_bug1012662_noeditor.html. CLOSED TREE 2018-03-28 14:25:57 +03:00
nsGlobalWindowCommands.h Bug 1351783 part 3 - Add a KeyboardScrollAction type. r=kats,masayuki 2017-06-05 18:17:30 -05:00
nsGlobalWindowInner.cpp Bug 1447871 P1 Call DisconnectFromOwner() on service worker binding objects in FreeInnerObjects(). r=asuth 2018-03-30 11:25:47 -07:00
nsGlobalWindowInner.h Bug 1062418 part 2. Clean up the bits that got moved from nsWindowSH. r=mystor 2018-03-21 23:18:51 -04:00
nsGlobalWindowOuter.cpp Merge inbound to mozilla-central. a=merge 2018-03-27 12:12:57 +03:00
nsGlobalWindowOuter.h Bug 1443252 - Make nsGlobalWindowInner/Outer final to reduce build times. r=mystor 2018-03-02 09:30:03 -06:00
nsHTMLContentSerializer.cpp Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj 2018-03-13 14:51:33 +01:00
nsHTMLContentSerializer.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
nsHistory.cpp Bug 1417354 - Introduce nsIDocument::GetPresContext(). r=smaug 2018-02-21 07:00:10 +09:00
nsHistory.h Bug 1436864 - Remove nsIDOMHistory. r=bz 2018-02-08 22:33:10 +01:00
nsIAnimationObserver.h
nsIAttribute.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIContent.h Bug 1449404 part 5. Move the cycle collected refcount on content nodes up to nsIContent. r=smaug 2018-03-28 18:07:40 -04:00
nsIContentInlines.h Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
nsIContentIterator.h Bug 1399626 - Part 4: Allow initializing nsIContentIterator with RangeBoundaries, r=masayuki 2017-10-02 11:58:00 -04:00
nsIContentPolicy.idl Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsIContentSerializer.h Bug 1446599 part 1. Stop using nsIDOMProcessingInstruction in serializers. r=mystor 2018-03-19 15:15:39 -04:00
nsIDOMClassInfo.h Bug 1390159 - Remove throw-on-set setProperty hooks on WrappedNatives. r=mrbkap 2017-08-16 09:01:56 +02:00
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl Bug 1435483 part 15. Remove nsIDOMRequestService::FireDetailedError. r=qdot 2018-02-05 16:34:05 -05:00
nsIDOMDataChannel.idl Bug 1431903. Remove unused methods from nsIDOMDataChannel. r=mccr8 2018-01-21 12:07:29 -05:00
nsIDOMParser.idl
nsIDOMSerializer.idl
nsIDocument.h Merge inbound to mozilla-central. a=merge 2018-03-30 01:06:18 +03:00
nsIDocumentEncoder.idl Bug 1048191 - Remove capability to generate entities other than quot, amp, gt, lt and nbsp. r=emk. 2017-08-04 12:37:53 +03:00
nsIDocumentInlines.h Bug 1447828 part 5 - Remove StyleBackendType uses from nsStyleSheetService. r=emilio 2018-03-29 02:34:34 +11:00
nsIDocumentObserver.h Bug 1420762: Make StyleSheets notify directly to their StyleSets. r=heycam 2017-12-01 08:46:39 +01:00
nsIDroppedLinkHandler.idl Bug 1445417 part 1. Stop using nsIDOMDragEvent in nsIDroppedLinkHandler. r=mystor 2018-03-16 22:25:25 -04:00
nsIFrameLoaderOwner.idl Bug 1444143 part 14. Rename nsIFrameLoader.idl to nsIFrameLoaderOwner.idl. r=mystor 2018-03-21 22:43:17 -04:00
nsIGlobalObject.cpp Bug 1438211 P1 Add nsIGlobalObject::GetOrCreateServiceWorkerRegistration(). r=asuth 2018-03-02 13:02:49 -08:00
nsIGlobalObject.h Bug 1438211 P1 Add nsIGlobalObject::GetOrCreateServiceWorkerRegistration(). r=asuth 2018-03-02 13:02:49 -08:00
nsIImageLoadingContent.idl Bug 1431774 part 7. de-COM the image loading content forceImageState API. r=mystor 2018-01-19 14:19:39 -05:00
nsIMessageManager.idl Bug 1444143 part 12. Remove use of nsIFrameLoader from XPIDL files. r=mystor 2018-03-21 22:43:17 -04:00
nsIMutationObserver.h Bug 1441547: Make character data change notifications use a const reference for the info parameter. r=smaug 2018-02-27 15:30:27 +01:00
nsINode.cpp Bug 1449502: Cleanup a bit more the selector cache and CSSOM methods. r=xidorn 2018-03-29 17:12:55 +02:00
nsINode.h Bug 1449502: Cleanup a bit more the selector cache and CSSOM methods. r=xidorn 2018-03-29 17:12:55 +02:00
nsINodeList.h Bug 1447392 - Remove all members from nsIDOMNodeList. r=bz 2018-03-20 19:02:08 +01:00
nsIObjectLoadingContent.idl Bug 1445408 - Remove nsIDOMClientRect. r=bz 2018-03-13 14:19:17 +01:00
nsIPerformanceMetrics.idl Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
nsIRemoteWindowContext.idl
nsIScriptChannel.idl
nsIScriptContext.h Bug 1293362 - Part 4: Generate runtime bindings for calling xpcom methods from rust, r=froydnj 2018-01-23 17:27:26 -05:00
nsIScriptGlobalObject.h Bug 1293362 - Part 4: Generate runtime bindings for calling xpcom methods from rust, r=froydnj 2018-01-23 17:27:26 -05:00
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h
nsISelection.idl Bug 1447890 part 5. Remove nsISelection::RemoveAllRanges. r=mystor 2018-03-27 00:35:23 -04:00
nsISelectionController.idl Bug 1393348 - part2: nsISelectionController::SELECTION_* should be sequential integer values r=smaug 2017-08-24 19:14:04 +09:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl Bug 1447890 part 3. Remove nsISelection::GetRangeAt. r=mystor 2018-03-27 00:35:22 -04:00
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h Bug 1435132 part 3. Remove the last NS_IMETHOD bit from nsIStyleSheetLinkingElement. r=mccr8 2018-02-02 08:21:32 -05:00
nsITimeoutHandler.h
nsIdentifierMapEntry.h Bug 1426525 part 2. Remove the now-nearly-unused XULDocument::GetElementsForID method. r=smaug 2018-01-05 13:48:39 -05:00
nsImageLoadingContent.cpp Bug 1418930 Part 1: Define and use a method nsContentUtils::CORSModeToLoadImageFlags to standardize conversion of CORS modes to load image flags. r=bz 2018-01-31 11:10:01 -05:00
nsImageLoadingContent.h Bug 1431774 part 6. de-COM the image loading content forceReload API. r=mystor 2018-01-19 14:19:39 -05:00
nsInProcessTabChildGlobal.cpp Bug 1444143 part 13. Remove nsIFrameLoader. r=mystor 2018-03-21 22:43:17 -04:00
nsInProcessTabChildGlobal.h Bug 1444143 part 13. Remove nsIFrameLoader. r=mystor 2018-03-21 22:43:17 -04:00
nsJSEnvironment.cpp Bug 1442360 part 3. Remove nsScriptNamespaceManager, since now it's all dead code. r=peterv 2018-03-21 23:18:51 -04:00
nsJSEnvironment.h Bug 1442360 part 3. Remove nsScriptNamespaceManager, since now it's all dead code. r=peterv 2018-03-21 23:18:51 -04:00
nsJSTimeoutHandler.cpp Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly 2018-02-05 19:55:07 +01:00
nsJSUtils.cpp Bug 1446342: Don't include forms in the scope chain for XBL datetime bindings. r=smaug 2018-03-20 01:34:09 +01:00
nsJSUtils.h Bug 1446342: Don't include forms in the scope chain for XBL datetime bindings. r=smaug 2018-03-20 01:34:09 +01:00
nsLineBreaker.cpp Bug 1424898 - patch 1 - De-virtualize nsILineBreaker and rename to mozilla::intl::LineBreaker. r=m_kato 2017-12-13 22:17:32 -06:00
nsLineBreaker.h Bug 1425769: Add missing include. r=me 2017-12-19 11:09:57 +01:00
nsMappedAttributeElement.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsMappedAttributeElement.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsMappedAttributes.cpp Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsMappedAttributes.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsMimeTypeArray.cpp Bug 1434686 part 4. Use IgnoreErrors() in dom/. r=mystor 2018-02-01 14:21:14 -05:00
nsMimeTypeArray.h
nsNameSpaceManager.cpp Bug 1446865 - Move nsAtomListUtils. r=froydnj 2018-03-20 11:44:28 +11:00
nsNameSpaceManager.h Bug 1422636: Inline Gecko_Namespace. r=xidorn 2017-12-05 14:20:18 +01:00
nsNoDataProtocolContentPolicy.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp Bug 1378552 - Reduce the liklihood of inadvertently misusing NullPrincipal::Create(). r=ckerschb 2018-03-22 13:36:20 -05:00
nsNodeInfoManager.h Bug 1445140 part 5. Remove nsIDOMDocumentType. r=mystor 2018-03-13 16:24:01 -04:00
nsNodeUtils.cpp Backed out changeset 794ee6857d83 (bug 1421070) for 15 failures in toolkit/components/payments/test/mochitest/test_ObservedPropertiesMixin.html on a CLOSED TREE 2018-03-23 03:42:25 +02:00
nsNodeUtils.h Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
nsObjectLoadingContent.cpp Bug 1439713 - Change nsIContentPolicy shouldLoad to take an <uri, loadInfo> pair instead of the various args. r=bz 2018-03-29 12:16:23 +02:00
nsObjectLoadingContent.h Bug 1444143 part 14. Rename nsIFrameLoader.idl to nsIFrameLoaderOwner.idl. r=mystor 2018-03-21 22:43:17 -04:00
nsOpenURIInFrameParams.cpp Bug 1420702 - Propagate referrer policy when creating window from pinned tab r=ckerschb,smaug 2017-11-30 21:42:05 +08:00
nsOpenURIInFrameParams.h Bug 1444143 part 14. Rename nsIFrameLoader.idl to nsIFrameLoaderOwner.idl. r=mystor 2018-03-21 22:43:17 -04:00
nsPIDOMWindow.h Bug 1438211 P9 Remove nsPIDOMWindowInner::GetServiceWorkerRegistration() and InvalidateServiceWorkerRegistration(). r=asuth 2018-03-02 13:02:50 -08:00
nsPIDOMWindowInlines.h Bug 1419597 - Part 1: Split the methods on nsPIDOMWindow<T>, r=smaug 2017-11-23 13:11:44 -05:00
nsPIWindowRoot.h Backed out 19 changesets (bug 1434399) for build bustages on nsXULPopupManager.cpp on a CLOSED TREE 2018-01-31 22:45:26 +02:00
nsPerformanceMetrics.cpp Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
nsPerformanceMetrics.h Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
nsPlainTextSerializer.cpp Bug 1448294 - Clean up naming of 'styleContext' variables after the big nsStyleContext rename. r=emilio 2018-03-25 20:49:58 +02:00
nsPlainTextSerializer.h Bug 1446599 part 1. Stop using nsIDOMProcessingInstruction in serializers. r=mystor 2018-03-19 15:15:39 -04:00
nsPluginArray.cpp Bug 1371888 - cache plugin information in pluginreg.dat to avoid sync startup load, r=florian,mossop 2018-02-20 16:53:48 +00:00
nsPluginArray.h
nsPropertyTable.cpp Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
nsPropertyTable.h Bug 749981: Remove Node.getUserData / setUserData. r=smaug 2018-03-17 19:33:07 +01:00
nsQueryContentEventResult.cpp Backed out changeset 38577c007450 (bug 1424371) for Marionett test failure on testing/marionette/harness/marionette_harness/tests/unit/test_window_maximize.py. CLOSED TREE 2018-02-19 22:15:23 +02:00
nsQueryContentEventResult.h
nsRange.cpp Bug 1447890 part 2. Remove nsISelection::RemoveRange. r=mystor 2018-03-27 00:35:22 -04:00
nsRange.h Bug 1447889 part 13. Remove unused nsIDOMRange bits. r=mystor 2018-03-27 00:35:22 -04:00
nsSandboxFlags.h Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07:00
nsScreen.cpp Backed out changeset 38577c007450 (bug 1424371) for Marionett test failure on testing/marionette/harness/marionette_harness/tests/unit/test_window_maximize.py. CLOSED TREE 2018-02-19 22:15:23 +02:00
nsScreen.h Backed out changeset 38577c007450 (bug 1424371) for Marionett test failure on testing/marionette/harness/marionette_harness/tests/unit/test_window_maximize.py. CLOSED TREE 2018-02-19 22:15:23 +02:00
nsStructuredCloneContainer.cpp Bug 1387903 - Use the fallible variant of CopyASCIItoUTF16 to avoid OOM large crash. r=baku 2017-08-29 15:14:41 +08:00
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyleLinkElement.cpp Bug 1447828 part 3 - Remove StyleBackendType uses from MediaList. r=emilio 2018-03-29 02:31:46 +11:00
nsStyleLinkElement.h Bug 1444905: Remove scoped style support from the old style system. r=xidorn,smaug 2018-03-13 10:26:13 +01:00
nsStyledElement.cpp Bug 1447828 part 8 - Remove remaining uses of StyleBackendType as well as the type itself. r=emilio 2018-03-29 02:34:34 +11:00
nsStyledElement.h Bug 1415352: Part 1b - Store the subject principal when parsing style attributes. r=bz 2017-11-02 13:36:14 -07:00
nsSyncLoadService.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
nsSyncLoadService.h Bug 1409327 - NS_NewBufferedInputStream should take the ownership of the inputStream, r=smaug 2017-10-19 11:39:30 +02:00
nsTextFragment.cpp Bug 1441404, return early when appending null string to a text fragment, r=baku 2018-03-27 19:24:53 +03:00
nsTextFragment.h Bug 1394719 - Optimize HasRTLChars usage and reduce malloc/free, r=ehsan 2017-08-31 14:54:46 +03:00
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextNode.cpp Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
nsTextNode.h Bug 1446530. Change CloneDataNode to return already_AddRefed<CharacterData>. r=mystor 2018-03-19 15:50:16 -04:00
nsTraversal.cpp Bug 1434819 part 8. Remove the FILTER_* constants from nsIDOMNodeFilter. r=qdot 2018-02-01 14:26:12 -05:00
nsTraversal.h Bug 1434819 part 9. Remove nsIDOMNodeFilter. r=qdot 2018-02-01 14:26:13 -05:00
nsTreeSanitizer.cpp Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-03-29 01:00:42 +03:00
nsTreeSanitizer.h Bug 1447358: Unifdef the old style system code. r=jwatt 2018-03-21 10:20:34 +01:00
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp Bug 1448728 part 3 - Remove mention of servo in memory report as it's the only style system now. r=njn 2018-03-28 10:44:49 +11:00
nsWindowMemoryReporter.h Bug 1414974 - Part 5: Rework nsWindowMemoryReporter to only examine inner windows, r=mccr8 2017-11-09 10:44:48 -05:00
nsWindowRoot.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
nsWindowRoot.h Backed out 19 changesets (bug 1434399) for build bustages on nsXULPopupManager.cpp on a CLOSED TREE 2018-01-31 22:45:26 +02:00
nsWindowSizes.h Bug 1448728 part 3 - Remove mention of servo in memory report as it's the only style system now. r=njn 2018-03-28 10:44:49 +11:00
nsWrapperCache.cpp Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsWrapperCache.h Backed out 6 changesets (bug 888600) for beta simulation failures: build bustage on Linux and Windows opt (bug 1442036) and devtools failure browser_net_view-source-debugger.js (bug 1441961). a=backout 2018-03-01 11:51:09 +02:00
nsWrapperCacheInlines.h Bug 1417123 - Remove or replace inclusion of js/GCAPI.h r=mccr8 2017-11-16 12:21:08 +00:00
nsXHTMLContentSerializer.cpp Bug 1448294 - Clean up naming of 'styleContext' variables after the big nsStyleContext rename. r=emilio 2018-03-25 20:49:58 +02:00
nsXHTMLContentSerializer.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
nsXMLContentSerializer.cpp Bug 1446533 part 3. Remove nsIDOMCharacterData::Get/SetData. r=mystor 2018-03-19 15:18:07 -04:00
nsXMLContentSerializer.h Bug 1446599 part 1. Stop using nsIDOMProcessingInstruction in serializers. r=mystor 2018-03-19 15:15:39 -04:00
nsXMLNameSpaceMap.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsXMLNameSpaceMap.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
usecounters.py Bug 1175033 - Support custom use counters that can be incremented from C++; r=froydnj 2017-08-08 17:01:27 +03:00