Gecko engine for Wine
Go to file
2014-02-18 01:05:51 -05:00
accessible Bug 819291 - adding an assertion and handling the null offsetElm. r=surkov 2014-02-14 09:36:11 -05:00
addon-sdk Bug 926264: Use a setTimeout before exiting tests and add some additional logs. r=Mossop 2014-02-07 13:19:23 -08:00
b2g Bumping manifests a=b2g-bump 2014-02-17 12:20:56 -08:00
browser Merge f-t to m-c 2014-02-17 20:56:06 -08:00
build Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps 2014-02-13 22:19:50 -08:00
caps Bug 956382 - Remove implementations of *IgnoringDomain variants. r=mrbkap 2014-02-13 18:57:36 -08:00
chrome Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00
config Bug 946083 - Part 1: Delete .class files when (re-)building a Java JAR. r=glandium 2014-02-11 09:55:47 -08:00
content Merge m-c to m-i 2014-02-17 20:57:46 -08:00
db/sqlite3 Bug 971583 - Upgrade SQLite to version 3.8.3.1 - Mozilla changes. r=mak 2014-02-13 09:53:52 -05:00
docshell Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
dom Merge f-t to m-c 2014-02-17 20:56:06 -08:00
editor Bug 966155 - Ensure that we handle the native key bindings for all key events in designMode documents; r=Neil 2014-02-16 19:09:52 -05:00
embedding Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
extensions Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
gfx bug 973380 - fix font metrics initialization for non-scalable fonts in the gfxFT2Fonts backend. r=karlt 2014-02-17 07:45:57 +00:00
hal Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc 2014-02-18 07:32:52 +09:00
image Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc 2014-02-18 07:32:52 +09:00
intl Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
ipc Bug 960894 - 1/4: allow representing multiple clients in one RIL worker. r=bz 2014-02-17 19:35:01 +08:00
js Backout bea3f06585ec (Bug 969012) for arm simulator failures. 2014-02-17 19:22:34 -08:00
layout Update test failure annotation for bug 791480, now that we're running tests on Windows NT 6.2 as well. 2014-02-17 21:48:40 -08:00
media Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
memory Bug 973403 - Move the LOCAL_INCLUDES in memory to moz.build; r=glandium 2014-02-18 01:05:51 -05:00
mfbt Bug 963056 - Part 2: Make MOZ_ARRAY_LENGTH a typesafe compile-time constant on compilers without constexpr support. r=Waldo 2014-02-11 13:31:58 -05:00
mobile Bug 971735 - Remove element using iterator while looping in ArrayList (r=wesj) 2014-02-17 11:07:53 +00:00
modules Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
mozglue Bug 973389 - Move the LOCAL_INCLUDES in mozglue to moz.build; r=glandium 2014-02-18 01:02:32 -05:00
netwerk bug 973207 - revert 905460 for nightly crashes r=backout 2014-02-17 13:53:25 -05:00
nsprpub Bug 844784: Update NSPR to NSPR_4_10_4_BETA3. Also includes the fix for 2014-02-08 08:19:09 -08:00
other-licenses Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
parser Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
probes
profile Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
python Fix error in lldb string serialiation; no bug. (DONTBUILD, NPOTB) 2014-02-17 15:22:59 +11:00
rdf NO BUG - Fix sorted moz.build failure in rdf/tests/dsds/moz.build; r=me 2014-02-17 16:46:22 -08:00
security Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
services Merge f-t to m-c 2014-02-15 10:10:31 -08:00
startupcache Bug 957256: Modify StartupCache callbacks to use context parameter to obtain object pointer; r=bsmedberg 2014-01-10 17:16:25 -07:00
storage Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz 2014-02-12 10:50:46 +00:00
testing Bug 965655: Revert test disabling from changeset 8a0d810a0cca now that bug 969590 (switch of test slaves) is fixed. 2014-02-17 20:07:45 -08:00
toolkit Merge f-t to m-c 2014-02-17 20:56:06 -08:00
tools Make fix-linux-stack handle addresses with lowercase hexidecimal, since that seems to be the thing these days. No bug. 2014-02-17 20:07:45 -08:00
uriloader Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01:00
view Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout 2014-01-30 21:35:44 -08:00
webapprt Bug 973391 - Move the LOCAL_INCLUDES in webapprt to moz.build; r=glandium 2014-02-18 01:03:08 -05:00
widget Bug 970895: Use I/O loop for polling memory-pressure events, r=dhylands 2014-02-17 12:29:26 +01:00
xpcom Bug 968016 - Add threadStackSize attribute to nsIThreadPool. r=bsmedberg 2014-02-18 11:53:53 +13:00
xpfe Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz 2014-02-13 15:33:04 +00:00
xulrunner Bug 968856 - Move unconditional LOCAL_INCLUDES into moz.build; r=mshal 2014-02-15 21:24:59 +01: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
.hgignore
.hgtags Tagging for mozilla-central version bumps DONTBUILD NO BUG (retroactive missing tag from Dec 9th, 2013 merge day) 2014-02-12 16:58:47 -08: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
aclocal.m4 Bug 967556 - Divert AC_CHECK_FUNC so that the #includes it uses can't interfere with the function it tests. r=gps 2014-02-14 08:15:02 +09:00
Android.mk
AUTHORS
client.mk Bug 950298 - Make the js build system use top-level as its root objdir. r=gps 2014-01-14 07:38:40 +09:00
client.py
CLOBBER Merge m-c to inbound. 2014-02-11 08:41:45 -05:00
configure.in Bug 971659 - Disable pico when webrtc is disabled. r=ted 2014-02-14 11:29:56 -05:00
LEGAL
LICENSE
mach Backed out changeset faafb9526e32 (bug 957721) for breaking mach on Windows. 2014-01-16 08:21:07 -05:00
Makefile.in Bug 969164 - Replace most BUILDING_JS uses with JS_STANDALONE. r=gps 2014-02-11 10:37:47 +09:00
moz.build Bug 969164 - Traverse js/src moz.builds from top-level configure. r=gps 2014-02-11 10:37:47 +09:00
mozilla-config.h.in
README.txt No bug: the OVERRIDE HOOK is stupid. 2014-01-21 08:23:43 -08:00

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/