Gecko engine for Wine
Go to file
Mounir Lamouri d33881df9d Bug 676711 - Tab thumbnail should be updated everytime the page is reloaded. r=mfinkle
This is preventing situations where a page shows an error message and when
reloading, the correct content is shown but the thumbnail still shows the
previous error message.
2011-09-15 12:32:19 -07:00
accessible Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan 2011-09-13 14:32:07 -07:00
browser merge m-c into fx-team 2011-09-14 12:08:14 -07:00
build Bug 670016 - Only append a -bin suffix if app-bin exists. This makes it possible to test Fennec on Mac. r=ted 2011-09-09 17:04:36 -07:00
caps Bug 684110 - Clean JSObject::clasp usage (r=pbiggar) 2011-09-02 17:23:26 -07:00
chrome Bug 669028 part.6 chrome should use mozilla::LookAndFeel rather than nsILookAndFeel r=benjamin 2011-09-09 11:27:12 +09:00
config Bug 584217 - Add Meego Touch based filepicker implementation. r=jeremias.bosch,florian.haenel 2011-09-14 14:16:28 +01:00
content Bug 676690 - Don't release DataSourceSurface pointers until we have finished accessing the pixels. r=Bas 2011-09-14 16:16:23 -07:00
db/sqlite3 Bug 666558 - Increase SQLITE_MAX_SCHEMA_RETRY value. 2011-08-26 13:51:05 +02:00
dbm Bug 527659, Update mozilla-central to NSS 3.12.6 (beta) 2010-02-07 12:54:28 +01:00
docshell Bug 684695 - Document the effect of non-null mLSHE on how subframe loads behave for session history purposes. r=bzbarsky. 2011-09-08 17:31:27 +03:00
dom Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
editor Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc 2011-09-15 10:54:50 -04:00
embedding Bug 686637 - Stop extracting hyphenation files from the APK [r=dougt] 2011-09-15 13:43:59 -04:00
extensions Bug 591780 - Part 1: Backend support for adding and removing spell checker dictionaries at runtime; r=ehsan 2011-09-13 14:58:54 -04:00
gfx Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
intl bug 685214 - use URI spec rather than file path to specify hyphenation dictionary, and read using nsIInputStream rather than stdio. r=bsmedberg 2011-09-14 20:20:26 +01:00
ipc Bug 686507 - Don't spam my console when processing IPDL files; r=bsmedberg 2011-09-13 15:40:27 -04:00
jpeg Bug 413019 - Remove PGO workaround for some modules. r=ted 2011-07-01 12:46:02 +09:00
js Bug 686582 - Make the JSON Walk function do its walking over array elements using getElement instead of getProperty, a first step toward actually using element-based methods now being specialized. r=dvander 2011-08-10 14:54:52 -07:00
layout Bug 686637 - Stop extracting hyphenation files from the APK [r=dougt] 2011-09-15 13:43:59 -04:00
media Bug 676252 part 1 - Don't use $(OBJ_SUFFIX) before including config.mk. r=ted 2011-08-29 07:34:02 +02:00
memory Merge last green changeset on m-i to m-c 2011-09-01 08:41:18 +01:00
mfbt Bug: 685041 - convert #ifdef DEBUG vars in jsgc.cpp to DebugOnly; r=luke 2011-09-07 11:32:35 -07:00
mobile Bug 676711 - Tab thumbnail should be updated everytime the page is reloaded. r=mfinkle 2011-09-15 12:32:19 -07:00
modules Bug 647391 - Increase maximum size for objects stored in disk cache. 2011-09-13 21:24:01 +02:00
netwerk Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
nsprpub Update NSPR to the NSPR_4_9_BETA2 tag. Fixes bug 676584, bug 679334, bug 666376, bug 677191, bug 681588 2011-08-29 19:16:12 +02:00
other-licenses Bug 684213 - Directly uncompress libraries into the mmap()ed cache files. r=mwu 2011-09-07 07:56:28 +02:00
parser Bug 657389 - nsHtml5MetaScanner should use PR_INT32_MAX instead of -1 as a special marker value for indeces. r=jonas. 2011-09-07 12:50:15 +03:00
probes
profile Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
rdf Bug 685798 - Node.parentElement, r=bz 2011-09-11 16:05:19 -07:00
security Bug 685302 - Use "website" instead of "web site" consistently across all strings in the UI. r=dao 2011-09-13 16:42:37 -07:00
services Bug 682443 - dump the bookmark list on bookmark test failure, a=testonly, DONTBUILD 2011-09-07 17:34:27 -07:00
startupcache Bug 675485 - Fix PRBool misuses found in a debug build, r=bz,taras 2011-08-01 18:20:52 -07:00
storage Bug 660532 Remove useless uses of PromiseFlatCString r=sdwilsh 2011-09-15 09:36:07 +01:00
testing Bug 650535 - bustage fix for missing right paren 2011-09-14 20:02:02 -04:00
toolkit Bug 686637 - Stop extracting hyphenation files from the APK [r=dougt] 2011-09-15 13:43:59 -04:00
tools Bug 674384: jprof - better thread support, support e10s profiling and profile-by-capture-section. r=dbaron DONTBUILD 2011-08-12 11:59:20 -04:00
uriloader Bug 611503 Constructing an nsTDependentString from an nsTAString makes no sense r=dbaron,dwitte 2011-09-15 08:40:17 +01:00
view Create nsPresShell.h with the parts of nsPresShell.cpp that should be in a header. (Bug 685786) r=roc 2011-09-09 12:50:21 -07:00
widget Bug 98160 - Add support for platform native text switching keyboard shortcuts in bidi UI on Windows; r=roc 2011-09-15 10:54:50 -04:00
xpcom Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-15 09:41:15 -04:00
xpfe Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey 2011-08-30 22:45:31 +01:00
xpinstall Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
xulrunner Bug 671465 - Remove some gtkmozembed left-overs. r=khuey 2011-08-26 00:35:13 +01:00
.hgignore Bug 686354 - hgignore addition for Vim swap files. r=ted 2011-09-12 17:25:24 -07:00
.hgtags Added tag AURORA_BASE_20110816 for changeset 41b84b87c816 on a CLOSED TREE DONTBUILD 2011-08-16 14:13:48 -04:00
aclocal.m4 Bug 680277 - Debug builds should always be compiled with frame pointers. r=khuey. 2011-09-03 13:36:18 -04:00
allmakefiles.sh Bug 648866 - Remove WinCE code from main build system + that of js/src/. r=ted 2011-04-19 14:11:40 +10:00
client.mk Bug 684617 client.mk runs configure twice r=khuey 2011-09-07 20:08:36 +01:00
client.py Bug 599748 - Remove custom |def check_call()|, now that Python 2.4 is unsupported; (Av1) Remove 'util.py'. 2011-04-14 15:44:13 +02:00
configure.in Bug 584217 - Add Meego Touch based filepicker implementation. r=jeremias.bosch,florian.haenel 2011-09-14 14:16:28 +01:00
LEGAL
LICENSE Bug 547914 - Replace /LICENSE with a mention of where the canonical license info lives, and stop shipping it with binaries, r=gerv,shaver 2010-02-23 09:37:07 -08:00
Makefile.in Back out Bug 659311 for messing up Linux PGO builds. 2011-08-31 10:49:42 -04:00
README.txt added nightly.mozilla.org mention to README.txt, pushing to a CLOSED TREE, a=davidb 2011-03-30 08:23:52 -03: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/