.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 658467 - Fade out tab label on overflow instead of ellipsis. r=jaws ui-r=shorlander
2016-12-08 17:17:41 +01:00
addon-sdk
Bug 1321509 - remove references to Array.slice in addon-sdk util/object;r=zer0
2016-12-07 18:03:32 +01:00
b2g
Bug 1321261 - create dom/file for File APIs, r=qdot
2016-12-01 15:12:42 +01:00
browser
Bug 1322494 - Update pdf.js to version 1.6.372. r=bdahl
2016-12-08 12:17:30 -05:00
build
Merge m-i to m-c, a=merge
2016-12-02 22:17:31 -08:00
caps
Bug 1322514 - nsIPrincipal::GetOrigin should use the parent principal when dealing with blobURL, r=ehsan
2016-12-08 10:44:59 -10:00
chrome
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: chrome. r=RyanVM
2016-11-05 11:29:13 +01:00
config
Merge m-i to m-c, a=merge
2016-12-02 22:17:31 -08:00
db /sqlite3
Backed out changeset a8eed0b176b5 for landing with the wrong bug number in the commit message.
2016-11-30 11:35:30 -05:00
devtools
Bug 1301305 - Notify animations when they should synchronize with geometric animations; r=hiro
2016-12-02 10:21:11 +09:00
docshell
Backed out changeset 5ac111460188 (bug 1316256) for failure in test_ext_webrequest_basic.html. r=backout
2016-12-07 13:52:18 +01:00
dom
Bug 1322204 - Fail gracefully when the URL classifier service isn't available because we're in safe mode; r=smaug
2016-12-08 15:20:14 -10:00
editor
Bug 1318570
- Clean up GetTextNode into TextEditRules. r=masayuki
2016-11-22 20:56:03 +09:00
embedding
Bug 1317173 - Better propagation of private browsing flag when a new window is opened, r=smaug
2016-12-08 05:52:31 -10:00
extensions
Bug 1322518 - PermissionKey should propagate the error if nsIPrincipal::GetOrigin fails, r=ehsan
2016-12-08 10:45:52 -10:00
gfx
Bug 1317796 - Rebucket and rename GPU_PROCESS_LAUNCH_TIME_MS to cater for launch times up to 64000ms r=dvander data-review=bsmedberg
2016-12-08 11:20:43 -08: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 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
2016-12-02 13:46:53 -08:00
image
Bug 1322435. Limit the number of image decoding threads we use in the parent process. r=aosmond
2016-12-08 18:20:13 -06:00
intl
Bug 1321030: Update tzdata in ICU data files to 2016j. r=Waldo
2016-11-29 15:16:21 -08:00
ipc
Backed out 3 changesets (bug 1293656) for unexpected crash dump failures in test_process_error.xul
2016-12-05 20:34:55 -08:00
js
bug 1321884 - clean up the HeldMutexStack on helper threads r=jonco
2016-12-08 15:41:54 -10:00
layout
Bug 1321127 - Add temporary annotations for asserts missed by CI, r=dbaron
2016-12-08 09:53:21 -10:00
media
Bug 1319542 - Update RTCDataChannelInit to spec, and remove support for old deprecated values. r=jesup,mrbkap
2016-11-22 16:13:04 -05:00
memory
Bug 1321093 - Avoid logalloc-replay make check failure when libstdc++ allocates memory in some static initializer. r=njn
2016-11-30 07:22:20 +09:00
mfbt
Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo)
2016-12-05 15:59:18 -08:00
mobile
Bug 1321568 - Handle null and CharSequence prompt values; r=me
2016-12-08 14:46:08 -05:00
modules
Bug 1321450 - Fix Invalidate[Sub]Framebuffer. - r=ethlin
2016-12-06 17:33:33 -08:00
mozglue
Bug 1320905 - Add js::RefCounted that uses js_delete (r=waldo)
2016-12-05 15:59:18 -08:00
netwerk
Bug 1322377 - frequent intermittent timeouts in TestNamedPipeService - there was a race between notifying the monitor and waiting for it, so instead of a monitor use an event, r=bagder
2016-12-08 09:05:39 -10:00
nsprpub
Backed out changeset a77fb6a85fc8 (bug 1315695) for breaking PGO
2016-11-16 11:15:05 -08:00
other-licenses
Bug 1308740 - change the minimum support OS string to Windows 7 in the modified 7-Zip stub source. r=mhowell
2016-11-23 11:42:58 -08:00
parser
Merge m-c to inbound, a=merge
2016-12-01 15:46:23 -08:00
probes
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
2016-07-14 10:16:42 -06:00
python
Bug 1313446 - Detect a git repository when inside a git worktree. r=glandium
2016-12-08 08:28:36 -10:00
rdf
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: rdf. r=RyanVM
2016-11-05 11:29:21 +01: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 autoland to mozilla-central a=merge
2016-12-08 16:14:47 +01:00
services
Merge m-c to autoland, a=merge
2016-12-01 15:46:49 -08:00
startupcache
Bug 1319752 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in startupcache/. r=froydnj
2016-11-23 14:22:34 +02:00
storage
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
2016-12-02 13:46:53 -08:00
taskcluster
merge mozilla-inbound to mozilla-central a=merge
2016-12-08 16:16:48 +01:00
testing
Bug 1321127 - Add a assertion_count action to mozlog, r=ahal
2016-12-08 09:53:21 -10:00
third_party /rust
Bug 1151899 - Vendor rust-url-capi deps; r=valentin,ted
2016-10-28 16:34:19 -07:00
toolkit
Bug 1317796 - Rebucket and rename GPU_PROCESS_LAUNCH_TIME_MS to cater for launch times up to 64000ms r=dvander data-review=bsmedberg
2016-12-08 11:20:43 -08:00
tools
Merge m-c to autoland
2016-11-29 19:31:34 -08:00
uriloader
Bug 741776 - Treat JSON, WebVTT and AppCache manifests as UTF-8 when loaded as plain text. r=Ehsan
2016-06-09 14:29:30 +03:00
view
Bug 1320874 - Use auto type specifier where aplicable for variable declarations to improve code readability and maintainability in view/. r=mstange
2016-11-29 10:36:29 +02:00
widget
Bug 1299068 - part 5: release/render buffers when VideoData sent to compositor. r=snorp
2016-11-30 17:55:52 +08:00
xpcom
Bug 1296189 - Replace NS_RUNTIMEABORT("some string literal message") with MOZ_CRASH(). r=froydnj
2016-12-02 13:46:53 -08:00
xpfe
Bug 1322440 - Get rid of contextFlags in nsIWindowCreator2, r=smaug
2016-12-07 16:20:08 -10:00
.clang-format
Bug 1317305 - Update clang format rules r=mystor
2016-11-14 18:01:36 +01:00
.clang-format-ignore
Bug 1313040 - Update the list of ignored directories/files with clang-format r=mystor
2016-11-14 15:42:55 +01: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
.eslintignore
Bug 1321096 - Extract TabActor into its own module to prevent loading it in the parent process. r=jryans
2016-12-01 13:20:31 -08:00
.eslintrc.js
Bug 1318493 - Tell the eslint parser to use ecmaVersion 8. r=mossop
2016-11-18 10:02:13 +11: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
bug 985566 - add some pretty printers to .gdbinit r=froydnj r=glandium
2016-06-02 13:33:07 -04:00
.gitignore
Bug 1301790 - Bundle codemirror into a single script;r=gl
2016-09-11 09:38:51 -07:00
.hgignore
Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher
2016-11-07 19:35:12 -05:00
.hgtags
No bug - Tagging mozilla-central 1196bf3032e1bce1fb07a01fd9082a767426c5fb with FIREFOX_AURORA_52_BASE a=release DONTBUILD CLOSED TREE
2016-11-14 13:28:09 +01:00
.lldbinit
Bug 1254128 - Make the Mozilla .lldbinit use the full path for topsrcdir. r=sparky
2016-03-01 16:36:08 +00:00
.taskcluster.yml
Bug 1316183 - Compress docker images with zstd. r=dustin
2016-11-07 11:26:27 -08:00
.ycm_extra_conf.py
Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps
2016-08-09 10:30:58 -07:00
AUTHORS
…
Android.mk
…
CLOBBER
Bug 1309272, part 5 - Rework the macOS printing code to get rid of the hacks that create a new PrintTarget for each page. r=lsalzman
2016-11-28 22:40:43 +00:00
GNUmakefile
…
LEGAL
…
LICENSE
…
Makefile.in
bug 1286934 - Switch to using sccache2. r=gps
2016-08-25 18:39:57 -04:00
README.txt
No bug, Update README.txt for ftp changes, r=bustage-check CLOSED TREE
2015-08-30 21:53:27 +12:00
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 1296530 - Bustage followup part deux; r=gps
2016-10-17 15:57:46 -07:00
client.py
…
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
gradle.properties
Bug 1218370 - Use Gradle daemon in srcdir builds. r=me
2015-10-26 09:28:14 -07:00
gradlew
Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian
2015-10-21 15:07:55 -07:00
mach
Bug 1279020 - [mach] Follow symlinked mach binary when searching for a srcdir, r=gps
2016-06-09 17:20:02 -04:00
moz.build
bug 1295937 - build NSS using gyp files. r=glandium
2016-11-09 12:37:09 -05:00
moz.configure
Bug 1313306 - Remove --help dependencies from @dependable and delayed_getattr. r=chmanchester
2016-10-27 15:00:51 +09:00
mozilla-config.h.in
Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps
2015-12-15 08:06:11 +09:00
old-configure.in
Bug 1321554 - Remove compiler options that disable C4345 and C4351 warnings. r=glandium
2016-12-02 00:00:10 +09: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
Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps
2015-12-01 13:57:52 +09:00