accessible
backout bug 812845 for frequent orange
2012-12-07 02:38:41 -05:00
b2g
Bug 818766 - forgot to actually flip the pref to false everywhere - r=jgilbert
2012-12-07 21:37:09 -05:00
browser
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-09 13:17:02 -05:00
build
Bug 816494 part 4 - Add a -r option to elfhack that re-merges the split PT_LOADs. r=nfroyd
2012-12-10 10:33:08 +01:00
caps
Bug 807102 - Rev the CID on nsPrincipal. r=bz
2012-12-06 14:51:37 -08:00
chrome
Bug 815671 part 1. Make RegisterRemoteChrome use InfallibleTArray like its caller does. r=jlebar
2012-11-29 11:14:13 -05:00
config
Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey
2012-12-07 09:32:24 +01:00
content
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
db /sqlite3
Bug 801281 - Upgrade SQLite to version 3.7.14.1 (Mozilla changes). r=mak
2012-10-16 21:34:06 -04:00
dbm
Bug 816392: Update to NSS 3.14.1 beta 2 (NSS_3_14_1_BETA2), r=me, a=rrelyea
2012-12-05 15:19:18 -08:00
docshell
Bug 818559 - Don't ask to unload if we know we're going to download. r=smaug
2012-12-07 20:35:17 -05:00
dom
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
editor
Bug 803853, make sure to not leak mRules, r=ehsan
2012-12-07 01:31:48 +02:00
embedding
Bug 814275 - When the global service matters, force all new windows to conform to the global private browsing state. r=bz
2012-11-22 10:48:13 -05:00
extensions
Bug 806728 - Part 0: Don't run test_bug468700.js in per-window PB builds
2012-12-06 00:31:35 -05:00
gfx
Bug 799401 - Throttle APZC paint requests. r=cjones
2012-12-10 08:50:24 -05:00
hal
Bug 817919 - Remove FM radio implementations in hal_sandbox. r=cjones
2012-12-04 08:57:31 -08:00
image
Bug 818817 - Fix some compiler warnings, r=Ms2ger
2012-12-09 22:53:19 +05:30
intl
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
ipc
Bug 819418 - part 0 - Histogram::SampleSet:Add needs to transfer all values, not just sum_; r=vdjeric
2012-12-07 14:52:19 -05:00
js
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-09 13:17:02 -05:00
layout
Bug 685470 - Test. r=sicking
2012-12-05 21:43:09 -05:00
media
Bug 819246 - arm_neon is meaningful only when armv7 is true. r=jesup
2012-12-10 09:05:00 -05:00
memory
Bug 804303 part 3 - Build jemalloc3 as a replace-malloc library when building with mozjemalloc. r=khuey
2012-12-07 09:32:24 +01:00
mfbt
Bug 818941 - Fix misspelling of __GXX_EXPERIMENTAL_CXX0X__ macro. r=ehsan
2012-12-06 00:05:26 -08:00
mobile
Bug 817526 - Ensure awesome screen animation always starts from correct state (r=mfinkle)
2012-12-10 13:03:56 +00:00
modules
Bug 788290 - Turn javascript.options.xml.chrome off by default. r=Waldo
2012-12-10 09:02:05 -05:00
mozglue
Bug 804303 part 2 - Add ability to dynamically replace or supplement jemalloc implementation. r=jlebar,r=khuey
2012-12-07 09:32:24 +01:00
netwerk
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
nsprpub
Bug 757593: update NSPR to NSPR_4_9_4_RTM. The only change is the
2012-11-21 06:14:33 -08:00
other-licenses
Bug 811646 - New VC6 InetBgDL DLL with range request support. r=rstrong
2012-11-16 21:39:17 -05:00
parser
Bug 638379 - Part 3: Remove workaround for unreliable inputErrorBehavior. r=hsivonen
2012-12-10 09:11:15 -05:00
probes
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
profile
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
python
Bug 818649 - Ensure mach logs are written to log file; r=jhammel
2012-12-07 11:44:11 -08:00
rdf
bug 801466 - part 5 uriloader/ and rdf/ r=ehsan
2012-12-01 19:57:25 -05:00
security
Backed out changeset fca88031cd47 (bug 769288)
2012-12-08 00:21:58 -05:00
services
Bug 804479 - Intermittent test_password_tracker.js, test_history_tracker.js, test_bookmark_store.js, test_forms_tracker.js | test failed (with xpcshell return code: -2147483645), "ASSERTION: thread pool wasn't shutdown… " r=gps
2012-12-05 16:46:25 -08:00
startupcache
Backout bc20093cfc9d (bug 816656) for build failures during prepare-package
2012-12-03 18:47:04 +00:00
storage
Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey
2012-12-07 09:32:24 +01:00
testing
Bug 818638 - B2G xpcshell shouldn't abort entire test run on single test timeout, r=jgriffin, DONTBUILD a=NPOTB,test-only
2012-12-07 11:37:16 -05:00
toolkit
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-09 13:17:02 -05:00
tools
Bug 816117 - Part 3: Only get control registers from the profiled thread. r=bgirard
2012-12-08 06:15:21 +01:00
uriloader
Bug 742804 - Use a more specific message when sdcard not available for downloads; r=blassey
2012-12-04 08:57:48 -07:00
view
bug 814434 - use global display pixels for window positioning/sizing for consistency across mixed-resolution screens. r=smichaud
2012-12-06 17:31:34 +00:00
webapprt
Bug 817076 - Update webapprt build config to use DIST_SUBDIR vs. FINAL_TARGET. r=glandium
2012-12-05 16:36:36 -06:00
widget
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-09 13:17:02 -05:00
xpcom
Bug 699806 - Enable Telemetry by default on Nightly and Aurora channels (Desktop), r=mak77
2012-12-08 18:41:23 +01:00
xpfe
bug 814434 - use global display pixels for window positioning/sizing for consistency across mixed-resolution screens. r=smichaud
2012-12-06 17:31:34 +00:00
xulrunner
Bug 815219 - Part 2: Remove MOZ_MAKE_FLAGS from most in-tree mozconfigs; r=ted
2012-11-27 14:01:24 -08:00
.gitignore
Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel
2012-09-26 09:43:54 -07:00
.hgignore
Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel
2012-09-26 09:43:54 -07:00
.hgtags
Added tag FIREFOX_AURORA_19_BASE for changeset cf8750abee06
2012-11-19 11:56:01 -08:00
AUTHORS
Bug 763623 - Add AUTHORS file.
2012-09-17 10:47:50 +01: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
CLOBBER
Bug 816576 - Link libsoundtouch statically instead of dynamically. CLOBBER NEEDED r=glandium
2012-11-30 14:17:54 +01: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
Makefile.in
Bug 804303 part 1 - Cleanup how the mozjemalloc/jemalloc3 glue is set up, attempting to make it clearer. r=jlebar,r=khuey
2012-12-07 09:32:24 +01: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
aclocal.m4
Bug 788276 - Properly check for broken (deprecated) compilers. r=gps.
2012-09-12 14:54:40 -04:00
allmakefiles.sh
Bug 804303 part 3 - Build jemalloc3 as a replace-malloc library when building with mozjemalloc. r=khuey
2012-12-07 09:32:24 +01:00
client.mk
Bug 717372 - The clobber information should live in the tree; r=khuey
2012-03-13 13:00:24 -04:00
client.py
Bug 816392: Update to NSS 3.14.1 beta 2 (NSS_3_14_1_BETA2), r=me, a=rrelyea
2012-12-05 15:19:18 -08:00
configure.in
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-09 13:17:02 -05:00
mach
Bug 803400 - Add clobber mach command; r=glandium
2012-12-05 22:46:01 -08:00
mozilla-config.h.in
Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted
2012-08-04 08:47:28 +02:00