gecko-dev/dom/base
Daisuke Akatsuka 088af889f0 Bug 1210796 - Part 1a: Add GetUnanimatedComputedStyle into nsIDOMWindowUtils to use in animationinspector of devtools. r=birtles,heycam
In this patch, we implement nsIDOMWindowUtils::GetUnanimatedComputedStyle
which returns computed value of given CSS property without animation rule.  This
method is used from the DevTools animation inspector to fill in keyframe values
when the property value is null (indicating that the underlying/base value is
being used).

In order to implement this, we extend nsComputedDOMStyle constructor to fetch
the computed style minus animation style (i.e. the base style). This is somewhat
complicated by the fact that for discrete animation.
StyleAnimationValue::ExtractComputedValue may return ‘unset’, ‘initial’ or
‘inherit’. For example, if the author uses the 'unset' 'initial' or 'inherit'
keyword for a discrete property (e.g. 'align-content’), ExtractComputedValue
returns the keywords as-is. Furthermore, if the user does not set any specific
keyword, ExtractComputedValue returns ‘unset’.  We use this new
nsComputedDOMStyle mechanism to resolve these keywords into a valid keyword for
computed style in the same way as other properties (e.g. ‘opacity’).

MozReview-Commit-ID: HffJ9SCDf2k

--HG--
extra : rebase_source : 64df3850b862dada5f8e0767d47dc478d454ba31
2017-04-18 12:15:47 +09:00
..
crashtests Bug 1353529 - Crash when using IntersectionObserver in XUL pages. r=mstange 2017-04-04 20:14:46 -07:00
test Bug 1210796 - Part 1a: Add GetUnanimatedComputedStyle into nsIDOMWindowUtils to use in animationinspector of devtools. r=birtles,heycam 2017-04-18 12:15:47 +09:00
AnonymousContent.cpp Bug 1355683 - Remove Window.getDefaultComputedStyle. r=bz 2017-04-13 16:50:37 +08:00
AnonymousContent.h Backed out changeset 39ee9556d4a0 (bug 1346623) 2017-03-17 08:18:53 +01:00
Attr.cpp Bug 1332322 part 3. Rename nsWrapperCache::IsBlackAndDoesNotNeedTracing to nsWrapperCache::HasKnownLiveWrapperAndDoesNotNeedTracing. r=mccr8 2017-01-24 20:39:37 -05:00
Attr.h Bug 1330536 part 7. Change nsINode::GetTextContent to take an OOMReporter, not an ErrorResult. r=smaug 2017-01-17 23:52:29 -05:00
AutocompleteFieldList.h
BarProps.cpp Bug 1318467. Get rid of IsCallerChrome in barprop code. r=bkelly 2016-11-18 16:13:07 -05:00
BarProps.h Bug 1318467. Get rid of IsCallerChrome in barprop code. r=bkelly 2016-11-18 16:13:07 -05:00
BodyUtil.cpp Bug 1305422 - part 12 - don't call size_forward in {Body,Fetch}Util.cpp; r=bkelly 2016-09-29 22:33:57 -04:00
BodyUtil.h
BorrowedAttrInfo.cpp Bug 1288590: Rename nsAttrInfo to mozilla::dom::BorrowedAttrInfo. r=bholley 2016-07-27 11:18:33 -07:00
BorrowedAttrInfo.h Bug 1288590: Rename nsAttrInfo to mozilla::dom::BorrowedAttrInfo. r=bholley 2016-07-27 11:18:33 -07:00
ChildIterator.cpp Bug 1345362 part 3. Introduce CSSPseudoElementType::NonInheritingAnonBox to represent non-inheriting anon boxes. r=heycam 2017-03-08 23:41:04 -05:00
ChildIterator.h Bug 1321284 - Part 1: Make StyleChildrenIterator skip NAC generated by root element primary frame ancestors. r=bholley 2016-12-01 11:34:57 +08:00
ChromeNodeList.cpp
ChromeNodeList.h
ChromeUtils.cpp Bug 1344974 - Part 2: Make the non-virtual helpers for principal equality/subsumption checks inline; r=bholley 2017-03-07 00:29:27 -05:00
ChromeUtils.h Bug 1350435 - Compute snapshot ID in the parent process. r=fitzgen,smaug 2017-03-24 10:34:44 -07:00
Comment.cpp
Comment.h
contentAreaDropListener.js Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
contentAreaDropListener.manifest
CORSMode.h Bug 1305926 - Dispatcher API for assigning DocGroups to runnables (r=ehsan) 2016-11-17 17:01:00 -08:00
Crypto.cpp Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
Crypto.h
CustomElementRegistry.cpp Bug 1351979 - Change CustomElementRegistry::Define code to properly propagate out JS exceptions; r=wchen 2017-03-30 11:44:09 +08:00
CustomElementRegistry.h Bug 1345696 part 1 - Lots of fixup for the next patch. r=heycam 2017-03-28 20:05:12 +11:00
DirectionalityUtils.cpp Bug 1289970, ensure we don't remove valid Directionality map from textnode, r=ehsan 2016-08-11 02:54:55 +03:00
DirectionalityUtils.h Bug 1297306 - part5:create enum constructors for EnumTable. r=baku 2016-09-07 10:20:17 +08:00
DispatcherTrait.cpp Bug 1350436 - Rename ValidatingDispatcher to SchedulerGroup (r=froydnj) 2017-04-10 16:49:39 -07:00
DispatcherTrait.h Bug 1337537 - Move Dispatcher.{cpp,h} to xpcom/threads (r=froydnj) 2017-02-13 17:02:48 -08:00
DocGroup.cpp Bug 1350436 - DocGroup should not inherit from Dispatcher (r=froydnj) 2017-04-10 16:49:39 -07:00
DocGroup.h Bug 1350436 - Rename ValidatingDispatcher to SchedulerGroup (r=froydnj) 2017-04-10 16:49:39 -07:00
DocumentFragment.cpp Bug 1318096 part 1. Remove unused XPCOM querySelector(All) bits. r=froydnj 2016-11-17 13:49:26 -05:00
DocumentFragment.h Bug 1318476. Remove various unused nsIDOMNode stuff. r=froydnj 2016-11-18 16:38:29 -05:00
DocumentType.cpp Bug 1318096 part 9. Remove XPCOM parentnode/childnode APIs. r=froydnj 2016-11-17 13:49:27 -05:00
DocumentType.h
DOMCursor.cpp
DOMCursor.h
domerr.msg Bug 1339540 part 2. Move the three ErrorResult-internal NS_ERROR_DOM_* values over to the ErrorResult error module. r=smaug 2017-02-15 00:02:35 -05:00
DOMError.cpp
DOMError.h
DOMException.cpp Bug 1335207: Add constexpr to data tables under dom/ for better codegen on Windows. r=ehsan 2017-02-01 15:42:33 +13:00
DOMException.h Bug 1299812 - Remove mLineNumber member of mozilla::dom::Exception. r=bkelly 2016-09-05 10:35:10 +02:00
DOMImplementation.cpp Bug 984778 - Make hasFeature() and SVG requiredFeatures always return true; r=bz,longsonr 2016-09-01 14:35:11 +03:00
DOMImplementation.h Bug 984778 - Make hasFeature() and SVG requiredFeatures always return true; r=bz,longsonr 2016-09-01 14:35:11 +03:00
DOMIntersectionObserver.cpp Bug 1353529 - Crash when using IntersectionObserver in XUL pages. r=mstange 2017-04-04 20:14:46 -07:00
DOMIntersectionObserver.h Bug 1319137 - (intersection-observer) Add isIntersecting property to IntersectionObserverEntry r=mrbkap,mstange 2017-02-08 11:22:53 -08:00
DOMMatrix.cpp Bug 1276186. Stop using the locale-sensitive AppendPrintf in code that is supposed to always use '.' as a decimal separator. r=dbaron 2017-03-14 23:16:32 -04:00
DOMMatrix.h
DOMParser.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
DOMParser.h Bug 1338156 - Add missing initialisation of DOMParser::mOriginalPrincipleWasSystem. r=ehsan. 2017-02-10 20:47:49 +01:00
DOMPoint.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
DOMPoint.h
DOMQuad.cpp
DOMQuad.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
DOMRect.cpp
DOMRect.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
DOMRequest.cpp Bug 1292892 part 1 - Stop using JSRuntime outside SpiderMonkey. r=bz,terrence,fitzgen,kanru 2016-08-11 14:39:22 +02:00
DOMRequest.h Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8 2016-10-18 17:58:19 +01:00
DOMRequestHelper.jsm
DOMStringList.cpp
DOMStringList.h
DOMTokenListSupportedTokens.h
Element.cpp Bug 1352898, add a cache for nsMappedAttributes to reduce malloc/free and bind nsMappedAttributes always to nsHTMLStyleSheet if owner document has such, r=bz 2017-04-07 19:21:48 +03:00
Element.h Bug 1355540, use SegmentedVector for pending links to avoid slow hashtable lookups in hot codepaths, r=bz 2017-04-15 18:55:05 +03:00
ElementInlines.h Bug 1351791: Make NoteDirtyDescendantsForServo observe the refresh driver. r=bholley 2017-03-31 11:56:28 +02:00
EventSource.cpp Bug 1348732 - Let EventSource correctly fallback to main thread when retargeting to worker thread failed. r=baku 2017-03-20 16:53:41 +08:00
EventSource.h Bug 1333540. Common up the skippability implementations that are basically copy/pastes of the DOMEventTargetHelper one. r=smaug 2017-01-24 20:40:11 -05:00
FeedWriterEnabled.h
FlushType.h Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
FormData.cpp Bug 1329298 - Part 1 - Unify body extraction in Fetch/Beacon/XHR, r=smaug 2017-01-24 12:13:31 +01:00
FormData.h Bug 1186932 - Implement support for form submission of a picked directory - part 1 - FormData and Directory, r=smaug 2016-07-14 09:01:31 +02:00
FragmentOrElement.cpp Bug 1343964 part 4 - Have document and svg:use element own URLExtraData. r=bholley,bz 2017-04-06 16:51:29 +10:00
FragmentOrElement.h Bug 1341086 - Part 3: stylo: Add thread-safe version of nsStyleUtil::IsSignificantChild(); r=emilio 2017-03-16 14:10:22 -07:00
FromParser.h
FuzzingFunctions.cpp Bug 1322400 - Add content-exposed GC and CC functions to fuzzing builds. r=smaug 2017-02-22 11:05:50 -08:00
FuzzingFunctions.h Bug 1322400 - Add content-exposed GC and CC functions to fuzzing builds. r=smaug 2017-02-22 11:05:50 -08:00
gen-usecounters.py
GroupedSHistory.cpp Bug 1341809 - Fix unified build bustage in GroupedHistory.{h,cpp}. r=Ehsan 2017-02-22 13:32:06 -08:00
GroupedSHistory.h Bug 1341809 - Fix unified build bustage in GroupedHistory.{h,cpp}. r=Ehsan 2017-02-22 13:32:06 -08:00
HTMLSplitOnSpacesTokenizer.h
IdleDeadline.cpp Backed out changeset eb2606332cb8 (bug 1198381) 2016-10-25 12:32:54 +02:00
IdleDeadline.h Backed out changeset eb2606332cb8 (bug 1198381) 2016-10-25 12:32:54 +02:00
IdleRequest.cpp Bug 1313864 - Use the timeout handle to cancel rIC timeout. r=bkelly 2017-02-01 16:16:36 +01:00
IdleRequest.h Bug 1313864 - Use the timeout handle to cancel rIC timeout. r=bkelly 2017-02-01 16:16:36 +01:00
IframeSandboxKeywordList.h Bug 1268758 - Part1: Implement allow-presentation sandboxing flag, r=smaug 2016-07-14 02:44:00 +02:00
ImageEncoder.cpp Bug 1299164: Part 2. Use BufferSizeFromDimensions method, as well as some of the others that check for valid size. r=bas 2016-09-15 10:36:21 -04:00
ImageEncoder.h
ImageTracker.cpp Bug 1309082 - Part 2: Rename some ImageTracker members. r=bholley 2016-10-13 15:04:19 +08:00
ImageTracker.h Bug 1309082 - Part 2: Rename some ImageTracker members. r=bholley 2016-10-13 15:04:19 +08:00
ImportManager.cpp Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
ImportManager.h
IndexedDBHelper.jsm Bug 1355161 - script-generated patch to replace .{currentThread,mainThread}.dispatch(..., Ci.nsIThread.DISPATCH_NORMAL) with .dispatchToMainThread(...), r=froydnj. 2017-04-14 18:29:12 +02:00
IntlUtils.cpp Bug 1346084 - Expose mozIntl.getLocaleInfo to ChromeOrXBL. r=smaug 2017-03-14 20:38:00 +01:00
IntlUtils.h Bug 1346084 - Expose mozIntl.getLocaleInfo to ChromeOrXBL. r=smaug 2017-03-14 20:38:00 +01:00
Link.cpp Bug 1355540, use SegmentedVector for pending links to avoid slow hashtable lookups in hot codepaths, r=bz 2017-04-15 18:55:05 +03:00
Link.h Bug 1355540, use SegmentedVector for pending links to avoid slow hashtable lookups in hot codepaths, r=bz 2017-04-15 18:55:05 +03:00
Location.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
Location.h Bug 1308287 part 1. Change [NeedsSubjectPrincipal] to only do the Maybe thing for interfaces that can be exposed to workers. r=baku 2016-10-10 21:07:48 -04:00
messageWakeupService.js
messageWakeupService.manifest
moz.build Bug 1347425 - Part 3: Remove the site-specific user agent service; r=baku,jchen 2017-03-28 22:10:53 -04:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
NameSpaceConstants.h Bug 1216893 - Add in disabled namespace for SVG r=hsivonen,smaug 2016-12-01 07:41:22 +00:00
Navigator.cpp Bug 1351048 - Do not load VR libraries until necessary, Oculus cleanup r=daoshengmu 2017-03-30 09:35:49 -04:00
Navigator.h Bug 1347425 - Part 1: Move site-specific Navigator.userAgent overrides to a more efficient C++ implementation; r=baku,schien 2017-03-28 22:10:33 -04:00
NodeInfo.cpp Bug 1018486 - Part 1: Changes in dom/, r=baku 2016-09-07 10:50:35 -04:00
NodeInfo.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
NodeInfoInlines.h
NodeIterator.cpp Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
NodeIterator.h Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp Bug 1341647 - stylo: Move HTMLBodyElement::WalkContentStyleRules to the mapped attr functionality; r=bz 2017-03-29 12:10:00 -07:00
nsAttrAndChildArray.h Bug 1341647 - stylo: Move HTMLBodyElement::WalkContentStyleRules to the mapped attr functionality; r=bz 2017-03-29 12:10:00 -07:00
nsAttrName.h
nsAttrValue.cpp Bug 1356060 - Just use nsString in URLValueData. r=heycam 2017-04-13 15:18:25 -07:00
nsAttrValue.h Bug 1309109 part 5 - Store ServoDeclarationBlock rather than RawServoDeclarationBlock in nsAttrValue. r=heycam 2016-10-18 15:29:03 +11:00
nsAttrValueInlines.h Bug 1309109 part 5 - Store ServoDeclarationBlock rather than RawServoDeclarationBlock in nsAttrValue. r=heycam 2016-10-18 15:29:03 +11:00
nsAttrValueOrString.cpp
nsAttrValueOrString.h Bug 656197 part 1. Remove the generic attr preparsing mechanism from BeforeSetAttr and just preparse class attributes directly in the one place that needs to do it. r=smaug 2017-03-16 14:50:41 -04:00
nsCaseTreatment.h
nsCCUncollectableMarker.cpp Bug 1321903 - Refactor the timeout/interval management code out of nsGlobalWindow; r=bkelly 2016-12-13 14:08:47 -05:00
nsCCUncollectableMarker.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsContentAreaDragDrop.h
nsContentCID.h
nsContentCreatorFunctions.h Bug 1294100 - Part 2: Modify CheckCustomElementName be 'const nsString*' and remove the const_cast. r=bz 2016-09-01 18:08:50 +08:00
nsContentIterator.cpp Bug 1319660 - Fix possible crash when editing contentEditable; r=esawin r=masayuki r=smaug 2017-01-23 14:35:04 -05:00
nsContentList.cpp Bug 1332322 part 2. Rename nsWrapperCache::IsBlack to nsWrapperCache::HasKnownLiveWrapper. r=mccr8 2017-01-24 20:38:58 -05: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 Bug 1338725 part 1. Change the matcher functions used for nsContentList to take an Element argument, not nsIContent. r=baku 2017-02-13 16:06:45 -05:00
nsContentPermissionHelper.cpp Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
nsContentPermissionHelper.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
nsContentPolicy.cpp Bug 1356835 - Reduce the hashtable lookup cost in nsContentPolicy::CheckPolicy(); r=qdot 2017-04-15 19:10:46 -04:00
nsContentPolicy.h Bug 1356835 - Reduce the hashtable lookup cost in nsContentPolicy::CheckPolicy(); r=qdot 2017-04-15 19:10:46 -04:00
nsContentPolicyUtils.h Bug 1322111 P1 Add TYPE_INTERNAL_WORKER_IMPORT_SCRIPTS content policy type. r=ckerschb 2017-02-15 09:55:58 -05:00
nsContentSink.cpp Bug 1352926 - Make sure to check the right character for being semicolor or comma. r=farre 2017-04-04 16:24:46 -04:00
nsContentSink.h Bug 1353143 - Part 4: Replace a usage of PR_*_MACRO with do/while. r=froydnj 2017-04-04 14:36:19 -07:00
nsContentTypeParser.h Bug 1176218 - p1. Constify nsContentTypeParser::Get... methods - r=froydnj 2016-10-04 16:19:15 +11:00
nsContentUtils.cpp backout bug 1356277 due to failing test_localStorageSessionPrefOverride.html on try 2017-04-17 15:44:17 -04:00
nsContentUtils.h backout bug 1356277 due to failing test_localStorageSessionPrefOverride.html on try 2017-04-17 15:44:17 -04:00
nsCopySupport.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsCopySupport.h Bug 1261299 - Add method nsCopySupport::ClearSelectionTransferable() to clear the nsClipboard::sSelectionTransferable when you have no content selection. r=mstange 2016-06-08 14:11:39 -04:00
nsDataDocumentContentPolicy.cpp Bug 1319122: Adjust SVG image-document check to happen on display document. r=bz 2016-11-28 16:31:12 -08:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1349059 - Replace XMLBaseAttributeWithStyledElement with XMLBaseAttributeForStyleAttr for a more accurate measurement. r=bz 2017-03-21 11:32:19 +11:00
nsDocElementCreatedNotificationRunner.h
nsDocument.cpp Bug 1355540, use SegmentedVector for pending links to avoid slow hashtable lookups in hot codepaths, r=bz 2017-04-15 18:55:05 +03:00
nsDocument.h merge autoland to mozilla-central a=merge 2017-04-14 17:09:58 +08:00
nsDocumentEncoder.cpp Bug 1352882 - Part 1. Add releasing nsIDocument option to recycle nsIDocumentEncoder. r=smaug 2017-04-17 19:49:52 +09:00
nsDocumentWarningList.h Bug 1349388, part 1 - Make AutoReferenceLimiter report long reference chains and reference loops to the console. r=longsonr 2017-02-16 10:26:39 +00:00
nsDOMAttributeMap.cpp Bug 1331434 - Part 9: Return after ErrorResult::Throw in /dom, r=ehsan 2017-03-07 19:06:48 -05: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 20 changesets (bug 851892) for load failures in Android crashtest-4 2017-01-15 11:50:10 -08:00
nsDOMClassInfo.h Bug 851892 part 20. Remove the remaining bits we added to support a mix of WebIDL and non-WebIDL rules. r=peterv 2017-01-13 10:41:05 -05:00
nsDOMClassInfoID.h Backed out 20 changesets (bug 851892) for load failures in Android crashtest-4 2017-01-15 11:50:10 -08:00
nsDOMDataChannel.cpp Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj 2016-12-02 13:46:53 -08:00
nsDOMDataChannel.h Bug 1281150: removed DataChannel.stream. r=jib,smaug 2016-06-21 15:54:51 +02:00
nsDOMDataChannelDeclarations.h
nsDOMJSUtils.h Bug 1276276 part 5. Change AutoCxPusher to not worry about nsIScriptContext, since its JSContext never has one anymore. r=smaug 2016-06-02 10:34:40 -04:00
nsDOMMutationObserver.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
nsDOMMutationObserver.h Bug 1232696 - Remove NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW as it causes segfaulting for GCC 6 builds (2 of 5, fixes for dom/). r=bkelly. 2017-01-24 17:10:39 +01:00
nsDOMNavigationTiming.cpp Bug 1321261 - create dom/file for File APIs, r=qdot 2016-12-01 15:12:42 +01:00
nsDOMNavigationTiming.h Bug 1307242 - Add a non-blank paint telemetry probe for foreground root content documents. r=bkelly, f=bsmedberg 2016-11-10 14:26:54 -05:00
nsDOMSerializer.cpp
nsDOMSerializer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsDOMString.h
nsDOMTokenList.cpp Bug 1293563: Simplify DOMTokenlist.remove using a tokenizer. r=baku 2016-08-26 22:27:14 -07:00
nsDOMTokenList.h Bug 1293563: Simplify DOMTokenlist.remove using a tokenizer. r=baku 2016-08-26 22:27:14 -07:00
nsDOMWindowList.cpp Bug 1328832 - Part 2: Rename mozFlushType to mozilla::FlushType and make it an enum class. r=bzbarsky 2017-01-05 15:31:56 +08:00
nsDOMWindowList.h
nsDOMWindowUtils.cpp Bug 1210796 - Part 1a: Add GetUnanimatedComputedStyle into nsIDOMWindowUtils to use in animationinspector of devtools. r=birtles,heycam 2017-04-18 12:15:47 +09:00
nsDOMWindowUtils.h Bug 1299209 - Part 2: Support setting pointerId in nsDOMWindowwUtils and nsContentUtils. f=sshih, r=smaug 2016-12-20 23:06:00 -05:00
nsFocusManager.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsFocusManager.h Bug 1309653 - Part2: Send an update of current top level, r=smaug 2017-03-10 01:34:00 +01:00
nsFrameLoader.cpp Bug 1354249 - Use same TabGroup as original tab for print preview (r=mystor) 2017-04-12 20:17:50 -07:00
nsFrameLoader.h Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn 2017-03-01 18:03:14 +01:00
nsFrameMessageManager.cpp Revert "Bug 1340719 - Throw an exception if accessing Xray from wrong docgroup (r=bholley)" 2017-04-07 14:23:06 -07:00
nsFrameMessageManager.h Bug 1348113 - Part 1: Add the IPC_SYNC_JS_LATENCY_MS probe to track JS sync IPC latency from sendSyncMessage/sendRpcMessage, r=billm 2017-03-29 10:10:26 -04:00
nsGenConImageContent.cpp Bug 1347639. Add nsImageLoadingContent::AsContent to make getting the relevant nsIContent* faster. r=qdot 2017-03-16 17:43:34 -04:00
nsGenericDOMDataNode.cpp Bug 1341086 - Part 3: stylo: Add thread-safe version of nsStyleUtil::IsSignificantChild(); r=emilio 2017-03-16 14:10:22 -07:00
nsGenericDOMDataNode.h Bug 1341086 - Part 3: stylo: Add thread-safe version of nsStyleUtil::IsSignificantChild(); r=emilio 2017-03-16 14:10:22 -07:00
nsGkAtomList.h Bug 1341738 - Implement FetchController and FetObserver - part 4 - FetchObserver WebIDL, r=bkelly 2017-03-22 11:06:23 +01:00
nsGkAtoms.cpp
nsGkAtoms.h
nsGlobalWindow.cpp Bug 1307134 - Rename nsGlobalWindow::EnsureSizeUpToDate to EnsureSizeAndPositionUpToDate. r=tnikkel 2017-04-18 11:28:52 +09:00
nsGlobalWindow.h Bug 1307134 - Rename nsGlobalWindow::EnsureSizeUpToDate to EnsureSizeAndPositionUpToDate. r=tnikkel 2017-04-18 11:28:52 +09:00
nsGlobalWindowCommands.cpp Bug 1335207 followup build fix on a CLOSED TREE 2017-02-01 16:09:28 +13:00
nsGlobalWindowCommands.h
nsHistory.cpp Bug 1310768 - Use CreataAboutBlankContentViewer to stop inactive tabs. Update History API. a=ehsan 2016-11-29 17:31:17 +08:00
nsHistory.h
nsHTMLContentSerializer.cpp Bug 1309326. Fix the HTML serializer's handling of self-closing tags inside <pre> to correctly keep track of our mPreLevel. r=ehsan 2016-10-13 12:44:20 -04:00
nsHTMLContentSerializer.h
nsIAnimationObserver.h
nsIAttribute.h
nsIContent.h Bug 1343964 part 4 - Have document and svg:use element own URLExtraData. r=bholley,bz 2017-04-06 16:51:29 +10:00
nsIContentInlines.h Bug 1335863 - Inline common case parent access. r=emilio 2017-02-02 11:24:43 -08:00
nsIContentIterator.h
nsIContentPolicy.idl
nsIContentPolicyBase.idl Bug 1322111 P1 Add TYPE_INTERNAL_WORKER_IMPORT_SCRIPTS content policy type. r=ckerschb 2017-02-15 09:55:58 -05:00
nsIContentSerializer.h
nsIDocument.h Bug 1355540, use SegmentedVector for pending links to avoid slow hashtable lookups in hot codepaths, r=bz 2017-04-15 18:55:05 +03:00
nsIDocumentEncoder.idl Bug 1352882 - Part 1. Add releasing nsIDocument option to recycle nsIDocumentEncoder. r=smaug 2017-04-17 19:49:52 +09:00
nsIDocumentInlines.h Bug 1337258 - Support ServoStyleSheets in nsStyleSheetService. r=xidorn 2017-02-21 10:42:27 +08:00
nsIDocumentObserver.h Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam 2016-09-26 22:03:25 +10:00
nsIDOMClassInfo.h Bug 1332172 - Remove XPC_MAP_WANT_*. r=mccr8. 2017-01-23 13:33:58 +11:00
nsIDOMDataChannel.idl Bug 1281150: removed DataChannel.stream. r=jib,smaug 2016-06-21 15:54:51 +02:00
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMFormData.idl
nsIDOMParser.idl
nsIDOMSerializer.idl
nsIDroppedLinkHandler.idl Bug 92737 - Part 1: Add nsIDroppedLinkHandler.dropLinks. r=enndeakin 2015-11-11 07:15:03 +09:00
nsIFrameLoader.idl Bug 1338241 - Part 1: Use remoteType to propagate Large-Allocation status, r=mikedeboer 2017-02-17 12:00:43 -05:00
nsIGlobalObject.cpp
nsIGlobalObject.h Bug 1337537 - Move Dispatcher.{cpp,h} to xpcom/threads (r=froydnj) 2017-02-13 17:02:48 -08:00
nsIImageLoadingContent.idl Bug 1284350. Backed out changeset d6a286242f2d (Bug 1268348 - Pass the previous visibility state to OnVisibilityChange(). r=mstange) 2016-09-12 00:19:07 -05:00
nsImageLoadingContent.cpp Bug 1348972. nsImageLoadingContent::MakePendingRequestCurrent should transfer mPendingRequestRegistered flag to mCurrentRequestRegistered. r=mats 2017-04-01 00:35:32 -05:00
nsImageLoadingContent.h Bug 1347639. Add nsImageLoadingContent::AsContent to make getting the relevant nsIContent* faster. r=qdot 2017-03-16 17:43:34 -04:00
nsIMessageManager.idl Bug 1337730 - part1: releaseCachedProcesses API for testing. r=mrbkap 2017-02-21 11:27:23 +01:00
nsIMutationObserver.h
nsINode.cpp Bug 1354643 - Part 3: Stop calling Preferences::GetBool() from nsINode::HasBoxQuadsSupport(); r=mystor 2017-04-08 18:40:31 -04:00
nsINode.h Bug 1344966 - Add NODE_HAS_ANIMATION_ONLY_DIRTY_DESCENDANTS_FOR_SERVO to represent that an element's descendant has animation. r=heycam 2017-03-27 06:17:07 +09:00
nsINodeList.h
nsInProcessTabChildGlobal.cpp Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus 2016-11-16 09:13:38 -05:00
nsInProcessTabChildGlobal.h Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus 2016-11-16 09:13:38 -05:00
nsIObjectLoadingContent.idl Bug 1335368 part 7. Mostly stop using IsCallerChrome in nsObjectLoadingContent. r=bholley 2017-02-01 15:43:36 -05:00
nsIRemoteWindowContext.idl
nsIScriptChannel.idl
nsIScriptContext.h Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8 2016-10-18 17:58:19 +01:00
nsIScriptElement.h Bug 1297125. Make sure the parser insertion point is defined when firing the load event for external <scripts> or firing the error event on a failed external script load (but not other cases, like bogus script URL). r=hsivonen 2016-09-02 17:55:38 -04:00
nsIScriptGlobalObject.h
nsIScriptLoaderObserver.idl
nsIScriptNameSpaceManager.h
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
nsISelection.idl Bug 1185307 part.1 Add nsISelection::AsSelection() r=smaug 2016-06-17 16:16:10 +09:00
nsISelectionController.idl Bug 1278014 part.14 Rename SelectionType::SELECTION_URLSTRIKEOUT to SelectionType::eURLStrikeout r=smaug 2016-06-09 20:58:56 +09:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl Bug 1288077: Forward declare arrays by including 'nsTArrayForwardDeclare.h', r=froydnj 2016-07-20 17:29:36 +02:00
nsISimpleContentPolicy.idl
nsISizeOfEventTarget.h
nsISlowScriptDebug.idl
nsIStyleSheetLinkingElement.h Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam 2016-09-26 22:03:25 +10:00
nsITimeoutHandler.h Backed out changeset 24839edcf0ef (bug 1198381) 2016-10-25 12:33:00 +02:00
nsJSEnvironment.cpp Bug 1339897 - Rename PROFILER_LABEL_PRINTF to PROFILER_LABEL_DYNAMIC and make it really cheap. r=Ehsan,njn 2017-03-22 19:37:33 -04:00
nsJSEnvironment.h Backed out 6 changesets (bug 1110928) for valgrind failures a=backout 2017-01-23 17:34:23 -08:00
nsJSTimeoutHandler.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
nsJSUtils.cpp Bug 1349618 - Guard ExecutionContext::mSamplerRAII with the MOZ_GECKO_PROFILER macro. r=njn 2017-03-23 10:55:25 +00:00
nsJSUtils.h Bug 1349618 - Guard ExecutionContext::mSamplerRAII with the MOZ_GECKO_PROFILER macro. r=njn 2017-03-23 10:55:25 +00:00
nsLineBreaker.cpp Bug 1309582 - For text-transform:capitalize, apply capitalization after a literal newline as well as after a space character. r=m_kato 2016-10-17 08:53:15 +01:00
nsLineBreaker.h
nsMappedAttributeElement.cpp Bug 1352898, add a cache for nsMappedAttributes to reduce malloc/free and bind nsMappedAttributes always to nsHTMLStyleSheet if owner document has such, r=bz 2017-04-07 19:21:48 +03:00
nsMappedAttributeElement.h Bug 1352898, add a cache for nsMappedAttributes to reduce malloc/free and bind nsMappedAttributes always to nsHTMLStyleSheet if owner document has such, r=bz 2017-04-07 19:21:48 +03:00
nsMappedAttributes.cpp Bug 1352898, add a cache for nsMappedAttributes to reduce malloc/free and bind nsMappedAttributes always to nsHTMLStyleSheet if owner document has such, r=bz 2017-04-07 19:21:48 +03:00
nsMappedAttributes.h Bug 1352898, add a cache for nsMappedAttributes to reduce malloc/free and bind nsMappedAttributes always to nsHTMLStyleSheet if owner document has such, r=bz 2017-04-07 19:21:48 +03:00
nsMimeTypeArray.cpp Bug 1324044. Add fingerprinting resistance in GetSupportedNames in nsMimeTypeArray and nsPluginArray. r=qdot 2016-12-17 00:25:52 -05:00
nsMimeTypeArray.h Bug 1324044. Add fingerprinting resistance in GetSupportedNames in nsMimeTypeArray and nsPluginArray. r=qdot 2016-12-17 00:25:52 -05:00
nsNameSpaceManager.cpp Bug 1216893 - Add in disabled namespace for SVG r=hsivonen,smaug 2016-12-01 07:41:22 +00:00
nsNameSpaceManager.h Bug 1216893 - Add in disabled namespace for SVG r=hsivonen,smaug 2016-12-01 07:41:22 +00:00
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp Bug 1352235, try to avoid slow hashtable lookups when getting a nodeinfo, r=bz 2017-03-31 22:57:35 -04:00
nsNodeInfoManager.h Bug 1352235, try to avoid slow hashtable lookups when getting a nodeinfo, r=bz 2017-03-31 22:57:35 -04:00
nsNodeUtils.cpp Bug 1329093 - Part 4: stylo: Delay SVG mapped attr resolution till later; r=bz 2017-03-09 17:46:26 -08:00
nsNodeUtils.h
nsObjectLoadingContent.cpp Bug 1354778 - Remove expired telemetry probes YOUTUBE_REWRITABLE_EMBED_SEEN and YOUTUBE_NONREWRITABLE_EMBED_SEEN. r=qdot 2017-04-11 20:41:43 -07:00
nsObjectLoadingContent.h Bug 1337056 - Part 7: Refactor nsObjectLoadingContent::GetTypeOfContent logic out into nsContentUtils, r=qdot 2017-03-21 11:08:03 -04:00
nsOpenURIInFrameParams.cpp Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
nsOpenURIInFrameParams.h Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby 2017-01-12 17:38:48 +01:00
nsPIDOMWindow.h Bug 1307134 - Rename nsGlobalWindow::EnsureSizeUpToDate to EnsureSizeAndPositionUpToDate. r=tnikkel 2017-04-18 11:28:52 +09:00
nsPIDOMWindowInlines.h Bug 1321270 - Get rid of nsIWindowCreator2::PARENT_IS_LOADING_OR_RUNNING_TIMEOUT, r=smaug 2016-12-01 08:49:46 +01:00
nsPIWindowRoot.h Bug 1174798, propagate keyboard indicator state down to child processes, r=smaug 2016-06-09 07:59:31 -04:00
nsPlainTextSerializer.cpp Bug 1315874 - Drop 'ForElement' from GetStyleContextForElementXXX methods; r=heycam 2017-04-05 14:39:23 +09:00
nsPlainTextSerializer.h Bug 456053 - Don't trim trailing space of quoted lines. r=masayuki 2016-09-29 07:10:00 +02:00
nsPluginArray.cpp Bug 1336714 - Added a null check to the GetParentDocument call in nsDocument::ComputeFlashClassification. Change nsDocument::GetAllowPlugins to return result rather than using unnecessary outparam. nsPluginArray::AllowPlugins changed to call the GetAllowPlugins method on the inner window's document rather than on the docshell's mContentViewer's document. r=bsmedberg,bz 2017-02-06 12:47:00 -08:00
nsPluginArray.h Bug 1324044. Add fingerprinting resistance in GetSupportedNames in nsMimeTypeArray and nsPluginArray. r=qdot 2016-12-17 00:25:52 -05:00
nsPropertyTable.cpp
nsPropertyTable.h Bug 1317430 - Avoid a unnecessary copy by passing a const & in dom/base/ r=smaug 2016-11-14 23:15:46 +01:00
nsQueryContentEventResult.cpp Bug 1203871 - Part 4. Implement QUERY_TEXT_RECT_ARRAY to nsIDOMWindowUtils for unit test. r=masayuki,smaug 2016-06-23 10:42:00 +01:00
nsQueryContentEventResult.h Bug 1203871 - Part 4. Implement QUERY_TEXT_RECT_ARRAY to nsIDOMWindowUtils for unit test. r=masayuki,smaug 2016-06-23 10:42:00 +01:00
nsRange.cpp Bug 1350972 - Avoid crash when AutoInvalidateSelection dtor doesn't have commonAncestor. r=smaug 2017-04-10 23:52:00 -04:00
nsRange.h Bug 1348195 nsRange should set mCalledByJS to false before calling Selection::NotifySelectionListners() because non-*JS() methods may be called during a call of it r=smaug 2017-03-17 13:32:51 +09:00
nsReferencedElement.cpp Bug 1270174 - Follow-up to only return early in the case that we find insertAnonymousContent content. r=orange 2016-05-16 19:39:16 +01:00
nsReferencedElement.h Bug 1289780- [Static analysis][Uninitialized scalar field] In constructors nsReferencedElement & nsNameSpaceEntry. r=bz 2016-07-27 08:15:00 -04:00
nsSandboxFlags.h Bug 1268758 - Part1: Implement allow-presentation sandboxing flag, r=smaug 2016-07-14 02:44:00 +02:00
nsScreen.cpp Bug 1325016 part 2. Switch ScreenOrientation's deviceType getter to use the caller-type version of ResistFingerprinting. r=bkelly 2016-12-22 11:05:54 -08:00
nsScreen.h Bug 1325016 part 2. Switch ScreenOrientation's deviceType getter to use the caller-type version of ResistFingerprinting. r=bkelly 2016-12-22 11:05:54 -08:00
nsScriptElement.cpp Bug 1297125. Make sure the parser insertion point is defined when firing the load event for external <scripts> or firing the error event on a failed external script load (but not other cases, like bogus script URL). r=hsivonen 2016-09-02 17:55:38 -04:00
nsScriptElement.h
nsScriptLoader.cpp Bug 1331662 part 2 - Replace nsJSUtils::EvaluateString calls by ExecutionContext scopes. r=bz 2017-03-22 13:42:27 +00:00
nsScriptLoader.h Bug 1333990: Part 1a - Add an async script pre-loading utility. r=billm,shu 2017-03-16 19:10:40 -07:00
nsScriptNameSpaceManager.cpp Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
nsScriptNameSpaceManager.h Bug 1267186 - Split lookup of WebIDL DOM class names from lookup of DOMCI DOM class names. r=bz. 2016-05-09 17:08:31 +02:00
nsStructuredCloneContainer.cpp Bug 1264642 - Part 4. Use BufferList to replace raw buffers in StructuredClone. r=baku r=billm r=jorendorff 2016-08-23 00:40:46 +08:00
nsStructuredCloneContainer.h
nsStubAnimationObserver.cpp
nsStubAnimationObserver.h
nsStubDocumentObserver.cpp
nsStubDocumentObserver.h
nsStubMutationObserver.cpp
nsStubMutationObserver.h
nsStyledElement.cpp Bug 1352389, don't push extra script blocker on stack when setting attributes, r=bz 2017-03-31 22:54:41 -04:00
nsStyledElement.h Bug 1330051; Reparse style attribute when adopting across style backends; r=bz 2017-03-24 15:28:19 -07:00
nsStyleLinkElement.cpp Backed out changeset 059753ec9117 (bug 1315105) for test failures in own test 2016-12-19 15:59:14 +01:00
nsStyleLinkElement.h Backed out changeset 059753ec9117 (bug 1315105) for test failures in own test 2016-12-19 15:59:14 +01:00
nsSyncLoadService.cpp Bug 1310127 - Part 17: Use MOZ_MUST_USE in netwerk/protocol/http r=smaug 2016-12-20 11:49:32 +08:00
nsSyncLoadService.h
nsTextFragment.cpp Bug 1296050 - When checking whether bidi resolution is needed, ignore Unicode directional-control characters that do not actually introduce right-to-left-ness. r=xidorn 2016-09-05 14:15:32 +01:00
nsTextFragment.h
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextNode.cpp
nsTextNode.h
nsTraversal.cpp Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
nsTraversal.h Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
nsTreeSanitizer.cpp Bug 1343933 - Renaming Principal classes - part 2 - NullPrincipal, r=qdot 2017-03-22 11:38:40 +01:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp Bug 1339289 - Give names to a lot of common timers (r=ehsan) 2017-02-15 12:30:01 -08:00
nsWindowMemoryReporter.h Bug 1297658 - Avoid unnecessary checking in memory reporters. r=erahm. 2016-08-24 15:23:45 +10:00
nsWindowRoot.cpp Bug 835981 part 6. Change nsIDOMXULElement::GetControllers consumers to nsXULElement. r=peterv 2017-02-02 10:32:58 -05:00
nsWindowRoot.h Bug 1281762 - nsWindowRoot::mPopupNode may keep otherwise closed documents alive, r=enn 2016-06-23 17:14:19 +03:00
nsWrapperCache.cpp Bug 1326507, trace after traverse, r=mccr8 2017-01-03 21:46:49 +02:00
nsWrapperCache.h Bug 1332322 part 3. Rename nsWrapperCache::IsBlackAndDoesNotNeedTracing to nsWrapperCache::HasKnownLiveWrapperAndDoesNotNeedTracing. r=mccr8 2017-01-24 20:39:37 -05:00
nsWrapperCacheInlines.h Bug 1332322 part 3. Rename nsWrapperCache::IsBlackAndDoesNotNeedTracing to nsWrapperCache::HasKnownLiveWrapperAndDoesNotNeedTracing. r=mccr8 2017-01-24 20:39:37 -05:00
nsXHTMLContentSerializer.cpp Bug 1315874 - Drop 'ForElement' from GetStyleContextForElementXXX methods; r=heycam 2017-04-05 14:39:23 +09:00
nsXHTMLContentSerializer.h
nsXMLContentSerializer.cpp Bug 1308675. Fix the XHTML serializer's handling of self-closing tags inside <pre> to correctly keep track of our mPreLevel. r=ehsan 2016-10-11 13:49:39 -04:00
nsXMLContentSerializer.h Bug 1282408 - add ignore flag for variables from nsSortState & nsXMLContentSerializer. r=bzbarsky 2016-07-27 14:41:55 +02:00
nsXMLNameSpaceMap.cpp
nsXMLNameSpaceMap.h Bug 1289780- [Static analysis][Uninitialized scalar field] In constructors nsReferencedElement & nsNameSpaceEntry. r=bz 2016-07-27 08:15:00 -04:00
OrderedTimeoutIterator.h Bug 1329284 Refactor DOM timeout to set mWhen/mTimeRemaining from one place. r=ehsan 2017-01-10 08:08:18 -08:00
PartialSHistory.cpp Bug 1323651 - Rename Partial/GroupedSessionHistory to Partial/GroupedSHistory. r=ehsan 2016-12-22 16:06:50 +08:00
PartialSHistory.h Backed out changeset ab6c012704b9 (bug 1315105) for failing on own test 2016-12-19 16:34:18 +01:00
Pose.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
Pose.h Bug 1317706 - Remove Pose WebIDL for sharing the implementation to Pose class. r=bz 2016-11-17 07:11:00 -05:00
PostMessageEvent.cpp Bug 1311324 P1 Update the MessageEvent webidl and implementation class. r=bz 2017-03-09 20:50:13 -05:00
PostMessageEvent.h
ProcessGlobal.cpp Bug 1326507, remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTS, r=mccr8 2017-01-03 21:47:55 +02:00
ProcessGlobal.h Bug 1291202 - Link pmm's with fmm's. r=billm 2016-08-22 10:28:04 +02:00
ProcessSelector.js Bug 1346288 - Block e10s-multi if e10sMultiBlockedByAddons is set. r=mrbkap 2017-03-30 18:44:20 +02:00
ProcessSelector.manifest Bug 1333799: MinTabSelector for process selection. r=mrbkap 2017-03-07 20:00:28 +01:00
ResponsiveImageSelector.cpp Bug 1323919 - Rename nsIMediaList.h to nsMediaList.h. r=heycam 2016-12-16 14:50:36 +11:00
ResponsiveImageSelector.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
SameProcessMessageQueue.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
SameProcessMessageQueue.h
ScreenOrientation.cpp Bug 1285802 - Always add listener when orientation locked. r=wchen 2016-12-27 11:23:01 +08:00
ScreenOrientation.h Bug 1325016 part 5. Switch ScreenOrientation's angle getter to use the caller-type version of ResistFingerprinting. r=bkelly 2016-12-22 11:05:55 -08:00
ScriptSettings.cpp Bug 1349690. Improve dangling-exception logging in AutoJSAPI::InitInternal to deal better with exceptions from a different origin. r=bholley 2017-03-23 03:06:25 -04:00
ScriptSettings.h Bug 1342513. Set up a scripted caller override in AutoEntryScript. r=bholley 2017-02-28 12:41:35 -05:00
ShadowRoot.cpp Bug 1355787, nsIdentifierMapEntry should let one to use either strings or atoms as keys to avoid slow string assignments when possible. r=nfroyd 2017-04-13 22:12:20 +03:00
ShadowRoot.h Bug 1292432 part 9 - Change WebIDL interface of CSSStyleSheet to StyleSheet. r=heycam 2016-10-14 22:25:38 +11:00
SlowScriptDebug.js
SlowScriptDebug.manifest
StructuredCloneHolder.cpp Bug 1350386 - Make nsInputStream structuredCloneable, r=mystor 2017-04-05 19:02:57 +02:00
StructuredCloneHolder.h Bug 1350386 - Make nsInputStream structuredCloneable, r=mystor 2017-04-05 19:02:57 +02:00
StructuredCloneTags.h Bug 1350386 - Make nsInputStream structuredCloneable, r=mystor 2017-04-05 19:02:57 +02:00
StyleSheetList.cpp
StyleSheetList.h Bug 1292432 part 9 - Change WebIDL interface of CSSStyleSheet to StyleSheet. r=heycam 2016-10-14 22:25:38 +11:00
SubtleCrypto.cpp
SubtleCrypto.h
TabGroup.cpp Bug 1354249 - Use same TabGroup as original tab for print preview (r=mystor) 2017-04-12 20:17:50 -07:00
TabGroup.h Bug 1354249 - Use same TabGroup as original tab for print preview (r=mystor) 2017-04-12 20:17:50 -07:00
Text.cpp
Text.h
TextInputProcessor.cpp Bug 1296220 Rename nsIMEUpdatePreference to mozilla::widget::IMEUpdatePreference r=m_kato 2017-04-11 21:24:55 +09:00
TextInputProcessor.h Bug 1296220 Rename nsIMEUpdatePreference to mozilla::widget::IMEUpdatePreference r=m_kato 2017-04-11 21:24:55 +09:00
ThirdPartyUtil.cpp Bug 1310845 - Remove support for mozapp iframes; r=fabrice,jryans,baku,mcmanus 2016-11-16 09:13:38 -05:00
ThirdPartyUtil.h
Timeout.cpp Bug 1331804 - Anonymize nsITimer runnable names (r=njn) 2017-01-24 16:34:37 -08:00
Timeout.h Bug 1313864 - Move running idle callbacks to executor. r=bkelly 2017-02-01 16:16:29 +01:00
TimeoutHandler.cpp Bug 1313864 - Move running idle callbacks to executor. r=bkelly 2017-02-01 16:16:29 +01:00
TimeoutHandler.h Bug 1313864 - Move running idle callbacks to executor. r=bkelly 2017-02-01 16:16:29 +01:00
TimeoutManager.cpp Bug 1346426 Don't crash if a window is frozen while there is a dummy timer in the list. r=ehsan 2017-03-13 15:26:22 -04:00
TimeoutManager.h Bug 1338691 - Add a pref for delaying tracking timeout throttling after the page load finishes; r=bkelly 2017-02-14 10:57:47 -05:00
TreeWalker.cpp Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
TreeWalker.h Bug 1287706 part 1 - Make CallbackObjectHolder movable (and actually move-only). r=smaug 2016-07-28 12:00:06 +10:00
UseCounter.h
UseCounters.conf Bug 1335859 - Add usage counters to track usage of gecko-only DataTransfer APIs, r=baku 2017-02-08 11:43:59 -05:00
usecounters.py
WebKitCSSMatrix.cpp Bug 1353654 - Include missing nsPresContext.h to fix broken --enable-fuzzing enabled builds. r=smaug 2017-04-06 00:29:05 +02:00
WebKitCSSMatrix.h
WebSocket.cpp Bug 1354556 - WebSocket should use strings and not nsIAtom to be kept alive, r=qdot 2017-04-10 08:48:39 +02:00
WebSocket.h Bug 1350398 Remove Workers.h include from BindingUtils.h now that ThrowDOMExceptionForNSResult no longer exists. rs=bz 2017-03-24 15:27:11 -04:00
WindowNamedPropertiesHandler.cpp Bug 1353150. Add a preference that controls whether named properties object properties are exposed on Xrays, with a default of "not exposed in web extension content scripts". r=bholley 2017-04-08 13:03:12 -04:00
WindowNamedPropertiesHandler.h Bug 1277775 - Replace MOZ_CONSTEXPR{_VAR,_TMPL} with constexpr. r=froydnj 2016-07-08 14:39:53 -07:00
WindowOrientationObserver.cpp
WindowOrientationObserver.h