Gecko engine for Wine
Go to file
2013-07-18 10:02:50 -04:00
accessible Bug 890940 - [AccessFu] Refactor coordinate handling to account for widget scaling. r=eeejay 2013-07-17 16:41:29 -04:00
addon-sdk
b2g Bumping gaia.json for 3 gaia-central revision(s) 2013-07-17 11:00:23 -07:00
browser Bug 875937 - App bar pin tile icon refreshes after it is displayed instead of before. r=mbrubeck 2013-07-18 10:02:50 -04:00
build Backed out changeset 71233da022ea (bug 763903) for checktest orange on a CLOSED TREE. 2013-07-16 17:18:15 -04:00
caps
chrome
config Backed out 2 changesets (bug 893362) for check-sync-dir bustage. 2013-07-16 09:57:12 -04:00
content Bug 893858 - More testing for CPOWs and fix some small bugs. r=dvander 2013-07-17 09:27:49 -04:00
db/sqlite3
docshell Bug 819930 - Part 1: Implement an API for emulating CSS media types. r=dbaron 2013-07-17 16:39:19 +01:00
dom Backed out changeset e12c6f7d6676 (bug 885107) on suspicion of causing bug 894952 2013-07-18 14:43:52 +01:00
editor
embedding Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00
extensions
gfx Merge mozilla-central and inbound 2013-07-18 15:01:47 +01:00
hal Merge m-c to birch. 2013-07-12 13:31:17 -04:00
image Bug 885939 (Part 1) - Scale SVG images using the graphics context matrix instead of the viewport. r=dholbert 2013-07-16 15:41:30 -04:00
intl Bug 853706 - Backported fix for formatting 0 with significant digits from ICU, and add a warning about this backported fix to update-icu.sh. r=jwalden 2013-07-16 10:39:56 -07:00
ipc Bug 889714 - Remove ContextCallback junk. r=mrbkap 2013-07-16 20:38:46 -07:00
js Bug 895015 - OdinMonkey: make asm.js entries show up builtin FF profiler (r=bbouvier) 2013-07-17 17:22:39 -05:00
layout Merge mozilla-central and inbound 2013-07-18 15:01:47 +01:00
media bug 880773: Cleanup/final patch - remove DISABLED_SSRCS. r=mshal 2013-07-16 08:47:40 -04:00
memory Bug 889787 - Define XP_LINUX globally; r=ted 2013-07-16 17:10:10 -04:00
mfbt Bug 892839 - Fix buggy example code in Move.h. r=luke DONTBUILD 2013-07-15 10:40:30 -07:00
mobile Bug 894938 - Content permission prompts don't work when prompt requestor is an iframe. r=mfinkle 2013-07-18 14:05:33 +02:00
modules Backout bug 892488 since there are tests that needs the prompt 2013-07-16 21:16:49 +02:00
mozglue Backed out changeset 8bbd27688a89 (bug 870406) for Linux bustage. 2013-07-16 16:54:10 -04:00
netwerk Bug 892486 - Telemetry for appcache vs http cache page load, r=ehsan 2013-07-16 19:38:15 +02:00
nsprpub
other-licenses
parser
probes
profile
python Bug 878607 - Backout aeb89583349d (bug 887814) for breaking bootstrap on MacPorts; r=jwatt 2013-07-16 17:04:36 -07:00
rdf
security Backed out changeset 8bbd27688a89 (bug 870406) for Linux bustage. 2013-07-16 16:54:10 -04:00
services Bug 884421 - Part 3: Fix test_service_wipeServer; r=bustage 2013-07-17 14:51:13 -07:00
startupcache
storage Bug 889787 - Define XP_LINUX globally; r=ted 2013-07-16 17:10:10 -04:00
testing Bug 819930 - Part 1: Implement an API for emulating CSS media types. r=dbaron 2013-07-17 16:39:19 +01:00
toolkit Bug 868859 - Use CPOWs to pass browser.contentWindow and webProgress.DOMWindow in e10s. r=felipe 2013-07-17 09:27:49 -04:00
tools Backed out changeset 8bbd27688a89 (bug 870406) for Linux bustage. 2013-07-16 16:54:10 -04:00
uriloader Bug 891334 - Add default MIME type definition for .pdf as 'application/pdf'. r=jdm 2013-07-17 14:34:22 -04:00
view
webapprt Bug 894162 - webapprt-test-chrome|content tests hang after opening WebappRT Test Shim. r=myk 2013-07-17 10:01:04 -04:00
widget Merge latest green inbound changeset and mozilla-central 2013-07-17 15:43:28 +01:00
xpcom Bug 838803 - Remove HAVE_STDCALL to work around clang bug. r=glandium 2013-07-16 22:01:50 -04:00
xpfe Bug 894642 - Make XULWindow::GetWindowDOMElement return dom::Element* r=Ms2ger 2013-07-17 23:54:08 -07:00
xulrunner
.gdbinit
.gitignore
.hgignore Bug 894094 - Add .idea folder (created by JetBrains IDEs) to .hgignore. r=BenWa 2013-07-16 10:32:55 -04:00
.hgtags
aclocal.m4
Android.mk
AUTHORS
client.mk
client.py
CLOBBER Bug 889503 - Follow-up, touch CLOBBER file because of bug 890744. 2013-07-15 22:35:23 -07:00
configure.in Backed out changeset 5939320824b1 (bug 894242) "CLOSED TREE" 2013-07-17 10:36:12 +02:00
LEGAL
LICENSE
mach
Makefile.in
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/