Closed
Bug 1891554
Opened 1 year ago
Closed 1 year ago
Button constants text change between nsIPrompt.idl and nsIPromptService.idl
Categories
(Core :: Networking, task)
Core
Networking
Tracking
()
RESOLVED
FIXED
128 Branch
| Tracking | Status | |
|---|---|---|
| firefox128 | --- | fixed |
People
(Reporter: handyman, Assigned: btsoi)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
E.g.:
const unsigned long BUTTON_POS_2_DEFAULT = 1 << 25;
vs
const unsigned long BUTTON_POS_2_DEFAULT = 2 << 24;
The values are identical but needlessly altered.
| Reporter | ||
Updated•1 year ago
|
Severity: S3 → S4
Summary: Button constants don't align between nsIPrompt.idl and nsIPromptService.idl → Button constants text change between nsIPrompt.idl and nsIPromptService.idl
| Reporter | ||
Updated•1 year ago
|
Keywords: good-first-bug
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → btsoi
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by gpascutto@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/368f4919e5ad
Align button constants in IDL r=handyman
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
Updated•1 year ago
|
Component: Window Management → Networking
Updated•1 year ago
|
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•