Gecko engine for Wine
Go to file
2013-11-14 10:02:24 +01:00
accessible Bug 906190 - Persist 'disable protection' option for Mixed Content Blocker in child tabs. r=smaug 2013-08-22 15:13:16 -07:00
addon-sdk Bug 935220: Uplift Add-on SDK to Firefox. r=me 2013-11-05 13:51:58 -08:00
b2g Merge inbound to m-c. 2013-11-12 15:22:52 -05:00
browser Backed out changeset c6981912ff87 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:03 +01:00
build Bug 784739 - Switch from NULL to nullptr in build/; r=ehsan 2013-11-11 14:13:38 -05:00
caps Bug 840488 - Tests. r=bz 2013-11-12 16:43:35 -08:00
chrome Bug 929905 - Consolidate sources in moz.build. r=gps 2013-10-25 08:23:05 +09:00
config Bug 569597 - Eliminate use of ranlib. r=glandium 2013-11-11 19:26:59 -08:00
content Bug 840488 - Remove nsIScriptContext script check in nsScriptLoader. r=bz 2013-11-12 16:43:34 -08:00
db/sqlite3 Bug 935305 - Move preprocessor to mozbuild.action. r=gps 2013-11-09 10:35:44 +09:00
docshell Bug 840488 - Directly mark compartments whose docshells disable script execution. r=bz 2013-11-12 16:43:33 -08:00
dom Back out ce7c0c133cc2 (bug 936327) for crashtest GC crashes and assertions 2013-11-12 20:09:28 -08:00
editor Bug 936913 - Part 2: Build the editor in unified mode; r=roc 2013-11-12 08:56:28 -05:00
embedding Bug 931462 - Move LOCAL_INCLUDES to moz.build in embedding/; r=mshal 2013-11-11 09:04:22 +01:00
extensions Bug 936848 follow-up: Add DVRs to the en-US dictionary 2013-11-12 11:20:17 -05:00
gfx Bug 935789, part 2: Implement RotateLeft/RotateRight in MFBT and use them, r=Waldo. 2013-11-12 18:24:56 -06:00
hal Bug 918651 - part 8 - remove redundant includes from IPDL files; r=ehsan 2013-10-18 13:34:08 -04:00
image Bug 916602 (Part 2) - Avoid null timestamp assertion when creating sentinel in FrameAnimator. r=tn 2013-09-20 14:12:10 +02:00
intl Bug 923967: Move from deprecated Unicode Utilities usage to CFStringTokenizer on OS X. r=smontagu 2013-11-11 10:31:11 -06:00
ipc Bug 930398 - Use ScopedCERTCertificate instead. r=keeler 2013-11-12 10:07:21 +08:00
js Backed out changeset 011dcedf181f (bug 936143) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:24 +01:00
layout (no bug) Fix a few whitespace issues in nsFlexContainerFrame.* 2013-11-12 18:50:39 -08:00
media Bug 931060 - Add encoder files to in-tree libvorbis. r=xiphmont 2013-11-12 09:30:16 +13:00
memory Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan 2013-11-11 14:17:14 -05:00
mfbt Bug 935789, part 2: Implement RotateLeft/RotateRight in MFBT and use them, r=Waldo. 2013-11-12 18:24:56 -06:00
mobile Merge fx-team to m-c 2013-11-11 16:11:16 -08:00
modules Bug 840488 - Introduce a mechanism to temporarily or permanently block script for a given scope, and use it for unsafe channels. r=bz 2013-11-12 16:43:33 -08:00
mozglue Bug 932100 - Part 2: Move DLL blocklist code to mozglue. r=bsmedberg, r=glandium 2013-11-12 08:31:32 -05:00
netwerk Bug 932176: Add preference to control whether OCSP GET is used, off by default, r=cviecco 2013-11-12 18:28:20 -08:00
nsprpub Bug 935568, update Mozilla to NSPR 4.10.2 RTM, r=wtc/me 2013-11-09 11:18:00 +01:00
other-licenses Bug 933120 - Move HOST_PROGRAM and HOST_SIMPLE_PROGRAMS to moz.build. r=gps 2013-11-02 08:44:11 +09:00
parser Bug 840488 - Refactor Gecko to provide a more direct API to ask whether script is allowed for a given global. r=bz 2013-11-12 16:43:31 -08:00
probes
profile Bug 924894 - Split prefs files up for Metro and Desktop when running in the same profile. r=jimm 2013-11-05 13:20:39 -05:00
python Back out 19895f599868 (bug 936555) for Windows test_mozinfo.py failures 2013-11-12 20:25:19 -08:00
rdf Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan 2013-11-12 18:22:38 -06:00
security Bug 932176: Add preference to control whether OCSP GET is used, off by default, r=cviecco 2013-11-12 18:28:20 -08:00
services Bug 935305 - Move preprocessor to mozbuild.action. r=gps 2013-11-09 10:35:44 +09:00
startupcache Bug 931846 - Change startup cache location for Metro Firefox. r=jimm, aklotz 2013-11-01 16:21:33 -07:00
storage Bug 934321 - Add MemoryMultiReporter, a helper class that reduces some boilerplate, and convert all existing multi-reporters to use it. r=wchen. 2013-11-06 14:58:20 +11:00
testing Bug 937272 - Increase Marionette's socket timeout, r=aknow 2013-11-11 18:31:56 -08:00
toolkit Bug 923333 - Replace docShell.setCurrentURI with something e10s-compatible (r=felipe) 2013-11-12 15:02:14 -08:00
tools Bug 914190 - Use std::getline instead of C getline to parse /proc/N/maps. r=BenWa 2013-11-12 08:47:23 -05:00
uriloader Bug 935349 - Remove disabled DASH code. r=doublec 2013-11-07 17:08:30 +13:00
view Bug 930860 Move IsLeftClickEvent() and IsContextMenuKeyEvent() from WidgetEvent to WidgetMouseEvent(Base) r=smaug 2013-10-28 18:03:19 +09:00
webapprt Bug 935305 - Move preprocessor to mozbuild.action. r=gps 2013-11-09 10:35:44 +09:00
widget Merge latest green b2g-inbound changeset and mozilla-central 2013-11-12 15:10:27 +00:00
xpcom Bug 935789, part 1: Kill most uses of prbit.h, r=ehsan 2013-11-12 18:22:38 -06:00
xpfe Bug 925584 - Remove some unnecessary jsapi.h inclusions from .cpp files. r=Ms2ger. 2013-10-10 15:22:35 -07:00
xulrunner Bug 935305 - Move preprocessor to mozbuild.action. r=gps 2013-11-09 10:35:44 +09:00
.gdbinit
.gitignore
.hgignore
.hgtags Added tag FIREFOX_AURORA_27_BASE for changeset 05025f4889a0 2013-10-28 13:36:59 -07:00
aclocal.m4
Android.mk
AUTHORS
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
CLOBBER Another Windows WebIDL clobber needed due to bug 928195 2013-11-12 12:30:16 +01:00
configure.in Bug 898431: Update NSS to NSS 3.15.4 beta 2 (NSS_3_15_4_BETA2) again, r=me 2013-11-12 18:26:49 -08:00
LEGAL
LICENSE
mach
Makefile.in merge fx-team to mozilla-central 2013-11-07 14:24:24 +01:00
moz.build Bug 862770 - Fix --disable-compile-environment a little. r=gps 2013-11-07 10:37:45 +09: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

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/