Gecko engine for Wine
Go to file
Nathan Froyd f2f92c69fe Bug 1312543 - remove bogus comparison in ia2Accessible.cpp; r=surkov
This comparison is confused, as aNRanges is an out argument; we only
care about non-nullness of the pointer.  Additionally, recent versions
of clang consider non-equality comparisons with pointer types an
error.

MozReview-Commit-ID: 8lXeCwP6Lz6
2022-06-13 18:33:38 +02:00
accessible Bug 1312543 - remove bogus comparison in ia2Accessible.cpp; r=surkov 2022-06-13 18:33:38 +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 Add support for PDB debug symbol packages. 2020-11-30 13:44:54 +01: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: Mark overrided virtual functions. 2020-11-30 13:44:54 +01: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 gfx/2d: Include limits in BaseRect.h. 2021-11-25 21:39:13 +01:00
gradle/wrapper No bug - Include distributionSha256Sum in Gradle wrapper. r=me 2016-02-10 21:06:38 -08:00
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 ipc/glue: Don't compare pointer to int. 2020-11-26 12:49:49 +01:00
js Add support for PDB debug symbol packages. 2020-11-30 13:44:54 +01:00
layout Bug 1293001 - Part 1: Change the BinaryName of nsIFrameLoaderOwner::frameLoader (which overloaded another virtual method) to FrameLoaderXPCOM, r=froydnj 2020-11-25 20:17:10 +01:00
media python: Import MutableSet and MutableSequence from collections.abc. 2022-01-18 16:14:01 +01:00
memory Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
mfbt Bug 1255857 - Allow mozilla::UniquePtr's deleter template argument to customize the pointer type; r=froydnj 2020-11-26 12:49:49 +01: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 Fix -Wc++11-narrowing compile errors with llvm-mingw. 2020-11-26 12:49:48 +01:00
nsprpub nsprpub: Use winsock2.h in prmapopt.c. 2022-01-26 16:19:08 +01: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 virtualenv: Update to upstream v16.7.11. 2022-01-18 16:14:02 +01:00
rdf Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
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 Bug 1248757 followup - Release blob after assignment in DoGetBlobAsString on CLOSED TREE. 2016-02-17 11:57:59 +08:00
testing python: Import MutableSet and MutableSequence from collections.abc. 2022-01-18 16:14:01 +01:00
toolkit Add support for PDB debug symbol packages. 2020-11-30 13:44:54 +01: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 2.47.2 version bump 2020-11-30 13:47:56 +01:00
xpcom xpcom/strings: Remove unused broken Assign variant from nsTString. 2020-11-30 13:44:54 +01: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 Bug 1245916: Unify eslint global discovery rules. r=pbrosset 2016-02-05 11:37:50 -08:00
.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 Bug 1245953 - Convert TaskCluster docs to Sphinx; r=garndt 2016-02-17 10:24:06 -08:00
mozilla-config.h.in
old-configure.in configure: Support delayload on llvm-mingw. 2020-11-30 13:44:54 +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/