.cargo
Bug 1631965 - Vendor Rust. r=chunmin
2020-05-05 21:13:53 +00:00
.vscode
…
accessible
Bug 1631568 - Have nsLayoutUtils::GetFrameForPoint() and GetFramesForArea() take a RelativeTo parameter. r=tnikkel
2020-05-05 15:24:12 +00:00
browser
Bug 1635158 - Change rustc option -Zno-landing-pads to -Cpanic=abort for ccov builds r=marco
2020-05-06 12:00:25 +00:00
build
Bug 1634204 - Upgrade Linux build docker images to Debian 8. r=froydnj
2020-05-06 07:35:52 +00:00
caps
Backed out changeset 8a194fc3bf96 (bug 1634411) for causing perma bc2 failure in browser/components/originattributes/test/browser/browser_postMessage.js CLOSED TREE
2020-04-30 19:08:34 +03:00
chrome
Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
2020-05-05 17:41:36 +00:00
config
Bug 1634926 - Drive-by: fix condition for security/target vs. multiple target. r=froydnj
2020-05-05 11:07:16 +00:00
devtools
Bug 1631728 - Test that the context selector reacts to a target being destroyed. r=jlast.
2020-05-06 03:26:55 +00:00
docs
Bug 1536556 - Extend no-throw-cr-literal ESLint rule to forbid and fix `throw new Error(Cr.ERROR);`. r=Standard8
2020-05-05 17:43:39 +00:00
docshell
Backed out 2 changesets (bug 1632794) for build bustages on ChromeUtils.cpp . CLOSED TREE
2020-05-06 14:12:54 +03:00
dom
Backed out 2 changesets (bug 1632794) for build bustages on ChromeUtils.cpp . CLOSED TREE
2020-05-06 14:12:54 +03:00
editor
Bug 1626570 - Improve handling of copying arrays in editor/. r=m_kato
2020-05-06 11:15:49 +00:00
extensions
Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
2020-05-05 17:41:36 +00:00
gfx
Bug 1634943 - Move animation related stuff in nsDisplayList.cpp into AnimationInfo class. r=boris
2020-05-06 01:42:05 +00:00
gradle /wrapper
…
hal
Bug 1626570 - Improve handling of copying arrays in hal/. r=gsvelto
2020-05-05 10:14:24 +00:00
image
Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
2020-05-05 17:41:36 +00:00
intl
Bug 1632434 - Part 1: Update in-tree ICU to release 67.1. r=jwalden
2020-04-29 23:47:31 +00:00
ipc
Bug 1632583: Only register taskbar button creation message in the parent process. r=aklotz
2020-05-05 16:11:44 +00:00
js
Bug 1635431 - Part 6: Use definitelyType in IonBuilder. r=jandem
2020-05-06 08:38:38 +00:00
layout
Backed out changeset 842955b61f01 (bug 1365806
) for wr failures on contain-size-scrollbars-002.html . CLOSED TREE
2020-05-06 14:23:49 +03:00
media
Bug 1626364: Reinit decoder on error in WebrtcMediaDataDecoder. r=jya
2020-04-27 16:54:37 +00:00
memory
Bug 1633016 - Remove a bunch of references to PYTHON(2) in Makefiles r=glandium
2020-05-05 19:53:22 +00:00
mfbt
Bug 1634003 - Add MovingNotNull class template. r=jwalden
2020-05-05 09:09:13 +00:00
mobile
Backed out changeset 44a166a4efdb (bug 1555255) for causing bustage of android-sdk-linux because the docs package doesn't exist anymore. CLOSED TREE
2020-05-06 07:12:30 +03:00
modules
Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
2020-05-05 17:41:36 +00:00
mozglue
Bug 1599658 - Delete previous definition of py_action in Makefiles. Now py_action calls into Python 3 and py3_action doesn't exist. r=glandium
2020-05-05 20:04:30 +00:00
netwerk
Bug 1505500 - Declared a static variable 'cntActivate' as a counter in Http2Session class. The counter is incremented in TryToActivate function. r=dragana,necko-reviewers.
2020-05-06 09:54:55 +00:00
nsprpub
…
other-licenses
Bug 1632463 - Part 1: Pass no window to ExecuteCodeSegment. r=mhowell
2020-04-29 15:39:56 +00:00
parser
Bug 1627809 - Rename Document::TriggerInitialTranslation to Document::OnParsingCompleted. r=smaug
2020-04-30 17:56:11 +00:00
python
Backed out changeset 44a166a4efdb (bug 1555255) for causing bustage of android-sdk-linux because the docs package doesn't exist anymore. CLOSED TREE
2020-05-06 07:12:30 +03:00
remote
Bug 1635496 - [remote] Fixed dispatchMouseEvent to not await undefined promises. r=remote-protocol-reviewers,whimboo
2020-05-05 20:04:16 +00:00
security
Bug 1633039 - Don't check for Python 2 in configure r=glandium
2020-05-05 16:02:02 +00:00
services
Bug 1635408 - abort non-critical RemoteSettingsWorker tasks at shutdown, r=leplatrem
2020-05-05 23:52:17 +00:00
servo
Bug 1626570 - Improve handling of copying arrays in layout/style/ and servo/. r=emilio
2020-05-05 10:42:23 +00:00
startupcache
Bug 1614795 - use the background task queue for startupcache writes, r=dthayer,decoder
2020-04-15 20:43:44 +00:00
storage
Bug 1628715 - Part 15: Replace MOZ_NONNULL_RETURN by returning NotNull<elem_type*>. r=xpcom-reviewers,necko-reviewers,dragana,nika
2020-04-24 13:35:27 +00:00
taskcluster
Bug 1634204 - Upgrade Linux build docker images to Debian 8. r=froydnj
2020-05-06 07:35:52 +00:00
testing
Backed out changeset 842955b61f01 (bug 1365806
) for wr failures on contain-size-scrollbars-002.html . CLOSED TREE
2020-05-06 14:23:49 +03:00
third_party
Bug 1635671 - Upgrade typename to 1.12.0. r=emilio
2020-05-06 09:36:53 +00:00
toolkit
Backed out 2 changesets (bug 1632794) for build bustages on ChromeUtils.cpp . CLOSED TREE
2020-05-06 14:12:54 +03:00
tools
Backed out changeset 2f5143da4986 (bug 1631584) for causing gv jobs to fail as exceptions.
2020-05-06 02:23:54 +03:00
uriloader
Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
2020-05-05 17:41:36 +00:00
view
…
widget
Backed out 2 changesets (bug 1632794) for build bustages on ChromeUtils.cpp . CLOSED TREE
2020-05-06 14:12:54 +03:00
xpcom
Bug 1634864 - xpidl.xpidl.IDLError: error: Unexpected parameter attribute. r=glandium
2020-05-05 08:26:17 +00:00
xpfe /appshell
Bug 1580565 - Part 3: Simplify API for creating independent BCs, r=farre
2020-04-24 18:33:01 +00:00
.arcconfig
…
.babel-eslint.rc.js
…
.clang-format
…
.clang-format-ignore
Bug 1466070 - Integrate clang-format into mozlint r=linter-reviewers,ahal
2020-04-15 20:39:32 +00:00
.cron.yml
Bug 1630009: Re-use on-push builds for generating conditioned profiles; r=jmaher
2020-04-14 20:23:14 +00:00
.eslintignore
Bug 1628982 - Activate the condprofile on desktop + GV r=Bebe,perftest-reviewers,whimboo
2020-04-16 14:01:55 +00:00
.eslintrc.js
Bug 1620621 - Unit tests for MLBF-based blocklist r=Gijs
2020-04-30 10:02:37 +00:00
.flake8
Bug 1622687 - toolkit/crashreporter/: Make it flake8 compliant r=gsvelto,rstewart
2020-04-16 14:40:31 +00:00
.gdbinit
Bug 1627398 Part 5 - Support dumping frame trees in CSS pixels for gdb and lldb. r=heycam
2020-04-07 23:42:38 +00:00
.gdbinit_python
…
.git-blame-ignore-revs
Bug 1633969 - Add bug 1298559 to .{hg-annotate,git-blame}-ignore-revs. r=sylvestre
2020-04-30 12:54:10 +00:00
.gitattributes
…
.gitignore
Bug 1635514 - Delete tup CI/configure stuff r=froydnj
2020-05-05 18:34:16 +00:00
.hg-annotate-ignore-revs
Bug 1633969 - Add bug 1298559 to .{hg-annotate,git-blame}-ignore-revs. r=sylvestre
2020-04-30 12:54:10 +00:00
.hg-format-source
…
.hgignore
Bug 1635514 - Delete tup CI/configure stuff r=froydnj
2020-05-05 18:34:16 +00:00
.hgtags
No bug - tagging 5b8406a0446906d7228e5d745549b50a3496dc0f with FIREFOX_NIGHTLY_77_END a=release DONTBUILD CLOSED TREE
2020-05-04 14:53:30 +00:00
.lldbinit
…
.mailmap
…
.prettierignore
…
.prettierrc
…
.taskcluster.yml
Bug 1626795: Use revision rather than push-id to look up existing tasks; r=aki
2020-04-10 22:29:39 +00:00
.trackerignore
…
.yamllint
…
.ycm_extra_conf.py
Bug 1632497 - Make YouCompleteMe clangd completer work. r=jgraham
2020-04-28 10:08:00 +00:00
AUTHORS
…
CLOBBER
Bug 1632434 - Part 7: Updating ICU requires a clobber. r=jwalden
2020-04-29 23:48:06 +00:00
Cargo.lock
Bug 1635671 - Upgrade typename to 1.12.0. r=emilio
2020-05-06 09:36:53 +00:00
Cargo.toml
Bug 1618595 - Bump Cranelift to b7cfd39b531680217537cfcf5294a22077a0a58d; r=jseward
2020-04-30 11:57:24 +00:00
GNUmakefile
…
LEGAL
…
LICENSE
…
Makefile.in
Bug 1599658 - Delete previous definition of py_action in Makefiles. Now py_action calls into Python 3 and py3_action doesn't exist. r=glandium
2020-05-05 20:04:30 +00:00
README.txt
…
aclocal.m4
…
build.gradle
Bug 1633039 - Don't check for Python 2 in configure r=glandium
2020-05-05 16:02:02 +00:00
client.mk
Bug 1633016 - Remove a bunch of references to PYTHON(2) in Makefiles r=glandium
2020-05-05 19:53:22 +00:00
client.py
…
configure.in
Bug 1627163 - Switch python configure to python 3. r=firefox-build-system-reviewers,rstewart
2020-04-07 18:31:56 +00:00
configure.py
Bug 1631633 - Generate config.status deterministically. r=rstewart
2020-04-21 21:32:30 +00:00
gradle.properties
…
gradlew
…
gradlew.bat
…
mach
Bug 1635491 - Delete tup backend and `mach analyze` r=froydnj
2020-05-05 17:28:07 +00:00
moz.build
Bug 1621095 - add reftest-qr to run focused webrender reftests on android phones. r=bc
2020-04-24 18:54:51 +00:00
moz.configure
Bug 1635514 - Delete tup CI/configure stuff r=froydnj
2020-05-05 18:34:16 +00:00
mozilla-config.h.in
…
old-configure.in
Bug 1635271 - Restore CFLAGS to avoid repeat -fPIC flag when running configure after clobber. r=froydnj
2020-05-04 23:13:55 +00:00
package-lock.json
…
package.json
…
settings.gradle
…
substitute-local-geckoview.gradle
…
test.mozbuild
…