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
Emilio Cobos Álvarez 4d98e7e79f Bug 1721262 - Make sure to reflow the line again if we bail out of reflow due to break-inside: avoid. r=dholbert
The issue is that we mark the second input as dirty when it gets the
reflow request (this is as expected), but then during multicol reflow
everything seems to go smoothly, but we hit this code:

  https://searchfox.org/mozilla-central/rev/00977c4e37865a92f1c15572ae4aea90e934b25b/layout/generic/nsBlockFrame.cpp#3745

And bail out, leaving the line marked as not dirty, and as such the
stuff inside the page-break-inside: avoid dirty.

When it changes further, we think it's already dirty so don't bother
adding it to the dirty root list anymore and the text frame remains with
its original tiny width.

Differential Revision: https://phabricator.services.mozilla.com/D121869
2021-08-05 18:21:55 +00:00
.cargo Bug 1724196 - Neqo version 0.4.29 r=necko-reviewers,valentin 2021-08-05 14:31:12 +00:00
.vscode
accessible Bug 1714290 - Don't flush in XULTreeGridAccessible. r=Jamie 2021-08-05 10:52:52 +00:00
browser Bug 1722449 - Adds markup to the tab dialog box for screenshot component. r=emalysz 2021-08-05 17:43:00 +00:00
build Bug 1717051: Move global mach dependencies to requirements definition r=ahal 2021-08-05 15:14:20 +00:00
caps Bug 1724206 - Use WebExtensionPolicy webidl definition for addonPolicy property on nsIPrincipal. r=Gijs 2021-08-05 18:16:17 +00:00
chrome
config Bug 1723447 - Get latest rlbox, wasm2c plugin, rt, compiler for 32bit platform support r=glandium 2021-08-04 21:37:45 +00:00
devtools Bug 1682995 - Enable AVIF support by default. r=jrmuizel,necko-reviewers,preferences-reviewers,valentin,Gijs 2021-08-05 15:48:00 +00:00
docs Bug 1722456 - [devtools] Update documentation to find Devtools reviewers r=Honza 2021-08-02 14:14:22 +00:00
docshell Merge autoland to mozilla-central. a=merge 2021-08-04 12:35:44 +03:00
dom Bug 1634741 - AVIF (AV1 Image File Format): proper color space support. r=aosmond 2021-08-05 15:47:59 +00:00
editor Bug 1722748 - Make TextServicesDocument::OffsetEntryArray::RemoveInvalidElements() adjust selection indexes when middle of the selection start and end entry is removed r=m_kato 2021-08-04 04:40:38 +00:00
extensions
gfx Bug 1634741 - AVIF (AV1 Image File Format): proper color space support. r=aosmond 2021-08-05 15:47:59 +00:00
gradle/wrapper
hal
image Bug 1682995 - Enable AVIF support by default. r=jrmuizel,necko-reviewers,preferences-reviewers,valentin,Gijs 2021-08-05 15:48:00 +00:00
intl Bug 1723886 - Remove mozILocalization. r=platform-i18n-reviewers,gregtatum 2021-08-04 15:40:29 +00:00
ipc Bug 1723954: Return NS_OK if PrincipalInfoToPrincipal fails. r=ckerschb 2021-08-05 13:58:41 +00:00
js Bug 1724234 - Remove unused shell 'intern' function r=tcampbell 2021-08-05 16:54:49 +00:00
layout Bug 1721262 - Make sure to reflow the line again if we bail out of reflow due to break-inside: avoid. r=dholbert 2021-08-05 18:21:55 +00:00
media Bug 1723247 - Update mp4parse-rust to 5326af6 r=kinetik 2021-08-03 23:23:42 +00:00
memory
mfbt Bug 1341265 - Part 11: Optimise Set.prototype.has for objects in CacheIR. r=iain 2021-08-02 16:38:04 +00:00
mobile Bug 1697636 - Removed deprecated GeckoResult.ALLOW and DENY. r=aklotz 2021-08-04 18:01:33 +00:00
modules Bug 1682995 - Enable AVIF support by default. r=jrmuizel,necko-reviewers,preferences-reviewers,valentin,Gijs 2021-08-05 15:48:00 +00:00
mozglue Bug 1723868 - Skip msvp9dec_store.dll in GetInfoForSelf(). r=gerald 2021-08-05 02:36:27 +00:00
netwerk Bug 1682995 - Enable AVIF support by default. r=jrmuizel,necko-reviewers,preferences-reviewers,valentin,Gijs 2021-08-05 15:48:00 +00:00
nsprpub
other-licenses
parser
python Bug 1724247 - Specify full publisher subject in MSIX repackages. r=bhearsum 2021-08-05 17:21:50 +00:00
remote Bug 1713441 - [remote] Fix undefined type in log from MessageHandler destroy r=webdriver-reviewers,whimboo 2021-08-05 11:55:14 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau 2021-08-05 12:14:03 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau 2021-08-05 12:14:03 +00:00
servo Bug 1723791 - Upgrade to uluru 1.1.1. r=emilio 2021-08-04 10:07:56 +02:00
startupcache
storage
taskcluster Bug 1724244 - Increase android-em reftest test chunks to avoid intermittent timeouts; r=jmaher 2021-08-05 18:06:12 +00:00
testing Bug 1721262 - Make sure to reflow the line again if we bail out of reflow due to break-inside: avoid. r=dholbert 2021-08-05 18:21:55 +00:00
third_party Bug 1724196 - Neqo version 0.4.29 r=necko-reviewers,valentin 2021-08-05 14:31:12 +00:00
toolkit Bug 1724222 - Add profiler markers in DeferredTask, r=mconley. 2021-08-05 17:30:09 +00:00
tools Bug 1716825: Navigate to a sub-page rather than about:blank for warm pageloads;r=perftest-reviewers,Bebe 2021-08-05 17:21:18 +00:00
uriloader Backed out changeset 1c892391a0e1 (bug 1721146) for causing dt failures in browser_console_clear_cache.js 2021-08-04 17:09:12 +03:00
view Bug 1722258 - Convert more LayerManager usage to use WindowRenderer. r=miko 2021-08-05 06:48:34 +00:00
widget Bug 1722700 [Wayland] Merge WaylandDragAndDropDataOffer and DataOffer classes, r=rmader 2021-08-05 14:56:08 +00:00
xpcom Bug 1723604 - Patch 2 - Include memory_watcher data in Mac event pings r=mac-reviewers,bradwerth 2021-08-05 06:07:39 +00:00
xpfe/appshell Bug 1613705 - [localization] part9: Update DOMLocalization to match Localization constructor. r=nika,emilio 2021-08-03 16:25:13 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.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 Backed out 6 changesets (bug 1670261) for causing perma android bustage. CLOSED TREE 2021-08-03 15:11:22 +03:00
Cargo.lock Bug 1724196 - Neqo version 0.4.29 r=necko-reviewers,valentin 2021-08-05 14:31:12 +00:00
Cargo.toml Backed out 6 changesets (bug 1670261) for causing perma android bustage. CLOSED TREE 2021-08-03 15:11:22 +03:00
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 Bug 1723389 - Bump the required version of system pixman. r=firefox-build-system-reviewers,andi 2021-08-03 04:41:02 +00:00
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.