Gecko engine for Wine
Go to file
2014-02-18 10:12:54 +09:00
accessible Bug 906589 - crash on getting text attributes on document with no body, r=marcoz 2014-05-08 10:23:00 -04:00
addon-sdk Bug 999585 - wantExportHelpers for all content-script. r=Mossop 2014-04-28 11:53:50 +02:00
b2g Bumping manifests a=b2g-bump 2014-05-09 09:52:58 -07:00
browser Bug 1004693 - [e10s] Add keyword search does not work. r=felipe 2014-05-10 15:28:42 +02:00
build Backed out changesets 33e91919b06b and a3a67e1ded26 (bug 981780) for OSX bustage. 2014-05-09 15:26:13 -04:00
caps Backed out changeset 9899ea7e3a32 (bug 995943) for m-other test failures 2014-05-09 09:14:37 +02:00
chrome Bug 1004933 - do not use nsVoidArray in nsChromeRegistry; r=bsmedberg 2014-05-02 10:01:11 +02:00
config Backed out changeset 7f57690f5141 (bug 908503) 2014-05-12 10:11:03 +12:00
content Bug 949435, Part 1 - Move nsGenericHTMLElement::GetTokenList to Element. r=bz 2014-02-18 10:12:54 +09:00
db/sqlite3 Bug 988507 - Upgrade SQLite to version 3.8.4.2. r=mak 2014-03-26 16:02:23 -04:00
docshell Bug 996280 - Use the docshell's sandbox flags if we can't get the active document in IsSandboxedFrom(). r=smaug 2014-05-06 19:48:33 +01:00
dom Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-05-11 10:47:11 +01:00
editor Bug 1003894 Followup to switch from Text to nsIContent so that we can safely use do_QueryInterface r=ehsan 2014-05-10 21:16:03 +01:00
embedding Bug 997987 - Cache the system principal on nsContentUtils and remove nsIScriptSecurityManager::SubjectPrincipalIsSystem. r=Ms2ger,sr=bz 2014-05-06 15:43:03 -07:00
extensions Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk. 2014-05-08 12:32:00 +03:00
gfx Bug 1008154 - Make BaseRect::Intersects return false if at least one of the rects is empty. r=roc 2014-05-11 17:48:32 +02:00
hal Bug 980027 - Part 1: Provide mechanism to set thread priorities. r=gsvelto, r=dhylands 2014-05-05 11:37:00 -04:00
image Bug 1003683: Throttle the rate at which animated images will allow themselves to be refreshed. r=seth 2014-05-08 11:37:39 -07:00
intl Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk. 2014-05-08 12:32:00 +03:00
ipc Bug 1006128 - Fix IPDL unit tests after bug 960774, r=bsmedberg. 2014-05-08 14:49:41 -07:00
js Bug 1005532 - IonMonkey: Recover MNewObject. r=sstangl 2014-05-11 16:27:12 -07:00
layout Bug 1001258: Remove assertion added in bug 911786 part 3 since it turns out the first bug it found was bogus. r=dholbert 2014-05-09 16:54:39 -07:00
media Backed out changeset 191741878690 (bug 908503) 2014-05-12 10:11:04 +12:00
memory Bug 1000621 - Check if DMD is enabled before dumping. r=njn. DONTBUILD 2014-04-24 12:43:11 -07:00
mfbt Bug 950312 - Part 4: Create active layers for nsDisplayMixBlendMode and nsDisplayBlendContainer if the layer manager supports all contained blend mode. r=roc 2014-05-09 21:49:27 +12:00
mobile Merge m-c to inbound. 2014-05-09 16:56:26 -04:00
modules Bug 999396 - Flip camera face-detection pref on. r=mikeh, sr=hkoka 2014-05-07 17:11:00 -04:00
mozglue Bug 988311: Blocklist rf-firefox-22.dll. r=bsmedberg 2014-05-08 10:18:17 +12:00
netwerk Backed out 11 changesets (bug 378637) for Android crashes. 2014-05-09 15:25:55 -04:00
nsprpub Bug 993569: Update to NSS 3.16.1 and NSPR 4.10.5. r=kaie. 2014-05-05 13:51:39 -07:00
other-licenses Updated 7Zip sfxthat include moz modifications - Bug 995891 - Reduce stub installer install timeouts. r=me 2014-04-16 22:44:08 -07:00
parser Bug 943268 - Remove nsCharsetAlias and nsCharsetConverterManager. r=emk. 2014-05-08 12:32:00 +03:00
probes
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 997772 - Generate suggestedsites.json from locale (r=nalexander) 2014-05-09 09:39:14 +01:00
rdf 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
security bug 1005266 - specify a timeout for the socket in test_ocsp_timeout.js r=mmc 2014-05-09 15:17:43 -07:00
services Bug 1006360 - prevent failures backing up bookmarks from stopping sync completing. r=rnewman 2014-05-09 14:14:34 +10:00
startupcache Backed out changeset 70946e64e8f8 (bug 1005704) because it caused bug 1006541 2014-05-06 16:39:39 -04:00
storage Bug 1003907: Annotate storage/src as FAIL_ON_WARNINGS. r=mak 2014-05-01 09:31:54 -07:00
testing Bug 1006105: Allow switching to top level frame if index is passed in. r=mdas 2014-05-09 15:01:34 +01:00
toolkit Bug 996848 - Change expectAssertion() in tests because of removed assertion. r=spohl 2014-05-10 11:58:09 -05:00
tools Bug 1004899 - Add stderr to profile output. r=ehsan 2014-05-01 22:05:49 -04:00
uriloader Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-05-11 10:47:11 +01:00
view Bug 1007604 - add additional null check; r=sicking 2014-05-10 00:53:41 +02:00
webapprt Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
widget Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl 2014-05-10 11:58:07 -05:00
xpcom Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg 2014-05-11 10:47:11 +01:00
xpfe Bug 997987 - Remove usage of nsIScriptSecurityManager::GetSubjectPrincipal. r=Ms2ger 2014-05-06 15:43:03 -07:00
xulrunner 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
.clang-format
.clang-format-ignore
.gdbinit
.gitignore Bug 1007486 - Ignore tag files generated by GNU Global. r=ted 2014-05-07 20:32:00 -04:00
.hgignore Bug 1007486 - Ignore tag files generated by GNU Global. r=ted 2014-05-07 20:32:00 -04:00
.hgtags Added FIREFOX_AURORA_31_BASE tag for changeset cfde3603b020. DONTBUILD CLOSED TREE NO BUG a=release 2014-04-28 14:18:30 -04:00
.lldbinit
.reviewboardrc
aclocal.m4
Android.mk
AUTHORS
bug986521 Bug 986521 - Fetch Directory Links data from a network location to cache locally. r=adw 2014-05-09 11:24:30 -04:00
client.mk Bug 888698 - Make client.mk pass the top-level -j parameter to the recursive invocations. r=glandium 2014-04-25 19:19:24 +02: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 Bug 994964 apparently requires a clobber, unclear why, landed on a CLOSED TREE 2014-05-08 17:18:56 -04:00
configure.in Bug 1005484 - Properly skip vista d3dc DLL if missing. - r=mshal 2014-05-09 11:44:11 -07:00
LEGAL
LICENSE
mach Bug 957721 - Switch mach's shebang to look for python2.7. r=glandium 2014-01-08 11:19:21 -08:00
Makefile.in Bug 986301 - Fix --with-libxul-sdk after bug 969164. r=gps 2014-03-21 11:52:25 +09:00
moz.build
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/