accessible
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
addon-sdk
Bug 935556 - fix ui-button tests to continue using sdk/self, r=gozala
2013-11-06 18:24:34 +01:00
b2g
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
2013-11-19 14:25:23 -08:00
browser
Bug 914274 - Remove MODULE_NAME. r=mshal
2013-11-21 17:31:19 +09:00
build
Bug 940250 - Fix elfhack -r after bug 822584. r=nfroyd
2013-11-21 17:27:30 +09:00
caps
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
chrome
Bug 940717 - Unify the IsChromeURI functions we have in various places - r=ehsan
2013-11-20 11:29:03 -05:00
config
Bug 914274 - Remove MODULE_NAME. r=mshal
2013-11-21 17:31:19 +09:00
content
Bug 939396 - Fix <input type=range> so that the focus code doesn't overwrite the correct pre-focus value onclick. r=smaug
2013-11-21 12:55:01 +00:00
db /sqlite3
Bug 939071 - Kill SHORT_LIBNAME. r=ted
2013-11-19 11:47:47 +09:00
docshell
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
dom
Bug 941367 - Fix JavaScript assertions in dom/inputmethod/forms.js caused by trying to get the selection of non-text controls. r=fabrice
2013-11-21 12:54:48 +00:00
editor
bug 939049 - get rid of useless QIs r=smaug
2013-11-15 11:32:12 -05:00
embedding
Bug 940170 - part 4 - constify PLDHashTableOps in miscellaneous other places; r=bz
2013-11-18 21:58:27 -05:00
extensions
Bug 810716 - Detect res_ninit() on DragonFly and FreeBSD. r=ted
2013-11-19 15:42:55 +01:00
gfx
Bug 939638 - 611498-1.html needs some fuzz on Windows
2013-11-20 20:52:48 -08:00
hal
Bug 937496 - Check if libudev already loaded before trying to load symbols from it; r=ted
2013-11-19 12:52:37 -08:00
image
Bug 940714 - Add a RAII class to make synchronous decoding safer. r=tn
2013-11-20 17:21:51 -08:00
intl
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
ipc
Bug 931354: OpenBSD doesn't provide arc4random_addrandom anymore, fix libevent accordingly by #ifndef'ing out its caller evutil_secure_rng_add_bytes() (which isnt called anywhere) r=joshaas
2013-11-19 17:48:30 +01:00
js
Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium
2013-11-21 07:50:28 -05:00
layout
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 21:44:31 -08:00
media
Bug 914274 - Remove MODULE_NAME. r=mshal
2013-11-21 17:31:19 +09:00
memory
Bug 940218 - Build memory/jemalloc and friends in unified mode. r=glandium
2013-11-17 01:16:36 -08:00
mfbt
Bug 896100: Convert all uses of OldMove and MoveRef to true rvalue references and the modern Move and Forward. r=luke, r=waldo
2013-11-19 09:05:36 -08:00
mobile
Bug 834243 - avoid calling serverSurfaceChanged before the compositor is created - r=vladv
2013-11-20 17:50:54 -05:00
modules
Backed out changeset e8271988688e (bug 887978) for Mochitest 2/3 Bustage on a CLOSED TREE
2013-11-21 13:23:37 +01:00
mozglue
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
netwerk
Bug 941068 - Build netwerk/base in unified mode - r=mcmanus,ehsan
2013-11-20 17:55:44 -05:00
nsprpub
Bug 935568, update Mozilla to NSPR 4.10.2 RTM, r=wtc/me
2013-11-09 11:18:00 +01:00
other-licenses
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
parser
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
probes
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
profile
Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal
2013-11-19 11:47:43 +09:00
python
Bug 933807 - Allow easily disabling TriggerOperationCallbackFor(Ion|AsmJS)Code. Set the environment variable by default in "mach debug", allow disabling. r=gps
2013-11-20 20:07:42 -05:00
rdf
Bug 940170 - part 4 - constify PLDHashTableOps in miscellaneous other places; r=bz
2013-11-18 21:58:27 -05:00
security
Bug 935831 - Back out Bug 927230 for Android 2.3 startup crash, r=briansmith
2013-11-20 17:05:55 -08:00
services
Bug 924307 - Intermittent "reporter is null at abouthealth.js:27"; r=rnewman
2013-11-20 11:41:08 -08:00
startupcache
Bug 940117 - Build startupcache in unified mode; r=ehsan
2013-11-19 08:17:35 -05:00
storage
Bug 938730 - avoid mix of memory allocators (crashes) when using system sqlite, r=asuth
2013-11-20 20:25:12 +01:00
testing
Bug 939414 - Dump memory stats for browser-chrome. (r=ted)
2013-11-20 12:08:07 -08:00
toolkit
Bug 887098 - Tests. r=gavin
2013-11-20 16:04:01 -08:00
tools
Bug 940167 - More specificity for which mappings might be libraries on B2G. r=BenWa
2013-11-19 09:00:24 -05:00
uriloader
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
view
Bug 939632 - Remove LIBRARY_NAME for leaf libraries. r=gps
2013-11-19 11:50:54 +09:00
webapprt
Bug 935305 - Move preprocessor to mozbuild.action. r=gps
2013-11-09 10:35:44 +09:00
widget
Bug 822898 - Implement pointer events. Basic handling of Pointer Events. r=smaug
2013-11-20 21:44:31 -08:00
xpcom
Bug 939231 - Stop requiring trace-malloc for the deadlock detector; r=bent
2013-11-21 07:43:23 -05:00
xpfe
bug 939049 - staticly type nsIDocument::mDocumentContainer and nsDocumentViewerContainer::mContainer r=smaug
2013-11-15 02:12:43 -05:00
xulrunner
Bug 939071 - Kill SHORT_LIBNAME. r=ted
2013-11-19 11:47:47 +09:00
.gdbinit
Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger
2013-03-26 11:31:53 -04:00
.gitignore
Bug 861197 - chrome.manifest files created by the devtools loader should be ignored; r=dcamp; DONTBUILD because NPOTB
2013-04-30 10:22:25 +03:00
.hgignore
Bug 894094 - Add .idea folder (created by JetBrains IDEs) to .hgignore. r=BenWa
2013-07-16 10:32:55 -04:00
.hgtags
Added tag FIREFOX_AURORA_27_BASE for changeset 05025f4889a0
2013-10-28 13:36:59 -07:00
aclocal.m4
Bug 752034 - Use the Windows SDK when building with Clang on Windows; r=ted
2013-06-13 13:09:22 -04:00
Android.mk
Bug 794297: Block the android build system from looking in mozilla-central. r=mwu
2012-09-25 17:04:01 -07:00
AUTHORS
Bug 763623 - Add AUTHORS file.
2012-09-17 10:47:50 +01:00
client.mk
Bug 704316 - Remove reference to deleted mozilla-dos2unix. r=ted
2013-11-17 12:02:55 +02:00
client.py
Bug 937984: Allow client.py to pull NSPR and NSS from a user-specified repo, r=kaie
2013-11-17 13:48:30 -08:00
CLOBBER
No bug - Touch CLOBBER due to bustage from recent backouts.
2013-11-20 13:36:26 -05:00
configure.in
Bug 933225 - delete unused NEXT_ROOT bits from configure; r=glandium
2013-11-21 07:50:28 -05:00
LEGAL
LICENSE
mach
Bug 924977 - More proper current working directory handling in mach; r=ahal
2013-10-11 12:44:15 -07:00
Makefile.in
Bug 941120 - Stop running make check twice in js/src. r=gps
2013-11-20 15:14:31 -05:00
moz.build
Bug 862770 - Fix --disable-compile-environment a little. r=gps
2013-11-07 10:37:45 +09:00
mozilla-config.h.in
Bug 895047 - Make char16_t available everywhere and use that to define PRUnichar and jschar; r=jcranmer,jorendorff,glandium
2013-10-17 00:36:13 -04:00
README.txt
added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb
2011-03-30 08:23:52 -03:00