Closed
Bug 169164
Opened 22 years ago
Closed 22 years ago
Replace PRUint* and PRInt* in IDL with "unsigned long" etc
Categories
(Core Graveyard :: Security: UI, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: KaiE, Assigned: KaiE)
References
Details
Attachments
(1 file)
(deleted),
patch
|
javi
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
Currently, PSM's headers use types like PRUint32 or PRint8.
All those types should get changed to the standard types like unsigned long,
respectively.
Alec explained this will not change the C++ signature, so this is not a
functional change.
Assignee | ||
Comment 1•22 years ago
|
||
Alec, Javi, can you please review?
Comment 2•22 years ago
|
||
Comment on attachment 99676 [details] [diff] [review]
Patch v1
sr=alecf
Attachment #99676 -
Flags: superreview+
Comment 3•22 years ago
|
||
Comment on attachment 99676 [details] [diff] [review]
Patch v1
r=javi
Attachment #99676 -
Flags: review+
Assignee | ||
Comment 4•22 years ago
|
||
Fixed on trunk.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•