gecko-dev/dom/base
Tim Huang 7af48eb06f Bug 1369309 - Part 3: Making the media statistics reports a spoofed value when fingerprinting resistance is enabled. r=cpearce, r=arthuredelstein
This patch makes the media statistics report values with a fixed frames per second
and a dynamic dropped ratio when resistance fingerprinting is enabled. The dropped
rate is decided by the video resolution that it will report a fixed dropped rate
when the video resolution is greater than 480p. And It will report a zero dropped
rate if the video is below or equal to 480p. In addition, it adds three new prefs
that allow us to change the value of frames per second, the dropped ratio and the
threshold of target video resolution. The three prefs are
'privacy.resistFingerprinting.video_frames_per_sec', 'privacy.resistFingerprinting.video_dropped_ratio'
and 'privacy.resistFingerprinting.target_video_res'. The default values of them
are 30, 5 and 480, which means 30 frames per second, 5 percent dropped ratio and
480p.

This also adds a new helper function 'nsContentUtils::ShouldResistFingerprinting(nsIDocument* aDoc)'
for checking whether fingerprinting resistance is enabled for a given docuemnt.
If it is a chrome document, this function will indicate that fingerprinting
resistance is not enabled regardless of the pref 'privacy.resistFingerprinting'.
If it is a content document, the result will depend on the pref.

MozReview-Commit-ID: FbSuRq6Zdnn

--HG--
extra : rebase_source : a62a1be19d9b38520f9eed7164fb258e3354d228
2017-07-17 15:13:55 +08:00
..
crashtests Backed out changeset 5dd6f04aea59 (bug 1383780) for failing crashtests on stylo. r=backout on a CLOSED TREE 2017-08-02 13:27:08 +02:00
test Bug 1383512 - Skip test_user_select.html on windows of opt and pgo. r=gbrown 2017-08-09 12:55:58 +09:00
AnonymousContent.cpp Backed out changeset 94b5ea8bed5c (bug 1355683) 2017-05-19 14:57:35 +10:00
AnonymousContent.h Backed out changeset 39ee9556d4a0 (bug 1346623) 2017-03-17 08:18:53 +01:00
Attr.cpp Bug 1359556 - Optimize cloneNode by preinitializing attribute and child arrays r=bz 2017-04-20 12:57:48 -07:00
Attr.h Bug 1359556 - Optimize cloneNode by preinitializing attribute and child arrays r=bz 2017-04-20 12:57:48 -07: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 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 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor. 2017-06-13 13:23:23 +03: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
CORSMode.h Bug 1305926 - Dispatcher API for assigning DocGroups to runnables (r=ehsan) 2016-11-17 17:01:00 -08:00
ChildIterator.cpp Bug 1372061 - Remove unused StyleChildrenIterator::IsNeeded. r=bholley 2017-06-27 23:56:13 -07:00
ChildIterator.h Bug 1372061 - Shuffle some fields around to avoid bindgen issues. r=emilio 2017-06-29 22:39:31 -07: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
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 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
CustomElementRegistry.h Backed out 4 changesets (bug 1315885) for merge conflicts with bug 1377993. 2017-07-18 12:58:46 -04:00
DOMCursor.cpp
DOMCursor.h
DOMError.cpp
DOMError.h
DOMException.cpp Bug 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
DOMException.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DOMImplementation.cpp Bug 1374580 (part 2) - Remove nsAFlat{,C}String typedefs. r=froydnj. 2017-06-20 19:19:05 +10: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 1366371 - Use signed integer for intersection threshold. r=mstange 2017-07-26 16:00:58 -07:00
DOMIntersectionObserver.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02: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 Bug 1355675 Part 2: Extend DOMMatrixReadOnly to allow instantiation with a Matrix4x4. r=mattwoodrow 2017-05-09 14:29:42 -07:00
DOMParser.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DOMParser.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02: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 Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DOMRect.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DOMRequest.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
DOMRequest.h Bug 1297558 - Remove explicit calls to Expose*ToActiveJS r=mccr8 2016-10-18 17:58:19 +01:00
DOMRequestHelper.jsm Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
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
DirectionalityUtils.cpp Bug 1377826 - Don't allow anonymous text node to affect ancestor direction. r=Ehsan 2017-07-07 11:49:42 +10:00
DirectionalityUtils.h Bug 1357656 - Part 1: Expose an nsIDOMWindowUtils method for retrieving the direction of a piece of text based on the first-strong character algorithm; r=mystor 2017-06-09 17:26:14 -04: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 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08:00
DocGroup.h Bug 1378930 - Part 2: Remove the aName parameter from SchedulerGroup/DocGroup/DispatcherTrait. r=billm 2017-07-26 16:13:35 +08: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 1381253 - Remove redundant control flow declarations rs=ehsan 2017-07-15 19:03:04 +02:00
DocumentType.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
DocumentType.h
Element.cpp Bug 1387499 - Clear the servo bits when dropping servo data. r=emilio 2017-08-09 09:20:59 -07:00
Element.h Backed out changeset a57d8f30d1bf (bug 1383982) for build bustage at nsGlobalWindow.cpp:13826: 'class nsWindowSizes' has no member named 'mMallocSizeOf'. r=backout 2017-07-28 09:50:48 +02:00
ElementInlines.h Bug 1372757 - Remove several dependencies to ServoBindings.h. r=heycam 2017-06-14 09:38:16 +10:00
EventSource.cpp Bug 1386600 - Change nsIStringBundle methods to return |AString| instead of |wstring|. r=emk,sr=dbaron. 2017-08-04 14:40:52 +10: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 1377447 - Add a new flush type between Frames and InterruptibleLayout to initialize layout if needed and use it from CheckIfFocusable; r=smaug 2017-07-04 22:00:09 -04:00
FormData.cpp Bug 1374629 - Add mozilla::NotNull to mozilla::Encoding constant declarations. r=froydnj,hsivonen 2017-06-20 22:04:18 +09: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 Backed out changeset 5dd6f04aea59 (bug 1383780) for failing crashtests on stylo. r=backout on a CLOSED TREE 2017-08-02 13:27:08 +02:00
FragmentOrElement.h Bug 1377993 - Make node slots less memory hungry in common cases. r=peterv 2017-07-18 00:25:49 +02: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
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 1366750 - Rename nsIIncrementalRunnable to nsIIdleRunnable. r=smaug 2017-05-23 13:24:25 +02:00
IframeSandboxKeywordList.h Bug 1268758 - Part1: Implement allow-presentation sandboxing flag, r=smaug 2016-07-14 02:44:00 +02:00
ImageEncoder.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
ImageEncoder.h
ImageTracker.cpp Bug 1372317 part 2 - Replace LookupRemoveIf() calls with Lookup() + entry.Remove() where needed. r=froydnj 2017-06-18 17:07:54 +02:00
ImageTracker.h Bug 1309082 - Part 2: Rename some ImageTracker members. r=bholley 2016-10-13 15:04:19 +08:00
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 Backed out changeset a57d8f30d1bf (bug 1383982) for build bustage at nsGlobalWindow.cpp:13826: 'class nsWindowSizes' has no member named 'mMallocSizeOf'. r=backout 2017-07-28 09:50:48 +02:00
Link.h Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
Location.cpp Bug 1322874 - Get rid of nsIURI.originCharset. r=valentin.gosu 2017-08-02 20:43:30 +09:00
Location.h Bug 1363429 - Get rid of nsIDOMLocation, r=bz, r=honza, f=ochameau 2017-05-11 07:26:08 +02:00
NameSpaceConstants.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
Navigator.cpp Bug 1382955 (part 1) - Remove MozPowerManager and related things. r=bz,gsvelto. 2017-08-02 10:04:36 +10:00
Navigator.h Bug 1382955 (part 1) - Remove MozPowerManager and related things. r=bz,gsvelto. 2017-08-02 10:04:36 +10:00
NodeInfo.cpp Bug 1383756 - Avoid excessive AddRef()ing of atoms in nsNodeInfoManager::GetNodeInfo(); r=baku 2017-07-24 16:37:11 -05:00
NodeInfo.h Bug 1383756 - Avoid excessive AddRef()ing of atoms in nsNodeInfoManager::GetNodeInfo(); r=baku 2017-07-24 16:37:11 -05: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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
OrderedTimeoutIterator.h Bug 1370537 P2 Remove TimeoutManager::RunTimeout()'s last expired timeout reference. r=ehsan 2017-06-08 05:51:59 -07: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 1373735 - Skip checking mPrivateBrowsingId in case system principal r=baku 2017-07-18 14:58:19 +08:00
PostMessageEvent.h
ProcessGlobal.cpp Bug 1365086, part 3 - Make nsMessageManagerScriptExecutor::mGlobal into a raw pointer. r=smaug 2017-05-15 13:46:28 -07:00
ProcessGlobal.h Bug 1365086, part 3 - Make nsMessageManagerScriptExecutor::mGlobal into a raw pointer. r=smaug 2017-05-15 13:46:28 -07:00
ProcessSelector.js Bug 1349363 - Use a centralized function to tell if e10s-multi is on. r=Felipe 2017-04-17 14:58:52 -07: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 1382099 - Remove MOZ_WIDGET_GONK from dom/{base,ipc,plugins}. r=mccr8. 2017-07-21 10:52:30 +10: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
Selection.cpp Bug 1386411 - Part 3: Inline some helper functions in Selection.cpp; r=bzbarsky 2017-08-03 17:05:19 -04:00
Selection.h Bug 1386411 - Part 3: Inline some helper functions in Selection.cpp; r=bzbarsky 2017-08-03 17:05:19 -04:00
SelectionChangeListener.cpp Bug 1377989 - part6: Rename mEndParent of nsRange and similar members of similar objects to mEndContainer r=smaug 2017-07-11 22:57:55 +09:00
SelectionChangeListener.h Bug 1377989 - part6: Rename mEndParent of nsRange and similar members of similar objects to mEndContainer r=smaug 2017-07-11 22:57:55 +09:00
ShadowRoot.cpp Bug 1377993 - Make node slots less memory hungry in common cases. r=peterv 2017-07-18 00:25:49 +02:00
ShadowRoot.h Bug 1374207 - part1: nsTextEditorState should use mozilla::TextEditor instead of editor interfaces r=smaug 2017-06-20 22:57:08 +09:00
SlowScriptDebug.js
SlowScriptDebug.manifest
StructuredCloneBlob.cpp Bug 1382645: Part 1 - Add memory reporter for StructuredCloneHolder binding implementation. r=billm 2017-07-25 14:53:41 -07:00
StructuredCloneBlob.h Bug 1382645: Part 1 - Add memory reporter for StructuredCloneHolder binding implementation. r=billm 2017-07-25 14:53:41 -07:00
StructuredCloneHolder.cpp Bug 1371259 part 3. Change UnwrapObject<> and the UNWRAP_OBJECT macro to allow passing in mutable object or value handles for the thing being unwrapped, and do so at various callsites. r=peterv 2017-07-10 16:05:24 -04:00
StructuredCloneHolder.h Bug 1382645: Part 1 - Add memory reporter for StructuredCloneHolder binding implementation. r=billm 2017-07-25 14:53:41 -07: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
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 Bug 1333140 - Collect telemetry about (non-)HTTPS usage of crypto.subtle r=keeler data-r=bsmedberg 2017-05-31 10:35:37 +02:00
SubtleCrypto.h Bug 1333140 - Collect telemetry about (non-)HTTPS usage of crypto.subtle r=keeler data-r=bsmedberg 2017-05-31 10:35:37 +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
Text.h
TextInputProcessor.cpp Bug 1217700 part.3 Expose text change, selection change and position change notifications to nsITextInputProcessorCallback with nsITextInputProcessorNotification r=smaug 2017-04-20 20:17:03 +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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
ThirdPartyUtil.h
Timeout.cpp Bug 1378586 P3 Reorder Timeout members to improve binary packing. No functional change. r=farre 2017-07-25 08:35:12 -07:00
Timeout.h Bug 1378586 P3 Reorder Timeout members to improve binary packing. No functional change. r=farre 2017-07-25 08:35:12 -07:00
TimeoutBudgetManager.cpp Bug 1362322 - Throttle background timeouts using budget. r=bkelly 2017-07-02 18:02:38 +02:00
TimeoutBudgetManager.h Bug 1362322 - Throttle background timeouts using budget. r=bkelly 2017-07-02 18:02:38 +02:00
TimeoutExecutor.cpp Bug 1378930 - Part 1: Remove nsINamed::SetName(). r=billm 2017-07-21 11:50:43 +08:00
TimeoutExecutor.h Bug 1371664 P3 Pass a minimum delay to TimeoutExecutor::MaybeSchedule() based on TimeoutManager::IsBackground(). r=ehsan 2017-06-13 18:08:27 -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 1373536 - Add missing includes due to added file. r=smaug 2017-06-21 12:14:01 +02:00
TimeoutManager.cpp Bug 1385238 - Reset execution budget when background state changes. r=bkelly 2017-07-28 09:31:00 -04:00
TimeoutManager.h Bug 1385238 - Reset execution budget when background state changes. r=bkelly 2017-07-28 09:31:00 -04: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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
UseCounter.h Bug 1362114 - JSBC: Add telemetry to later tune the heuristics. r=mrbkap,francois 2017-06-20 09:53:10 +00:00
UseCounters.conf Bug 1388132 - Enable use counter for XMLDocument.async; r=francois,smaug 2017-08-08 14:00:06 +03:00
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 1386600 - Change nsIStringBundle methods to return |AString| instead of |wstring|. r=emk,sr=dbaron. 2017-08-04 14:40:52 +10:00
WebSocket.h Bug 1376951 - Let's use CheckedUint32 more broadly in WebSocket code, r=mystor 2017-06-28 17:16:29 -07:00
WindowNamedPropertiesHandler.cpp Bug 1360523 - Define number of reserved slots explicitly for each proxy js::Class. r=bz 2017-04-29 14:41:49 +02: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
XPathGenerator.cpp 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
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 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
contentAreaDropListener.manifest
domerr.msg Bug 1349299 - Register device on FxA even on Push registration failure. r=Grisha 2017-04-06 11:30:23 -04:00
gen-usecounters.py
moz.build Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
mozAutoDocUpdate.h
mozIDOMWindow.idl
nsAtomListUtils.cpp
nsAtomListUtils.h
nsAttrAndChildArray.cpp Bug 1374030 - Optimize the loop in nsAttrAndChildArray::IndexOfAttr() a bit; r=bzbarsky 2017-06-19 14:31:03 -04:00
nsAttrAndChildArray.h Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr r=bz 2017-05-18 14:09:01 -07:00
nsAttrName.h Bug 1374030 - Optimize the loop in nsAttrAndChildArray::IndexOfAttr() a bit; r=bzbarsky 2017-06-19 14:31:03 -04:00
nsAttrValue.cpp Bug 1383128 - Avoid some useless AddRef()s when parsing class attributes; r=smaug 2017-07-21 15:55:40 -04:00
nsAttrValue.h Bug 1359822 - Match standard for colSpan/rowSpan, r=mystor 2017-05-17 17:29:00 -04: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 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 1362119 - part 4 - Fixing includes, r=me 2017-05-08 11:58:00 +02:00
nsCCUncollectableMarker.h
nsCaseTreatment.h
nsChildContentList.h
nsContentAreaDragDrop.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsContentAreaDragDrop.h
nsContentCID.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
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 1383242 - Properly compare node to traversal range under different modes; r=smaug 2017-08-02 13:48:09 -04:00
nsContentList.cpp Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07:00
nsContentList.h Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07:00
nsContentListDeclarations.h Bug 1376695 - Part 2: Avoid rebuilding the list returned by getElementsByName when not needed. r=ehsan 2017-07-26 02:34:00 -04:00
nsContentPermissionHelper.cpp Bug 1382099 - Remove MOZ_WIDGET_GONK from dom/{base,ipc,plugins}. r=mccr8. 2017-07-21 10:52:30 +10:00
nsContentPermissionHelper.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsContentPolicy.cpp Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
nsContentPolicy.h Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
nsContentPolicyUtils.h Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
nsContentSink.cpp Bug 1378930 - Part 1: Remove nsINamed::SetName(). r=billm 2017-07-21 11:50:43 +08:00
nsContentSink.h Bug 1222633 - Add rel=preload - dom part. r=smaug 2017-07-10 15:05:56 +02:00
nsContentTypeParser.h Bug 1176218 - p1. Constify nsContentTypeParser::Get... methods - r=froydnj 2016-10-04 16:19:15 +11:00
nsContentUtils.cpp Bug 1369309 - Part 3: Making the media statistics reports a spoofed value when fingerprinting resistance is enabled. r=cpearce, r=arthuredelstein 2017-07-17 15:13:55 +08:00
nsContentUtils.h Bug 1369309 - Part 3: Making the media statistics reports a spoofed value when fingerprinting resistance is enabled. r=cpearce, r=arthuredelstein 2017-07-17 15:13:55 +08:00
nsCopySupport.cpp 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
nsCopySupport.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsDOMAttributeMap.cpp Bug 1372317 part 2 - Replace LookupRemoveIf() calls with Lookup() + entry.Remove() where needed. r=froydnj 2017-06-18 17:07:54 +02:00
nsDOMAttributeMap.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsDOMCID.h Bug 1362735 - Clean up nsIPKCS11 implementation. r=keeler 2017-05-19 00:57:46 +08:00
nsDOMCaretPosition.cpp
nsDOMCaretPosition.h
nsDOMClassInfo.cpp Bug 1371259 part 8. Get rid of nsIXPConnect::GetNativeOfWrapper. r=peterv 2017-07-10 16:05:25 -04:00
nsDOMClassInfo.h Bug 1371259 part 8. Get rid of nsIXPConnect::GetNativeOfWrapper. r=peterv 2017-07-10 16:05:25 -04:00
nsDOMClassInfoID.h Bug 1252211 - Convert TreeContentView to WebIDL. r=bz. 2017-06-08 21:04:02 +02:00
nsDOMDataChannel.cpp Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm 2017-07-14 08:49:22 +02:00
nsDOMDataChannel.h Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm 2017-07-14 08:49:22 +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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsDOMMutationObserver.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsDOMNavigationTiming.cpp Bug 1375299 (part 2) - Remove PROFILER_MARKER. r=mstange. 2017-06-22 13:40:21 +10:00
nsDOMNavigationTiming.h Bug 1377251 - Follow-up: replace timeToNonBlankPaint's duration with timestamp. r=qDot 2017-07-12 10:18:14 -07:00
nsDOMSerializer.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
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 Backout bug 1359780 because it causes bug 1360230, r=backout 2017-04-27 20:50:21 +03:00
nsDOMTokenList.h Bug 1293563: Simplify DOMTokenlist.remove using a tokenizer. r=baku 2016-08-26 22:27:14 -07:00
nsDOMWindowList.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsDOMWindowList.h
nsDOMWindowUtils.cpp Backed out changeset 46d1fa12a082 (bug 1383367) for failing browser_windowopen_reflows.js after merge, especially on OS X. r=backout a=backout 2017-07-30 14:08:38 +02:00
nsDOMWindowUtils.h Bug 1375497 - Hook up the testing APIs in DOMWindowUtils. r=pchang 2017-06-27 20:29:06 -04:00
nsDataDocumentContentPolicy.cpp Bug 1380227 - Avoid many UTF16toUTF8 and UTF8toUTF16 conversions in nsStringBundle. r=emk. 2017-07-12 15:13:37 +10:00
nsDataDocumentContentPolicy.h
nsDeprecatedOperationList.h Bug 1372969 - Use a different string ID for Window_ControllersWarning in dom.properties to reflect new content. 2017-07-07 10:09:14 +02: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 Backed out changeset 78d87b59f5a7 (bug 1370508) for unexpected pass of wpt-reftest /css/css-namespaces-3/syntax-013.xml. r=backout on a CLOSED TREE 2017-08-10 10:23:22 +02:00
nsDocument.h Bug 1386969 - Change nsIRadioGroupContainer::Add/RemoveToRadioGroup() to take HTMLInputElement* as argument. r=bz 2017-08-03 02:39:00 -04:00
nsDocumentEncoder.cpp Bug 1377989 - part12: Rename local variables, |endParent| which is set to start container of nsRange to |endContainer| r=smaug 2017-07-12 00:08:37 +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
nsFocusManager.cpp Bug 1387406 - part3: nsFocusManager should treat editor as HTMLEditor r=smaug 2017-08-07 14:55:58 +09:00
nsFocusManager.h Bug 1360666 - Update IME state when nsObjectLoadingContent content changes type from 'loading' to a valid content type. r=masayuki 2017-08-03 14:07:14 -05:00
nsFrameLoader.cpp Bug 1387406 - part4: nsFrameLoader should treat editor as HTMLEditor r=smaug 2017-08-07 15:02:16 +09:00
nsFrameLoader.h Bug 1374025. Try calling ShowViewer again later if it hasn't succeeded yet when we get a render frame parent. r=tnikkel 2017-07-20 16:24:40 -05:00
nsFrameMessageManager.cpp Bug 379797 - Various dump() methods should check browser.dom.window.dump.enabled. r=krizsa 2017-08-02 11:56:33 -07:00
nsFrameMessageManager.h Bug 1371125 - Stop saving JSContext in nsSameProcessAsyncMessageBase (r=mccr8) 2017-06-12 20:21:43 -07: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 Backed out changeset a57d8f30d1bf (bug 1383982) for build bustage at nsGlobalWindow.cpp:13826: 'class nsWindowSizes' has no member named 'mMallocSizeOf'. r=backout 2017-07-28 09:50:48 +02:00
nsGenericDOMDataNode.h Bug 1385395 - Use flag bits in the nsGenericDOMDataNode to record whether nsTextFrame-related properties are present, so we don't perform unnecessary hashtable lookups in CharacterDataChanged etc. r=dbaron 2017-08-07 23:13:30 +01:00
nsGkAtomList.h Bug 1386825 - Part 1: Remove MOZ_B2G from dom. r=bkelly 2017-08-08 14:41:05 -07:00
nsGkAtoms.cpp
nsGkAtoms.h
nsGlobalWindow.cpp Bug 1386825 - Part 1: Remove MOZ_B2G from dom. r=bkelly 2017-08-08 14:41:05 -07:00
nsGlobalWindow.h Bug 1386825 - Part 1: Remove MOZ_B2G from dom. r=bkelly 2017-08-08 14:41:05 -07:00
nsGlobalWindowCommands.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsGlobalWindowCommands.h Bug 1351783 part 3 - Add a KeyboardScrollAction type. r=kats,masayuki 2017-06-05 18:17:30 -05:00
nsHTMLContentSerializer.cpp 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
nsHTMLContentSerializer.h 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
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
nsIAnimationObserver.h
nsIAttribute.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIContent.h Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07:00
nsIContentInlines.h Bug 1378196, Make IsEventAttributeName non-virtual in common case, r=ehsan 2017-07-04 23:54:30 +03:00
nsIContentIterator.h
nsIContentPolicy.idl Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
nsIContentSerializer.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIDOMClassInfo.h Bug 1332172 - Remove XPC_MAP_WANT_*. r=mccr8. 2017-01-23 13:33:58 +11:00
nsIDOMDOMCursor.idl
nsIDOMDOMRequest.idl
nsIDOMDataChannel.idl Bug 1281150: removed DataChannel.stream. r=jib,smaug 2016-06-21 15:54:51 +02:00
nsIDOMFormData.idl
nsIDOMParser.idl
nsIDOMSerializer.idl
nsIDocument.h Bug 1384824 - Part 1: Lazily clear stale Servo element data from a document when its pres shell changes. r=bholley 2017-08-04 19:26:04 +10: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 1348481 Part 1b: Generalize FindDocStyleSheetInsertionPoint so it doesn't require an array of RefPtrs. r=heycam 2017-05-01 16:12:04 -07:00
nsIDocumentObserver.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIDroppedLinkHandler.idl Bug 92737 - Part 1: Add nsIDroppedLinkHandler.dropLinks. r=enndeakin 2015-11-11 07:15:03 +09:00
nsIFrameLoader.idl Bug 1368712 - Get rid of nsIBrowserElementAPI.{set,get}Visible, r=kanru 2017-05-31 21:15:23 +02:00
nsIGlobalObject.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
nsIGlobalObject.h Bug 1337537 - Move Dispatcher.{cpp,h} to xpcom/threads (r=froydnj) 2017-02-13 17:02:48 -08:00
nsIImageLoadingContent.idl Bug 1359833 - Part 6. nsImageLoadingContent should not associate scripted and XPCOM observers with the same document. r=tnikkel 2017-07-19 14:15:11 -04:00
nsIMessageManager.idl Bug 1383328 - Use TabGroup as event target for browser-status-filter (r=smaug) 2017-07-28 13:11:59 -07:00
nsIMutationObserver.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsINode.cpp Bug 1386485 - Part 3: Devirtualize EditorBase::AsTextEditor()/AsHTMLEditor(); r=masayuki 2017-08-04 03:47:14 -04:00
nsINode.h Bug 1385533 - Reserve space for one pointer in the mMutationObservers array on node slots; r=smaug 2017-07-31 17:12:38 -04:00
nsINodeList.h
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
nsIScriptGlobalObject.h
nsIScriptNameSpaceManager.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsIScriptObjectPrincipal.h
nsIScriptTimeoutHandler.h Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
nsISelection.idl Bug 1386411 - Part 2: Devirtualize and inline nsISelection::AsSelection(); r=bzbarsky 2017-08-03 17:05:17 -04:00
nsISelectionController.idl Bug 1386411 - Part 7: Inline EditorBase::GetSelection(); r=masayuki 2017-08-03 17:06:31 -04:00
nsISelectionDisplay.idl
nsISelectionListener.idl
nsISelectionPrivate.idl Bug 1360500 - Allow custom colors on find selection type selections. r=jaws,masayuki,smaug 2017-05-10 10:48:50 -04:00
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
nsIdentifierMapEntry.h Bug 1374207 - part1: nsTextEditorState should use mozilla::TextEditor instead of editor interfaces r=smaug 2017-06-20 22:57:08 +09:00
nsImageLoadingContent.cpp Bug 1359833 - Part 6. nsImageLoadingContent should not associate scripted and XPCOM observers with the same document. r=tnikkel 2017-07-19 14:15:11 -04:00
nsImageLoadingContent.h Bug 1359833 - Part 6. nsImageLoadingContent should not associate scripted and XPCOM observers with the same document. r=tnikkel 2017-07-19 14:15:11 -04:00
nsInProcessTabChildGlobal.cpp Bug 1383328 - Use TabGroup as event target for browser-status-filter (r=smaug) 2017-07-28 13:11:59 -07:00
nsInProcessTabChildGlobal.h Bug 1383328 - Use TabGroup as event target for browser-status-filter (r=smaug) 2017-07-28 13:11:59 -07:00
nsJSEnvironment.cpp Bug 1388253 - Convert nsTextFormatter:[v]smprintf() use to [v]ssprintf(). r=erahm. 2017-08-09 10:41:14 +10:00
nsJSEnvironment.h Bug 1018394 - Remove unused functionality to do extra forget skippable calls before a CC. r=smaug 2017-07-03 12:53:54 -07:00
nsJSTimeoutHandler.cpp Bug 1381921, part 2 - Remove nsAXPCNativeCallContext. r=mrbkap 2017-07-18 10:42:47 -07:00
nsJSUtils.cpp Bug 1375392 - Tweak the PROFILER_LABEL* macros. r=mstange. 2017-06-22 17:08:53 +10:00
nsJSUtils.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsLineBreaker.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsLineBreaker.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsMappedAttributeElement.cpp Bug 1363481 - Add the old attribute value as a parameter to Element::AfterSetAttr r=bz 2017-05-18 14:09:01 -07:00
nsMappedAttributeElement.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsMappedAttributes.cpp Bug 1378042 - Part 1: Make nsMappedAttributes::HashValue() return PLDHashNumber; r=baku 2017-07-04 11:06:51 -04:00
nsMappedAttributes.h Bug 1378042 - Part 1: Make nsMappedAttributes::HashValue() return PLDHashNumber; r=baku 2017-07-04 11:06:51 -04: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 1355715 - Use empty atom rather than 'empty' atom for none namespace. r=bholley 2017-07-14 15:31:15 +10:00
nsNameSpaceManager.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsNoDataProtocolContentPolicy.cpp
nsNoDataProtocolContentPolicy.h
nsNodeInfoManager.cpp Bug 1383245 - Prevent repeatedly computing the hash of a NodeInfoInner object; r=smaug 2017-07-21 19:39:53 -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 1385533 - Reserve space for one pointer in the mMutationObservers array on node slots; r=smaug 2017-07-31 17:12:38 -04:00
nsNodeUtils.h Bug 1385533 - Reserve space for one pointer in the mMutationObservers array on node slots; r=smaug 2017-07-31 17:12:38 -04:00
nsObjectLoadingContent.cpp Bug 1360666 - Update IME state when nsObjectLoadingContent content changes type from 'loading' to a valid content type. r=masayuki 2017-08-03 14:07:14 -05:00
nsObjectLoadingContent.h Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07:00
nsOpenURIInFrameParams.cpp Bug 1364016 - Have _openURIInNewTab() provide the correct triggeringPrincipal. r=baku 2017-07-05 21:57:47 +02:00
nsOpenURIInFrameParams.h Bug 1364016 - Have _openURIInNewTab() provide the correct triggeringPrincipal. r=baku 2017-07-05 21:57:47 +02:00
nsPIDOMWindow.h Bug 1386825 - Part 1: Remove MOZ_B2G from dom. r=bkelly 2017-08-08 14:41:05 -07: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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsPlainTextSerializer.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsPluginArray.cpp Bug 1384835 (part 3, attempt 2) - Remove the Preferences::Get*CString() variants that return nsAdoptingCString. r=froydnj. 2017-07-31 14:28:48 +10: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 Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsPropertyTable.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsQueryContentEventResult.cpp Bug 1375825 - part1: Create test for querying text rect in a non-editable element in a contenteditable element r=smaug 2017-06-23 22:36:05 +09: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 1388775 - extractContents should copy nodes in tree order, not backwards; r=smaug 2017-08-09 18:40:21 +03:00
nsRange.h Bug 1382914 - Store the hashtable of ancestor ranges in the node slots instead of in a property in order to speed up access to it; r=smaug 2017-07-25 13:01:16 -04:00
nsReferencedElement.cpp Bug 1322874 - Get rid of nsIURI.originCharset. r=valentin.gosu 2017-08-02 20:43:30 +09:00
nsReferencedElement.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsSandboxFlags.h Bug 1279218 - Additional applet tag logic removal; r=bz 2017-07-28 16:44:39 -07: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
nsScriptNameSpaceManager.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02: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
nsStyleLinkElement.cpp Bug 1361579 - Remove nsISimpleContentPolicy. r=Ehsan 2017-08-03 17:50:00 +09:00
nsStyleLinkElement.h Bug 1222633 - Add rel=preload - dom part. r=smaug 2017-07-10 15:05:56 +02:00
nsStyledElement.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsStyledElement.h Bug 1365092 - Move side effects of SetAttr, UnsetAttr, and ParseAttribute functions to BeforeSetAttr and AfterSetAttr r=bz 2017-06-07 10:28:20 -07:00
nsSyncLoadService.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsSyncLoadService.h
nsTextFragment.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsTextFragment.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsTextFragmentImpl.h
nsTextFragmentSSE2.cpp
nsTextNode.cpp Bug 1382914 - Store the hashtable of ancestor ranges in the node slots instead of in a property in order to speed up access to it; r=smaug 2017-07-25 13:01:16 -04:00
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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsTreeSanitizer.cpp Bug 1222633 - Add rel=preload - dom part. r=smaug 2017-07-10 15:05:56 +02:00
nsTreeSanitizer.h
nsViewportInfo.cpp
nsViewportInfo.h
nsWindowMemoryReporter.cpp Backed out 3 changesets (bug 1376038) to see if it affects the ghost window numbers in bug 1388111. 2017-08-07 21:11:42 -04:00
nsWindowMemoryReporter.h Backed out 3 changesets (bug 1376038) to see if it affects the ghost window numbers in bug 1388111. 2017-08-07 21:11:42 -04:00
nsWindowRoot.cpp Bug 1372009 - Use aCommandsHandled.EnsureInserted instead of Contains+PutEntry to avoid unnecessary hashtable lookups. r=froydnj 2017-06-17 00:06:04 +02: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 1189822 part 5. Remove the now-unnecessary DOMProxyHandler::ClearExternalRefsForWrapperRelease function. r=peterv 2017-05-17 00:52:53 -04:00
nsWrapperCache.h Bug 1376277 - nsWrapperCache.h: add support for 64bits sparc build. r=glandium 2017-06-27 01:33:49 -07:00
nsWrapperCacheInlines.h Bug 1352430 - Add barrier to wrapper cache to clear dying objects that have not yet been finalized r=bz r=sfink 2017-04-26 11:18:39 +01:00
nsXHTMLContentSerializer.cpp 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
nsXHTMLContentSerializer.h 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
nsXMLContentSerializer.cpp Bug 1363658 - Serializing doctypes should omit internal subset; r=hsivonen 2017-08-03 15:33:55 +03:00
nsXMLContentSerializer.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +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
usecounters.py