Closed
Bug 1886401
Opened 2 years ago
Closed 2 years ago
Minor clean-up in `CGPerSignatureCall`
Categories
(Core :: DOM: Bindings (WebIDL), task)
Core
DOM: Bindings (WebIDL)
Tracking
()
RESOLVED
FIXED
127 Branch
| Tracking | Status | |
|---|---|---|
| firefox127 | --- | fixed |
People
(Reporter: mbrodesser, Assigned: mbrodesser)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 6 obsolete files)
That method is roughly 400 lines long and needs to be extended for https://bugzilla.mozilla.org/show_bug.cgi?id=1884943. In it's current state, it's already too complex.
| Assignee | ||
Comment 1•2 years ago
|
||
CGPerSignatureCall::__init__ consists of roughly 400 lines. It needs
to be extended, hence simplifying it before.
| Assignee | ||
Comment 2•2 years ago
|
||
Since they're mutually exclusive.
Depends on D205198
| Assignee | ||
Comment 3•2 years ago
|
||
Depends on D205199
| Assignee | ||
Comment 4•2 years ago
|
||
Depends on D205200
| Assignee | ||
Comment 5•2 years ago
|
||
That's what it is.
Depends on D205202
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D205218
| Assignee | ||
Comment 7•2 years ago
|
||
Less confusing.
Depends on D205219
| Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Attachment #9392300 -
Attachment description: Bug 1886401: part 7) Use `self.idlNode` instead of `idlNode` argument in `processWebExtensionStubAttribute`. r=peterv → Bug 1886401: part 1) Use `self.idlNode` instead of `idlNode` argument in `processWebExtensionStubAttribute`. r=peterv
Updated•2 years ago
|
Attachment #9392320 -
Attachment description: Bug 1886401: part 8) Correct part of `CGPerSignatureCall`'s documentation. r=peterv → Bug 1886401: part 2) Correct part of `CGPerSignatureCall`'s documentation. r=peterv
| Assignee | ||
Updated•2 years ago
|
Summary: Abstract details of `CGPerSignatureCall::__init__` away → Minor clean-up in `CGPerSignatureCall`
Updated•2 years ago
|
Attachment #9392240 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9392241 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9392260 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9392264 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9392293 -
Attachment is obsolete: true
Updated•2 years ago
|
Attachment #9392294 -
Attachment is obsolete: true
Pushed by mbrodesser@igalia.com:
https://hg.mozilla.org/integration/autoland/rev/3c117daa38ad
part 1) Use `self.idlNode` instead of `idlNode` argument in `processWebExtensionStubAttribute`. r=peterv
https://hg.mozilla.org/integration/autoland/rev/f8bc19bbd8de
part 2) Correct part of `CGPerSignatureCall`'s documentation. r=peterv
Comment 10•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3c117daa38ad
https://hg.mozilla.org/mozilla-central/rev/f8bc19bbd8de
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox127:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 127 Branch
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•