Closed
Bug 1652395
Opened 5 years ago
Closed 5 years ago
Replace 'typedef' by 'using' in SVG and SMIL code
Categories
(Core :: SVG, task)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Also removes some mozila:: where its no longer needed
Note that this patch was created by running
sed -e -i '.bak' 's/typedef ([a-zA-Z0-9:]+) ([a-zA-Z0-9:]+)/using \2 = \1/'
and then fixing up a few cases that didn't work.
Updated•5 years ago
|
Assignee: nobody → longsonr
Status: NEW → ASSIGNED
Comment hidden (off-topic) |
Assignee | ||
Updated•5 years ago
|
Summary: Replace typedef by using in SVG and SMIL code → Replace 'typedef' by 'using' in SVG and SMIL code
Updated•5 years ago
|
Attachment #9163145 -
Attachment description: Bug 1652395 - Replace typedef by using in SVG and SMIL code → Bug 1652395 - Replace 'typedef' by 'using' in SVG and SMIL code
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/8f4b56827da8
Replace 'typedef' by 'using' in SVG and SMIL code r=dholbert
Comment 5•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•