.cargo
Bug 1277338 - Part 1: Turn js/src into the mozjs-sys crate; r=sfink
2016-10-13 16:12:42 -07:00
accessible
Backed out changeset 28272f824ad0 (bug 1305402)
2016-10-13 23:15:09 +02:00
addon-sdk
Bug 1309351: Part 2 - Use a shared global sandbox and simple module resolution for built-in modules. r=ochameau
2016-10-14 06:14:10 +01:00
b2g
Bug 1306800 - Remove support for app theming; r=myk,baku
2016-10-13 13:23:03 -04:00
browser
Merge m-c to inbound, a=merge CLOSED TREE
2016-10-14 14:51:44 -07:00
build
Backed out changeset e984459f2b0f (bug 1298740) for windows build failures a=backout
2016-10-14 13:08:42 -07:00
caps
Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv
2016-10-13 13:18:41 -04:00
chrome
Bug 1304302 part 10 - Replace all uses of StyleSheetHandle. r=heycam
2016-09-26 22:03:25 +10:00
config
Bug 1308076 - Move ClearKeyCencParser to PsshParser library. r=glandium
2016-10-06 20:23:38 +13:00
db /sqlite3
Bug 1293367 - Upgrade to SQLite 3.14.1. r=asuth
2016-08-18 22:02:22 -04:00
devtools
Merge inbound to central, a=merge
2016-10-14 14:40:49 -07:00
docshell
Bug 1310014 - Avoid capturing JS backtraces in TabChild::DidRequestComposite(); r=tromey
2016-10-14 15:33:39 -04:00
dom
Bug 1310275. Fix the document.load() warning and telemetry to have a shot at actually being noticed. r=froydnj
2016-10-14 22:49:10 -04:00
editor
Bug 1248148 - Disable firing selection events during HTML editor initialization; r=mystor
2016-10-13 13:46:40 -04:00
embedding
Bug 1306229 - Remove unused nsIPrintingPrompt.idl. r=myk
2016-10-13 13:58:49 +09:00
extensions
Bug 1261019 - Part 3: Remove Navigator.mozApps and code depending on it; r=myk,jryans,fabrice,mcmanus,peterv
2016-10-13 13:18:41 -04:00
gfx
Don't double-call EnsureProcessTerminated when killing the GPU process. (bug 1310111, r=billm)
2016-10-14 23:27:32 -07:00
gradle /wrapper
Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian
2016-09-22 14:31:01 -07:00
hal
Bug 1306708 - Rename prio to nested in IPDL (r=dvander)
2016-10-04 20:34:54 -07:00
image
Bug 1306800 - Remove support for app theming; r=myk,baku
2016-10-13 13:23:03 -04:00
intl
Bug 837961 - Part 1: Add scripts to update tzdata in ICU data files. r=Waldo
2016-10-06 22:37:20 -07:00
ipc
Add GPU process support to the crash reporting service. (bug 1278717, r=ted)
2016-10-14 23:59:29 -07:00
js
Bug 1306249 - Report phase with longest self time, not longest total time, r=jonco
2016-09-30 12:25:21 -07:00
layout
Merge m-c to inbound, a=merge CLOSED TREE
2016-10-14 14:51:44 -07:00
media
merge mozilla-inbound to mozilla-central a=merge
2016-10-12 12:01:48 +02:00
memory
Bug 1303232 - Use per-process reduced thread-ids when munging logalloc logs. r=njn
2016-09-20 13:44:27 +09:00
mfbt
Bug 1299284 - Remove js::IsPowerOfTwo in favor of mozilla::IsPowerOfTwo. r=sfink
2016-07-21 00:36:38 -07:00
mobile
Backed out changeset 9c7364b4579d (bug 1308615) for suspicion that this caused pgo windows test crashes
2016-10-14 14:59:36 +02:00
modules
merge mozilla-inbound to mozilla-central a=merge
2016-10-14 11:59:12 +02:00
mozglue
Bug 1298090 - [1.6] Extract and cache native libraries on APK update. r=glandium,snorp
2016-10-10 22:59:27 +02:00
netwerk
merge mozilla-inbound to mozilla-central a=merge
2016-10-13 11:53:49 +02:00
nsprpub
Bug 1293329, Upgrade Firefox 51 to NSPR 4.13, finalizing version numbers, no code change, reusing r=ted
2016-09-27 03:34:52 +02:00
other-licenses
Backed out changeset b044f5da3670 (bug 1305402) for build bustage. r=backout on a CLOSED TREE
2016-10-13 23:15:09 +02:00
parser
Bug 1310156 - Add a null check to nsExpatDriver::HandleError to prevent crashes while determining whether to suppress console error messages. r=smaug
2016-10-14 18:41:08 -04:00
probes
python
Bug 1310215 - Add a verbose argument to mach install which provides useful information in case the android emulator startup fails. r=ahal
2016-10-14 11:15:10 -04:00
rdf
Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj.
2016-08-31 09:08:42 +10:00
release /docker
Bug 1297519 - Generate multilocale Firefox snaps r=Callek, a=release DONTBUILD
2016-09-17 10:53:41 -04:00
security
Merge m-c to inbound, a=merge CLOSED TREE
2016-10-14 14:51:44 -07:00
services
Bug 1309030 - Remove DOM/identity and related code. r=Ehsan
2016-10-10 13:55:16 -07:00
startupcache
Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj.
2016-08-31 09:08:42 +10:00
storage
Bug 1305202 - Use NullString() more and remove superfluous Truncates(). r=smaug
2016-09-23 21:10:01 -04:00
taskcluster
merge mozilla-inbound to mozilla-central a=merge
2016-10-14 11:59:12 +02:00
testing
Add GPU process type to leaklog.py. (bug 1310110, r=mccr8)
2016-10-14 23:27:14 -07:00
third_party /rust
Bug 1277338 - Part 0: Vendor third party crates needed for the mozjs-sys crate; r=froydnj
2016-10-13 16:12:42 -07:00
toolkit
Add GPU process support to the crash reporting service. (bug 1278717, r=ted)
2016-10-14 23:59:29 -07:00
tools
Fixup readthedocs generation from bug 1294565. r=me
2016-10-12 14:31:14 -04:00
uriloader
Bug 1310101 - Remove nsILoadContext::IsAppOfType; r=baku
2016-10-14 10:45:27 -04:00
view
Back out b00b37cb64ef (bug 1298709) for static analysis bustage
2016-09-05 20:14:56 -07:00
widget
Bug 1192053 - Implement NS_THEME_MAC_SOURCE_LIST_SELECTION and NS_THEME_MAC_ACTIVE_SOURCE_LIST_SELECTION. r=mstange.
2016-10-14 22:45:29 +02:00
xpcom
Merge mozilla-central to mozilla-inbound
2016-10-14 15:00:30 +02:00
xpfe
Bug 1297300 - Add missing checks to GetSpec() calls in rdf/, startupcache/ and xpfe/. r=froydnj.
2016-08-31 09:08:42 +10:00
.clang-format
.clang-format-ignore
.eslintignore
Bug 1309842 - Fix eslint/espree parsing errors for ignored directories in browser/. r=jaws
2016-10-13 11:48:35 +01:00
.eslintrc
.flake8
Bug 1280571 - Add testing/mochitest to the flake8 linter, r=ahal
2016-09-28 08:28:04 -04:00
.gdbinit
.gdbinit_python
.gitignore
Bug 1301790 - Bundle codemirror into a single script;r=gl
2016-09-11 09:38:51 -07:00
.hgignore
Bug 1301790 - Bundle codemirror into a single script;r=gl
2016-09-11 09:38:51 -07:00
.hgtags
No bug - Tagging mozilla-central fc69febcbf6c0dcc4b3dfc7a346d8d348798a65f with FIREFOX_AURORA_51_BASE a=release DONTBUILD CLOSED TREE
2016-09-19 09:43:48 -04:00
.lldbinit
.taskcluster.yml
bug 1298553 - enable chain of trust generation in the decision task. r=dustin
2016-09-27 12:45:22 -07:00
.ycm_extra_conf.py
aclocal.m4
Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium
2016-08-08 16:58:54 -07:00
Android.mk
AUTHORS
build.gradle
Bug 1300094 - Update Gradle to 2.14.1 and Gradle Plugin to 2.1.3 r=sebastian
2016-09-22 14:31:01 -07:00
client.mk
Bug 1295751 - Make it possible to copy configure.in to configure. r=gps
2016-08-16 19:35:00 -07:00
client.py
CLOBBER
No bug - Clobber on OS X to fix bustage caused by files removed in bug 1261019. r=bustage-fix on a CLOSED TREE
2016-10-13 22:42:33 +02:00
configure.in
Bug 1295751 - Make it possible to copy configure.in to configure. r=gps
2016-08-16 19:35:00 -07:00
configure.py
Bug 1296503 - Switch config.status to unicode literals. r=ted
2016-08-24 07:32:52 +09:00
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in
Bug 1305157 - Fix buildid.h and create source-repo.h in make before tup runs; r=gps
2016-09-28 13:51:34 -04:00
moz.build
Bug 1289194 - Move tools/fuzzing/libfuzzer reference to toolkit. r=ted
2016-09-10 02:27:23 +02:00
moz.configure
Backed out 5 changesets (bug 1305145) for windows build failures a=backout
2016-10-14 13:07:58 -07:00
mozilla-config.h.in
old-configure.in
Backed out 5 changesets (bug 1305145) for windows build failures a=backout
2016-10-14 13:07:58 -07:00
README.txt
settings.gradle
Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian
2016-10-05 20:23:38 -07:00
test.mozbuild