Gecko engine for Wine
Go to file
James Willcox 68e1f2184d Bug 734691 - Add multi-thread support to profiler r=benwa
--HG--
extra : rebase_source : 04021da9d3d871f51f931b6e6f57a0bbbbaa6393
2013-03-29 15:34:49 -04:00
accessible Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
addon-sdk Bug 862988 - Uplift Addon SDK to Firefox 2013-04-17 13:18:06 -07:00
b2g Bug 862472 - Update snapshots to pick up font updates. r=bhearsum 2013-04-17 13:35:28 -04:00
browser Bug 825739 - Add logging for intermittent browser_bookmark_titles.js failure 2013-04-18 16:48:37 +02:00
build Bug 837618 - teach expandlibs_exec.py about OS X's -filelist linker option; r=glandium 2013-04-16 11:13:50 -04:00
caps Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
chrome Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
config Bug 837618 - teach expandlibs_exec.py about OS X's -filelist linker option; r=glandium 2013-04-16 11:13:50 -04:00
content Bug 860438 - Add assertion back in. r=gabor 2013-04-18 11:36:05 -04:00
db/sqlite3 Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
docshell Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
dom Bug 734691 - Add multi-thread support to profiler r=benwa 2013-03-29 15:34:49 -04:00
editor Bug 862118 - Remove GetAttributeToModifyOnNode r=ehsan 2013-04-17 00:35:39 -04:00
embedding Bug 860438 - Remove context stack craziness from nsWindowWatcher. r=gabor 2013-04-18 11:36:04 -04:00
extensions Bug 863025 - Fix nsUniversalDetector overlooking the UTF-16 BOM. r=smontagu 2013-04-18 21:19:10 +09:00
gfx Bug 863043: Move CompositorOGL::Initialize's helper-nsRunnable from function-scope to class-scope to fix build warning about ignored visibility attribute. r=Bas 2013-04-17 15:34:26 -07:00
hal Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
image Bug 860149 - Mark ourselves as doing synchronous decoding when writing directly to decoders in AddSourceData. r=seth 2013-04-17 20:05:49 -04:00
intl Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
ipc Bug 734691 - Add multi-thread support to profiler r=benwa 2013-03-29 15:34:49 -04:00
js Bug 863045 - OdinMonkey: fix duplicate-evaluation in double-to-int coercion (r=sstangl) 2013-04-17 17:34:29 -07:00
layout Bug 858332: Make flex items pseudo-stacking contexts, per recent spec change. r=mats 2013-04-18 09:51:18 -07:00
media Bug 846122 - Handle split multi-track Cues in nestegg. r=padenot 2013-04-10 15:03:50 +12:00
memory Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
mfbt Bug 856108 - Port static analyses to clang, part 1: stack-class. r=ehsan 2013-04-11 22:20:02 -05:00
mobile Bug 859452 - Send characters as keys when using HTC Touch Input. r=cpeterson 2013-04-18 12:39:09 -04:00
modules Bug 859088 - Left/Right Arrow key after selection should move to the beginning/end of selection respectively (on all platforms). r=ehsan 2013-04-17 22:16:14 +02:00
mozglue Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
netwerk bug 602814 - fix parsing of connection http response header r=mcmanus 2013-04-18 09:00:00 -04:00
nsprpub Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps 2013-03-21 08:41:00 -07:00
other-licenses Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
parser Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
probes Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
profile Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
python Bug 861453 - Restore empty substs after bug 857557, but put them in a separate file, unlisted as a dependency for everything. r=gps 2013-04-16 08:23:18 +02:00
rdf Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
security Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
services bug 851653 add services to addonprovider for fhr, r=gps 2013-04-17 12:43:30 -07:00
startupcache Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
storage Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
testing Fixup for bug 859705 - Add missing return. r=me. DONTBUILD 2013-04-18 16:50:13 +02:00
toolkit Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
tools Bug 734691 - Add multi-thread support to profiler r=benwa 2013-03-29 15:34:49 -04:00
uriloader Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
view bug 861270 - prefer to use precise scale factor from GetDefaultScale() rather than approximate factor based on appUnits per devpix. r=roc 2013-04-18 16:35:49 +01:00
webapprt Bug 844016 - Move webapprt locale files. r=Pike 2013-04-12 10:23:10 +02:00
widget Bug 802776 - Update deprecated calls in NSOpenPanel and NSSavePanel and transform default directory paths strings to URIs so they work as expected. r=josh 2013-04-18 12:39:09 -04:00
xpcom Backed out changeset a945d76d4e4e (bug 860827) for Windows bustage on a CLOSED TREE. 2013-04-18 09:09:00 -04:00
xpfe Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
xulrunner Bug 857820 part.1 Drop blink effect implementation r=dbaron 2013-04-14 19:11:07 +09:00
.gdbinit Bug 848796 part 1. Rename nsXULDocument to mozilla::dom::XULDocument. r=ms2ger 2013-03-26 11:31:53 -04:00
.gitignore Bug 751795 - Part 1: mach, the new frontend to mozilla-central; r=jhammel 2012-09-26 09:43:54 -07:00
.hgignore Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps 2013-02-01 11:20:17 -08:00
.hgtags Added tag FIREFOX_AURORA_22_BASE for changeset 1c070ab0f9db 2013-04-01 11:21:20 -07:00
aclocal.m4 Bug 788613 - Dump config.log when configure fails. r=ted 2013-04-10 16:15:01 +02:00
Android.mk Bug 794297: Block the android build system from looking in mozilla-central. r=mwu 2012-09-25 17:04:01 -07:00
AUTHORS
client.mk Backed out changesets 206bb159d62f, a6ab3e11f721, and a61aa08ab4ac (bug 837323) for frequent Windows fatal clobber errors on a CLOSED TREE. 2013-04-08 09:59:45 -04:00
client.py Bug 853775: Update client.py to pull NSPR and NSS from Mercurial instead of CVS, r=kaie 2013-04-01 17:26:39 -07:00
CLOBBER Back out f21835504604 (bug 860338) for build bustage 2013-04-13 19:09:05 -07:00
configure.in Bug 848764 - Enable on-demand decompression. r=blassey 2013-04-18 09:15:13 +02:00
LEGAL
LICENSE
mach Re-add executable flag to mach (removed in bug 846906). r=me 2013-04-04 16:52:27 +02:00
Makefile.in Backout changeset 859361dea2f0 (bug 860371) for windows PGO regressions 2013-04-12 16:06:56 +02:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07: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/