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
Masayuki Nakano 5bf1468b39 Bug 1485369 - part 1: HTMLEditor::HideResizers() should not stop cleaning up even if there is no window r=m_kato
Oddly, on 63 Beta simulation, nsIDocument::GetWindow() may return nullptr
when HTMLEditor is being destroyed by unload of the page.  I'm not sure if
this is an expected change.  However, HTMLEditor::HideResizers() should
not stop cleaning up even if it meets unexpected situation.

Additionally, this patch moves all HTMLEditor members related to resizers
to local variables since while HideResizers() is cleaning up old resizers,
the members may be overwritten by ShowResizers() if mutation event listener
or something does something.

Differential Revision: https://phabricator.services.mozilla.com/D4057

--HG--
extra : moz-landing-system : lando
2018-08-24 06:27:48 +00:00
.cargo
.vscode Bug 1482693 - Recommend the official Rust VisualStudio Code extension r=gps,jya 2018-08-13 21:21:34 +00:00
accessible Bug 1479678: Fix incorrect start offset when retrieving accessible text attributes if the last spelling error is not within this accessible. r=surkov 2018-08-24 03:08:28 +00:00
browser Bug 1482025: Don't set aria-label on hbox page action nodes. r=Gijs 2018-08-24 03:21:30 +00:00
build Bug 1481604 - Require nightly Cargo in addition to a particular rustc when building with tup. r=mshal 2018-08-22 20:39:33 +00:00
caps Bug 1431255 - Part III, Create per-origin sandboxes from XPCJSRuntime and load UA widgets scripts r=bholley,jaws,sfink 2018-06-27 11:34:07 -07:00
chrome Backed out changeset 85fd8d212397 (bug 1479544) for windows build bustages CLOSED TREE 2018-08-03 19:24:41 +03:00
config Backed out 6 changesets (bug 1421501) for bustages on security/nss/lib/freebl/mpi/mp_comba.c on a CLOSED TREE 2018-08-23 17:13:42 +03:00
db
devtools Bug 1470074 - Check direction when changing the dock position. r=gl 2018-08-24 00:09:34 +00:00
docshell Bug 1485279 - Merge nsISHContainer into nsISHEntry. r=qdot 2018-08-22 19:20:56 +10:00
dom Bug 1417050: Add AV1 in MP4 tests. r=jya 2018-08-21 00:06:25 +00:00
editor Bug 1485369 - part 1: HTMLEditor::HideResizers() should not stop cleaning up even if there is no window r=m_kato 2018-08-24 06:27:48 +00:00
embedding
extensions Bug 1485114 - Avoid creating nsPermission objects in the permission manager needlessly; r=nika 2018-08-21 16:23:57 -04:00
gfx Merge mozilla-central to autoland. a=merge 2018-08-24 00:44:17 +03:00
gradle/wrapper Bug 1476165 - Part 2: Update Android Gradle plugin to version 3.1.0. r=nalexander,snorp 2018-07-17 13:20:19 +01:00
hal Bug 1482753 - Introduce two macros to implement HAL observers handy. r=gsvelto 2018-08-13 10:57:50 +09:00
image Bug 1483765 - Fix the image cache key computation logic to only consider first-party storage access for third-party windows; r=smaug 2018-08-17 15:26:43 -04:00
intl Bug 1465042 - Rename Locale::IsValid to ::IsWellFormed. r=jfkthame 2018-08-23 18:21:38 +00:00
ipc Bug 1485696 - add aarch64 windows support to ipc's build_config.h; r=jld 2018-08-23 13:27:57 -04:00
js Bug 1480998 - Baldr: fix race in wasm signal handler if browser crashes during shutdown (r=lth,bbouvier) 2018-08-23 11:23:52 -05:00
layout Bug 1485823 - Use cbindgen for basic_shape::FillRule. r=xidorn 2018-08-23 23:00:16 +00:00
media Bug 1434589 - Part 2. Update moz.build. r=chmanchester 2018-08-22 19:45:19 +00:00
memory Bug 1484184 - Remove now unused _RAISE macro check to deal with MSVC 2017 15.8. r=froydnj 2018-08-17 01:27:29 +09:00
mfbt Backed out 6 changesets (bug 1421501) for bustages on security/nss/lib/freebl/mpi/mp_comba.c on a CLOSED TREE 2018-08-23 17:13:42 +03:00
mobile Merge inbound to mozilla-central. a=merge 2018-08-23 01:00:10 +03:00
modules Merge inbound to mozilla-central. a=merge 2018-08-22 12:49:02 +03:00
mozglue Bug 1480595 - make TimeStamp compilable for AArch64 Windows; r=glandium 2018-08-23 12:54:29 -04:00
netwerk bug 1470853 - Add Telemetry::DNS_TRR_REQUEST_PER_CONN r=nwgh 2018-08-23 18:13:34 +00:00
nsprpub Bug 1477680, land NSPR 4.20 beta snapshot 34274ae8c85e, r=me 2018-08-22 14:09:49 +02:00
other-licenses Bug 1485245: Back out Move -> std::move change in 7zstub. r=mhowell 2018-08-22 14:46:50 +00:00
parser Bug 1480465: Infer the namespace for custom elements at definition time by following the class hierarchy. r=smaug 2018-08-15 10:31:16 +00:00
python Bug 1484243 - Detect vcs automatically in |mach vcs-setup|. r=ahal 2018-08-22 17:26:58 +00:00
security Merge mozilla-central to autoland. a=merge 2018-08-24 00:44:17 +03:00
services Bug 1484085 - don't log failure to obtain clients engine. r=tcsc 2018-08-23 02:00:27 +00:00
servo Bug 1485823 - Use cbindgen for basic_shape::FillRule. r=xidorn 2018-08-23 23:00:16 +00:00
startupcache
storage Bug 1484466: Part 3a - Update remaining XPCOMUtils.generateQI callers to use ChromeUtils. r=mccr8 2018-08-18 12:44:57 -07:00
taskcluster Merge mozilla-inbound to mozilla-central. a=merge 2018-08-24 00:40:14 +03:00
testing Bug 1417050: Add AV1 in MP4 tests. r=jya 2018-08-21 00:06:25 +00:00
third_party Merge mozilla-central to autoland. a=merge 2018-08-24 00:44:17 +03:00
toolkit bug 1470853 - Add Telemetry::DNS_TRR_REQUEST_PER_CONN r=nwgh 2018-08-23 18:13:34 +00:00
tools Bug 1397722 - [tryselect] Filter 'ccov' tasks out of the target task set (now they must be selected with --full), r=sparky 2018-08-21 20:00:32 +00:00
uriloader Merge mozilla-inbound to mozilla-central. a=merge 2018-08-21 12:54:24 +03:00
view
widget Bug 1484823 - Fix Android build errors with NDK r18-beta1. r=snorp 2018-08-22 16:01:33 +00:00
xpcom Bug 1480095 - Allow loading custom error pages via nsILoadURIDelegate r=esawin,bz,jchen 2018-08-22 08:46:41 -05:00
xpfe/appshell Bug 1484848 - Remove the XPCOM component registrations for window and child window; r=mstange 2018-08-21 16:20:28 -04:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml Bug 1477021 - Schedule pipfile updates to run once per week. r=sfraser 2018-07-27 15:12:36 +00:00
.eslintignore Bug 1481442 - Remove followonsearch system add-on. r=Standard8 2018-08-20 11:50:27 +00:00
.eslintrc.js Bug 1481932 - Fully enable ESLint rule mozilla/reject-requires-await. r=mossop 2018-08-11 07:27:35 +00:00
.flake8 Bug 1473951: Add infer to taskcluster and build. r=gps 2018-07-06 17:37:16 +01:00
.gdbinit
.gdbinit_python
.gitignore Bug 1484708 - Update .gitignore rules and add js/src/obj-*. r=ted.mielczarek 2018-08-20 09:03:00 +03:00
.hgignore Bug 1484708 - Update .gitignore rules and add js/src/obj-*. r=ted.mielczarek 2018-08-20 09:03:00 +03:00
.hgtags
.lldbinit Bug 1481555: Use lldb's python API to summarise nsAtoms. r=froydnj 2018-08-08 15:11:22 +00:00
.mailmap
.taskcluster.yml Bug 1398277: special-case retriggering of tasks not in the taskgraph; r=bstack 2018-07-04 02:46:59 +00:00
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS Bug 1481409 - Use HTTPS protocol for Mozilla's Credits link in AUTHORS file r=mossop 2018-08-13 16:39:30 +00:00
build.gradle Bug 1480920 - Bump versions for Android test runner packages r=jchen 2018-08-23 13:12:20 +00:00
Cargo.lock Bug 1396821 - Update vendored Rust crates. r=ato 2018-08-22 10:28:40 +02:00
Cargo.toml
client.mk
client.py
CLOBBER Bug 1346211 - Part 7: Clobber after modifying ICU data file. r=clobber 2018-08-17 14:30:37 -07:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1473821 - The MOZ_PGO_INSTRUMENTED environment variable is not used anymore so remove all remaining mentions of it r=gps 2018-08-17 16:40:10 +00:00
moz.build
moz.configure Bug 1481340 - Don't generate combinations of make and tup backends in configure. r=gps,firefox-build-system-reviewers 2018-08-10 22:30:35 +00:00
mozilla-config.h.in
old-configure.in Bug 1485367 - disable libjpeg-turbo support for aarch64 windows; r=dmajor 2018-08-22 12:15:19 -04:00
package-lock.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
package.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
Pipfile bug 1461992 - update vendored copy of voluptuous to 0.11.5. r=gps 2018-08-06 06:45:33 -04:00
Pipfile.lock bug 1461992 - update vendored copy of voluptuous to 0.11.5. r=gps 2018-08-06 06:45:33 -04:00
README.txt
settings.gradle
test.mozbuild

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

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

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