Closed
Bug 1121051
Opened 10 years ago
Closed 10 years ago
Write a helper function to build absolute URLs
Categories
(developer.mozilla.org Graveyard :: Code Cleanup, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jezdez, Assigned: robhudson)
References
Details
(Whiteboard: [specification][type:feature])
What problems would this solve?
===============================
In many places in the code we create absolute URLs/URIs and we repeat a lot.
Who would use this?
===================
Devs
What would users see?
=====================
Nothing different
What would users do? What would happen as a result?
===================================================
n/a
Is there anything else we should know?
======================================
| Reporter | ||
Updated•10 years ago
|
Component: General → Code Cleanup
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → robhudson.mozbugs
Comment 1•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/07de64d066c00c8adf0be3efbf9261404606bd78
Fix bug 1121051: Add absolutify helper
https://github.com/mozilla/kuma/commit/cfabedd34bc4980108e9a6873fbd6e43a1dcd8d1
Merge pull request #3003 from robhudson/1121051-absolutify-helper
Fix bug 1121051: Add absolutify helper
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•