Closed
Bug 756257
Opened 13 years ago
Closed 13 years ago
Replace xpc_qsDOMString with a conversion function in new DOM bindings
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
3.06 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Using a nsDependentString and a conversion function makes it easier to support strings in unions (and makes us less dependent on quickstub stuff ;-)). Not sure if ConvertJSValueToString should be inlined as I did.
Attachment #624889 -
Flags: review?(bzbarsky)
![]() |
||
Comment 1•13 years ago
|
||
Comment on attachment 624889 [details] [diff] [review]
v1
r=me if you make the commit comment better.
Attachment #624889 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•