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
Mats Palmgren 0372796619 Bug 1542807 part 3 - Add some style quirks for legacy ::markers created from list-style-type/list-style-image. r=emilio
Specifically:
For "bullets", i.e. 'list-style-type:disc|circle|square|
disclosure-closed|disclosure-open', we use a built-in font
(-moz-bullet-font, which has glyphs for those symbols + space) to
retain mostly backwards compatible rendering for those.  Authors may
override that with an explicit 'font-family' ::marker style though.
We also use this font for 'list-style-image' in case it would
fallback to one of the above when the image fails to load (so that
we get the same width space).

When the -moz-bullet-font is used we also set 'font-synthesis' to
avoid synthesizing italic/bold for this font. Authors may override
this with an explicit ::marker declaration.

We also set 'letter-spacing' and 'word-spacing' to the initial value
for bullets for web-compat reasons.  Again, authors may override
this with an explicit ::marker declaration. (This breaks backwards-
compat slightly but makes us compatible with Chrome.  We used to
ignore these for list-style-type:<string> too.)

Differential Revision: https://phabricator.services.mozilla.com/D111693
2021-06-11 18:10:39 +00:00
.cargo Bug 1715731 - Bump jsparagus for bug 1709956 and some more. r=nbp 2021-06-10 13:24:16 +00:00
.vscode
accessible Bug 1542807 part 1 - Create generated content and use normal box construction for list-style-type/list-style-image ::markers. r=emilio 2021-06-11 18:10:38 +00:00
browser Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
build Bug 1714788 - Fixed more Sphinx warnings in 'mach doc' r=sylvestre DONTBUILD 2021-06-10 19:33:53 +00:00
caps
chrome
config
devtools Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
docs Bug 1714788 - Fixed more Sphinx warnings in 'mach doc' r=sylvestre DONTBUILD 2021-06-10 19:33:53 +00:00
docshell Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
dom Bug 1542807 part 1 - Create generated content and use normal box construction for list-style-type/list-style-image ::markers. r=emilio 2021-06-11 18:10:38 +00:00
editor Bug 1560396 - Replace EditorBase::GetNodeAtRangeOffsetPoint() with new API in EditorDOMPointBase r=m_kato 2021-06-11 08:57:18 +00:00
extensions Bug 1713757 - Make mozInlineSpellChecker, mozInlineSpellWordUtil and TextServicesDocument use EditorBase instead of TextEditor r=m_kato 2021-06-09 09:02:31 +00:00
gfx Bug 1711648 - Move LayoutRect to the Box2D representation. r=jrmuizel. 2021-06-11 13:33:10 +00:00
gradle/wrapper
hal
image Bug 1696093 - AVIF image transform support. r=aosmond 2021-06-08 18:30:46 +00:00
intl Bug 1711902 - Add Calendar::GetCanonicalTimeZoneID; r=dminor 2021-06-10 20:14:17 +00:00
ipc Bug 1697895 - Register the WER runtime exception module in child processes r=KrisWright 2021-06-11 09:59:49 +00:00
js Backed out 4 changesets (bug 1714141) for Mochitest failures in builds/worker/checkouts/gecko/js/src/vm/HelperThreads.cpp. CLOSED TREE 2021-06-11 19:34:41 +03:00
layout Bug 1542807 part 3 - Add some style quirks for legacy ::markers created from list-style-type/list-style-image. r=emilio 2021-06-11 18:10:39 +00:00
media
memory Backed out changeset 49f8a4acd649 (bug 1712674) for stack walking crashes on older Windows versions (bug 1715633). 2021-06-10 11:39:30 +03:00
mfbt
mobile Backed out changeset 3a5a0d8ea411 (bug 1699794) for Browser-chrome failures in browser/extensions/formautofill/test/browser/browser_autocomplete_footer.js. CLOSED TREE 2021-06-11 08:16:37 +03:00
modules Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
mozglue Backed out changeset 49f8a4acd649 (bug 1712674) for stack walking crashes on older Windows versions (bug 1715633). 2021-06-10 11:39:30 +03:00
netwerk Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
nsprpub Bug 1715584 - NSPR_4_32_BETA1. r=bbeurdouche UPGRADE_NSPR_RELEASE 2021-06-10 09:15:06 +00:00
other-licenses
parser Bug 737785 - Un-prefix -moz-tab-size (keeping the prefixed version as an alias for now). r=layout-reviewers,dholbert 2021-06-10 09:19:24 +00:00
python Bug 1714788 - Fixed more Sphinx warnings in 'mach doc' r=sylvestre DONTBUILD 2021-06-10 19:33:53 +00:00
remote Bug 1691414 - [remote] Extract WebDriver capabilities specific classes into their own Capability module. r=webdriver-reviewers,jdescottes 2021-06-09 08:19:01 +00:00
security Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
services Bug 1714788 - Fixed more Sphinx warnings in 'mach doc' r=sylvestre DONTBUILD 2021-06-10 19:33:53 +00:00
servo Bug 1542807 part 3 - Add some style quirks for legacy ::markers created from list-style-type/list-style-image. r=emilio 2021-06-11 18:10:39 +00:00
startupcache
storage
taskcluster Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
testing Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
third_party Bug 1715731 - Bump jsparagus for bug 1709956 and some more. r=nbp 2021-06-10 13:24:16 +00:00
toolkit Backed out 3 changesets (bug 1715142) for causing build bustages. CLOSED TREE 2021-06-11 21:20:02 +03:00
tools Bug 1715969 - [devtools] Remove debugger-tests try preset r=bomsy 2021-06-11 12:55:32 +00:00
uriloader
view
widget Backed out changeset 43a82597dade (bug 1699837) for Crashtest in layout/printing/crashtests/1671503.html. CLOSED TREE 2021-06-11 19:48:10 +03:00
xpcom Bug 1542807 part 3 - Add some style quirks for legacy ::markers created from list-style-type/list-style-image. r=emilio 2021-06-11 18:10:39 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1714577 - Part 5 - Add GeckoTraceEvent.h to clang-format-ignore. r=gerald 2021-06-09 15:43:38 +00:00
.cron.yml
.eslintignore
.eslintrc.js
.flake8 Bug 1714641: Remove usages of vendored "wptserve_py2" library r=jgraham,ahal 2021-06-09 15:48:51 +00:00
.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 Bug 1715731 - Bump jsparagus for bug 1709956 and some more. r=nbp 2021-06-10 13:24:16 +00:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.ps1
Makefile.in
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.