.cargo
Bug 1277338 - Part 1: Turn js/src into the mozjs-sys crate; r=sfink
2016-10-13 16:12:42 -07:00
accessible
Bug 1321384 - add diagnostics to Accessible::Move, r=eeejay
2017-02-22 13:45:21 -05:00
addon-sdk
Bug 1339483: Fix tab frame lookup performance issues. r=mossop
2017-02-14 13:24:07 -08:00
b2g
Bug 1338311 - Update builders to rust 1.15.1. r=mshal
2017-02-09 14:43:26 -08:00
browser
Merge mozilla-central to mozilla-inbound
2017-02-23 15:28:43 +01:00
build
Bug 1302704 - part 3 - propagate information about CARGO_TARGET_DIR from the frontend into the backend; r=chmanchester
2017-02-23 10:35:07 -05:00
caps
Bug 1341218 - nsNullPrincipal should serialize its URL, r=qdot
2017-02-23 14:30:23 +01:00
chrome
merge mozilla-inbound to mozilla-central a=merge
2017-02-03 13:25:24 +01:00
config
Bug 1302704 - part 1 - define CARGO_TARGET_DIR in the backend; r=chmanchester
2017-02-23 10:35:07 -05:00
db /sqlite3
Bug 1340028 - Remove the CLANG_VERSION macro from the in-tree SQLite. r=mak
2017-02-16 09:46:41 -05:00
devtools
Bug 1341586 - Fix localization of Inspector's attribute context menu by adding quotations to the values: Fix quote characters. r=test-fix on a CLOSED TREE
2017-02-23 10:28:54 +01:00
docshell
Merge inbound to central, a=merge
2017-02-22 15:01:04 -08:00
dom
Bug 1340654 P1 Set referrer policy in service workers. r=baku
2017-02-23 10:54:42 -05:00
editor
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
embedding
Bug 1332392 - embedding/* should have BUG_COMPONENTS specified in moz.build files. r=ted
2017-02-06 09:45:58 -05:00
extensions
Bug 1340011 - Add inverter to the en-US dictionary. r=ehsan
2017-02-16 08:58:14 +07:00
gfx
Merge mozilla-central to mozilla-inbound
2017-02-23 15:28:43 +01: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 1060419 - make log_print use Printf.h, r=froydnj
2016-12-15 20:16:31 -07:00
image
Merge mozilla-central to mozilla-inbound
2017-02-23 15:28:43 +01:00
intl
Bug 1340924
- Remove Iterator consumer from intl/. r=Pike
2017-02-22 16:11:34 +09:00
ipc
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
js
Bug 1337561 - Increase executable code allocation size on 64-bit (r=jandem)
2017-02-23 09:01:16 -06:00
layout
Merge mozilla-central to mozilla-inbound
2017-02-23 15:28:43 +01:00
media
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
memory
Bug 419470: Re-enable PGO for Linux mozjemalloc. r=glandium
2017-02-22 09:46:06 +13:00
mfbt
Bug 1287006 - Use |alignas(T) unsigned char mStorage[sizeof(T)]| instead of AlignedStorage2 inside Maybe. r=froydnj
2017-01-30 15:56:04 -08:00
mobile
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
modules
Bug 1322739: P3. Add low-latency option to FFmpeg. r=gerald
2017-02-22 13:02:59 +01:00
mozglue
Bug 1336344 - use sizeof(pthread_mutex_t) to size MutexImpl's platformData_; r=fitzgen
2017-02-22 16:41:35 -05:00
netwerk
Bug 1338282 - remove profile.dev options from rust-url-capi's Cargo.toml; r=valentin
2017-02-22 17:15:02 -05:00
nsprpub
Bug 1331810: enable sending of 0 size UDP packets in NSPR. r=ted
2017-01-18 11:50:12 -08:00
other-licenses
Bug 1324617 - Allow any of multiple installations to be set as the Windows default browser; r=jimm,rstrong
2017-01-09 08:14:00 -08:00
parser
Bug 1334290 - Remove useless fields from nsScanner. r=mrbkap.
2017-02-17 08:44:49 +02:00
probes
…
python
Bug 1302704 - part 6 - enforce identical profiles for gkrust and gkrust-gtest; r=chmanchester
2017-02-23 10:35:06 -05:00
rdf
Bug 1060419 - make log_print use Printf.h, r=froydnj
2016-12-15 20:16:31 -07:00
release /docker
bug 1314574 replace sys.path with site.addsitedir so that .pth files are processed. r=rail a=release DONTBUILD
2016-11-02 10:43:57 +00:00
security
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
services
merge mozilla-inbound to mozilla-central a=merge
2017-02-20 14:05:25 +01:00
servo
servo: Merge #15690 - Add 'use statements with extraneous spaces' tidy check (from vwvww:issue_14898); r=Wafflespeanut
2017-02-22 21:19:08 -08:00
startupcache
Bug 1341794 - annotate startupcache/* moz.build file with BUG_COMPONENT. r=froydnj
2017-02-23 08:01:45 -05:00
storage
Bug 1341799 - annotate storage/* with BUG_COMPONENT in moz.build files. r=mak
2017-02-23 08:01:50 -05:00
taskcluster
merge mozilla-inbound to mozilla-central a=merge
2017-02-23 14:59:37 +01:00
testing
Bug 1340654 P2 Test that nested referrer policy from an importScripts() has no effect. r=baku
2017-02-23 10:54:43 -05:00
third_party /rust
Merge m-c to graphics
2017-02-21 10:58:47 -05:00
toolkit
Bug 1302704 - part 5 - harmonize gkrust_gtest's profile.release with gkrust's; r=chmanchester
2017-02-23 10:35:07 -05:00
tools
Bug 1329929 - Fix memory leaking of TaskTracer. r=cervantes
2017-02-22 00:26:00 -05:00
uriloader
Bug 1322576 - [4.0] Fix some coding style issues. r=smaug
2017-02-22 14:57:41 +01:00
view
Bug 1338901 - nsViewManager::ProcessPendingUpdatesForView should use AutoTArray to avoid alloc/free, r=tn
2017-02-14 03:44:23 +02:00
widget
Bug 1341988. Reenable a bunch of stylo reftests that were disabled for reasons that are not relevant anymore. r=bz
2017-02-23 02:09:57 -05:00
xpcom
Bug 1340928 (part 10) - Remove nested calls to profiler_{init,shutdown}(). r=mstange.
2017-02-15 17:08:38 +11:00
xpfe
Bug 1060419 - remove unneeded includes of prprf.h, r=froydnj
2016-12-09 10:00:01 -10:00
.clang-format
Bug 1322321 - Update the clang format file to match more our coding style r=ehsan
2016-12-06 17:43:17 -10:00
.clang-format-ignore
Bug 1332797 - Move mfbt/double-conversion source files into a new source/ subdirectory, to segregate upstream files from update.sh and our local patches. r=froydnj
2017-01-23 15:11:50 -08:00
.clang-tidy
Bug 1319396 - Update the list of checkers in the .clang-tidy file r=Ehsan
2016-11-22 12:30:19 +01:00
.cron.yml
Bug 1338152 - Use cron.yml for taskcluster nightlies. r=dustin
2017-02-09 09:43:56 -05:00
.eslintignore
Bug 1326412 - Fix ESLint issues in devtools/shared/webconsole/test/common.js. r=jryans
2017-02-13 19:16:56 +00:00
.eslintrc.js
Bug 1338585 - Add an eslint rule to require using .ownerGlobal instead of .ownerDocument.defaultView, r=jaws.
2017-02-13 13:01:32 +01:00
.flake8
Bug 1321956 - Disable flake8 check for 'visually indented line with same indent as next logical line', r=ahal
2016-12-08 09:53:21 -10:00
.gdbinit
Bug 1317802 - don't stop for SIGSYS in .gdbinit; r=jld
2016-11-16 01:13:22 -05:00
.gdbinit_python
…
.gitignore
Bug 1301790 - Bundle codemirror into a single script;r=gl
2016-09-11 09:38:51 -07:00
.hgignore
NO BUG - Add subinclude:servo/.hgignore to root .hgignore
2017-02-08 11:41:52 -08:00
.hgtags
No bug - Tagging mozilla-central f80dc9fc34680105b714a49b4704bb843f5f7004 with FIREFOX_AURORA_53_BASE a=release DONTBUILD CLOSED TREE
2017-01-23 15:31:28 +00:00
.lldbinit
…
.taskcluster.yml
Bug 1334810: temporarily revert {{owner}}; r=garndt
2017-02-07 16:18:19 +00:00
.ycm_extra_conf.py
…
AUTHORS
Bug 1302763 - Move docker images out of testing/docker into taskcluster/docker; r=dustin r=CuriousLearner
2016-10-20 18:25:34 +05:30
Android.mk
…
CLOBBER
Backed out 5 changesets (bug 1318370) for mozilla-central Windows static-analysis bustage
2017-02-21 21:22:01 -08:00
GNUmakefile
…
LEGAL
…
LICENSE
…
Makefile.in
Bug 1339182 - Remove OSX universal support in the build system; r=glandium
2017-02-10 16:52:17 -05:00
README.txt
…
aclocal.m4
Bug 1262155 - Use moz.build instead of libffi's build system. r=ted,glandium
2016-08-08 16:58:54 -07:00
build.gradle
Bug 1318823 - Use com.getkeepsafe.dexcount in Gradle builds. r=sebastian
2016-11-18 18:28:58 -08:00
client.mk
Bug 1317778 - Emit a depfile with python configure dependencies so Make will know when to re-run configure. r=glandium
2016-12-02 10:05:57 -08:00
client.py
…
configure.in
…
configure.py
Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal
2016-12-21 16:28:28 -08:00
gradle.properties
…
gradlew
…
mach
Bug 1316140 - Allow use of multiprocessing from config.status on windows. r=mshal
2016-12-21 16:28:28 -08:00
moz.build
Bug 1003417 - Include testing/mozbase/moz.build from root moz.build file, r=ted
2017-02-01 09:56:33 -05:00
moz.configure
Backed out 3 changesets (bug 1197325) for adding a burning Cc(hfsplus) job
2017-02-06 20:04:55 -08:00
mozilla-config.h.in
…
old-configure.in
Bug 1341459 - Remove MOZ_WEBGL_CONFORMANT. - r=jrmuizel
2017-02-22 14:55:34 -08:00
settings.gradle
Bug 1291363 - Add geckoview and geckoview_example Gradle projects. r=jchen,sebastian
2016-10-05 20:23:38 -07:00
test.mozbuild
…