gecko-dev/docshell/base
Mike Conley 1cf83f9538 Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug.
--HG--
extra : rebase_source : 87551351dc763be7f5a8a47d02de21eb3f10c745
2015-01-13 17:24:52 -05:00
..
crashtests Bug 962676 - Reset expected assertion counts for Android crashtests; r=blassey 2014-04-09 08:38:44 -06:00
IHistory.h Bug 1119268 - Mark virtual overridden functions as MOZ_OVERRIDE in misc code; r=bsmedberg 2015-01-12 23:26:30 -05:00
LoadContext.cpp Backed out changesets 41d0ad0271a6, 2bda66cf60fd, and dd1fc46d4d56 (bug 1118845) for B2G mochitest failures. 2015-01-08 21:50:19 -05:00
LoadContext.h Backed out changesets 41d0ad0271a6, 2bda66cf60fd, and dd1fc46d4d56 (bug 1118845) for B2G mochitest failures. 2015-01-08 21:50:19 -05:00
LoadInfo.cpp Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell) 2015-01-07 15:51:20 -08:00
LoadInfo.h Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell) 2015-01-07 15:51:20 -08:00
SerializedLoadContext.cpp Bug 960783 - Add nsILoadContext flags for remote (out-of-process) windows (r=ehsan) 2014-02-11 09:00:54 -08:00
SerializedLoadContext.h Bug 1050611 - Fix more bad implicit constructors in dom and docshell; r=smaug 2014-08-08 09:49:39 -04:00
TimelineMarker.cpp Bug 1113706 - move TimelineMarker to a new header; r=smaug 2015-01-05 09:39:16 -08:00
TimelineMarker.h Bug 1107639 - Use two phase construction rather than Maybe<PersistentRooted> r=terrence 2015-01-23 10:23:57 +00:00
moz.build Bug 1113706 - move TimelineMarker to a new header; r=smaug 2015-01-05 09:39:16 -08:00
nsAboutRedirector.cpp Bug 1083281: Use flags to determine which chrome and about URIs are loaded in the content process. r=mconley, r=bsmedberg, r=jduell, r=mratcliffe 2015-02-05 08:09:15 -08:00
nsAboutRedirector.h Bug 1028588 - Fix dangerous public destructors in docshell/ - r=smaug 2014-06-23 14:49:08 -04:00
nsCDefaultURIFixup.idl
nsDSURIContentListener.cpp Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
nsDSURIContentListener.h bug 1105074 - make more stuff final r=froydnj 2014-11-25 13:56:07 -05:00
nsDefaultURIFixup.cpp Bug 1083634 - entering a trailing slash after a domain should not do a search. r=smaug r=Unfocused 2014-12-22 00:03:26 +00:00
nsDefaultURIFixup.h Backed out changeset 3cc898b3ef5d (bug 1057166) for build bustage 2014-10-01 11:46:28 +01:00
nsDocShell.cpp Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug. 2015-01-13 17:24:52 -05:00
nsDocShell.h Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug. 2015-01-13 17:24:52 -05:00
nsDocShellEditorData.cpp bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
nsDocShellEditorData.h Bug 1048242 - Fix more bad implicit constructors in docshell; r=smaug 2014-08-05 09:19:03 -04:00
nsDocShellEnumerator.cpp Bug 982212: Part 3 - Now that nsTArray::AppendElement supports r-value references, remove the workarounds added in Bug 967364. r=nfroyd 2014-03-15 18:56:00 +01:00
nsDocShellEnumerator.h Bug 1048242 - Fix more bad implicit constructors in docshell; r=smaug 2014-08-05 09:19:03 -04:00
nsDocShellLoadInfo.cpp Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus) 2014-11-18 08:46:29 -05:00
nsDocShellLoadInfo.h Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus) 2014-11-18 08:46:29 -05:00
nsDocShellLoadTypes.h Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs. r=smaug 2013-08-22 15:13:16 -07:00
nsDocShellTransferableHooks.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
nsDocShellTransferableHooks.h Bug 1028588 - Fix dangerous public destructors in docshell/ - r=smaug 2014-06-23 14:49:08 -04:00
nsDownloadHistory.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
nsDownloadHistory.h Bug 1028588 - Fix dangerous public destructors in docshell/ - r=smaug 2014-06-23 14:49:08 -04:00
nsIClipboardCommands.idl
nsIContentViewer.idl bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug 2014-07-09 17:27:49 -04:00
nsIContentViewerContainer.idl
nsIContentViewerEdit.idl
nsIContentViewerFile.idl Bug 919330 - Minimize the #includes in docshell/ IDL files; r=bzbarsky 2013-09-22 19:25:21 -04:00
nsIDocCharset.idl
nsIDocShell.idl Bug 1047603 - Make TabParent::AnswerCreateWindow force the initial browser to be remote in a new window. r=smaug. 2015-01-13 17:24:52 -05:00
nsIDocShellLoadInfo.idl Bug 704320 - Parse and implement meta tag-based referrer policies for documents and nsHttpChannels. (r=bz,mcmanus) 2014-11-18 08:46:29 -05:00
nsIDocShellTreeItem.idl bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
nsIDocShellTreeOwner.idl Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap) 2014-08-20 12:49:11 -07:00
nsIDocumentLoaderFactory.idl bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug 2013-11-15 02:12:43 -05:00
nsIDownloadHistory.idl
nsIGlobalHistory2.idl
nsILinkHandler.h Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
nsILoadContext.idl Bug 1123008 - Make loadContext.topFrameElement work in non-e10s (r=smaug) 2015-01-21 16:19:07 -08:00
nsILoadInfo.idl Bug 1107638 - Add innerWindowID to LoadInfo (r=sicking,jduell) 2015-01-07 15:51:20 -08:00
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl Bug 919330 - Minimize the #includes in docshell/ IDL files; r=bzbarsky 2013-09-22 19:25:21 -04:00
nsIRefreshURI.idl Bug 919330 - Minimize the #includes in docshell/ IDL files; r=bzbarsky 2013-09-22 19:25:21 -04:00
nsIScrollObserver.h Bug 1020801 - Notify the ScrollViewChange DOM event when APZ starts/stops to change the transform. r=ehsan 2014-09-23 06:37:00 -04:00
nsIScrollable.idl Bug 952827 - Remove unused methods from nsIScrollable. r=roc 2014-01-03 21:08:50 +00:00
nsITextScroll.idl
nsIURIFixup.idl Backed out changeset 3cc898b3ef5d (bug 1057166) for build bustage 2014-10-01 11:46:28 +01:00
nsIWebNavigation.idl Bug 464222 - Allow URI loads with a base URI argument. r=bz 2014-02-20 08:43:53 -05:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl Bug 331566 - Change idl interfaces to use @throws instead of @return NS_. r=bsmedberg 2013-05-16 08:26:55 -04:00
nsIWebShellServices.h Bug 1117262 - Mark virtual overridden functions as MOZ_OVERRIDE in docshell; r=bzbarsky 2015-01-03 12:21:47 -05:00
nsWebNavigationInfo.cpp Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
nsWebNavigationInfo.h Bug 912129 - Minimize the #includes in docshell/base; r=bzbarsky 2013-09-03 16:17:26 -04:00