CARVIEW |
Select Language
HTTP/2 200
accept-ranges: bytes
content-type: text/html; charset=UTF-8
set-cookie: Bugzilla_login_request_cookie=Up5B4nSaeLAL; path=/; secure; HttpOnly; SameSite=Lax
set-cookie: github_token=w0329iRHiADQLy7gRgyASxrEpQIDPwgYIwhqpIZNxx7i7owa9EjCgcggaUXSSQDcCA6rZJugK8uPrJG3azky5HWQHDA6B1ySPmiDvCia4Y8oeYi1SfgGfGGA9sq4Kk7JPfa5BDb77BrbOUDgQp97cp5xJnbQeOpPOq3HibgalK24ujTqUcSgQCC6tRxy4DUM7E18ea6uiw3EQHRrqPKACRB5M27mdD91qTYqfD8okHvqy5uTPfvI656rgmkpX2hP; path=/; secure; HttpOnly; SameSite=Lax
via: 1.1 google, 1.1 varnish, 1.1 varnish
x-content-type-options: nosniff
x-xss-protection: 1; mode=block
strict-transport-security: max-age=31536000; includeSubDomains
content-encoding: gzip
referrer-policy: same-origin
server: nginx
x-frame-options: SAMEORIGIN
content-security-policy: default-src 'self'; worker-src 'none'; connect-src 'self' https://product-details.mozilla.org https://treeherder.mozilla.org/api/failurecount/; font-src 'self' https://fonts.gstatic.com; img-src 'self' data: https://secure.gravatar.com https://bug1980791.bmoattachments.org/; media-src 'self' https://bug1980791.bmoattachments.org/; object-src 'none'; script-src 'self' 'nonce-K2ck6UcbjzWolDdUyRoDLTxsz0cHSgqjqrhBJDnNmIf0sxWz' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src 'self' https://crash-stop-addon.herokuapp.com; frame-ancestors 'self'; form-action 'self' https://www.google.com/search https://github.com/login/oauth/authorize https://github.com/login https://phabricator.services.mozilla.com/ https://people.mozilla.org
date: Mon, 06 Oct 2025 17:16:59 GMT
x-served-by: cache-bom-vanm7210046-BOM, cache-bom-vanm7210044-BOM
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1759771018.499320,VS0,VE917
vary: Accept-Encoding
1980791 - EventUtils JSDoc types reference nil instead of null
Event
Closed
Bug 1980791
Opened 2 months ago
Closed 2 months ago
EventUtils JSDoc types reference nil instead of null
*
Summary:
EventUtils JSDoc types reference nil instead of null
Categories
(Testing :: Mochitest, defect)
Tracking
(firefox143 fixed)
RESOLVED
FIXED
RESOLVED
FIXED
143 Branch
Iteration:
---
Accessibility Severity |
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
Tracking | Status | |
---|---|---|
relnote-firefox | ||
firefox-esr115 | ||
firefox-esr140 | ||
firefox143 | ||
firefox144 | ||
firefox145 |
People
(Reporter: robert, Assigned: robert)
References
Details
Bug Flags:
| ||||
Crash Data
Signature:
None
Security
(public)
This bug is publicly visible.
User Story
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:142.0) Gecko/20100101 Firefox/142.0
Steps to reproduce:
Noticed that the JS Doc types reference Selection|nil
instead of Selection|null
as nil
is not a builtin TS type.
Comment 1•2 months ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::JavaScript Engine' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
I don't think that categorisation is right, looks like it should be Product = Testing & Component = Mochitest?
Updated•2 months ago
|
Component: JavaScript Engine → Mochitest
Product: Core → Testing
Updated•2 months ago
|
Assignee: nobody → robert
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by gijskruitbosch@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/c0555900b2c4
https://hg.mozilla.org/integration/autoland/rev/a9508c95ef3a
replace nil EventUtils JSDoc types with null r=Gijs DONTBUILD
Comment 5•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•