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 Teh 7d0494adc2 Bug 1585851: When processing a11y insertions, don't try to move an accessible if its new previous sibling hasn't been moved into its new container yet. r=MarcoZ
Sometimes, depending on how children were changed, children might be in the insertion list out of order; e.g. [child2, child1].
It's also possible that an earlier child (child1 in the above example) is being moved out of another container.
When processing the earlier insertion (child2), we'll determine we need to move it within its parent and will fetch its new previous sibling so we can move it into the right place.
However, in this case, the new previous sibling (child1) will be in the wrong container.
We can't move in that case; the new previous sibling's index in parent will obviously be wrong, since it's relative to the wrong container.
Therefore, we just skip the move.
Since the previous sibling (child1) is later in the insertion list, the ordering will be corrected when we process that insertion.

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

--HG--
extra : moz-landing-system : lando
2019-10-30 06:32:50 +00:00
.cargo Bug 1586996 - Use upstream winapi instead of froydnj's aarch64 branch. r=glandium 2019-10-23 05:55:49 +00:00
.vscode
accessible Bug 1585851: When processing a11y insertions, don't try to move an accessible if its new previous sibling hasn't been moved into its new container yet. r=MarcoZ 2019-10-30 06:32:50 +00:00
browser Bug 1592107 - Append channel name to utm_campaign parameter for about:welcome experiments r=Mardak 2019-10-29 20:16:26 +00:00
build Bug 1592250 - Disable libFuzzer instrumentation in TSan builds. r=dmajor 2019-10-29 14:03:40 +00:00
caps Bug 1588461 - Added OA StripAttributes flag for privateBrowsingId. r=johannh,ckerschb 2019-10-24 14:18:54 +00:00
chrome
config Bug 1592250 - Disable libFuzzer instrumentation in TSan builds. r=dmajor 2019-10-29 14:03:40 +00:00
devtools Backed out 2 changesets (bug 1591013) for eslint failure at inspector/node.js on a CLOSED TREE. 2019-10-30 00:56:04 +02:00
docshell Bug 1592201: Enable test_bug13871.html with fission enabled. r=smaug 2019-10-29 14:08:20 +00:00
dom Bug 1591620 - part2 : allow more customers to moniter media keys event by adding a listener to the event source. r=chunmin 2019-10-30 00:50:44 +00:00
editor Bug 1591297 - Fix/remove a couple sanitizer tests now that we don't parse -moz-binding. r=hsivonen 2019-10-29 08:32:06 +00:00
extensions Bug 1591803 - Part 2: Rename nsIPermissionManager.enumerator to all and turn it into an Array; r=johannh 2019-10-29 01:56:25 +00:00
gfx Backed out changeset 7e150ae89101 (bug 1590933) for build bustage at CrossProcessPaint.cpp on a CLOSED TREE. 2019-10-30 05:29:16 +02:00
gradle/wrapper
hal
image Bug 1583044: Make nsMozIconURI serializeable. r=valentin 2019-10-21 14:16:49 +00:00
intl Bug 969980 - Use case folding for case-insensitive searches. r=Ehsan 2019-10-29 19:56:56 +00:00
ipc Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
js Backed out 7 changesets (bug 1582348) for spidermonkey bustage at WritableStream.cpp on a CLOSED TREE. 2019-10-30 07:46:31 +02:00
layout Tests for wbr element Bug 584141 r=Ehsan 2019-10-29 20:35:23 +00:00
media Bug 1543622 - Make number of channels out param of GetAudioFrame; r=pehrsons 2019-10-29 17:30:03 +00:00
memory
mfbt Bug 1592325 - Fix an unsigned-integer underflow in HashTable.h that's super-easy to trigger using affirmatively wrapping operations. r=froydnj 2019-10-29 16:42:15 +00:00
mobile Bug 1585661 - Move geckoview user documentation under mozilla-central. r=agi,nalexander,ahal 2019-10-29 16:34:30 +00:00
modules Bug 1585732 - use staticprefs for media.cubeb.sandbox, r=haik 2019-10-29 23:33:45 +00:00
mozglue Bug 1592120: Add flag to Authenticode::GetBinaryOrgName to skip trust verification and use it in untrusted modules processing; r=mhowell 2019-10-28 21:58:49 +00:00
netwerk Bug 1581599 - Http2 response without content-length can be considered stronly framed. r=mayhemer 2019-10-29 23:28:40 +00:00
nsprpub Bug 1591887 - NSPR_4_24_BETA1. r=jcj 2019-10-28 18:35:18 +00:00
other-licenses
parser Bug 1585119 - Re-enable yet more mochitests on android; r=geckoview-reviewers,snorp 2019-10-22 20:10:27 +00:00
python Bug 1588283 - Incorrect build failure reported by coverity when using inline definitions. r=bastien 2019-10-29 18:15:28 +00:00
remote Bug 1591216 - Minor corrections to Remote Agent documentation; r=remote-protocol-reviewers,ato 2019-10-28 10:16:54 +00:00
security Bug 1585732 - use staticprefs for media.cubeb.sandbox, r=haik 2019-10-29 23:33:45 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2019-10-28 13:17:59 +00:00
servo Bug 1591297 - Remove -moz-binding, nsStyleDisplay::mBinding and similar. r=hiro 2019-10-26 11:37:33 +00:00
startupcache Bug 1587112 - Make asserts in StartupCache::LoadArchive explicit r=njn 2019-10-22 03:15:18 +00:00
storage Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
taskcluster Bug 1592443 - Update sccache to the current master branch. r=dmajor 2019-10-30 00:17:11 +00:00
testing Bug 1525296 - Remove any remaining references to old search suggestions notifications. r=adw,whimboo 2019-10-29 17:57:10 +00:00
third_party Bug 1590143 - Update encoding_c and encoding_c_mem. r=m_kato 2019-10-24 11:12:33 +00:00
toolkit Bug 1434087, remove [moz-collapsed=true] attribute from minimal-xul.css and static atom r=bgrins 2019-10-29 23:05:31 +00:00
tools Bug 1591118. Make 'mach doc' provide a clearer error message when jsdoc is missing. r=ahal 2019-10-24 21:38:28 +00:00
uriloader Bug 1589327 - Remove some other various fennec-dependent code. r=snorp,botond 2019-10-18 18:49:49 +00:00
view
widget Bug 1587940 - Remove capability for opaque regions from NativeLayer interface. r=jrmuizel 2019-10-29 19:24:24 +00:00
xpcom Bug 1434087, remove [moz-collapsed=true] attribute from minimal-xul.css and static atom r=bgrins 2019-10-29 23:05:31 +00:00
xpfe/appshell Bug 1591570 - Remove contenttitlesetting. r=mossop 2019-10-29 17:48:22 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml Bug 1590150 - Turn off ESR60 cron jobs. r=tomprince 2019-10-22 21:21:49 +00:00
.eslintignore Backed out 5 changesets (bug 1556854) for mda failures on /test_media_selection.html CLOSED TREE 2019-10-24 13:47:37 +03:00
.eslintrc.js Bug 1556854 - Enable ESLint for dom/media/test/ - Manually enable remaining rules. r=jya 2019-10-24 08:58:37 +00:00
.flake8 Backed out changeset a4ed297ed157 (bug 1520463) for raptor failures complaining about StringIO 2019-10-19 15:02:15 +03:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - Tagging mozilla-central 585fe45563356a10a9d53cddfeda2bd699e46dd5 with FIREFOX_BETA_71_BASE a=release DONTBUILD CLOSED TREE 2019-10-14 16:42:11 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1590143 - Update encoding_c and encoding_c_mem. r=m_kato 2019-10-24 11:12:33 +00:00
Cargo.toml Bug 1584401 - build osclientcerts in-tree on Windows. r=jcj,kjacobs 2019-09-18 10:27:50 -07:00
client.mk
client.py
CLOBBER Bug 1583269 - Part 5: Updating ICU requires a clobber. r=jwalden 2019-10-19 01:40:06 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1581224 - convert mach uuid to be compatible with both python2/3 r=Callek 2019-10-21 16:33:00 +00:00
Makefile.in
moz.build
moz.configure
mozilla-config.h.in
old-configure.in Bug 1586739 - Upgrade to SQLite 3.30.1. r=mak 2019-10-15 15:29:31 +00:00
package-lock.json
package.json
README.txt
settings.gradle
substitute-local-geckoview.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.