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
Jan-Niklas Jaeschke c84288a36d Bug 1838262, part 2: Implemented getComputedStyle() for custom highlight api. r=emilio
This patch introduces functional pseudo parameters, i.e. `::highlight(foo)`,
for `getComputedStyle()`. This required adapting the parse algorithm (`nsCSSPseudoElements::ParsePseudoElement()`) and forwarding the functional pseudo parameter into the style engine.

Differential Revision: https://phabricator.services.mozilla.com/D183773
2023-07-31 13:47:54 +00:00
.cargo Bug 1840044 - Update to Glean 53.1.0, UniFFI 0.24.1 and latest application-services. r=TravisLong,nika,markh,supply-chain-reviewers 2023-07-26 15:34:27 +00:00
.vscode
accessible Bug 1779578 part 2: Split serialization of a11y subtrees across multiple IPDL calls if we are likely to exceed the IPDL maximum message size. r=eeejay 2023-07-31 04:49:52 +00:00
browser Bug 1846121 - Add places-reviewers group to the docs. r=zeid,places-reviewers,Standard8 DONTBUILD 2023-07-31 13:47:50 +00:00
build Bug 1842620: Add overviews of the main applications to the docs. r=Gijs,geckoview-reviewers,owlish,bgrins 2023-07-26 18:22:32 +00:00
caps Bug 1798493 - Part 1: Use nsIPrincipal instead of ContentPrincipalInfo for PLockManager r=asuth 2023-06-28 20:48:14 +00:00
chrome Bug 1834176 - Convert consumers of NetUtil.jsm to import the ES module directly. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo 2023-06-07 08:42:36 +00:00
config Bug 1844846 - Don't define HAVE_UNISTD_H when host is Windows. r=firefox-build-system-reviewers,glandium 2023-07-25 04:19:44 +00:00
devtools Bug 1845804 - Put WebExtensions under Gecko in the overview r=mossop,perftest-reviewers,devtools-reviewers,afinder 2023-07-28 14:21:51 +00:00
docs Bug 1846121 - Add places-reviewers group to the docs. r=zeid,places-reviewers,Standard8 DONTBUILD 2023-07-31 13:47:50 +00:00
docshell Bug 1843239, [Cached] Location.hash, r=peterv 2023-07-31 11:15:17 +00:00
dom Bug 1843239, [Cached] Location.hash, r=peterv 2023-07-31 11:15:17 +00:00
editor Bug 1845208 - Make HTMLEditor::SplitAncestorStyledInlineElementsAtRangeEdges abort if splitting points are lost r=m_kato 2023-07-27 03:21:31 +00:00
extensions Bug 1720458: Do not isolate https-only-load-insecure by origin attributes r=fluent-reviewers,settings-reviewers,flod,ckerschb,Gijs 2023-07-24 13:31:19 +00:00
gfx Bug 1846079 - Ensure pruned point begins first sub-path if necessary. r=aosmond 2023-07-30 14:31:09 +00:00
gradle/wrapper
hal Bug 1844908 - Remove pre-Win10-specific codepath from hal/. r=gsvelto 2023-07-26 08:52:51 +00:00
image Bug 1839102 - Use enum class for Task kind. r=bas 2023-07-26 05:09:29 +00:00
intl Bug 1845804 - Put WebExtensions under Gecko in the overview r=mossop,perftest-reviewers,devtools-reviewers,afinder 2023-07-28 14:21:51 +00:00
ipc Bug 1844908 - Remove pre-Win10-specific codepath from ipc/. r=ipc-reviewers,nika 2023-07-26 08:52:51 +00:00
js Bug 1839422 part 5 - Optimize RegExpHasCaptureGroups intrinsic in the JITs. r=iain 2023-07-31 10:29:01 +00:00
layout Bug 1838262, part 2: Implemented getComputedStyle() for custom highlight api. r=emilio 2023-07-31 13:47:54 +00:00
media Bug 1845499 - Reapply in-tree patch on cubeb_aaudio.cpp. r=cubeb-reviewers,kinetik 2023-07-27 08:25:03 +00:00
memory Bug 1844908 - Remove pre-Win10-specific codepath from memory/. r=glandium 2023-07-26 08:52:51 +00:00
mfbt Bug 1845018 - Update xxHash to version 0.8.2. r=dthayer 2023-07-26 16:21:11 +00:00
mobile Backed out changeset 805b1cd53210 (bug 1842685) for PDF related junit failures. CLOSED TREE 2023-07-31 14:58:02 +03:00
modules Bug 1788223 - Remove preferences for maction/semantics. r=emilio 2023-07-31 07:46:30 +00:00
mozglue Backed out changeset 3eba249fac11 (bug 1845441) for causing build bustages in Decimal.h 2023-07-27 18:08:11 +03:00
netwerk Backed out changeset 82405e95ba59 (bug 1845340) for causing xpcshell failures in test_ohttp_config_manager.js. 2023-07-31 16:44:27 +03:00
nsprpub
other-licenses
parser [Bug 1845094] Change HTML parser's README to reflect that comments with "Uncomment" (case-sensitive) have to be changed too. r=edgar DONTBUILD 2023-07-31 08:02:15 +00:00
python Bug 1845272 - Set 'site' early before checking for a sub_command site r=ahal a=RyanVM 2023-07-28 17:36:17 +00:00
remote Bug 1843507 - [puppeteer] Enable "[page.spec] Page Page.waitForNetworkIdle should work" test for BiDi. r=webdriver-reviewers,jdescottes 2023-07-27 07:47:54 +00:00
security Bug 1841111 - land NSS NSS_3_92_RTM UPGRADE_NSS_RELEASE, r=nss-reviewers,bbeurdouche 2023-07-27 14:08:08 +00:00
services Bug 1845252 - Update consumers of FxAccountsCommon to import the ES module directly. r=markh,settings-reviewers,credential-management-reviewers,sync-reviewers,sgalich,Gijs 2023-07-31 13:05:44 +00:00
servo Bug 1838262, part 2: Implemented getComputedStyle() for custom highlight api. r=emilio 2023-07-31 13:47:54 +00:00
startupcache Bug 1841660 - Fix potential deadlock waiting for StartupCache ThreadedPrefetch, r=jesup 2023-07-04 19:05:06 +00:00
storage Bug 1638256 - Some casts and fixes in mozStorage to make clang-tidy happy. r=asuth 2023-06-24 10:11:28 +00:00
supply-chain Bug 1840044 - Update to Glean 53.1.0, UniFFI 0.24.1 and latest application-services. r=TravisLong,nika,markh,supply-chain-reviewers 2023-07-26 15:34:27 +00:00
taskcluster Bug 1700396: Bump updatebot to get the fix for the state directory line r=jewilde 2023-07-28 17:10:50 +00:00
testing Bug 1838262, part 2: Implemented getComputedStyle() for custom highlight api. r=emilio 2023-07-31 13:47:54 +00:00
third_party Bug 1845798 - Vendor in the most recent rlbox. r=glandium 2023-07-28 06:22:52 +00:00
toolkit Backed out changeset 82405e95ba59 (bug 1845340) for causing xpcshell failures in test_ohttp_config_manager.js. 2023-07-31 16:44:27 +03:00
tools Bug 1839422 part 1 - Change RegExpSearcher interface so it can be used for longer strings. r=iain 2023-07-31 10:29:00 +00:00
uriloader Bug 1844908 - Remove pre-Win10-specific codepath from uriloader/exthandler/. r=Gijs 2023-07-26 08:52:53 +00:00
view Bug 1837960. Remove array of all nsViewManagers. r=emilio 2023-06-22 09:38:27 +00:00
widget Bug 1788223 - Remove preferences for maction/semantics. r=emilio 2023-07-31 07:46:30 +00:00
xpcom Bug 1788223 - Remove preferences for maction/semantics. r=emilio 2023-07-31 07:46:30 +00:00
xpfe/appshell Bug 1838415 - Introduce RFPTarget::RoundWindowSize. r=tjr 2023-06-26 07:17:38 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml Bug 1839317 - Add cron task for Firefox Snap upstream builds r=releng-reviewers,taskgraph-reviewers,ahal 2023-07-25 16:55:48 +00:00
.eslintignore Bug 1778112 - Move dom/base/test/jsmodules/ to use mjs files, rather than defining sourceType for ESLint. r=allstarschh 2023-07-13 13:56:12 +00:00
.eslintrc-test-paths.js
.eslintrc.js Backed out changeset 117114b8eb32 (bug 1793560) for causing wpt failures at iframe-all-local-schemes-inherit-self.sub.html CLOSED TREE 2023-07-10 17:54:12 +03:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1834558: chore(webgpu): sync .gitignore with .hgignore for WebGPU r=webgpu-reviewers,nical 2023-06-19 20:12:38 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1842198 - [remote] Update hgignore to ignore readme files in puppeteer packages r=Sasha 2023-07-25 07:10:08 +00:00
.hgtags No bug - tagging 592c2df16ac45a09c837b8a281e366c419c8b94d with FIREFOX_NIGHTLY_116_END a=release DONTBUILD CLOSED TREE 2023-07-04 08:35:00 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1778112 - Move dom/base/test/jsmodules/ to use mjs files, rather than defining sourceType for ESLint. r=allstarschh 2023-07-13 13:56:12 +00:00
.prettierrc.js
.stylelintignore Bug 1832765 - merge new tab linting into main stylelint config, r=Standard8,aminomancer 2023-05-30 22:41:22 +00:00
.stylelintrc.js Bug 1835028 - Change newtab stylelint problem severity from warning to error. r=Gijs,Standard8 2023-06-05 12:58:01 +00:00
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1840044 - Update to Glean 53.1.0, UniFFI 0.24.1 and latest application-services. r=TravisLong,nika,markh,supply-chain-reviewers 2023-07-26 15:34:27 +00:00
Cargo.lock Bug 1840044 - Update to Glean 53.1.0, UniFFI 0.24.1 and latest application-services. r=TravisLong,nika,markh,supply-chain-reviewers 2023-07-26 15:34:27 +00:00
Cargo.toml Bug 1840044 - Update to Glean 53.1.0, UniFFI 0.24.1 and latest application-services. r=TravisLong,nika,markh,supply-chain-reviewers 2023-07-26 15:34:27 +00:00
client.mk
client.py
CLOBBER Bug 1839451 - (fix-f6eae959bf) s/rtc_encoder_simulcast_proxy/rtc_simulcast_encoder_adapter/ BUILD ref. - moz.build file updates 2023-07-06 10:26:41 -05:00
configure
configure.py Bug 1840537 - Enable value checking in moz.build for CONFIG variables derived from target.*. r=firefox-build-system-reviewers,andi,sergesanspaille 2023-07-06 21:33:41 +00:00
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1695312 - Activate the virtualenv associated with a mach command much earlier r=firefox-build-system-reviewers,glandium 2023-07-25 00:24:53 +00:00
mach.cmd
mach.ps1
Makefile.in Bug 1844122 - sccache: store the stats too r=padenot,taskgraph-reviewers,jcristau DONTBUILD 2023-07-18 15:10:55 +00:00
mots.yaml Bug 1846121 - Add places-reviewers group to the docs. r=zeid,places-reviewers,Standard8 DONTBUILD 2023-07-31 13:47:50 +00:00
moz.build Bug 1842620: Add overviews of the main applications to the docs. r=Gijs,geckoview-reviewers,owlish,bgrins 2023-07-26 18:22:32 +00:00
moz.configure Bug 1839743 - Move some things around for them to be available in toolkit/moz.configure. r=firefox-build-system-reviewers,ahochheiden 2023-06-27 08:56:17 +00:00
mozilla-config.h.in
old-configure.in Bug 1842497 - Unship all Universal CRT DLLs. r=firefox-build-system-reviewers,glandium 2023-07-15 12:29:51 +00:00
package-lock.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
package.json Bug 1832765 - start linting scss across the tree in our standard config, r=Standard8 2023-05-30 22:41:22 +00:00
pyproject.toml
README.txt
settings.gradle Bug 1844838 - Use default python3 outside MozillaBuild on Windows r=m_kato,geckoview-reviewers 2023-07-24 03:01:03 +00:00
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.