fune/dom
Emilio Cobos Álvarez 8bee16d175 Bug 1905743 - Tweak TextControlElement to be able to tell if column count is explicit or not. r=dholbert a=RyanVM
This is needed because we want implicit width of number and text
controls be the same, but explicit width be different to account for the
spinners. See:

  data:text/html,<input type="number"><br><input type="text"><br><input type="number" min="1" max="9"><br><input type="text" size="1">

For example. This patch on its own shouldn't change behavior.
2024-07-02 21:17:34 +00:00
..
abort
animation Bug 1900958 - Create a SVGObserverUtils::SelfOrAncestorHasRenderingObservers method that we can use in animations r=emilio 2024-06-07 09:28:41 +00:00
audiochannel
base Bug 1903559 - Fix the isPBM check in nsContentUtils::ShouldResistFingerprinting_dangerous(). a=dmeehan 2024-06-26 22:31:35 +00:00
battery
bindings Bug 1880782 - Remove dom.animations-api.compositing.enabled and dom.animations-api.timelines.enabled prefs r=webidl,devtools-reviewers,firefox-animation-reviewers,nchevobbe,smaug,boris 2024-06-05 19:13:23 +00:00
broadcastchannel
cache
canvas Bug 1888340 - Add prefs and platform limits for MaxPrivateVariableSizeInBytes. a=dmeehan 2024-06-26 21:26:12 +00:00
chrome-webidl Bug 1900410 - Add filename option to ChromeUtils.compileScript a=dmeehan 2024-06-27 12:35:54 +00:00
clients
commandhandler
console
credentialmanagement Bug 1896920, part 3 - Make token usable in lightweight credentials - r=anti-tracking-reviewers,webidl,smaug,pbz 2024-06-05 18:04:37 +00:00
crypto Bug 1898294 - WebCrypto: Operation Exception instead of Data exception if asked for too many bits r=jschanck 2024-05-28 07:20:36 +00:00
debugger
docs Bug 1895261 - Only generate an equality operator for WebIDL dictionaries when they have a [GenerateEqualityOperator] extended attribute. r=farre 2024-05-21 14:20:35 +00:00
encoding
events Bug 1903214 - Don't dispatch SMIL events unless there are listeners r=smaug a=RyanVM 2024-06-18 13:25:47 +00:00
fetch Bug 1896475 - Implement Request/Response .bytes() method. r=saschanaz,webidl 2024-05-23 10:13:29 +00:00
file Bug 1896509 - Implement bytes() method on Blob. r=saschanaz,webidl 2024-05-31 16:43:11 +00:00
filesystem
flex
fs
gamepad
geolocation
grid
html Bug 1905743 - Tweak TextControlElement to be able to tell if column count is explicit or not. r=dholbert a=RyanVM 2024-07-02 21:17:34 +00:00
imptests
indexedDB Bug 1892875 - Schedule sending of results after releasing current runnable; r=dom-storage-reviewers,jstutte, a=dmeehan 2024-06-14 06:51:21 +00:00
interfaces Bug 1879765 - part 2: Make BrowserChild store the last code value of consumed eKeyDown event r=smaug 2024-05-16 02:36:03 +00:00
ipc Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
jsurl
l10n
locales Backed out changeset 2a4ee9f86e5a (bug 1862199) for causing bc failures on browser_misused_characters_in_strings.js. CLOSED TREE 2024-06-04 12:10:12 +03:00
localstorage
locks
manifest
mathml Bug 1899126 - Simplify text-transform representation. r=jwatt 2024-05-27 17:24:10 +00:00
media Bug 1905348 - Ensured baseline was enabled for additional tests. r=ng, a=test-only 2024-07-01 15:18:59 +00:00
messagechannel
midi
network
notification
origin-trials Bug 1901060 - Privacy Preserving Attribution origin trial and API. r=bbirdsong,mt,webidl,smaug 2024-06-06 16:43:41 +00:00
payments
performance
permission
plugins/test
power
privateattribution Bug 1906003 - PPA API - Fix async issue in JS Module a=RyanVM 2024-07-03 21:38:01 +00:00
promise
prototype
push Bug 1874782 - Stop using Math.random() for test worker URL r=asuth 2024-06-05 21:10:55 +00:00
quota Bug 1901745 - Introduce mozilla::dom::quota::RunAfterProcessNextEvent; r=dom-storage-reviewers,jstutte, a=dmeehan 2024-06-13 11:07:08 +00:00
reporting
res
script Bug 1286026 - Don't warn for invalid WebGL script types, and include the invalid script type. r=dom-core,farre 2024-06-07 13:15:28 +00:00
security Bug 1747230 - Fix IsUpgradeDowngradeEndlessLoop blocking legitimate redirects when redirecting to different query parameters a=dmeehan 2024-06-27 13:01:12 +00:00
serializers Bug 1899010 - Allow nsIDocumentEncoder::OutputFormatFlowed to be used with ::OutputWrap instead of ::OutputFormatted. r=emilio 2024-05-30 08:20:15 +00:00
serviceworkers Bug 1776004 - Intermittent fix: Report QM usage, allow for incremental vacuum. r=edenchuang 2024-06-04 14:43:51 +00:00
simpledb Bug 1898551 - Remove use of JS_GetObjectAsArrayBufferView from SimpleDB r=janv 2024-05-30 14:46:26 +00:00
smil Bug 1903214 - Don't dispatch SMIL events unless there are listeners r=smaug a=RyanVM 2024-06-18 13:25:47 +00:00
storage
streams Bug 1898364 - Wrap reason in cancel callback a=RyanVM 2024-06-13 15:56:37 +00:00
svg Bug 1903352 - SVG attribute values should not be zoomed r=emilio a=RyanVM 2024-06-20 14:56:29 +00:00
system Bug 1905717 - Add a timeout for geoclue -> GLS fallback. r=saschanaz a=RyanVM 2024-07-02 16:24:43 +00:00
tests Bug 1899882 - Invoke elementCreationCallback if there are elements to upgrade r=smaug 2024-06-04 23:18:01 +00:00
url Bug 1834703 - Return null origin of "blob:" URL containing disallowed inner schemes r=smaug,valentin 2024-05-24 15:21:47 +00:00
vr
webauthn Bug 1888851 - reorder clientDataJSON properties to support limited verifiers. r=webidl,smaug a=RyanVM 2024-06-15 17:34:12 +00:00
webbrowserpersist
webgpu Bug 1897554 - test(webgpu): update CTS to 0ba03b439ce5e22b055893bb47477e666ac8e42f r=webgpu-reviewers,nical 2024-05-21 15:48:57 +00:00
webidl Bug 1888851 - reorder clientDataJSON properties to support limited verifiers. r=webidl,smaug a=RyanVM 2024-06-15 17:34:12 +00:00
webscheduling
webshare
websocket
webtransport
workers Bug 1899138 - Set the IsInThirdPartyContext for the loadInfo of the channel that loads worker scripts. r=asuth 2024-05-29 08:57:47 +00:00
worklet Bug 1898684 Use AutoJSAPI while run()ing JS::Dispatchable r=dom-core,peterv 2024-06-03 23:32:00 +00:00
xhr Bug 1894288 - Remove network.fetch.redirect.stripAuthHeader and network.http.redirect.stripAuthHeader prefs r=sunil,edgul,necko-reviewers,valentin 2024-05-22 15:10:48 +00:00
xml Bug 1901414 - Flush layout before firing SVG image doc load. r=dshin, a=RyanVM 2024-06-14 07:33:45 +00:00
xslt Bug 1890748 - Move responsibility of FeaturePolicy initialization to nsILoadInfo. r=freddyb,necko-reviewers,jesup,dom-core,sefeng, a=dmeehan 2024-06-20 13:22:41 +00:00
xul Bug 1896516 Part 9 - Remove nsIScrollableFrame usages under dom/. r=layout-reviewers,emilio 2024-05-30 06:32:21 +00:00
jar.mn
metrics.yaml
moz.build Bug 1901060 - Privacy Preserving Attribution origin trial and API. r=bbirdsong,mt,webidl,smaug 2024-06-06 16:43:41 +00:00
pings.yaml