Closed
Bug 869000
Opened 11 years ago
Closed 11 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•11 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #751765 -
Flags: review?(Ms2ger)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → amarchesini
Comment 2•11 years ago
|
||
Forgot to hg add the test
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #751765 -
Attachment is obsolete: true
Attachment #751765 -
Flags: review?(Ms2ger)
Attachment #751880 -
Flags: review?(Ms2ger)
Comment 4•11 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•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/68891a4ffce3
Flags: in-testsuite+
Keywords: checkin-needed
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/68891a4ffce3
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment 7•10 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
•