gecko-dev/dom/ipc
Tim Huang 04d44bae12 Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan
Given that we are going to add ContentBlockingAllowList in
CookieSettings, so CookieSettings will be responsible for more stuff than the
cookie behavior and cookie permission. We should use a proper name to
reflect the purpose of it. The name 'CookieSettings' is misleading that
this is only for cookie related stuff. So, we decide to rename
'CookieSettins' to 'CookieJarSettings' which serves better meaning here.

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

--HG--
rename : netwerk/cookie/CookieSettings.cpp => netwerk/cookie/CookieJarSettings.cpp
rename : netwerk/cookie/nsICookieSettings.idl => netwerk/cookie/nsICookieJarSettings.idl
extra : moz-landing-system : lando
2020-03-04 08:59:08 +00:00
..
fuzztest
tests Backed out 4 changesets (bug 1589493) for causing failures in test_process_error_oom.xhtml 2020-03-03 12:21:11 +02:00
BrowserBridgeChild.cpp Bug 1615403 - Part 6: Use MaybeDiscarded for WindowGlobalInit, r=farre 2020-02-20 23:30:50 +00:00
BrowserBridgeChild.h Bug 1615403 - Part 2: Use MaybeDiscarded for direct IPC arguments, r=farre 2020-02-20 23:30:35 +00:00
BrowserBridgeHost.cpp Bug 1550800 - Call BrowserParent::UpdateDimensions() in BrowserBridgeParent::RecvUpdateDimensions. r=nika,hsivonen 2020-02-13 22:30:56 +00:00
BrowserBridgeHost.h Bug 1588791 - Cleanup threading of OwnerShowInfo. r=mattwoodrow 2020-01-13 11:30:36 +00:00
BrowserBridgeParent.cpp Bug 1615403 - Part 6: Use MaybeDiscarded for WindowGlobalInit, r=farre 2020-02-20 23:30:50 +00:00
BrowserBridgeParent.h Bug 1550800 - Call BrowserParent::UpdateDimensions() in BrowserBridgeParent::RecvUpdateDimensions. r=nika,hsivonen 2020-02-13 22:30:56 +00:00
BrowserChild.cpp Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
BrowserChild.h Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
BrowserHost.cpp Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
BrowserHost.h Bug 1588791 - Cleanup threading of OwnerShowInfo. r=mattwoodrow 2020-01-13 11:30:36 +00:00
BrowserParent.cpp Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
BrowserParent.h Backed out changeset e51b4e883adc (bug 1507287) for not having proper review 2020-03-03 18:23:07 +02:00
CPOWManagerGetter.h
CSPMessageUtils.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
CSPMessageUtils.h Bug 1547218 - Part 2: Stop special casing pointer types in ParamTraits specialization, r=froydnj 2019-05-21 17:04:39 +00:00
ClonedErrorHolder.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
ClonedErrorHolder.h Bug 1588839 - Part 1 - Add helper to allow structured cloning Error/Exception objects. r=bzbarsky 2019-12-07 18:59:14 +00:00
CoalescedInputData.h
CoalescedMouseData.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
CoalescedMouseData.h
CoalescedWheelData.cpp
CoalescedWheelData.h
ColorPickerParent.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
ColorPickerParent.h
ContentChild.cpp Bug 1617434 - Don't recreate ClientSource when we process switch. r=perry 2020-03-04 02:47:57 +00:00
ContentChild.h Bug 1615403 - Part 8: Use MaybeDiscarded for new focus methods, r=hsivonen 2020-02-20 23:30:54 +00:00
ContentParent.cpp Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
ContentParent.h Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
ContentProcess.cpp Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
ContentProcess.h
ContentProcessManager.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
ContentProcessManager.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
DOMTypes.ipdlh Bug 1615966 - Try to compute topWindowURI/contentblockingallowlistprincipal in the parent process for DocumentChannel. r=nika,Ehsan 2020-03-01 19:25:01 +00:00
DocShellMessageUtils.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
DocShellMessageUtils.h Bug 1588791 - Make fission iframes honor and deal with the scrolling attribute. r=mattwoodrow 2020-01-13 11:30:44 +00:00
EffectsInfo.h Bug 1558482 - Add visibleRect and scaling to EffectsInfo and compute them when using layers. r=mattwoodrow 2019-06-11 07:50:40 -05:00
FilePickerParent.cpp Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
FilePickerParent.h Bug 1553603 - Support "capture" attribute in Gecko and expose in GV. r=geckoview-reviewers,smaug,snorp,agi 2019-07-30 18:13:05 +00:00
IdType.h Bug 1553490 - Make RestoreBrowsingContextChildren take an array of BCs. r=nika 2019-05-28 07:40:00 +00:00
JSWindowActor.cpp Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
JSWindowActor.h Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
JSWindowActorChild.cpp Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
JSWindowActorChild.h Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
JSWindowActorParent.cpp Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
JSWindowActorParent.h Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
JSWindowActorService.cpp Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
JSWindowActorService.h Bug 1581925 - Part 1: Capture parent process JSWindowActor events at InProcessBrowserChildMessageManager, r=kmag 2019-10-07 19:35:06 +00:00
MMPrinter.cpp Bug 1599521 - Add helper method for getting a string for the current process type. r=froydnj 2019-12-02 22:01:47 +00:00
MMPrinter.h
ManifestMessagesChild.jsm Bug 1566018 - Return the URL of the manifest from manifest validation in object r=Ola,baku 2019-07-17 14:04:19 +00:00
MaybeDiscarded.h Bug 1615403 - Part 1: Introduce a new MaybeDiscarded type, r=farre 2020-02-20 23:30:33 +00:00
MemMapSnapshot.cpp Bug 1479960 - Convert MemMapSnapshot to use frozen shared memory. r=kmag 2019-08-14 22:48:40 +00:00
MemMapSnapshot.h Bug 1479960 - Convert MemMapSnapshot to use frozen shared memory. r=kmag 2019-08-14 22:48:40 +00:00
MemoryReportRequest.cpp
MemoryReportRequest.h
MemoryReportTypes.ipdlh
PBrowser.ipdl Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
PBrowserBridge.ipdl Bug 1615403 - Part 2: Use MaybeDiscarded for direct IPC arguments, r=farre 2020-02-20 23:30:35 +00:00
PBrowserOrId.ipdlh
PColorPicker.ipdl
PContent.ipdl Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
PContentPermission.ipdlh
PContentPermissionRequest.ipdl
PCycleCollectWithLogs.ipdl
PFilePicker.ipdl Bug 1553603 - Support "capture" attribute in Gecko and expose in GV. r=geckoview-reviewers,smaug,snorp,agi 2019-07-30 18:13:05 +00:00
PLoginReputation.ipdl
PPluginWidget.ipdl Bug 1432856 - Extended focus methods in Window.webidl, Client.webidl and Element.webidl to pass CallerType. r=smaug 2020-01-16 14:38:40 +00:00
PProcessHangMonitor.ipdl Bug 1582042 - Remove useless threading of aForceRepaint around various IPC messages. r=mconley 2019-09-26 22:11:17 +00:00
PTabContext.ipdlh Bug 1539497, navigator.maxTouchPoints returns 0 in child process, r=ehsan 2019-07-19 01:45:16 +03:00
PURLClassifier.ipdl
PURLClassifierInfo.ipdlh
PURLClassifierLocal.ipdl
PWindowGlobal.ipdl Bug 1615403 - Part 2: Use MaybeDiscarded for direct IPC arguments, r=farre 2020-02-20 23:30:35 +00:00
PermissionMessageUtils.cpp Bug 1547218 - Part 2: Stop special casing pointer types in ParamTraits specialization, r=froydnj 2019-05-21 17:04:39 +00:00
PermissionMessageUtils.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
PreallocatedProcessManager.cpp Bug 1538200 - Kill the preallocated process when we're low on memory r=mconley 2019-10-31 15:55:40 +00:00
PreallocatedProcessManager.h
PrefsTypes.ipdlh
ProcessHangMonitor.cpp Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
ProcessHangMonitor.h Bug 1582042 - Remove useless threading of aForceRepaint around various IPC messages. r=mconley 2019-09-26 22:11:17 +00:00
ProcessHangMonitorIPC.h
ProcessPriorityManager.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
ProcessPriorityManager.h
PropertyBagUtils.cpp Bug 911444 part 2. Allow sending an nsIPrincipal in a variant over IPC. r=nika 2020-02-27 14:54:53 +00:00
PropertyBagUtils.h Bug 1596665 - P1. Add IPDL serializer for nsHasPropertyBag/nsIVariant. r=mattwoodrow 2019-11-26 01:24:12 +00:00
RefMessageBodyService.cpp Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
RefMessageBodyService.h Bug 1610020 - BroadcastChannel + wasm - part 5 - RefMessageBody for BroadcastChannels, r=smaug 2020-01-24 08:00:08 +00:00
ReferrerInfoUtils.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
ReferrerInfoUtils.h Bug 1547218 - Part 2: Stop special casing pointer types in ParamTraits specialization, r=froydnj 2019-05-21 17:04:39 +00:00
RemoteBrowser.cpp Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
RemoteBrowser.h Bug 1588791 - Cleanup threading of OwnerShowInfo. r=mattwoodrow 2020-01-13 11:30:36 +00:00
RemoteWebProgress.cpp
RemoteWebProgress.h
RemoteWebProgressRequest.cpp Bug 1577040 - Part 7: Get rid of nsIClassifiedChanel::IsTrackingResource(), r=Ehsan 2020-02-20 07:30:30 +00:00
RemoteWebProgressRequest.h Bug 1559657: Pass load time in RemoteWebProgress. r=Ehsan,barret 2019-07-11 04:00:41 +00:00
ServiceWorkerConfiguration.ipdlh
SharedMap.cpp Bug 1550108 - Split out Input/OutputBuffer into their own file r=froydnj 2019-10-04 20:44:41 +00:00
SharedMap.h
SharedMapChangeEvent.h
SharedMessageBody.cpp Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 8 - usage of IsSharedMemoryAllowed, r=smaug 2020-02-06 13:51:07 +00:00
SharedMessageBody.h Bug 1609990 - AgentCluster comparison in MessagePort and BroadcastChannel - part 2 - MessageDataType, r=smaug 2020-01-24 16:19:59 +00:00
SharedStringMap.cpp Bug 1479960 - Give SharedStringMap a magic number so that all zeroes isn't a valid instance. r=kmag 2019-08-14 22:48:38 +00:00
SharedStringMap.h Bug 1479960 - Give SharedStringMap a magic number so that all zeroes isn't a valid instance. r=kmag 2019-08-14 22:48:38 +00:00
StringTable.h
StructuredCloneData.cpp Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 2 - CloneDataPolicy in writing, r=smaug 2020-02-06 13:46:25 +00:00
StructuredCloneData.h Bug 1611855 - Worklet must be part of the same parent's agentCluster - part 2 - CloneDataPolicy in writing, r=smaug 2020-02-06 13:46:25 +00:00
TabContext.cpp Bug 1612483 - Remove mozilla::dom::TabContext::IsMozBrowser(). r=bzbarsky 2020-02-05 16:27:49 +00:00
TabContext.h Bug 1612483 - Remove mozilla::dom::TabContext::IsMozBrowser(). r=bzbarsky 2020-02-05 16:27:49 +00:00
TabMessageUtils.cpp
TabMessageUtils.h Bug 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
URLClassifierChild.h Bug 1615155 - Don't generate default `Recv__delete__` if there are args. r=nika 2020-02-18 20:46:21 +00:00
URLClassifierParent.cpp Bug 1580416 - P1. Use a different fragment method when the URI is a pairwiseWhitelistedURI. r=Ehsan 2019-09-27 13:22:18 +00:00
URLClassifierParent.h Bug 1477756 - Initial out-of-process WebGL implementation. r=mccr8,handyman 2020-01-08 22:19:14 +00:00
UserActivationIPCUtils.h Bug 1578355 - Part 2: Introduce UserActivation::State; r=smaug 2019-09-20 11:10:13 +00:00
WindowGlobalActor.cpp Bug 1615966 - Try to compute topWindowURI/contentblockingallowlistprincipal in the parent process for DocumentChannel. r=nika,Ehsan 2020-03-01 19:25:01 +00:00
WindowGlobalActor.h Backed out 2 changesets (bug 1580176) for hazard failure CLOSED TREE 2020-01-22 23:12:46 +02:00
WindowGlobalChild.cpp Bug 1615966 - Try to compute topWindowURI/contentblockingallowlistprincipal in the parent process for DocumentChannel. r=nika,Ehsan 2020-03-01 19:25:01 +00:00
WindowGlobalChild.h Bug 1615403 - Part 2: Use MaybeDiscarded for direct IPC arguments, r=farre 2020-02-20 23:30:35 +00:00
WindowGlobalParent.cpp Bug 1615966 - Try to compute topWindowURI/contentblockingallowlistprincipal in the parent process for DocumentChannel. r=nika,Ehsan 2020-03-01 19:25:01 +00:00
WindowGlobalParent.h Bug 1615966 - Try to compute topWindowURI/contentblockingallowlistprincipal in the parent process for DocumentChannel. r=nika,Ehsan 2020-03-01 19:25:01 +00:00
components.conf
jar.mn Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00
moz.build Bug 1615403 - Part 1: Introduce a new MaybeDiscarded type, r=farre 2020-02-20 23:30:33 +00:00
nsIHangReport.idl
nsIRemoteWebProgress.idl
nsIRemoteWebProgressRequest.idl Bug 1559657: Pass load time in RemoteWebProgress. r=Ehsan,barret 2019-07-11 04:00:41 +00:00
nsQueryActor.h Bug 1583378 - Remove unneded warning in do_QueryActor. r=kmag 2019-09-23 22:32:37 +00:00
remote-test.js Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
test.xhtml Bug 1595908, replace .xul test files in dom/ to .xhtml r=smaug 2019-11-27 15:39:16 +00:00