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
Hiroyuki Ikezoe ee992bd0bb Bug 1373835 - Cull out elements which will be invisible in the snapport for programatic scrolls. r=botond
As for scrolling on the compositor we don't cull out them since we don't know
the final snapport rect at the time when we send the information about
snapping to the compositor.  And we will handle it for APZ in bug 1531589.

https://drafts.csswg.org/css-scroll-snap-1/#snap-scope

Depends on D21632

Differential Revision: https://phabricator.services.mozilla.com/D21633

--HG--
extra : moz-landing-system : lando
2019-04-11 06:21:23 +00:00
.cargo Bug 1529117 - Bump serde and serde_derive to branch from 1.0.88. r=jrmuizel 2019-04-04 15:41:57 +00:00
.vscode
accessible Bug 1542691 - [Linux] Replace nsGConfService by GSettingsService in accessible/atk/Platform.cpp, r=karlt 2019-04-09 20:47:45 +00:00
browser Backed out 4 changesets (bug 1540387) for xpcshell failures at toolkit/mozapps/extensions/test/xpcshell/test_shutdown.js on a CLOSED TREE 2019-04-11 02:57:19 +03:00
build Backed out 4 changesets (bug 1458385) for nightly updates fail. a=backout 2019-04-10 21:09:46 +03:00
caps Bug 1517797 - Rewrite net_IsValidIPv6Addr in Rust r=valentin,froydnj 2019-04-08 06:33:04 +00:00
chrome Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
config Bug 1541068 - add Rust compilation directories to GARBAGE_DIRS; r=nalexander 2019-04-09 18:59:19 +00:00
db
devtools Bug 1312163 - Switch to the new scroll-snap-type syntax for the old scroll snap implementation and drop the scroll-snap-type-{x,y} longhands. r=emilio 2019-04-11 06:19:31 +00:00
docshell Bug 1542673, increase history.state size limit, r=qdot 2019-04-10 20:21:55 +00:00
dom Bug 1373835 - Enable scroll snap for Element.scrollIntoView. r=botond 2019-04-11 06:20:11 +00:00
editor Bug 1424790 - Disable 694880-1.html on Android 4.3 and linux !debug for frequent failures. r=jmaher 2019-04-09 10:40:42 +00:00
extensions Bug 1513799 - Remove windows-1252 as a Japanese detection outcome. r=emk. 2019-04-08 14:43:26 +03:00
gfx Bug 1373835 - Make positions in the range that the element covers the snapport valid snap positions. r=botond 2019-04-11 06:21:11 +00:00
gradle/wrapper
hal
image Bug 1318091 - Disable failing android gtests; r=bc 2019-04-08 20:58:21 +00:00
intl Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
ipc Bug 1530303 - Put CrossOriginOpenerPolicy in BrowsingContext r=nika 2019-04-09 20:10:13 +00:00
js Bug 1541404 part 8 - Add ICEntry::isForPrologue and use it instead of ICEntry::isForOp. r=tcampbell 2019-04-10 16:28:07 +00:00
layout Bug 1373835 - Cull out elements which will be invisible in the snapport for programatic scrolls. r=botond 2019-04-11 06:21:23 +00:00
media Bug 1543419 - Fix libdav1d moz.yaml quoting. r=achronop 2019-04-10 15:59:00 +00:00
memory Bug 1542758 - mozjemalloc.cpp should use posix_madvise on Solaris r=glandium 2019-04-09 08:20:48 +00:00
mfbt Backed out 4 changesets (bug 1458385) for nightly updates fail. a=backout 2019-04-10 21:09:46 +03:00
mobile Bug 1543468 - Stop using toolkit netError.css URL on Android. r=JanH 2019-04-10 19:32:20 +00:00
modules Bug 1542673, increase history.state size limit, r=qdot 2019-04-10 20:21:55 +00:00
mozglue Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
netwerk Bug 1543079 - Use Window and Channel IDs instead of pointers in ContentBlockingAllowListKey, r=Ehsan 2019-04-09 22:11:10 +00:00
nsprpub Bug 1526010, NSPR 4.21 RTM, r=me 2019-03-07 11:16:36 +01:00
other-licenses Backed out 4 changesets (bug 1458385) for nightly updates fail. a=backout 2019-04-10 21:09:46 +03:00
parser Bug 1542996 - Remove duplicate component registration. r=kmag 2019-04-09 18:58:49 +00:00
python Bug 1542042 - Convert arguments to unicode explicitly in |./mach run|. r=nalexander 2019-04-09 23:13:07 +00:00
remote bug 1542198: remote: build tests only on --enable-tests; r=ochameau 2019-04-09 14:45:58 +00:00
security bug 1529044 - use a low-priority queue on a certificate verification thread to import intermediate certificates r=mgoodwin 2019-04-10 21:44:16 +00:00
services Bug 1539784 - ensure the master-password is unlocked before disconnecting from sync. r=eoger 2019-04-10 15:41:28 +00:00
servo Bug 1312163 - Switch to the new scroll-snap-type syntax for the old scroll snap implementation and drop the scroll-snap-type-{x,y} longhands. r=emilio 2019-04-11 06:19:31 +00:00
startupcache Bug 1536091 - Relax the startup cache test restrictions to account for QuantumBar not loading search-one-offs.js. r=kmag 2019-04-11 07:20:16 +00:00
storage Bug 1543295 - Pass the text length when creating an nsString from a SQLite text result. r=mak 2019-04-11 03:19:39 +00:00
taskcluster bug 1541859 - add action task to child tasks' dependencies. r=dustin 2019-04-10 15:29:16 +00:00
testing Bug 1373835 - Cull out elements which will be invisible in the snapport for programatic scrolls. r=botond 2019-04-11 06:21:23 +00:00
third_party Backed out 2 changesets (bug 1522931) for breaking macOS build on 10.14. a=backout 2019-04-10 17:10:12 +03:00
toolkit Bug 1312163 - Switch to the new scroll-snap-type syntax for the old scroll snap implementation and drop the scroll-snap-type-{x,y} longhands. r=emilio 2019-04-11 06:19:31 +00:00
tools Merge autoland to mozilla-central. a=merge 2019-04-11 00:51:52 +03:00
uriloader Bug 1540015 - part 3: Rename Document::GetShell() to Document::GetPresShell() and make it return PresShell* rather than nsIPresShell* r=smaug,emilio 2019-03-29 15:12:47 +00:00
view Bug 1542407 - Make nsIFrame use mozilla::PresShell directly rather than via nsIPresShell r=emilio 2019-04-06 06:02:28 +00:00
widget Merge mozilla-inbound to mozilla-central. a=merge 2019-04-11 00:54:55 +03:00
xpcom Bug 1541970 - Support incontentshell attribute for XUL panel;r=NeilDeakin 2019-04-09 09:41:56 +00:00
xpfe/appshell Bug 1540170 - don't use history for windowless browsers, r=farre 2019-04-01 11:59:40 +01:00
.arcconfig
.clang-format Bug 1542146 - Use the new option StatementMacros from clang-format-8 r=andi 2019-04-05 21:41:57 +00:00
.clang-format-ignore Bug 1533481 - Part 9: Update Gecko to Unicode 12. r=jfkthame! 2019-04-04 12:46:18 +03:00
.cron.yml Bug 1538560 - disable cron job to run mochitest valgrind tasks because they permafail r=gbrown 2019-04-01 15:08:44 +00:00
.eslintignore Merge inbound to mozilla-central. a=merge 2019-04-10 01:09:36 +03:00
.eslintrc.js Bug 1541024 - parser/ automated ESLint no-throw-literal fixes. r=hsivonen 2019-04-05 11:31:01 +00:00
.flake8 Bug 1541086: Remove the embedding code and update the bug components for widget::headless. r=myk r=bdahl 2019-04-02 09:07:54 -07:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs No bug - Ignore bug 1016240 in blame/annotate. r=MattN 2019-04-04 14:56:20 -04:00
.gitignore Bug 1500987 - Elevate the new debugger one directory. r=jlast 2019-04-09 13:16:00 -04:00
.hg-annotate-ignore-revs No bug - Ignore bug 1016240 in blame/annotate. r=MattN 2019-04-04 14:56:20 -04:00
.hg-format-source
.hgignore Bug 1516337 - Part 1: Dedupe sha2 and related dependencies r=froydnj 2019-04-08 23:17:50 +03:00
.hgtags No bug - Tagging mozilla-central 9421b477d67cfc4c9e03350cd554a9e6acc7f435 with FIREFOX_NIGHTLY_67_END a=release DONTBUILD CLOSED TREE 2019-03-18 10:56:58 +00:00
.lldbinit
.mailmap
.taskcluster.yml Bug 1488313: [taskgraph] Don't notify sherrifs on cron decision task failures on try; r=dustin 2019-03-27 19:38:05 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1541609 - [geckoview] Enforce packages in API. r=snorp,esawin 2019-04-10 01:50:58 +00:00
Cargo.lock Merge inbound to mozilla-central. a=merge 2019-04-09 12:55:19 +03:00
Cargo.toml Bug 1529117 - Bump serde and serde_derive to branch from 1.0.88. r=jrmuizel 2019-04-04 15:41:57 +00:00
client.mk
client.py
CLOBBER Bug 1533481 - Part 10: Updating ICU requires a clobber. r=jwalden! 2019-04-04 12:46:32 +03:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in Bug 1537574 - Use mozbuild's backend-out-of-date logic for RecursiveMake; r=firefox-build-system-reviewers,chmanchester 2019-04-10 22:14:27 +00:00
moz.build
moz.configure Bug 1532695 - Include target.gtest.tests.tar.gz in android builds; r=bc 2019-04-08 22:02:45 +00:00
mozilla-config.h.in
old-configure.in Bug 1433685 - Remove nsGConfService, r=glandium 2019-04-10 10:18:14 +00:00
package-lock.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
package.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
README.txt
settings.gradle Bug 1527796 - Part 5. Add python.exe path of mozilla-build to call mach command from gradle. r=nalexander 2019-03-29 18:11:09 +09:00
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

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 Mozilla developers for
testing, may be buggy.