Closed
Bug 1776790
Opened 3 years ago
Closed 3 years ago
`.length` of ChromeOnly constructor is exposed to non-chrome context
Categories
(Core :: DOM: Bindings (WebIDL), defect)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox105 | --- | fixed |
People
(Reporter: saschanaz, Assigned: edgar)
Details
Attachments
(1 file)
CacheStorage.length is 2 when there is no constructor exposed to the web. It should be 0 instead.
This currently causes failures on idlharness tests: https://searchfox.org/mozilla-central/rev/5b2d2863bd315f232a3f769f76e0eb16cdca7cb0/testing/web-platform/meta/service-workers/idlharness.https.any.js.ini#68
| Assignee | ||
Comment 2•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → echen
Severity: -- → S2
Flags: needinfo?(echen)
| Assignee | ||
Comment 3•3 years ago
•
|
||
Updated•3 years ago
|
Attachment #9286542 -
Attachment description: Bug 1776790 - Stop exposing the length of argument list of ChromeOnly constructor to non-chrome context; → Bug 1776790 - Stop exposing the length of argument list of ChromeOnly constructor to non-chrome context; r?peterv
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/43175d4c6e79
Stop exposing the length of argument list of ChromeOnly constructor to non-chrome context; r=peterv
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•