gecko-dev/docshell/base
2018-11-20 14:23:04 +01:00
..
crashtests
timeline Bug 1475559 part 2 - Rename JS::IsSavedFrame to JS::IsMaybeWrappedSavedFrame and do some minor cleanup. r=bz 2018-07-21 14:32:25 +02:00
BrowsingContext.cpp Bug 1502328 - Add opener member to BrowsingContext and expose through webidl. r=nika 2018-11-09 08:53:53 +00:00
BrowsingContext.h Bug 1502328 - Add opener member to BrowsingContext and expose through webidl. r=nika 2018-11-09 08:53:53 +00:00
ChromeBrowsingContext.cpp Bug 1480198 - Construct nsDocShell objects inside BrowsingContext. r=peterv 2018-11-05 12:43:10 +00:00
ChromeBrowsingContext.h Bug 1480198 - Construct nsDocShell objects inside BrowsingContext. r=peterv 2018-11-05 12:43:10 +00:00
IHistory.h Bug 1494713 - Pass the widget for the DocShell to IHistory::VisitURI. r=smaug 2018-11-16 17:29:57 +00:00
LoadContext.cpp Bug 1497598. Stop using GetCurrentJSContext in loadcontext code. r=mccr8 2018-10-09 18:28:17 +00:00
LoadContext.h Bug 1491561 - Remove the XPCOM registrations for LoadContext; r=bzbarsky 2018-09-17 21:28:39 -04:00
moz.build Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState; r=bz, nika 2018-10-29 17:13:29 -07:00
nsAboutRedirector.cpp Bug 1500541 - Disable about:config in GeckoView on Release and Beta r=ehsan 2018-11-01 09:52:36 -05:00
nsAboutRedirector.h
nsCDefaultURIFixup.idl
nsCTooltipTextProvider.h
nsDefaultURIFixup.cpp Bug 1435319, r=valentin 2018-06-13 08:15:40 -07:00
nsDefaultURIFixup.h
nsDocShell.cpp Bug 1508629: Remove unused forceCreateAboutBlankContentViewer from docshell. r=jkt 2018-11-20 14:23:04 +01:00
nsDocShell.h Bug 1508596: Remove unused CreatePrincipalFromReferrer within nsDocshell. r=jkt 2018-11-20 12:12:01 +01:00
nsDocShellEditorData.cpp Bug 1489786 - Remove the XPCOM component registration for nsEditingSession; r=masayuki 2018-09-09 15:47:00 -04:00
nsDocShellEditorData.h Bug 1489786 - Remove the XPCOM component registration for nsEditingSession; r=masayuki 2018-09-09 15:47:00 -04:00
nsDocShellEnumerator.cpp Bug 1484496: Part 2 - Add common base class for all nsISimpleEnumerator implementations. r=froydnj 2018-08-18 14:22:47 -07:00
nsDocShellEnumerator.h Bug 1484496: Part 4b - Add intrinsic type information to most nsSimpleEnumerators. r=froydnj 2018-08-18 21:06:32 -07:00
nsDocShellLoadState.cpp Bug 1490257 - Add in asserts for missing triggeringPrincipal. r=ckerschb 2018-11-05 14:03:28 +00:00
nsDocShellLoadState.h Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState; r=bz, nika 2018-10-29 17:13:29 -07:00
nsDocShellLoadTypes.h Bug 1492648 - Move from nsDocShellLoadInfo to nsDocShellLoadState; r=bz, nika 2018-10-29 17:13:29 -07:00
nsDocShellTreeOwner.cpp Bug 1507540 part 2. Use more notxpcom attributes in docshell/. r=smaug 2018-11-19 20:17:53 -05:00
nsDocShellTreeOwner.h Bug 1486558 - Handle title changes on ancestors without a mouseout in between. r=NeilDeakin 2018-09-19 00:56:59 +00:00
nsDSURIContentListener.cpp Bug 1489454 - Remove all trailing whitespaces (again) r=Ehsan 2018-09-07 14:47:51 +00:00
nsDSURIContentListener.h
nsIContentViewer.idl Bug 1507540 part 2. Use more notxpcom attributes in docshell/. r=smaug 2018-11-19 20:17:53 -05:00
nsIContentViewerEdit.idl Bug 1455676 part 6. Remove nsIDOMNode usage from docshell/. r=qdot 2018-05-29 22:58:48 -04:00
nsIDocShell.idl Bug 1508629: Remove unused forceCreateAboutBlankContentViewer from docshell. r=jkt 2018-11-20 14:23:04 +01:00
nsIDocShellTreeItem.idl Bug 1496722 - Make nsIDocShellTreeItem.itemType readonly. r=peterv 2018-11-08 21:58:58 +00:00
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
nsILinkHandler.h Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 9 - necko and docShell, r=mayhemer, r=smaug 2018-05-23 07:12:36 +02:00
nsILoadContext.idl Bug 1497598. Stop using GetCurrentJSContext in loadcontext code. r=mccr8 2018-10-09 18:28:17 +00:00
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl
nsIScrollable.idl
nsIScrollObserver.h
nsITooltipListener.idl
nsITooltipTextProvider.idl Bug 1455676 part 6. Remove nsIDOMNode usage from docshell/. r=qdot 2018-05-29 22:58:48 -04:00
nsIURIFixup.idl
nsIWebNavigation.idl Backed out 10 changesets (bug 1485305) for failures at browser/content/browser.js on a CLOSED TREE 2018-09-18 14:46:54 +03:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsPingListener.cpp Bug 1490874: Log Principal based Security Errors to the Security pane in the console. r=smaug 2018-09-25 07:25:05 +02:00
nsPingListener.h
nsRefreshTimer.cpp
nsRefreshTimer.h
nsWebNavigationInfo.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
nsWebNavigationInfo.h
SerializedLoadContext.cpp Bug 1453795 - docshell - Initialize member fields in classes/ structures. r=smaug 2018-06-18 10:23:57 +03:00
SerializedLoadContext.h