gecko-dev/docshell/base
Jim Blandy 9120910ea9 Bug 1438121: Final Part 1: Change JS::CopyAsyncStack's maxFrameCount to be a Maybe, and use that type throughout. r=tromey
I botched another patch in this series because I was confused about when zero
meant "no limit" and when it actually just meant zero, so I figured I'd fix this.

MozReview-Commit-ID: 5vgzKGSKL8F

--HG--
extra : rebase_source : dc57c22b08455a1867eeaa139b3045d2ae181cef
extra : histedit_source : e82898f74e8568bbbd10f7589427f5fbbcfe24fa
2018-03-06 21:52:31 -08:00
..
crashtests Bug 443655 - Add crashtest. r=me 2017-10-18 09:43:10 -04:00
timeline Bug 1438121: Final Part 1: Change JS::CopyAsyncStack's maxFrameCount to be a Maybe, and use that type throughout. r=tromey 2018-03-06 21:52:31 -08:00
IHistory.h
LoadContext.cpp Bug 1316683 - Part 5: Avoid going into SpiderMonkey for retrieving origin attributes; r=baku 2017-04-12 11:32:19 -04:00
LoadContext.h Bug 1316683 - Part 1: Make nsILoadContext non-scriptable. r=ehsan 2017-04-12 11:32:05 -04:00
SerializedLoadContext.cpp Bug 1316683 - Part 5: Avoid going into SpiderMonkey for retrieving origin attributes; r=baku 2017-04-12 11:32:19 -04:00
SerializedLoadContext.h Bug 1322576 - [1.2] Add tracking protection attribute to nsILoadContext to allow for overriding of the global preference setting for individual DocShells. r=smaug 2017-02-22 14:57:37 +01:00
moz.build Bug 1437300 - Remove nsIDocCharset. r=bz 2018-02-10 19:12:42 +01:00
nsAboutRedirector.cpp Bug 1408044 - remove the 'about:' page from toolkit, r=dao 2017-11-16 17:16:12 +00:00
nsAboutRedirector.h
nsCDefaultURIFixup.idl
nsCTooltipTextProvider.h Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop 2017-01-12 13:47:27 -08:00
nsDSURIContentListener.cpp Bug 1412824: Refactor MaybeCloseWindow and allow to reuse the window close code from within nsExternalHelperAppService as well as nsDSURIContentListener. r=smaug 2017-11-03 13:23:25 +01:00
nsDSURIContentListener.h Bug 1412824: Refactor MaybeCloseWindow and allow to reuse the window close code from within nsExternalHelperAppService as well as nsDSURIContentListener. r=smaug 2017-11-03 13:23:25 +01:00
nsDefaultURIFixup.cpp Bug 1440771 - Part 3: Use nsCOMPtr<nsIInputStream> directly in PContent, r=baku 2018-03-05 16:00:05 -05:00
nsDefaultURIFixup.h Bug 1433958 - Change code that sets nsIURI.host to use nsIURIMutator r=mayhemer 2018-02-26 20:43:47 +01:00
nsDocShell.cpp Bug 1442355 - Add a getter for docshell's colormatrix. r=smaug 2018-03-05 09:51:00 +02:00
nsDocShell.h Bug 1431466 - expose colormatrix in docshell. r=kats 2018-02-27 13:00:00 +02:00
nsDocShellEditorData.cpp Bug 1387406 - part1: nsDocShellEditorData should store editor as HTMLEditor r=smaug 2017-08-04 21:42:13 +09:00
nsDocShellEditorData.h Bug 1387406 - part1: nsDocShellEditorData should store editor as HTMLEditor r=smaug 2017-08-04 21:42:13 +09:00
nsDocShellEnumerator.cpp
nsDocShellEnumerator.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
nsDocShellLoadInfo.cpp Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsDocShellLoadInfo.h Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsDocShellLoadTypes.h Bug 1406161 - Part 5: Move LoadType convertion functions to nsDocShellLoadTypes.h. r=smaug 2017-12-19 15:13:02 +08:00
nsDocShellTransferableHooks.cpp
nsDocShellTransferableHooks.h
nsDocShellTreeOwner.cpp Bug 1435908 - Part 4: Pass the triggering principal when opening an URI in non-tab browser drag and drop. r=Gijs 2018-02-28 10:36:44 +09:00
nsDocShellTreeOwner.h Bug 1413248 - Remove nsIContextMenuListener, nsIContextMenuListener2 and nsContextMenuInfo as they are unused. r=qdot 2017-10-31 17:23:15 +00:00
nsDownloadHistory.cpp
nsDownloadHistory.h
nsIClipboardCommands.idl
nsIContentViewer.idl Bug 1434318 part 2. Stop using nsIContentViewer::GetDOMDocument in C++. r=mystor 2018-01-31 15:18:09 -05:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1442355 - Add a getter for docshell's colormatrix. r=smaug 2018-03-05 09:51:00 +02:00
nsIDocShellLoadInfo.idl Bug 1396399 - Clarify rules for applying activeTab permission to content scripts. r=kmag, r=bz 2017-11-04 21:06:20 -07:00
nsIDocShellTreeItem.idl Bug 1337537 - Remove the need for TabGroup to be an nsISupports for DocShell::FindItemWithName (r=mystor) 2017-02-13 17:02:47 -08:00
nsIDocShellTreeOwner.idl Bug 1322414 - part 1 - remove GetContentShellById and id passing, r=bz 2016-12-08 11:12:36 -10:00
nsIDocumentLoaderFactory.idl Bug 1384162 part 1 - DeCOMtaminate nsContentDLF::CreateBlankDocument. r=bz 2017-07-26 19:32:45 +10:00
nsIDownloadHistory.idl
nsIGlobalHistory2.idl
nsILinkHandler.h Bug 1398733 - nsILinkHandler::OnLinkClick and OnLinkClickSync should know the post data inputStream length, r=smaug 2017-09-22 08:11:18 +02:00
nsILoadContext.idl Bug 1316683 - Part 5: Avoid going into SpiderMonkey for retrieving origin attributes; r=baku 2017-04-12 11:32:19 -04:00
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl Bug 1416307 - Set triggeringPrincipal to current document's principal, if aPrincipal is not given. r=bz 2018-02-06 13:28:30 -05:00
nsIScrollObserver.h Bug 1293362 - Part 4: Generate runtime bindings for calling xpcom methods from rust, r=froydnj 2018-01-23 17:27:26 -05:00
nsIScrollable.idl
nsITextScroll.idl
nsITooltipListener.idl Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop 2017-01-12 13:47:27 -08:00
nsITooltipTextProvider.idl Bug 1309049 - move embedding/ files out of that directory, r=jst,mossop 2017-01-12 13:47:27 -08:00
nsIURIFixup.idl
nsIWebNavigation.idl Bug 1407891: Allow view-image to open a data: URI by setting a flag on the loadinfo. r=bz 2017-11-08 20:01:41 +01:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsIWebShellServices.h
nsPingListener.cpp Bug 1425458 - Resource timing entries Workers - part 0 - NS_NewChannel, r=smaug 2018-01-24 17:17:31 +01:00
nsPingListener.h Bug 1406161 - Part 4: Move nsPingListener and nsRefreshTimer to separate files. r=smaug 2017-12-18 20:19:36 -06:00
nsRefreshTimer.cpp Bug 1437604 - remove NS_INTERFACE_MAP_END_THREADSAFE; r=mystor 2018-02-12 14:36:46 -05:00
nsRefreshTimer.h Bug 1406161 - Part 4: Move nsPingListener and nsRefreshTimer to separate files. r=smaug 2017-12-18 20:19:36 -06:00
nsWebNavigationInfo.cpp Bug 1351490 - Only run plugin finding on flash mime types/extensions; r=bsmedberg 2017-04-11 13:53:58 -07:00
nsWebNavigationInfo.h Bug 1391803 - Use nsStringFwd.h for forward declaring string classes. r=froydnj 2017-08-16 16:48:52 -07:00