Closed
Bug 1532249
Opened 7 years ago
Closed 7 years ago
remove unneeded utility function createXULElement, switch to document.createXULElement instead
Categories
(Calendar :: General, enhancement)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
6.9
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
|
30.23 KB,
patch
|
Fallen
:
review+
|
Details | Diff | Splinter Review |
remove unneeded utility function createXULElement, switch to document.createXULElement instead
There is nowadays document.createXULElement so the createXULElement utility function can just go.
| Assignee | ||
Comment 1•7 years ago
|
||
Attachment #9048135 -
Flags: review?(philipp)
| Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment 2•7 years ago
|
||
Comment on attachment 9048135 [details] [diff] [review]
bug1532249_rem_createXULElement.patch
Review of attachment 9048135 [details] [diff] [review]:
-----------------------------------------------------------------
Neat, glad this exists now.
Attachment #9048135 -
Flags: review?(philipp) → review+
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/444150fd57c9
remove unneeded utility function createXULElement, switch to document.createXULElement instead. r=philipp
Updated•7 years ago
|
Target Milestone: --- → 6.9
You need to log in
before you can comment on or make changes to this bug.
Description
•