Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
Olli Pettay 208cca166b Bug 1574261 - Make nsDocShell::MaybeHandleSubFrameHistory work with session history in parent, r=peterv
This has couple of different pieces and one may want to focus on each of those separately when
reviewing. The first two as small changes.

- Moving mDynamicallyCreated from nsDocShell to be a sync'ed field on BrowsingContext.
  CanonicalBrowsingContext::CreateLoadingSessionHistoryEntryForLoad sets that on a newly created entry.
- Adding mActiveEntryIsLoadingFromSessionHistory. mLoadingEntry + mActiveEntryIsLoadingFromSessionHistory has roughly
  the same lifetime as mLSHE. mLoadingActiveEntry is needed so that child docshell can know whether its parent is loading from session history.
- The main part is in MaybeHandleSubframeHistory which checks if the parent docshell is loading from session history,
  and if so, asks for a LoadingSessionHistoryInfo. In the case of docshell living in a child process that operation is asynchronous,
  so when the data is back from the parent process, LoadURI is called again with the possibly updated data.
  One could possibly split the code to smaller methods and then deal with aContinueHandlingSubframeHistory only in LoadURI,
  but MaybeHandleSubframeHistory does have some early returns which would make that approach possibly hard to follow.

Differential Revision: https://phabricator.services.mozilla.com/D89685
2020-09-17 18:22:08 +00:00
.cargo Bug 1664453: vendor Cranelift to 379aed8092cd1241ec7839e77d05557b1dceb234 to resolve two Wasm translation bugs. r=jseward 2020-09-15 20:01:26 +00:00
.vscode
accessible Backed out changeset 5b344e00670b (bug 1657418) for bustage on MOXWebAreaAccessible.mm. CLOSED TREE 2020-09-18 01:15:07 +03:00
browser Bug 1664522 - Move ext_tabs_captureTab test to toolkit. r=robwu,snorp 2020-09-17 18:04:20 +00:00
build Bug 1664077 - Remove _NON_GLOBAL_ACDEFINES. r=firefox-build-system-reviewers,mhentges,rstewart 2020-09-15 14:25:14 +00:00
caps Bug 1145314: Increase expected assertion range to 9 for test_bug995943.xhtml on Linux. r=aryx 2020-09-15 07:30:26 +00:00
chrome
config Bug 1654189 - Move sipcc SDP to third_party;r=dminor 2020-09-11 20:19:42 +00:00
devtools Bug 1665165 - Disable some bfcache tests on Fission, r=jesup 2020-09-17 17:36:24 +00:00
docs Bug 1665499 - Document clangd's 'switch header/source' command. r=andi DONTBUILD 2020-09-17 05:20:18 +00:00
docshell Bug 1574261 - Make nsDocShell::MaybeHandleSubFrameHistory work with session history in parent, r=peterv 2020-09-17 18:22:08 +00:00
dom Bug 1574261 - Make nsDocShell::MaybeHandleSubFrameHistory work with session history in parent, r=peterv 2020-09-17 18:22:08 +00:00
editor Bug 1658702 - part 16: Implement AutoBlockElementsJoiner::ComputeRangesToDeleteContentInRanges() and AutoBlockElementsJoiner::ComputeRangesToJoinBlockElementsInSameParent() r=m_kato 2020-09-17 08:39:31 +00:00
extensions
gfx Bug 1665648 - Initialize GPU process config before WebRender. r=kats 2020-09-17 14:04:24 +00:00
gradle/wrapper
hal Bug 1664374 - Replace MOZ_MUST_USE with [[nodiscard]] in hal. r=gsvelto 2020-09-11 06:35:02 +00:00
image
intl Bug 1656261 - Back out all recent StartupCache work r=RyanVM 2020-09-14 17:00:53 +00:00
ipc Bug 1657033 - Use Span<const char> in JSONWriter - r=froydnj 2020-09-14 02:33:20 +00:00
js Bug 1665687 - Add ParserAtomEntry::dump. r=tcampbell 2020-09-17 17:56:25 +00:00
layout Bug 1665165 - Disable some bfcache tests on Fission, r=jesup 2020-09-17 17:36:24 +00:00
media Bug 1663917 - Update libcubeb b66d915. r=cubeb-reviewers,kinetik 2020-09-17 12:14:19 +00:00
memory Bug 1657033 - Use Span<const char> in JSONWriter - r=froydnj 2020-09-14 02:33:20 +00:00
mfbt Bug 1664844 - Add DebugOnly::inspect member function. r=jwalden 2020-09-17 08:44:30 +00:00
mobile Bug 1664522 - Move ext_tabs_captureTab test to toolkit. r=robwu,snorp 2020-09-17 18:04:20 +00:00
modules Backed out changeset 7f4e096d1be6 (bug 1589781) for NetworkConnectivityService tsan failures CLOSED TREE 2020-09-17 19:28:43 +03:00
mozglue Bug 1588245 - Collect the assembly pattern of a target function on detour failure. r=mhowell 2020-09-17 01:42:26 +00:00
netwerk Backed out changeset 7f4e096d1be6 (bug 1589781) for NetworkConnectivityService tsan failures CLOSED TREE 2020-09-17 19:28:43 +03:00
nsprpub Bug 1660371 - NSPR_4_29_RTM. r=kjacobs UPGRADE_NSPR_RELEASE DONTBUILD 2020-09-17 15:26:54 +00:00
other-licenses Bug 1663217 - Remove MOZ_MUST_USE comment from NSIS BitsUtils.cpp. r=agashlin 2020-09-09 17:23:34 +00:00
parser Bug 1606499 - Abort document on location.reload(). r=smaug 2020-09-10 14:37:16 +00:00
python Bug 1659072 - Add commit timestamps to Fenix batch-mode tests. r=tarek 2020-09-17 12:28:30 +00:00
remote Bug 1660893 - Don't crash when the remote agent can't be initialized, r=remote-protocol-reviewers,whimboo 2020-09-16 19:51:54 +00:00
security Bug 1660509 - land NSS NSS_3_57_BETA1 UPGRADE_NSS_RELEASE, r=jcj 2020-09-17 05:29:26 +00:00
services No bug - Delete the onboarding dump as the collection is already retired on RemoteSettings r=leplatrem 2020-09-16 16:16:37 +00:00
servo Bug 1660358 - [css-lists-3][css-pseudo-4] Add support for 'text-transform' on ::marker. r=emilio 2020-09-15 23:22:26 +00:00
startupcache Bug 1656261 - Back out all recent StartupCache work r=RyanVM 2020-09-14 17:00:53 +00:00
storage
taskcluster Bug 1662153: Add chromedriver for Chrome 85 r=perftest-reviewers,sparky 2020-09-17 17:28:32 +00:00
testing Bug 1651311 - Re-enable all non-tart talos tests in svgr. r=perftest-reviewers,Bebe 2020-09-17 08:38:22 +00:00
third_party Bug 1664453: vendor Cranelift to 379aed8092cd1241ec7839e77d05557b1dceb234 to resolve two Wasm translation bugs. r=jseward 2020-09-15 20:01:26 +00:00
toolkit Bug 1664522 - Move ext_tabs_captureTab test to toolkit. r=robwu,snorp 2020-09-17 18:04:20 +00:00
tools no bug - tsan doc - Add a link to the sources DONTBUILD 2020-09-16 13:24:16 +00:00
uriloader Bug 1662795 - Use extension to decide whether to offer view internally. r=Gijs 2020-09-12 18:47:53 +00:00
view
widget Bug 1588245 - Collect the assembly pattern of a target function on detour failure. r=mhowell 2020-09-17 01:42:26 +00:00
xpcom Bug 1665373 - Bail earlier if getting a null ref to NS_ReleaseOnMainThread. r=sg 2020-09-16 22:58:46 +00:00
xpfe/appshell Bug 1656526 - Show blank window prior to loading xul on Windows r=mhowell 2020-09-15 14:50:19 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js Bug 1656291 - Enable all ESLint rules for remaining xhtml files in toolkit/content/tests/chrome/. r=Standard8 2020-09-07 12:57:10 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Backed out 4 changesets (bug 1659109) for dispatcher related bustage CLOSED TREE 2020-09-17 19:33:54 +03:00
Cargo.toml Bug 1664453: vendor Cranelift to 379aed8092cd1241ec7839e77d05557b1dceb234 to resolve two Wasm translation bugs. r=jseward 2020-09-15 20:01:26 +00:00
client.mk
client.py
CLOBBER
configure.in
configure.py Bug 1664077 - Remove _NON_GLOBAL_ACDEFINES. r=firefox-build-system-reviewers,mhentges,rstewart 2020-09-15 14:25:14 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in Bug 1664077 - Remove xpcom-private.h. r=sg 2020-09-15 14:53:10 +00:00
moz.build Bug 1662706 - add a fuzzy runner r=sparky,necko-reviewers,rstewart 2020-09-11 08:13:27 +00:00
moz.configure
mozilla-config.h.in
old-configure.in Bug 1664077 - Remove _NON_GLOBAL_ACDEFINES. r=firefox-build-system-reviewers,mhentges,rstewart 2020-09-15 14:25:14 +00:00
package-lock.json
package.json
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Firefox from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.