Closed Bug 783615 Opened 12 years ago Closed 11 years ago

Handle stdint types in quickstubs

Categories

(Core :: XPConnect, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: ted, Assigned: ted)

References

Details

Attachments

(1 file)

quickstubs should handle stdint types in idl, since they're supported now.
Attachment #652833 - Flags: review?(jorendorff)
Blocks: 604039
Depends on: 780203
Comment on attachment 652833 [details] [diff] [review]
Handle stdint types in quickstubs

Review of attachment 652833 [details] [diff] [review]:
-----------------------------------------------------------------

OK. But this only handles stdint return types, not argument types.

Also, it's less code if you write it like this:

  resultConvTemplates["int16_t"] = resultConvTemplates["short"]
  resultConvTemplates["int32_t"] = resultConvTemplates["long"]
  ...
Attachment #652833 - Flags: review?(jorendorff) → review+
Ah, I only tested it with stdtint properties. I can fix argument types if you'd like.
Sure, why not?
No longer blocks: 604039
We're not going to add new quickstubs at this point.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: