.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 1339779 - bail early if ipcDoc is not yet created. r=tbsaunde
2017-02-25 17:18:30 -05:00
addon-sdk
Bug 1341097 - part 3: don't dispatch oodles of titlechanged notifications for new history entries, r=mak
2017-02-27 18:26:21 +00:00
b2g
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
2017-02-23 06:10:07 +09:00
browser
Bug 1332639 - Fix nsBrowserApp.cpp and related headers to compile without the external string API, r=glandium
2017-02-27 13:39:34 -05:00
build
Bug 1341215 - Remove the dependency on the mozregression module for mach artifact. r=chmanchester
2017-02-21 16:10:54 +09: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 1338567 - Update debugger frontend (2/10/2017) r=jdescottes.
2017-03-01 12:01:37 +01:00
docshell
Bug 1341657 - Properly deal with not having a frame element in nsDocShell::InternalLoad(); r=smaug
2017-02-27 09:39:50 -05:00
dom
Bug 1339232 - annotate more dom/* moz.build files with BUG_COMPONENT. r=overholt
2017-03-01 08:20:25 -05:00
editor
Reenable some more stylo reftests. No bug. r=bzbarsky
2017-02-24 10:49:37 -05: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 1340486 - Remove duplication of code at nsHttpNegotiate/NTLMAuth::TestPref and MatchesBaseURI r=mayhemer
2017-02-27 17:57:59 +01:00
gfx
Bug 1342571 - fix MaxStrokeExtents to account for partial pixel coverage properly. r=mstange
2017-02-28 15:48:04 -05: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
Reenable several crashtests that no longer crash or leak or time out with stylo. No bug, r=bzbarsky
2017-02-24 15:22:37 -05:00
intl
Bug 1332639 - Remove the external unicharutil library which isn't used and is now unlinkable, r=emk
2017-02-27 13:38:39 -05:00
ipc
Bug 1342843 - Enable CrossProcessSemaphore on all BSDs. r=mattwoodrow
2017-02-27 05:23:52 +00:00
js
Bug 1341951 - Use override keyword for all virtual methods of Recover Instructions. r=Waldo
2017-03-01 13:36:50 +00:00
layout
Bug 1141756 Part 1: Add null check for mPresShell in nsPrintEngine::GetSeqFrameAndCountPagesInternal. r=dholbert
2017-03-01 12:11:58 +00:00
media
Bug 1332639 - Stop building the media/mtransport/testlib library which isn't used, r=dminor
2017-02-27 13:07:55 -05:00
memory
Bug 1341621 - Avoid deadlocks in DMD when forking. r=njn
2017-02-23 17:47:02 -08:00
mfbt
Bug 1341951 - Remove mozilla::AlignedStorage, and inline its sole use into js::jit::RInstructionStorage. r=nbp
2017-02-22 18:27:51 -08:00
mobile
merge mozilla-inbound to mozilla-central a=merge
2017-02-28 11:24:33 +01:00
modules
Bug 1338306 - nsIPrefBranch.get*Pref should support providing a default value, r=bsmedberg.
2017-03-01 13:15:35 +01:00
mozglue
Bug 1256565 - Part 1. Implement GetEventTimeStamp(). r=jchen,karlt
2017-02-20 12:34:44 +09:00
netwerk
Bug 1340486 - Add licence header r=me DONTBUILD
2017-02-28 17:07:09 +01: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 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
2017-02-23 06:10:07 +09: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 1339729: Remove wow_helper from Windows process sandboxing. r=glandium
2017-03-01 10:41:07 +00:00
rdf
Bug 1332639 - Remove the RDF "standalone" library which isn't used, r=glandium
2017-02-27 13:07:28 -05: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
Bug 1339729: Remove wow_helper from Windows process sandboxing. r=glandium
2017-03-01 10:41:07 +00:00
services
Backed out changeset b8fb83d1d851 (bug 1342851) for xpcshell bustage a=backout CLOSED TREE
2017-02-28 15:18:00 -08:00
servo
servo: Merge #15464 - Support lang pseudo class (from KiChjang:pseudo-lang); r=emilio
2017-02-27 17:21:50 -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 1342441 - Improve the Wrong Sqlite Version message. r=asuth
2017-02-24 17:39:30 +01:00
taskcluster
Bug 1343144 - Followup to make flake8 happy a=bustage CLOSED TREE
2017-02-28 15:19:29 -08:00
testing
Backed out changeset 6d0ac4c74fd5 (bug 1298823) for frequent failures in test_request.html
2017-03-01 14:18:32 +01:00
third_party /rust
Bug 1342759 - Revendor dependencies r=manishearth
2017-02-26 04:11:48 -08:00
toolkit
Bug 1332639 - Fix nsBrowserApp.cpp and related headers to compile without the external string API, r=glandium
2017-02-27 13:39:34 -05:00
tools
Bug 1328378 (part 4) - Remove sample_obj. r=mstange.
2017-02-27 12:32:55 +11:00
uriloader
Bug 1288633 - Add more information when an URL matches Safe Browsing list. r=dragana,francois
2017-02-21 09:46:36 +08:00
view
Bug 1302071 - Part 5: Bucket PresContext invalidations by transaction ID, and only deliver them when the associated composite has completed. r=tnikkel
2017-02-17 15:16:15 +13:00
widget
Bug 1340085 - [Pointer Event] Stop firing pointer events after firing eTouchCancel. f=smaug. r=kats
2017-02-16 15:05:09 +08:00
xpcom
Bug 1332639 - Fix nsBrowserApp.cpp and related headers to compile without the external string API, r=glandium
2017-02-27 13:39:34 -05:00
xpfe
Bug 1341801 - xpfe/test/* files do not seem to be references anywhere. r=enndeakin
2017-03-01 08:20:25 -05: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 1343068 - Add the JNI generate files in the list of ignored elements r=mystor
2017-02-27 23:27:53 +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
.cron.yml
Bug 1338385 - Add cron job for nightly coverage tests run; r=jmaher
2017-02-08 11:16:25 -08:00
.eslintignore
Bug 1342144 - Whitelist some devtools scripts that are formerly versioned. r=jryans
2017-02-26 07:54:25 +09: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
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 1332691: Add script to regenerate tests, update the WPT manifest and expectations; r=luke
2017-02-17 20:13:54 +01: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
Bug 1293534: Fix .ycm_extra_conf after bug 1195748. r=gps
2016-08-09 10:30:58 -07:00
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
Bug 1295751 - Make it possible to copy configure.in to configure. r=gps
2016-08-16 19:35:00 -07:00
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
Bug 1197325 - Remove now unused genisoimage. r=ted
2017-02-02 10:10:27 -05:00
mozilla-config.h.in
…
old-configure.in
Bug 1337162 - Enable the Linux content sandbox for non-Nightly builds. r=ted
2017-02-27 18:01:33 +01: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
…