| .. |
|
crashtests
|
|
|
|
timeline
|
Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj
|
2020-08-04 11:27:07 +00:00 |
|
BaseHistory.cpp
|
|
|
|
BaseHistory.h
|
|
|
|
BrowsingContext.cpp
|
Bug 1666881 - Make fission.sessionHistoryInParent require a restart when switching. r=smaug
|
2020-09-25 09:03:58 +00:00 |
|
BrowsingContext.h
|
Backed out changeset 1bfa83880712 (bug 1662839) for browser_disable_author_style_oop.js failures CLOSED TREE
|
2020-09-24 05:55:25 +03:00 |
|
BrowsingContextGroup.cpp
|
Backed out 7 changesets (bug 1661364, bug 1660342) for making bug 1551615 perma fail CLOSED TREE
|
2020-09-11 14:13:46 +03:00 |
|
BrowsingContextGroup.h
|
|
|
|
BrowsingContextWebProgress.cpp
|
|
|
|
BrowsingContextWebProgress.h
|
|
|
|
CanonicalBrowsingContext.cpp
|
Bug 1666485 - Make BrowsingContext::CreatedDynamically non-synced, r=nika,kmag
|
2020-09-23 13:43:38 +00:00 |
|
CanonicalBrowsingContext.h
|
Bug 1666596 - Ensure location.reload(true) removes entries for iframes, r=peterv
|
2020-09-23 10:04:57 +00:00 |
|
ChildProcessChannelListener.cpp
|
|
|
|
ChildProcessChannelListener.h
|
|
|
|
IHistory.h
|
|
|
|
LoadContext.cpp
|
|
|
|
LoadContext.h
|
|
|
|
moz.build
|
|
|
|
nsAboutRedirector.cpp
|
|
|
|
nsAboutRedirector.h
|
|
|
|
nsCTooltipTextProvider.h
|
|
|
|
nsDocShell.cpp
|
Bug 1666881 - Make fission.sessionHistoryInParent require a restart when switching. r=smaug
|
2020-09-25 09:03:58 +00:00 |
|
nsDocShell.h
|
Bug 1666485 - Make BrowsingContext::CreatedDynamically non-synced, r=nika,kmag
|
2020-09-23 13:43:38 +00:00 |
|
nsDocShellEditorData.cpp
|
|
|
|
nsDocShellEditorData.h
|
|
|
|
nsDocShellEnumerator.cpp
|
|
|
|
nsDocShellEnumerator.h
|
|
|
|
nsDocShellLoadState.cpp
|
Bug 1375244 - Remove sync KeywordToURI and related IPC messages as they are no longer required. r=Gijs,mak,mccr8
|
2020-09-11 07:15:21 +00:00 |
|
nsDocShellLoadState.h
|
Bug 1663488 - Fix CanonicalBrowsingContext::NotifyOnHistoryReload. r=smaug
|
2020-09-08 14:04:33 +00:00 |
|
nsDocShellLoadTypes.h
|
|
|
|
nsDocShellTelemetryUtils.cpp
|
|
|
|
nsDocShellTelemetryUtils.h
|
|
|
|
nsDocShellTreeOwner.cpp
|
Bug 1659758 - Null-check event target in nsDocShellTreeOwner::AddChromeListeners. r=smaug
|
2020-08-24 23:51:26 +00:00 |
|
nsDocShellTreeOwner.h
|
|
|
|
nsDSURIContentListener.cpp
|
Bug 1656753 - Track CrossGroupOpener on CanonicalBrowsingContext, r=farre
|
2020-09-22 16:28:37 +00:00 |
|
nsDSURIContentListener.h
|
Bug 1656753 - Track CrossGroupOpener on CanonicalBrowsingContext, r=farre
|
2020-09-22 16:28:37 +00:00 |
|
nsIContentViewer.idl
|
Backed out changeset 1bfa83880712 (bug 1662839) for browser_disable_author_style_oop.js failures CLOSED TREE
|
2020-09-24 05:55:25 +03:00 |
|
nsIContentViewerEdit.idl
|
|
|
|
nsIDocShell.idl
|
Bug 1666485 - Make BrowsingContext::CreatedDynamically non-synced, r=nika,kmag
|
2020-09-23 13:43:38 +00:00 |
|
nsIDocShellTreeItem.idl
|
Bug 1662841: Remove Fission-incompatible nsDocumentViewer::AppendSubtree. r=nika
|
2020-09-17 22:43:47 +00:00 |
|
nsIDocShellTreeOwner.idl
|
|
|
|
nsIDocumentLoaderFactory.idl
|
|
|
|
nsILoadContext.idl
|
|
|
|
nsILoadURIDelegate.idl
|
|
|
|
nsIPrivacyTransitionObserver.idl
|
|
|
|
nsIReflowObserver.idl
|
|
|
|
nsIRefreshURI.idl
|
|
|
|
nsIScrollObserver.h
|
|
|
|
nsITooltipListener.idl
|
|
|
|
nsITooltipTextProvider.idl
|
|
|
|
nsIURIFixup.idl
|
|
|
|
nsIWebNavigation.idl
|
|
|
|
nsIWebNavigationInfo.idl
|
|
|
|
nsIWebPageDescriptor.idl
|
Bug 1655572 - Make view-source not require session history, r=peterv
|
2020-09-14 19:00:05 +00:00 |
|
nsPingListener.cpp
|
Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi
|
2020-09-23 15:17:15 +00:00 |
|
nsPingListener.h
|
|
|
|
nsRefreshTimer.cpp
|
|
|
|
nsRefreshTimer.h
|
|
|
|
nsWebNavigationInfo.cpp
|
|
|
|
nsWebNavigationInfo.h
|
|
|
|
SerializedLoadContext.cpp
|
|
|
|
SerializedLoadContext.h
|
|
|
|
SyncedContext.h
|
Bug 1659520 - Use explicit type arguments for SyncedContext field setters, r=farre
|
2020-08-26 07:53:26 +00:00 |
|
SyncedContextInlines.h
|
Bug 1613431 - Part 1: Have synced setters return nsresult. r=nika
|
2020-07-31 13:36:45 +00:00 |
|
URIFixup.jsm
|
|
|
|
WindowContext.cpp
|
Bug 1652108 - part2 : modify page_had_media_count to in_page_count r=nika,bryce
|
2020-09-24 21:41:10 +00:00 |
|
WindowContext.h
|
Bug 1652108 - part2 : modify page_had_media_count to in_page_count r=nika,bryce
|
2020-09-24 21:41:10 +00:00 |