Gecko engine for Wine
Go to file
Nathan Hakkakzadeh ded5e9669d Bug 1100925 - Added modification for MinGW64 version of Python so it will have system modules. r=gps
Added a quick for MinGW64 then adds the default location of system modules to
sys.path.

MozReview-Commit-ID: IubUhpB3rOf

--HG--
extra : rebase_source : 95f2245fb254473fb9977b37b60f087c05a7eedc

(cherry picked from commit 9775d4ad15c428897c33191fe68886b7d2476a1d)
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
2019-12-31 00:57:34 +01:00
accessible Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
addon-sdk cuddlefish: Return string from RDF.__str__. 2019-09-06 15:43:28 +02:00
b2g Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
browser Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
build Fix relative import in top level module. 2019-09-06 15:43:16 +02:00
caps Bug 1277583, r=bz, a=ritu on a CLOSED TREE 2016-06-02 19:42:21 +01:00
chrome Bug 1244074 - Part 4: Use StyleSheetHandle instead of concrete style sheet class in most places. r=dholbert 2016-02-24 18:01:12 +11:00
config config/createprecomplete: Open precomplete file as text. 2019-09-06 15:43:33 +02:00
db/sqlite3 Bug 1252937 - Build sqlite with -DSQLITE_ENABLE_FTS3_TOKENIZER to get the two-argument version of fts3_tokenizer() function back. r=asuth 2016-03-03 11:10:00 -05:00
devtools Bug 1254025 - Force the CodeMirror editor to always use a textarea. r=jdescottes a=ritu 2016-04-26 07:00:53 -07:00
docshell Merge tag 'FIREFOX_BETA_47_END' into wine-gecko-2.47 2016-06-13 15:32:36 +02:00
dom dom/bindings/Codegen: Replace a broken use of re. 2019-09-06 15:43:26 +02:00
editor Bug 1271460, don't leak editor created element objects, r=ehsan a=ritu 2016-05-13 20:10:22 +03:00
embedding Merge tag 'FIREFOX_BETA_47_BASE' into wine-gecko-2.47 2016-04-25 20:00:22 +02:00
extensions Bug 1269941 - Upgrade to Hunspell 1.4.1. r=ehsan a=ritu 2016-05-03 19:00:00 -04:00
gfx genTables: Use explicit integer division. 2019-09-06 15:43:20 +02:00
gradle/wrapper
hal Merge branch 'mozilla-central' 2016-03-06 06:37:22 +01:00
image Merge tag 'FIREFOX_BETA_47_BASE' into wine-gecko-2.47 2016-04-25 20:00:22 +02:00
intl Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
ipc ipdl: Raised objects must be BaseException. 2019-09-06 15:43:26 +02:00
js Mark executables as nxcompat. 2019-12-10 13:44:06 +01:00
layout reftest: Explicitly specify utf8 file encoding. 2019-09-06 15:43:34 +02:00
media Update gyp from upstream. 2019-09-06 15:43:13 +02:00
memory Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
mfbt Don't export kBase10MaximalLength. 2019-08-12 21:09:46 +02:00
mobile Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
modules Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
mozglue Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
netwerk netwerk/dns/prepare_tlds: Fix conversion to idna string. 2019-09-06 15:43:24 +02:00
nsprpub Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
other-licenses Update ply to 3.11. 2019-09-06 15:43:18 +02:00
parser Merge tag 'FIREFOX_BETA_47_END' into wine-gecko-2.47 2016-06-13 15:32:36 +02:00
probes
python Bug 1100925 - Added modification for MinGW64 version of Python so it will have system modules. r=gps 2019-12-31 00:57:34 +01:00
rdf
release/docker Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
security Mark executables as nxcompat. 2019-12-10 13:44:06 +01:00
services Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
startupcache Bug 1249389 - part 7 - clean up calls to GetBuffer in TestStartupCache; r=erahm 2016-02-18 14:57:14 -05:00
storage
testing mozinfo: Fallback to unknown disro if platform.linux_distribution is not available. 2019-12-31 00:56:24 +01:00
toolkit mozbuild: Encode content of GeneratedFile. 2019-09-06 15:43:32 +02:00
tools Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
uriloader Bug 1253307 - Use a better function to load web handler apps in e10s. r=billm r=mconley, a=ritu 2016-03-11 14:31:55 -08:00
view Bug 1261752. Part 3. r=mats a=ritu 2016-05-10 22:58:47 -05:00
webapprt Bug 1258792 - ensure window before trying to use it in update check; r=marco, a=ritu 2016-03-24 14:24:47 -07:00
widget Include more context in clipboard data. 2018-01-31 17:14:17 +01:00
wine make_package: Add support for builting all package types in one run. 2019-12-09 17:08:01 +01:00
xpcom xpidl: Switch to nativeid mode after lparen. 2019-09-06 15:43:23 +02:00
xpfe Bug 1259492 - Ensure window position is constrained to the screen after it has been sized properly in nsXULWindow::OnChromeLoaded. r=emk a=ritu 2016-03-24 17:08:19 +00:00
.clang-format
.clang-format-ignore
.eslintignore Bug 1245875 - Remove Tilt from tree. r=vporof,jwalker 2016-03-03 02:27:22 -08:00
.eslintrc
.gdbinit
.gitignore Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD 2016-03-01 15:18:22 +01:00
.hgignore Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD 2016-03-01 15:18:22 +01:00
.hgtags No bug - Tagging mozilla-beta cf6ec12bd62001b93387ffb184a8841644255b5e with FIREFOX_RELEASE_47_BASE a=release DONTBUILD CLOSED TREE 2016-05-31 18:12:33 -07:00
.lldbinit
.ycm_extra_conf.py
aclocal.m4
Android.mk
AUTHORS
build.gradle Bug 1233882 - Post: Update Android Gradle plugin to 1.5.0. r=me 2016-02-17 19:16:41 -08:00
client.mk client.mk: Use Python 3. 2019-09-06 15:43:08 +02:00
client.py Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-04-25 09:34:48 -07:00
configure.in configure.in: Use Python 3. 2019-09-06 15:43:08 +02:00
configure.py Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
Makefile.in Bug 1250294 - Make configure a Python script that invokes the old configure.sh. r=ted 2016-02-25 07:22:33 +09:00
moz.build
mozilla-config.h.in
old-configure.in Mark executables as nxcompat. 2019-12-10 13:44:06 +01:00
README.txt
settings.gradle Bug 1233882 - Fold base Gradle project into app Gradle project. r=sebastian,mcomella 2016-02-17 19:25:54 -08:00
test.mozbuild

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:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    http://nightly.mozilla.org/