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 df7aad424e Bug 1916081 - Make HTMLEditor::FocusedElementOrDocumentBecomesNotEditable stop using aHTMLEditor at adjusting IME state r=m_kato
`aHTMLEditor` may be `nullptr` and there may have been an `HTMLEditor` before
it's called.  Therefore, it may need to adjust IME state even if `aHTMLEditor`
is `nullptr`.  So, it should adjust IME state from `aDocument` which should be
same as `aHTMLEditor->GetDocument()` if `aHTMLEditor` is not `nullptr`.

Note that if `IMEStateManager` thinks another `nsPresContext` has focus, it does
not touch IME state.  Therefore, it's safe to skip checking the focus state of
the `Document`.

Differential Revision: https://phabricator.services.mozilla.com/D220772
2024-09-05 00:52:58 +00:00
.cargo Backed out 2 changesets (bug 1888472) for causing failures at test_StorageSyncService.js. CLOSED TREE 2024-09-04 23:19:33 +03:00
.github/workflows
.vscode
accessible Bug 1768396: Cache IndexInParent on RemoteAccessible. r=nlapre 2024-09-04 02:22:43 +00:00
browser Backed out changeset 9f8b9061d106 (bug 1915606) for causing failures at browser_ext_tabs_hide.js. 2024-09-05 04:18:36 +03:00
build Bug 1816916: Hide onion referers by default r=freddyb,tjr 2024-09-04 15:55:18 +00:00
caps Bug 1914286 - Remove NS_RelaxStrictFileOriginPolicy. r=smaug,necko-reviewers,kershaw 2024-08-23 10:13:35 +00:00
chrome
config Bug 1910796 - Integrate libz-rs-sys as a replacement for zlib. r=supply-chain-reviewers,firefox-build-system-reviewers,nika,sergesanspaille 2024-09-02 22:49:59 +00:00
devtools Bug 1916533 - [devtools] Always use native codepath when recording JS traces to the profiler output. r=devtools-reviewers,nchevobbe 2024-09-04 11:49:41 +00:00
docs Backed out 2 changesets (bug 1888472) for causing failures at test_StorageSyncService.js. CLOSED TREE 2024-09-04 23:19:33 +03:00
docshell Backed out 2 changesets (bug 1911977) for causing failures at browser_thumbnails_bg_bad_url.js. CLOSED TREE 2024-09-05 04:19:21 +03:00
dom Bug 1915057 - Make HTMLEditor::NotifyRootChanged() notifies IMEStateManager of the editor root change r=smaug,m_kato 2024-09-05 00:35:50 +00:00
editor Bug 1916081 - Make HTMLEditor::FocusedElementOrDocumentBecomesNotEditable stop using aHTMLEditor at adjusting IME state r=m_kato 2024-09-05 00:52:58 +00:00
extensions
gfx Bug 1915006 - When squishing a scroll thumb during overscroll, handle the case where the overscroll amount is larger than the scroll port length. r=hiro 2024-09-04 23:33:53 +00:00
gradle/wrapper
hal
image
intl Bug 1915749 - Update Localization documentation post GitHub transition, r=flod 2024-09-04 05:28:00 +00:00
ipc Bug 1914594 - Move docshell.newWindowTarget to be on LoadInfo, r=necko-reviewers,kershaw 2024-09-03 16:00:23 +00:00
js Bug 1913445 - Use AutoForbidPoolsAndNops in tails calls trampoline. r=jseward 2024-09-04 19:13:50 +00:00
layout Bug 1915057 - Make HTMLEditor::NotifyRootChanged() notifies IMEStateManager of the editor root change r=smaug,m_kato 2024-09-05 00:35:50 +00:00
media
memory
mfbt Bug 1916311 - [css-view-transitions] Initial pass at DOM API internals. r=boris,webidl,smaug 2024-09-04 20:24:55 +00:00
mobile no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE 2024-09-05 00:21:42 +00:00
modules Bug 1916311 - [css-view-transitions] Initial pass at DOM API internals. r=boris,webidl,smaug 2024-09-04 20:24:55 +00:00
mozglue Bug 1915228 - Remove expired telemetry scalar startup.skeleton_ui_disabled_reason, r=win-reviewers,TravisLong,gstoll. 2024-08-28 19:44:36 +00:00
netwerk Bug 1915700 - Expose socket process network markers with MarkerThreadId::MainThread() r=canaltinova 2024-09-04 21:02:37 +00:00
nsprpub
other-licenses
parser Bug 1913382 - count the rate of SVG elements with surprising children r=hsivonen 2024-09-04 11:23:43 +00:00
python Bug 1916043 - Don't try to run clangd for artifact builds. r=sergesanspaille 2024-09-04 07:23:14 +00:00
remote Bug 1882670 - Cancel the loading=lazy iframe when it's load via a different way r=emilio,webdriver-reviewers 2024-09-04 14:06:47 +00:00
security Bug 1916286: Add rule for MountPointManager in AddDeveloperRepoDirToPolicy. r=yjuglaret 2024-09-04 12:32:39 +00:00
services Backed out 2 changesets (bug 1888472) for causing failures at test_StorageSyncService.js. CLOSED TREE 2024-09-04 23:19:33 +03:00
servo Bug 1914735 - Track color-scheme dependencies for non-inherited rule cache. r=firefox-style-system-reviewers,boris 2024-09-04 20:35:55 +00:00
startupcache
storage Bug 1914723 - Remove no longer necessary proxy release for Storage variants. r=asuth 2024-09-02 16:57:55 +00:00
supply-chain Bug 1910796 - Integrate libz-rs-sys as a replacement for zlib. r=supply-chain-reviewers,firefox-build-system-reviewers,nika,sergesanspaille 2024-09-02 22:49:59 +00:00
taskcluster Bug 1916600 - Pass all arguments to build-clang. r=firefox-build-system-reviewers,sergesanspaille 2024-09-04 08:48:59 +00:00
testing Bug 1914735 - Track color-scheme dependencies for non-inherited rule cache. r=firefox-style-system-reviewers,boris 2024-09-04 20:35:55 +00:00
third_party Merge mozilla-central to autoland. CLOSED TREE 2024-09-05 02:48:43 +02:00
toolkit Backed out changeset 29b468ba1f55 (bug 1910716) for causing build bustages in nsToolkitProfileService.cpp CLOSED TREE 2024-09-04 18:55:36 -04:00
tools Bug 1879744 - Skip this test in tsan. r=aabh,profiler-reviewers 2024-09-04 16:30:42 +00:00
uriloader Backed out 2 changesets (bug 1911977) for causing failures at browser_thumbnails_bg_bad_url.js. CLOSED TREE 2024-09-05 04:19:21 +03:00
view
widget Bug 1915057 - Make HTMLEditor::NotifyRootChanged() notifies IMEStateManager of the editor root change r=smaug,m_kato 2024-09-05 00:35:50 +00:00
xpcom Bug 1911216 - Part 1: Add CSS selector parsing support for view transition pseudo-elements. r=layout-reviewers,firefox-style-system-reviewers,emilio,devtools-reviewers,nchevobbe 2024-09-03 19:29:32 +00:00
xpfe/appshell Bug 1914578 - Remove EventTracer r=perftest-reviewers,geckoview-reviewers,win-reviewers,profiler-reviewers,mstange,sparky,gstoll,owlish 2024-08-31 03:39:50 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintrc-ignores.js
.eslintrc-rollouts.js Bug 1916616 - Clean up ESLint rollout exclusions for the no-insecure-url rule. r=frontend-codestyle-reviewers,Gijs 2024-09-04 13:03:26 +00:00
.eslintrc-test-paths.js
.eslintrc.js
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hgignore
.hgtags No bug - tagging 2764529cc7a6f24781273f93d7af9805e1f45876 with FIREFOX_NIGHTLY_131_END a=release DONTBUILD CLOSED TREE 2024-09-02 13:36:29 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc.js
.stylelintignore
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1913314 - Migrate the OSS Licenses Gradle Plugin to the AC dependencies plugin. r=android-reviewers,mcarare 2024-08-27 12:40:46 +00:00
Cargo.lock Backed out 2 changesets (bug 1888472) for causing failures at test_StorageSyncService.js. CLOSED TREE 2024-09-04 23:19:33 +03:00
Cargo.toml Backed out 2 changesets (bug 1888472) for causing failures at test_StorageSyncService.js. CLOSED TREE 2024-09-04 23:19:33 +03:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2024-09-02 13:36:39 +00:00
configure
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1915387 - Add hjones as Desktop Theme peer. r=zeid 2024-08-28 12:56:51 +00:00
moz.build
moz.configure Bug 1910796 - Integrate libz-rs-sys as a replacement for zlib. r=supply-chain-reviewers,firefox-build-system-reviewers,nika,sergesanspaille 2024-09-02 22:49:59 +00:00
mozilla-config.h.in
old-configure.in Bug 1907180 - Remove obsolete AC_CANONICAL_SYSTEM from old-configure r=glandium 2024-08-29 07:42:33 +00:00
package-lock.json Bug 1870226 - Upgrade eslint-plugin-jsdoc to version 50.2.2. r=zombie,frontend-codestyle-reviewers,translations-reviewers,backup-reviewers,kpatenio 2024-08-23 16:43:57 +00:00
package.json Bug 1870226 - Upgrade eslint-plugin-jsdoc to version 50.2.2. r=zombie,frontend-codestyle-reviewers,translations-reviewers,backup-reviewers,kpatenio 2024-08-23 16:43:57 +00:00
pyproject.toml
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.