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
Eitan Isaacson ca8fda7434 Bug 1681909 - P1: Add IPC stubs for ApplyPostSearchFilter. r=morgan,ipc-reviewers,mccr8
Applying a bulk filter on accessibles in content process allows us to avoid a potentially large (and variable) number of IPC sync calls to retrieve the accessible names. I chose to implement this as a "post filter" and not to actually do the entire search in content because it would cause a lot of duplication of code for non-IPC searching, and we wouldn't have the flexibility to combine a text search with any arbitrary search key as the API requires.

I also generalized the RangeTypes.h header to PlatformExtTypes so it can be used to define filter types as well.

Differential Revision: https://phabricator.services.mozilla.com/D100730
2021-01-05 20:35:22 +00:00
.cargo Bug 1684261 - Fix build with rust nightly. r=jrmuizel 2020-12-26 18:16:05 +00:00
.vscode Bug 1685030 - Remove rust from vscode extensions list. r=sylvestre DONTBUILD 2021-01-05 17:28:05 +00:00
accessible Bug 1681909 - P1: Add IPC stubs for ApplyPostSearchFilter. r=morgan,ipc-reviewers,mccr8 2021-01-05 20:35:22 +00:00
browser Bug 1682372 - Remove unused fields in the impression stats ping r=thecount 2021-01-05 19:25:19 +00:00
build Backed out changeset 9d5f4c9e6fdf (bug 1683213) for nsReadableUtils related bustage CLOSED TREE 2021-01-04 17:44:33 +02:00
caps Bug 1583109 - Use StringJoin(Append) where easily possible. r=nika 2020-12-17 14:58:18 +00:00
chrome Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
config Backed out changeset dbed1cdf588f (bug 1684173) for mochitest plain and devtools failures. a=backout DONTBUILD 2020-12-28 00:43:51 +02:00
devtools Bug 1684905 - Fully enable globalThis for ESLint. r=Gijs,necko-reviewers,kershaw 2021-01-04 20:32:57 +00:00
docs Bug 1684645 - Fix the regex for sphinx-copybutton.r=sylvestre DONTBUILD 2021-01-02 15:39:07 +00:00
docshell Backed out changeset 47f0d542db39 (bug 1674214) for causing fission related failures CLOSED TREE 2021-01-05 22:28:56 +02:00
dom Bug 1680771: Use a real LoadInfo for WebrtcTCPSocket, ensure we use that LoadInfo's CookieJarSettings for our DNS/proxy lookup, and remove a flag that was breaking http proxy support for webrtc. r=timhuang,mjf 2021-01-05 12:59:41 +00:00
editor Bug 1683534 - Make editor buildable outside of unified-build environment. r=sg 2021-01-04 14:18:50 +00:00
extensions Bug 1683540 - Make extensions buildable outside of unified-build environment. r=sg 2021-01-04 14:18:58 +00:00
gfx Bug 1685101 - Fix bytes_per_pixel for GrayA8. r=aosmond 2021-01-05 15:56:51 +00:00
gradle/wrapper
hal Bug 1683553 - Make hal buildable outside of unified-build environment. r=gsvelto 2021-01-04 14:20:19 +00:00
image Bug 1683557 - Make image buildable outside of unified-build environment. r=aosmond 2021-01-04 14:20:22 +00:00
intl Backed out changeset dbed1cdf588f (bug 1684173) for mochitest plain and devtools failures. a=backout DONTBUILD 2020-12-28 00:43:51 +02:00
ipc Bug 1681909 - P1: Add IPC stubs for ApplyPostSearchFilter. r=morgan,ipc-reviewers,mccr8 2021-01-05 20:35:22 +00:00
js Backed out 3 changesets (bug 1684941, bug 1684943, bug 1684944) for build bustages on Scope.h. CLOSED TREE 2021-01-05 19:37:30 +02:00
layout Bug 1683612 - Don't use mobile display size where dom.meta-viewport.enable pref is false. r=botond 2021-01-05 02:02:51 +00:00
media Bug 1681943: Gtests for bug. r=mjf 2020-12-18 18:00:22 +00:00
memory Bug 1682556 - Increase vm_copy() threshold. r=glandium 2020-12-23 01:35:22 +00:00
mfbt Bug 1684110 - Stop using some 'A'-functions in mfbt/. r=dmajor 2021-01-04 14:40:48 +00:00
mobile Bug 1683160 - Add a note on WebResponse.body to documentation r=geckoview-reviewers,agi 2021-01-04 19:28:36 +00:00
modules Bug 1684973 - Return mouse offset coordinates in SVG relative to the SVG root. r=smaug 2021-01-05 15:44:28 +00:00
mozglue Bug 1329600 - Scaffolding to output CPU measurements in samples - r=canaltinova 2021-01-04 07:19:16 +00:00
netwerk Bug 1680605 - Make https upgrade with https rr properly r=necko-reviewers,dragana 2021-01-05 19:30:18 +00:00
nsprpub
other-licenses
parser Bug 1664036 - Add tests for SVG onload r=hsivonen 2021-01-05 01:47:42 +00:00
python Bug 1678668: print sentry error report number on mach command failure r=firefox-build-system-reviewers,mhentges 2021-01-05 16:39:22 +00:00
remote Backed out changeset dbed1cdf588f (bug 1684173) for mochitest plain and devtools failures. a=backout DONTBUILD 2020-12-28 00:43:51 +02:00
security Bug 1329600 - Capture CPU usage on Linux - r=canaltinova,gcp 2021-01-04 11:37:46 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM 2021-01-04 14:45:13 +00:00
servo Bug 1684220 - Remove some dead plugins code. r=smaug 2021-01-04 20:12:05 +00:00
startupcache Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
storage Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
taskcluster Bug 1684954 - Upgrade rustc to 1.49 final for arm64 mac builds. r=firefox-build-system-reviewers,dmajor 2021-01-05 00:01:21 +00:00
testing Bug 1684934 - Disable async fallback for first-letter-004.html. r=lsalzman 2021-01-05 19:43:41 +00:00
third_party Backed out 3 changesets (bug 1680802, bug 1680630) for turning Bug 1521378 into permafail. CLOSED TREE 2021-01-04 18:47:44 +02:00
toolkit Backed out changeset 47f0d542db39 (bug 1674214) for causing fission related failures CLOSED TREE 2021-01-05 22:28:56 +02:00
tools Bug 1684863 - Update to Sphinx 3.4.2 r=firefox-source-docs-reviewers,championshuttler DONTBUILD 2021-01-04 14:16:28 +00:00
uriloader Bug 1684490 - Check an in-process window context for user interaction. r=smaug,edgar 2021-01-04 20:54:07 +00:00
view Bug 1683226 - part 16: Get rid of WidgetPluginEvent r=smaug 2020-12-29 21:19:45 +00:00
widget Bug 1669905 part 2: Add nsIPrintSettings APIs to handle the possibility that pages and sheets may have orthogonal orientation, in pages-per-sheet printouts. r=jfkthame 2021-01-05 02:24:00 +00:00
xpcom Bug 1684673 - Use an AutoTArray for atom arrays in attributes (class / part). r=smaug 2021-01-04 17:56:33 +00:00
xpfe/appshell Bug 1671603: display skeleton ui elements in correct position when RTL is enabled r=dthayer 2020-12-22 17:22:07 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1680028 - run l10n-bumper daily instead of hourly. r=releng-reviewers,jmaher,aki 2020-12-02 20:22:57 +00:00
.eslintignore
.eslintrc.js Bug 1683340 - Enable ESLint rule no-async-promise-executor for the remaining dom/ files. r=nika 2020-12-18 18:31:21 +00:00
.flake8
.git-blame-ignore-revs Bug 1648010 - Add revisions for the replacement of literal string macros by string literals to the ignore sets. r=marco,glandium DONTBUILD 2020-12-01 09:04:42 +00:00
.gitattributes
.gitignore Bug 1666347 - Delete assorted dead code after removal of vendored psutil r=firefox-build-system-reviewers,rstewart 2020-11-27 16:21:07 +00:00
.hg-annotate-ignore-revs Bug 1648010 - Add revisions for the replacement of literal string macros by string literals to the ignore sets. r=marco,glandium DONTBUILD 2020-12-01 09:04:42 +00:00
.hg-format-source
.hgignore Bug 1666347 - Delete assorted dead code after removal of vendored psutil r=firefox-build-system-reviewers,rstewart 2020-11-27 16:21:07 +00:00
.hgtags No bug - tagging 22fc47c968f29a47ed15b282e2148aa5024d861e with FIREFOX_NIGHTLY_85_END a=release DONTBUILD CLOSED TREE 2020-12-14 15:47:54 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1684261 - Fix build with rust nightly. r=jrmuizel 2020-12-26 18:16:05 +00:00
Cargo.toml Bug 1684261 - Fix build with rust nightly. r=jrmuizel 2020-12-26 18:16:05 +00:00
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1638961 - Run mach geckodriver under Py 3, r=whimboo 2020-12-21 19:08:56 +00:00
Makefile.in
moz.build Bug 1679938 - Don't recurse the build into mfbt for projects that don't need it. r=firefox-build-system-reviewers,mhentges 2020-12-01 23:52:03 +00:00
moz.configure Bug 1677742 - Followups for new pass manager LTO r=glandium 2020-11-21 02:13:04 +00:00
mozilla-config.h.in
old-configure.in Backed out 2 changesets (bug 1681445) for causing Bug 1684265 2020-12-28 18:41:59 +02:00
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.