[EME] Update gen-eme-voucher.py to generate voucher for MacOSX binaries
Categories
(Release Engineering :: General, defect)
Tracking
(firefox49 fixed)
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: cpearce, Assigned: mshal)
References
Details
Attachments
(4 files, 1 obsolete file)
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Reporter | ||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Reporter | ||
Comment 9•9 years ago
|
||
Assignee | ||
Comment 10•9 years ago
|
||
Assignee | ||
Comment 12•9 years ago
|
||
Assignee | ||
Comment 13•9 years ago
|
||
Assignee | ||
Comment 14•9 years ago
|
||
Assignee | ||
Comment 15•9 years ago
|
||
Updated•9 years ago
|
Updated•9 years ago
|
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
Assignee | ||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Reporter | ||
Comment 22•9 years ago
|
||
Comment 23•9 years ago
|
||
Comment 24•9 years ago
|
||
bugherder |
Assignee | ||
Comment 25•9 years ago
|
||
Reporter | ||
Comment 26•9 years ago
|
||
Updated•7 years ago
|
Comment 27•1 years ago
|
||
Turns out it's legal to have these at the end as well:
Type Attributes
An attribute specifier list may appear as part of a struct, union or enum
specifier. It may go either immediately after the struct, union or enum
keyword, or after the closing brace. The former syntax is preferred. Where
attribute specifiers follow the closing brace, they are considered to relate
to the structure, union or enumerated type defined, not to any enclosing
declaration the type specifier appears in, and the type defined is not
complete until after the attribute specifiers.
from https://gcc.gnu.org/onlinedocs/gcc/Attribute-Syntax.html
Comment 28•1 years ago
|
||
Comment on attachment 9398421 [details]
Bug 1265272 - Mark JSClass as a MOZ_STATIC_CLASS r?jandem
Revision D208519 was moved to bug 1265271. Setting attachment 9398421 [details] to obsolete.
Description
•