gecko-dev/toolkit
Emilio Cobos Álvarez 706ea62758 Bug 1667209 - Make find code keep references to subdocuments, not pres shells. r=smaug
We don't have a repro for this.

Keeping a reference to a PresShell for an arbitrary amount of time is
error prone, because the pres shell could've been detached and even
though the code tried to handle it didn't seem to do it a 100% of the
time.

Also, calling PresShell::FlushPendingNotifications directly is not the
right thing to do anyways because it won't flush ancestor documents as
needed.

This patch fixes both issues by keeping a reference to the subdocument
we're searching rather than to the shell.

Differential Revision: https://phabricator.services.mozilla.com/D92378
2020-10-05 15:54:57 +00:00
..
actors Bug 1656414 - part1 : stop audio playback and media block if needed when destroying an parent actor. r=farre 2020-10-02 03:56:09 +00:00
components Bug 1667209 - Make find code keep references to subdocuments, not pres shells. r=smaug 2020-10-05 15:54:57 +00:00
content Bug 1666497 - Fix various issues with anchored popups. r=NeilDeakin 2020-10-05 13:34:59 +00:00
crashreporter Bug 1668317 - Also compress .exe and .dll files for the symbol server. r=firefox-build-system-reviewers,mhentges,rstewart DONTBUILD 2020-10-01 17:25:19 +00:00
docs Bug 1665854 - fx doc: Various improvements + configuration + fixes in the doc r=firefox-build-system-reviewers,rstewart 2020-09-22 06:26:17 +00:00
library Bug 1667192 - patch 1 - Update to mapped_hyph v0.4.0, to get FFI access to hyphenation table compilation. r=heycam 2020-09-30 12:51:17 +00:00
locales Bug 1661474 - Add the WebRTC global mute toggles to the experimental features list. r=fluent-reviewers,preferences-reviewers,Gijs 2020-09-30 21:14:12 +00:00
modules Bug 1668372 - Test GMPExtractor handles special characters. r=Gijs 2020-10-02 16:45:52 +00:00
mozapps Bug 1668664 - Fix toolkit/mozapps/extensions/test/xpinstall/browser_localfile2.js to be compatible with session history in parent, r=kmag 2020-10-02 17:31:16 +00:00
pluginproblem
profile 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
system Bug 1662251 - stop assigning from NS_Convert* values, mostly; r=sg 2020-09-02 09:54:37 +00:00
themes Bug 1668884 - Replace -moz-Field/-moz-FieldText with Field/FieldText in toolkit/ r=dao 2020-10-05 11:13:54 +00:00
xre Bug 1667426 - fisison.autostart/normandy pref integration improvements, r=kmag,mythmon 2020-10-02 15:52:40 +00:00
.eslintrc.js
l10n-registry.manifest
moz.build Backed out 4 changesets (bug 1648858) for Browser-chrome failures on content/test/static/browser_all_files_referenced.js. CLOSED TREE 2020-07-01 12:27:26 +03:00
moz.configure Bug 1659756 - Move `MOZ_USE_NATIVE_POPUP_WINDOWS` from `old-configure` to Python `configure` r=geckoview-reviewers,mhentges,agi,froydnj,glandium 2020-08-21 22:48:09 +00:00
toolkit.mozbuild Bug 1664898 - move media/mtransport to media/transport. r=ng 2020-09-22 21:43:49 +00:00