Closed
Bug 804738
Opened 13 years ago
Closed 13 years ago
Codegen for named getters/setters hardcodes 'name' for the first argument
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: Ms2ger, Assigned: bzbarsky)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
15.06 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
|
10.58 KB,
patch
|
peterv
:
review+
|
Details | Diff | Splinter Review |
OTOH, the call into native code uses the name from the IDL file, which gives something like
FakeDependentString name;
...
self->NamedSetter(key, value, rv);
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #674985 -
Flags: review?(peterv)
| Assignee | ||
Comment 2•13 years ago
|
||
Attachment #674986 -
Flags: review?(peterv)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Updated•13 years ago
|
Attachment #674985 -
Flags: review?(peterv) → review+
Updated•13 years ago
|
Attachment #674986 -
Flags: review?(peterv) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/02cff46d3ebd
https://hg.mozilla.org/integration/mozilla-inbound/rev/3d13288fd977
Thanks for the reviews!
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla19
Comment 4•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/02cff46d3ebd
https://hg.mozilla.org/mozilla-central/rev/3d13288fd977
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
•