Closed
Bug 838582
Opened 12 years ago
Closed 12 years ago
Convert HTMLTextAreaElement to WebIDL
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
86.84 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
40.82 KB,
patch
|
Details | Diff | Splinter Review |
I plan on working on this on the plane...
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #715292 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #715293 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•12 years ago
|
||
Assignee | ||
Comment 4•12 years ago
|
||
With a couple of more test fixes.
Attachment #715293 -
Attachment is obsolete: true
Attachment #715293 -
Flags: review?(bzbarsky)
Attachment #715317 -
Flags: review?(bzbarsky)
Comment 5•12 years ago
|
||
Comment on attachment 715292 [details] [diff] [review]
Part 1: Rename nsHTMLTextAreaElement to mozilla::dom::HTMLTextAreaElement
r=me
Attachment #715292 -
Flags: review?(bzbarsky) → review+
Comment 6•12 years ago
|
||
Comment on attachment 715317 [details] [diff] [review]
Part 2: Move HTMLTextAreaElement to Web IDL bindings
Document that the XPCOM GetType is ok?
Same thing for GetDefaultValue and Get/SetValue. And Select().
You need to declare and implement a "textLength" getter. Right now I believe you're ending up calling FragmentOrElement::TextLength, which is no good. And to avoid name-colliding with that, you might need a binaryname annotation... and presumably a test, if this passed try. :(
You need a WebIDL version of "controllers", presumably ChromeOnly. Again, might need a test if we didn't have one already.
r=me with those nits.
Attachment #715317 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Part 1 checked in:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6441636bcf58
I will address the rest of the comments and check in part 2 at some point!
Whiteboard: [leave open]
Comment 8•12 years ago
|
||
Assignee | ||
Comment 9•12 years ago
|
||
Attachment #715317 -
Attachment is obsolete: true
Assignee | ||
Comment 10•12 years ago
|
||
Whiteboard: [leave open]
Comment 11•12 years ago
|
||
This got caught up in another backout due to conflicting changes.
https://hg.mozilla.org/integration/mozilla-inbound/rev/ca34c11bf55d
Re-landed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/cb2935e08f2c
Comment 12•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•