gecko/dom
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
..
activities
alarm
animation Bug 1253507 - Disable Element.animate in Firefox 47; r=bz, r=pbro, a=ritu 2016-03-24 08:45:00 +09:00
apps Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
archivereader
asmjscache
audiochannel
base Return the old attribute value when swapping even if it has a namespace. 2024-02-19 18:31:08 +02:00
battery
bindings dom/bindings/Codegen: Replace a broken use of re. 2019-09-06 15:43:26 +02:00
bluetooth
broadcastchannel
browser-element 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
cache Bug 1265941 - Rename the ReferrerPolicy "origin-only" enum value to "origin". r=jdm, a=ritu 2016-04-20 21:52:31 -04:00
camera
canvas Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
cellbroadcast
contacts
crypto Fix -Wc++11-narrowing compile errors with llvm-mingw. 2020-11-26 12:49:48 +01:00
datastore
devicestorage
downloads
encoding
engineeringmode
events Allow creation of some other events that IE supports via createEvent. 2023-01-04 00:22:43 +00:00
fetch Bug 1265941 - Rename the ReferrerPolicy "origin-only" enum value to "origin". r=jdm, a=ritu 2016-04-20 21:52:31 -04:00
filehandle
filesystem
fmradio
gamepad
geolocation Bug 1263001 - Don't Notify() an unlinked nsGeolocationRequest. r=jdm a=ritu 2016-04-22 14:15:36 -07:00
html Force reload the image in input elements when changing src attribute. 2023-03-09 18:51:09 +02:00
icc
identity
imptests Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
indexedDB Bug 1256049: Correctly handle databases currently performing maintenance when a new transaction is started. r=janv a=lizzard 2016-04-05 20:21:25 -07:00
inputmethod Bug 1238160 - Set tab context's isolation from frame attr. r=smaug 2016-03-02 10:35:56 -06:00
inputport
interfaces Expose CycleCollectFull in nsIDOMWindowUtils to force a full CC. 2023-08-29 19:08:01 +03:00
ipc Explicitly cast GetInitialProcessData result to nsIGlobalProcessScriptLoader. 2019-08-12 21:08:40 +02:00
json
jsurl
locales Bug 1264217 - Adjust the Add-on Manager entry for Widevine. r=spohl,a=ritu,l10n=ritu 2016-04-13 10:50:18 +03:00
manifest
mathml
media wmf: Use a different name for static CLSID_VideoProcessorMFT definition. 2023-09-17 11:00:35 +00:00
messagechannel Bug 1253199 - MessagePort should handle the dispatching a message when the parent window is gone, r=smaug, a=ritu 2016-03-10 15:50:24 +01:00
messages Bug 1238160 - Add assertions in non-desktop code paths. r=bz,fabrice 2016-03-02 10:35:56 -06:00
mobileconnection
mobileid
mobilemessage
network Bug 1256022 - dom/network slow GC on mochitest fix r=dragana a=ritu 2016-03-21 13:10:30 -04:00
newapps
nfc
notification Bug 1259148 - Test that dismissing the notification permission doorhanger resolves the promise with default. r=wchen a=ritu 2016-04-20 13:48:36 -07:00
offline
payment Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
permission Bug 1197461 - Tests for Permissions.revoke. r=poiru,baku 2016-03-02 21:09:56 +00:00
phonenumberutils
plugins dom: Use wcstok_s instead of wcstok. 2020-11-26 16:44:59 +01:00
power
presentation 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
promise
push Bug 1253831 - Don't check actual intervals in the Push backoff test. r=wchen, a=test-only 2016-03-19 15:29:11 -07:00
quota Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
requestsync Bug 1238160 - Rename nsILoadContext::GetIsInBrowserElement. r=smaug,mayhemer 2016-03-02 10:35:56 -06:00
res
resourcestats
secureelement
security Bug 1251043 - Test form submission blocked by CSP (r=francois) a=ritu 2016-03-23 13:38:05 -07:00
settings
simplepush
smil
speakermanager
storage Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
svg Bug 1269174: Fix nsSVGViewBox::HasRect() to return false instead of using stale mBaseVal. r=longsonr a=ritu 2016-05-03 07:40:26 -07:00
system Run 2to3 on source tree. 2019-09-06 15:43:04 +02:00
telephony
tests Bug 1268750 part 1 - Add pref to disable unprefixed fullscreen api. r=smaug a=ritu 2016-05-13 21:17:53 +10:00
tethering
time
tv
u2f
voicemail
vr
wappush
webidl Restore nsIDOMProgressEvent XPCOM interface. 2022-06-28 15:46:06 +03:00
wifi
workers Bug 1265771 P3 Expand browser_force_refresh.js to verify Clients.matchAll() behavior on refresh. r=bz a=ritu 2016-05-04 14:18:40 -07:00
xbl Bug 1275371 - Don't forward delete on shift+backspace; r=esawin a=ritu CLOSED TREE 2016-05-27 14:29:15 -04:00
xml
xslt Backed out 4 changesets (bug 1222624) to fix bug 1249572 2016-03-14 11:36:39 +01:00
xul 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
jar.mn
moz.build