.cargo
Bug 1504507 - Update serde branch for changes in WR PR #3264 . r=kats
2018-11-05 13:14:07 +00:00
.vscode
Bug 1514820 - Recommend a VSCode extension for IDL language highlighting r=jya
2018-12-18 19:43:33 +00:00
accessible
Bug 1472558 - Convert "richlistbox" to Custom Element. r=bgrins
2018-12-31 07:54:10 +00:00
browser
Merge inbound to mozilla-central. a=merge
2019-01-04 05:45:10 +02:00
build
Bug 1514288 - save profile run output to log files rather than stdout; r=chmanchester
2019-01-03 18:18:02 +00:00
caps
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-01-04 01:03:06 +02:00
chrome
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
config
bug 1498909 - dynamically load libsecret at runtime if available r=franziskus,jcj
2019-01-03 00:39:45 +00:00
db
Backed out changeset 7408e4b312e9 (bug 1514683) because it's not the correct way to enable SQLITE_DBCONFIG_DEFENSIVE.
2018-12-21 20:44:51 -05:00
devtools
Merge inbound to mozilla-central. a=merge
2019-01-04 18:11:50 +02:00
docshell
Bug 1353867
- Follow-up, take 2: revert rev c9a17c8a3c3f and add include of WindowProxyHolder.h where it was missing. r=bz
2019-01-03 09:11:00 +02:00
dom
Bug 571074 - Mark nsITransferable.getTransferData as [must_use]. r=mats
2019-01-04 16:16:59 +00:00
editor
Bug 571074 - Mark nsITransferable.getTransferData as [must_use]. r=mats
2019-01-04 16:16:59 +00:00
embedding
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
extensions
Bug 1517173 - Add words to en-US dictionary. r=ehsan
2019-01-02 10:25:10 +07:00
gfx
Bug 1517586 - Enable skia neon code on aarch64-windows with clang-cl r=lsalzman
2019-01-03 22:11:13 +00:00
gradle /wrapper
Bug 1509572 - Part 1: Bump Gradle wrapper to 4.10.2; decouple script from Gradle version. r=snorp
2018-11-26 21:42:27 +00:00
hal
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
image
Bug 1511603. Ignore grayscale color profiles in webp images because webp images are never grayscale. r=aosmond
2018-12-21 00:58:00 -05:00
intl
Bug 1516853 - Merge nsIDocument and nsDocument. r=smaug
2018-12-31 14:10:19 +00:00
ipc
Bug 1515770 - don't generate commented-out skeleton implementations of IPDL protocols; r=froydnj
2018-12-21 15:03:26 +00:00
js
Bug 1477084 - Fix assertion with Debugger forcing return from an async generator before its initial yield. r=jimb
2019-01-04 16:22:31 +00:00
layout
Bug 1517521 - Handle calc() on border-image-width correctly. r=dholbert
2019-01-04 00:41:09 +00:00
media
Bug 1516605 - Turn on NEON on aarch64 when using gcc or clang. r=aosmond
2019-01-02 14:11:31 +00:00
memory
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
mfbt
Bug 1517237 - Make move assignment of RefPtr to have the same behavior as nsCOMPtr's, r=froydnj
2019-01-02 21:44:32 +02:00
mobile
Bug 1464003 - Refresh sync preference after rebuilding the list. r=Grisha
2019-01-04 10:17:03 +00:00
modules
Bug 1517682 - Drop layout.css.background-blend-mode.enabled pref. r=heycam
2019-01-04 07:21:32 +00:00
mozglue
Bug 1505482: Allow DLL patcher to resolve some backward short JMPs (r=aklotz)
2018-12-26 17:28:37 +00:00
netwerk
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-01-04 01:03:06 +02:00
nsprpub
Bug 1477680, NSPR 4.20 RTM, no code change, only version number, r=me
2018-08-28 16:21:01 +02:00
other-licenses
Bug 1514532 - the modules/libmar directory isn't clang formatted and there are a few deprecation warnings in app update code. r=mhowell
2018-12-17 11:17:21 -08:00
parser
Bug 1516366 - Move base classes from nsDocument to nsIDocument. r=smaug
2018-12-29 20:41:28 +01:00
python
Backed out changeset 5f6139ef7c2c (bug 1515261) for causing Windows build bustages CLOSED TREE
2019-01-04 18:29:53 +02:00
security
Merge inbound to mozilla-central. a=merge
2019-01-04 00:04:46 +02:00
services
Bug 1516997 p1 - Move hasSyncedThisSession to SyncEngine. r=markh
2019-01-03 22:28:15 +00:00
servo
Bug 1517682 - Drop layout.css.background-blend-mode.enabled pref. r=heycam
2019-01-04 07:21:32 +00:00
startupcache
Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format
2018-11-30 11:46:48 +01:00
storage
Bug 1513892 - Part 1: Cache usage in the database table; r=asuth
2018-12-21 06:26:25 +01:00
taskcluster
Bug 1517201 - put actionPerm in schema-compliant action.extra r=aki
2019-01-03 02:57:23 +00:00
testing
Merge mozilla-central to autoland. a=merge CLOSED TREE
2019-01-04 18:14:35 +02:00
third_party
Bug 1516262 - Part 2: Revendor rust dependencies; r=ato
2019-01-02 12:13:08 +00:00
toolkit
Merge inbound to mozilla-central. a=merge
2019-01-04 18:11:50 +02:00
tools
Bug 1517621 - [tryselect] Mock out entire vcs object in python tests, r=jmaher
2019-01-04 10:40:35 +00:00
uriloader
Merge inbound to mozilla-central. a=merge
2019-01-04 00:04:46 +02:00
view
Bug 1517241 - Rename nsIDocument to mozilla::dom::Document. r=smaug
2019-01-03 17:48:33 +01:00
widget
Bug 571074 - Mark nsITransferable.getTransferData as [must_use]. r=mats
2019-01-04 16:16:59 +00:00
xpcom
Merge mozilla-inbound to mozilla-central. a=merge
2019-01-03 18:22:07 +02:00
xpfe /appshell
Bug 1353867
- Add cross-process proxies for WindowProxy. r=bzbarsky
2019-01-02 13:29:18 +00:00
.arcconfig
Bug 1460463 - Update .arcconfig to make history mutable; r=gps
2018-05-09 23:49:52 +00:00
.clang-format
Bug 1512716 - Re-indent NS_QUERYFRAME macros after clang-format. r=TYLin
2018-12-07 20:00:18 +00:00
.clang-format-ignore
Bug 1513205 - Remove tests from the ignore list r=Ehsan
2018-12-13 20:36:45 +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 1515942 - Enable ESLint for gfx/ (manual fixes). r=kats
2018-12-27 09:45:01 +00:00
.eslintrc.js
Bug 1515942 - Enable ESLint for gfx/ (manual fixes). r=kats
2018-12-27 09:45:01 +00:00
.flake8
Bug 1508889 - Remove ipc/chromium from the lists of third-party code. r=Ehsan
2018-11-21 03:11:37 +00:00
.gdbinit
Bug 1486903 - Add "ftl" command to dump frame subtree to .gdbinit. r=Ehsan
2018-08-28 20:20:21 +00:00
.gdbinit_python
…
.git-blame-ignore-revs
Bug 1516755 - Update the list of git revisions in .git-blame-ignore-revs r=jya
2018-12-29 18:03:27 +00:00
.gitignore
Bug 1513450
- Do not ignore .rej/.orig files. r=firefox-build-system-reviewers,nalexander
2018-12-17 21:41:01 +00:00
.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
Bug 1511181 - Quick fix for .hg-format-source that has an empty line. r=ehsan, a=aryx
2018-11-30 13:25:44 +02:00
.hgignore
Bug 1513450
- Do not ignore .rej/.orig files. r=firefox-build-system-reviewers,nalexander
2018-12-17 21:41:01 +00:00
.hgtags
No bug - Tagging mozilla-central 3386ff76878d83496bb822d09115c77472808b53 with FIREFOX_NIGHTLY_65_END a=release DONTBUILD CLOSED TREE
2018-12-10 07:29:08 -08:00
.lldbinit
Bug 1481555: Use lldb's python API to summarise nsAtoms. r=froydnj
2018-08-08 15:11:22 +00:00
.mailmap
NO BUG - Use ato's new address. r=me
2018-02-26 15:59:29 +00:00
.taskcluster.yml
Bug 1492664 - set TASKCLUSTER_ROOT_URL and TASKCLUSTER_PROXY_URL; r=tomprince,glandium
2018-09-25 20:18:19 +00:00
.trackerignore
Bug 1486468 - Add .trackerignore file to avoid GNOME Tracker indexing mozilla-central files. r=ahal
2018-08-27 16:45:03 +02:00
.yamllint
…
.ycm_extra_conf.py
…
AUTHORS
Bug 1481409 - Use HTTPS protocol for Mozilla's Credits link in AUTHORS file r=mossop
2018-08-13 16:39:30 +00:00
CLOBBER
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2018-12-10 07:58:12 -08:00
Cargo.lock
Bug 1517616 - Re-vendor rust dependencies. r=kats
2019-01-04 04:21:40 +00:00
Cargo.toml
Bug 1507524 - Move webrender to gfx/wr. r=jrmuizel
2018-11-22 21:47:48 +00:00
GNUmakefile
…
LEGAL
…
LICENSE
…
Makefile.in
Bug 1507338 - Add a configure option for MOZ_PROFILE_GENERATE. r=firefox-build-system-reviewers,mshal
2019-01-03 16:16:38 +00:00
README.txt
Bug 1480997 - Remove "Mozilla FTP server" link in README.txt r=mossop
2018-10-23 10:06:29 +00:00
aclocal.m4
Bug 1513798 - Revert bug 638149 and leave it to configure to set -dead_strip. r=nalexander
2018-12-18 10:50:06 +09:00
build.gradle
Bug 1506658 - Add @Nullable or @NonNull to all APIs. r=snorp,rbarker,geckoview-reviewers
2018-12-20 15:22:45 +00:00
client.mk
Bug 1498031 - Merge code paths for running configure between Tup and Make based backends. r=firefox-build-system-reviewers,mshal
2018-10-16 22:21:36 +00:00
client.py
…
configure.in
…
configure.py
Bug 1461836 - Write out complete configure dependencies from configure for consumption by make and non-make backends. r=mshal
2018-05-21 14:01:50 -07:00
gradle.properties
Bug 1453413 - Use aapt2 to build Firefox for Android. r=mcomella
2018-04-11 09:59:22 -07:00
gradlew
…
mach
…
moz.build
Bug 1507344 - Add configure machinery for MOZ_PROFILE_USE and merging profile. r=nalexander
2018-12-21 19:02:11 +00:00
moz.configure
Bug 1502457 - Move MOZILLA_OFFICIAL to init.configure. r=nalexander
2018-11-16 01:16:31 +00:00
mozilla-config.h.in
Bug 1504022 - Map GetExceptionCode to a nop to avoid an error r=bobowen
2018-11-02 13:28:01 -05:00
old-configure.in
Bug 1517077. Remove Cairo D2D backend. r=lsalzman
2019-01-01 21:55:39 -05:00
package-lock.json
Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander
2018-10-01 17:28:45 +00:00
package.json
Bug 1495397 - Update mozilla-central's package.json for being more generic, and move existing ESLint modules to dev dependencies. r=firefox-build-system-reviewers,nalexander
2018-10-01 17:28:45 +00:00
settings.gradle
Bug 1444546 - Part 2: Build annotationProcessors with Gradle. r=jchen
2018-02-22 16:11:14 -08:00
test.mozbuild
…