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
Перейти к файлу
Nicolas Chevobbe 185e3c90b0 Bug 1733046 - [devtools] Hide Geometry highlighter on various user interaction. r=jdescottes.
The code was written to hide the geometry highlighter when:
- the nodepicker was selected
- another node was selected in the markup view
- a node was hovered in the markup view

but this wasn't working as intended, as the line setting
the first of the event listeners was throwing, and we
don't have tests for this.

This patch fixes the faulty line and adds a test to check
that the geometry highlighter does hide on those actions.
We take this opportunity to use an AbortController to handle
the removal of the event listeners added when starting the
geometry highlighter.

Differential Revision: https://phabricator.services.mozilla.com/D126885
2021-09-29 14:38:56 +00:00
.cargo Bug 1732147 - Bump jsparagus for bug 1718635 and bug 1718952. r=nbp 2021-09-23 10:42:35 +00:00
.vscode
accessible Bug 1730175: Set aria-valuetext to "" on numeric datetime fields when the input is cleared. r=emilio,eeejay 2021-09-29 06:30:06 +00:00
browser Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod 2021-09-28 21:19:29 +00:00
build Bug 1723031: In CI, assert Mach pypi package deps using system Python r=ahal 2021-09-29 13:06:00 +00:00
caps Bug 1731645 - Fix non-unified build errors in caps/. r=ckerschb 2021-09-21 15:42:01 +00:00
chrome Bug 1602940 - Automated replacements to use Services.uuid. r=Gijs,necko-reviewers,preferences-reviewers,kershaw 2021-09-06 09:53:52 +00:00
config Bug 1733017 - Remove support for INSTALL_EXTENSION_ID. r=firefox-build-system-reviewers,nalexander 2021-09-29 04:04:12 +00:00
devtools Bug 1733046 - [devtools] Hide Geometry highlighter on various user interaction. r=jdescottes. 2021-09-29 14:38:56 +00:00
docs no bug - doc: move the text on the same line to fix some weird presentation r=marco DONTBUILD 2021-09-20 09:02:35 +00:00
docshell Bug 1725680, requested index should be used only by the nsSHistory (and related code in CanonicalBrowsingContext), r=peterv 2021-09-29 13:22:34 +00:00
dom Bug 1722576 - Fix clang-tidy build error 2021-09-29 14:11:42 +00:00
editor Bug 1732234 - Fix non-unified build errors in editor/. r=masayuki 2021-09-28 04:26:52 +00:00
extensions Bug 1729653 - Make `mozInlineSpellChecker` handle events in the system group at capturing phase r=m_kato 2021-09-28 02:47:15 +00:00
gfx Bug 1732109 - Move FrameId and FrameStamp out of render_backend.rs. r=gfx-reviewers,kvark 2021-09-29 13:28:36 +00:00
gradle/wrapper Bug 1727438 - Upgrade to Gradle 6.9.1. r=nalexander,owlish 2021-08-31 20:53:09 +00:00
hal Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
image Bug 1727943 - Part 2: Migrate mochitest, reftest and crashtest Windows 10 ccov suites from AWS to Azure r=jmaher 2021-09-28 15:27:39 +00:00
intl Bug 1719748 - Part 8: Add mozilla::intl::Locale::GetDefaultLocale(). r=platform-i18n-reviewers,gregtatum 2021-09-24 10:22:47 +00:00
ipc Bug 1732999 - Annotate intentional crash when testing buildid mismatch r=mccr8 2021-09-29 13:47:00 +00:00
js Bug 1733114 - Revert Bug 1713960 for regressing Base Content JS. r=smaug 2021-09-29 14:32:52 +00:00
layout Bug 1731678 - Add some generic dark system colors for Windows/Android/standins. r=dholbert 2021-09-29 10:20:56 +00:00
media Bug 1731773 - Part 1: Run mach vendor for libjxl and highway r=tnikkel 2021-09-28 10:54:24 +00:00
memory Bug 1730222 - Support PHC on macOS when running on ARM-based machines r=glandium 2021-09-29 07:58:13 +00:00
mfbt Bug 1730534 - Part 1: Assert state of SegmentedVector iterator is valid r=mccr8 2021-09-27 16:41:51 +00:00
mobile Backed out changeset 3339b501299a (bug 1703976) for causing geckoview failures CLOSED TREE 2021-09-28 02:38:01 +03:00
modules Backed out changeset b9506763c2f6 (bug 1723239) for causing xpcshell failures in test_css-properties-db.js. CLOSED TREE 2021-09-29 05:42:05 +03:00
mozglue Bug 1732208 - Silence the unused-but-set-variable warning in platform-linux-android.cpp. r=gerald 2021-09-28 00:02:47 +00:00
netwerk Bug 1732250, use the original URI from the old channel when updating session history entry, r=peterv,necko-reviewers,valentin 2021-09-29 09:35:59 +00:00
nsprpub Bug 1715584 - Update to NSPR_4_32_RTM (no code change). r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD 2021-07-01 09:07:04 +00:00
other-licenses Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
parser Bug 1688452 - Part 4: Add Wasm sandbox support for RLBoxed libexpat r=tjr 2021-09-29 14:31:45 +00:00
python Bug 1723031: In CI, assert Mach pypi package deps using system Python r=ahal 2021-09-29 13:06:00 +00:00
remote Bug 1731795 - [marionette] Disable dialog abuse time limit with RecommendedPreferences r=webdriver-reviewers,whimboo 2021-09-28 09:32:10 +00:00
security Bug 1688452 - Part 4: Add Wasm sandbox support for RLBoxed libexpat r=tjr 2021-09-29 14:31:45 +00:00
services Bug 1730953 - Migrate strings from browser.dtd to Fluent and remove file. r=emalysz,fluent-reviewers,flod 2021-09-28 21:19:29 +00:00
servo Bug 1732759 - Unprefix -moz-fit-content. r=dholbert 2021-09-28 11:44:33 +00:00
startupcache Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
storage Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
taskcluster Bug 1727678 - Enable wasm sandboxing on all remaining platforms on automation. r=firefox-build-system-reviewers,andi 2021-09-29 04:05:56 +00:00
testing Bug 1722576 - Implement self.structuredClone(). r=smaug,sfink,baku 2021-09-29 12:48:17 +00:00
third_party Bug 1723031: Remove pytest from vendored packages r=ahal 2021-09-28 20:21:39 +00:00
toolkit Bug 1688452 - Part 4: Add Wasm sandbox support for RLBoxed libexpat r=tjr 2021-09-29 14:31:45 +00:00
tools Bug 1723031: Update Jinja2 pin to be compatible with `glean-parser` r=ahal 2021-09-28 14:59:31 +00:00
uriloader Bug 1727943 - Part 2: Migrate mochitest, reftest and crashtest Windows 10 ccov suites from AWS to Azure r=jmaher 2021-09-28 15:27:39 +00:00
view Bug 1725267 - Split Paint entry points to make them easier to understand. r=tnikkel 2021-09-22 03:36:52 +00:00
widget Bug 1731678 - Add some generic dark system colors for Windows/Android/standins. r=dholbert 2021-09-29 10:20:56 +00:00
xpcom Bug 1732208 - Silence the unused-but-set-variable warning in xpcom. r=xpcom-reviewers,mccr8 2021-09-28 00:02:48 +00:00
xpfe/appshell Bug 1695822 - Track mHasRemoteContent for windows created using nsAppShellService. r=hiro 2021-09-17 21:42:15 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1725934 - Remove unnecessary babel plugin, and update node modules to the latest versions. r=Mardak 2021-08-18 07:44:47 +00:00
.clang-format
.clang-format-ignore Bug 1726626 - Move gfx/wgpu into a 3rd party dependency r=jgilbert,bholley 2021-09-03 16:52:08 +00:00
.cron.yml Bug 1729797 - Enable Searchfox indexing of Elm;r=asuth DONTBUILD 2021-09-09 17:14:57 +00:00
.eslintignore Bug 1723729 - Remove old Talos XPI generation scripts and documents. r=jmaher,perftest-reviewers,alexandru.irimovici 2021-08-12 13:56:51 +00:00
.eslintrc.js Bug 1727591 - Enable remaining ESLint rule on remaining docshell/ xhtml files. r=smaug 2021-08-25 18:42:19 +00:00
.flake8 Bug 1731542 - remove `infer` from our static-analysis pipeline. r=static-analysis-reviewers,marco 2021-09-20 12:47:44 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal 2021-09-28 14:59:27 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1731145: Don't ignore vendored package `*.egg-info` directories r=ahal 2021-09-28 14:59:27 +00:00
.hgtags No bug - tagging 63d82db58e2ced524acb4dab5687b273ca57f153 with FIREFOX_NIGHTLY_93_END a=release DONTBUILD CLOSED TREE 2021-09-06 13:14:42 +00:00
.lando.ini Bug 1714470: add `.lando.ini` file r=zeid DONTBUILD 2021-06-08 12:52:25 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1725404 - [taskgraph] Re-use 'decision' args from main.py, r=bhearsum 2021-08-16 14:56:26 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1731524: Updating ANGLE requires a clobber r=jgilbert 2021-09-21 18:10:35 +00:00
Cargo.lock Bug 1732147 - Bump jsparagus for bug 1718635 and bug 1718952. r=nbp 2021-09-23 10:42:35 +00:00
Cargo.toml Bug 1730397 - Update packed_simd to a version that supports rustc >= 1.56. r=hsivonen 2021-09-17 08:55:04 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1729723 - Upgrade Glean to v41.1.0 r=janerik 2021-09-20 13:49:31 +00:00
client.mk Bug 1729383 - Simplify the parallel build setup. r=firefox-build-system-reviewers,mhentges 2021-09-08 00:10:22 +00:00
client.py
configure.in
configure.py Bug 1723031: Allow flexible dependency-specification in the Mach venv r=ahal 2021-09-28 14:59:29 +00:00
gradle.properties Bug 1727438 - Increase java max heap to 32G. r=nalexander,owlish 2021-08-31 20:53:08 +00:00
gradlew
gradlew.bat
mach Bug 1717051: Rename "mach_bootstrap.py" to "mach_initialize.py" r=firefox-build-system-reviewers,glandium 2021-09-03 20:46:22 +00:00
mach.ps1
moz.build Bug 1705403 - Replace FOG's Glean autodocs with link to Glean Dictionary r=janerik DONTBUILD 2021-05-10 13:33:09 +00:00
moz.configure Bug 1731223 - Move wine detection to toolkit/moz.configure. r=firefox-build-system-reviewers,andi 2021-09-22 23:54:26 +00:00
mozilla-config.h.in
old-configure.in Bug 1729760 - Set -stdlib=libc++ for mac builds at the toolchain level. r=firefox-build-system-reviewers,nalexander 2021-09-21 04:45:34 +00:00
package-lock.json Bug 1726413 - Use mach npm install rather than plain npm when updating node_modules. r=Mardak 2021-08-20 07:33:33 +00:00
package.json Bug 1725934 - Remove unnecessary babel plugin, and update node modules to the latest versions. r=Mardak 2021-08-18 07:44:47 +00:00
settings.gradle Bug 1727577 - Improve no-topobjdir experience in Android Studio. r=nalexander 2021-08-30 19:30:01 +00:00
substitute-local-geckoview.gradle Bug 1724782 - Allow substituting GeckoView lite and omni builds. r=nalexander 2021-08-10 20:24:33 +00:00
test.mozbuild

README.txt

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.