accessible
Bug 1038210
- Fix the public destructors for refcounted classes in Windows only code in accessible; r=bjacob
2014-07-15 14:57:48 -04:00
addon-sdk
Bug 1040336 - Uplift Add-on SDK to Firefox r=me
2014-07-17 13:54:21 -07:00
b2g
Bumping manifests a=b2g-bump
2014-07-22 06:21:18 -07:00
browser
Merge fx-team to mozilla-central a=merge
2014-07-21 17:25:48 -07:00
build
Bug 1029887: Test DOM nodes blocked by NS_ERROR_TRACKING_URI (r=mmc)
2014-07-18 17:26:24 -07:00
caps
Bug 1035395, r=bholley,smaug
2014-07-18 09:37:42 -07:00
chrome
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
2014-06-24 22:12:07 -07:00
config
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
content
Bug 1041401 - Build WMF PDM in its own translation unit in unified builds. r=padenot
2014-07-21 20:57:03 +12:00
db /sqlite3
Bug 1020815 - Upgrade SQLite to version 3.8.5 - Mozilla changes. r=mak
2014-06-24 14:46:02 -04:00
docshell
Bug 1029887: Keep track of DOM nodes blocked by NS_ERROR_TRACKING_URI (r=khuey,smaug)
2014-06-24 17:37:03 -07:00
dom
Bug 1038645: Asynchronous |BluetoothHandsfreeInterface::PhoneStateChange| (under bluetooth2/), r=btian
2014-07-22 13:53:29 +02:00
editor
Bug 1028565 - Part 5: Flatten editor/{idl,public}/ directories. r=ehsan
2014-07-16 12:02:34 -07:00
embedding
Bug 1038204 - Make two destructors in the Windows print GUI code private; r=bjacob
2014-07-15 15:00:15 -04:00
extensions
Bug 693555 - Update inline spellchecker underlining for multiprocess(e10s).r=ehsan, mrbkap
2014-07-01 15:24:27 -07:00
gfx
Backed out changeset 79d65a1bbb01 (bug 1039883) for assertion failures on a CLOSED TREE
2014-07-18 16:09:15 +02:00
hal
Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey
2014-07-17 18:30:47 -07:00
image
Bug 1041311 - Fix Qt compilation. r=romaxa
2014-07-20 12:55:00 -04:00
intl
Bug 1039843 - Give nsCollationWin a private destructor; r=bjacob
2014-07-17 16:42:57 -04:00
ipc
Bug 1033522 - Only initialize the Windows Group ID for plugin processes: other process types don't need it. Refactor the saved GRE dir to use a path rather than a non-threadsafe nsIFile object, r=jimm
2014-07-17 11:15:09 -04:00
js
Merge inbound to m-c a=merge
2014-07-21 12:54:52 -07:00
layout
Merge fx-team to m-c a=merge
2014-07-18 18:31:46 -07:00
media
Merge m-c to inbound. a=merge
2014-07-18 10:25:14 -04:00
memory
Bug 1030899 - Remove issetugid usage on jemalloc. r=glandium
2014-07-08 17:52:09 +09:00
mfbt
Bug 1007824 - Add mfbt/LinuxSignal.h; r=snorp r=Ms2ger
2014-07-15 12:45:40 -04:00
mobile
Merge fx-team to mozilla-central a=merge
2014-07-21 17:25:48 -07:00
modules
Backed out changeset ea2341b06e6f (bug 994541) for reftest timeouts
2014-07-21 17:26:40 +01:00
mozglue
Bug 1036789 - Convert the third quarter of MFBT to Gecko style. r=Ms2ger.
2014-07-10 19:10:17 -07:00
netwerk
Backed out changeset 98fa8afd9169 (bug 1038357) for causing merge conflicts due startup crash backout
2014-07-21 15:15:20 +02:00
nsprpub
Update NSPR to NSPR_4_10_7_BETA3 to fix bug 1034415 and bug 979278
2014-07-07 11:13:29 -04:00
other-licenses
Bug 1004376 - Remove reliance on legacy skia apis GETTOTALCLIP. r=gw280
2014-06-20 11:03:09 -07:00
parser
Bug 1037691 - Fix instances where refcounted classes expose a public destructor. r=ehsan,bent,mayhemer,jrmuizel
2014-07-15 11:37:45 -04:00
probes
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
profile
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
python
Bug 1036093 - ignore mach exceptions when printing binary paths; r=gps
2014-07-11 10:55:40 -04:00
rdf
Bug 1040639 - Remove LIBS_DIR. r=mshal
2014-07-19 08:42:16 +09:00
security
Bug 1041325 - Use intrin.h for _ReturnAddress in the chromium sandbox code; r=bbondy
2014-07-20 19:05:44 -04:00
services
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
startupcache
Bug 1028588 - Fix dangerous public destructors in miscellaneous places - r=ehsan
2014-06-23 18:40:03 -04:00
storage
Bug 1040639 - Remove LIBS_DIR. r=mshal
2014-07-19 08:42:16 +09:00
testing
Bug 1009816 - Firefox desktop: openh264 updates: check, download, install. r=rstrong, gfritzsche a=kwierso
2014-07-17 21:46:10 -04:00
toolkit
Merge m-c to fx-team. a=merge
2014-07-20 15:15:04 -04:00
tools
Bug 1040639 - Remove LIBS_DIR. r=mshal
2014-07-19 08:42:16 +09:00
uriloader
Bug 976608 - applicationCache corrupted due to concurrent updates running (should coalesce), r=jduell
2014-07-16 16:16:30 +02:00
view
Bug 1027251 - Fix or whitelist dangerous public destructors in view/ - r=roc
2014-06-20 07:08:25 -04:00
webapprt
Backed out changeset 4f82325c577f (bug 1036220
) for android mochitest failures
2014-07-15 14:29:13 -07:00
widget
Backed out changeset ea2341b06e6f (bug 994541) for reftest timeouts
2014-07-21 17:26:40 +01:00
xpcom
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
xpfe
Bug 1033295 - Crash in nsWindowDataSource::GetWindowForResource. r=bsmedberg
2014-07-15 12:03:21 -05:00
xulrunner
Bug 728600 - define TARGET_XPCOM_ABI in mozilla-config.h; r=glandium
2014-06-23 15:06:48 -04:00
.clang-format
Bug 965120 - Use .clang-format to set tree default format; r=gps
2014-01-30 14:27:44 +13:00
.clang-format-ignore
Bug 967361 - Fix .clang-format-ignore on Windows. r=gps
2014-02-04 17:25:04 +13:00
.gdbinit
.gitignore
Bug 1007486 - Ignore tag files generated by GNU Global. r=ted
2014-05-07 20:32:00 -04:00
.hgignore
Bug 1031025 - Add generated/downloaded Loop unit test files r=jorendorff
2014-06-27 15:25:03 -05:00
.hgtags
No bug - Tagging mozilla-central dc23164ba2a2 with FIREFOX_AURORA_33_BASE a=release DONTBUILD CLOSED TREE
2014-07-21 14:15:06 -07:00
.lldbinit
Bug 960300 - Put a .lldbinit in the objdir and in dist/bin/, which load the .lldbinit in topsrcdir. r=glandium
2014-01-21 14:47:05 +11:00
.reviewboardrc
Bug 943747 - Add a .reviewboardrc file; r=mconley
2013-11-27 14:13:18 +08:00
aclocal.m4
Bug 975011 - Allow js/src/configure to invoke the in-tree NSPR configure. r=glandium
2014-02-25 14:15:16 -08:00
Android.mk
AUTHORS
client.mk
Bug 1033958 - Avoid running configure on every build when mozconfig changes $PATH. r=gps
2014-07-04 08:07:24 +09:00
client.py
Bug 988724: Remove webidl updating bits from client.py that are long dead. r=glandium
2014-04-01 11:33:27 +08:00
CLOBBER
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
configure.in
Merge m-c to inbound. a=merge
2014-07-18 10:25:14 -04:00
LEGAL
LICENSE
mach
Bug 1031180 - Fallback to checking whether the directory mach lives in contains mach_bootstrap.py. r=gps
2014-07-03 07:15:31 +09:00
Makefile.in
Bug 1035543 - Remove the MOZ_PSEUDO_DERECURSE variable. r=gps
2014-07-10 14:11:52 +09:00
moz.build
Bug 1039197 - Always build js engine with zlib. r=luke
2014-07-17 08:42:17 +09:00
mozilla-config.h.in
Bug 976898 - Move the sdkdecls.h force-include out of the build system; r=bbondy,glandium
2014-02-28 08:17:22 -05:00
README.txt
No bug: the OVERRIDE HOOK is stupid.
2014-01-21 08:23:43 -08:00