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
Перейти к файлу
Makoto Kato dafa6009d9 Bug 1878599 - Allow to insert text on text control from dropping external application on Geckoview. r=masayuki,geckoview-reviewers,owlish
Android's drag and drop API will set a dropped item on `drop` event. But other
platforms will be set during `dragstart` event.

Editor's drag and drop event listener checks current dropped item on some
events such as `dragover` event in
`EditorEventListener::DragEventHasSupportingData`. Since there is no way to
set dropped item on `dragover` event, GeckoView will set temporary dropped
item with MIME type.

Differential Revision: https://phabricator.services.mozilla.com/D200618
2024-02-14 00:58:48 +00:00
.cargo Backed out changeset 5d8f74576281 (bug 1879989) for causing build bustages in wgpu_ffi_generated.h. CLOSED TREE 2024-02-13 22:44:18 +02:00
.github/workflows
.vscode
accessible Bug 1871135 - Add content analysis support to clipboard operations r=edgar,nika,masayuki,devtools-reviewers 2024-02-13 11:26:48 +00:00
browser Bug 1879941 - Prevent searchbar context menu from opening a context menu. r=Gijs 2024-02-13 23:57:07 +00:00
build Bug 1878213 - Add valgrind suppressions for intentional leaks in the forkserver and related code. r=jseward 2024-02-13 21:04:19 +00:00
caps Backed out 8 changesets (bug 1839919, bug 1876579, bug 1878915) for causing non-unified build bustages on nsCOMPtr.h. 2024-02-13 16:15:27 +02:00
chrome
config Bug 1872242 - Change how the last segment of `milestone_winversion` is generated to improve uniqueness r=firefox-build-system-reviewers,RyanVM,glandium 2024-02-08 07:00:48 +00:00
devtools Bug 1877090 - [devtools] Fix selected row color on the storage panel. r=devtools-reviewers,nchevobbe 2024-02-13 22:47:30 +00:00
docs Bug 1865758 - Update builders to rustc 1.76 r=firefox-build-system-reviewers,sergesanspaille 2024-02-08 22:38:32 +00:00
docshell Bug 1877842 - Migrate performance GVST probes r=perry.mcmanis,denispal 2024-02-09 21:11:05 +00:00
dom Bug 1874957 - Add a shouldLog function to ConsoleInstance. r=dom-core,webidl,saschanaz,peterv 2024-02-13 18:31:21 +00:00
editor Bug 1871135 - Add content analysis support to clipboard operations r=edgar,nika,masayuki,devtools-reviewers 2024-02-13 11:26:48 +00:00
extensions Bug 1879607 - Rename nsINode::GetPreviousContent to nsINode::GetPrevNode. r=smaug 2024-02-09 20:42:39 +00:00
gfx Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewers,mach-reviewers 2024-02-13 20:47:02 +00:00
gradle/wrapper Bug 1878410 - Update Gradle to version 8.6. r=geckoview-reviewers,mcarare,amejiamarmol 2024-02-05 16:01:14 +00:00
hal Bug 1875484 - Add missing null check in Hal code. r=gsvelto 2024-01-22 18:56:18 +00:00
image Bug 1877840 - Migrate GVST metrics in the avif namespace to pure glean r=chutten,tnikkel 2024-02-09 19:47:46 +00:00
intl Bug 1824671 - patch 10 - Switch unicode-bidi-ffi to use icu_properties as data source. r=platform-i18n-reviewers,dminor 2024-02-06 11:41:12 +00:00
ipc Bug 1875415 - Initialize the fork server's cmsg buffers. r=mccr8 2024-02-10 01:22:50 +00:00
js Bug 1879437: Delete allocated IonHint if it failed to insert into the IonHintMap. r=iain 2024-02-14 00:04:20 +00:00
layout Bug 1879815 - Consistently use non-native theme in-content. r=desktop-theme-reviewers,jules 2024-02-13 21:19:50 +00:00
media Bug 1879740 - Don't pass an UTF-8 string to system vsnprintf. r=media-playback-reviewers,chunmin 2024-02-13 14:14:31 +00:00
memory Bug 1867190 - Add prefs for PHC probablities r=glandium 2024-01-30 05:33:38 +00:00
mfbt Bug 1875252 - Add MOZ_ASSERT_DEBUG_OR_FUZZING and use for Range/RangedPtr. r=nika 2024-02-06 21:31:19 +00:00
mobile Bug 1878599 - Allow to insert text on text control from dropping external application on Geckoview. r=masayuki,geckoview-reviewers,owlish 2024-02-14 00:58:48 +00:00
modules Backed out changeset 12efcdb2f38b (bug 1874464) for causing multiple failures. 2024-02-14 00:52:45 +02:00
mozglue Bug 1879433 - Scoped.h use removed from mozglue. r=glandium 2024-02-13 17:18:59 +00:00
netwerk Bug 1879800 - Avoid WalkMemoryCacheRunnable::mEntryArray to be shifted on each iteration. r=necko-reviewers,valentin 2024-02-13 12:06:06 +00:00
nsprpub
other-licenses
parser Bug 1397308 - Implement CSP 'Is element nonceable?' check. r=emilio,hsivonen,freddyb 2024-01-26 14:56:32 +00:00
python Bug 1876554 - update gn_processor.py to support openbsd on riscv64. r=ng 2024-02-13 21:58:20 +00:00
remote Bug 1854580 - [bidi] Implement "storage.getCookies" command. r=webdriver-reviewers,jdescottes,jgraham 2024-02-13 17:08:48 +00:00
security Bug 1878167 - Enable EV Treatment for two Telekom Security roots. r=keeler 2024-02-13 23:22:52 +00:00
services Bug 1879211: Move PXI toolbar strings into localization tree r=markh,flod 2024-02-13 18:42:17 +00:00
servo Bug 1876962: Part 3 - Remove special case handling for `:has` in style sharing. r=firefox-style-system-reviewers,emilio 2024-02-12 14:42:08 +00:00
startupcache Bug 1874226 - Use unique_ptr not Scoped in xpcom/*. r=xpcom-reviewers,necko-reviewers,valentin,emilio 2024-02-07 18:30:22 +00:00
storage Bug 1869060 - Add SQLite Online Backup API support via mozIStorageAsyncConnection. r=mak 2024-01-22 14:26:53 +00:00
supply-chain Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewers,mach-reviewers 2024-02-13 20:47:02 +00:00
taskcluster Bug 1879965: test(webgpu): ignore blocklist on MacOS CI r=bradwerth,webgpu-reviewers,nical 2024-02-13 20:13:34 +00:00
testing Backed out changeset 0b995d5b717d (bug 1868690) for causing multiple OS X failures. CLOSED TREE 2024-02-14 00:54:39 +02:00
third_party Bug 1876554 - libwebrtc changes to support openbsd on riscv64 - moz.build file updates. r=ng,webrtc-reviewers 2024-02-13 21:58:21 +00:00
toolkit Bug 1880159 - Increase the Default Agent background task timeout to prevent races when notifications wait. r=nalexander 2024-02-13 21:45:17 +00:00
tools Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewers,mach-reviewers 2024-02-13 20:47:02 +00:00
uriloader Bug 1875460 - Fallback to standalone application chooser window, if window.gBrowser.getTabDialogBox() is not available. r=pbz 2024-02-07 13:01:10 +00:00
view
widget Bug 1878599 - Allow to insert text on text control from dropping external application on Geckoview. r=masayuki,geckoview-reviewers,owlish 2024-02-14 00:58:48 +00:00
xpcom Bug 1870783 part 2: Expose ispopup object attribute. r=eeejay 2024-02-12 06:24:15 +00:00
xpfe/appshell Bug 1878037 - Fix some regressions on alert windows. r=saschanaz,win-reviewers,rkraesig 2024-02-12 19:45:48 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1877989 - [devtools] Add CodeMirror 6 in tree. r=devtools-reviewers,bomsy. 2024-02-08 14:39:41 +00:00
.cron.yml Bug 1873723 - Run browsertime tests on beta/release with a cron. r=perftest-reviewers,taskgraph-reviewers,kshampur,jcristau DONTBUILD 2024-02-12 18:29:00 +00:00
.eslintignore Bug 1877596 - Use original URL as base URL for internal scheme also in worker. r=jonco,dom-storage-reviewers,janv,dom-worker-reviewers,smaug 2024-02-05 01:12:24 +00:00
.eslintrc-test-paths.js Bug 1876988 - Enable ESLint rules no-undef and no-unused-vars. r=smaug 2024-01-29 11:23:59 +00:00
.eslintrc.js Bug 1877940 - Enable remaining ESLint rules on dom/messagechannel. r=dom-core,peterv 2024-02-12 22:28:14 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1873177 - Fix typo in hgignore for puppeteer files r=whimboo 2024-01-05 12:46:46 +00:00
.hgtags No bug - tagging 4ef3a0b2e8cd48a60eed95f8ba15e13ee48432af with FIREFOX_NIGHTLY_123_END a=release DONTBUILD CLOSED TREE 2024-01-22 12:30:43 +00:00
.lando.ini Bug 1871425: disable Lando autoformatting r=TYLin DONTBUILD 2024-01-09 17:59:10 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1819713 - remove stray references to IsExternalCTAP2SecurityKeySupported. r=tschuster 2024-02-09 22:42:36 +00:00
.prettierrc.js
.stylelintignore
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1875201 - Add method for conditionally including media/libvpx/libvpx - moz.build file updates. r=ng,webrtc-reviewers 2024-02-07 13:48:40 +00:00
Cargo.lock Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewers,mach-reviewers 2024-02-13 20:47:02 +00:00
Cargo.toml Bug 1878987 - Part 1: Vendor application-services into mozilla-central to pick up Suggest changes. r=lina 2024-02-07 20:07:24 +00:00
GNUmakefile
LICENSE
Makefile.in Bug 1873959 - Only force generation of buildid.h and source-repo.h during export phase r=glandium 2024-01-16 13:49:03 +00:00
README.txt
aclocal.m4
build.gradle Bug 1879857 - Update Glean to v57.0.0. r=chutten,supply-chain-reviewers,mach-reviewers 2024-02-13 20:47:02 +00:00
client.mk
client.py
configure
configure.py
gradle.properties Bug 1873677 - Upgrade Gradle to 8.5 version r=geckoview-reviewers,calu 2024-01-23 14:50:12 +00:00
gradlew Bug 1873677 - Upgrade Gradle to 8.5 version r=geckoview-reviewers,calu 2024-01-23 14:50:12 +00:00
gradlew.bat Bug 1878410 - Update Gradle to version 8.6. r=geckoview-reviewers,mcarare,amejiamarmol 2024-02-05 16:01:14 +00:00
mach
mach.cmd
mach.ps1
mots.yaml Bug 1879319 - Add some style system peers. r=zeid 2024-02-12 19:44:12 +00:00
moz.build
moz.configure Bug 1853564 - Look for install_name_tool in addition to install-name-tool and llvm-install-name-tool r=glandium 2024-01-24 06:54:58 +00:00
mozilla-config.h.in
old-configure.in Bug 1879776 - Move -Wa,--noexecstack check to python configure r=glandium 2024-02-13 10:35:28 +00:00
package-lock.json Bug 1878009 - Remove Babel from ESLint's node-modules. r=mossop 2024-02-02 18:45:09 +00:00
package.json Bug 1878009 - Remove Babel from ESLint's node-modules. r=mossop 2024-02-02 18:45:09 +00:00
pyproject.toml
settings.gradle
substitute-local-geckoview.gradle
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.