gecko/docshell/base
Matthew Noorenberghe 195ad79959 Bug 587780 - Part 3 - Switch consumers from using a special content-type to the purpose argument. r=rnewman,gavin
--HG--
extra : rebase_source : 0803327b33f416fb0c679015495d376f6bce19a0
2012-04-04 02:50:39 -07:00
..
crashtests
IHistory.h Bug 799609 - Disable Places in B2G - Part 2 - Allow docshell and content to build without Places 2012-11-09 10:55:54 +01:00
LoadContext.cpp no bug - remove a bunch of extra ';'s to make -pedantic happy 2013-01-11 05:14:04 -05:00
LoadContext.h Bug 782542 - Secure necko IPDL usage. r=ted,jduell a=blocking-b2g 2012-12-29 04:02:16 -05:00
Makefile.in Bug 725770. r=bz 2012-08-15 13:51:19 +12:00
nsAboutRedirector.cpp Bug 661881: Add an about:telemetry page to Firefox. r=ttaubert 2012-11-08 15:36:06 -05:00
nsAboutRedirector.h
nsCDefaultURIFixup.idl
nsDefaultURIFixup.cpp Bug 587780 - Part 3 - Switch consumers from using a special content-type to the purpose argument. r=rnewman,gavin 2012-04-04 02:50:39 -07:00
nsDefaultURIFixup.h
nsDocShell.cpp Bug 837075 - Without a rootDoc, we don't have a rootUri to check if the root is https and we don't have the channel to see whether mixed content was allowed on the page. Set aRootHasSecureConnection to true by default instead of false by default. r=smaug 2013-02-06 18:29:20 -08:00
nsDocShell.h Bug 822367 - Since document.open() creates a new channel, set nsDocShell:mMixedContentChannel to the newly created channel if the user has decided to allow mixed content on the page. r=smaug 2013-01-30 00:04:34 -08:00
nsDocShellEditorData.cpp
nsDocShellEditorData.h
nsDocShellEnumerator.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsDocShellEnumerator.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsDocShellLoadInfo.cpp
nsDocShellLoadInfo.h
nsDocShellLoadTypes.h Bug 822367 - Since document.open() creates a new channel, set nsDocShell:mMixedContentChannel to the newly created channel if the user has decided to allow mixed content on the page. r=smaug 2013-01-30 00:04:34 -08:00
nsDocShellTransferableHooks.cpp
nsDocShellTransferableHooks.h
nsDownloadHistory.cpp Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium 2013-01-29 13:12:13 -05:00
nsDownloadHistory.h
nsDSURIContentListener.cpp Bug 802366 - The main event: Let a browser process inherit its app's id. r=bz,cjones 2012-11-10 10:32:37 -08:00
nsDSURIContentListener.h Bug 789776: Log an error message when X-Frame-Options vetoes a load. r=jst 2012-09-20 19:47:18 -07:00
nsIClipboardCommands.idl
nsIContentViewer.idl Bug 825866. Part 8: Mass-rename of nsIView to nsView. r=tnikkel 2013-01-04 02:23:11 +13:00
nsIContentViewerContainer.idl
nsIContentViewerEdit.idl
nsIContentViewerFile.idl
nsIDocCharset.idl
nsIDocShell.idl Bug 822367 - Add mixed display flags to the document. Add mixed display and mixed active states to nsIWebProgressListener and use them in nsMixedContentBlocker. r=smaug 2013-01-30 00:04:41 -08:00
nsIDocShellHistory.idl
nsIDocShellLoadInfo.idl Bug 822367 - Plumbing needed to show user Mixed Content Blocker Doorhanger when Mixed Active Content is Blocked and allow user an option to load the inseucre content anyway. r=smaug 2013-01-30 00:04:31 -08:00
nsIDocShellTreeItem.idl Bug 802366 - Prelude, part 5: Improve comments in nsIDocShellTreeItem.idl and nsILoadContext.idl. r=bz 2012-11-10 10:32:36 -08:00
nsIDocShellTreeNode.idl
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
nsIDownloadHistory.idl Bug 825849 - Add a RemoveAllDownloads API to nsIDownloadHistory. 2013-01-05 10:21:04 +01:00
nsIEditorDocShell.idl
nsIGlobalHistory2.idl
nsILinkHandler.h Bug 676619 - Implementation of the download attribute for links. r=smaug 2012-12-02 21:55:52 +01:00
nsILoadContext.idl Bug 802366 - Prelude, part 5: Improve comments in nsIDocShellTreeItem.idl and nsILoadContext.idl. r=bz 2012-11-10 10:32:36 -08:00
nsIMarkupDocumentViewer.idl Bug 234628 part 2 - Make manual encoding overrides not apply to internal URL schemes or to docs declared as UTF-16 on the HTTP level; make docshells able to report when the encoding menu should be disabled. r=bzbarsky. 2013-01-18 16:27:03 +02:00
nsIPrivacyTransitionObserver.idl
nsIRefreshURI.idl
nsIScrollable.idl
nsITextScroll.idl
nsIURIFixup.idl
nsIWebNavigation.idl Bug 822367 - Plumbing needed to show user Mixed Content Blocker Doorhanger when Mixed Active Content is Blocked and allow user an option to load the inseucre content anyway. r=smaug 2013-01-30 00:04:31 -08:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsIWebShellServices.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsWebNavigationInfo.cpp Bug 794884. Make SupportImageWithMimeType return a bool. r=joe. 2012-10-03 16:17:47 -04:00
nsWebNavigationInfo.h Bug 794884. Make SupportImageWithMimeType a static function. r=joe,r=bz 2012-10-03 16:17:40 -04:00
SerializedLoadContext.cpp Bug 756648 - Implement "cookie jars" for apps. r=biesi,smaug 2012-09-18 12:04:04 -04:00
SerializedLoadContext.h Bug 722850 - Part 1: Add missing privacy-bit-valid serialization for load contexts. r=jduell 2012-11-16 16:39:51 +00:00