accessible
Follow-up for bug 833097, bug 833101 and bug 833118 - Only disable PGO on the modules in question on Windows, a=me
2013-01-21 18:53:05 -05:00
b2g
Bug 833796 - Remove a shutdown observer in forms.js to fix a leak. r=vingtetun
2013-01-23 11:57:31 -05:00
browser
Bug 825739 - Intermittent exception thrown by browser_bookmark_titles.js.
2013-01-23 15:01:29 +01:00
build
Merge m-c to inbound.
2013-01-24 07:09:10 -05:00
caps
Bug 752529 - workers shouldn't use string origins as null principals don't have them. Part 2 - nsPrincipal GetBaseDomain (r=bz)
2013-01-08 13:53:32 -08:00
chrome
Bug 493711 Part 1b: remove transitive nsVoidArray dependence through nsCOMArray r=sicking
2012-12-21 10:09:50 +00:00
config
Merge m-c to inbound.
2013-01-24 07:09:10 -05:00
content
Bug 787095 - Update formMethod and formEnctype reflection to have the empty string as default value and correct invalid values. r=mounir
2013-01-22 20:35:57 -05:00
db /sqlite3
Bug 830109 - Upgrade SQLite to version 3.7.15.2 (Mozilla changes). r=mak
2013-01-14 20:15:03 -05: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
Backed out changeset cc665373ff61 (bug 829383). CLOSED TREEs don't bother me.
2013-01-21 16:22:38 +00:00
dom
Bug 321958 - Remove dead code nsIPluginTagInfo.getTagText, r=josh
2013-01-23 10:11:53 -05:00
editor
Bug 833189 - Disable PGO on editor; a=me
2013-01-21 22:58:33 -05:00
embedding
Bug 833194 - Disable PGO on embedding; a=me
2013-01-21 23:08:55 -05:00
extensions
Bug 832860 - <algorithm> is actually a C++ header; r=ehsan a=nonlibxul
2013-01-21 16:02:06 -05:00
gfx
bug 833297 - ensure graphite shaper does not overwrite cluster information. r=jdaggett
2013-01-23 16:41:32 +00:00
hal
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
2013-01-15 13:22:03 +01:00
image
Follow-up for bug 833097, bug 833101 and bug 833118 - Only disable PGO on the modules in question on Windows, a=me
2013-01-21 18:53:05 -05:00
intl
Bug 827070. r=smontagu
2013-01-20 13:40:09 +01:00
ipc
Bug 394311 - Stop building with -pedantic. r=ted,dbaron.
2013-01-20 14:12:42 -08:00
js
Bug 790629 - Fix the value of this in generator-expressions. r=Waldo.
2013-01-07 12:22:26 -06:00
layout
bug 833297 - reftest for preserving clusters across font-shaping boundary with graphite. r=jdaggett
2013-01-23 16:41:34 +00:00
media
Follow-up for bug 833097, bug 833101 and bug 833118 - Only disable PGO on the modules in question on Windows, a=me
2013-01-21 18:53:05 -05:00
memory
Bug 829327: Mark mozalloc_abort() as MOZ_NORETURN (except on ARM, where we're pretty sure it breaks crash stacks). r=cjones
2013-01-11 09:29:02 -08:00
mfbt
Bug 828472 - Introduce AutoJSContext and SafeAutoJSContext helpers and use them for date handling in nsHTMLInputElement. f=bz r=bholley
2013-01-21 12:38:54 +00:00
mobile
Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson
2013-01-23 09:38:57 -05:00
modules
bug 833283 - remove the option to bypass OTS for downloaded fonts. r=jdaggett
2013-01-23 16:41:18 +00:00
mozglue
Bug 830326 - Get rid of warnings in the custom linker code. r=nfroyd
2013-01-15 10:12:56 +01:00
netwerk
Bug 394311 - Stop building with -pedantic. r=ted,dbaron.
2013-01-20 14:12:42 -08:00
nsprpub
Bug 634793: update NSPR to NSPR_4_9_5_BETA1 and add the TestPRIntN.cpp
2012-12-14 09:01:25 -08:00
other-licenses
Bug 825901 - Remove the old linker code headers. r=blassey
2013-01-03 16:04:58 +01:00
parser
Bug 833197 - Disable PGO on the old html parser; a=me
2013-01-21 23:23:02 -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 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
2012-12-22 20:40:37 +00:00
python
Bug 780561 - Unit tests for the new packager code. r=ted,r=gps
2013-01-23 11:23:14 +01:00
rdf
Bug 833099 - Disable PGO on rdf; a=me
2013-01-21 23:18:37 -05:00
security
bug 804605 - backout 766973 767158 785050 r=backout a=akeybl
2013-01-22 11:59:01 -05:00
services
Bug 827157 - Part 2: report current session information. r=rnewman
2013-01-19 00:31:38 -08:00
startupcache
Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan
2013-01-10 08:19:36 -08:00
storage
Bug 833196 - Disable PGO on storage; a=me
2013-01-21 23:12:20 -05:00
testing
Bug 830637 - Increase pageload timeout, r=jgriffin
2013-01-22 15:42:07 -08:00
toolkit
Bug 833125 - test_bug_411966.html and bug_411966/redirect.js are still using addURI. r=mak
2013-01-23 12:15:17 +08:00
tools
Bug 761277 - Part 1: Provide the macro definition, fall back to use TLS. r=ehsan
2013-01-18 18:47:31 -05:00
uriloader
Bug 829763: App infrastructure stalls when checking for an update for a hosted app; r=honzab
2013-01-21 09:38:40 +01:00
view
Bug 820839 - Draw OSX titlebar content into a retained buffer during the ThebesLayer painting phase, before we clear invalidation state. r=roc
2013-01-17 11:59:23 +13: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
Bug 832641 - Invalidate popups when they become visible rather than handling invalidations while they are hidden. r=roc
2013-01-23 18:46:36 +13:00
xpcom
Bug 832973 nullptr undeclared under Windows VC9 r=ehsan a=nonlibxul DONTBUILD
2013-01-22 14:06:45 +08:00
xpfe
Backed out changeset cc665373ff61 (bug 829383). CLOSED TREEs don't bother me.
2013-01-21 16:22:38 +00:00
xulrunner
Bug 761135 - Remove XPCOMGlueShutdown. r=benjamin
2013-01-07 16:19:39 -05:00
.gdbinit
Bug 820548 - Move .gdbinit to topsrcdir. r=glandium
2012-12-11 16:05:53 -05: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_20_BASE for changeset 5bb309998e70
2013-01-07 12:29:21 -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 830231 - Modify CLOBBER file since this needed a clobber on Windows; r=me CLOSED TREE
2013-01-15 12:05:41 +00: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
Merge mozilla-central into build-system
2013-01-03 10:46:16 +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 784841 - Part 5: Integrate virtualenv into SpiderMonkey configure; r=glandium
2013-01-16 00:21:06 -08:00
allmakefiles.sh
Bug 831790 - Use the buildconfig python module for expandlibs_config. r=ted
2013-01-19 09:45:50 +01:00
client.mk
Bug 815219 - Part 1: Automatically build using all available processor cores; r=ted
2012-11-27 14:01:17 -08: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
Bug 831707 - Use -static-libgcc and -static-libstdc++ on mingw r=glandium
2013-01-23 16:04:34 +01:00
mach
Bug 784841 - Part 2: Implement sandboxing for Python build files; r=ted,glandium
2013-01-15 22:21:21 -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