accessible
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-23 07:32:04 +08:00
addon-sdk
Bug 926007 - Backout changeset 0887088eee1a (bug 842341) because it's only used to support msys-paths with gnu make on windows, which is an unsupported setup; r=gps
2013-10-11 17:50:00 -07:00
b2g
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
2013-10-23 03:00:24 -07:00
browser
Merge inbound to m-c
2013-10-22 18:11:06 -04:00
build
Bug 585011 - Move cl.py to mozbuild; r=ted
2013-10-22 14:25:56 -07:00
caps
merge b2g-inbound to mozilla-central
2013-10-09 10:13:52 +02:00
chrome
Bug 901990 - Part 2: Upgrade xpcshell manifests; r=ted
2013-09-24 11:50:08 -07:00
config
Backed out changeset f90eb21ea4cd (bug 928204) for build failures on Linux PGO
2013-10-22 11:47:48 +02:00
content
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-23 07:32:04 +08:00
db /sqlite3
Bug 909382 - Upgrade SQLite to version 3.8.0.2 - Mozilla changes. r=mak
2013-09-26 14:29:45 -04:00
docshell
Bug 871161 - Stop inheriting charset where other browsers do not inherit it. r=bzbarsky.
2013-10-16 04:46:10 +03:00
dom
Bug 880610: Part3-[Bluetooth]bluedroid-Prototype: BluetootServiceBluedroid, r=echou
2013-10-23 14:12:24 +08:00
editor
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-23 07:32:04 +08:00
embedding
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-23 07:32:04 +08:00
extensions
Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps
2013-10-21 13:09:06 -05:00
gfx
Bug 920160 - Add prefs for SkiaGL cache size r=snorp
2013-10-22 14:15:24 -05:00
hal
Bug 920160 - Add prefs for SkiaGL cache size r=snorp
2013-10-22 14:15:24 -05:00
image
Backout 5a0801040b54, 5bedd82346b4, 4d8068fd3271, and bc31e05eddb8 for b2g build breakage. CLOSED TREE.
2013-10-21 14:39:33 -04:00
intl
Bug 928231 follow-up - Rename the SIZE_OF_TABLES macro
2013-10-22 09:06:22 -04:00
ipc
Bug 880610: Part2-Add build flag in UnixSocket to distinguish between bluez and bluedroid stack, r=echou
2013-10-23 14:12:24 +08:00
js
Bug 929151 - JS_ASSERT(good), not JS_ASSERT(bad). r=bustage
2013-10-22 16:24:42 -07:00
layout
Bug 915757: Split GetListenerManager into two functions for more const-correctness. r=smaug
2013-10-23 07:32:04 +08:00
media
Bug 925896 - Signaling - Addref when adding sessiondata_t to hash r=abr
2013-10-22 13:14:43 -07:00
memory
Bug 928210 - Get rid of MOZ_INLINE
2013-10-22 06:34:24 +09:00
mfbt
Bug 913282: IsFloat32Representable function in mfbt; r=Waldo
2013-10-22 14:55:35 +02:00
mobile
Bug 928870 - Add test for Android gUM doorhanger. r=gbrown
2013-10-22 11:10:17 +02:00
modules
Backout 5a0801040b54, 5bedd82346b4, 4d8068fd3271, and bc31e05eddb8 for b2g build breakage. CLOSED TREE.
2013-10-21 14:39:33 -04:00
mozglue
Bug 886736 - Disable on-demand decompression when latency to get into segfault handlers is too high. r=nfroyd
2013-10-01 15:30:45 +09:00
netwerk
Merge inbound to m-c.
2013-10-20 10:40:40 +02:00
nsprpub
Bug 915522: Update NSPR to NSPR_4_10_2_BETA1.
2013-09-27 18:00:13 -07:00
other-licenses
Bug 664362 - Generate depfiles for host objects/programs/libraries. r=gps
2013-10-22 13:40:27 +09:00
parser
Bug 928049 - Remove some prtypes.h inclusions from parser/; rs=bsmedberg
2013-10-18 20:34:58 -04:00
probes
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
profile
Bug 865673 - Convert objs.mk to objs.mozbuild. r=gps
2013-08-30 09:09:06 -04:00
python
Bug 920849 - Part 1: Write metadata for every test file; r=ted
2013-10-22 15:51:49 -07:00
rdf
Bug 928046 - Remove the prtypes.h inclusion from rdfutil.h; r=bsmedberg
2013-10-18 20:34:57 -04:00
security
Bug 908142 - Part b: Move FAIL_ON_WARNINGS to moz.build in security/sandbox/; r=gps
2013-10-20 09:25:19 +02:00
services
Bug 927457 - processTokenResponse fails to handle 401 response correctly. r=gps
2013-10-16 11:32:36 -07:00
startupcache
Merge inbound to m-c.
2013-10-20 10:40:40 +02:00
storage
Bug 753687 - nsCategoryCache implementation doesn't free old category entries if their contract mapping is removed using .unregisterFactory. Store the factory objects directly in the map, instead of keeping both a map and a separate list. r=froydnj
2013-10-10 08:48:03 -04:00
testing
Back out 1ae5d58532ad (bug 928370) for breaking Tp5 measurement
2013-10-22 16:35:56 -07:00
toolkit
Bug 880610: Part1-Add build flag to support both bluez/bluedroid stacks, r=glandium
2013-10-23 14:12:24 +08:00
tools
Merge inbound to m-c
2013-10-22 18:11:06 -04:00
uriloader
Bug 908142 - Part a: Move FAIL_ON_WARNINGS to moz.build in uriloader/exthandler/tests/; r=gps
2013-10-20 09:25:19 +02:00
view
Backed out 9 changesets (bug 602787) on suspicion of breaking mochitest-metro on a CLOSED TREE
2013-10-22 13:11:53 -04:00
webapprt
Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps
2013-10-21 13:10:04 -05:00
widget
Merge inbound to m-c
2013-10-22 18:11:06 -04:00
xpcom
Bug 927705 (part 3) - Add a C++ unit test for pldhash. r=jorendorff.
2013-10-21 15:44:03 -07:00
xpfe
Backed out 9 changesets (bug 602787) on suspicion of breaking mochitest-metro on a CLOSED TREE
2013-10-22 13:11:53 -04:00
xulrunner
Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps
2013-10-21 13:09:06 -05: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_26_BASE for changeset 2520866d5874
2013-09-17 09:36:55 -04: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 925605 - Allow to build with a special build of GNU make on windows. r=gps
2013-10-16 08:34:18 +09:00
client.py
Bug 882101 - toggle trailing whitespace in client.py update_nss/nspr must be based on old state, r=wtc
2013-06-24 16:39:22 +02:00
CLOBBER
Bug 926091 - Touch my CLOBBER, you know you want to
2013-10-20 09:29:09 -07:00
configure.in
Bug 880610: Part1-Add build flag to support both bluez/bluedroid stacks, r=glandium
2013-10-23 14:12:24 +08: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 926906 - Drop support for GNU make < 3.81. r=gps
2013-10-17 07:55:14 +09:00
moz.build
Bug 915648 followup - Remove debugging code from 9cc7634555c3. r=trivial
2013-10-02 17:30:50 -04: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