Closed
Bug 793267
Opened 13 years ago
Closed 13 years ago
Implement [Unforgeable] in WebIDL bindings
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 4 obsolete files)
|
31.18 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
|
28.28 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•13 years ago
|
||
prototype. So we keep them in a separate spec array and define them
during object creation as needed.
This means that we have to pass that separate spec array to the Xray
helpers, unfortunately, which somewhat complicates those.
Attachment #663639 -
Flags: review?(peterv)
| Assignee | ||
Comment 2•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [need review]
| Assignee | ||
Comment 3•13 years ago
|
||
Actually, that doesn't necessarily work right for proxy bindings... I should add something to make those fail codegen.
| Assignee | ||
Comment 4•13 years ago
|
||
Attachment #663641 -
Flags: review?(peterv)
| Assignee | ||
Updated•13 years ago
|
Attachment #663639 -
Attachment is obsolete: true
Attachment #663639 -
Flags: review?(peterv)
| Assignee | ||
Comment 5•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #663640 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•13 years ago
|
||
Attachment #671599 -
Flags: review?(peterv)
| Assignee | ||
Updated•13 years ago
|
Attachment #663641 -
Attachment is obsolete: true
Attachment #663641 -
Flags: review?(peterv)
| Assignee | ||
Comment 7•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Attachment #663642 -
Attachment is obsolete: true
Comment 8•13 years ago
|
||
Comment on attachment 671599 [details] [diff] [review]
Merged to tip
Review of attachment 671599 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/bindings/Codegen.py
@@ +1529,5 @@
> + """
> + properties is a PropertyArrays instance
> + """
> + defineUnforgeables = ("if (!DefineUnforgeableAttributes(aCx, obj, %s)) {\n"
> + " return NULL;\n"
nullptr
Attachment #671599 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 9•13 years ago
|
||
No longer depends on: 778152
Flags: in-testsuite?
Whiteboard: [need review]
Target Milestone: --- → mozilla19
Comment 10•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•