Closed
Bug 869000
Opened 12 years ago
Closed 12 years ago
Text should be constructable
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: erik, Assigned: baku)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
4.29 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
http://dom.spec.whatwg.org/#interface-text
Make Text constructable so that one can do "new Text('abc')" instead of "document.createTexte('abc')"
Updated•12 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #751765 -
Flags: review?(Ms2ger)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → amarchesini
Comment 2•12 years ago
|
||
Forgot to hg add the test
Assignee | ||
Comment 3•12 years ago
|
||
Attachment #751765 -
Attachment is obsolete: true
Attachment #751765 -
Flags: review?(Ms2ger)
Attachment #751880 -
Flags: review?(Ms2ger)
Comment 4•12 years ago
|
||
Comment on attachment 751880 [details] [diff] [review]
patch
Review of attachment 751880 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #751880 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 5•12 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment 7•11 years ago
|
||
Doc updated:
https://developer.mozilla.org/en-US/docs/Web/API/Text
https://developer.mozilla.org/en-US/docs/Web/API/Text.Text
and
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/24
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•