accessible
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
addon-sdk
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
b2g
Bug 874770 - Always enable OMTA throttling r=nrc
2013-05-22 18:31:03 +08:00
browser
Merge inbound to m-c.
2013-05-22 12:27:51 -04:00
build
Bug 874658 - Add Valgrind suppression. DONTBUILD
2013-05-21 15:28:26 -07:00
caps
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
chrome
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
config
Bug 874078 - Move RecursiveMakeBackend.built rule to rules.mk; r=glandium
2013-05-20 23:26:20 -07:00
content
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
db /sqlite3
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
docshell
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
dom
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
editor
Bug 396542 nsFocusManager should restore caret browsing mode when an editor loses focus r=ehsan
2013-05-22 12:28:43 +09:00
embedding
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
extensions
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
gfx
bug 871961 pt 4 - on xpcom-shutdown notification, release any SVG-glyphs documents held by fonts. r=roc
2013-05-22 23:48:55 +08:00
hal
Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger
2013-05-17 13:17:53 -07:00
image
Bug 873455 - Add assertions for imgFrame::Init failure. r=joe
2013-05-22 17:10:38 +08:00
intl
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
ipc
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
js
Bug 872135 - Use the SafeJSContext in nsXPConnect::CheckForDebugMode. r=gabor
2013-05-22 10:05:28 -06:00
layout
Bug 874486 - Add weakFrame.IsAlive checks to avoid crashing. r=roc
2013-05-22 13:16:19 -04:00
media
Bug 867273 - Force PR_LOG in production builds. r=ekr
2013-05-20 19:11:01 -07:00
memory
Fix b2g build, no bug
2013-05-16 18:07:12 -07:00
mfbt
Bug 864035 - Add an atomic RefCounted and WeakPtr implementation. r=Waldo
2013-05-18 09:52:53 +02:00
mobile
Bug 833832 - Robocop: Add test for Import from Android feature. r=jmaher
2013-03-18 11:15:17 +02:00
modules
Bug 857845 part 3 - Remove JM JSAPI flags, memory reporters and browser prefs. r=djvj
2013-05-22 14:50:45 +02:00
mozglue
Bug 865583 - Use thread-safe ref-counting in the linker. r=nfroyd
2013-05-18 09:53:18 +02:00
netwerk
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
nsprpub
Bug 865828: Update NSPR to NSPR_4_10_BETA2. r=wtc.
2013-05-22 07:31:26 -07:00
other-licenses
Bug 614570 - Rev IAccessible2 1.3, r=tbsaunde
2013-05-19 10:21:42 +09:00
parser
Bug 555462 - crash test
2013-05-18 18:38:33 +00:00
probes
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
profile
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
python
Bug 860898 - Add a verbose flag to mach build options. r=gps
2013-05-21 09:52:44 -04:00
rdf
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
security
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
services
Bug 791284 - Add debugging code to nsDocument::StartDocumentLoad and fix and re-enable test. r=sicking
2013-05-21 14:50:26 -04:00
startupcache
Bug 868785 - Fix rooting hazards in TestStartupCache.cpp; r=till
2013-05-04 20:01:27 -04:00
storage
Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley
2013-05-20 08:44:18 -04:00
testing
Bug 833832 - Robocop: Add test for Import from Android feature. r=jmaher
2013-03-18 11:15:17 +02:00
toolkit
Merge m-c to inbound.
2013-05-22 12:31:28 -04:00
tools
Bug 855081: Make jprof compile for me by switching from cplus_demangle (which doesn't link) to abi::__cxa_demangle. r=jesup
2013-05-13 15:37:00 -07:00
uriloader
bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium
2013-05-16 09:33:26 -04:00
view
Bug 850571 - Abort if the view is still owned by a frame in Destroy(). r=roc
2013-05-20 17:29:17 +00:00
webapprt
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: WebappsHandler.jsm. r=myk
2013-05-07 12:34:21 -04:00
widget
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
2013-05-22 10:05:26 -06:00
xpcom
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
xpfe
Bug 868130 - Remove the lion's share of JSAutoRequests in gecko. r=gabor
2013-05-22 10:05:28 -06:00
xulrunner
Bug 873886, Fix xulrunner on Linux i686, r=glandium DONTBUILD
2013-05-20 11:31:09 -07: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 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
.hgtags
Added tag FIREFOX_AURORA_23_BASE for changeset d7ce90899997
2013-05-13 09:15:11 -07:00
aclocal.m4
Bug 867750 - Add a --with-compiler-wrapper configure option r=glandium
2013-05-02 09:26:13 -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 873640 - Fix and cleanup profiledbuild profile script invocation. r=ted
2013-05-21 08:28:49 +02:00
client.py
Bug 853775: Update client.py to pull NSPR and NSS from Mercurial instead of CVS, r=kaie
2013-04-01 17:26:39 -07:00
CLOBBER
Follow-up to bug 874869: Clobber the builds, because the build system sucks
2013-05-22 12:12:59 -04:00
configure.in
Bug 864553 part 1: Remove ifdefs for MOZ_FLEXBOX and configure.in MOZ_FLEXBOX chunk. r=dbaron
2013-05-22 11:44:25 +08:00
LEGAL
LICENSE
Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver
2010-02-23 09:37:07 -08:00
mach
Re-add executable flag to mach (removed in bug 846906). r=me
2013-04-04 16:52:27 +02:00
Makefile.in
Bug 874078 - Move RecursiveMakeBackend.built rule to rules.mk; r=glandium
2013-05-20 23:26:20 -07:00
moz.build
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
mozilla-config.h.in
Bug 857830: Part 2 - Adds readahead to read-only fopen calls in Hunspell. r=ehsan
2013-05-07 00:14:15 -06: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