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
L. David Baron ce547cd6f5 Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert
For now, always pass null, except when passing it through from one
overload to another.

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

--HG--
extra : moz-landing-system : lando
2019-07-17 23:34:45 +00:00
.cargo
.vscode
accessible Bug 1566299: Update XULListBoxAccessible now that autocomplete-richlistbox-popup is a Custom Element. r=surkov 2019-07-18 04:47:42 +00:00
browser Bug 1561517: PanelMultiView: Don't override the tab key when an open menulist has focus. r=johannh 2019-07-18 04:55:51 +00:00
build
caps Backed out changeset 6e4d13741a0f (bug 1564527) for perma AddressSanitizer failures. CLOSED TREE 2019-07-13 02:05:25 +03:00
chrome
config Bug 1565706 - Allow to run mach build rust without setting MOZ_RUST_TIER. r=froydnj 2019-07-15 23:50:31 +00:00
devtools Merge inbound to mozilla-central. a=merge 2019-07-18 06:46:41 +03:00
docshell Merge inbound to mozilla-central. a=merge 2019-07-18 06:46:41 +03:00
dom Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-18 06:48:24 +03:00
editor Bug 1565584: move nsIContentUtils::ContentIsDescendantOf to nsINode::IsInclusiveDescendantOf. r=smaug 2019-07-15 10:02:21 +02:00
extensions Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
gfx Bug 1564724 - Tweak StaticPrefList.h. r=glandium 2019-07-17 22:36:35 +00:00
gradle/wrapper
hal
image Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
intl
ipc Bug 1566955: Make EnsureMTA fully thread-safe; r=Jamie 2019-07-18 00:48:41 +00:00
js Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-18 06:48:24 +03:00
layout Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
media Bug 1465407 - Add media fuzzing targets. r=jya 2019-07-16 14:50:17 +00:00
memory
mfbt
mobile Merge autoland to mozilla-central. a=merge 2019-07-17 06:43:28 +03:00
modules Bug 1564724 - Remove the old hand-written StaticPrefList.h. r=glandium 2019-07-18 04:15:55 +00:00
mozglue Bug 1567013: Change gen_dll_blocklist_defs.py to use the DLL name for dupe detection; r=bytesized 2019-07-18 03:29:45 +00:00
netwerk Merge inbound to mozilla-central. a=merge 2019-07-18 06:46:41 +03:00
nsprpub
other-licenses
parser
python
remote Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
security Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
services Bug 1564131 - re-enable syncing of builtin themes. r=rpl 2019-07-18 01:25:50 +00:00
servo Bug 1353164 Part 1 - Remove dominant-baseline values that no longer exist r=heycam 2019-07-13 15:35:08 +01:00
startupcache
storage
taskcluster Bug 1566730 - Switch the diffoscope docker image to Debian 10. r=nalexander 2019-07-17 21:54:25 +00:00
testing Merge inbound to mozilla-central. a=merge 2019-07-17 06:48:50 +03:00
third_party
toolkit Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-07-18 06:48:24 +03:00
tools
uriloader Bug 1566182: Annotate mochitests that fail with Fission enabled. r=mccr8 2019-07-15 16:19:32 -07:00
view
widget Bug 1565785 - Skip WR rendering until window becomes ready to draw on Wayland r=nical 2019-07-16 01:28:32 +00:00
xpcom Bug 1564930 - Improve "XHR must not be LOADING or DONE" error messages. r=baku 2019-07-12 22:51:10 +00:00
xpfe/appshell
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Backed out 2 changesets (bug 1557096, bug 1565410) for multiple regressions linked to Bug 1557096. a=backout CLOSED TREE 2019-07-17 00:07:39 +03:00
Cargo.lock Bug 1530715 - Run mach vendor rust on a CLOSED TREE. r=bustage 2019-07-18 01:21:49 +02:00
Cargo.toml
client.mk
client.py
CLOBBER
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in Bug 1565706 - Allow to run mach build rust without setting MOZ_RUST_TIER. r=froydnj 2019-07-15 23:50:31 +00:00
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
README.txt
settings.gradle
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.