.cargo
Bug 1522614 - Patch cc-rs to handle aarch64 with clang-cl. r=froydnj
2019-02-05 21:43:16 +00:00
.vscode
…
accessible
Bug 1523071 - Add bindings for LengthPercentage, and use it for text-indent. r=jwatt
2019-02-10 04:10:24 +01:00
browser
Bug 1526945 - Sync Block websites from automatically playing sound option r=lina
2019-02-11 19:29:30 +00:00
build
Bug 1525733 - Require rust 1.32 to build. r=firefox-build-system-reviewers,ted
2019-02-11 19:43:18 +00:00
caps
Bug 1346759 - Use URI comparison for null principals instead of pointer comparison. r=ckerschb,bholley
2019-02-11 18:03:12 +00:00
chrome
Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8
2019-01-30 17:26:25 +00:00
config
Backed out 2 changesets (bug 1526010
, bug 1520646) mass mochitest failures UPGRADE_NSPR_RELEASE CLOSED TREE
2019-02-08 16:03:01 +02:00
db
Bug 1523851 - Remove system sqlite compile option tests. r=mak
2019-01-31 09:58:29 +00:00
devtools
Bug 1518487 - implement simple accessible list component similar to the one used in debugger.html and memory panel. r=nchevobbe
2019-02-11 20:46:13 +00:00
docshell
Backed out 6 changesets (bug 1522637) for en-US failures in testing/firefox-ui/tests/functional/safebrowsing/test_notification.py TestSafeBrowsingNotificationBar.test_notification_bar CLOSED TREE
2019-02-09 03:12:53 +02:00
dom
Bug 1526218 - transferFromImageBitmap() should propage the origin-clean state to the canvas element, r=aosmond
2019-02-11 16:54:05 +00:00
editor
Bug 1496118 - Clean up caret when destroying editor. r=masayuki
2019-02-06 19:26:35 +09:00
embedding
Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan
2019-01-24 08:11:00 +00:00
extensions
Bug 1512990
- Part 4 - remove declarations of Recv/Answer methods from IPDL protocol base class; r=froydnj
2019-02-06 15:58:43 +00:00
gfx
Bug 1526856 - Reduce GPU cache uploads a bit. r=kvark,nical
2019-02-11 20:44:57 +00:00
gradle /wrapper
…
hal
Bug 1523974 - Map PROCESS_PRIORITY_BACKGROUND_PERCEIVABLE to BELOW_NORMAL_PRIORITY_CLASS on Windows. r=gsvelto
2019-02-04 22:54:05 +00:00
image
Bug 1524313 - ImageCacheKey should use the right method to check if a window is 3rd party, r=Ehsan
2019-01-31 17:51:58 +00:00
intl
Bug 1526925 - add a `hasSource` method to L10nRegistry to determine if a source is known, r=zbraniecki
2019-02-11 14:56:09 +00:00
ipc
Bug 1525199 - Part 4 - removed size_t support from IPDL messages; r=froydnj
2019-02-08 21:57:32 +00:00
js
Bug 1523525 - Delete unsafe JS_GetDataView* API functions. r=jandem
2019-02-10 17:30:48 +00:00
layout
Bug 1346759 - Use URI comparison for null principals instead of pointer comparison. r=ckerschb,bholley
2019-02-11 18:03:12 +00:00
media
Bug 1523795: Make temp copy of query->now to avoid access after query has been moved. r=ng
2019-02-11 17:04:23 +00:00
memory
Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8
2019-01-30 17:26:25 +00:00
mfbt
Bug 1507049 - Rename MOZ_CRASH_UNSAFE_OOL MOZ_CRASH_UNSAFE. r=froydnj
2019-02-03 00:09:37 -08:00
mobile
Bug 1519489 - remove the android 7.0 arm emulator r=gbrown
2019-02-08 01:26:25 +00:00
modules
Bug 1526451 - Disable unboxed objects by default r=jandem,tcampbell
2019-02-11 11:55:20 +00:00
mozglue
Bug 1520962 - Update stackwalking bounds check to avoid aStackEnd. r=dmajor
2019-02-08 20:22:21 +00:00
netwerk
Bug 1525960 - Fix a leak in NS_GetInnermostURIHost(); r=baku
2019-02-11 14:35:02 +00:00
nsprpub
Bug 1526010
, Upgrade Firefox 67 to use NSPR 4.21. Beta snapshot, r=me
2019-02-09 13:26:00 +01:00
other-licenses
Bug 1523118 atk: Implement scrollsubstringto ATK API. r=surkov
2019-01-26 20:38:53 +01:00
parser
Bug 1516642
- Add a function declaration for arc4random_buf in expat. r=peterv
2019-02-08 13:48:36 +00:00
python
Bug 1525733 - Require rust 1.32 to build. r=firefox-build-system-reviewers,ted
2019-02-11 19:43:18 +00:00
security
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
2019-02-11 12:28:57 +00:00
services
No Bug, mozilla-central repo-update HSTS HPKP blocklist remote-settings - a=repo-update r=RyanVM
2019-02-11 12:28:57 +00:00
servo
Bug 1526736 - Rename MozLength to Size, and MaxLength to MaxSize. r=heycam
2019-02-11 10:59:49 +00:00
startupcache
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
storage
Bug 1490496 - implement XPCOM FFI for key-value storage r=nika,lina,mossop
2019-02-07 16:14:04 +00:00
taskcluster
Bug 1492279 - Only fetch target task for actions that require it r=dustin
2019-02-11 20:27:33 +00:00
testing
Bug 1515432 - Squash a lot of redundant WPT clauses. r=jmaher
2019-02-11 20:29:45 +00:00
third_party
Bug 1523140 - Derive more length stuff, and shrink MaxLength / MozLength's repr(C) representation. r=boris
2019-02-10 06:51:00 +01:00
toolkit
Bug 1526865 - The browser chrome tests should continue instead of fail when the continue file isn't removed. r=mhowell
2019-02-11 19:13:44 +00:00
tools
Bug 1525199 - Part 4 - removed size_t support from IPDL messages; r=froydnj
2019-02-08 21:57:32 +00:00
uriloader
Bug 1252831 - remove 30boxes webcal handler as both possible and default handler, r=paolo,Dolske
2019-02-10 21:28:20 +00:00
view
Bug 1503745: Make widgets with empty bounds consistently hide themselves. r=karlt
2019-02-04 06:51:50 +00:00
widget
Bug 1519538 - Disable idle-daily notifications in tests through user.js files. r=Standard8
2019-02-09 13:29:21 +00:00
xpcom
Bug 1346759 - Use URI comparison for null principals instead of pointer comparison. r=ckerschb,bholley
2019-02-11 18:03:12 +00:00
xpfe /appshell
Backed out 16 changesets (bug 1478124) for failing android geckoview-junit CLOSED TREE
2019-01-29 10:03:06 +02:00
.arcconfig
…
.clang-format
Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre
2019-01-18 10:16:18 +01:00
.clang-format-ignore
Bug 1508115 - Web Authentication - Support Windows Hello r=keeler,jcj,baku
2019-01-21 01:10:44 +00:00
.cron.yml
Bug 1514087: [taskgraph] Add an option to not optimize target tasks in cron graphs; r=dustin
2018-12-26 14:43:34 +00:00
.eslintignore
Bug 1508985 - Enable ESLint for dom/tests/browser (manual changes) r=Standard8,qdot
2019-01-22 21:26:02 +00:00
.eslintrc.js
Bug 1515942 - Enable ESLint for gfx/ (manual fixes). r=kats
2018-12-27 09:45:01 +00:00
.flake8
Bug 1519307 - Add a new project to build useful parts of breakpad independently. r=froydnj
2019-01-11 16:01:15 +00:00
.gdbinit
…
.gdbinit_python
…
.git-blame-ignore-revs
Merge mozilla-inbound to mozilla-central. a=merge
2019-01-22 05:56:10 +02:00
.gitignore
…
.hg-annotate-ignore-revs
Bug 1508324
- Generate list of past changesets to be skipped for blame. r=me NPOTB DONTBUILD
2018-12-27 18:08:25 -02:00
.hg-format-source
…
.hgignore
Bug 1525638 - Let hg ignore the build directories of WebRender standalone builds. r=ted
2019-02-11 13:37:44 +00:00
.hgtags
No bug - Tagging mozilla-central 5d9c5aa981a5b824e6132c923c2f201b3fa49397 with FIREFOX_NIGHTLY_66_END a=release DONTBUILD CLOSED TREE
2019-01-28 04:56:31 -08:00
.lldbinit
…
.mailmap
…
.taskcluster.yml
Bug 1524358 - get commit message locally, rather than from task parameters r=tomprince
2019-02-01 23:27:48 +00:00
.trackerignore
…
.yamllint
…
.ycm_extra_conf.py
Bug 1522135 - Make .ycm_extra_conf.py work with python3. r=jgraham
2019-01-24 13:51:28 +01:00
AUTHORS
…
CLOBBER
…
Cargo.lock
Bug 1526593 - WR capture frame builder state r=gw
2019-02-11 19:54:19 +00:00
Cargo.toml
Bug 1346759 - Use URI comparison for null principals instead of pointer comparison. r=ckerschb,bholley
2019-02-11 18:03:12 +00:00
GNUmakefile
…
LEGAL
…
LICENSE
…
Makefile.in
Bug 1518703 - Remove R_386_PC32 check. r=froydnj,ted
2019-01-10 00:07:53 +00:00
README.txt
…
aclocal.m4
Bug 1519603 - Manually inline AC_OUTPUT_SUBDIRS and MOZ_RUN_ALL_SUBCONFIGURES. r=nalexander
2019-01-14 18:37:06 +00:00
build.gradle
Bug 1524529 Update Play Services Cast to 16.0.0 r=VladBaicu
2019-02-04 12:44:13 +00:00
client.mk
…
client.py
…
configure.in
…
configure.py
Bug 1520394 - Don't invoke js subconfigure as a separate process. r=nalexander
2019-01-16 23:42:12 +00:00
gradle.properties
…
gradlew
…
mach
…
moz.build
Bug 1507334 - Add mozconfigs for 3-stage PGO; r=firefox-build-system-reviewers,chmanchester#firefox-build-system-reviewers
2019-01-10 01:34:49 +00:00
moz.configure
Merge mozilla-central to autoland. a=merge on a CLOSED TREE
2019-02-05 18:59:13 +02:00
mozilla-config.h.in
…
old-configure.in
Bug 1524142 - Ensure that MOZ_CRASHREPORTER is properly defined in Windows/AArch64 builds r=glandium
2019-02-01 22:27:19 +00:00
package-lock.json
Bug 1517707. Update ESLint related modules to latest versions. r=mossop
2019-01-04 16:44:49 +00:00
package.json
Bug 1517707. Update ESLint related modules to latest versions. r=mossop
2019-01-04 16:44:49 +00:00
settings.gradle
…
test.mozbuild
…