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 4854c49121 Bug 1782911 - part 7: Make HTMLEditor::MoveOneHardLineContentsWithTransaction stop moving empty inline nodes r=m_kato
Empty inline nodes except non-container nodes are not required in the
destination paragraph.  Therefore, it should just remove the node from the
DOM tree.

Differential Revision: https://phabricator.services.mozilla.com/D157416
2022-09-25 12:49:45 +00:00
.cargo
.vscode
accessible
browser no bug - Bumping Firefox l10n changesets r=release a=l10n-bump DONTBUILD CLOSED TREE 2022-09-25 06:59:06 +00:00
build Backed out 3 changesets (bug 1791682) for causing spider monkey failures. CLOSED TREE 2022-09-24 02:53:46 +03:00
caps
chrome
config
devtools Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00
docs
docshell
dom Bug 1790912 - Use globalThis instead of this with jsdebugger.jsm. r=jandem,ochameau 2022-09-25 09:03:33 +00:00
editor Bug 1782911 - part 7: Make HTMLEditor::MoveOneHardLineContentsWithTransaction stop moving empty inline nodes r=m_kato 2022-09-25 12:49:45 +00:00
extensions
gfx Bug 1790079 - NULL-check the values returned by RandR queries before using them r=jgilbert 2022-09-24 09:23:07 +00:00
gradle/wrapper
hal
image Bug 1655598 - Cross origin image request should not respect image orientation. r=emilio 2022-09-25 00:07:56 +00:00
intl
ipc
js Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00
layout Bug 1655598 - Cross origin image request should not respect image orientation. r=emilio 2022-09-25 00:07:56 +00:00
media
memory
mfbt
mobile
modules
mozglue
netwerk
nsprpub
other-licenses
parser
python
remote
security
services
servo
startupcache
storage
supply-chain
taskcluster
testing Bug 1782911 - part 7: Make HTMLEditor::MoveOneHardLineContentsWithTransaction stop moving empty inline nodes r=m_kato 2022-09-25 12:49:45 +00:00
third_party
toolkit Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00
tools Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00
uriloader
view
widget
xpcom Bug 1543537, part 1 - Add a NoteWeakMapping method to traversal callback. r=kmag 2022-09-24 23:24:31 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1790912 - Fix lint issues in js/ductwork/debugger. r=ochameau 2022-09-25 09:03:33 +00:00
.eslintrc-test-paths.js Bug 1790912 - Migrate js/ductwork/debugger to devtools/platform. r=ochameau 2022-09-25 09:03:34 +00:00
.eslintrc.js
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock
Cargo.toml
client.mk
client.py
CLOBBER
configure
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
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.