Closed
Bug 1496578
Opened 7 years ago
Closed 5 years ago
convert nsDefaultURIFixup to js and rename it to make it clear it's the only one
Categories
(Core :: DOM: Navigation, enhancement, P2)
Core
DOM: Navigation
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: nika, Assigned: mak)
References
Details
Attachments
(1 file)
The only implementation of `nsIURIFixup` currently is `nsDefaultURIFixup`. It would make sense to rename `nsDefaultURIFixup` to `nsURIFixup` and mark `nsIURIFixup` as builtinclass to formalize that, as the current name misleadingly implies there are multiple implementations of the interface.
Comment 1•7 years ago
|
||
(In reply to :Nika Layzell from comment #0)
> The only implementation of `nsIURIFixup` currently is `nsDefaultURIFixup`.
> It would make sense to rename `nsDefaultURIFixup` to `nsURIFixup` and mark
> `nsIURIFixup` as builtinclass to formalize that, as the current name
> misleadingly implies there are multiple implementations of the interface.
I'm fine with a rename. However, I think we should eventually move the implementation here to JS, and stop docshell from doing fixup on its own. `builtinclass` in the IDL goes in the other direction. I guess we can remove it again if we ever get around to moving this to JS...
Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Assignee | ||
Updated•6 years ago
|
Component: Address Bar → Document Navigation
Product: Firefox → Core
Assignee | ||
Updated•5 years ago
|
Summary: Rename nsDefaultURIFixup to make it clear it's the only one → convert nsDefaultURIFixup to js and rename it to make it clear it's the only one
Assignee | ||
Comment 2•5 years ago
|
||
I don't know where I'll end up, but I'm progressing with the conversion.
Assignee: nobody → mak
Status: NEW → ASSIGNED
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 76.1 - Mar 9 - Mar 22
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Points: --- → 5
Updated•5 years ago
|
Attachment #9132883 -
Attachment description: Bug 1496578 - convert nsDefaultURIFixup to js and rename it → * Bug 1496578 - convert nsDefaultURIFixup to js and rename it
Updated•5 years ago
|
Attachment #9132883 -
Attachment description: * Bug 1496578 - convert nsDefaultURIFixup to js and rename it → Bug 1496578 - convert nsDefaultURIFixup to js and rename it.
Assignee | ||
Updated•5 years ago
|
Priority: P3 → P2
Updated•5 years ago
|
Attachment #9132883 -
Attachment description: Bug 1496578 - convert nsDefaultURIFixup to js and rename it. → Bug 1496578 - convert nsDefaultURIFixup to URIFixup.jsm.
Updated•5 years ago
|
Iteration: 76.1 - Mar 9 - Mar 22 → 76.2 - Mar 23 - Apr 5
Assignee | ||
Updated•5 years ago
|
Iteration: 76.2 - Mar 23 - Apr 5 → 77.2 - Apr 20 - May 3
Assignee | ||
Updated•5 years ago
|
Iteration: 77.2 - Apr 20 - May 3 → 77.1 - Apr 6 - Apr 19
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/b86e8f2cc5db
convert nsDefaultURIFixup to URIFixup.jsm. r=Gijs,farre
Comment 5•5 years ago
|
||
Backed out for build bustages.
Push with failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&selectedJob=296693755&resultStatus=testfailed%2Cbusted%2Cexception&revision=b86e8f2cc5dbaa61d4a8d5667903d2443da88e41
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=296693755&repo=autoland&lineNumber=33609
Backout: https://hg.mozilla.org/integration/autoland/rev/f10b4a4ea1d8f331445c273f77c1f8ac3867c1ef
Flags: needinfo?(mak)
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/b2f426661f29
convert nsDefaultURIFixup to URIFixup.jsm. r=Gijs,farre
Comment 7•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
Assignee | ||
Updated•5 years ago
|
Flags: needinfo?(mak)
You need to log in
before you can comment on or make changes to this bug.
Description
•