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
James Graham 487dced571 Bug 1490969 - Remove duplicate reftest harness tests, r=mats,TYLin,emilio
This patch deletes the whole layout/reftests/w3c-css/ directory.

These tests are duplicated across the reftest harness and the wpt
reftest harness. This has a number of problems:

* We run every test twice, taking unnecessary time and resources.

* A bespoke sync process is required for this directory.

* We often get metadata out of sync between the two copies, so they
seem to have different results.

* Other vendors often don't realise these tests exist, so they're less
useful for interop.

* When others do realise the test exist, they don't feel able to fix
issues in them because of the complex sync.

This patch removes the reftest harness copy of the tests. It seems
like the wpt reftest harness is sufficiently aligned with the reftest
harness that this shouldn't lose much in the way of coverage (and any
remaining differences are obviously a problem for all other wpt
reftests as well so should be fixed in general if there's a problem).

Differential Revision: https://phabricator.services.mozilla.com/D93127
2020-10-16 13:20:52 +00:00
.cargo Bug 1671521 - Update neqo to version 0.4.13 r=necko-reviewers,valentin 2020-10-16 07:13:32 +00:00
.vscode Bug 1656740 - Integrate clangd in vscode for C++ language support. r=froydnj 2020-08-06 06:25:17 +00:00
accessible Bug 1668101: Support same/different type naviagation with VO r=eeejay 2020-10-15 16:42:14 +00:00
browser Bug 1670958 - Wrap tab-to-search action text at narrow window widths. r=harry 2020-10-16 15:57:05 +00:00
build Bug 1669934 - Unset __PYVENV_LAUNCHER__ before reexecuting python configure in the virtualenv. r=firefox-build-system-reviewers,andi,rstewart 2020-10-15 21:30:23 +00:00
caps Bug 1626016 - Remove createFixupURI and move postData inside URIFixupInfo. r=Gijs,geckoview-reviewers,preferences-reviewers,snorp 2020-10-13 10:20:16 +00:00
chrome Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
config Bug 1670357 - Remove make targets for cleaning: clean, realclean, clobber, distclean, clobber_all, everything r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +00:00
devtools Bug 1670627 - [devtools] Pass the updateType to the data provider on the resource update event r=Honza 2020-10-16 09:42:48 +00:00
docs Bug 1668941: Update build and debugging documentation for macOS. r=haik DONTBUILD 2020-10-13 17:58:50 +00:00
docshell Bug 1623920 - Restrict window.stop with nsDocShell::IsNavigationAllowed. r=smaug 2020-10-16 09:31:31 +00:00
dom Backed out 3 changesets (bug 1669673) for test_pointerevent_drag_interaction-manual.html failures 2020-10-16 18:24:21 +03:00
editor Bug 1627924 - Make HTMLEditor::HideGrabberInternal() reset dragging state r=emilio 2020-10-16 02:34:15 +00:00
extensions Bug 1641611 - PermissionManager should take the largest ID considering the expired permissions too, r=timhuang 2020-10-13 16:43:37 +00:00
gfx Merge mozilla-central to autoland a=merge 2020-10-16 17:58:34 +03:00
gradle/wrapper
hal Bug 1664374 - Replace MOZ_MUST_USE with [[nodiscard]] in hal. r=gsvelto 2020-09-11 06:35:02 +00:00
image Bug 1656114 - Part 5: Report use counters in documents that come out of the bfcache. r=nika 2020-10-11 22:15:06 +00:00
intl Bug 1669573 - Replace kDateFormatYearMonth/kDateFormatYearMonthLong with FormatDateTime; r=zbraniecki 2020-10-15 12:19:42 +00:00
ipc Bug 1609668 - Move 32k buffer in IPCStreamSource::DoRead to the heap to avoid stack overflow. r=asuth 2020-10-12 21:38:30 +00:00
js Bug 1671125 - Relax assertions to allow pre-barrier verifier to turn on barriers on the self hosting zone as well as the atoms zone r=sfink 2020-10-16 14:32:10 +00:00
layout Bug 1490969 - Remove duplicate reftest harness tests, r=mats,TYLin,emilio 2020-10-16 13:20:52 +00:00
media Bug 1669888 - Enable ffvpx on all Mac platforms. r=jya 2020-10-08 05:28:28 +00:00
memory Bug 1656155 - pt 6. Add slop information to Replay.cpp r=glandium 2020-10-08 22:44:38 +00:00
mfbt no bug - TSan library excludes miss libdconfsettings. r=Gankro 2020-10-14 19:35:24 +00:00
mobile Bug 1667471 - Add header filter to GeckoSession.loader. r=snorp,esawin 2020-10-15 00:43:22 +00:00
modules Bug 1638396 - Enable support for IndexedDB in private browsing mode. r=dom-workers-and-storage-reviewers,janv 2020-10-16 10:50:01 +00:00
mozglue Bug 1656068 - Add temporary suppression. r=bwc 2020-10-15 09:54:11 +00:00
netwerk Bug 1671521 - Update neqo to version 0.4.13 r=necko-reviewers,valentin 2020-10-16 07:13:32 +00:00
nsprpub Bug 1660371 - NSPR_4_29_RTM. r=kjacobs UPGRADE_NSPR_RELEASE DONTBUILD 2020-09-17 15:26:54 +00:00
other-licenses Bug 1663217 - Remove MOZ_MUST_USE comment from NSIS BitsUtils.cpp. r=agashlin 2020-09-09 17:23:34 +00:00
parser Bug 1669664 - Don't speculatively load scripts, etc inside a template element. r=hsivonen 2020-10-14 21:58:50 +00:00
python Bug 1670631 - browsertime keeps on reinstalling itself r=sparky 2020-10-15 14:07:09 +00:00
remote Bug 1668851 - Try to write data to socket directly without waiting r=necko-reviewers,dragana,remote-protocol-reviewers 2020-10-08 13:26:03 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau 2020-10-15 16:43:04 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau 2020-10-15 16:43:04 +00:00
servo Bug 1669742 - Always serialize ratio with both components. r=boris 2020-10-15 16:12:16 +00:00
startupcache Bug 1656261 - Back out all recent StartupCache work r=RyanVM 2020-09-14 17:00:53 +00:00
storage Bug 1663924 - Split BorrowedStatement from CachedStatement. r=dom-workers-and-storage-reviewers,janv 2020-09-29 10:57:19 +00:00
taskcluster Bug 1669999 - Rename ytp-h264-std to ytp-hfr. r=perftest-reviewers,Bebe 2020-10-16 16:05:20 +00:00
testing Bug 1490969 - Remove duplicate reftest harness tests, r=mats,TYLin,emilio 2020-10-16 13:20:52 +00:00
third_party Bug 1671521 - Update neqo to version 0.4.13 r=necko-reviewers,valentin 2020-10-16 07:13:32 +00:00
toolkit Bug 1658921 - Updated HTTPS-Only Mode error page UX. r=desktop-theme-reviewers,ckerschb,fluent-reviewers,ntim 2020-10-16 14:38:45 +00:00
tools Bug 1671164 - Rename nsHostResolver::Blacklisted to Blocklisted r=necko-reviewers,dragana 2020-10-15 11:04:29 +00:00
uriloader Bug 1669731 - P1. Rename STATE_UNBLOCKED_UNSAFE_CONTENT to STATE_UNBLOCKED_TRACKING_CONTENT r=timhuang 2020-10-14 09:16:39 +00:00
view
widget Bug 1629347 - Make TSFTextStore::SetInputContext() emulate focus when the menu keyboard event listener is uninstalled r=m_kato 2020-10-16 06:14:23 +00:00
xpcom Bug 1670357 - Remove make targets for cleaning: clean, realclean, clobber, distclean, clobber_all, everything r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +00:00
xpfe/appshell Bug 1667081 - Part 3: Remove windowLowered in nsIFocusManager; r=hsivonen 2020-09-29 07:21:34 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1667674 - [Wayland] Support public primary-selection unstable protocol. r=stransky 2020-10-02 09:13:06 +00:00
.cron.yml Bug 1661673 - remove esr68 references.r=releng-reviewers,aki DONTBUILD 2020-08-31 07:59:28 +00:00
.eslintignore Bug 1669956 - [devtools] Enable eslint for devtools/client/shared/components/reps. r=jdescottes. 2020-10-14 11:33:16 +00:00
.eslintrc.js Bug 1665713 - pt3 - fix js lint issues resulting from moving mochitest directory. r=ng 2020-10-02 16:29:35 +00:00
.flake8 Bug 1622686 - Make testing/web-platform flake8 compliant. r=sylvestre,jgraham 2020-09-29 14:22:49 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1663372 - Ignore toolchains.json file with git. r=glandium 2020-09-25 13:09:50 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1658396 - Make hg ignore newtab node_modules, r=Mardak 2020-08-10 23:32:15 +00:00
.hgtags No bug - tagging cecca8e309497b6a0e7d2ab52a4956d7e48c91f6 with FIREFOX_NIGHTLY_82_END a=release DONTBUILD CLOSED TREE 2020-09-21 14:12:19 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1666809 - Insert decision task indexes directly via taskluster API rather than index-task, r=taskgraph-reviewers,aki 2020-09-24 19:19:36 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1553459 - Migrate to AndroidX r=geckoview-reviewers,agi 2020-09-18 22:29:04 +00:00
Cargo.lock Bug 1671521 - Update neqo to version 0.4.13 r=necko-reviewers,valentin 2020-10-16 07:13:32 +00:00
Cargo.toml Bug 1669055: Vendor Cranelift e22e2c3722f2fbccd3c8d3230119fa04c332c69c. r=jseward 2020-10-07 06:25:50 +00:00
client.mk Bug 1660614 - Upgrade sccache to pick up more resilient behavior in the presence of cache read failures r=froydnj 2020-08-25 21:16:53 +00:00
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2020-08-24 14:18:41 +00:00
configure.in
configure.py Bug 1669633 - Don't recurse into js/src for the python-part of configure. r=firefox-build-system-reviewers,rstewart 2020-10-07 21:13:19 +00:00
GNUmakefile
gradle.properties Bug 1553459 - Migrate to AndroidX r=geckoview-reviewers,agi 2020-09-18 22:29:04 +00:00
gradlew
gradlew.bat
LICENSE
mach Bug 1669874 - Use command -v instead of which in mach. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 14:58:43 +00:00
Makefile.in Bug 1670357 - Remove make targets for cleaning: clean, realclean, clobber, distclean, clobber_all, everything r=firefox-build-system-reviewers,mhentges 2020-10-15 20:37:18 +00:00
moz.build Bug 1669590 - Remove the "LEGAL" file from the tree r=mhoye DONTBUILD 2020-10-09 08:06:02 +00:00
moz.configure Bug 1520395 - Remove the python configure distinction between option and js_option. r=firefox-build-system-reviewers,andi,rstewart 2020-10-08 04:07:46 +00:00
mozilla-config.h.in
old-configure.in Bug 1670738 - Try to make autoconf deduce ac_exeext for mingw r=glandium 2020-10-16 13:14:31 +00:00
package-lock.json Bug 1668274 - update eslint, eslint-plugin-no-unsanitized and mocha to allow use of logical assignment operators, r=Standard8 2020-10-02 18:00:40 +00:00
package.json Bug 1668274 - update eslint, eslint-plugin-no-unsanitized and mocha to allow use of logical assignment operators, r=Standard8 2020-10-02 18:00:40 +00:00
README.txt Bug 1659631 - readme: update the wording to firefox, DONTBUILD.r=sylvestre 2020-08-18 04:04:36 +00:00
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.