Gecko engine for Wine
Go to file
2015-01-02 14:41:55 -08:00
accessible bug 1088148 - reenable ipc accessibility 2015-01-01 15:52:38 -05:00
addon-sdk Bug 647540 - Get rid of the toolbar-primary class. r=enn 2014-12-18 23:31:39 +01:00
b2g Bumping manifests a=b2g-bump 2015-01-02 14:41:55 -08:00
browser Bug 1115780 - increase timeout on audionode destruction tests. r=vp 2014-12-28 10:26:00 +01:00
build Bug 1111269 - Enable running the clang-plugin tests as part of the build; r=glandium 2014-12-24 12:13:36 -05:00
caps Bug 1110615 - Fix inheriting problem for blobs (r=sicking) 2014-12-12 09:03:47 -08:00
chrome Bug 1087442 - Attach LoadInfo inside each individual ProtocolHandler - chrome/ changes (r=sicking) 2014-12-12 09:05:34 -08:00
config Bug 1073867, Part 4: Test that DSS end-entity certificates are rejected, r=mmc 2014-12-26 11:40:51 -08:00
content Remove testcase for bug 894137 because it causes assertions in other tests 2014-11-24 08:41:42 -08:00
db/sqlite3 Bug 1108328 - Upgrade SQLite to version 3.8.7.4. r=mak 2014-12-10 10:02:17 -05:00
docshell Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof 2014-12-29 11:32:00 +01:00
dom Merge mozilla-central to b2g-inbound 2015-01-02 14:15:38 +01:00
editor Bug 1109465 - Fix the interface maps of IMETextTxn and InsertTextTxn; r=smaug 2014-12-30 11:57:58 -05:00
embedding Bug 1064439, part 16 - Eliminate indirection in nsWebBrowser::mListenerArray. r=jst 2014-12-16 09:18:02 -08:00
extensions Bug 682726 - Add men's to the en-US dictionary. r=ehsan 2014-12-30 09:39:58 +07:00
gfx Bug 1112780. Recreate the RenderTargetView on demand. r=jgilbert 2014-12-28 00:01:02 -05:00
hal Backed out changeset 07b42d1d60aa (bug 1073003) 2014-12-23 13:35:17 +01:00
image Bug 773014 - Part 2: Mark Static{Auto,Ref}Ptr as global-only; r=jrmuizel 2014-12-22 18:10:44 -05:00
intl Bug 1087733: Make JS callers of ios.newChannel call ios.newChannel2 in intl/ (r=smontagu) 2014-10-24 14:55:14 -07:00
ipc Bug 1116827: Add check for null mMonitor in MessageChannel::CanSend(); r=dvander 2014-12-31 13:15:38 -07:00
js Bug 1115246 - Use return value consistently in getConstantValue, r=jandem. 2015-01-01 09:30:32 -07:00
layout Merge mozilla-central to b2g-inbound 2015-01-02 14:15:38 +01:00
media Bug 1114360 - Update libpng to version 1.6.16. r=jmuizelaar 2014-12-23 06:44:00 +01:00
memory Bug 1115078 - Unbreak MOZ_JEMALLOC3 build on FreeBSD after bug 899126. r=glandium 2014-12-23 12:32:00 -05:00
mfbt Bug 1114724 - Define PRIuSIZE format specifiers for size_t. r=Waldo 2014-12-21 23:30:06 -08:00
mobile Bug 1116027 - Switch to tab not available in Recent Tabs Panel. r=margaret 2014-12-29 12:09:00 +01:00
modules Bug 1113837 - Build display-list dumping without MOZ_DUMP_PAINTING. r=mstange 2014-12-31 15:17:39 -05:00
mozglue Backed out changeset ad0bb596da2c (bug 1073003) 2014-12-23 13:35:02 +01:00
netwerk Bug 1108916 - app:// channels could skip calling OnStopRequest. r=hurley 2014-12-31 18:23:58 -08:00
nsprpub Bug 1049006 - Update Mozilla 33 to use NSS 3.17 final and NSPR 4.10.7 final, r=wtc 2014-08-13 21:47:00 +02:00
other-licenses Bug 1090535 - Add Windows Firewall whitelist entry. r=bbondy 2014-12-26 13:57:33 -08:00
parser Bug 1081039 - cloneNode on a custom element should call createdCallback if cloned in a document with a custom element definition. r=smaug 2014-12-22 18:19:08 -08:00
probes Bug 1041795 - Disable system libs when generating DTrace probes. f=sfink f=ginn.chen 2014-11-04 02:01:00 +01:00
profile Backed out changeset bf25101e66cf (bug 1095098) for build bustage 2014-12-08 16:27:12 -08:00
python Merge inbound to m-c a=merge 2014-12-30 15:48:13 -08:00
rdf Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
security No bug, Automated HPKP preload list update from host b-linux64-ix-0002 - a=hpkp-update 2014-12-27 03:21:29 -08:00
services Bug 1114461 - handle failure fetching sync migration sentinel. r=rnewman 2015-01-02 17:15:21 +11:00
startupcache Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
storage Bug 1097267 - Change the enumerate hook usage in XPC and browser. r=bholley 2014-12-11 19:31:10 +01:00
testing Back out 9e126e97e347 (bug 1098700), a=backout 2014-12-28 22:57:38 -08:00
toolkit Bug 1104213 - add stack traces to timeline markers. r=smaug r=vporof 2014-12-29 11:32:00 +01:00
tools Bug 1115278 - Add virtualenv to Sphinx environment; r=glandium 2014-12-24 10:17:02 -08:00
uriloader Bug 1080484 - Support avi/divx, ts/m2ts, and mkv media formats. r=cajbir 2014-12-23 10:20:25 +08:00
view Bug 1092630: Get rid of native widgets for OS X NPAPI plugins, make things work much better under e10s. Patch by Josh Aas, Markus Stange, Steven Michaud, David Parks. r=smichaud/jst/josh (more reviews pending) 2014-12-11 08:44:07 -06:00
webapprt Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
widget Bug 1105088 - Disable D3D9 on Vista or later Windows versions. r=jrmuizel 2014-12-23 11:27:37 +01:00
xpcom Backed out changeset 169e19d13daa (bug 903456) for S4 bustage 2014-12-29 11:55:21 -08:00
xpfe Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
xulrunner Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
.clang-format
.clang-format-ignore
.gdbinit Backed out changeset 047d21f101de (bug 846018) 2014-11-13 17:11:25 -05:00
.gitignore Bug 1098239 - Rewrite mobile/android Gradle integration. r=me 2014-12-22 19:49:04 -08:00
.hgignore Bug 1098239 - Rewrite mobile/android Gradle integration. r=me 2014-12-22 19:49:04 -08:00
.hgtags No bug - Tagging mozilla-central b297a6727acf with FIREFOX_AURORA_36_BASE a=release DONTBUILD CLOSED TREE 2014-11-28 10:53:24 -05:00
.lldbinit
aclocal.m4 Bug 1081682 - Make --with-ccache use --with-compiler-wrapper under the hood. r=mshal 2014-10-15 14:47:02 +09:00
Android.mk
AUTHORS
client.mk Bug 1082323 - Reject pymake in client.mk. r=mshal 2014-10-14 14:19:02 +09:00
client.py
CLOBBER Bug 1066383 - Touch CLOBBER due to the IDL removal not being properly caught by the build system. 2014-12-22 13:07:28 -05:00
configure.in Bug 1115078 - Unbreak MOZ_JEMALLOC3 build on FreeBSD after bug 899126. r=glandium 2014-12-23 12:32:00 -05:00
LEGAL
LICENSE
mach Bug 1043144 - Don't write machc bytecode file; r=mshal 2014-08-05 10:39:24 -07:00
Makefile.in Bug 910781 - add support for FINAL_TARGET_FILES; r=gps 2014-07-23 13:56:25 -04:00
moz.build Bug 1080910 - Add USE_ICU variable separated from ENABLE_INTL_API. r=glandium 2014-10-10 02:55:00 -04:00
mozilla-config.h.in
README.txt

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    http://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    http://developer.mozilla.org/en/docs/Creating_a_patch
    http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on http://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
            - or -
    http://nightly.mozilla.org/