Closed Bug 676465 Opened 13 years ago Closed 13 years ago

Replace PRBool with boolean in IDL files

Categories

(Core :: General, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla9

People

(Reporter: mwu, Assigned: mwu)

References

Details

Attachments

(1 file)

I ran:

find . ! -wholename "*nsprpub*" ! -wholename "*security/nss*" ! -wholename "*/.hg*" -type f -iname "*.idl" | xargs -n 1 sed -i "s/\([\ \t]\)PRBool/\1boolean/g"

and then adjusted the resulting patch by hand to eliminate changes in c++ code and interfaces that actually want to use PRBool. (mostly some test interfaces)
Attachment #550603 - Flags: review?(benjamin)
Attachment #550603 - Flags: review?(benjamin) → review+
http://hg.mozilla.org/mozilla-central/rev/f7dc94e1b75c
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
One hunk in this got lost after bug 672536 merged interfaces. I put it back in.

http://hg.mozilla.org/integration/mozilla-inbound/rev/870b53893fd6
The missing hunk:
http://hg.mozilla.org/mozilla-central/rev/870b53893fd6
Whiteboard: [inbound]
Target Milestone: mozilla8 → mozilla9
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: