Gecko engine for Wine
Go to file
Gabriel Ivăncescu e922a71604
Return the old attribute value when swapping even if it has a namespace.
Currently this will always "swap" the value with NULL since it gets reset,
and the element's SetAttrAndNotify uses the swapped value as the oldValue for
mutation observer notifications, so it's always NULL, which does not match IE.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2024-02-19 18:31:08 +02:00
accessible accessible/generic: Add stubs to DocAccessible for wine-gecko specific nsIDocument methods. 2022-06-13 19:19:30 +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 configure: Use -Wno-implicit-int in C compiler check. 2023-01-23 13:14:21 +01:00
caps Allow loading local file URIs when schemas don't match. 2022-07-03 17:57:54 +00: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
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 Return the old attribute value when swapping even if it has a namespace. 2024-02-19 18:31:08 +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 gfx/2d: Include limits in BaseRect.h. 2021-11-25 21:39:13 +01: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 ipc/glue: Don't compare pointer to int. 2020-11-26 12:49:49 +01:00
js condifure: Don't use CC/CXX/CPP values to force -mwindows flags. 2023-09-17 13:54:07 +02:00
layout Allow unescaped invalid URL chars in non-stringed CSS url() for IE7 and below. 2023-02-22 18:13:25 +02:00
media libstagefright: Include Windows headers on mingw. 2023-01-23 13:14:21 +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: Don't add -mwindows to CC/CXX variables. 2023-09-17 13:54:07 +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 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 nss: Don't use -mwindows in OS_CFLAGS. 2023-09-17 13:54:07 +02: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 Avoid WM_QUIT loop by posting it directly to thread message queue. 2023-04-03 17:45:21 +02:00
wine Wine Gecko 2.47.5-devel version bump. 2023-08-21 14:07:19 +02:00
xpcom Export ccref_stabilize_for_deletion. 2023-08-31 19:13:23 +03: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 Bug 961541 - Make Clang-Format ignore all comments. r=mystor 2015-06-26 12:38:44 -07:00
.clang-format-ignore Bug 967361 - Fix .clang-format-ignore on Windows. r=gps 2014-02-04 17:25:04 +13:00
.eslintignore Bug 1252099 - Final eslint cleanups in devtools/client/inspector/markup/test; r=miker 2016-03-02 16:14:16 +01:00
.eslintrc Bug 1245916: Unify eslint global discovery rules. r=pbrosset 2016-02-05 11:37:50 -08:00
.gdbinit Fix the gdb helper for printing frametrees, no bug, DONTBUILD 2014-09-02 17:33:44 -04:00
.gitignore Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD 2016-03-01 15:18:22 +01:00
.gitlab-ci.yml gitlab: Add initial CI integration. 2023-01-23 13:14:21 +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 Bug 960300 - Put a .lldbinit in the objdir and in dist/bin/, which load the .lldbinit in topsrcdir. r=glandium 2014-01-21 14:47:05 +11:00
.ycm_extra_conf.py Bug 1162714 - Don't let YCM generate machc. r=ehsan 2015-05-07 13:48:00 +02:00
aclocal.m4 Bug 1205012 - Allow rust source code in SpiderMonkey; r=mshal 2015-09-18 13:55:29 -07: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 Bug 992096 - Implement Sub Resource Integrity [1/2]. r=baku,r=ckerschb 2015-08-12 20:19:11 -07:00
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 Bug 794723 - Add a default makefile which wraps mach. r=gps 2015-02-06 10:26:00 -08:00
gradle.properties Bug 1218370 - Use Gradle daemon in srcdir builds. r=me 2015-10-26 09:28:14 -07:00
gradlew Bug 1123416 - Part 1: Make topsrcdir a valid Gradle project root. r=sebastian 2015-10-21 15:07:55 -07:00
LEGAL Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
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
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 Bug 1231314 - Turn mozilla-config.h and js-confdefs.h into CONFIGURE_DEFINE_FILES. r=gps 2015-12-15 08:06:11 +09:00
old-configure.in condifure: Don't use CC/CXX/CPP values to force -mwindows flags. 2023-09-17 13:54:07 +02: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 Bug 1229233 - Add a (incomplete) end-to-end build test. r=gps 2015-12-01 13:57:52 +09: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:

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