Closed
Bug 838582
Opened 11 years ago
Closed 11 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•11 years ago
|
||
Attachment #715292 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #715293 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&rev=356ef44a5e73
Assignee | ||
Comment 4•11 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•11 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•11 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•11 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•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/6441636bcf58
Assignee | ||
Comment 9•11 years ago
|
||
Attachment #715317 -
Attachment is obsolete: true
Assignee | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/87ab1cbdcea3
Whiteboard: [leave open]
Comment 11•11 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•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/cb2935e08f2c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•