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
Перейти к файлу
Glenn Watson 632715284a Bug 1560853 - Fix picture cache tiles with fractional origins. r=kvark
Gecko layouts typically produce a picture cache where the origin
of the picture rect is an integer. However, it can occasionally
be a fractional origin.

In these cases, we need to ensure the content origin is floored,
to maintain consistent snapping. When this case occurs, the UV
rect for the tile also needs adjusting, to ensure the exact
1:1 texel:pixel mapping when drawing the tile.

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

--HG--
extra : moz-landing-system : lando
2019-06-25 20:28:16 +00:00
.cargo Bug 1556641 - Re-point cranelift to current HEAD. r=bbouvier 2019-06-04 09:17:12 +02:00
.vscode
accessible Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen 2019-06-13 08:58:07 +00:00
browser Bug 1560556 - Use Shadow DOM and CSS Shadow parts for <dropmarker> r=dao 2019-06-25 19:18:27 +00:00
build Bug 1519598 - Add a mach command to import PRs from github. r=kvark,ahal 2019-06-24 20:30:32 +00:00
caps Bug 1547707 - Add in origin attributes to ExpandedPrincipal serialization. r=ckerschb 2019-06-05 11:27:16 +00:00
chrome Bug 1536744 - Remove nsIProtocolHandler.newURI r=baku 2019-05-28 13:49:27 +00:00
config Bug 1560620 - Export PKG_CONFIG so that the pkg-config rust crate picks the same pkg-config as configure. r=froydnj 2019-06-21 23:54:12 +00:00
devtools Bug 1548933 Preview should ignore search results. r=davidwalsh 2019-06-25 16:46:14 +00:00
docshell Merge autoland to mozilla-central. a=merge 2019-06-25 12:38:30 +03:00
dom Bug 1532935 - Enable ESLint for dom/promise (manual changes). r=mccr8 2019-06-25 20:12:47 +00:00
editor Bug 1558674 - Allow chrome privileged documents to enable/disable copy/paste. r=Ehsan,bgrins 2019-06-18 20:40:19 +00:00
extensions Bug 1560517 - Update LICENSE, README and license.hunspell to 1.6.1 r=RyanVM 2019-06-21 14:26:53 +00:00
gfx Bug 1560853 - Fix picture cache tiles with fractional origins. r=kvark 2019-06-25 20:28:16 +00:00
gradle/wrapper
hal Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-05-25 17:46:15 +00:00
image Bug 1555454 - move mochitests-plain over to macosx1014 r=jmaher 2019-06-24 20:35:05 +00:00
intl Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike 2019-06-11 15:51:51 +00:00
ipc Merge inbound to mozilla-central. a=merge 2019-06-21 12:34:14 +03:00
js Bug 1559461 - gdb unwinder: Lookup JIT memory using ::execMemory. r=jandem 2019-06-25 16:39:31 +00:00
layout Bug 1321488 - restrict CSS properties for '::cue' r=emilio 2019-06-25 00:32:07 +00:00
media Bug 1560562: Check whether we should log before building the log string. r=mjf 2019-06-21 21:09:22 +00:00
memory Bug 1376408 - Randomize free region selection for small allocations in a run r=glandium 2019-06-18 21:18:23 +00:00
mfbt Bug 1534780 - Move ipc::FileDescriptor's UniquePtr instance into MFBT as UniqueFileHandle. r=froydnj 2019-06-20 22:40:13 +00:00
mobile Bug 1555051 - Use GeckoJarReader to read the theme image; r=VladBaicu 2019-06-25 14:54:41 +00:00
modules Bug 1560554 - Disable warning prompt from about:networking r=JuniorHsu 2019-06-22 01:24:48 +00:00
mozglue Backed out 4 changesets (bug 1545582) for causing spidermonkey bustages CLOSED TREE 2019-06-20 19:39:54 +03:00
netwerk Bug 1560703 - Make sure creating an FTP channel throws if FTP is disabled r=michal 2019-06-24 10:20:16 +00:00
nsprpub
other-licenses
parser Bug 1559008. Load catalog DTDs even if we don't have a useful DTD URI, since we ignore that URI anyway when we find a catalog DTD. r=peterv 2019-06-24 12:45:22 +00:00
python Bug 1561102 - Add license exception for the mach crate. r=chmanchester 2019-06-25 20:25:44 +00:00
remote Bug 1545726 - Implement DOM.getBoxModel. r=remote-protocol-reviewers,ato 2019-06-25 19:34:05 +00:00
security Bug 1550889 - land NSS ebc93d6daeaa UPGRADE_NSS_RELEASE, r=me 2019-06-23 03:45:47 +00:00
services Bug 1508973 - Remove getAnnotationsForItem and unused bookmark annotations APIs. r=Standard8,lina 2019-06-25 15:21:53 +00:00
servo Bug 1321488 - restrict CSS properties for '::cue' r=emilio 2019-06-25 00:32:07 +00:00
startupcache
storage Bug 1516333 - Part 1: Move group and origin re-escaping from QuotaManager::GetQuotaObject to GetQuotaObjectFromNameAndParameters in TelemetryVFS.cpp; r=janv,asuth 2019-06-07 08:04:57 +02:00
taskcluster Bug 1546661 - Enable cold page loads tests for Reference Browser on Try r=perftest-reviewers,Bebe,sparky 2019-06-25 08:28:58 +00:00
testing Bug 1513637 - Update syntax with quotation marks. a=testonly 2019-06-25 22:08:01 +03:00
third_party Bug 1561355 - Update bindgen so as to not build clap. r=froydnj 2019-06-25 18:13:10 +00:00
toolkit Bug 1560556 - Use Shadow DOM and CSS Shadow parts for <dropmarker> r=dao 2019-06-25 19:18:27 +00:00
tools Bug 1551992 - Compress profile data before sending to perf-html; r=mstange,julienw 2019-06-25 09:54:49 +00:00
uriloader Bug 1560040 - Introduce 2 new URL-Classifier features to annotate and block social trackers, r=dimi 2019-06-22 16:53:50 +00:00
view Bug 1550422 - P23. Remove now unused gfxPrefs. r=jrmuizel 2019-05-26 14:31:53 +00:00
widget Bug 1554861 - Disable clipping and scaling for top-level remote browsers to resolve regressions. r=mattwoodrow 2019-06-25 03:16:31 +00:00
xpcom Bug 1560040 - Introduce 2 new URL-Classifier features to annotate and block social trackers, r=dimi 2019-06-22 16:53:50 +00:00
xpfe/appshell Bug 1557887 - Part 3: Extend nsIDocShell.createAboutBlankContentViewer() to accept a storage principal argument; r=baku 2019-06-12 09:04:24 +00:00
.arcconfig
.clang-format
.clang-format-ignore Bug 1554063 - Move decimal to mozglue. r=jwalden 2019-05-29 06:57:28 +00:00
.cron.yml Bug 1554608 Schedule raptor fennec v64 tests in CI r=dustin,tomprince 2019-06-03 13:59:18 +00:00
.eslintignore Bug 1532935 - Enable ESLint for dom/promise (manual changes). r=mccr8 2019-06-25 20:12:47 +00:00
.eslintrc.js Bug 1556844 - Enable more ESLint rules for netwerk, (auto & manual) fixes & format changes , r=dragana 2019-06-21 20:13:40 +00:00
.flake8 Bug 1542963 - Fix most flake8 issues in python/mozbuild/mozbuild/* r=firefox-build-system-reviewers,chmanchester 2019-05-28 14:22:20 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore Bug 1558271 - Update mozilla/browsertime snapshot to b8c1becaee74970a6f6e4222a64d1e2e18f20cd6 r=nalexander 2019-06-10 21:03:22 +00:00
.hg-annotate-ignore-revs Bug 1554625 - Add more commits to the hg ignore list r=marco 2019-05-28 15:32:37 +00:00
.hg-format-source
.hgignore Bug 1556760 Organize the test ini file in folders r=perftest-reviewers,alexandru.irimovici,AlexandruIonescu 2019-06-19 07:44:35 +00:00
.hgtags
.lldbinit
.mailmap
.prettierignore Bug 1556013 - Add prettier to the top-level eslint config, r=Standard8 2019-06-07 14:20:09 +00:00
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1555661 - Fix client code inclusion in Google urls. r=daleharvey 2019-05-31 12:56:59 +00:00
Cargo.lock Bug 1561355 - Update bindgen so as to not build clap. r=froydnj 2019-06-25 18:13:10 +00:00
Cargo.toml Bug 1556641 - Re-point cranelift to current HEAD. r=bbouvier 2019-06-04 09:17:12 +02:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1551639 - Always update buildid but avoid rebuilding libxul. r=nalexander 2019-06-06 04:35:02 +00:00
README.txt
aclocal.m4 Bug 1557583 - Add a --enable-frame-pointers option. r=chmanchester 2019-06-12 22:30:46 +00:00
build.gradle
client.mk
client.py
configure.in
configure.py Bug 1547730 - Add six to path when running configure. r=glandium 2019-05-28 14:23:35 +00:00
gradle.properties
gradlew
gradlew.bat
mach
moz.build Bug 1522113 - schedule test-verify by test framework and directories rather than test source files, r=gbrown. 2019-05-17 22:29:33 +00:00
moz.configure Bug 1560340 - Only add confvars.sh as a dependency to config.status when it exists. r=chmanchester 2019-06-20 18:43:25 +00:00
mozilla-config.h.in
old-configure.in Bug 1558977 - Upgrade NSS 3.45 r=keeler 2019-06-12 23:22:22 +00:00
package-lock.json Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case resume; r=jdescottes,jlast 2019-06-14 04:24:17 +00:00
package.json Bug 1494796 - Removing threadClient specifics from DebuggerClient Special case resume; r=jdescottes,jlast 2019-06-14 04:24:17 +00:00
settings.gradle
test.mozbuild

README.txt

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.