Closed
Bug 1432257
Opened 7 years ago
Closed 7 years ago
Remove nsIStandardURL setters
Categories
(Core :: Networking, enhancement, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: valentin, Assigned: valentin)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
Since nsIURI seem to be causing major breakage in Thunderbird code, I'm trying to land interface changes separately from the patches that add new functionality.
This would allow TB devs to implement new changes before the build breaks.
This bug aims to remove nsIStandardURL.init() and nsIStandardURL.setDefaultPort() - this functionality now exists on nsIStandardURLMutator implemented in bug 1432187.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8944503 [details]
Bug 1432257 - Remove nsIStandardURL setter methods
https://reviewboard.mozilla.org/r/214682/#review220932
Attachment #8944503 -
Flags: review?(honzab.moz) → review+
Comment 4•7 years ago
|
||
This bug is going to land now since bug 1432928 is fixed, right?
Updated•7 years ago
|
Priority: -- → P3
Pushed by valentin.gosu@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0aa414efaff9
Remove nsIStandardURL setter methods r=mayhemer
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•