..
crashtests
Bug 1158412 - Remove assertion for document prescontex and add crash test; r=jdm
2016-04-15 09:33:20 -04:00
test
Backed out changeset 3ae676e82fac (bug 333064) for failing on own test on a CLOSED TREE
2016-05-10 08:34:45 +02:00
AnonymousContent.cpp
Bug 1193762 part 6 - Return raw pointer, not nsCOMPtr; r=froydnj
2016-05-01 21:29:23 +03:00
AnonymousContent.h
Bug 1193762 part 6 - Return raw pointer, not nsCOMPtr; r=froydnj
2016-05-01 21:29:23 +03:00
Attr.cpp
Bug 1267966 - Remove the deprecation warning from Attr.ownerElement; r=baku
2016-04-28 10:49:11 +08:00
Attr.h
AutocompleteFieldList.h
BarProps.cpp
Bug 1229220 - Update the scrollbar visibility prefs when initializing a TabChild; r=smaug
2016-03-18 11:13:20 -04:00
BarProps.h
BlobSet.h
BodyUtil.cpp
Bug 1206166 - Move FetchUtil::Consume methods into separate BodyUtil class and update Fetch.cpp and ServiceWorkerEvents.cpp accordingly. r=kitcambridge
2016-02-27 13:54:11 -08:00
BodyUtil.h
Bug 1206166 - Move FetchUtil::Consume methods into separate BodyUtil class and update Fetch.cpp and ServiceWorkerEvents.cpp accordingly. r=kitcambridge
2016-02-27 13:54:11 -08:00
ChildIterator.cpp
Bug 1253834 - add AllChildrenIterator::Get(), r=bz
2016-03-08 15:54:46 -05:00
ChildIterator.h
Bug 1253834 - add AllChildrenIterator::Get(), r=bz
2016-03-08 15:54:46 -05:00
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp
Bug 1266569 - Avoid including the ChromeUtils
binding in Base64.h
. r=froydnj
2016-04-22 07:41:58 -07:00
ChromeUtils.h
Bug 1256488 - Add a Base64 URL-decoder for C++ and chrome JS callers. r=mt,baku
2016-03-22 12:09:04 -07:00
Comment.cpp
Comment.h
Console.cpp
Bug 1264613 - Allow object-to-nonobject serialization. r=baku
2016-04-19 10:26:00 +02:00
Console.h
Bug 1269646 - Console API should be NOP after window-inner-destroyed, r=smaug
2016-05-03 10:19:39 +02:00
ConsoleAPI.manifest
ConsoleAPIStorage.js
Bug 1247953
- Increase the number of stored ConsoleEvent objects, r=bgrinstead
2016-04-19 14:10:15 +02:00
ConsoleReportCollector.cpp
ConsoleReportCollector.h
contentAreaDropListener.js
Bug 1237077 - Part 3: use createCodebasePrincipal. r=tanvi
2016-04-27 18:32:32 +08:00
contentAreaDropListener.manifest
CORSMode.h
Crypto.cpp
Bug 842818 - Make Crypto::GetRandomValues() work off the main thread r=baku,keeler,mt
2015-09-22 10:50:36 +02:00
Crypto.h
Bug 842818 - Make Crypto::GetRandomValues() work off the main thread r=baku,keeler,mt
2015-09-22 10:50:36 +02:00
DirectionalityUtils.cpp
Bug 1257208 - Use the nsTextNode concrete type in several places in DirectionalityUtils.cpp instead of nsINode and nsIContent; r=peterv
2016-03-23 14:24:56 -04:00
DirectionalityUtils.h
Bug 1257208 - Use the nsTextNode concrete type in several places in DirectionalityUtils.cpp instead of nsINode and nsIContent; r=peterv
2016-03-23 14:24:56 -04:00
DocumentFragment.cpp
DocumentFragment.h
DocumentType.cpp
DocumentType.h
DOMCursor.cpp
DOMCursor.h
domerr.msg
Bug 1067769 - Part 2: Support nullable target in KeyframeEffect(ReadOnly) constructor. r=birtles
2016-04-28 23:22:42 +08:00
DOMError.cpp
DOMError.h
DOMException.cpp
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:35 -04:00
DOMException.h
Bug 1257096, don't try to report about unusual unhandled rejected Promises, r=bz,waldo
2016-04-20 02:29:21 +03:00
DOMImplementation.cpp
Bug 1260871 - Remove do_GetAtom() and rename NS_NewAtom() as NS_Atomize(). r=erahm.
2016-03-29 10:09:43 +11:00
DOMImplementation.h
DOMMatrix.cpp
DOMMatrix.h
Bug 1263405 - Some headers missing in dom/base, r=smaug
2016-04-11 12:02:35 -04:00
DOMParser.cpp
Bug 1263496 - Part 3: fix for nsNullPrincipal::Create
2016-04-27 18:38:07 +08:00
DOMParser.h
DOMPoint.cpp
DOMPoint.h
DOMQuad.cpp
DOMQuad.h
DOMRect.cpp
DOMRect.h
DOMRequest.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
DOMRequest.h
DOMRequestHelper.jsm
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Bug 1257849 part 1. Add a concept of supported tokens to nsDOMTokenList. r=bkelly
2016-05-04 23:41:24 -04:00
Element.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
Element.h
Bug 1257849 part 2. Pass in the right set of supported tokens to the sandbox tokenlist implementation. r=bkelly
2016-05-04 23:41:24 -04:00
ElementInlines.h
EventSource.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
EventSource.h
Bug 1269383 - Remove dom.server-events.enabled pref, r=smaug
2016-05-03 10:21:54 +02:00
FeedWriterEnabled.h
File.cpp
Bug 1268213 - BlobImplFile::GetTypeRunnable can be a WorkerMainThreadRunnable, r=khuey
2016-05-03 09:09:47 +02:00
File.h
Bug 1263556 - Remove EmptyBlobImpl in dom/ipc/Blob.cpp, r=smaug
2016-04-11 14:31:53 -04:00
FileList.cpp
Bug 1258482 - FileList should contain only Files, not Directories, r=smaug
2016-04-12 08:51:52 -04:00
FileList.h
Bug 1258482 - FileList should contain only Files, not Directories, r=smaug
2016-04-12 08:51:52 -04:00
FileReader.cpp
Bug 1259290
: Part 5 - Remove the cx from WorkerFeature::Notify. r=bz
2016-03-28 10:28:14 -07:00
FileReader.h
Bug 1259290
: Part 5 - Remove the cx from WorkerFeature::Notify. r=bz
2016-03-28 10:28:14 -07:00
FormData.cpp
FormData.h
FragmentOrElement.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
FragmentOrElement.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
FromParser.h
gen-usecounters.py
HTMLSplitOnSpacesTokenizer.h
IframeSandboxKeywordList.h
Backed out 3 changesets (bug 1190641
) for failures in test_dialogArguments.html and test_iframe_sandbox_modal.html
2016-05-06 12:54:16 -07:00
ImageEncoder.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
ImageEncoder.h
ImportManager.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
ImportManager.h
Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj
2016-05-01 21:29:22 +03:00
IndexedDBHelper.jsm
Bug 1264710 - Catch IDB exceptions in IndexedDBHelper
. r=fabrice
2016-04-14 10:00:42 -07:00
Link.cpp
Bug 580313 - New resource hints for link. r=smaug
2016-02-26 02:41:00 +01:00
Link.h
Bug 580313 - New resource hints for link. r=smaug
2016-02-26 02:41:00 +01:00
messageWakeupService.js
messageWakeupService.manifest
moz.build
Bug 1257849 part 2. Pass in the right set of supported tokens to the sandbox tokenlist implementation. r=bkelly
2016-05-04 23:41:24 -04:00
mozAutoDocUpdate.h
mozFlushType.h
mozIDOMWindow.idl
MultipartBlobImpl.cpp
MultipartBlobImpl.h
Bug 1263553 - Move MultipartBlobImpl into mozilla::dom namespace, r=smaug
2016-04-11 14:31:34 -04:00
NameSpaceConstants.h
Navigator.cpp
Bug 1243431 - [2.3] Guard Vibration API with user permission. r=bz
2016-05-09 14:38:21 +02:00
Navigator.h
Bug 1243431 - [2.3] Guard Vibration API with user permission. r=bz
2016-05-09 14:38:21 +02:00
NodeInfo.cpp
Bug 1197311 - Remove PR_snprintf calls in dom/ r=froydnj
2016-02-17 14:23:39 -05:00
NodeInfo.h
NodeInfoInlines.h
NodeIterator.cpp
NodeIterator.h
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp
Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins
2016-05-01 15:15:26 +03:00
nsAttrAndChildArray.h
nsAttrName.h
nsAttrValue.cpp
Bug 567283 patch 2 - Rename NS_HexToRGB to NS_HexToRGBA and add parameter saying whether 4 and 8 digit colors are allowed. r=xidorn
2016-05-08 22:16:41 -07:00
nsAttrValue.h
nsAttrValueInlines.h
nsAttrValueOrString.cpp
nsAttrValueOrString.h
nsCaseTreatment.h
nsCCUncollectableMarker.cpp
bug 1257287 - add nsIDocShell.tabChild r=smaug
2016-03-18 15:54:12 -04:00
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h
nsContentIterator.cpp
Bug 1258576 part.1 nsContentIterator should give up to find next/previous node if it reached the root node unexpectedly r=smaug
2016-03-31 15:00:50 +09:00
nsContentList.cpp
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsContentList.h
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsContentListDeclarations.h
nsContentPermissionHelper.cpp
nsContentPermissionHelper.h
nsContentPolicy.cpp
nsContentPolicy.h
nsContentPolicyUtils.h
nsContentSink.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
nsContentSink.h
nsContentTypeParser.h
nsContentUtils.cpp
Backed out 3 changesets (bug 1190641
) for failures in test_dialogArguments.html and test_iframe_sandbox_modal.html
2016-05-06 12:54:16 -07:00
nsContentUtils.h
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
nsCopySupport.cpp
Backed out changeset 3ae676e82fac (bug 333064) for failing on own test on a CLOSED TREE
2016-05-10 08:34:45 +02:00
nsCopySupport.h
nsDataDocumentContentPolicy.cpp
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h
Bug 1267966 - Remove the deprecation warning from Attr.ownerElement; r=baku
2016-04-28 10:49:11 +08:00
nsDocElementCreatedNotificationRunner.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsDocument.cpp
Bug 1261012 - Check whether nsIObserverService is nullptr. r=smaug
2016-04-27 19:10:11 +09:00
nsDocument.h
Bug 1268749 part 4 - Hide unprefixed Fullscreen API from content when disabled. r=smaug
2016-05-02 14:26:04 +10:00
nsDocumentEncoder.cpp
nsDocumentWarningList.h
nsDOMAttributeMap.cpp
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsDOMAttributeMap.h
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMCID.h
nsDOMClassInfo.cpp
Backed out changeset d385df62c0e7 (bug 1267186) for hazard failures
2016-05-09 13:40:01 +02:00
nsDOMClassInfo.h
Bug 1257335. Replace some AutoSafeJSContext uses with AutoJSAPI or AutoJSContext uses. r=bholley
2016-03-18 10:48:38 -04:00
nsDOMClassInfoClasses.h
Bug 1256178 - Drop the moz prefix from the MozCSSKeyframeRule and MozCSSKeyframesRule interfaces; r=bzbarsky
2016-03-15 10:23:01 -04:00
nsDOMClassInfoID.h
Bug 1251655
- Remove support for JavaScript-DOM-class and JavaScript-DOM-interface. r=bz.
2016-02-14 15:59:48 +01:00
nsDOMDataChannel.cpp
Bug 964092: don't let DOM DataChannels get GC'd if they have an active callback r=smaug,jib
2016-04-26 00:28:53 -04:00
nsDOMDataChannel.h
Bug 964092: don't let DOM DataChannels get GC'd if they have an active callback r=smaug,jib
2016-04-26 00:28:53 -04:00
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h
nsDOMMutationObserver.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsDOMMutationObserver.h
Bug 1249219 - Part 6: Support pseudo elements in Animation Mutation Observer. r=heycam
2016-03-21 16:49:50 +08:00
nsDOMNavigationTiming.cpp
nsDOMNavigationTiming.h
nsDOMSerializer.cpp
nsDOMSerializer.h
nsDOMString.h
nsDOMTokenList.cpp
Bug 1263116 - Stop throwing for DOMTokenList's.contains() when using empty string or ASCII whitespace, r=baku
2016-05-05 18:07:22 +08:00
nsDOMTokenList.h
Bug 1263116 - Stop throwing for DOMTokenList's.contains() when using empty string or ASCII whitespace, r=baku
2016-05-05 18:07:22 +08:00
nsDOMWindowList.cpp
nsDOMWindowList.h
nsDOMWindowUtils.cpp
Bug 1269975 part 1 - Move nsCSSProps::EnabledState to a top level enum class mozilla::CSSEnabledState. r=heycam
2016-05-10 18:44:05 +10:00
nsDOMWindowUtils.h
nsFocusManager.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsFocusManager.h
Bug 962251 - Add relatedTarget in FocusEvent, r=smaug
2016-03-30 00:53:00 +02:00
nsFrameLoader.cpp
Backed out 2 changesets (bug 1240326) for failures in browser_ext_tabs_query.js
2016-05-05 13:06:36 -07:00
nsFrameLoader.h
Backed out 2 changesets (bug 1240326) for failures in browser_ext_tabs_query.js
2016-05-05 13:06:36 -07:00
nsFrameMessageManager.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsFrameMessageManager.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsGenConImageContent.cpp
nsGenericDOMDataNode.cpp
Bug 1267135 - Include nsTextNode.h in nsGenericDOMDataNode.cpp. r=ehsan
2016-04-25 09:15:55 +02:00
nsGenericDOMDataNode.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsGkAtomList.h
Bug 1260032 - drop support for altGlyph as a tspan. r=cam r=peterv (DOM Peer)
2016-05-10 10:02:20 +01:00
nsGkAtoms.cpp
nsGkAtoms.h
nsGlobalWindow.cpp
Backed out changeset d385df62c0e7 (bug 1267186) for hazard failures
2016-05-09 13:40:01 +02:00
nsGlobalWindow.h
Bug 1267568 part 1 - Add a weak ptr to nsGlobalChromeWindow to remember the pres shell we set the fullscreen change flag. r=smaug
2016-05-03 17:58:57 +10:00
nsGlobalWindowCommands.cpp
nsGlobalWindowCommands.h
nsHistory.cpp
Bug 1249542 - Remove the prefs for History API push/pop/replaceState; r=bzbarsky
2016-03-02 18:14:15 -05:00
nsHistory.h
nsHostObjectProtocolHandler.cpp
Bug 1257919 part 10. Make the caller and formattedStack getters on JSStackFrame take an explicit JSContext. r=khuey
2016-03-22 13:50:35 -04:00
nsHostObjectProtocolHandler.h
Bug 1248806 - Splitting out protocol handlers from nsLayoutModule. r=bholley
2016-03-03 12:05:52 +01:00
nsHostObjectURI.cpp
nsHostObjectURI.h
nsHTMLContentSerializer.cpp
Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins
2016-05-01 15:15:26 +03:00
nsHTMLContentSerializer.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsIAnimationObserver.h
nsIAttribute.h
nsIConsoleAPIStorage.idl
nsIConsoleReportCollector.h
nsIContent.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsIContentInlines.h
nsIContentIterator.h
nsIContentPolicy.idl
nsIContentPolicyBase.idl
nsIContentSerializer.h
nsIDocument.h
Bug 1268390 - Part 1: Factor out most of nsStyleSet::AddDocStyleSheet for re-use. r=bholley
2016-04-29 14:01:44 +10:00
nsIDocumentEncoder.idl
nsIDocumentInlines.h
Bug 1268390 - Part 1: Factor out most of nsStyleSet::AddDocStyleSheet for re-use. r=bholley
2016-04-29 14:01:44 +10:00
nsIDocumentObserver.h
nsIDOMBlob.idl
nsIDOMClassInfo.h
Bug 1251655
- Remove support for JavaScript-DOM-class and JavaScript-DOM-interface. r=bz.
2016-02-14 15:59:48 +01:00
nsIDOMDataChannel.idl
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMFileList.idl
Bug 1251809 - Add input[type=file] tooltip support for e10s. r=ehsan
2016-03-16 19:07:51 -04:00
nsIDOMFormData.idl
nsIDOMParser.idl
nsIDOMSerializer.idl
nsIDroppedLinkHandler.idl
nsIEntropyCollector.idl
nsIFrameLoader.idl
Backed out 2 changesets (bug 1240326) for failures in browser_ext_tabs_query.js
2016-05-05 13:06:36 -07:00
nsIGlobalObject.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsIGlobalObject.h
nsIImageLoadingContent.idl
Bug 1157546 - Replace the image visibility API with a more general API that tracks visibility for any kind of frame. r=mstange
2016-03-25 14:49:43 -07:00
nsImageLoadingContent.cpp
Bug 1261554 (Part 1) - Prepare for implementing in-displayport visibility tracking. r=mstange
2016-04-21 01:21:58 -07:00
nsImageLoadingContent.h
Bug 1157546 - Replace the image visibility API with a more general API that tracks visibility for any kind of frame. r=mstange
2016-03-25 14:49:43 -07:00
nsIMessageManager.idl
nsIMutationObserver.h
nsINode.cpp
Bug 911477 - Implement DOM4 methods: prepend(), append(), before(), after() and replaceWith(). r=bz
2016-04-12 10:48:14 +08:00
nsINode.h
Bug 911477 - Implement DOM4 methods: prepend(), append(), before(), after() and replaceWith(). r=bz
2016-04-12 10:48:14 +08:00
nsINodeList.h
nsInProcessTabChildGlobal.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsInProcessTabChildGlobal.h
nsIObjectLoadingContent.idl
nsIRemoteWindowContext.idl
Bug 1253307 - Use a better function to load web handler apps in e10s. r=billm/mconley
2016-03-15 15:48:37 -07:00
nsIScriptChannel.idl
nsIScriptContext.h
nsIScriptElement.h
nsIScriptGlobalObject.h
nsIScriptLoaderObserver.idl
nsIScriptNameSpaceManager.h
Bug 1245650 - remove JavaScript-navigator-property category support. r=bz.
2016-02-05 20:20:08 +01:00
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h
nsISelection.idl
nsISelectionController.idl
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl
nsISimpleContentPolicy.idl
nsISiteSpecificUserAgent.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h
nsIXMLHttpRequest.idl
nsJSEnvironment.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsJSEnvironment.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsJSTimeoutHandler.cpp
nsJSUtils.cpp
Bug 1268047 part 3. Remove the now-unused coerce-to-string option from nsJSUtils::EvaluateOptions. r=peterv
2016-05-09 22:25:40 -04:00
nsJSUtils.h
Bug 1268047 part 3. Remove the now-unused coerce-to-string option from nsJSUtils::EvaluateOptions. r=peterv
2016-05-09 22:25:40 -04:00
nsLineBreaker.cpp
nsLineBreaker.h
nsLocation.cpp
Bug 949413 - Set href with context in Location.assign r=bz
2016-04-14 09:58:09 -04:00
nsLocation.h
nsMappedAttributeElement.cpp
nsMappedAttributeElement.h
nsMappedAttributes.cpp
nsMappedAttributes.h
nsMimeTypeArray.cpp
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsMimeTypeArray.h
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsNameSpaceManager.cpp
nsNameSpaceManager.h
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp
Bug 1263496 - Part 3: fix for nsNullPrincipal::Create
2016-04-27 18:38:07 +08:00
nsNodeInfoManager.h
nsNodeUtils.cpp
Bug 1067769 - Part 6: Rename NonOwningAnimationTarget.h to AnimationTarget.h. r=birtles
2016-04-28 23:22:43 +08:00
nsNodeUtils.h
Bug 1067769 - Part 6: Rename NonOwningAnimationTarget.h to AnimationTarget.h. r=birtles
2016-04-28 23:22:43 +08:00
nsObjectLoadingContent.cpp
Bug 1263696 - Block embed content loading when ancestor of object element with content; r=bz
2016-05-02 09:54:16 -07:00
nsObjectLoadingContent.h
Bug 1242644 - HTML swapFrameLoaders. r=bz
2016-03-31 19:47:44 -05:00
nsOpenURIInFrameParams.cpp
nsOpenURIInFrameParams.h
nsPerformance.cpp
Bug 1105556 - nsPerformance::CheckAllowedOrigin should return early for TYPE_DOCUMENT loads. TYPE_DOCUMENT loads don't go through a TimingAllowedCheck(). r=bz, vgosu
2016-04-13 16:30:31 -07:00
nsPerformance.h
nsPIDOMWindow.h
Bug 1242874 - part2 : window's suspend attribute. r=baku, r=ehsan
2016-05-03 09:51:22 +08:00
nsPIDOMWindowInlines.h
nsPIWindowRoot.h
nsPlainTextSerializer.cpp
Bug 233705 - remove mDontWrapAnyQuotes, mWrapToWindow and pref wrap_to_window_width. r=ehsan
2016-04-04 23:54:00 +02:00
nsPlainTextSerializer.h
Bug 233705 - remove mDontWrapAnyQuotes, mWrapToWindow and pref wrap_to_window_width. r=ehsan
2016-04-04 23:54:00 +02:00
nsPluginArray.cpp
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsPluginArray.h
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
nsPropertyTable.cpp
nsPropertyTable.h
nsQueryContentEventResult.cpp
nsQueryContentEventResult.h
nsRange.cpp
Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku
2016-03-31 11:58:25 +01:00
nsRange.h
nsReferencedElement.cpp
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsReferencedElement.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
nsSandboxFlags.h
Backed out 3 changesets (bug 1190641
) for failures in test_dialogArguments.html and test_iframe_sandbox_modal.html
2016-05-06 12:54:16 -07:00
nsScreen.cpp
nsScreen.h
nsScriptElement.cpp
Bug 1263787 - Kill off the deprecated nsINode::GetCrossShadowCurrentDoc. r=baku
2016-03-31 13:20:14 +01:00
nsScriptElement.h
nsScriptLoader.cpp
Bug 1240072 - Implement <script type="module"> for chrome pages only r=sicking
2016-05-07 12:46:38 +01:00
nsScriptLoader.h
Bug 1240072 - Implement <script type="module"> for chrome pages only r=sicking
2016-05-07 12:46:38 +01:00
nsScriptNameSpaceManager.cpp
Backed out changeset d385df62c0e7 (bug 1267186) for hazard failures
2016-05-09 13:40:01 +02:00
nsScriptNameSpaceManager.h
Backed out changeset d385df62c0e7 (bug 1267186) for hazard failures
2016-05-09 13:40:01 +02:00
nsStructuredCloneContainer.cpp
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp
Bug 1263782 - Kill off the deprecated nsINode::IsInDoc(). r=baku
2016-03-31 11:58:25 +01:00
nsStyledElement.h
nsStyleLinkElement.cpp
Bug 1257849 part 4. Pass in the right set of supported tokens to the <link> relList implementation. r=bkelly
2016-05-04 23:41:24 -04:00
nsStyleLinkElement.h
nsSyncLoadService.cpp
nsSyncLoadService.h
nsTextFragment.cpp
nsTextFragment.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextNode.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
nsTextNode.h
Bug 1257208 - Use the nsTextNode concrete type in several places in DirectionalityUtils.cpp instead of nsINode and nsIContent; r=peterv
2016-03-23 14:24:56 -04:00
nsTraversal.cpp
nsTraversal.h
nsTreeSanitizer.cpp
Bug 1260032 - drop support for altGlyph as a tspan. r=cam r=peterv (DOM Peer)
2016-05-10 10:02:20 +01:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp
nsWindowMemoryReporter.h
nsWindowRoot.cpp
Bug 1266194 - Implement boolean or EventListenerOptions as 3rd param to addEventListener, r=smaug
2016-04-26 16:23:17 +08:00
nsWindowRoot.h
Bug 1266194 - Implement boolean or EventListenerOptions as 3rd param to addEventListener, r=smaug
2016-04-26 16:23:17 +08:00
nsWrapperCache.cpp
nsWrapperCache.h
nsWrapperCacheInlines.h
nsXHTMLContentSerializer.cpp
nsXHTMLContentSerializer.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsXMLContentSerializer.cpp
Bug 1255655 - Const-ify and shrink kEntities and kAttrEntities. r=baku.
2016-03-11 13:26:02 +11:00
nsXMLContentSerializer.h
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
2016-04-27 14:16:50 +10:00
nsXMLHttpRequest.cpp
Bug 1260515. Start allowing sync XHR with credentials in window scopes again, since no one except for us bothered to implement the spec. r=smaug
2016-05-04 20:41:32 -04:00
nsXMLHttpRequest.h
Bug 1255099 - XHR CTOR doesn't need to use implicitJSContext, r=bz
2016-03-09 20:28:33 +01:00
nsXMLNameSpaceMap.cpp
nsXMLNameSpaceMap.h
PerformanceCompositeTiming.cpp
PerformanceCompositeTiming.h
PerformanceEntry.cpp
PerformanceEntry.h
PerformanceMark.cpp
PerformanceMark.h
PerformanceMeasure.cpp
PerformanceMeasure.h
PerformanceObserver.cpp
bug 1252687 - get rid of static nsStrings in PerformanceObserver.cpp r=bz
2016-03-02 13:37:00 -05:00
PerformanceObserver.h
PerformanceObserverEntryList.cpp
PerformanceObserverEntryList.h
PerformanceRenderTiming.cpp
PerformanceRenderTiming.h
PerformanceResourceTiming.cpp
PerformanceResourceTiming.h
PostMessageEvent.cpp
Bug 1263405 - Some headers missing in dom/base, r=smaug
2016-04-11 12:02:35 -04:00
PostMessageEvent.h
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
2016-04-25 17:23:21 -07:00
ProcessGlobal.cpp
ProcessGlobal.h
ResponsiveImageSelector.cpp
Bug 1262942 - Remove unnecessary warning message in ResponsiveImageSelector; r=jdm
2016-04-20 15:04:12 +08:00
ResponsiveImageSelector.h
Bug 1257742 - Part 3: Support using floating point in sizes descriptor; r=jdm
2016-03-23 18:46:36 +08:00
SameProcessMessageQueue.cpp
SameProcessMessageQueue.h
Bug 1263311: Part 2 - Remove a non-existent CancelableRunnable. r=froydnj
2016-04-11 11:40:06 -07:00
ScreenOrientation.cpp
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
ScreenOrientation.h
ScriptSettings.cpp
Bug 1193762 part 4 - Avoid nsCOMPtr in ternary operator; r=froydnj
2016-05-01 21:29:22 +03:00
ScriptSettings.h
Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen
2016-03-23 10:40:53 -04:00
ShadowRoot.cpp
ShadowRoot.h
SiteSpecificUserAgent.js
SiteSpecificUserAgent.manifest
SlowScriptDebug.js
SlowScriptDebug.manifest
StructuredCloneHolder.cpp
Bug 1263992 - patch 1 - Remove DirectoryType enum, r=smaug
2016-04-18 03:32:30 -04:00
StructuredCloneHolder.h
StructuredCloneTags.h
Bug 1257180 - patch 2 - Directory can be sent via postMessage(), r=smaug
2016-04-12 08:51:04 -04:00
StyleSheetList.cpp
StyleSheetList.h
SubtleCrypto.cpp
Bug 1250930 - Use correct global when creating a key in GenerateSymmetricKeyTask r=bz
2016-03-08 11:15:29 +01:00
SubtleCrypto.h
Text.cpp
Text.h
TextInputProcessor.cpp
Bug 1259656 part.3 Rename WidgetEvent::userType to WidgetEvent::mSpecifiedEventType r=smaug
2016-04-18 23:53:03 +09:00
TextInputProcessor.h
Bug 1137572 part.7 Add TextEventDispatcherListener::WillDispatchKeyboardEvent() for easier to maintain r=smaug
2016-03-16 13:47:48 +09:00
ThirdPartyUtil.cpp
ThirdPartyUtil.h
TreeWalker.cpp
TreeWalker.h
URL.cpp
URL.h
URLSearchParams.cpp
Bug 1268361 - Strip leading '?' in new URLSearchParams(query)
, r=smaug
2016-04-28 19:53:16 +08:00
URLSearchParams.h
UseCounter.h
UseCounters.conf
usecounters.py
WebKitCSSMatrix.cpp
Bug 1263405 - Some headers missing in dom/base, r=smaug
2016-04-11 12:02:35 -04:00
WebKitCSSMatrix.h
WebSocket.cpp
Bug 1267904 - Add telemetry for WorkerMainThreadRunnable, r=khuey
2016-05-03 09:09:47 +02:00
WebSocket.h
WindowNamedPropertiesHandler.cpp
Bug 1270349
part 5. Use LegacyUnenumerableNamedProperties instead of passing flags to GetSupportedNames to determine whether named props on DOM proxies should be reflected in ownPropertyKeys. r=peterv
2016-05-09 22:25:40 -04:00
WindowNamedPropertiesHandler.h
Bug 888969 - Permit a cyclic [[Prototype]] chain to be created through a Location object. r=bz, r=efaust
2016-04-29 19:59:40 -07:00
WindowOrientationObserver.cpp
WindowOrientationObserver.h